.clients {
  overflow: hidden;
  position: relative;
}

.clients__blue {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #2d60f6;
  color: #fff;
  padding: 40px;
}

@media (max-width: 767px) {
  .clients__blue {
    padding: 64px 24px 40px;
    display: block;
  }
}

.clients__text {
  font-size: 16px;
  line-height: 24px;
  padding-top: 16px;
}

@media (max-width: 767px) {
  .clients__text {
    padding-top: 10px;
  }
}

.clients__case {
  display: block;
  width: 144px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c7c7c7;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c7c7c7;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 4px 0;
  text-decoration: none;
}

.clients__case:hover {
  background-color: #2d60f6;
  color: #fff;
}

.clientscta {
  padding: 0 0px 0 40px;
}

@media (max-width: 1024px) {
  .clientscta {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .clientscta {
    padding-left: 0;
    padding-top: 45px;
  }
}

.clientscta--mobile {
  display: none;
}

@media (max-width: 400px) {
  .clientscta--mobile {
    display: block;
    width: 100%;
    position: relative;
    height: 240px;
  }
}

.clientscta__blue {
  background-color: #2d60f6;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clientscta__text {
  color: #fff;
}

/* 
.clientscta a {
  display: block;
  text-align: center;
  background-color: #fff;
  white-space: nowrap;
  color: #2d60f6;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px 30px;
}

.clientscta a:hover {
  background-color: #060f1e;
  color: #fff;
}
*/

.clients .swiper__clients {
  position: static;
  width: 100%;
  background-color: #f6f6f6;
  height: 160px;
  overflow: visible;
}

.clients .swiper__clients .swiper-wrapper {
  position: static;
}

@media (max-width: 767px) {
  .clients .swiper__clients {
    position: relative;
  }
}

.clients .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
  height: 100%;
  border-left: 1px solid #c7c7c7;
}

.clients .swiper-slide:last-of-type {
  border-right: 1px solid #c7c7c7;
}

.clients .swiper-slide:nth-last-of-type(2) {
  -webkit-box-shadow: 1px 0 0 0 #c7c7c7;
  box-shadow: 1px 0 0 0 #c7c7c7;
}

.clients .swiper-slide img {
  max-width: 80%;
  height: auto;
}

.clients .swiper__navigation {
  display: none;
}

.clients .swiper-button {
  width: 40px;
  height: 38px;
  background: #fff url(../img/sliderarrow.svg) no-repeat center/16px;
  position: relative;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.clients .swiper-button:hover {
  background-color: #2d60f6;
  background-image: url(../img/arrow2.svg);
}

.clients .swiper-button::after {
  content: "";
}

.clients .swiper-button-prev {
  position: absolute;
  left: 0;
}

.clients .swiper-button-next {
  position: absolute;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}
