/* cover-services: */

.cover-services {
  display: grid;
  grid-template-rows: auto auto;
  width: 100%;
  height: auto;
  position: relative;
}
.cover-services > div {
  display: grid;
}
.cover-services > div > div {
  align-self: center;
  text-align: left;
}

.cover-services > div:nth-child(1) {
  padding: 210px 60px 60px 60px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
}
.cover-services > div:nth-child(1) > div:nth-child(1) {
  position: relative;
  z-index: 2;
}
.cover-services > div:nth-child(1) > div:nth-child(2) {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 250px #0e1f1a;
  position: absolute;
  z-index: 1;
  opacity: 1;
}

.cover-services h1 {
  margin-bottom: 20px;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.75);
  font-size: 70px;
  line-height: 80px;
  color: #fff;
}

.cover-services-extras {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 40px;
  justify-items: start;
  align-items: center;
}

.cover-services-extras > div:nth-child(1) {
  order: 1;
}
.cover-services-extras > div:nth-child(2) {
  order: 2;
}

.cover-services-extras,
.cover-services-extras p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

@media screen and (min-width: 1367px) {
  .cover-services {
    max-width: 1366px;
    min-height: auto;
    margin: 0 auto;
    border-radius: 0 0 40px 40px;
  }
  .cover-services > div:nth-child(1) {
    border-radius: 0 0 40px 40px;
  }
  .cover-services > div:nth-child(1) > div:nth-child(2) {
    border-radius: 0 0 40px 40px;
  }
}

@media screen and (max-width: 960px) and (min-width: 769px) {
  .cover-services {
    grid-template-columns: auto;
    grid-template-rows: auto 0px;
  }
  .cover-services > div:nth-child(1) {
    padding: 220px 60px 60px 60px;
  }
}

@media screen and (max-width: 768px) {
  .cover-services {
    grid-template-columns: auto;
    grid-template-rows: auto 0px;
  }
  .cover-services > div:nth-child(1) {
    padding: 220px 60px 60px 60px;
  }
  .cover-services h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .cover-services-extras {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .cover-services-extras > div:nth-child(1) {
    order: 2;
  }
  .cover-services-extras > div:nth-child(2) {
    order: 1;
  }
}

/* service single hero: */

:root {
  --service-single-ink: #243027;
  --service-single-muted: #5f6a62;
  --service-single-accent: #2f8f54;
  --service-single-accent-hover: #236b3f;
  --service-single-accent-rgb: 47, 143, 84;
  --service-single-accent-soft: rgba(47, 143, 84, 0.12);
  --service-single-accent-border: rgba(47, 143, 84, 0.24);
  --service-single-surface: #ffffff;
  --service-single-soft: #f4f6f1;
  --service-single-border: rgba(36, 48, 39, 0.1);
  --service-single-shadow: rgba(36, 48, 39, 0.12);
  --service-single-dark: #1e271f;
}

.service-single-hero {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: calc(100vh - 76px);
  overflow: hidden;
  padding: 176px 40px 92px;
  background-color: #2b3327;
  background-image: linear-gradient(135deg, #2f392b, #171b15);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.service-single-hero__overlay {
  display: none;
}

.service-single-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}

.service-single-hero__content {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 54px 58px 58px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  background: rgba(22, 38, 22, 0.42);
  box-shadow: rgba(0, 0, 0, 0.34) 0 24px 70px;
  text-align: center;
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.service-single-hero__content::before,
.service-single-hero__content::after {
  content: "";
  position: absolute;
  width: 82px;
  height: 82px;
  border: 2px solid rgba(159, 224, 109, 0.72);
  pointer-events: none;
}

.service-single-hero__content::before {
  top: 18px;
  left: 18px;
  border-right: 0;
  border-bottom: 0;
}

.service-single-hero__content::after {
  right: 18px;
  bottom: 18px;
  border-top: 0;
  border-left: 0;
}

.service-single-hero__breadcrumbs {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 22px;
}

.service-single-hero__breadcrumbs a {
  color: #fff;
  font-weight: 700;
}

.service-single-hero__breadcrumbs a:hover {
  color: var(--service-single-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.service-single-hero__eyebrow {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.service-single-hero h1 {
  max-width: 820px;
  margin: 0 auto;
  color: #fff;
  font-size: 74px;
  line-height: 82px;
  font-weight: 800;
  text-shadow: 0 14px 42px rgba(0, 0, 0, 0.42);
}

.service-single-hero__lead {
  max-width: 740px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 23px;
  line-height: 35px;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
}

.service-single-hero__lead p {
  margin: 0 0 12px;
}

.service-single-hero__lead p:last-child {
  margin-bottom: 0;
}

.service-single-hero__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  margin-top: 36px;
  padding: 17px 28px;
  border: 0;
  border-radius: 8px;
  background: var(--service-single-accent);
  box-shadow: rgba(0, 0, 0, 0.24) 0 16px 34px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.25s, box-shadow 0.25s, transform 0.25s;
}

.service-single-hero__button:hover {
  background: var(--service-single-accent-hover);
  box-shadow: rgba(0, 0, 0, 0.32) 0 20px 42px;
  transform: translateY(-3px);
}

@media screen and (min-width: 1367px) {
  .service-single-hero__inner {
    max-width: 1366px;
  }
}

@media screen and (max-width: 960px) and (min-width: 769px) {
  .service-single-hero {
    padding-top: 118px;
    padding-bottom: 72px;
  }
  .service-single-hero h1 {
    font-size: 58px;
    line-height: 66px;
  }
}

@media screen and (max-width: 768px) {
  .service-single-hero {
    min-height: calc(100vh - 76px);
    padding: 96px 20px 48px;
  }
  .service-single-hero__overlay {
    display: none;
  }
  .service-single-hero__content {
    padding: 34px 22px 38px;
  }
  .service-single-hero__content::before,
  .service-single-hero__content::after {
    width: 52px;
    height: 52px;
  }
  .service-single-hero__breadcrumbs {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 21px;
  }
  .service-single-hero h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .service-single-hero__lead {
    font-size: 18px;
    line-height: 28px;
  }
  .service-single-hero__button {
    width: 100%;
    min-width: 0;
  }
}

/* services archive: */

.services-archive-hero {
  --service-ink: var(--service-single-ink);
  --service-muted: var(--service-single-muted);
  --service-accent: var(--service-single-accent);
  --service-accent-dark: var(--service-single-accent-hover);
  --service-surface: var(--service-single-surface);
  width: 100%;
  padding: 176px 40px 58px;
  background-color: var(--service-single-soft);
  background-image:
    linear-gradient(135deg, rgba(var(--service-single-accent-rgb), 0.055) 0 1px, transparent 1px),
    radial-gradient(circle at 84% 14%, rgba(var(--service-single-accent-rgb), 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, var(--service-single-soft) 100%);
  background-size: 34px 34px, 100% 100%, 100% 100%;
}

.services-archive-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
  gap: 42px;
  align-items: end;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.services-archive-hero__content {
  min-width: 0;
}

.services-archive-hero__breadcrumbs {
  margin-bottom: 24px;
  color: var(--service-muted);
  font-size: 15px;
  line-height: 22px;
}

.services-archive-hero__breadcrumbs a {
  color: var(--service-accent-dark);
  font-weight: 700;
}

.services-archive-hero__breadcrumbs a:hover {
  color: var(--service-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.services-archive-hero__eyebrow {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(var(--service-single-accent-rgb), 0.12);
  color: var(--service-accent-dark);
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.services-archive-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--service-ink);
  font-size: 58px;
  line-height: 66px;
  text-shadow: none;
}

.services-archive-hero__lead {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--service-muted);
  font-size: 20px;
  line-height: 32px;
}

.services-archive-hero__lead p {
  margin-bottom: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.services-archive-hero__panel {
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid var(--service-single-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--service-single-shadow) 0 18px 46px;
}

.services-archive-hero__panel span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--service-ink);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.services-archive-hero__panel span::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--service-accent);
  box-shadow: 0 0 0 5px rgba(var(--service-single-accent-rgb), 0.12);
}

.services-archive-listing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 426px));
  justify-content: center;
  gap: 28px;
  width: 100%;
  padding: 54px 40px 64px;
  background: var(--service-single-soft);
}

