@media (max-width: 600px) {
#custom__cards .service-slider_wrap  .service-slider__item {
    padding-bottom: unset !important;
    height: fit-content;
  }
 #custom__cards .service-slider_wrap .service-slider__arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
#custom__cards  .custom__link {
    width: 100% !important;
    height: 100% ! IMPORTANT;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  font-size: 0px !important;
    z-index: 9;
}
#custom__cards .service-slider__item{
  position: relative !important;
}
#custom__cards #icon-general-arrow-right-view{
  margin-bottom: unset !important;
} 
#custom__cards .service-slider__picture{
        display: flex;
}  

#custom__cards .service-slider {
        position: relative;
        width: 100%;
      }

      @media (max-width: 600px) {
        #custom__cards .service-slider {
          margin-right: -15px;
          width: calc(100% + 15px);
        }
      }

      #custom__cards .service-slider.swiper {
        overflow: visible;
      }

      #custom__cards .service-slider .swiper-navigation {
        display: flex;
        height: 50px;
        justify-content: space-between;
        width: 110px;
      }

      @media (max-width: 600px) {
        #custom__cards .service-slider .swiper-navigation {
          display: none;
        }
      }

      #custom__cards .service-slider .swiper-navigation .swiper-button-next,
      #custom__cards .service-slider .swiper-navigation .swiper-button-prev {
        height: 50px;
        margin-top: 0;
        position: static;
        width: 50px;
      }

      #custom__cards
        .service-slider
        .swiper-navigation
        .swiper-button-next:after,
      #custom__cards
        .service-slider
        .swiper-navigation
        .swiper-button-prev:after {
        background-image: url(/static/svg/sprite.svg#icon-slider-arrow);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 50px 50px;
        content: "";
        height: 50px;
        width: 50px;
      }

      #custom__cards
        .service-slider
        .swiper-navigation
        .swiper-button-next:hover:after,
      #custom__cards
        .service-slider
        .swiper-navigation
        .swiper-button-prev:hover:after {
        background-image: url(/static/svg/sprite.svg#icon-slider-arrow-hover);
      }

      #custom__cards .service-slider .swiper-navigation .swiper-button-prev {
        left: 0;
      }

      #custom__cards .service-slider .swiper-navigation .swiper-button-next {
        right: 0;
      }

      #custom__cards
        .service-slider
        .swiper-navigation
        .swiper-button-next:after {
        transform: rotate(180deg);
      }

      #custom__cards .service-slider_wrap {
        margin-right: -10px;
        width: calc(100% + 10px);
      }

      #custom__cards .service-slider_wrap .service-slider__list {
        flex-wrap: wrap;
        margin-bottom: 0;
      }

      #custom__cards .service-slider_wrap .service-slider__item {
        box-shadow: 0 6px 40px -10px rgba(0, 0, 0, 0.102);
        margin-bottom: 10px;
      }

      @media (max-width: 1499px) {
        #custom__cards .service-slider_wrap .service-slider__item {
          width: calc(33.33333% - 10px);
        }
      }

      @media (max-width: 1023px) {
        #custom__cards .service-slider_wrap .service-slider__item {
          width: calc(50% - 10px);
        }
      }

      @media (max-width: 600px) {
        #custom__cards .service-slider_wrap .service-slider__item {
          width: calc(100% - 10px);
        }
      }

      #custom__cards .service-slider__list {
        display: flex;
        margin-bottom: 20px;
      }

      #custom__cards .service-slider__item {
        background-color: rgb(255, 255, 255);
        border-radius: 20px;
        flex-shrink: 0;
        height: auto;
        margin-right: 10px;
       height: 360px;
        padding: 210px 30px 2px;
        position: relative;
        text-decoration: none;
        transition: padding-top 0.3s;
        width: calc(25% - 10px);
      }

      #custom__cards .service-slider__item.swiper-slide-visible {
        box-shadow: 0 6px 40px -10px rgba(var(--color_black), 0.1);
      }

      @media (max-width: 1023px) {
        #custom__cards .service-slider__item {
          min-height: 260px;
          padding: 20px 15px 50px;
        }
      }

      @media (max-width: 600px) {
        #custom__cards .service-slider__item {
          width: 260px;
        }
      }

      @media (min-width: 1024px) {
        #custom__cards .service-slider__item:hover {
          padding-top: 160px;
        }

        #custom__cards .service-slider__item:hover .service-slider__image {
          transform: translateY(50%) scale(1.1);
        }

        #custom__cards
          .service-slider__item:hover
          .service-slider__image
          picture {
          opacity: 0;
        }

        #custom__cards
          .service-slider__item:hover
          .service-slider__image
          picture:last-child,
        #custom__cards .service-slider__item:hover .service-slider__text {
          opacity: 1;
        }

        #custom__cards .service-slider__item:hover .service-slider__arrow {
          opacity: 1;
          visibility: visible;
        }
      }

      #custom__cards .service-slider__image {
        height: 120px;
        left: 30px;
        position: absolute;
        top: -30px;
        transform: translateY(50%);
        transition: transform 0.3s;
        width: 120px;
      }

      @media (max-width: 1023px) {
        #custom__cards .service-slider__image {
          height: 100px;
          left: 0;
          margin-bottom: 10px;
          padding-left: 5px;
          position: relative;
          top: 0;
          transform: none;
          width: 100px;
        }
      }

      #custom__cards .service-slider__image picture {
        height: 100%;
        left: 0;
        opacity: 1;
        position: absolute;
        top: 0;
        transition: opacity 0.3s;
        width: 100%;
      }

      #custom__cards .service-slider__image picture:last-child {
        opacity: 0;
      }

      #custom__cards .service-slider__image img {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
      }

      #custom__cards .service-slider__num {
        color: #000;
        font-size: 12px;
        font-weight: 300;
        line-height: 16.37px;
        margin-bottom: 8px;
      }

      #custom__cards .service-slider__caption {
        color: #000;
        font-size: 24px;
        font-weight: 800;
        line-height: 26.4px;
        max-width: 210px;
      }

      @media (max-width: 1023px) {
        #custom__cards .service-slider__caption {
          font-size: 18px;
          font-weight: 800;
          line-height: 19.8px;
          margin-bottom: 12px;
        }
      }

      #custom__cards .service-slider__text {
        color: rgb(37, 45, 55);
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.8px;
        margin-top: 10px;
        max-width: 206px;
        opacity: 0;
        transition: opacity 0.35s;
      }

      @media (max-width: 1023px) {
        #custom__cards .service-slider__text {
          font-size: 12px;
          font-weight: 400;
          line-height: 14.4px;
          max-width: 150px;
          opacity: 1;
        }
      }

      #custom__cards .service-slider__arrow {
        align-items: center;
        background-color: #660066;
        border-radius: 50%;
        bottom: 30px;
        color: rgb(255, 255, 255);
        display: flex;
        height: 50px;
        justify-content: center;
        opacity: 0;
        position: absolute;
        right: 30px;
        transition: opacity 0.3s;
        visibility: hidden;
        width: 50px;
      }

      @media (max-width: 1199px) {
        #custom__cards .service-slider__arrow {
          bottom: 15px;
          right: 15px;
        }
      }

      @media (max-width: 1023px) {
        #custom__cards .service-slider__arrow {
          opacity: 1;
          visibility: visible;
        }
      }

      #custom__cards .service-slider__bottom {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
      }

      #custom__cards .service-slider__link {
        align-items: center;
        color: #660066;
        display: flex;
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
        text-decoration: none;
      }

      #custom__cards .service-slider__link:hover {
        color: #660066;
      }

      #custom__cards .service-slider__link svg {
        margin-left: 10px;
      }