.clients-section {
  background-color: #01021E;
  position: relative;
}
@media (max-width: 996px) {
  .clients-section {
    padding-top: 65px;
  }
}
.clients-section .clients-section__content-cross-decoration {
  position: absolute;
  top: -20%;
  left: 10%;
  z-index: 3;
}
@media (max-width: 996px) {
  .clients-section .clients-section__content-cross-decoration {
    width: 97px;
    height: 92px;
    top: -21px;
    left: 0;
  }
}
.clients-section .clients-section__content {
  margin-bottom: 80px;
}
@media (max-width: 996px) {
  .clients-section .clients-section__content {
    margin-bottom: 40px;
  }
}
.clients-section .clients-section__content .clients_title {
  position: relative;
  font-family: "ClashDisplay";
  font-size: 64px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 996px) {
  .clients-section .clients-section__content .clients_title {
    font-size: 44px;
    line-height: 44px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .clients-section .clients-section__content .clients_title {
    font-size: 35px;
    line-height: 35px;
  }
}
.clients-section .clients-section__content .clients_title.title_circled::before {
  content: "";
  position: absolute;
  background-image: url("../../../src/img/title_decor.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 204px;
  height: 204px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 996px) {
  .clients-section .clients-section__content .clients_title.title_circled::before {
    width: 0;
    height: 0;
  }
}
.clients-section .clients-section__content .clients_title-description {
  max-width: 650px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  margin-top: 24px;
}
.clients-section .clients-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.clients-section .clients-slider .swiper-wrapper .swiper-slide {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clients-section .clients-slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-width: 200px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100px;
}

.home .clients-section {
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
}