@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: 0 auto;
}

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

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

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

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

@media (max-width: 1100px) {
  .wrapper.kz-partners {
    padding: 6.5% 0 8% 0;
  }
  
  .partners-logos li {
    margin: 3% auto 0 auto;
  }
  
  .partners-logos li:nth-of-type(1) {
    width: 49%;
  }

  .partners-logos li:nth-of-type(2) {
    width: 41%;
  }
  
  /*split*/

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

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

@media (max-width: 750px) {
  .partners-logos li {
    margin: 7% auto 0 auto;
  }
  
  .partners-logos li:nth-of-type(1) {
    width: 77%;
  }
  
  /*split*/

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

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

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