.zr-team {
  padding: 120px 0;
  background: var(--secondary);
  color: #fff;
  border-radius: 120px;
  position: relative;
}

.zr-team.margin-bottom-small {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.zr-team::before {
  background: var(--grey-50);
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.zr-team__container {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 498px);
  align-items: center;
  gap: clamp(32px, 10vw, 138px);
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.zr-team__container::before {
  background: url("data:image/svg+xml,%3Csvg width='776' height='816' viewBox='0 0 776 816' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M771.777 271.277C745.718 148.953 642.199 53.2162 521.909 13.6589C409.967 -23.1525 292.745 19.5717 192.371 80.7383C98.6752 137.833 23.3841 221.928 4.57262 328.91C-14.4021 436.809 27.5218 541.727 96.1663 627.832C172.408 723.469 269.346 826.034 392.253 815.212C493.518 806.295 552.503 716.17 609.414 629.217C620.422 612.395 631.353 595.694 642.497 579.722C651.229 567.208 660.281 554.677 669.373 542.094C730.339 457.704 793.012 370.955 771.777 271.277ZM350.221 691.616C531.112 691.616 677.754 546.817 677.754 368.2C677.754 189.583 531.112 44.7867 350.221 44.7867C169.33 44.7867 22.6875 189.583 22.6875 368.2C22.6875 546.817 169.33 691.616 350.221 691.616Z' fill='%23262F31'/%3E%3C/svg%3E%0A") 0 0/contain;
  content: "";
  position: absolute;
  right: 50%;
  top: 0px;
  width: 776px;
  height: 816px;
  pointer-events: none;
  transform: translateX(50%);
}

.zr-team__content,
.zr-team__slider-wrap {
  position: relative;
  z-index: 2;
}

.zr-team__content h2 {
  margin-bottom: 12px;
}

.zr-team__text {
  font-size: 20px;
  margin-bottom: 60px;
}

.zr-team__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 80px;
  margin-top: 48px;
}

.zr-team__feature {
  position: relative;
  min-height: 256px;
  padding: 16px;
  overflow: hidden;
  border-radius: 16px;
  color: var(--secondary);
  background: var(--grey-100, #DCDFE5);
}

.zr-team__feature .zr-team__feature-title {
  margin: 0 0 4px;
  font-size: clamp(18px, 1.45vw, 20px);
  line-height: 1.2;
  font-weight: 600;
}

.zr-team__feature p {
  margin: 0;
  color: #17212a;
  font-size: 14px;
  line-height: 1.3;
}

.zr-team__feature strong {
  position: absolute;
  right: 0;
  bottom: -10px;
  font-weight: 500;
  color: var(--grey-300, #B1B4BD);
  font-size: 56px;
  line-height: 100%;
}

.zr-team__check {
  margin-bottom: 12px;
  width: 16px;
  height: 16px;
  display: block;
}

.zr-team__quote {
  display: flex;
  align-items: center;
  gap: 22px;
  max-width: 620px;
  margin-bottom: 48px;
}

.zr-team__quote .img-wrap {
  position: relative;
}

.zr-team__quote .img-wrap:before {
  background: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.74534 16C2.6646 16 1.77019 15.6368 1.06211 14.9104C0.354037 14.1458 0 13.2091 0 12.1004C0 11.718 0.0186335 11.3548 0.0559005 11.0108C0.130435 10.6667 0.242236 10.2652 0.391304 9.80645C0.540373 9.30944 0.745342 8.71684 1.00621 8.02867L3.63354 0H7.15528L4.36025 11.6416L3.68944 8.31541C4.77019 8.31541 5.6646 8.6595 6.37267 9.34767C7.08074 10.0358 7.43478 10.9534 7.43478 12.1004C7.43478 13.2473 7.08074 14.184 6.37267 14.9104C5.6646 15.6368 4.78882 16 3.74534 16ZM14.3106 16C13.2298 16 12.3354 15.6368 11.6273 14.9104C10.9193 14.1458 10.5652 13.2091 10.5652 12.1004C10.5652 11.718 10.5839 11.3548 10.6211 11.0108C10.6957 10.6667 10.8075 10.2652 10.9565 9.80645C11.1056 9.30944 11.3106 8.71684 11.5714 8.02867L14.1988 0H17.7205L14.9255 11.6416L14.2547 8.31541C15.3354 8.31541 16.2298 8.6595 16.9379 9.34767C17.646 10.0358 18 10.9534 18 12.1004C18 13.2473 17.646 14.184 16.9379 14.9104C16.2298 15.6368 15.354 16 14.3106 16Z' fill='%23ECEEF4'/%3E%3C/svg%3E%0A");
  content: "";
  position: absolute;
  right: 0px;
  top: 10px;
  width: 18px;
  height: 16px;
  z-index: 2;
}

.zr-team__quote .text-wrap {
  flex: 1;
}

.zr-team__quote img {
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
  border: 2px solid #05c358;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  background: #dbe7e1;
}

.zr-team__quote p {
  position: relative;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.28;
  font-style: italic;
  letter-spacing: -0.03em;
}

.zr-team__quote strong {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

.zr-team__bottom {
  display: flex;
  align-items: center;
  gap: 32px;
}

.zr-team__price {
  color: rgb(255, 255, 255);
  font-size: 12px;
  line-height: 1.2;
  max-width: 150px;
}

.zr-team__price strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  padding: 0px 8px;
  border-radius: 32px;
  background: #05c358;
  color: #fff;
  white-space: nowrap;
}

.zr-team__slider-wrap {
  min-width: 0;
}

.zr-team__slider {
  width: min(100%, 510px);
  margin: 0;
  overflow: visible;
}

.zr-team__slide {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: #0f191a;
}

.zr-team__slide img,
.zr-team__slide video {
  display: block;
  width: 100%;
  aspect-ratio: 498/720;
  -o-object-fit: cover;
  object-fit: cover;
}

.zr-team__slide video {
  cursor: pointer;
}

.zr-team__slide-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  place-items: center;
  min-height: 200px;
  padding: 34px 24px;
  background: linear-gradient(0deg, #000 0%, rgba(24, 40, 14, 0) 100%);
}

.zr-team__nav {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 28px;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.zr-team__arrow {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.86);
  cursor: pointer;
  transition: background var(--transition), opacity var(--transition);
}

.zr-team__arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--secondary);
  border-right: 2px solid var(--secondary);
}

.zr-team__arrow--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.zr-team__arrow--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.zr-team__arrow:hover {
  opacity: 0.5;
}

.single-service .zr-team::before {
  bottom: 150px;
}

.home .zr-team__quote p {
  font-size: clamp(15px, 1.6vw, 20px);
}

.home .zr-team__quote strong {
  font-size: 16px;
}

.home .zr-team__price {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 1.5;
  max-width: 200px;
}

.home .zr-team__price strong {
  min-height: 26px;
  padding: 2px 7px;
}

@media (max-width: 1260px) {
  .zr-team {
    padding: 90px 0;
    border-radius: 90px;
  }

  .zr-team__container {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .zr-team__features {
    margin-bottom: 48px;
  }

  .zr-team__slider {
    width: min(100%, 540px);
    margin: 0 auto;
  }

  .zr-team__text {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

@media (max-width: 760px) {
  .zr-team {
    padding: 60px 0;
    border-radius: 60px;
  }

  .zr-team__container {
    padding: 42px 18px;
    gap: 32px;
  }

  .zr-team__container::before {
    width: 100%;
    background-repeat: no-repeat;
  }

  .zr-team__features {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }

  .zr-team__feature {
    min-height: 160px;
  }

  .zr-team__quote {
    gap: 16px;
    margin-bottom: 32px;
  }

  .zr-team__quote img {
    width: 56px;
    height: 56px;
  }

  .zr-team__quote p {
    font-size: 14px;
  }

  .zr-team__bottom {
    display: grid;
    gap: 18px;
  }

  .zr-team__text {
    font-size: 16px;
  }
}