.services-archive-listing__intro,
.services-archive-listing__pagination {
  grid-column: 1 / span 3;
}

.services-archive-listing__intro h2 {
  max-width: 760px;
  margin: 0 auto 22px;
  color: var(--service-single-ink);
  text-align: center;
  font-size: 38px;
  line-height: 46px;
}

.services-archive-categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.services-archive-categories li {
  margin: 0;
}

.services-archive-categories a {
  display: inline-flex;
  align-items: center;
  padding: 9px 15px;
  border: 1px solid rgba(var(--service-single-accent-rgb), 0.22);
  border-radius: 999px;
  background: #fff;
  color: var(--service-single-accent-hover);
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  transition: background 0.25s, border-color 0.25s, color 0.25s, transform 0.25s;
}

.services-archive-categories a:hover,
.services-archive-categories a.is-active {
  border-color: var(--service-single-accent-hover);
  background: var(--service-single-accent-hover);
  color: #fff;
  transform: translateY(-2px);
}

.service-archive-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(37, 35, 33, 0.09);
  border-radius: 8px;
  background: #fff;
  box-shadow: rgba(70, 48, 34, 0.06) 0 12px 34px;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.service-archive-card:hover {
  border-color: rgba(var(--service-single-accent-rgb), 0.32);
  box-shadow: rgba(70, 48, 34, 0.13) 0 20px 46px;
  transform: translateY(-4px);
}

.service-archive-card__image {
  position: relative;
  display: block;
  height: 240px;
  background-color: #ded6ca;
  background-image: linear-gradient(135deg, #e8dfd3, #cfc3b5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-archive-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(37, 35, 33, 0.34), rgba(37, 35, 33, 0));
  opacity: 0;
  transition: opacity 0.25s;
}

.service-archive-card:hover .service-archive-card__image::after {
  opacity: 1;
}

.service-archive-card__image span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 1;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--service-single-ink);
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s, transform 0.25s;
}

.service-archive-card:hover .service-archive-card__image span {
  opacity: 1;
  transform: translateY(0);
}

.service-archive-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.service-archive-card__category {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(var(--service-single-accent-rgb), 0.1);
  color: var(--service-single-accent-hover);
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
}

.service-archive-card__category:hover {
  background: var(--service-single-accent-hover);
  color: #fff;
}

.service-archive-card__title {
  color: inherit;
}

.service-archive-card h3 {
  margin: 0 0 12px;
  color: var(--service-single-ink);
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
}

.service-archive-card p {
  margin: 0 0 20px;
  color: var(--service-single-muted);
  font-size: 16px;
  line-height: 25px;
}

.service-archive-card__link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  color: var(--service-single-accent-hover);
  font-size: 15px;
  line-height: 20px;
  font-weight: 800;
}

.service-archive-card__link::after {
  content: "›";
  margin-left: 8px;
  font-size: 22px;
  line-height: 18px;
}

.service-archive-card__link:hover {
  color: var(--service-single-accent-hover);
}

.service-archive-card--empty {
  grid-column: 1 / span 3;
}

@media screen and (min-width: 1367px) {
  .services-archive-hero,
  .services-archive-listing {
    max-width: none;
    margin: 0;
  }
}

@media screen and (max-width: 960px) and (min-width: 769px) {
  .services-archive-hero {
    padding-top: 118px;
  }
  .services-archive-listing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .services-archive-hero__inner {
    grid-template-columns: 1fr;
  }
  .services-archive-hero__content,
  .services-archive-listing__intro,
  .services-archive-listing__pagination,
  .service-archive-card--empty {
    grid-column: 1 / span 2;
  }
  .services-archive-hero__content {
    grid-column: 1 / span 1;
  }
  .services-archive-hero h1 {
    font-size: 48px;
    line-height: 56px;
  }
}

@media screen and (max-width: 768px) {
  .services-archive-hero {
    padding: 96px 20px 36px;
  }
  .services-archive-hero__inner,
  .services-archive-listing {
    grid-template-columns: 1fr;
  }
  .services-archive-hero__inner {
    gap: 26px;
  }
  .services-archive-hero h1 {
    font-size: 38px;
    line-height: 46px;
  }
  .services-archive-hero__lead {
    font-size: 18px;
    line-height: 28px;
  }
  .services-archive-listing {
    padding: 38px 20px 48px;
  }
  .services-archive-listing__intro,
  .services-archive-listing__pagination,
  .service-archive-card--empty {
    grid-column: 1 / span 1;
  }
  .services-archive-listing__intro h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .service-archive-card__image {
    height: 220px;
  }
}

/* benefits: */

.benefits {
  display: grid;
  grid-template-rows: auto 1fr;
  row-gap: 20px;
  width: 100%;
  height: auto;
  padding: 40px 40px;
  background: #fff;
}
.benefits > div {
  display: grid;
  height: 100%;
}
.benefits > div:nth-child(2) {
  position: relative;
  z-index: 1;
}
.benefits > div > div {
  align-self: center;
  text-align: center;
}

.benefits,
.benefits p {
  font-size: 14px;
  line-height: 20px;
}
.benefits h2 {
  margin-bottom: 20px;
  color: #383432;
}

.carousel-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.carousel-wrapper {
  display: flex;
  position: relative;
  transition: transform 0.5s ease-in-out;
}
.carousel-item {
  box-sizing: border-box;
  flex-shrink: 0;
  max-width: calc(100% / 3);
  min-width: calc(100% / 3);
  padding: 0px;
}
.carousel-item:hover {
  cursor: pointer;
}

