@charset "UTF-8";
.product {
  /************************************************  clients  *******************************************************/
}
.product__clients {
  overflow: hidden;
  position: relative;
}
.product__clients-slider {
  display: flex;
  gap: 100px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100vw;
  height: 252.2px;
  background: #F4F4F4;
  padding: 90px 20px;
  justify-content: flex-start;
  justify-self: center;
  /* Скрываем скроллбар в Chrome, Safari */
}
.product__clients-slider::-webkit-scrollbar {
  display: none;
}
.product__clients-slider:hover {
  cursor: grab;
}
.product__clients-slider.active {
  cursor: grabbing;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.product__clients-slider.active a {
  pointer-events: none;
}
.product__clients-item {
  scroll-snap-align: start;
  flex: 0 0 auto;
  width: auto;
  height: 66px;
  padding: 0;
  justify-items: flex-start;
  user-select: none;
}
.product__clients-item:last-of-type {
  padding-right: 10px;
}
.product__clients-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  filter: grayscale(1);
  opacity: 0.5;
  -webkit-transition: all 0.27s;
  -moz-transition: all 0.27s;
  -o-transition: all 0.27s;
  transition: all 0.27s;
  user-drag: none;
  -webkit-user-drag: none;
}
.product__clients-item a img {
  width: auto;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}
.product__clients-item a:hover {
  filter: none;
  opacity: 1;
  transform: scale(1.2);
}
/**********************************************************************************************************************/
/******************************                 Адаптивная верстка                      *******************************/
/**********************************************************************************************************************/
/****************************************   Для экранов меньше 992px   ************************************************/
@media (max-width: 991.98px) {
  .product {
    /***************************************** clients ************************************************************/
  }
  .product__clients-slider {
    height: 232.2px;
    padding: 80px 20px;
  }
}
/****************************************   For screens smaller than 576px   ******************************************/
@media (max-width: 575.98px) {
  .product {
    /*********************************************** clients ******************************************************/
  }
  .product__clients-slider {
    height: 328px;
    padding: 126px 13px 140px;
  }
  .product__clients-title {
    position: absolute;
    top: 60px;
    font-size: 14px;
    font-weight: 600;
    line-height: 148%;
    text-transform: none;
    color: #8F8F97;
    margin-bottom: 42px;
  }
  .product__clients-item a:hover {
    transform: scale(1.1);
  }
}

/*# sourceMappingURL=clients-slider.css.map */
