.parquetry-our-clients-block {
  display: block;
  unicode-bidi: isolate;
  background-size: cover;
  background-position: center center;
}

.parquetry-our-clients-block .our-clients-box .bg-title {
  text-align: center;
  margin-bottom: 39px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .parquetry-our-clients-block .our-clients-box .bg-title {
    margin-bottom: 10px;
  }
}

.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 .items{
    width: calc(20% - 20px);
    margin: 0 10px;

}
.parquetry-our-clients-block .our-clients-box .swiper-view-other .swiper-wrapper-other .item {
  margin-bottom: 20px;
}
.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;
  /*height: 172.11px;*/
}
/*@media (max-width: 1500px) {*/
/*  .parquetry-our-clients-block .our-clients-box .swiper-view-other .swiper-wrapper-other .item .clients-classic {*/
/*    height: 139.89px;*/
/*  }*/
/*}*/
/*@media (max-width: 1280px) {*/
/*  .parquetry-our-clients-block .our-clients-box .swiper-view-other .swiper-wrapper-other .item .clients-classic {*/
/*    height: 131.83px;*/
/*  }*/
/*}*/
/*@media (max-width: 992px) {*/
/*  .parquetry-our-clients-block .our-clients-box .swiper-view-other .swiper-wrapper-other .item .clients-classic {*/
/*    height: 106.33px;*/
/*  }*/
/*}*/
/*@media (max-width: 768px) {*/
/*  .parquetry-our-clients-block .our-clients-box .swiper-view-other .swiper-wrapper-other .item .clients-classic {*/
/*    height: 119.75px;*/
/*  }*/
/*}*/
@media (max-width: 576px) {
  .parquetry-our-clients-block .our-clients-box .swiper-view-other .swiper-wrapper-other .item .clients-classic {
    width: 100%;
    height: 100%;
  }
}
.parquetry-our-clients-block .our-clients-box .swiper-view-other .swiper-wrapper-other .item .clients-classic::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  will-change: transform;
}
.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;
}
@media (min-width: 992px) {
  .parquetry-our-clients-block .our-clients-box .swiper-view-other .swiper-wrapper-other .item .clients-classic:hover {
    border-color: #151515;
  }
  .parquetry-our-clients-block .our-clients-box .swiper-view-other .swiper-wrapper-other .item .clients-classic:hover::before {
    transform: scale(0.94, 0.9);
    border-color: #151515;
  }
  .parquetry-our-clients-block .our-clients-box .swiper-view-other .swiper-wrapper-other .item .clients-classic:hover img {
    opacity: 1;
    transform: scale(0.9);
  }
}
