.container {
  max-width: 1200px;
  margin: 0 auto;
}

.rd-navbar-inner {
  max-width: 1200px!important;
}

.logo-header {
  max-width: 80px;
}

.swiper-wrapper img {
  margin: 0 auto;
}

.banner-404 {
  padding: 10px 0;
  background-color: #d23737;
  color: #fff;
}

.button-play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -102px;
  margin-left: -102px;
  display: block;
  height: 205px;
  width: 205px;
  background-image: url('/site/images/button_play.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: none;
}

.button-play:hover {
  background-position: 0 -205px;
  transition: none;
}

.section-clients {
  padding: 0 40px;
  margin: 40px 0;
}
.clients-title {
  text-align: center;
  color: #777;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

#highlights {
  padding: 60px 0;
  background-color: #E5E5E5;
}

.highlights-title {
  color: #777;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.highlights-list {
  display: grid;
  grid-template-columns:  repeat(4, 1fr);
}

.highlights-item {
  /* padding: 25px 0; */
}

.highlights-number {
  font-size: 50px;
  font-weight: bold;;
  color: #00A8DD;
}

.highlights-text {
  color: #000;
}

.client-list {
  display: grid;
  grid-template-columns:  repeat(8, 1fr);
}

.client-item {
  border-left: 1px solid #E8E8E8;
}

.client-item:last-child {
  border-right: 1px solid #E8E8E8;
}

.client-item img {
  max-width: 100%;
}


@media (max-width: 1200px) {
  .rd-navbar-panel {
    padding: 0!important;
  }
}

@media (max-width: 1050px) {
  .rd-navbar-panel {
    padding: 0!important;
  }

  .client-list {
    grid-template-columns:  repeat(4, 1fr);
  }

  .client-item {
    border-left: 1px solid #E8E8E8;
    margin-bottom: 20px;
  }
  
  .client-item:nth-child(4n) {
    border-right: 1px solid #E8E8E8;
  }

  /* .client-item:nth-child(5) {
    order: 1;
  } */
}

@media (max-width: 990px) {
  .rd-navbar-fixed .rd-navbar-brand img {
    height: 40px;
  }

  .rd-navbar-toggle {
    margin-top: 5px;
  }
}

@media (max-width: 500px) {
  .button-play {
    height: 102px;
    width: 102px;
    margin-top: -51px;
    margin-left: -51px;
    background-size: 102px;
    background-position: 0 0;
  }

  .button-play:hover {
    background-position: 0 -102px;
  }

  .highlights-list {
    grid-template-columns:  repeat(2, 1fr);
  }

  .client-list {
    grid-template-columns:  repeat(2, 1fr);
  }

  .client-item:nth-child(2n) {
    border-right: 1px solid #E8E8E8;
  }

  /* .client-item:nth-child(1) {
    order: 1;
  }

  .client-item:nth-child(2) {
    order: 2;
  }

  .client-item:nth-child(3) {
    order: 4;
  }

  .client-item:nth-child(4) {
    order: 3;
  }

  .client-item:nth-child(5) {
    order: 5;
  }

  .client-item:nth-child(6) {
    order: 6;
  }

  .client-item:nth-child(7) {
    order: 8;
  }

  .client-item:nth-child(8) {
    order: 7;
  } */
}
