.services {
  margin-top: 80px;
}
.services__swiper {
  margin: 0 auto;
  width: 1112px;
  overflow: hidden;
}
.services__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.services__controls {
	margin-right: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.services__controls button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.services__arrow-prev circle,
.services__arrow-next circle {
  fill: currentColor;
}
.services__wrapper {
  margin-top: 29px;
}
.services__swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
}
.services__swiper-slide--mobile {
  display: none;
}
.services__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.services__item {
  width: 348px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.services__item--double {
  width: 730px;
}
.services__img {
  width: 100%;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.services__content {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 282px;
  gap: 10px;
}
.services__item--double .services__content {
	max-width: 100%;
}
.services__item-title {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #0d2a5b;
}
.services__item-desc {
  margin: 0;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  text-align: center;
  color: #0d2a5b;
}

.services__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  text-align: center;
  color: #0d2a5b;
}

@media (max-width: 1199px) {
  .services {
    margin-top: 48px;
  }
  .services__swiper {
    width: 667px;
  }
  .services__wrapper {
    margin-top: 17px;
  }
  .services__swiper-slide {
    gap: 20px;
  }
  .services__item {
    width: 209px;
  }
  .services__item--double {
    width: 445px;
  }
  .services__content {
    margin-top: 16px;
    max-width: 169px;
    gap: 6px;
  }
  .services__item-title {
    font-size: clamp(15px, 1.953vw, 24px);
  }
  .services__item-desc {
    font-weight: 500;
    font-size: clamp(10px, 1.302vw, 15px);
  }
  .services__item-list-item {
    font-weight: 500;
    font-size: clamp(10px, 1.302vw, 15px);
  }
  .services__controls {
    gap: 6px;
  }
}

@media (max-width: 767px) {
  .services__swiper {
    width: 620px;
  }
}

@media (max-width: 639px) {
  .services {
    margin-top: 40px;
  }
  .services__swiper {
    width: 330px;
  }
  .services__swiper-slide {
    gap: 14px;
  }
  .services__swiper-slide--desktop {
    display: none;
  }
  .services__swiper-slide--mobile {
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  }

  .services__item {
    width: 157px;
  }
  .services__item--double {
    width: 330px;
  }
  .services__item-title {
    font-size: 14px;
  }
  .services__img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  .services__content {
    max-width: 100%;
    margin-top: 11px;
    gap: 7px;
  }
  .services__item-desc {
    line-height: 140%;
  }
  .services__controls {
		margin-right: 0;
    gap: 10px;
  }
}
