@charset "UTF-8";
html {
  font-size: 16px;
}
@media (min-width: 1910px) {
  html {
    font-size: 20px;
  }
}
@media (max-height: 1000px) {
  html {
    font-size: 16px;
  }
}
@media (max-height: 700px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  html {
    font-size: 13px;
  }
}

body {
  letter-spacing: 0.05em;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

a, button {
  font-family: Exo\ 2, sans-serif;
  font-weight: 100;
}

a {
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Exo\ 2, sans-serif;
  font-weight: 700;
  margin: 0;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

p {
  line-height: 1.6em;
}

::-webkit-scrollbar {
  width: 0.3rem;
  height: 0.3rem;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  background: rgb(191, 25, 25);
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(191, 25, 25);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgb(191, 25, 25);
}

.exo {
  font-family: Exo\ 2, sans-serif;
  font-weight: 700;
}

.fixed-header {
  position: fixed;
  z-index: 110;
  width: 100%;
  right: 0;
  color: #fff;
  transition: all 0.2s;
}
.fixed-header[data-color=white] svg path {
  fill: #fff;
}
.fixed-header[data-color=white] .header-toggle {
  color: #fff;
}
.fixed-header[data-color=white] .langselect .btn.dropdown-toggle {
  color: #fff;
}
.fixed-header[data-color=black] svg path {
  fill: #000;
}
.fixed-header[data-color=black] .header-toggle {
  color: #000;
}
.fixed-header[data-color=black] .langselect .btn.dropdown-toggle {
  color: #000;
}
.fixed-header.cases .header-main-block {
  padding-right: 5.75rem;
}
.fixed-header.cases-page .header-logo-block svg path {
  fill: #fff !important;
}

.header-main-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 2.5rem;
}
@media screen and (max-width: 600px) {
  .header-main-block {
    padding: 1.25rem 1.5rem;
  }
}
.header-main-block__actions {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 600px) {
  .header-main-block__actions {
    gap: 1rem;
  }
}
.header-main-block__btn:hover {
  color: #fff;
}
.header-main-block__btn:hover .text {
  transform: translateX(2%);
}
@media screen and (max-width: 700px) {
  .header-main-block__btn {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .header-main-block {
    padding: 1.25rem;
  }
}

.header-logo-block {
  height: 3rem;
  padding: 0.5rem;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  max-width: 20rem;
  transition: all 0.3s;
}
.header-logo-block svg {
  height: 100%;
}
.header-logo-block svg path {
  transition: all 0.3s;
}
.header-logo-block.fadeout {
  opacity: 0;
}

.menu-button {
  display: block;
  padding: 1rem;
  border: none;
  background-color: inherit;
}
.menu-button.backmenu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
}
.menu-button.backmenu svg {
  width: 1.4rem;
  height: auto;
}
.menu-button[data-state=close] .header-toggle {
  color: #fff !important;
}
.menu-button[data-state=close] .header-toggle:before {
  top: 10px;
  transform: rotate(45deg);
}
.menu-button[data-state=close] .header-toggle:after {
  bottom: 10px;
  transform: rotate(-45deg);
}
.menu-button[data-state=close] .header-toggle:hover:before {
  top: 10px;
}
.menu-button[data-state=close] .header-toggle:hover:after {
  bottom: 10px;
}
.menu-button[data-state=close] .header-toggle span {
  opacity: 0;
}
.menu-button[data-state=arrow] .header-toggle:before {
  transform: rotate(-27deg) scaleY(1) scaleX(0.75) translate(-50%);
}
.menu-button[data-state=arrow] .header-toggle:after {
  transform: rotate(27deg) scaleY(1) scaleX(0.75) translate(-50%);
}
.menu-button[data-state=arrow] .header-toggle span {
  transform: translateX(-10%) scaleX(1.6);
}

.header-toggle {
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
  transform-origin: center center;
  background-color: transparent;
  background-color: inherit;
}
.header-toggle:after, .header-toggle:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 2px solid;
  display: block;
  border-radius: 3px;
  transition: 0.3s;
}
.header-toggle:before {
  top: 0;
}
.header-toggle:after {
  bottom: 0;
}
.header-toggle:hover:before {
  transform: translateY(-2px);
}
.header-toggle:hover:after {
  transform: translateY(2px);
}
.header-toggle span {
  display: inline-block;
  width: 20px;
  border-top: 2px solid;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  transition: 0.3s;
}

.bootstrap-select .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-networks {
  position: fixed;
  right: 0;
  bottom: 1.25rem;
  right: 2.5rem;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 4rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .social-networks {
    margin-right: -2rem;
  }
}
.social-networks a {
  display: block;
  width: 2rem;
  margin: 0.4rem;
  height: 2rem;
}
.social-networks path {
  transition: all 0.3s;
}
.social-networks[data-color=white] {
  color: #fff;
}
.social-networks[data-color=white] svg path {
  fill: #fff;
}
.social-networks[data-color=black] {
  color: #000;
}
.social-networks[data-color=black] svg path {
  fill: #000;
}

.section {
  background-size: cover;
  background-position: 50%;
}
.section:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}

.section-01 {
  background-image: url(../img/first-section_1.jpg);
  background-image: url(../img/first-section_11.jpg);
  color: #fff;
}
.section-02 {
  background-image: url(../img/section-02.jpg);
}
.section-02:before {
  background-color: rgba(255, 255, 255, 0.7);
}

.section-03 {
  background-image: url(../img/section-03.jpg);
}
.section-04-1:before {
  background-color: #d6e6ec;
}

.section-04-2:before {
  background-color: #d6e6ec;
}

.section-04-3:before {
  background-color: #d6e6ec;
}

.section-05 {
  background-image: url(../img/section-05.jpg);
}
.section-05:before {
  background-color: rgba(0, 0, 0, 0.85);
}

.section-06 {
  background-image: url(../img/section-06.jpg);
}
.section-06:before {
  opacity: 0;
}

.section-07 {
  background-image: url(../img/section-07.jpg);
}
.section-07:before {
  opacity: 0;
}

