
.menu__logos a:nth-child(2) {
  right: 0;
}
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}
.left {
  position: relative;
  padding: 300px 25px 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  z-index: 1;
}
h1 {
  margin-bottom: 80px;
  opacity: 1;
  font-size: 4.3rem;
  line-height: 5rem;
  font-weight: bold;
  color: #fff;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
h1 span {
  display: block;
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 300;
}
.left__video-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100vw - 80px);
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  -o-transition: transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  z-index: -1;
  overflow: hidden;
  cursor: pointer;
}
.left__video-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  -webkit-transition: background 0.7s;
  -o-transition: background 0.7s;
  transition: background 0.7s;
}
.left__cover {
  display: none;
}
.left__video-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.left__video-close:before,
.left__video-close:after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  height: 3px;
  right: 0;
  background: #fff;
}
.left__video-close:before {
  -webkit-transform: rotate(45deg) translate(0, 0);
      -ms-transform: rotate(45deg) translate(0, 0);
          transform: rotate(45deg) translate(0, 0);
}
.left__video-close:after {
  -webkit-transform: rotate(-45deg) translate(0, 0);
      -ms-transform: rotate(-45deg) translate(0, 0);
          transform: rotate(-45deg) translate(0, 0);
}
.left__video-wrap video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-open h1 {
  opacity: 0;
}
.video-open .left__video-close {
  opacity: 1;
}
.video-open .left__video-wrap {
  -webkit-transform: translateX(calc((100vw - 80px) * 0.7 ));
      -ms-transform: translateX(calc((100vw - 80px) * 0.7 ));
          transform: translateX(calc((100vw - 80px) * 0.7 ));
  cursor: default;
}
.video-open .left__video-wrap:before {
  background: rgba(0, 0, 0, 0);
}
.right {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70%;
          flex: 1 0 70%;
}
.right__promos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.right__promo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.right__promo:nth-child(3n+1) {
  background-color: var(--blue);
}
.right__promo:nth-child(3n+2) {
  background-color: var(--light-yellow);
}
.right__promo:nth-child(3n+3) {
  background-color: var(--gray);
}
.right__promo a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 100px 15px;
  z-index: 1;
}
.right__promo:nth-child(3n+1) a,
.right__promo:nth-child(3n+3) a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
}
.right__promo:nth-child(3n+2) a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: var(--blue);
}
.right__promo h2 {
  margin-bottom: 20px;
  font-size: 5rem;
  line-height: 5.5rem;
  font-weight: 300;
}
.right__promo ul {
  margin-left: 25px;
  font-size: 2rem;
  line-height: 2.5rem;
}
.right__promo li:not(:last-child) {
  margin-bottom: 10px;
}
.right__promo--history {
  background-image: url(../../images/content/home-history.png);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: left bottom;
  background-size: 110%;
}
.right__promo--plaisio {
  background-image: url(../../images/content/home-plaisio-1.png), url(../../images/content/home-plaisio-2.png);
  background-repeat: no-repeat;
  background-size: 50%, 60%;
  background-position: 40px 20%, 90% 40%;
}
.right__promo--church {
  background-image: url(../../images/content/home-church-1.png), url(../../images/content/home-church-2.png);
  background-repeat: no-repeat;
  background-position: 40px 35%, center bottom;
  background-size: 30%, 100%;
  background-blend-mode: multiply;
}
.right__promo--tehni {
  background-image: url(../../images/content/home-texni.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
  background-blend-mode: multiply;
}
.right__promo--timeline {
  background-image: url(../../images/content/home-timeline-2.png);
  background-repeat: no-repeat;
  background-position: left 104%;
  background-size: 100%;
}
.right__promo--timeline figure {
  -webkit-transform: perspective(200px) rotateY(10deg);
          transform: perspective(200px) rotateY(10deg);
  margin: 0 0 50px 20px;
  max-width: 80%;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow)
}
.right__promo--fight {
  background-image: url(../../images/content/home-fight-2.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
.right__promo--fight figure {
  max-width: 45%;
  margin: 20px 0 0 auto;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}
.right__pagination {
  display: none;
}

@media only screen and (max-width: 1440px) {
  .right__promo h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .left  {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 35%;
            flex: 1 0 35%;
  }
  .right {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 65%;
            flex: 1 0 65%;
  }
}

@media only screen and (max-width: 999px) {
  main {
    display: block;
  }
  .left {
    padding: 250px 20px 50px;
  }
  .left__cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;;
    z-index: -1;
  }
  .left__cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }
  .left__cover img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  .left__video-wrap {
    width: calc(100vw - 50px);
    display: block;
  }
  .right__promo a {
    padding: 30px 20px 50px;
  }
  .right__promo--plaisio {
    background-position: 40px 25px, 90% 25px;
  }
  .right__promo--fight figure {
    max-width: 80%;
  }
  .logos {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    -o-transition: transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .video-open .logos {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .left__video-wrap {
    position: fixed;
    right: auto;
    left: -100vw;
    z-index: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .video-open .left__video-wrap {
    -webkit-transform: translateX(calc(100vw + 50px));
        -ms-transform: translateX(calc(100vw + 50px));
            transform: translateX(calc(100vw + 50px))
  }
  .right__promo h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .right__promo ul {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .right__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
  }
  .right__bullet {
    margin: 0 5px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--sky-blue);
    border-radius: 50%;
  }
  .right__bullet--active {
    background: var(--sky-blue);
  }
}

@media only screen and (max-width: 600px) {
  .left {
    padding: 120px 20px 20px;
  }
  h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .right__promo a {
    padding: 30px 10px 50px;
  }
  .right__promo h2 {
    font-size: 2.1rem;
    line-height: 2.5rem;
  }
  .right__promo ul {
    margin-left: 10px;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .right__promo li {
    position: relative;
    list-style-type: none;
  }
  .right__promo li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: -10px;
    top: 8px;
    background: var(--blue);
  }
  .right__promo:nth-child(3n+1) li:before,
  .right__promo:nth-child(3n+3) li:before {
    background: #fff;
  }
}