.need-model {
  background-image: url(/../assets/images/home/block6/fon-footer.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 1178px;
  margin-bottom: -365px;
}
@media (max-width: 1023px) {
  .need-model {
    background-image: inherit;
    height: 100%;
    margin-bottom: 60px;
  }
}
.need-model h2 {
  font-family: "AireBoldPro";
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  color: #424242;
  margin-bottom: 78px;
  text-align: center;
}
@media (max-width: 1023px) {
  .need-model h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .need-model h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 35px;
  }
}
.need-model__content {
  position: relative;
}
.need-model__content .swiper-wrapper {
  display: flex;
}
.need-model__content .swiper-slide {
  margin: 0 20px 30px 20px;
  width: calc((100% - 120px) / 3);
}
@media (max-width: 767px) {
  .need-model__content .swiper-slide {
    margin: 0;
    width: 100%;
  }
}
.need-model__picture {
  position: absolute;
  top: -228px;
  left: -145px;
  content: "";
  width: 263px;
  height: 247px;
}
@media (max-width: 1023px) {
  .need-model__picture {
    display: none;
  }
}
.need-model__slider {
  margin: 0 -20px;
}
@media (max-width: 1023px) {
  .need-model__slider {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .need-model__slider {
    padding-bottom: 30px;
  }
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #7f7f7f;
}