@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;
}

.kz-partners-wrap {
  margin-top: 3%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.kz-partners .kz-partners-wrap li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.kz-partners-wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.kz-partners-wrap div {
  width: 48.5%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kz-partners-wrap li:nth-of-type(1) .kz-partners-wrap-logo, .kz-partners-wrap li:nth-of-type(2) .kz-partners-wrap-copy div {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.kz-partners-wrap li:nth-of-type(2) .kz-partners-wrap-logo, .kz-partners-wrap li:nth-of-type(1) .kz-partners-wrap-copy div {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.kz-partners-wrap div:nth-of-type(1):after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background: #97999b;
  top: 50%;
  left:calc(50% - 35px);
}

.kz-partners-wrap div:nth-of-type(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.kz-partners-wrap div:nth-of-type(2) div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
}

.kz-partners-wrap img {
  max-width: 350px;
  width: 80%;
  height: auto;
  margin-left: 10%;
  margin-right: 10%;
}

.kz-partners-wrap img {
  margin-top: 5%;
  margin-bottom: 5%;
}

.kz-partners-wrap p {
  margin-top: 5%;
  margin-bottom: 6%;
  max-width: 800px;
}

.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%;
}

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

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

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

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

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

@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%;
  }

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

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

  /*split*/

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

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

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

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

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

  .kz-partners-wrap {
    margin-top: 5%;
  }

  .kz-partners-wrap li {
    display: block;
  }

  .kz-partners-wrap li:nth-child(2n+1) div:nth-of-type(1), .kz-partners-wrap li:nth-child(2n) div:nth-of-type(1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .kz-partners-wrap div:nth-of-type(2) div {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .kz-partners-wrap div {
    width: 100%;
  }

  .kz-partners-wrap div:nth-of-type(1):after {
    display: none;
  }

  .kz-partners-wrap img {
    max-width: 280px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .kz-partners-wrap p {
    margin-top: 3%;
  }
}

@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%;
  }

  /*split*/

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

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

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

  /*split*/

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

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

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