.parquetry-our-clients-block {
  display: block;
  unicode-bidi: isolate;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px!important;
}
@media (max-width: 992px) {
  .parquetry-our-clients-block {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .parquetry-our-clients-block {
    padding: 30px 0;
  }
}
.parquetry-our-clients-block .our-clients-box .bg-title {
  text-align: center;
  font-size: 40px;
  line-height: 1.20833;
  margin-bottom: 39px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .parquetry-our-clients-block .our-clients-box .bg-title {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .parquetry-our-clients-block .our-clients-box .bg-title {
    margin-bottom: 31px;
    font-size: 29px;
    line-height: 0.88;
    font-weight: 300;
  }
}
.parquetry-our-clients-block .our-clients-box .swiper-view-other {
  margin-top: 30px;
  flex: 0 0 100%;
}
.parquetry-our-clients-block .our-clients-box .swiper-view-other .swiper-wrapper-other {
  margin-bottom: 27px;
}
.parquetry-our-clients-block .our-clients-box .swiper-view-other .swiper-wrapper-other .item {
  margin-bottom: 30px;
}
.parquetry-our-clients-block .our-clients-box .swiper-view-other .swiper-wrapper-other .item .clients-classic {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  /*border: 1px solid #e1e1e1;*/
  transition: all 0.3s ease-in-out;
}



.parquetry-our-clients-block .our-clients-box .swiper-view-other .swiper-wrapper-other .item .clients-classic .brand-img {
  width: 100%;
  height: 100%;
}
.parquetry-our-clients-block .our-clients-box .swiper-view-other .swiper-wrapper-other .item .clients-classic .brand-img img {
  /*width: 100%;*/
  /*height: 100%;*/
  /*object-fit: cover;*/
  /*opacity: 0.5;*/
  will-change: transform;
  transition: all 0.3s ease;
}

