.services-whiteSection {
  background: var(--text);
  padding-top: 178px;
  padding-bottom: 178px;
}

.services-wrap {
  display: flex;
  gap: 67px;
  align-items: center;
  position: relative;
}

.services-right-wrap {
  display: flex;
  flex-direction: column;
  gap: 26px;
  min-width: 270px;
}

.services-left-wrap {
  display: flex;
  flex-direction: column;
  gap: 26px;
  min-width: 270px;
}

.services-left-scroll {
  overflow: auto;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
  min-width: 420px;
  position: relative;
  max-height: 626px;
}

.services-right-scroll {
  overflow: auto;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
  min-width: 420px;
  position: relative;
  max-height: 626px;
}

.services-block {
  padding: 36px 34px;
  box-shadow: 0 118px 70px 0 rgba(6, 33, 76, 0.02), 0 52px 52px 0 rgba(6, 33, 76, 0.03), 0 28px 13px 0 rgba(6, 33, 76, 0.03);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 32px;
  font-weight: 600;
  font-size: 12px;
  line-height: 125%;
  text-align: center;
  color: var(--backgrond);
  min-width: 270px;
  z-index: 2;
}

.services-center h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: #020c24;
  margin-bottom: 33px;
}

.services-center b {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  color: #020c24;
  margin-bottom: 33px;
  display: block;
}

.services-center p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #020c24;
}

.services-block-bg {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  background-image: url("../../images/services-whiteSection/bg.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  animation: bgScroll 20s infinite linear;
}

.services-left-scroll .services-block-bg {
  left: 60%;
}

.services-block-bg-right {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../../images/services-whiteSection/bg-2.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  animation: bgScroll 20s infinite linear;
}

.swiper-services-left {
  padding-left: 68px;
  padding-right: 90px;
}

.swiper-services-left,
.swiper-services-right {
  max-height: 626px;
}

.swiper-services-right .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-services-right {
  padding-left: 90px;
  padding-right: 118px;
}

@keyframes bgScroll {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  50% {
    transform: scale(0.95) translate(-50%, -50%);
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}
.swiper-services-left .swiper-wrapper {
  transition-timing-function: linear !important;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

@media (max-width: 1280px) {
  .services-right-scroll,
  .services-block-bg-right {
    display: none;
  }
  .services-center b {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .services-center {
    max-width: 630px;
  }
}
@media (max-width: 767px) {
  .services-whiteSection {
    padding-top: 64px;
    padding-bottom: 0px;
  }
  .services-wrap {
    flex-direction: column;
    gap: 32px;
  }
  .services-left-scroll {
    order: 1;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px;
    width: 100%;
    display: flex;
  }
  .swiper-services-left {
    padding-bottom: 34px;
  }
  .services-block {
    min-width: auto;
    height: 100%;
  }
  .services-left .services-left-wrap:nth-child(2) {
    display: none;
  }
  .services-left-wrap {
    flex-direction: row;
  }
  .services-block-bg {
    left: 50%;
    max-height: 180px;
    top: 80%;
  }
  .services-center {
    max-width: none;
  }
  .services-center b {
    max-width: none;
  }
  .swiper-services-left {
    display: flex;
  }
  .swiper-services-left {
    padding-left: 0;
    padding-right: 0;
  }
}/*# sourceMappingURL=services-whiteSection.css.map */