.carousel-prev-button,
.carousel-next-button {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  outline: none;
  background: darkolivegreen;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 2;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  transition: background 0.3s;
}
.carousel-prev-button {
  left: -10px;
}
.carousel-next-button {
  right: -10px;
}
.carousel-prev-button:hover,
.carousel-next-button:hover {
  background: firebrick;
  cursor: pointer;
}
.carousel-prev-button span,
.carousel-next-button span {
  display: block;
  margin: -6px auto 0 auto;
}

.benefit {
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
  background-color: #f5f5f5;
  box-shadow: none;
  position: relative;
  text-align: left;
  transition: box-shadow 0.3s;
}
.benefit:hover {
  box-shadow: inset 0 0 0 2px darkseagreen;
}
.benefit-number {
  padding: 4px 16px;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #000;
}
.benefit-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}
.benefit-details > div:nth-child(1) {
  padding: 20px 20px 20px 30px;
}
.benefit-details > div:nth-child(2) {
  padding: 20px 30px 20px 0;
}

.benefit-details > div:nth-child(2) img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

p.benefit-title {
  margin-bottom: 10px;
  font-weight: bold;
}

.service-single-section-kicker {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(var(--service-single-accent-rgb), 0.12);
  color: var(--service-single-accent-hover);
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
}

.service-single-benefits {
  row-gap: 34px;
  padding: 72px 40px;
  background: #fff;
}

.service-single-benefits > div > div {
  text-align: left;
}

.service-single-benefits > div:first-child,
.service-single-benefits > div:nth-child(2) {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.service-single-benefits h2 {
  max-width: 820px;
  margin: 0;
  color: var(--service-single-ink);
  font-size: 48px;
  line-height: 58px;
  font-weight: 800;
}

.service-single-benefits h2 strong,
.service-single-benefits h2 b {
  display: inline-block;
  padding: 0 12px 4px;
  border-radius: 14px;
  background: var(--service-single-accent);
  color: #fff;
}

.service-single-packages h2 strong,
.service-single-packages h2 b,
.service-single-hero h1 strong,
.service-single-hero h1 b {
  color: var(--service-single-accent);
}

.service-single-benefits .carousel-container {
  overflow: hidden;
  padding: 2px 0 10px;
}

.service-single-benefits .carousel-wrapper {
  align-items: stretch;
}

.service-single-benefits .carousel-item {
  padding: 0 8px;
}

.service-single-benefits .carousel-prev-button,
.service-single-benefits .carousel-next-button {
  top: -96px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--service-single-accent);
  box-shadow: rgba(var(--service-single-accent-rgb), 0.2) 0 14px 28px;
  color: #fff;
  font-size: 34px;
  line-height: 58px;
}

.service-single-benefits .carousel-prev-button {
  left: auto;
  right: 74px;
}

.service-single-benefits .carousel-next-button {
  right: 8px;
}

.service-single-benefits .carousel-prev-button:hover,
.service-single-benefits .carousel-next-button:hover {
  background: var(--service-single-accent-hover);
  transform: translateY(-2px);
}

.service-single-benefits .carousel-prev-button span,
.service-single-benefits .carousel-next-button span {
  margin: -2px auto 0;
}

.service-single-benefits .benefit {
  overflow: hidden;
  position: relative;
  min-height: 280px;
  margin: 0;
  border: 1px solid rgba(47, 51, 49, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: rgba(28, 34, 25, 0.06) 0 14px 36px;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.service-single-benefits .benefit:hover {
  border-color: rgba(var(--service-single-accent-rgb), 0.26);
  box-shadow: rgba(28, 34, 25, 0.12) 0 20px 46px;
  transform: translateY(-4px);
}

.service-single-benefits .benefit-number {
  top: 22px;
  right: 22px;
  padding: 6px 12px;
  border-radius: 6px;
  background: var(--service-single-accent);
  color: #fff;
  font-weight: 800;
}

.service-single-benefits .benefit-details {
  position: relative;
  grid-template-columns: minmax(0, 1fr);
  min-height: 280px;
}

.service-single-benefits .benefit-details > div:nth-child(1) {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 56%;
  min-height: 280px;
  padding: 28px 24px 28px 30px;
}

.service-single-benefits .benefit-details > div:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 54%;
  height: 74%;
  padding: 0;
  pointer-events: none;
}

.service-single-benefits .benefit-details__decor {
  overflow: hidden;
}

.service-single-benefits .benefit-details__decor::before {
  content: "";
  position: absolute;
  right: -32px;
  bottom: -22px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 62% 42%, rgba(var(--service-single-accent-rgb), 0.28) 0 9px, transparent 10px),
    radial-gradient(circle at 42% 62%, rgba(var(--service-single-accent-rgb), 0.2) 0 13px, transparent 14px),
    radial-gradient(circle at 72% 72%, rgba(var(--service-single-accent-rgb), 0.14) 0 18px, transparent 19px),
    rgba(var(--service-single-accent-rgb), 0.08);
}

.service-single-benefits .benefit-details__decor::after {
  content: "";
  position: absolute;
  right: 52px;
  bottom: 22px;
  width: 118px;
  height: 168px;
  border-right: 3px solid rgba(var(--service-single-accent-rgb), 0.42);
  border-bottom: 3px solid rgba(var(--service-single-accent-rgb), 0.24);
  border-radius: 0 0 72px 0;
  transform: rotate(24deg);
}

.service-single-benefits .benefit-details__decor span {
  position: absolute;
  display: block;
  width: 88px;
  height: 38px;
  border-radius: 50% 0 50% 0;
  background: linear-gradient(135deg, rgba(var(--service-single-accent-rgb), 0.24), rgba(var(--service-single-accent-rgb), 0.08));
  transform-origin: right bottom;
}

.service-single-benefits .benefit-details__decor span:nth-child(1) {
  right: 78px;
  bottom: 112px;
  transform: rotate(-22deg);
}

.service-single-benefits .benefit-details__decor span:nth-child(2) {
  right: 36px;
  bottom: 78px;
  width: 104px;
  height: 44px;
  transform: rotate(16deg);
}

.service-single-benefits .benefit-details__decor span:nth-child(3) {
  right: 96px;
  bottom: 42px;
  width: 72px;
  height: 32px;
  transform: rotate(38deg);
}

.service-single-benefits .carousel-item:nth-child(3n + 2) .benefit-details > div:nth-child(2) {
  width: 48%;
  height: 62%;
  right: 14px;
  bottom: 12px;
}

.service-single-benefits .carousel-item:nth-child(3n + 3) .benefit-details > div:nth-child(2) {
  width: 50%;
  height: 70%;
  right: 2px;
  bottom: 0;
}

.service-single-benefits p.benefit-title {
  margin: 0 48px 12px 0;
  color: var(--service-single-ink);
  font-size: 21px;
  line-height: 28px;
  font-weight: 800;
}

.service-single-benefits .benefit-details,
.service-single-benefits .benefit-details p {
  color: var(--service-single-muted);
  font-size: 16px;
  line-height: 24px;
}

