.section-popular-services {
  margin-top: 8rem;
  width: 100%;
}
.section-popular-services .section__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4.8rem;
}
.section-popular-services .section__heading {
  width: 100%;
  padding: 0 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-popular-services .section__title {
}
.section-popular-services .section__title-label {
  font-weight: 400;
  font-size: 4.8rem;
}
.section-popular-services .section__title-subtitle {
  margin-top: 0.6rem;
  font-size: 2.8rem;
  font-weight: 400;
  text-transform: lowercase;
  opacity: 0.6;
}
.section-popular-services .slider-controls {
  display: flex;
  align-items: center;
  gap: 3.6rem;
}
.section-popular-services .slider-pagination {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
.section-popular-services .slider-pagination .swiper-pagination-bullet {
  transition: 0.3s;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 20rem;
  border: 0.2rem solid var(--color-text);
  opacity: 0.3;
}
.section-popular-services
  .slider-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.8;
}
.section-popular-services .slider-navigation {
  display: flex;
  gap: 0.2rem;
  align-items: center;
  border: 0.2rem solid var(--color-bg-muted);
  border-radius: 20rem;
  padding: 0.2rem;
  position: relative;
  overflow: hidden;
}
.section-popular-services .slider-navigation .slider-button {
  display: flex;
  flex-shrink: 0;
  width: 5.2rem;
  height: 5.2rem;
  background-color: var(--color-bg-muted);
  border-radius: 20rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section-popular-services .slider-navigation .slider-button .icon {
  display: block;
  max-height: 100%;
  width: 50%;
  fill: var(--color-text);
  opacity: 0.8;
}
.section-popular-services .section__content {
  width: 100%;
}
.section-popular-services .swiper-main {
  width: 100%;
  padding: 0 8rem;
}
.section-popular-services .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}

/*  */

.svc-catalog {
  width: calc(100% - 16rem);
  margin: 8rem auto 0;
  background-color: #fff;
  padding: 8rem;
  border-radius: 2.8rem;
}
.svc-search {
  margin-bottom: 2.4rem;
  position: relative;
}
.svc-search__icon {
  display: flex;
  width: 2.4rem;
  position: absolute;
  left: 2.4rem;
  top: 0;
  bottom: 0;
  align-items: center;
  pointer-events: none;
}
.svc-search__icon .icon {
  width: 100%;
  fill: #fff;
  max-height: 100%;
}
.svc-search__input {
  width: 100%;
  padding: 0 3.6rem 0 7.2rem;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #445f4b;
  border-radius: 2rem;
  height: 8rem;
  font-size: 1.8rem;
  font-weight: 400;
}

.svc-tree {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.2rem;
  overflow: hidden;
  border-radius: 1.2rem;
  background-color: #fff;
}
.svc-cat {
  background-color: #eeebe7;
  overflow: hidden;
}
.svc-cat__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 3.6rem 3.6rem;
  border: 0;
  cursor: pointer;
  text-align: left;
  position: relative;
  align-items: center;
}
.svc-cat__heading {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.svc-cat__image-wrap {
  flex-shrink: 0;
  width: 8rem;
  height: 8rem;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20rem;
}
.svc-cat__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.svc-cat__title {
  font-size: 2.4rem;
  line-height: 1.2;
}
.svc-tree > .svc-cat > .svc-cat__head > .svc-cat__title {
  font-weight: 400;
  font-size: 2.2rem;
}
.svc-cat__content {
  padding: 0 3.6rem;
  /* display: flex; */
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  gap: 0.2rem;
  /* background-color: #fff; */
}
.svc-cat__content .svc-cat__content {
  padding: 0;
}
.svc-cat__content > .svc-cat {
  /* background-color: #fff; */
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.svc-cat__content > .svc-cat > .svc-cat__head {
  padding: 3.6rem 0;
}

.svc-items {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  /* gap: 0.2rem; */
}
.svc-item {
  /* background-color: #fff; */
  padding: 2.4rem 0;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
  /* padding: 2rem 0; */
  /* border-top: .1rem solid #D9D3D3; */
}
.svc-item__heading {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6rem;
}
.svc-item__title {
  line-height: 1.3;
}
.svc-item__price {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex-shrink: 0;
}
.svc-item__price-value {
  display: flex;
  flex-shrink: 0;
}
.svc-item__price-description {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
}
.svc-item__actions {
  display: flex;
  flex-direction: row;
  margin-top: 1.2rem;
  gap: 0.6rem;
}
.svc-item__actions .svc-btn {
  display: flex;
  align-items: center;
  padding: 0 1.2rem;
  height: 2.8rem;
  background-color: #445f4b;
  color: #fff;
  font-weight: 400;
  border-radius: 20rem;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1.4rem;
}
.svc-item__actions .svc-btn.svc-btn--more {
  color: var(--color-text);
  background-color: #fff;
}
.svc-item__actions .svc-btn:hover {
  opacity: 0.7;
}
.svc-item__actions .svc-btn.svc-btn--more {
  order: 5;
}
.svc-item__actions .svc-btn.svc-btn--book {
  order: 0;
}
.svc-cat__chev {
  width: 2.8rem;
  height: 2.8rem;
  transition: 0.3s;
  flex-shrink: 0;
}
.svc-cat__chev .icon {
  width: 100%;
  max-height: 100%;
  stroke: var(--color-text);
}
.svc-cat.is-open > .svc-cat__head > .svc-cat__chev {
  transform: rotate(45deg);
}

@media (width <= 768px) {
  .section-popular-services .section__inner {
    gap: 3.6rem;
  }
  .section-popular-services .section__heading {
    padding: 0 2.8rem;
    gap: 2.8rem;
  }
  .section-popular-services .section__title-label {
    font-size: 3.2rem;
  }
  .section-popular-services .section__title-subtitle {
    font-size: 1.8rem;
  }
  .section-popular-services .slider-controls {
    gap: 2rem;
  }
  .section-popular-services .slider-pagination {
    gap: 0.4rem;
  }
  .section-popular-services .slider-pagination .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
  .section-popular-services .slider-navigation {
    display: flex;
    gap: 0.2rem;
    align-items: center;
    border: 0.2rem solid var(--color-bg-muted);
    border-radius: 20rem;
    padding: 0.2rem;
    position: relative;
    overflow: hidden;

    display: none;
  }
  .section-popular-services .slider-navigation .slider-button {
    display: flex;
    flex-shrink: 0;
    width: 5.2rem;
    height: 5.2rem;
    background-color: var(--color-bg-muted);
    border-radius: 20rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .section-popular-services .slider-navigation .slider-button .icon {
    display: block;
    max-height: 100%;
    width: 50%;
    fill: var(--color-text);
    opacity: 0.8;
  }
  .section-popular-services .swiper-main {
    padding: 0 0.6rem;
  }

  /*  */

  .svc-catalog {
    width: 100%;
    padding: 0 0.6rem;
    background-color: transparent;
    margin-top: 0;
  }
  .svc-search {
    margin-bottom: 1.2rem;
    position: relative;
  }
  .svc-search__input {
    padding: 0 2.4rem 0 6.4rem;
    border-radius: 2.8rem;
    height: 7.2rem;
  }

  .svc-tree {
    border-radius: 2.8rem;
    background-color: #eeebe7;
  }
  .svc-cat {
    background-color: #fff;
  }
  .svc-cat__head {
    padding: 2.8rem 2.2rem;
  }
  .svc-cat__image-wrap {
    width: 6rem;
    height: 6rem;
  }
  .svc-cat__title {
    font-size: 2rem;
  }
  .svc-tree > .svc-cat > .svc-cat__head > .svc-cat__title {
    font-size: 2rem;
  }
  .svc-cat__content {
    padding: 0 2.2rem;
  }
  .svc-cat__content .svc-cat__content {
    padding: 0;
  }
  .svc-cat__content > .svc-cat {
    /* background-color: #fff; */
    border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
  }
  .svc-cat__content > .svc-cat > .svc-cat__head {
    padding: 3.6rem 0;
  }

  .svc-items {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    /* gap: 0.2rem; */
  }
  .svc-item {
    /* background-color: #fff; */
    padding: 2.4rem 0;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
    /* padding: 2rem 0; */
    /* border-top: .1rem solid #D9D3D3; */
  }
  .svc-item__heading {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 6rem;
  }
  .svc-item__title {
    line-height: 1.3;
  }
  .svc-item__price {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex-shrink: 0;
  }
  .svc-item__price-value {
    display: flex;
    flex-shrink: 0;
  }
  .svc-item__price-description {
    display: block;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .svc-item__actions {
    display: flex;
    flex-direction: row;
    margin-top: 1.2rem;
    gap: 0.6rem;
  }
  .svc-item__actions .svc-btn {
    display: flex;
    align-items: center;
    padding: 0 1.2rem;
    height: 2.8rem;
    background-color: #445f4b;
    color: #fff;
    font-weight: 400;
    border-radius: 20rem;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1.4rem;
  }
  .svc-item__actions .svc-btn.svc-btn--more {
    color: var(--color-text);
    background-color: #fff;
  }
  .svc-item__actions .svc-btn:hover {
    opacity: 0.7;
  }
  .svc-item__actions .svc-btn.svc-btn--more {
    order: 5;
  }
  .svc-item__actions .svc-btn.svc-btn--book {
    order: 0;
  }
  .svc-cat__chev {
    width: 2.8rem;
    height: 2.8rem;
    transition: 0.3s;
    flex-shrink: 0;
  }
  .svc-cat__chev .icon {
    width: 100%;
    max-height: 100%;
    stroke: var(--color-text);
  }
  .svc-cat.is-open > .svc-cat__head > .svc-cat__chev {
    transform: rotate(45deg);
  }
}