.section-08 {
  background-image: url(../img/section-08-1.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-08.section-08-2 {
  background-image: url(../img/section-08-2.png);
  background-position: top center;
}
.section-08:before {
  background-color: rgba(255, 255, 255, 0.7);
}

.section-09 {
  background-image: url(../img/section-09.jpg);
}
.section-09:before {
  background-color: hsla(0, 0%, 47%, 0.1);
}

.section-10 {
  background-image: url(../img/section-10.jpg);
}
.section-10:before {
  background-color: hsla(0, 0%, 47%, 0.1);
}

.main-block {
  margin: 0 12.2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1366px) {
  .main-block {
    margin-right: 6.1rem;
  }
}
@media (max-width: 1100px) {
  .main-block {
    margin-left: 8.13333333rem;
    margin-right: 3.75rem;
  }
}
@media (max-width: 1025px) and (max-height: 1367px) {
  .main-block {
    margin-left: 11rem;
  }
}
@media (max-width: 1023px) {
  .main-block {
    margin-left: 8.13333333rem;
    margin-right: 3.75rem;
  }
}
@media (max-width: 800px) {
  .main-block {
    margin: 0;
    padding: 6rem 2.5rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.main-block > .content {
  max-width: 1600px;
  margin: auto;
  padding-top: 3rem;
  width: 80%;
  min-width: 40rem;
  height: 80vh;
  max-height: 42rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-height: 1000px) {
  .main-block > .content {
    padding-top: 0;
  }
}
@media (max-width: 800px) {
  .main-block > .content {
    width: 100%;
    min-width: 0;
    height: auto;
    height: 100%;
    padding: 0;
    max-height: 100%;
    flex: 1;
  }
}

.h1,
.title {
  line-height: 1.27em;
  letter-spacing: 0.071em;
  font-size: 4.2em;
}
@media (max-width: 800px) {
  .h1,
  .title {
    font-size: 2.5em;
  }
}

.h2 {
  line-height: 1.27em;
  letter-spacing: 0.071em;
  font-size: 3em;
}

.introtext {
  bottom: -1.25em;
  left: -2em;
  letter-spacing: 0.09em;
  position: absolute;
  font-style: italic;
  text-transform: uppercase;
}

.scroll-wrapper {
  position: relative;
}
@media (max-width: 1200px) {
  .scroll-wrapper {
    margin: 2.5rem 0;
  }
  .scroll-wrapper .flex-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2rem;
  }
  .scroll-wrapper .flex-scroll-helptext {
    font-size: 0.9375rem;
    font-family: Exo\2 ;
    color: #7f7f7f;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: arrowSlide;
    display: block;
    position: absolute;
    padding-right: 1.5rem;
    right: 2.5rem;
    margin-top: 0.75rem;
    font-style: italic;
  }
  .scroll-wrapper .flex-scroll-helptext:after, .scroll-wrapper .flex-scroll-helptext:before {
    content: "";
    z-index: 3;
    display: block;
    height: 1px;
    background-color: #7f7f7f;
    right: 0;
    width: 0.75rem;
    right: 0.375rem;
    top: 50%;
    position: absolute;
  }
  .scroll-wrapper .flex-scroll-helptext:after {
    transform: rotate(45deg);
    transform-origin: bottom right;
  }
  .scroll-wrapper .flex-scroll-helptext:before {
    transform-origin: top right;
    transform: rotate(-45deg);
  }
}

@media (max-width: 800px) {
  .clients-scroll {
    font-size: 0.9375rem;
    font-family: Exo\2 ;
    color: #7f7f7f;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: arrowSlide;
    display: block;
    position: absolute;
    padding-right: 1.5rem;
    right: 2.5rem;
    margin-top: 0.75rem;
    font-style: italic;
  }
  .clients-scroll:after, .clients-scroll:before {
    content: "";
    z-index: 3;
    display: block;
    height: 1px;
    background-color: #7f7f7f;
    right: 0;
    width: 0.75rem;
    right: 0.375rem;
    top: 50%;
    position: absolute;
  }
  .clients-scroll:after {
    transform: rotate(45deg);
    transform-origin: bottom right;
  }
  .clients-scroll:before {
    transform-origin: top right;
    transform: rotate(-45deg);
  }
}

.flex-scroll {
  display: flex;
  padding-bottom: 2rem;
  align-items: stretch;
}
@media (max-width: 800px) {
  .flex-scroll {
    padding: 0 2.5rem;
  }
}

.red-dot:after {
  content: ".";
  color: #bf1919;
}

.cup .img {
  background-image: url(../img/cup.svg);
}

.beads-line {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
}
.beads-line .item {
  position: relative;
  padding-top: 0.75em;
  flex-basis: 13rem;
  margin-right: 2rem;
}
.beads-line .item:before {
  position: absolute;
  content: "";
  height: 0.3rem;
  width: 1.5rem;
  top: -0.3rem;
  background-color: #666;
}
.beads-line .item span {
  display: block;
  color: #666;
  line-height: 1.4em;
}
.beads-line .item span.text {
  font-size: 0.65em;
}

.screens-more {
  position: absolute;
  right: 0;
  bottom: 1.45rem;
  color: #666;
}

.screen-card-holder,
.screen-card-line {
  display: flex;
  margin: auto;
}
.screen-card-holder > .screen-card,
.screen-card-line > .screen-card {
  flex: 0 0 auto;
}

.screen-card-holder {
  flex-wrap: wrap;
  max-width: 500px;
}

.screen-card-line {
  flex-wrap: nowrap;
}

.screen-card {
  background: #fff;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
  width: 6rem;
  height: 4.5rem;
  color: #666;
  margin: 0.5rem;
  margin-bottom: 3rem;
  border: 0.25rem solid #fff;
  position: relative;
  display: flex;
}
@media (max-width: 800px) {
  .screen-card {
    width: 4.8rem;
    height: 3.6rem;
    margin-right: 0;
    margin-bottom: 2.4rem;
    font-size: 0.8em;
  }
}
@media (max-width: 380px) {
  .screen-card {
    width: 4.8rem;
    height: 3.6rem;
    margin-right: 0;
    margin-bottom: 2.4rem;
  }
}
.screen-card:after {
  content: attr(data-width) " x " attr(data-height);
  content: attr(data-width) " ×  " attr(data-height);
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding-top: 0.75em;
  text-align: center;
  display: block;
}
@media (max-width: 380px) {
  .screen-card:after {
    font-size: 0.8em;
  }
}
.screen-card[title]:after {
  content: attr(title);
}
.screen-card span {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  transform: scale(0.5);
  will-change: transform;
  transition: transform 0.3s;
  background-color: #8f8f8f;
}
.screen-card span[style] {
  transform: scale(1);
}
.screen-card span.grey {
  transform: scale(1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.screen-card span.red {
  background-color: red;
}
.screen-card .play {
  margin: 0.15rem;
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  background-color: #fff;
  border-radius: 1.35rem;
  position: relative;
}
.screen-card .play:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.675rem;
  transform-origin: right;
  transform: scaleY(0.7) scaleX(1.15) translateX(-5%);
  display: block;
  border: 0.675rem solid transparent;
  border-left-color: red;
}
.screen-card--outstream {
  flex-direction: column;
  justify-content: space-between;
}
.screen-card--outstream .bottom,
.screen-card--outstream .top {
  height: 30%;
  width: 100%;
  background-color: #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 2px;
}
.screen-card--outstream .bottom:after,
.screen-card--outstream .bottom:before,
.screen-card--outstream .top:after,
.screen-card--outstream .top:before {
  content: "";
  height: 0.155rem;
  width: 100%;
  display: block;
  background-color: #fff;
}
.screen-card--outstream .grey {
  margin: 0.25rem 0;
  padding: 0.25rem 0;
}
.screen-card--outstream .grey .play {
  transform: scale(0.8);
}
.screen-card--instream {
  align-items: flex-end;
}
.screen-card--instream .grey {
  width: 70%;
  height: 70%;
}
.screen-card--video-banner {
  align-items: center;
  justify-content: flex-end;
}
.screen-card--video-banner .grey {
  width: 30%;
  height: 70%;
}
.screen-card--tgb {
  justify-content: space-around;
  align-items: center;
}
.screen-card--tgb .rectangle {
  width: 40%;
  height: 70%;
}
.screen-card--tgb .strips {
  width: 40%;
  height: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  background-color: #fff;
}
.screen-card--tgb .strips .strip {
  flex-basis: 0.155rem;
  background-color: red;
}

.header-back {
  margin-top: auto;
  padding: 1rem 2rem;
  background-position: 0 50%;
  background-size: contain;
  max-width: 30rem;
  height: 8rem;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  position: relative;
  justify-content: flex-start;
  background-repeat: no-repeat;
  background-color: #070707;
}
.header-back:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.header-back .title {
  position: relative;
  z-index: 2;
  font-size: 2em;
  margin: 0;
}

.red-text {
  color: #bf1919;
}

.white-strip {
  position: relative;
  display: inline-block;
}
.white-strip:before {
  content: "";
  position: absolute;
  width: 4em;
  height: 0.4em;
  background-color: #fff;
  z-index: -1;
  bottom: 0;
  left: -0.75em;
}

.projects-page {
  position: fixed;
  z-index: 2;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1 !important;
  bottom: 0;
  transform: translateX(100%);
  transition: all 0.3s;
}

.projects-page[data-view=project] .wrapper {
  padding-top: 0;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.projects-page.opened {
  transform: translateX(0);
}

.projects-page .header-substitute {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 6rem;
}

.projects-page .wrapper {
  padding: 6rem 12.2rem 6rem 50%;
  overflow-y: auto;
  height: 100%;
}

@media (max-width: 800px) {
  .projects-page .wrapper {
    padding-left: 12.2rem;
  }
}
@media (max-width: 520px) {
  .projects-page .wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.projects-page .wrapper li {
  margin-bottom: 4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.projects-page .wrapper li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.projects-page .wrapper li .fullscreen {
  display: none;
  max-width: 1400px;
  margin: 0 auto;
}

.projects-page .wrapper li .fullscreen .title {
  margin-bottom: 2.5rem;
}

.projects-page .wrapper li .fullscreen .project-picture {
  margin: 1.25rem 0;
}

.projects-page .wrapper li .fullscreen .project-picture img {
  width: 100%;
}

.projects-page .wrapper li[data-state=fullscreen] .link {
  display: none;
}

.projects-page .wrapper li[data-state=fullscreen] .fullscreen {
  display: block;
}

.projects-page .wrapper li[data-state=hidden] {
  display: none;
}

.projects-page .wrapper li a {
  text-decoration: none;
  display: block;
}

.project-photo {
  background-position: top right;
  background-size: cover;
  background-image: linear-gradient(90deg, #add8e6, #90ee90);
  max-width: 30rem;
  margin: 2rem 0;
  padding-top: 57%;
}

.screen-card-none {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.screen-card-none:after {
  display: none;
}

.left-nav {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 2;
  margin-left: -0.75rem;
}
@media (max-width: 800px) {
  .left-nav {
    margin-left: 0;
    display: none;
  }
}
.left-nav a {
  color: inherit;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 1rem;
  padding-left: 4.5rem;
}
.left-nav a.active .info-number, .left-nav a:hover .info-number {
  transform: translateX(-2.6rem);
  opacity: 1;
}
.left-nav a.active .info-title, .left-nav a:hover .info-title {
  opacity: 1;
  transform: translateX(0) scale(1);
}
.left-nav a.active {
  text-shadow: 0 0 1px;
}
.left-nav a.active .info:before {
  color: #bf1919;
  transform: scale(1.2);
}
.left-nav a .info:before {
  content: "";
  border: 2.5px solid;
  border-radius: 50%;
  z-index: 10;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  margin-left: -2px;
  left: 3.75rem;
  display: block;
}
.left-nav a .info-number {
  position: absolute;
  opacity: 0.7;
  left: 4.5rem;
  transform: translateX(0);
  transition: all 0.2s;
  width: 1.1rem;
  text-align: left;
  display: block;
}
.left-nav a .info-title {
  transition: all 0.2s;
  opacity: 0;
  display: block;
  transform-origin: left center;
  transform: translateX(-20%) scale(0);
}
.left-nav .menu {
  font-size: 1rem;
  position: relative;
  margin-left: 1rem;
  margin-top: 3rem;
  color: #fff;
}
@media (max-width: 767.98px) {
  .left-nav .menu {
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    margin-left: 0;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
  }
  .left-nav .menu .info-number,
  .left-nav .menu .info-title {
    display: none;
  }
  .left-nav .menu .info:before, .left-nav .menu:after {
    opacity: 0.6;
    left: 0.75rem !important;
  }
  .left-nav .menu .active .info:before {
    opacity: 1;
    color: red;
  }
}
.left-nav .menu[data-color=white] {
  color: #fff;
}
.left-nav .menu[data-color=black] {
  color: #000;
}
.left-nav .menu li {
  margin: 1rem 0;
}
@media screen and (max-width: 1281px) and (max-height: 801px) and (min-width: 1023px) and (min-height: 599px) {
  .left-nav .menu li {
    margin: 0;
  }
}
.left-nav .menu:after {
  content: "";
  border-left: 1px solid;
  opacity: 0.3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3.75rem;
}

.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
  transform: scale(0);
  opacity: 0;
  z-index: 10;
  background-color: #000;
  color: #fff;
  background-position: 50%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/main-menu-bg.jpg);
}
.main-menu:after {
  content: "";
  top: 0;
  left: 0;
  display: block;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.9);
}
.main-menu.opened {
  transform: scale(1);
  opacity: 1;
  transform-origin: left center;
}
.main-menu.slided {
  transform: scaleY(1) scaleX(0.5) rotateY(50deg);
  transform-origin: left;
  opacity: 1;
}
@media (max-width: 800px) {
  .main-menu.slided {
    transform: translateX(-100%) !important;
  }
}
.main-menu.slided.fully-slided {
  transform: scaleY(1) scaleX(0.5) rotateY(150deg);
}
.main-menu.slided .menu {
  transform: scaleY(2) scaleX(5) translateY(-10%) rotateY(0);
  font-size: 0.6rem;
}
.main-menu.slided .menu li {
  opacity: 0;
  transform: scale(0);
}
.main-menu.slided .menu li.projects {
  opacity: 1;
  transform: scale(1);
}
.main-menu.slided .menu li.projects a {
  border-bottom-color: transparent;
}
.main-menu .menu {
  transition: inherit;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1366px) {
  .main-menu .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.main-menu li {
  font-size: 2em;
}
.main-menu li a {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.main-menu li a:hover {
  border-bottom: 1px solid rgb(255, 255, 255);
  color: inherit;
}
@media screen and (max-width: 700px) {
  .main-menu li:last-child a {
    border-bottom: none;
  }
  .main-menu li:last-child:hover a {
    border-bottom: none;
  }
  .main-menu li:last-child .header-main-block__btn {
    margin-top: 5rem;
    display: block !important;
  }
  .main-menu li:last-child .header-main-block__btn .text {
    font-size: 1.2rem;
  }
}

.button {
  background-color: #bf1919;
  color: #fff;
  border: none;
  padding: 1rem;
  display: inline-block;
  text-decoration: none;
  font-style: italic;
  cursor: pointer;
  z-index: 22;
}
.button-oblique {
  position: relative;
  padding-right: 4rem;
}
.button-oblique:hover {
  color: #fff;
}
.button-home {
  background-color: transparent;
}
.button .bgc {
  position: absolute;
  width: 77%;
  height: 65%;
  right: 0;
  top: 9px;
  background-color: #bf1919;
  z-index: 1;
}
.button .text {
  z-index: 22;
  position: relative;
  letter-spacing: 1px;
  word-spacing: 5px;
}
.button .play {
  position: absolute;
  right: -50px;
  top: -12px;
  width: 75px;
  height: 75px;
  z-index: 2;
}
.button .play img {
  width: 100%;
  height: 100%;
}

.button-oblique .line:after,
.button-oblique .line:before {
  content: "";
  width: 10rem;
  display: block;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0);
  transform-origin: center center;
  position: absolute;
  border-top: 1px solid #fff;
  right: -2.5rem;
  margin-top: -1rem;
  margin-right: -1rem;
  z-index: 4;
  top: 2.5rem;
}

.button-oblique:hover .text {
  transform: translateX(2%);
}

.button-oblique:hover .line:before {
  transform: rotate(-45deg) translateX(-5%);
}

.button-oblique:hover .line:after {
  transform: rotate(-45deg) translateX(5%);
}

.button-oblique.animated .line:before {
  animation-duration: 0.5s;
  animation-name: buttonLineTop;
}

.button-oblique.animated .line:after {
  animation-duration: 0.5s;
  animation-name: buttonLineBottom;
}

.button-oblique:after,
.button-oblique:before {
  content: "";
  width: 2rem;
  display: block;
  background-color: inherit;
  transform-origin: center center;
  position: absolute;
  right: 0.2rem;
  z-index: 2;
  top: 50%;
  height: 1rem;
}

.button-oblique:after {
  z-index: 3;
  right: 0;
  margin-top: -0.5rem;
  width: 1rem;
}

.button-oblique:before {
  transform: rotate(-45deg);
}

.button .text {
  display: block;
  color: inherit;
  transition: all 0.3s;
  will-change: transform;
  text-transform: uppercase;
}

.button.animated .text {
  animation-duration: 0.5s;
  animation-name: buttonTextMove;
  animation-delay: 0ms;
}

@keyframes buttonLineTop {
  0% {
    transform: rotate(-45deg) translateX(200%);
    opacity: 0;
  }
  to {
    transform: rotate(-45deg) translateX(0);
    opacity: 1;
  }
}
@keyframes arrowSlide {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  80% {
    transform: translateX(0);
    opacity: 1;
  }
  90% {
    transform: translateX(50%);
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes arrowSlideAfter {
  0% {
    transform: translateX(-100%) rotate(45deg);
    opacity: 0;
  }
  50% {
    transform: translateX(0) rotate(45deg) scale(1.2);
    opacity: 1;
  }
  60% {
    transform: translateX(50%) rotate(45deg) scale(1.2);
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes arrowSlideBefore {
  0% {
    transform: translateX(-100%) rotate(-45deg);
    opacity: 0;
  }
  50% {
    transform: translateX(0) rotate(-45deg) scale(1.2);
    opacity: 1;
  }
  60% {
    transform: translateX(50%) rotate(-45deg) scale(1.2);
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes buttonLineBottom {
  0% {
    transform: rotate(-45deg) translateX(-200%);
    opacity: 0;
  }
  to {
    transform: rotate(-45deg) translateX(0);
    opacity: 1;
  }
}
@keyframes buttonTextMove {
  0% {
    transform: translateX(300%) skewX(0);
    opacity: 0;
  }
  to {
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}
@keyframes autoScroll {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(0);
  }
  80% {
    transform: translateX(calc(80vw - 100%));
  }
  to {
    transform: translateX(calc(80vw - 100%));
  }
}
@keyframes backword {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rightToLeftSide {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes autoScroll-2 {
  0% {
    transform: translateX(-100%);
  }
  20% {
    transform: translateX(-100%);
  }
  80% {
    transform: translateX(0);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes scrollShaking {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(20%);
  }
  20% {
    transform: translateY(8%);
  }
  25% {
    transform: translateY(20%);
  }
  40% {
    transform: translateY(0);
  }
}
.section-01 {
  color: #fff;
}
.section-01:before {
  background-color: rgba(0, 0, 0, 0.4);
  background-color: transparent;
}
.section-01 .content {
  height: 80vh;
  max-height: 42rem;
  min-height: 32rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.section-01 .head {
  position: relative;
}
.section-01 .head .introtext {
  bottom: -1.25em;
  left: -2em;
  letter-spacing: 0.09em;
  position: absolute;
  font-style: italic;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .section-01 .head .introtext {
    left: 0;
    bottom: auto;
    top: 0;
  }
}
.section-01 .body {
  margin-top: auto;
  margin-bottom: 1rem;
  position: relative;
  top: -0.75em;
}
.section-01 .body .title {
  font-size: 3em;
  letter-spacing: -0.01em;
}
.section-01 .video-block {
  position: relative;
  top: 1.5em;
  display: flex;
  -ms-flex-pack: start;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .section-01 .video-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.section-01 .video-block .link {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 8px 20px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
}
.section-01 .video-block .link:hover {
  background: #fff;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  color: #000;
}
.section-01 .description-block {
  position: relative;
  top: 0.5em;
  top: 1em;
}
.section-01 .description-block:before {
  content: "";
  height: 0.3em;
  background-color: #bf1919;
  width: 2em;
  display: block;
}
.section-01 .description-block .description {
  font-size: 1.2em;
  font-size: 1em;
  margin-top: 1em;
}

.video-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
  will-change: transform;
  transform: scale(0.5) translateX(-200%);
  bottom: 0;
  opacity: 0;
  z-index: 199;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-fixed.opened {
  opacity: 1;
  transform: scale(1) translateX(0);
}
.video-fixed:after {
  position: absolute;
  left: 0;
  content: "loading video...";
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  font-family: monospace;
  justify-content: center;
}
.video-fixed .video-header,
.video-fixed .video-fixed:after {
  display: flex;
  align-items: center;
}
.video-fixed .video-header {
  position: relative;
  background-color: #000;
  z-index: 3;
  justify-content: flex-end;
  padding: 1.25rem 2.5rem;
}
.video-fixed .menu-button {
  margin: 0;
  color: #fff;
}
.video-fixed video {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .video-fixed video {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.scroll {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  margin-left: -3rem;
}
.scroll div {
  animation-name: scrollShaking;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-delay: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.scroll a {
  display: block;
  margin: auto;
  width: 6rem;
  transform: scale(0.75);
  height: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: absolute;
  bottom: 0;
}
.scroll a span {
  display: block;
  margin-top: 0.5rem;
}

.section-02 {
  color: #000;
}
.section-02 .body {
  margin-top: 2rem;
}
@media (max-width: 800px) {
  .section-02 .body {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
.section-02 .body .item {
  flex-basis: 12em;
  margin-right: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}
@media (max-width: 1224px) {
  .section-02 .body .item {
    font-size: 0.9em;
    margin-right: 3rem;
  }
}
.section-02 .body .item-text {
  font-family: Exo\ 2, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  margin: 1em 0;
}
@media (max-width: 800px) {
  .section-02 .body .item-text {
    font-size: 1em;
  }
}
.section-02 .body .item-img-block img {
  width: 4rem;
  margin-bottom: -0.5rem;
}

.section-03 {
  color: #fff;
}
.section-03 .head {
  position: relative;
}
.section-03 .body {
  position: relative;
  top: -11.5em;
  margin: 0 -2.5rem;
}
@media (max-width: 800px) {
  .section-03 .body {
    top: 0;
    margin-top: 1rem;
  }
}
.section-03 .body .flex-scroll {
  text-align: center;
  justify-content: space-between;
  padding-left: 0;
}
.section-03 .body .flex-scroll:last-of-type {
  margin-top: 30px;
}
.section-03 .body .item {
  flex-basis: 12em;
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .section-03 .body .item {
    flex-shrink: 0;
    flex-basis: 10rem;
  }
}
.section-03 .body .cup {
  position: relative;
}
.section-03 .body .cup .img {
  display: block;
  margin: auto;
  height: 5rem;
  background-size: contain;
  background-position: 50%;
  width: 5rem;
  color: #fff;
}
.section-03 .body .cup-place {
  position: absolute;
  width: 2rem;
  left: 50%;
  margin-left: -1rem;
  text-align: center;
  display: block;
  bottom: 0.8rem;
  font-size: 0.83333333rem;
  text-indent: 0.1rem;
  text-shadow: 1px 1px 1px #000;
}
.section-03 .body .text {
  padding: 0 1em;
  margin-top: 2rem;
}
.section-03 .body .year {
  font-size: 2.5em;
}
.section-03 .footer {
  align-self: flex-end;
}
@media (max-width: 800px) {
  .section-03 .footer {
    margin-right: auto;
  }
}
.section-03 .footer-info {
  display: flex;
  align-items: flex-end;
  text-align: right;
}
@media (max-width: 800px) {
  .section-03 .footer-info {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
}
.section-03 .footer-info-text {
  text-align: inherit;
  line-height: 1.6em;
  margin-right: 1rem;
  width: 100%;
}
@media (max-width: 800px) {
  .section-03 .footer-info-text {
    margin-bottom: 1em;
  }
}
.section-03 .footer-info-img {
  width: 100%;
}
@media (max-width: 800px) {
  .section-03 .footer-info-img {
    max-width: 12rem;
  }
}
.section-03 .footer-info-img img {
  width: 100%;
}

.section-04 {
  color: #000;
  overflow-x: hidden;
}
.section-04 .slide-background:before {
  background-color: #d6e6ec;
}
.section-04 .slide-background-word {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  bottom: 0;
  left: 0;
  background-size: 50%;
  animation-delay: 0.6s;
  animation-iteration-count: 1;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  background-position: 100% 100%;
  z-index: 2;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .section-04 .slide-background-word {
    background-position: 100% 0;
    background-size: 15rem;
  }
}
.section-04 .slide-background-word.animated {
  animation-name: backword;
  opacity: 1;
}
@media (max-width: 800px) {
  .section-04 .slide-background-word.animated {
    animation-name: none;
    animation: none;
  }
}
.section-04 .mobile-header {
  position: relative;
  z-index: 10;
}
.section-04 .mobile-header .subtitle {
  line-height: 1.27em;
  letter-spacing: 0.071em;
  font-size: 4.2em;
}
@media (max-width: 800px) {
  .section-04 .mobile-header .subtitle {
    font-size: 2.5em;
    font-size: 2em;
  }
}
@media (max-width: 380px) {
  .section-04 .mobile-header .subtitle {
    font-size: 2em;
  }
}
@media (max-width: 800px) {
  .section-04 .main-block-alt {
    min-height: auto;
    padding-bottom: 0;
  }
}
.section-04 .top-info {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 40%;
  top: 6rem;
}
@media (max-width: 800px) {
  .section-04 .top-info {
    top: 0;
    margin-top: 3rem;
    background-color: #d6e6ec;
    width: auto;
    position: relative;
    z-index: 3;
    left: 0;
    padding: 1rem;
  }
}
.section-04 .screens {
  position: absolute;
  right: 0.3rem;
  top: 0;
  z-index: 3;
  width: auto;
  top: 15rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 800px) {
  .section-04 .screens {
    position: relative;
    z-index: 3;
    top: 0;
    margin-top: 2.5rem;
    margin-bottom: 60px;
    left: 2.5rem;
    left: 0;
    right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 800px) {
  .section-04 .screens:after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 2.5rem;
    background-image: linear-gradient(90deg, rgba(214, 230, 236, 0), #d6e6ec);
    display: block;
  }
}
@media (max-width: 800px) {
  .section-04 .screens .screens-more {
    margin-right: 2.5rem;
    margin-right: 12rem;
  }
}
.section-04 .screens > div {
  margin-left: -1rem;
}

@media (max-width: 800px) {
  .section-04-1 .main-block-alt {
    height: 20rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
@media (max-width: 800px) {
  .section-04-1 .slide-background-word {
    background-position: right 20rem;
    top: 7rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .section-04-1 .slide-background-word {
    top: 0;
  }
}
@media (max-width: 400px) {
  .section-04-1 .slide-background-word {
    top: 0;
  }
}
@media (max-width: 800px) {
  .section-04-1 .top-info {
    padding-top: 0;
  }
}

@media (max-width: 800px) {
  .section-04-2 .slide-background-word {
    top: 14.5rem;
    top: 235px;
    top: 0;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .section-04-2 .slide-background-word {
    top: -45px;
  }
}
@media (max-width: 400px) {
  .section-04-2 .slide-background-word {
    top: 5.5rem;
    top: 80px;
    top: -45px;
  }
}
@media (max-width: 320px) {
  .section-04-2 .slide-background-word {
    top: 3.5rem;
    top: 45px;
    top: 0;
  }
}
@media (max-width: 800px) {
  .section-04-2 .top-info {
    padding-top: 0;
    margin-top: 0;
  }
}

@media (max-width: 800px) {
  .section-04-3 .slide-background-word {
    top: 21.5rem;
    top: 345px;
    top: 0;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .section-04-3 .slide-background-word {
    top: -45px;
  }
}
@media (max-width: 400px) {
  .section-04-3 .slide-background-word {
    top: 12.5rem;
    top: 220px;
    top: -45px;
  }
}
@media (max-width: 320px) {
  .section-04-3 .slide-background-word {
    top: 10.5rem;
    top: 130px;
    top: 0;
  }
}
@media (max-width: 800px) {
  .section-04-3 .top-info {
    padding-top: 0;
    margin-top: 0;
  }
}

.slide04 {
  top: 15rem;
  position: fixed;
  display: none;
  z-index: 1;
  left: 0;
  right: 0;
}
@media (max-width: 800px) {
  .slide04 {
    top: 0;
    display: none !important;
  }
}
@media (max-width: 800px) {
  .slide04 .content-alt {
    margin-bottom: 0;
    position: relative;
    padding-top: 1.25rem;
    padding-bottom: 0.625rem;
    font-size: 0.75em;
    background-color: rgba(214, 230, 236, 0.9);
    padding-left: 2.5rem;
  }
}
@media (max-width: 800px) {
  .slide04 .content-alt:after, .slide04 .content-alt:before {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 1rem;
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.1));
    left: 0;
    right: 0;
  }
}
.slide04 .content-alt:after {
  top: 100%;
  bottom: auto;
  background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.1));
}
.slide04 .subtitle {
  font-size: 2.5em;
}
.slide04 .sub-menu-list {
  margin-top: 6rem;
}
@media (max-width: 800px) {
  .slide04 .sub-menu-list {
    margin-top: 1rem;
  }
}
.slide04 .sub-menu-item {
  margin: 1rem -0.5rem;
}
.slide04 a.sub-menu-link {
  text-decoration: none;
  padding: 0.5rem;
  font-weight: 700;
  transition: all 0.3s;
  color: #c1c8ce;
}
.slide04 a.sub-menu-link.active {
  color: #000;
}

.section-05 {
  color: #fff;
}
.section-05 .slide-background:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  left: 0;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.section-05 .content {
  perspective: 500px;
}
.section-05 .list {
  display: flex;
  margin-bottom: auto;
  flex-wrap: wrap;
  position: relative;
  margin: 4px -4px auto;
}
.section-05 .list .item {
  padding: 4px;
}
@media (min-width: 800px) {
  .section-05 .list .item:hover {
    opacity: 1;
  }
}
@media (min-width: 800px) {
  .section-05 .list .item:hover .text {
    background-color: #000;
  }
}
@media (min-width: 800px) {
  .section-05 .list .item:hover .text-hover {
    opacity: 1;
    transform: scale(1) translateY(0) rotateX(0);
  }
}
@media (min-width: 800px) {
  .section-05 .list .item:hover .text-hover:after {
    opacity: 1;
    transform: translateX(0);
  }
}
.section-05 .list .item.active {
  opacity: 1;
}
.section-05 .list .item.active .text {
  background-color: #000;
}
.section-05 .list .item.active .text-hover {
  opacity: 1;
  transform: scale(1) translateY(0) rotateX(0);
}
.section-05 .list .item.active .text-hover:after {
  opacity: 1;
  transform: translateX(0);
}
.section-05 .list .text {
  transition: inherit;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.75rem 1.125rem;
  background-color: #212121;
  display: block;
  box-shadow: 0 0 15px -5px #000;
}
@media (max-width: 800px) {
  .section-05 .list .text {
    white-space: normal;
  }
}
@media (max-width: 420px) {
  .section-05 .list .text {
    font-size: 0.9em;
  }
}
.section-05 .list .text-hover {
  opacity: 0;
  transform-origin: center top;
  position: absolute;
  left: 0;
  z-index: 4;
  max-width: 30rem;
  top: -8rem;
  margin-top: -4px;
  margin-left: 4px;
  transform: scale(1) rotateX(0deg);
  background-color: #000;
  padding: 1.5rem 2.25rem;
  transition: all 0.2s;
  will-change: transform;
  min-width: 17em;
  max-width: 95%;
  height: 8rem;
  display: flex;
  padding-bottom: 2rem;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 500px) {
  .section-05 .list .text-hover {
    font-size: 0.75em;
    padding: 1.5rem;
    padding: 1rem;
  }
}
.section-05 .list .text-hover:after {
  content: "";
  width: 3em;
  position: absolute;
  bottom: 1rem;
  height: 0.2em;
  background-color: #bf1919;
  left: 2.25rem;
  transition: all 0.2s;
  opacity: 0;
  transform: translateX(-100%);
}
@media (max-width: 500px) {
  .section-05 .list .text-hover:after {
    left: 1.5rem;
  }
}

.section-06 {
  color: #4d4d4d;
}
.section-06 .slide-background:before {
  opacity: 0;
}
.section-06 .content {
  align-items: stretch;
}
.section-06 .content .columns {
  flex-basis: 100%;
  display: flex;
}
@media (max-width: 800px) {
  .section-06 .content .columns {
    display: block;
  }
}
.section-06 .content .headers-block {
  flex-grow: 1;
  margin-right: 10em;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  max-width: 20em;
}
@media (max-width: 800px) {
  .section-06 .content .headers-block {
    max-width: auto;
    margin-right: 0;
  }
}
.section-06 .content .headers-block .text,
.section-06 .content .headers-block .title {
  margin-top: auto;
  font-size: 1.5em;
}
.section-06 .content .list-block {
  flex-grow: 1;
  font-size: 0.85em;
  flex-shrink: 0;
  flex-basis: 50%;
  align-self: flex-end;
}
@media (max-width: 800px) {
  .section-06 .content .list-block {
    flex-basis: auto;
    margin-top: 2.5rem;
  }
}
.section-06 .content .list-block ul {
  padding-left: 2em;
}
.section-06 .content .list-block li {
  position: relative;
  margin: 0.5rem;
  line-height: 1.2em;
}
.section-06 .content .list-block li:last-child {
  margin-bottom: 0;
}
.section-06 .content .list-block li:before {
  content: "—";
  opacity: 0.4;
  margin-left: -2em;
  position: absolute;
}

.section-07 {
  color: #fff;
}
.section-07:after {
  position: absolute;
  content: "";
  right: 0;
  width: 20%;
  z-index: 99;
  min-width: 5rem;
  display: block;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5));
}
.section-07 .content,
.section-07 .main-block {
  margin-right: 0;
}
.section-07 .content {
  width: auto;
}
@media (max-width: 800px) {
  .section-07 .content {
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .section-07 .content .clients {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding-left: 2.5rem;
  }
}
.section-07 .slide-background:before {
  opacity: 0;
}
.section-07 .clients {
  overflow: hidden;
  margin: 2rem 0;
}
.section-07 .auto-scroll {
  display: inline-flex;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (max-width: 800px) {
  .section-07 .auto-scroll {
    animation-duration: 15s;
  }
}
.section-07 .auto-scroll:hover {
  animation-play-state: paused;
}
.section-07 .auto-scroll li {
  margin: 1rem 2rem 1rem 0;
  padding: 0;
}
.section-07 .auto-scroll:first-child {
  animation-name: autoScroll;
  animation-direction: alternate;
  transform: translateX(0);
}
.section-07 .auto-scroll:nth-child(2) {
  animation-name: autoScroll;
  animation-delay: 5s;
  animation-direction: alternate;
}
.section-07 .client {
  text-decoration: none;
  min-width: 4rem;
  display: block;
  height: 4rem;
}
.section-07 .client-inner {
  display: flex;
  text-align: center;
  height: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: all 0.3s;
}
.section-07 .client-imageless {
  height: 100%;
  border: 2px solid hsla(0, 0%, 100%, 0.3);
  padding: 1rem;
  border-radius: 50%;
}
.section-07 .client-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  filter: grayscale(100%) brightness(10);
}
.section-07 .client-image span {
  display: none;
}

.section-08 .addintional_img {
  position: absolute;
  right: 0;
  top: 15rem;
  width: 55vw;
  height: 55px;
  border-bottom: 1px solid #95a1a5;
  background-image: url(../img/ssp1.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0;
}
.section-08 .addintional_img.animated {
  animation-name: rightToLeftSide;
  opacity: 0;
  animation-delay: 0.6s;
  animation-iteration-count: 1;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
@media screen and (max-width: 1366px) {
  .section-08 .addintional_img {
    width: 40vw;
  }
}
@media screen and (max-width: 1023px) {
  .section-08 .addintional_img {
    background-image: url(../img/ssp2.png);
    top: 12rem;
    height: 15vh;
    width: 30vw;
    border: none;
  }
}
@media screen and (max-width: 1281px) and (max-height: 801px) and (min-width: 1023px) and (min-height: 599px) {
  .section-08 .addintional_img {
    background-image: url(../img/ssp2.png);
    top: 12rem;
    height: 15vh;
    width: 30vw;
    border: none;
  }
}
@media screen and (max-width: 769px) and (max-height: 1025px) and (min-width: 767px) and (min-height: 1023px) {
  .section-08 .addintional_img {
    animation: none;
    top: 0rem;
    border-bottom: 1px solid #95a1a5;
    width: 80vw;
    height: 30px;
    background-image: url(../img/ssp1.png);
  }
}
@media screen and (max-width: 600px) {
  .section-08 .addintional_img {
    animation: none;
    top: 0rem;
    border-bottom: 1px solid #95a1a5;
    width: 80vw;
    height: 30px;
    background-image: url(../img/ssp1.png);
  }
}
.section-08 .content {
  margin: 0;
  width: 100%;
  justify-content: center;
  padding-top: 0;
}
@media screen and (max-width: 600px) {
  .section-08 .content {
    justify-content: space-between;
    height: 100%;
    flex: 1;
    max-height: none;
  }
}
.section-08 .info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  gap: 20px;
}
@media screen and (max-width: 1366px) {
  .section-08 .info {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .section-08 .info {
    gap: 0;
    justify-content: space-between;
    height: 100%;
    flex: 1;
  }
}
.section-08 .info_grid {
  max-width: 850px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 100px;
  justify-content: center;
}
@media screen and (max-width: 1366px) {
  .section-08 .info_grid {
    gap: 60px;
  }
}
@media screen and (max-width: 600px) {
  .section-08 .info_grid {
    gap: 10px;
    justify-content: space-between;
  }
}
.section-08 .info_title {
  display: flex;
  align-items: flex-start;
  gap: 31px;
}
@media screen and (max-width: 1366px) {
  .section-08 .info_title {
    gap: 27px;
  }
}
@media screen and (max-width: 600px) {
  .section-08 .info_title {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.section-08 .info_title-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0.75em;
}
@media screen and (max-width: 1366px) {
  .section-08 .info_title-logo img:first-child {
    width: 61px;
  }
}
@media screen and (max-width: 1366px) {
  .section-08 .info_title-logo img:last-child {
    width: 118px;
  }
}
.section-08 .info_title-name {
  font-weight: 700;
  font-size: 2em;
  line-height: 110%;
  color: #090909;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 1366px) {
  .section-08 .info_title-name {
    font-size: 1.75em;
  }
}
.section-08 .info_title-desc {
  font-size: 1.25em;
  line-height: 110%;
  color: #6f6f6f;
}
@media screen and (max-width: 1366px) {
  .section-08 .info_title-desc {
    font-size: 1em;
  }
}
.section-08 .info_advantages {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.25em;
}
@media screen and (max-width: 1366px) {
  .section-08 .info_advantages {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 600px) {
  .section-08 .info_advantages {
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
.section-08 .info_advantages-item {
  display: flex;
  align-items: flex-start;
  gap: 1.25em;
}
@media screen and (max-width: 1366px) {
  .section-08 .info_advantages-item img {
    width: 40px;
  }
}
.section-08 .info_advantages-item > div {
  font-family: "General Sans", sans-serif;
}
.section-08 .info_advantages-item > div strong {
  display: block;
  font-weight: 600;
  font-size: 2.5em;
  line-height: 110%;
  margin-bottom: 0.5em;
  text-wrap-mode: nowrap;
}
@media screen and (max-width: 1366px) {
  .section-08 .info_advantages-item > div strong {
    font-size: 2em;
  }
}
.section-08 .info_advantages-item > div span {
  display: block;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 125%;
}
@media screen and (max-width: 600px) {
  .section-08 .info_partners {
    width: 100%;
  }
}
.section-08 .info_partners-content {
  font-size: 1.25em;
  line-height: 110%;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .section-08 .info_partners-content {
    margin-bottom: 30px;
  }
}
.section-08 .info_partners-logos {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 20px;
}
.section-08 .info_partners-logos a {
  display: flex;
  align-items: center;
}
.section-08 .info_partners-logos a img {
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .section-08 .info_partners-logos a img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .section-08 .info_partners-logos a:nth-child(1) {
    width: 58px;
  }
}
@media screen and (max-width: 600px) {
  .section-08 .info_partners-logos a:nth-child(2) {
    width: 73px;
  }
}
@media screen and (max-width: 600px) {
  .section-08 .info_partners-logos a:nth-child(3) {
    width: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .section-08 .info_partners-logos {
    flex-direction: row;
  }
}
@media screen and (max-width: 600px) {
  .section-08 .info_partners-logos {
    gap: 0px;
    justify-content: space-between;
  }
}
.section-08 .info_partners-other {
  font-size: 1.25em;
  line-height: 110%;
  color: #6e6e6e;
}
.section-08 .example {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 150px;
}
@media screen and (max-width: 1366px) {
  .section-08 .example {
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 769px) and (max-height: 1025px) {
  .section-08 .example {
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .section-08 .example {
    align-items: center;
  }
}
.section-08 .example .example_video {
  display: none;
}
@media screen and (max-width: 1366px) {
  .section-08 .example .example_video {
    display: flex;
  }
}
.section-08 .example_sizes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 20px;
  margin-bottom: 75px;
}
@media screen and (max-width: 1366px) {
  .section-08 .example_sizes {
    margin-bottom: 95px;
  }
}
@media screen and (max-width: 1281px) and (max-height: 801px) and (min-width: 1023px) and (min-height: 599px) {
  .section-08 .example_sizes {
    margin-bottom: 60px;
  }
}
.section-08 .example_sizes .screen-card {
  background: #eeeeee;
  border: none;
  margin: 0;
  width: 84px;
  height: 60px;
  padding: 5px;
}
@media screen and (max-width: 600px) {
  .section-08 .example_sizes .screen-card {
    width: 58px;
    height: 41px;
  }
}
.section-08 .example_sizes .screen-card::after {
  padding-top: 10px;
  font-size: 10px;
}
.section-08 .example_sizes .screen-card span {
  background: #bfbfbf;
}
.section-08 .example_video {
  box-shadow: 2px 3px 68px 0 rgba(239, 176, 107, 0.3);
  background: #fff;
  display: flex;
  align-items: flex-start;
  border-radius: 10px;
  padding: 14px;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
}
.section-08 .example_video-wrapper {
  position: absolute;
  right: 0;
  top: 21rem;
  width: 55vw;
  z-index: 3;
}
@media screen and (max-width: 1366px) {
  .section-08 .example_video-wrapper {
    display: none;
  }
}
.section-08 .example_video-img {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 37px;
}
@media screen and (max-width: 600px) {
  .section-08 .example_video-img {
    flex-direction: column;
  }
}
.section-08 .example_video-img span {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #ceb19e;
}
.section-08 .example_video-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-08 .example_video-item:last-child {
  margin-left: 30px;
}
.section-08 .example_video-item:last-child .screen-card {
  align-items: center;
}
.section-08 .example_video-item:last-child .screen-card span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 8px;
  line-height: 110%;
  color: #828282;
}
.section-08 .example_video-item .screen-card {
  margin: 0;
  background: #eee;
  border: none;
  padding: 5px;
  margin-bottom: 10px;
  height: 3.9rem;
}
.section-08 .example_video-item .screen-card::after {
  display: none;
}
.section-08 .example_video-item .screen-card span {
  background: #bfbfbf;
}
.section-08 .example_video-name {
  text-align: center;
}
.section-08 .example_video-name strong {
  display: block;
  font-weight: 700;
  font-size: 10px;
  color: #6f6f6f;
  line-height: 110%;
}
.section-08 .example_video-name span {
  display: block;
  font-weight: 400;
  font-size: 9px;
  color: #6f6f6f;
  line-height: 110%;
}

.section-09 {
  color: #fff;
}
.section-09 .content {
  display: flex;
  flex-direction: row;
}
@media (max-width: 800px) {
  .section-09 .content {
    flex-direction: column;
  }
}
.section-09 .contact-us {
  padding: 2rem 0;
}
.section-09 .contact-us p {
  font-size: 1.4em;
  margin: 1em 0;
}
.section-09 .contact-us p a {
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  line-height: 1.6em;
  color: #fff;
  letter-spacing: 0.05em;
}
.section-09 .contact-us .button {
  margin-top: 2rem;
  margin-left: -1rem;
}
.section-09 .subtitle {
  font-size: 2em;
  font-family: Exo\ 2, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.15;
}
.section-09 .form-block {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  margin-right: 4rem;
}
.section-09 .form-block .header-back {
  background-position: 100%;
}
.section-09 .form-block .header-back:after {
  opacity: 0;
}
.section-09 .text-block {
  height: 8rem;
  padding: 0;
  display: flex;
  align-items: flex-start;
  align-self: center;
  margin-bottom: 0;
  font-size: 1.2em;
}
@media (max-width: 800px) {
  .section-09 .text-block {
    align-self: flex-start;
    margin-top: 10vh;
  }
}

@media screen and (max-width: 600px) {
  .section-10 .main-block > .content {
    gap: 1.8rem;
  }
}
.section-10__title {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  color: #424043;
}
@media screen and (max-width: 600px) {
  .section-10__title {
    font-size: 1.75rem;
  }
}
.section-10__form {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
@media screen and (max-width: 600px) {
  .section-10__form {
    flex: 1;
  }
}
.section-10__form.error .section-10__error {
  display: block;
}
.section-10__form.loading {
  cursor: wait;
}
.section-10__form.loading .section-10__form-input,
.section-10__form.loading .section-10__btn {
  cursor: wait;
}
.section-10__form.done .section-10__success {
  display: block;
}
.section-10__form-input {
  border: 1px solid #d3d3d3;
  border-radius: 0.6rem;
  padding: 1.2rem 1.8rem;
  background: #fff;
  color: #000;
  font-size: 1.2rem;
}
@media screen and (max-width: 600px) {
  .section-10__form-input {
    padding: 1rem 1.6rem;
    font-size: 1rem;
  }
}
.section-10__form-input::-moz-placeholder {
  font-weight: 400;
  color: #949494;
}
.section-10__form-input::placeholder {
  font-weight: 400;
  color: #949494;
}
.section-10__error {
  display: none;
  color: #bf1919;
  font-size: 0.8rem;
}
.section-10__success {
  font-size: 1.2rem;
  display: none;
}
.section-10__btn {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .section-10__btn {
    width: 100%;
  }
}
.section-10__form-info {
  font-size: 1.25rem;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .section-10__form-info {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.section-10__form-info a {
  color: #c00000;
  text-decoration: underline;
  font-weight: 300;
}

.red {
  color: #bf1919;
}

.only-desktop {
  display: block;
}
@media (max-width: 800px) {
  .only-desktop {
    display: none;
  }
}

.only-mobile {
  display: block;
}
@media (min-width: 800px) {
  .only-mobile {
    display: none;
  }
}/*# sourceMappingURL=mediasniper.css.map */