@media screen and (min-width: 1367px) {
  .benefits {
    max-width: 1366px;
    min-height: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 960px) and (min-width: 769px) {
  .carousel-item {
    max-width: calc(100% / 2);
    min-width: calc(100% / 2);
  }
  .service-single-benefits h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .service-single-benefits .carousel-prev-button,
  .service-single-benefits .carousel-next-button {
    top: -82px;
  }
}

@media screen and (max-width: 768px) {
  .carousel-item {
    max-width: calc(100% / 1);
    min-width: calc(100% / 1);
  }
  .benefit-details {
    grid-template-columns: 1fr;
  }
  .benefit-details > div:nth-child(1) {
    padding: 20px 30px;
  }
  .benefit-details > div:nth-child(2) {
    padding: 0 30px 20px 30px;
  }
  .benefit-details > div:nth-child(2) img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .service-single-benefits {
    row-gap: 22px;
    padding: 42px 16px;
  }
  .service-single-benefits h2 {
    font-size: 29px;
    line-height: 35px;
  }
  .service-single-benefits h2 strong,
  .service-single-benefits h2 b {
    padding: 0 8px 3px;
    border-radius: 9px;
  }
  .service-single-benefits .carousel-prev-button,
  .service-single-benefits .carousel-next-button {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 6px 14px 0;
    font-size: 26px;
    line-height: 44px;
  }
  .service-single-benefits .carousel-container {
    padding-bottom: 0;
  }
  .service-single-benefits .carousel-item {
    padding: 0;
  }
  .service-single-benefits .benefit {
    min-height: auto;
  }
  .service-single-benefits .benefit-details {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .service-single-benefits .benefit-details > div:nth-child(1) {
    max-width: none;
    min-height: auto;
    padding: 56px 18px 22px;
  }
  .service-single-benefits .benefit-details > div:nth-child(2) {
    display: none;
  }
  .service-single-benefits .benefit-number {
    top: 16px;
    right: 16px;
    padding: 4px 9px;
    font-size: 13px;
    line-height: 17px;
  }
  .service-single-benefits p.benefit-title {
    margin: 0 0 9px;
    font-size: 18px;
    line-height: 23px;
  }
  .service-single-benefits .benefit-details,
  .service-single-benefits .benefit-details p {
    font-size: 14px;
    line-height: 21px;
  }
}

@media screen and (max-width: 768px) {
  .service-single-price-table {
    padding: 44px 16px;
  }
  .service-single-price-table__head {
    margin-bottom: 22px;
    text-align: left;
  }
  .service-single-price-table h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .service-single-price-table__table {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .service-single-price-table__table table,
  .service-single-price-table__table thead,
  .service-single-price-table__table tbody,
  .service-single-price-table__table tr,
  .service-single-price-table__table th,
  .service-single-price-table__table td {
    display: block;
    width: 100%;
  }
  .service-single-price-table__table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .service-single-price-table__table tbody {
    display: grid;
    gap: 10px;
  }
  .service-single-price-table__table table tr {
    padding: 15px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
  }
  .service-single-price-table__table table td {
    padding: 0;
    border: 0;
    background: transparent !important;
    color: var(--service-single-muted);
    font-size: 14px;
    line-height: 20px;
  }
  .service-single-price-table__table table td::before {
    display: block;
    margin-bottom: 3px;
    color: rgba(31, 44, 32, 0.52);
    font-size: 11px;
    line-height: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .service-single-price-table__table table td:first-child::before {
    content: "Работа";
  }
  .service-single-price-table__table table td:last-child {
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(37, 35, 33, 0.08);
    color: var(--service-single-accent-hover);
    font-size: 16px;
    line-height: 21px;
    white-space: normal;
  }
  .service-single-price-table__table table td:last-child::before {
    content: "Стоимость";
  }
}

/* before-after: */

.before-after {
  display: grid;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 80px 80px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.before-after > div {
  display: grid;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}
.before-after > div > div {
  align-self: center;
  text-align: center;
}

.before-after > div:nth-child(2) {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  opacity: 0.9;
  filter: blur(10px);
}

.before-after h2 {
  margin-bottom: 60px;
  color: #fff;
}

.comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  align-items: center;
}
.comparison > div {
  align-self: center;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1367px) {
  .before-after {
    max-width: 1366px;
    min-height: auto;
    margin: 0 auto;
    border-radius: 0;
  }
  .before-after > div:nth-child(2) {
    border-radius: 0;
  }

  .service-single-before-after,
  .service-single-packages {
    max-width: none;
    margin: 0;
    border-radius: 0;
  }
}

@media screen and (max-width: 960px) and (min-width: 769px) {
  .before-after {
    min-height: auto;
  }
  .comparison {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .before-after {
    min-height: auto;
  }
  .comparison {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}

.service-single-before-after {
  min-height: auto;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 78px 40px;
  background-color: var(--service-single-soft);
  background-image:
    radial-gradient(circle at 12% 10%, rgba(var(--service-single-accent-rgb), 0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(var(--service-single-accent-rgb), 0.12), transparent 26%),
    linear-gradient(180deg, #fff 0%, #f5f2ed 100%);
  color: var(--service-single-ink);
}

.service-single-before-after::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(135deg, rgba(37, 35, 33, 0.035) 0 1px, transparent 1px);
  background-size: 34px 34px;
  z-index: 1;
  pointer-events: none;
}

.service-single-before-after > .container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.service-single-before-after .service-single-section-kicker {
  background: rgba(var(--service-single-accent-rgb), 0.12);
  color: var(--service-single-accent-hover);
}

.service-single-before-after h2 {
  max-width: 920px;
  margin: 0 auto 34px;
  color: var(--service-single-ink);
  text-align: center;
  font-size: 44px;
  line-height: 54px;
  font-weight: 800;
}

.service-single-before-after h2 strong,
.service-single-before-after h2 b {
  color: var(--service-single-accent);
}

.service-single-comparison {
  gap: 24px;
  column-gap: 24px;
  align-items: stretch;
}

.service-single-comparison > div {
  overflow: hidden;
  padding: 10px;
  border: 1px solid rgba(37, 35, 33, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: rgba(70, 48, 34, 0.1) 0 18px 46px;
  transform: rotate(-0.8deg);
}

.service-single-comparison > div:nth-child(even) {
  transform: rotate(0.8deg);
}

.service-single-comparison > div::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  z-index: 3;
  width: 68px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: rgba(70, 48, 34, 0.12) 0 6px 16px;
  transform: translateX(-50%);
  pointer-events: none;
}

.service-single-comparison .compare {
  overflow: hidden;
  min-height: 360px;
  border-radius: 12px;
}

.service-single-comparison .image {
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .service-single-before-after {
    padding: 48px 20px;
  }
  .service-single-before-after h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .service-single-comparison .compare {
    min-height: 260px;
  }
}

/* services-photos: */

.services-photos {
  display: grid;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 40px 40px;
  background: radial-gradient(circle, #fff, #f5f5f5) #f5f5f5;
}
.services-photos > div {
  display: grid;
  height: 100%;
  text-align: center;
}
.services-photos > div > div {
  align-self: center;
}

.services-photos h2 {
  margin-bottom: 40px;
  color: #383432;
}

.services-photos img {
  display: inline-block;
  margin: 0 20px 20px 0;
  border: none !important;
  border-radius: 10px;
} /* wp image gallery fix */

@media screen and (min-width: 1367px) {
  .services-photos {
    max-width: 1366px;
    min-height: auto;
    margin: 40px auto 0 auto;
    border-radius: 40px;
  }
}

@media screen and (max-width: 960px) and (min-width: 769px) {
  .services-photos {
    min-height: auto;
  }
}

@media screen and (max-width: 768px) {
  .services-photos {
    min-height: auto;
  }
}

/* our-prices: */

.our-prices {
  display: grid;
  grid-template-rows: auto 1fr;
  row-gap: 20px;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 40px 40px;
}
.our-prices > div {
  display: grid;
  height: 100%;
}
.our-prices > div > div {
  align-self: center;
  text-align: center;
}

.price-packages {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
}
.price-packages > div {
  height: 100%;
  padding: 20px;
  border-right: 1px solid #eee;
  background: none;
  transition: background 0.3s;
}
.price-packages > div:last-child {
  border-right: none;
}

.price-packages > div:first-child {
  border-radius: 10px 0 0 10px;
}
.price-packages > div:last-child {
  border-radius: 0 10px 10px 0;
}

.price-packages > div:hover {
  background: moccasin;
}

.single-package {
  display: grid;
  grid-template-rows: auto 150px 1fr auto auto;
  row-gap: 20px;
  height: 100%;
  align-items: justify;
}
.single-package > div:nth-child(1) p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}
.single-package > div:nth-child(4) p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
}
.single-package > div:nth-child(4) p:last-child {
  margin-bottom: 0;
}

.our-prices h2 {
  color: #383432;
}

.package-image {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
}

.package-includes ul {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
  list-style-type: none;
}
.package-includes ul li {
  min-height: 24px;
  margin-bottom: 10px;
  padding-left: 30px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><title>Check SVG Icon</title><path fill="none" stroke="darkolivegreen" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m4 12l6 6L20 6"/></svg>');
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 20px;
  color: #383432;
}
.package-includes ul li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1367px) {
  .our-prices {
    max-width: 1366px;
    min-height: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 960px) and (min-width: 769px) {
  .our-prices {
    min-height: auto;
  }
  .price-packages {
    grid-template-columns: 1fr 1fr;
    row-template-columns: 1fr 1fr;
    grid-gap: 40px;
    row-gap: 40px;
    border-radius: 0;
    box-shadow: none;
  }
  .price-packages > div {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    border-right: none;
  }
  .price-packages > div:first-child {
    border-radius: 10px;
  }
  .price-packages > div:last-child {
    border-radius: 10px;
  }
  .package-image {
    max-width: 250px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .our-prices {
    min-height: auto;
  }
  .price-packages {
    grid-template-columns: 1fr;
    row-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
    row-gap: 40px;
    border-radius: 0;
    box-shadow: none;
  }
  .price-packages > div {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    border-right: none;
  }
  .price-packages > div:first-child {
    border-radius: 10px;
  }
  .price-packages > div:last-child {
    border-radius: 10px;
  }
  .package-image {
    max-width: 250px;
    margin: 0 auto;
  }
  .package-includes ul {
    max-width: 480px;
    margin: 0 auto 20px auto;
  }
}

.service-single-packages {
  min-height: auto;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 74px 40px;
  background: var(--service-single-soft);
}

.service-single-packages > div:first-child,
.service-single-packages > div:nth-child(2) {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.service-single-packages > div > div {
  text-align: center;
}

.service-single-packages h2 {
  max-width: 920px;
  margin: 0 auto 34px;
  color: var(--service-single-ink);
  font-size: 44px;
  line-height: 54px;
  font-weight: 800;
}

.service-single-packages .price-packages {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  border-radius: 0;
  box-shadow: none;
}

.service-single-packages .price-packages > div {
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(37, 35, 33, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: rgba(70, 48, 34, 0.08) 0 14px 36px;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.service-single-packages .price-packages > div:first-child,
.service-single-packages .price-packages > div:last-child {
  border-radius: 8px;
}

.service-single-packages .price-packages > div:hover {
  border-color: rgba(var(--service-single-accent-rgb), 0.28);
  background: #fff;
  box-shadow: rgba(70, 48, 34, 0.14) 0 20px 46px;
  transform: translateY(-4px);
}

.service-single-packages .single-package {
  grid-template-rows: auto 190px 1fr auto auto;
  row-gap: 0;
}

.service-single-packages .single-package > div:nth-child(1) {
  padding: 20px 20px 14px;
}

.service-single-packages .single-package > div:nth-child(1) p {
  color: var(--service-single-ink);
  font-size: 22px;
  line-height: 29px;
  font-weight: 800;
}

.service-single-packages .package-image {
  height: 190px;
  border-radius: 0;
  background-color: #ded6ca;
}

.service-single-packages .single-package > div:nth-child(3),
.service-single-packages .single-package > div:nth-child(4) {
  padding: 20px;
}

.service-single-packages .package-includes ul {
  margin: 0;
}

.service-single-packages .package-includes ul li {
  background-image: none;
  position: relative;
  min-height: 24px;
  padding-left: 30px;
  color: var(--service-single-muted);
  font-size: 15px;
  line-height: 22px;
}

.service-single-packages .package-includes ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--service-single-accent);
  box-shadow: inset 0 0 0 5px rgba(var(--service-single-accent-rgb), 0.14);
}

.service-single-packages .package-extra {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(37, 35, 33, 0.1);
}

.service-single-packages .package-extra__title {
  margin-bottom: 10px;
  color: var(--service-single-ink);
  font-weight: 800;
}

.service-single-packages .package-prices {
  display: grid;
  gap: 10px;
}

.service-single-packages .package-price-row {
  padding: 12px;
  border-radius: 8px;
  background: var(--service-single-soft);
  color: var(--service-single-muted);
}

.service-single-packages .package-price-row__text {
  font-size: 14px;
  line-height: 20px;
}

.service-single-packages .package-price-row__value {
  display: inline-block;
  margin-top: 3px;
  color: var(--service-single-accent-hover);
  font-size: 21px;
  line-height: 27px;
  font-weight: 800;
}

.service-single-packages .single-package > div:nth-child(5) {
  padding: 0 20px 22px;
}

.service-single-packages .btn-orange {
  width: 100%;
  border-radius: 8px;
  background: var(--service-single-accent);
  box-shadow: rgba(var(--service-single-accent-rgb), 0.22) 0 12px 26px;
}

.service-single-packages .btn-orange:hover {
  background: var(--service-single-accent-hover);
  box-shadow: rgba(var(--service-single-accent-rgb), 0.28) 0 16px 34px;
  transform: translateY(-2px);
}

@media screen and (max-width: 960px) and (min-width: 769px) {
  .service-single-packages h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media screen and (max-width: 768px) {
  .service-single-packages {
    padding: 48px 20px;
  }
  .service-single-packages h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

/* our-services: */

.our-services {
  display: grid;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 40px 40px;
}
.our-services > div {
  display: grid;
  height: 100%;
}
.our-services > div > div {
  align-self: center;
  text-align: left;
}

.price-list table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: separate;
  border-spacing: 1px;
}
.price-list table th {
  padding: 10px 25px;
  border-radius: 4px;
  background: linear-gradient(to top, darkolivegreen, darkseagreen)
    darkolivegreen;
  font-weight: 600;
  color: #fff;
}
.price-list table td {
  padding: 10px 25px;
  border-radius: 4px;
  background-color: #fafafa;
  color: darkolivegreen;
}

.our-services h2 {
  margin-bottom: 40px;
  text-align: left;
  color: #383432;
}
.our-services,
.our-services p {
  color: #333;
}

@media screen and (min-width: 1367px) {
  .our-services {
    max-width: 1366px;
    min-height: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 960px) and (min-width: 769px) {
  .our-services {
    min-height: auto;
  }
}

@media screen and (max-width: 768px) {
  .our-services {
    min-height: auto;
  }
  .price-list table {
    display: block;
    border-collapse: collapse;
    background-color: #fafafa;
  }
  .price-list table thead {
    display: block;
    background: linear-gradient(to top, darkolivegreen, darkseagreen)
      darkolivegreen;
  }
  .price-list table tbody {
    display: block;
  }
  .price-list table tr {
    display: block;
    padding: 10px 25px;
    border-bottom: 1px solid #ccc;
  }
  .price-list table tr:last-child {
    border-bottom: none;
  }
  .price-list table th {
    display: inline;
    padding: 0;
    border-radius: 0;
    background: none;
  }
  .price-list table th:after {
    content: " / ";
  }
  .price-list table th:last-child:after {
    content: ":";
  }
  .price-list table td {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    border-radius: 0;
  }
  .price-list table td:last-child {
    margin-bottom: 0;
  }
}

/* service single price and content: */

.service-single-price-table {
  padding: 72px 40px;
  background: var(--service-single-ink);
  color: #fff;
}

.service-single-price-table .container,
.service-single-content .container {
  max-width: 1366px;
}

.service-single-price-table__head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.service-single-price-table .service-single-section-kicker {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.service-single-price-table h2,
.service-single-content h2 {
  margin: 0;
  font-size: 44px;
  line-height: 54px;
  font-weight: 800;
}

.service-single-price-table h2 {
  color: #fff;
}

.service-single-price-table__table {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.18) 0 18px 48px;
}

.service-single-price-table__table table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.service-single-price-table__table table th {
  padding: 18px 24px;
  border-radius: 0;
  background: var(--service-single-accent);
  color: #fff;
  text-align: left;
  font-size: 15px;
  line-height: 21px;
  font-weight: 800;
}

.service-single-price-table__table table td {
  padding: 18px 24px;
  border-radius: 0;
  border-bottom: 1px solid rgba(37, 35, 33, 0.08);
  background: #fff;
  color: var(--service-single-muted);
  font-size: 16px;
  line-height: 24px;
}

.service-single-price-table__table table tr:nth-child(even) td {
  background: var(--service-single-soft);
}

.service-single-price-table__table table tr:last-child td {
  border-bottom: 0;
}

.service-single-price-table__table table td:last-child {
  width: 28%;
  color: var(--service-single-accent-hover);
  font-weight: 800;
  white-space: nowrap;
}

.service-single-content {
  padding: 72px 40px;
  background: var(--service-single-soft);
}

.service-single-content__inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
  gap: 54px;
  align-items: start;
  margin: 0 auto;
}

.service-single-content__head {
  position: sticky;
  top: 96px;
}

.service-single-content h2 {
  margin: 0;
  color: var(--service-single-ink);
}

.service-single-content h2 strong,
.service-single-content h2 b {
  color: var(--service-single-accent);
}

.service-single-content__article {
  max-width: 820px;
  color: var(--service-single-muted);
  font-size: 18px;
  line-height: 31px;
}

.service-single-content__article p,
.service-single-content__article li {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.service-single-content__article h2,
.service-single-content__article h3,
.service-single-content__article h4 {
  margin: 32px 0 14px;
  color: var(--service-single-ink);
}

.service-single-content__article ul,
.service-single-content__article ol {
  padding-left: 22px;
}

.service-single-content__article a {
  color: var(--service-single-accent-hover);
  font-weight: 700;
}

@media screen and (max-width: 960px) {
  .service-single-content__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .service-single-content__head {
    position: static;
  }
}

@media screen and (max-width: 768px) {
  .service-single-content {
    padding: 48px 20px;
  }
  .service-single-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .service-single-price-table {
    padding: 44px 16px;
  }
  .service-single-price-table__head {
    margin-bottom: 22px;
    text-align: left;
  }
  .service-single-price-table h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .service-single-price-table__table {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .service-single-price-table__table table,
  .service-single-price-table__table thead,
  .service-single-price-table__table tbody,
  .service-single-price-table__table tr,
  .service-single-price-table__table th,
  .service-single-price-table__table td {
    display: block;
    width: 100%;
    min-width: 0;
  }
  .service-single-price-table__table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .service-single-price-table__table tbody {
    display: grid;
    gap: 10px;
  }
  .service-single-price-table__table table tr {
    padding: 15px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
  }
  .service-single-price-table__table table td {
    padding: 0;
    border: 0;
    background: transparent !important;
    color: var(--service-single-muted);
    font-size: 14px;
    line-height: 20px;
  }
  .service-single-price-table__table table td::before {
    display: block;
    margin-bottom: 3px;
    color: rgba(31, 44, 32, 0.52);
    font-size: 11px;
    line-height: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .service-single-price-table__table table td:first-child::before {
    content: "Работа";
  }
  .service-single-price-table__table table td:last-child {
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(37, 35, 33, 0.08);
    color: var(--service-single-accent-hover);
    font-size: 16px;
    line-height: 21px;
    white-space: normal;
  }
  .service-single-price-table__table table td:last-child::before {
    content: "Стоимость";
  }
  .service-single-content__article {
    font-size: 16px;
    line-height: 27px;
  }
}

/* service cta: */

.service-cta {
  padding: 24px 40px;
}

.service-cta__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

@media screen and (max-width: 768px) {
  .service-cta {
    padding: 18px 20px;
  }
}

/* reviews: */

.reviews {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 22px;
  row-gap: 26px;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 74px 40px 82px;
  background:
    radial-gradient(circle at 12% 18%, rgba(var(--service-single-accent-rgb), 0.1), transparent 28%),
    linear-gradient(180deg, #f7f8f4 0%, #edf2e8 100%);
  overflow: hidden;
}
.reviews > div {
  display: grid;
  height: 100%;
}
.reviews > div > div {
  align-self: center;
}
.reviews > div:nth-child(1) {
  grid-column: 1 / span 3;
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
}

.reviews h2 {
  margin: 0;
  text-align: center;
  color: var(--service-single-ink);
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1.18;
  font-weight: 300;
}
.reviews > div:not(:first-child) > div {
  align-self: stretch;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(31, 44, 32, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 50px rgba(28, 42, 25, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.reviews iframe {
  width: 100%;
  max-width: 100%;
  min-height: 520px;
}

@media screen and (min-width: 1367px) {
  .reviews {
    padding-right: calc((100vw - 1366px) / 2 + 40px);
    padding-left: calc((100vw - 1366px) / 2 + 40px);
  }
}

@media screen and (max-width: 960px) and (min-width: 769px) {
  .reviews {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    min-height: auto;
    padding: 62px 24px 70px;
  }
  .reviews > div:nth-child(1) {
    grid-column: 1 / span 1;
  }
}

@media screen and (max-width: 768px) {
  .reviews {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    min-height: auto;
    padding: 56px 18px 64px;
  }
  .reviews > div:nth-child(1) {
    grid-column: 1 / span 1;
  }
}

.reviews-page-hero {
  display: grid;
  place-items: end start;
  min-height: 430px;
  padding: 176px 40px 70px;
  background:
    linear-gradient(90deg, rgba(18, 27, 19, 0.76), rgba(18, 27, 19, 0.32)),
    url("/wp-content/uploads/2026/05/arbori-service-vyvoz-stroitelnogo-musora.jpg") center / cover no-repeat,
    #263424;
  color: #fff;
}
.reviews-page-hero > div {
  width: min(100%, 1366px);
  margin: 0 auto;
}
.reviews-page-hero p {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 18px;
}
.reviews-page-hero h1 {
  max-width: 760px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.98;
  font-weight: 520;
}
.reviews-page-hero span {
  display: block;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 29px;
}

@media screen and (max-width: 768px) {
  .reviews-page-hero {
    min-height: 360px;
    padding: 120px 20px 54px;
  }
  .reviews-page-hero h1 {
    font-size: 38px;
    line-height: 1.05;
  }
  .reviews-page-hero span {
    font-size: 16px;
    line-height: 25px;
  }
}

/* our-team: */

.our-team {
  display: grid;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 40px 40px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.our-team > div {
  display: grid;
  height: 100%;
  position: relative;
  z-index: 2;
}
.our-team > div > div {
  align-self: center;
}

.our-team > div:nth-child(2) {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: blur(10px);
  border-radius: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.9;
}

.our-team h2 {
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}

.relative-wrapper {
  position: relative;
  z-index: 1;
}

.carousel2-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.carousel2-wrapper {
  display: flex;
  position: relative;
  transition: transform 0.5s ease-in-out;
}
.carousel2-item {
  box-sizing: border-box;
  flex-shrink: 0;
  max-width: calc(100% / 4);
  min-width: calc(100% / 4);
  padding: 0px;
}
.carousel2-prev-button,
.carousel2-next-button {
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 50%;
  outline: none;
  background: moccasin;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 2;
  font-size: 40px;
  line-height: 40px;
  color: #000;
  transition: all 0.3s;
}
.carousel2-prev-button {
  left: -10px;
}
.carousel2-next-button {
  right: -10px;
}
.carousel2-prev-button:hover,
.carousel2-next-button:hover {
  background: #fff;
  cursor: pointer;
}
.carousel2-prev-button span,
.carousel2-next-button span {
  display: block;
  margin: -6px auto 0 auto;
}

.team-member {
  position: relative;
  padding: 20px 30px;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}

img.team-member-pic {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 20px;
}
p.team-member-name {
  font-size: 20px;
}
p.team-member-info {
  color: #777;
}

.team-member-details {
  float: left;
  margin-right: 10px;
}
.team-member-link {
  float: right;
}
.team-member-link img {
  width: 28px;
  height: 28px;
  opacity: 1;
  transition: opacity 0.3s;
}
.team-member-link img:hover {
  opacity: 0.5;
}

.service-single-team {
  min-height: auto;
  padding: 76px 40px 84px;
  background-color: #eef3ef;
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(238, 243, 239, 0.58)),
    radial-gradient(circle at 14% 18%, rgba(var(--service-single-accent-rgb), 0.1), transparent 32%),
    radial-gradient(circle at 92% 12%, rgba(224, 181, 98, 0.1), transparent 28%),
    var(--team-bg, none);
  background-size: cover, auto, auto, cover;
  background-position: center, center, center, center;
  color: var(--service-single-ink);
}

.service-single-team::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(36, 48, 39, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 48, 39, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), transparent 86%);
}

.service-single-team > div:first-child {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.service-single-team > div:nth-child(2) {
  display: none;
}

.service-single-team > div > div {
  align-self: stretch;
}

.service-single-team h2 {
  max-width: 820px;
  margin: 0 130px 34px 0;
  padding: 22px 26px 24px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 45px rgba(35, 55, 40, 0.1);
  backdrop-filter: blur(12px);
  color: var(--service-single-ink);
  text-align: left;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.16;
  font-weight: 800;
}

.service-single-team h2::before {
  content: "Команда";
  display: flex;
  align-items: center;
  width: max-content;
  margin: 0 0 16px;
  padding: 7px 13px;
  border: 1px solid rgba(var(--service-single-accent-rgb), 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--service-single-accent);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

.service-single-team .carousel2-container {
  padding: 2px 0 12px;
}

.service-single-team .carousel2-item {
  padding: 0 9px;
}

.service-single-team .carousel2-prev-button,
.service-single-team .carousel2-next-button {
  top: -82px;
  right: 9px;
  left: auto;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(var(--service-single-accent-rgb), 0.2);
  background: #ffffff;
  color: var(--service-single-accent);
  box-shadow: 0 14px 32px rgba(35, 55, 40, 0.12);
  font-size: 34px;
  line-height: 1;
}

.service-single-team .carousel2-prev-button {
  right: 67px;
}

.service-single-team .carousel2-prev-button:hover,
.service-single-team .carousel2-next-button:hover {
  background: var(--service-single-accent);
  color: #fff;
  transform: translateY(-2px);
}

.service-single-team .carousel2-prev-button span,
.service-single-team .carousel2-next-button span {
  margin: -4px 0 0;
}

.service-single-team .team-member {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
  padding: 26px;
  border: 1px solid rgba(36, 48, 39, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 18px 45px rgba(35, 55, 40, 0.1);
  text-align: left;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-single-team .team-member::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--service-single-accent), var(--service-single-accent-hover));
}

.service-single-team .team-member:hover {
  border-color: rgba(var(--service-single-accent-rgb), 0.24);
  box-shadow: 0 24px 56px rgba(35, 55, 40, 0.15);
  transform: translateY(-4px);
}

.service-single-team img.team-member-pic,
.service-single-team .team-member-pic--placeholder {
  width: 172px;
  height: 172px;
  margin: 0 auto 22px;
  border: 8px solid #f2f7f0;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(35, 55, 40, 0.12);
  object-fit: cover;
  object-position: center;
}

.service-single-team img.team-member-pic {
  display: block;
}

.service-single-team .team-member-pic--placeholder {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--service-single-accent), var(--service-single-accent-hover));
  color: #fff;
  font-size: 58px;
  font-weight: 800;
  line-height: 1;
}

.service-single-team p.team-member-name {
  margin: 0;
  color: var(--service-single-ink);
  font-size: 22px;
  line-height: 1.26;
  font-weight: 800;
}

.service-single-team p.team-member-info {
  margin: 7px 0 0;
  color: var(--service-single-muted);
  font-size: 15px;
  line-height: 1.45;
}

.service-single-team .team-member-details {
  display: none;
}

.service-single-team .team-member-link {
  position: absolute;
  right: 22px;
  bottom: 30px;
  float: none;
}

.service-single-team .team-member-link a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--service-single-accent);
  color: #fff;
  box-shadow: 0 12px 25px rgba(var(--service-single-accent-rgb), 0.28);
  transition: transform 0.2s ease, background 0.2s ease;
}

.service-single-team .team-member-link a:hover {
  background: var(--service-single-accent-hover);
  transform: translateX(2px);
}

.service-single-team .team-member-link svg path {
  fill: currentColor;
}

@media screen and (min-width: 1367px) {
  .our-team {
    max-width: 1366px;
    min-height: auto;
    margin: 0 auto;
    border-radius: 40px;
  }
  .our-team > div:nth-child(2) {
    border-radius: 40px;
  }

  .service-single-team {
    max-width: none;
    border-radius: 0;
  }
}

@media screen and (max-width: 960px) and (min-width: 769px) {
  .our-team {
    min-height: auto;
  }
  .team-member {
    text-align: center;
  }
  .carousel2-item {
    max-width: calc(100% / 2);
    min-width: calc(100% / 2);
  }
  img.team-member-pic {
    width: 50%;
  }

  .service-single-team h2 {
    margin-right: 120px;
  }

  .service-single-team img.team-member-pic,
  .service-single-team .team-member-pic--placeholder {
    width: 154px;
    height: 154px;
  }
}

@media screen and (max-width: 768px) {
  .our-team {
    min-height: auto;
  }
  .team-member {
    text-align: center;
    padding: 20px 0;
  }
  .carousel2-item {
    width: 100%;
    max-width: calc(100% / 1);
    min-width: calc(100% / 1);
  }
  img.team-member-pic {
    width: 50%;
  }
  .team-member-details {
    margin-left: 20px;
  }
  .team-member-link {
    margin-right: 20px;
  }

  .service-single-team {
    padding: 42px 16px 52px;
  }

  .service-single-team h2 {
    margin: 0 0 18px;
    padding: 18px;
    text-align: left;
    font-size: 28px;
    line-height: 34px;
  }

  .service-single-team h2::before {
    margin-bottom: 12px;
    padding: 6px 10px;
    font-size: 12px;
  }

  .service-single-team .carousel2-prev-button,
  .service-single-team .carousel2-next-button {
    position: static;
    display: inline-grid;
    width: 42px;
    height: 42px;
    margin: 0 6px 14px 0;
    font-size: 28px;
    line-height: 1;
  }

  .service-single-team .carousel2-prev-button {
    right: auto;
  }

  .service-single-team .carousel2-next-button {
    right: auto;
  }

  .service-single-team .carousel2-container {
    padding-bottom: 0;
  }

  .service-single-team .carousel2-item {
    padding: 0;
  }

  .service-single-team .team-member {
    min-height: auto;
    padding: 22px 18px 68px;
    text-align: center;
  }

  .service-single-team img.team-member-pic,
  .service-single-team .team-member-pic--placeholder {
    width: 132px;
    height: 132px;
    margin-bottom: 18px;
  }

  .service-single-team p.team-member-name {
    font-size: 19px;
    line-height: 24px;
  }

  .service-single-team p.team-member-info {
    font-size: 14px;
    line-height: 20px;
  }

  .service-single-team .team-member-details {
    margin-left: 0;
  }

  .service-single-team .team-member-link {
    right: 50%;
    bottom: 20px;
    margin-right: 0;
    transform: translateX(50%);
  }

  .service-single-team .team-member-link a {
    width: 40px;
    height: 40px;
  }
}

/* faq: */

.faq {
  display: grid;
  width: 100%;
  height: auto;
  padding: 40px 40px;
  background: radial-gradient(circle, #fff, #f5f5f5) #f5f5f5;
  position: relative;
}
.faq > div {
  display: grid;
  height: 100%;
  text-align: center;
}
.faq > div > div {
  align-self: center;
}

.faq-heading {
  display: grid;
  grid-template-columns: 150px 1fr;
  column-gap: 40px;
  justify-items: stretch;
  align-items: center;
  margin-bottom: 30px;
}
.faq-heading > div {
  align-self: center;
  text-align: center;
}
.faq-heading > div:first-child svg {
  width: 150px;
  height: 150px;
}

.faq h2 {
  margin-bottom: 0;
  margin-right: 190px;
  color: #383432;
}

.accordion {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 10px 0 0px 0;
  padding: 10px 30px;
  border: 1px solid darkseagreen;
  border-radius: 10px;
  background-color: transparent;
  text-align: left;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: darkolivegreen;
  cursor: pointer;
}
.accordion:last-child {
  margin-bottom: 0;
}
.active-panel,
.accordion:hover {
  color: #222;
}
.accordion:after {
  content: "\002B";
  position: absolute;
  top: calc(50% - 12px);
  right: 25px;
  font-weight: 700;
  color: #222;
}
.active-panel:after {
  content: "\2212";
}
.panel {
  max-height: 0;
  padding: 6px 25px 6px 25px;
  background-color: transparent;
  text-align: left;
  overflow: hidden;
  color: #383432;
  transition: max-height 0.2s ease-out;
}

.faq-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 20px;
  align-items: top;
}
.faq-items > div {
  align-self: top;
}

@media screen and (min-width: 1367px) {
  .faq {
    max-width: 1366px;
    margin: 40px auto 0 auto;
    border-radius: 40px;
  }
}

@media screen and (max-width: 960px) and (min-width: 769px) {
  .faq-heading {
    grid-template-columns: 50px 1fr;
  }
  .faq-heading > div:first-child svg {
    width: 50px;
    height: 50px;
  }
  .faq h2 {
    margin-right: 90px;
  }
}

@media screen and (max-width: 768px) {
  .faq-heading {
    grid-template-columns: 50px 1fr;
  }
  .faq-heading > div:first-child svg {
    width: 50px;
    height: 50px;
  }
  .faq h2 {
    margin-right: 90px;
  }
  .faq-items {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
}

/* 

articles page:

*/
