.model-cat-head {
  margin-bottom: 24px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.model-cat-head__title {
  margin-bottom: 0;
}
.model-cat-head__pagination {
  line-height: 24px;
  margin-left: 20px;
}
.model-cat-head__pagination .swiper-pagination {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.model-cat-head__pagination .swiper-pagination-lock {
  display: inline;
}
.model-cat-head__controls {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 90px;
  margin-left: auto;
}
.model-cat-head__controls .swiper-button-prev,
.model-cat-head__controls .swiper-button-next {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.model-cat-head__controls.is-hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1019px) {
  .model-cat-head {
    margin-bottom: 24px;
  }
  .model-cat-head__title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .model-cat-head {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .model-cat-head__pagination {
    width: 100%;
    margin-left: 0;
    line-height: 20px;
    color: #707070;
  }
  .model-cat-head__pagination .swiper-pagination {
    font-size: 0;
    overflow: hidden;
    text-indent: -9999em;
  }
  .model-cat-head__pagination .swiper-pagination-total {
    font-size: 14px;
    text-indent: 0;
  }
  .model-cat-head__controls {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }
}
.model-cat-slider {
  overflow: hidden;
  margin-bottom: 40px;
}
.model-cat-slider__inner {
  margin: 0 -15px;
}
.model-cat-slider__item-wrap {
  padding: 0 15px;
}
.model-cat-slider .swiper-container {
  width: 100%;
  margin: 0;
}

@media (max-width: 1199px) {
  .model-cat-slider__inner {
    margin-right: -12px;
    margin-left: -12px;
  }
  .model-cat-slider__item-wrap {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 1019px) {
  .model-cat-slider__inner {
    margin-right: -10px;
    margin-left: -10px;
  }
  .model-cat-slider__item-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .model-cat-slider {
    overflow: visible;
    margin-bottom: 0;
  }
  .model-cat-slider .swiper-container,
  .model-cat-slider .swiper-wrapper {
    overflow: visible;
  }
  .model-cat-slider__item-wrap {
    width: 220px;
    padding: 20px 10px 44px;
  }
  .model-cat-slider .models-item {
    height: 310px;
    min-height: 0;
    overflow: hidden;
  }
  .model-cat-slider .models-item__img {
    height: 122px;
  }
  .model-cat-slider .models-item__img img {
    max-height: 122px;
  }
}
