@charset "UTF-8";
.our-services-section {
  overflow: hidden;
  padding: 200px 0 300px;
  position: relative;
}
.our-services-section .tap-me {
  display: none;
}
.our-services-section:before {
  content: "";
  position: absolute;
  bottom: 249px;
  margin: auto;
  width: 1696px;
  max-width: 100%;
  height: 52px;
  border-radius: 23px;
  opacity: 0.5;
  background: var(--Violet-solid, #544EC9);
  -webkit-filter: blur(77px);
          filter: blur(77px);
  z-index: 1;
}
.our-services-section .title {
  position: relative;
  z-index: 2;
  color: #6A7F7F;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.our-services-section .filter-list {
  margin: 0 auto 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
  width: 1193px;
  max-width: 100%;
  border-radius: 16px;
  background-color: #E6F7FC;
  position: relative;
}
.our-services-section .filter-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  padding: 0 32px;
  cursor: pointer;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
  position: relative;
  z-index: 2;
  color: #6A7F7F;
  font-size: 20px;
  border-radius: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: rgba(84, 78, 201, 0);
}
.our-services-section .filter-list-item:before {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scaleX(0.32);
          transform: scaleX(0.32);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
  border-radius: 16px;
  background: rgb(84, 78, 201);
  content: "";
  z-index: -1;
}
.our-services-section .filter-list-item span {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
@media (hover: hover) {
  .our-services-section .filter-list-item:hover {
    color: #333333;
    background: rgba(84, 78, 201, 0.05);
  }
}
.our-services-section .filter-list-item.active {
  color: #ffffff;
}
.our-services-section .filter-list-item.active:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.our-services-section .ourServicesSwiper {
  position: relative;
  z-index: 2;
}
.our-services-section .ourServicesSwiper.active {
  display: block;
}
.our-services-section .ourServicesSwiper.grabbing .swiper-slide .slide-inner {
  -webkit-transition: all 0.7s linear 0s;
  transition: all 0.7s linear 0s;
}
.our-services-section .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.52, 1.02) !important;
          transition-timing-function: cubic-bezier(0.17, 0.67, 0.52, 1.02) !important;
}
.our-services-section .swiper-slide {
  cursor: -webkit-grab;
  cursor: grab;
}
.our-services-section .swiper-slide .slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e6f7fc;
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  position: relative;
}
.our-services-section .swiper-slide .slide-inner .close {
  display: none;
}
.our-services-section .swiper-slide .slide-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  border: 2px solid rgb(88, 17, 164);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
@media (hover: none) {
  .our-services-section .swiper-slide .slide-inner:after {
    display: none;
  }
}
.our-services-section .swiper-slide .slide-inner:hover:after, .our-services-section .swiper-slide .slide-inner.hover:after {
  opacity: 1;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.our-services-section .swiper-slide.swiper-slide-active .slide-inner {
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.our-services-section .swiper-slide .col-desc {
  width: 61.46%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.our-services-section .swiper-slide .col-desc .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.our-services-section .swiper-slide .col-desc .item-top .name-category {
  color: #859394;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.our-services-section .swiper-slide .col-desc .item-top .svg-block {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.our-services-section .swiper-slide .col-desc .item-top .svg-block .svg-static {
  opacity: 1;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.our-services-section .swiper-slide .col-desc .item-top .svg-block .svg-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
@media (hover: hover) {
  .our-services-section .swiper-slide .col-desc .item-top:hover .svg-static {
    opacity: 0;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
  .our-services-section .swiper-slide .col-desc .item-top:hover .svg-hover {
    opacity: 1;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
}
.our-services-section .swiper-slide .col-desc .item-title {
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  cursor: -webkit-grab;
  cursor: grab;
}
.our-services-section .swiper-slide .col-desc .item-text {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.2px;
  margin: 0 0 40px 0;
}
.our-services-section .swiper-slide .col-desc .label-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 32px;
}
.our-services-section .swiper-slide .col-desc .label-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 4px;
  padding-bottom: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
  position: relative;
  color: #5A5B5C;
  z-index: 1;
}
@media (hover: hover) {
  .our-services-section .swiper-slide .col-desc .label-list-item a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#5811A4), to(#13B898));
    background: linear-gradient(90deg, #5811A4 0%, #13B898 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
  .our-services-section .swiper-slide .col-desc .label-list-item a:hover::after {
    width: 100%;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
}
.our-services-section .swiper-slide .col-desc .label-list-item a::before {
  content: "";
  position: absolute;
  left: 0;
  opacity: 1;
  bottom: 0;
  width: 100%;
  height: 2px; /* Товщина лінії */
  background: #6A7F7F;
  z-index: -1; /* Щоб лінія була за текстом */
}
.our-services-section .swiper-slide .col-desc .label-list-item a::after {
  content: "";
  position: absolute;
  left: 0;
  opacity: 1;
  bottom: 0;
  width: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#5811A4), to(#13B898));
  background: linear-gradient(90deg, #5811A4 0%, #13B898 100%);
  z-index: -1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.our-services-section .swiper-slide .col-img {
  width: 38.54%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
  overflow: hidden;
}
.our-services-section .swiper-slide .col-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
@media (hover: hover) {
  .our-services-section .swiper-slide:hover .col-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
}
.our-services-section .pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 64px;
  margin-top: 48px;
}
.our-services-section .pagination-wrapper .swiper-button-prev,
.our-services-section .pagination-wrapper .swiper-button-next {
  position: static;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: auto;
  color: #333333;
  font-family: "Montserrat", sans-serif;
  gap: 16px;
}
.our-services-section .pagination-wrapper .swiper-button-prev:after,
.our-services-section .pagination-wrapper .swiper-button-next:after {
  display: none;
}
.our-services-section .pagination-wrapper .swiper-button-prev span,
.our-services-section .pagination-wrapper .swiper-button-next span {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}
.our-services-section .pagination-wrapper .swiper-pagination {
  position: static;
  width: auto;
  margin-top: 0;
  color: #333333;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.our-services-section .mobile-services {
  display: none;
}
@media only screen and (max-width: 1600px) {
  .our-services-section .filter-list-item {
    font-size: 17px;
  }
  .our-services-section .swiper-slide .col-desc {
    width: 56.46%;
  }
  .our-services-section .swiper-slide .col-desc .item-title {
    font-size: 26px;
  }
  .our-services-section .swiper-slide .col-desc .label-list {
    gap: 15px;
  }
  .our-services-section .swiper-slide .col-desc .label-list-item a {
    font-size: 14px;
  }
  .our-services-section .swiper-slide .col-img {
    width: 43.54%;
  }
}
@media only screen and (max-width: 1180px) {
  .our-services-section {
    padding: 110px 0;
  }
  .our-services-section .filter-list {
    padding: 0 20px;
  }
  .our-services-section .swiper-slide .slide-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .our-services-section .swiper-slide .col-img {
    width: 100%;
  }
  .our-services-section .swiper-slide .col-desc {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .our-services-section {
    padding: 72px 0;
  }
  .our-services-section .tap-me {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    border-radius: 4px;
    background-color: #333;
    padding: 2px 4px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.24px;
    text-transform: capitalize;
    top: -25px;
    left: 16px;
    height: 15px;
  }
  .our-services-section .tap-me:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
  }
  .our-services-section:before {
    width: 368.334px;
    height: 144.632px;
    -webkit-transform: rotate(-92.025deg);
            transform: rotate(-92.025deg);
    border-radius: 23px;
    opacity: 0.4;
    background: var(--Violet-solid, #544EC9);
    -webkit-filter: blur(77px);
            filter: blur(77px);
    bottom: 24px;
    z-index: -1;
  }
  .our-services-section .title {
    font-size: 24px;
  }
  .our-services-section .link-title {
    margin-bottom: 24px;
    gap: 0 8px;
  }
  .our-services-section .link-title .title {
    margin-bottom: 0;
  }
  .our-services-section .link-title .svg-block {
    width: 24px;
    height: 24px;
  }
  .our-services-section .link-title .svg-block svg {
    width: 100%;
    height: 100%;
  }
  .our-services-section .filter-list {
    display: none;
  }
  .our-services-section .ourServicesSwiper {
    position: absolute;
    top: 141px;
    left: 16px;
    width: calc(100% - 32px);
  }
  .our-services-section .ourServicesSwiper .swiper-slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  .our-services-section .ourServicesSwiper .swiper-slide .slide-inner {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border-radius: 12px;
  }
  .our-services-section .ourServicesSwiper .swiper-slide .slide-inner.hover:after, .our-services-section .ourServicesSwiper .swiper-slide .slide-inner:hover:after {
    opacity: 0;
  }
  .our-services-section .ourServicesSwiper .swiper-slide .slide-inner .close {
    position: absolute;
    top: 7px;
    right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    z-index: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .our-services-section .ourServicesSwiper .swiper-slide .slide-inner .close svg {
    width: 16px;
    height: 16px;
  }
  .our-services-section .ourServicesSwiper .swiper-slide .col-desc {
    padding: 12px 12px 20px 12px;
    height: 213px;
  }
  .our-services-section .ourServicesSwiper .swiper-slide .col-desc .item-top {
    margin-bottom: 12px;
  }
  .our-services-section .ourServicesSwiper .swiper-slide .col-desc .item-title {
    font-size: 20px;
  }
  .our-services-section .ourServicesSwiper .swiper-slide .col-desc .svg-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
  }
  .our-services-section .ourServicesSwiper .swiper-slide .col-desc .svg-block svg {
    width: 100%;
    height: auto;
  }
  .our-services-section .ourServicesSwiper .swiper-slide .col-desc .item-text {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .our-services-section .ourServicesSwiper .swiper-slide .col-img {
    height: 278px;
  }
  .our-services-section .mobile-services {
    display: -ms-grid;
    display: grid;
    width: 100%;
    gap: 8px;
    padding: 0 16px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    position: relative;
  }
  .our-services-section .mobile-services .mobile-service-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    background: #E6F7FC;
  }
  .our-services-section .mobile-services .mobile-service-item .col-img {
    width: 100%;
  }
  .our-services-section .mobile-services .mobile-service-item .col-img img {
    width: 100%;
    height: auto;
  }
  .our-services-section .mobile-services .mobile-service-item .col-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 12px;
    position: relative;
  }
  .our-services-section .mobile-services .mobile-service-item .col-desc .item-title {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
  }
  .our-services-section .mobile-services .mobile-service-item .col-desc svg {
    min-width: 16px;
    width: 16px;
    height: auto;
    position: absolute;
    top: 8px;
    right: 12px;
  }
}
