.service-slider {
  overflow: visible;
  border-radius: 48px;
  height: 520px;
}

.service-slider .swiper-wrapper {
  gap: 16px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.service-slider.swiper-horizontal .swiper-wrapper {
  gap: 0;
}

.service-slide {
  -webkit-box-flex: calc((100% + 16px) / 4 - 16px);
      -ms-flex: calc((100% + 16px) / 4 - 16px);
          flex: calc((100% + 16px) / 4 - 16px);
  height: 340px;
  padding: 32px;
  border-radius: 32px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  overflow: hidden;
  color: inherit;
}

.service-slide:last-child {
  margin-right: 0 !important;
}

.service-slide__ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.service-slide__ico img {
  height: 80px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.service-slide__text {
  margin-top: auto;
}

.service-slide__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.36px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 0;
}

.service-slide__description {
  width: 320px;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.service-slide__opacity {
  width: 320px;
}

.service-slide__arrow {
  width: 32px;
}

.service-slide__arrow img {
  width: 100%;
}

@media (min-width: 1024px) {
  .service-slider .slider-pagination {
    position: absolute;
    visibility: hidden;
  }

  .service-slide.active-slide {
    -webkit-box-flex: 400px;
        -ms-flex: 400px;
            flex: 400px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    height: 520px;
    padding: 40px;
    background: var(--white);
    border-radius: 48px;
    -webkit-box-shadow: 0px 8px 32px -8px rgba(160, 189, 221, 0.25);
            box-shadow: 0px 8px 32px -8px rgba(160, 189, 221, 0.25);
  }

  .service-slide.active-slide .service-slide__ico img {
    height: 120px;
  }

  .service-slide.active-slide .service-slide__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.56px;
    margin-bottom: 16px;
  }

  .service-slide.active-slide .service-slide__description {
    opacity: 1;
    height: auto;
  }
}

@media (max-width: 1400px) {
  .service-slide__description {
    width: calc(30vw - 80px);
  }

  .service-slide__opacity {
    width: calc(30vw - 80px);
  }
}

@media (max-width: 1023px) {
  .service-slider {
    height: auto;
  }

  .service-slide {
    background: var(--white);
    -webkit-box-shadow: 0px 8px 32px -8px rgba(160, 189, 221, 0.25);
            box-shadow: 0px 8px 32px -8px rgba(160, 189, 221, 0.25);
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    height: auto;
  }

  .service-slide__ico img {
    height: 96px;
  }

  .service-slide__title {
    font-size: 24px;
    letter-spacing: -0.48px;
    margin-bottom: 16px;
  }

  .service-slide__description {
    width: 100%;
    opacity: 1;
    height: auto !important;
  }

  .service-slide__opacity {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .service-slide__title {
    font-size: 20px;
    margin-bottom: 12px;
    letter-spacing: -0.4px;
  }
}

@media (min-width: 1024px) and (max-width: 1400px) {
  .service-slide.active-slide {
    -webkit-box-flex: 30vw;
        -ms-flex: 30vw;
            flex: 30vw;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1023px) {
  .service-slide.active-slide {
    height: auto;
  }
}