@charset "UTF-8";

/*Prefixed by https://autoprefixer.github.io*/

.wrapper.kz-partners {
  padding: 2.5% 0 3% 0;
  background: -o-linear-gradient(top, rgba(234,235,235, 0.3), #eaebeb 150px);
  background: linear-gradient(to bottom, rgba(234,235,235, 0.3), #eaebeb 150px);
}

.kz-partners ul {
  list-style: none;
}

.partners-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1700px;
  width: 90%;
  padding: 0 5%;
  margin: auto;
}

.partners-logos li {
  margin: 3% auto 0 auto;
}

.partners-logos li:nth-of-type(1) {
  width: 32%;
}

.partners-logos li:nth-of-type(2) {
  width: 29%;
}

.partners-logos li:nth-of-type(3) {
  width: 29%;
}

/*split*/

.partners-logos li:nth-of-type(4) {
  width: 17%;
  margin-left: 21%;
}

.partners-logos li:nth-of-type(5) {
  width: 9%;
}

.partners-logos li:nth-of-type(6) {
  width: 10%;
}

.partners-logos li:nth-of-type(7) {
  width: 9.75%;
  margin-right: 21%;
}

@media (max-width: 1400px) {
  .partners-logos li:nth-of-type(1) {
    width: 49.5%;
  }

  .partners-logos li:nth-of-type(2) {
    width: 45.5%;
  }

  /*split*/

  .partners-logos li:nth-of-type(3) {
    width: 47%;
    margin-left: 10%;
  }

  .partners-logos li:nth-of-type(4) {
    width: 28%;
    margin-left: 0;
    margin-right: 10%;
  }

  /*split*/
  
  .partners-logos li:nth-of-type(5) {
    width: 15%;
    margin-left: 22%;
  }

  .partners-logos li:nth-of-type(6) {
    width: 16.5%;
  }

  .partners-logos li:nth-of-type(7) {
    width: 15%;
    margin-right: 22%;
  }
}

@media (max-width: 1100px) {
  .wrapper.kz-partners {
    padding: 6.5% 0 8% 0;
  }
}

@media (max-width: 750px) {
  .partners-logos li {
    margin: 5% auto 0 auto;
  }

  .partners-logos li:nth-of-type(1) {
    width: 70%;
  }

  /*split*/

  .partners-logos li:nth-of-type(2) {
    width: 67%;
  }

  /*split*/

  .partners-logos li:nth-of-type(3) {
    width: 70%;
    margin-left: auto;
  }

  /*split*/

  .partners-logos li:nth-of-type(4) {
    width: 40%;
    margin-left: 15%;
    margin-right: 0;
  }

  .partners-logos li:nth-of-type(5) {
    width: 21%;
    margin-left: 0;
    margin-right: 15%;
  }

  /*split*/

  .partners-logos li:nth-of-type(6) {
    width: 21%;
    margin-left: 25%;
  }

  .partners-logos li:nth-of-type(7) {
    width: 20%;
    margin-right: 25%;
  }
}