body {
  --font-size:14px;
}

.single-services #breadcrumbs {
  width: 565px;
}
.single-services .page-header {
  display: none;
}

.image-text {
  margin-top: 60px;
  margin-bottom: 60px;
}
.image-text .row {
  gap: 60px;
  margin: 0;
}
.image-text .row > * {
  padding: 0;
}
.image-text .row .col:first-child {
  flex: 1;
}
.image-text .row .col:last-child {
  width: 615px;
  flex-shrink: 0;
}
.image-text__desc {
  margin: 12px 0 24px;
  font-weight: 400;
  font-size: var(--font-size);
}
.image-text__subtitle {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--clr-06);
  margin-bottom: 24px;
}

.service-top {
  margin-top: -12px;
  margin-bottom: 85px;
  position: relative;
  /*z-index: -1;*/
}
.service-top .page-title {
  margin-top: 52px;
  margin-bottom: 24px;
}
.service-top__inner {
  margin-bottom: 40px;
}
.service-top__price {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--clr-06);
  margin-bottom: 8px;
}
.service-top__desc {
  font-size: var(--font-size);
  color: var(--clr-09);
}

.decor-list {
  font-size: var(--font-size);
}
.decor-list ul {
  list-style: none;
  padding-left: 37px;
}
.decor-list ul li {
  position: relative;
  margin-bottom: 24px;
}
.decor-list ul li:before {
  content: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.473 5.88426C21.9104 6.26699 21.9501 6.93375 21.561 7.36555L10.609 19.5216C10.218 19.9556 9.54647 19.9832 9.12109 19.5828L2.78356 13.6166C2.38833 13.2445 2.35049 12.6245 2.68959 12.2006C3.06375 11.7329 3.76053 11.6686 4.20584 12.0691L9.12291 16.4919C9.55022 16.8763 10.2081 16.8419 10.5931 16.4151L20.0134 5.97042C20.3946 5.54776 21.0447 5.50944 21.473 5.88426Z" fill="%23DDD2C8" /></svg>');
  position: absolute;
  left: -37px;
  top: -3px;
}
.decor-list ul li:last-child {
  margin-bottom: 0;
}

.service-img {
  width: 100%;
  padding-top: 66.666666%;
  position: relative;
  overflow: hidden;
}
.service-img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.3s;
}
.service-img--short {
  padding-top: 56.91%;
}

@media (max-width: 79.99875em) {
  .single-services #breadcrumbs {
    width: 410px;
  }
  .image-text .row .col:last-child {
    width: 450px;
  }
  .service-top .page-title {
    margin-top: 32px;
    margin-bottom: 16px;
  }
  .service-top__inner {
    margin-bottom: 24px;
  }
  .service-img {
    height: 100%;
  }
}
@media (max-width: 61.99875em) {
  .single-services #breadcrumbs {
    width: 320px;
  }
  .image-text .row .col:last-child {
    width: 300px;
  }

}
@media (max-width: 47.99875em) {
	.single-services #breadcrumbs {
	width:100%;
  }
  .image-text {
    margin-top: 40px;
    margin-bottom: 32px;
  }
  .image-text .row {
    gap: 24px;
    flex-wrap: wrap;
  }
  .image-text .row .col:last-child {
    width: 100%;
  }
  .image-text--img-left .row .col:first-child {
    order: 1;
  }
  .service-top {
    margin-top: 24px;
  }
  .service-top .col {
    width: 100%;
  }
  .service-top .col:last-child {
    order: -1;
  }
  .service-top .page-title {
    display: none;
  }
  .service-top__inner {
    margin-bottom: 20px;
  }
  .service-img {
    width: 100%;
    padding-top: 55.56%;
  }
  .service-img--short {
    padding-top: 56.63%;
  }
  .single-services .page-header {
    display: block;
    margin-bottom: 20px;
  }
}
.advantages {
  padding: 65px 0;
}
.advantages .h2 {
  margin-bottom: 40px;
}
.advantages .row {
  row-gap: 30px;
  flex-wrap: wrap;
}
.advantages .col {
  width: 25%;
}

.advantage__icon {
  margin-bottom: 20px;
}
.advantage__icon img {
  display: block;
  width: 64px;
  height: 64px;
}
.advantage__title {
  text-transform: uppercase;
  color: var(--clr-06);
  margin-bottom: 20px;
  min-height: 40px;
}
.advantage__text {
  font-size: var(--font-size);
}

@media (max-width: 61.99875em) {
  .advantages .col {
    width: 50%;
  }
  .advantage__title {
    min-height: unset;
  }
}
@media (max-width: 29.99875em) {
  .advantages {
    padding: 40px 0 60px;
  }
  .advantages .col {
    width: 100%;
  }
  .advantage {
    display: flex;
    gap: 25px;
  }
  .advantage__icon {
    flex-shrink: 0;
  }
  .advantage__icon img {
    width: 48px;
    height: 48px;
  }
  .advantage__title {
    margin-bottom: 10px;
  }
}
.before-after {
  paddinG: 50px 0 70px;
}

.slider-before-after__inner {
  display: flex;
}
.slider-before-after__inner .col {
  width: 50%;
  aspect-ratio: 20/17;
  position: relative;
}
.slider-before-after__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slider-before-after__subtitle {
  position: absolute;
  left: 30px;
  bottom: 20px;
  font-weight: 300;
  color: #000;
}
.slider-before-after__title {
  text-align: center;
  margin-top: 40px;
}
.slider-before-after__title strong {
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 61.99875em) {
  .slider-before-after__title {
    margin-top: 50px;
  }
}
.procedure {
  position: relative;
}
.procedure .col-text {
  padding-top: 70px;
  padding-bottom: 50px;
  flex: 2;
}
.procedure .col-img {
  flex: 1;
}
.procedure__list {
  list-style: none;
  margin: 0;
  padding: 40px 0 0;
  position: relative;
  z-index: 0;
  counter-reset: counter;
}
.procedure__list::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 5px);
  position: absolute;
  top: 0;
  left: 30px;
  background-color: var(--clr-06);
  z-index: -1;
}
.procedure__list li {
  counter-increment: counter;
  margin-bottom: 36px;
  display: flex;
  gap: 40px;
}
.procedure__list li:last-child {
  margin-bottom: 0;
}
.procedure__list li:before {
  content: counter(counter);
  flex-shrink: 0;
  border: 1px solid var(--clr-06);
  width: 60px;
  height: 60px;
  background: var(--clr-05);
  font-family: var(--font-family);
  font-size: 48px;
  color: var(--clr-06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.procedure__item {
  max-width: 560px;
}
.procedure__subtitle {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.procedure__desc {
  font-size: var(--font-size);
}
.procedure__img {
  display: block;
  position: absolute;
  height: 100%;
  width: calc((100vw - var(--container-width)) / 2 + var(--container-width) / 3);
  bottom: 0;
  right: 0;
  object-fit: cover;
}

@media (max-width: 61.99875em) {
  .procedure .row {
    display: block;
  }
  .procedure .col {
    width: unset;
  }
  .procedure .col-img {
    height: 430px;
  }
  .procedure__img {
    height: 430px;
    width: 100%;
  }
}
@media (max-width: 47.99875em) {
  .procedure .col-text {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .procedure .col-text br {
    display: none;
  }
  .procedure__list {
    padding-top: 20px;
  }
  .procedure__list::before {
    left: 20px;
  }
  .procedure__list li {
    margin-bottom: 30px;
    gap: 24px;
  }
  .procedure__list li:last-child {
    margin-bottom: 0;
  }
  .procedure__list li:before {
    content: counter(counter);
    width: 40px;
    height: 40px;
    font-size: 32px;
    height: 100%;
  }
  .procedure .col-img {
    height: 320px;
  }
  .procedure__img {
    height: 320px;
  }
}
@media (max-width: 29.99875em) {
  .procedure .col-img {
    height: 250px;
  }
  .procedure__img {
    height: 250px;
  }
}
.service-text {
  padding: 45px 0 0;
}
.service-text__wrapper {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--clr-08);
}
.service-text .col-text {
  flex: 2;
  font-size: var(--font-size);
}
.service-text .col-slogan {
  flex: 1;
}
.service-text strong, .service-text b {
  font-weight: 600;
  color: var(--clr-06);
  font-size: 16px;
}
.service-text .slogan {
  font-weight: 300;
  font-size: 24px;
  text-align: right;
  color: var(--clr-06);
}

@media (max-width: 61.99875em) {
  .service-text .row {
    flex-wrap: wrap;
    row-gap: 24px;
    justify-content: end;
  }
  .service-text .col {
    flex: unset;
    width: 100%;
  }
  .service-text .col-slogan {
    order: -1;
    max-width: 90%;
  }
  .service-text .col-slogan br {
    display: none;
  }
}
@media (max-width: 47.99875em) {
  .service-text {
    padding: 30px 0 0;
  }
  .service-text .col-slogan {
    max-width: 80%;
  }
  .service-text .slogan {
    font-size: 16px;
  }
}
@media (max-width: 29.99875em) {
  .service-text .col-slogan {
    max-width: 90%;
  }
}
.faq {
  padding: 40px 0 85px;
}
.faq .col {
  flex: 1;
}
.faq .acc {
  margin-top: -16px;
}
.faq .acc .acc__item {
  border-bottom: 1px solid var(--clr-08);
  margin: 0;
  padding: 0;
}
.faq .acc .acc__item.open {
  background: none;
}
.faq .acc .acc__item.open .acc__title {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: var(--clr-06);
}
.faq .acc .acc__item.open .acc__icon {
  transform: rotate(-180deg);
}
.faq .acc .acc__title {
  padding: 0;
  margin: 0;
  transition: color 0.5s, font-size 0.5s;
}
.faq .acc .acc__head {
  padding: 24px 0;
  cursor: pointer;
}
.faq .acc .acc__icon {
  width: 20px;
  height: 20px;
  opacity: 1;
  transition: transform 0.5s;
}
.faq .acc .acc__icon:after {
  width: 100%;
  height: 100%;
  background-color: var(--clr-06);
  mask-image: url('data:image/svg+xml,<svg width="12" height="21" viewBox="0 0 12 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.46967 20.5303C5.76256 20.8232 6.23744 20.8232 6.53033 20.5303L11.3033 15.7574C11.5962 15.4645 11.5962 14.9896 11.3033 14.6967C11.0104 14.4038 10.5355 14.4038 10.2426 14.6967L6 18.9393L1.75736 14.6967C1.46447 14.4038 0.989593 14.4038 0.696699 14.6967C0.403806 14.9896 0.403806 15.4645 0.696699 15.7574L5.46967 20.5303ZM6 0L5.25 8.94366e-09L5.25 20L6 20L6.75 20L6.75 -8.94366e-09L6 0Z" fill="%23DDD2C8" /></svg>');
}
.faq .acc .acc__body {
  padding-bottom: 24px;
  line-height: 1.5;
}

@media (max-width: 79.99875em) {
  .faq .acc {
    margin-top: -18px;
  }
}
@media (max-width: 61.99875em) {
  .faq .col:first-child {
    flex: 2;
  }
  .faq .col:last-child {
    flex: 3;
  }
}
@media (max-width: 47.99875em) {
  .faq {
    padding-top: 0;
  }
  .faq .row {
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .faq .col:first-child {
    flex: unset;
    width: 100%;
  }
  .faq .col:last-child {
    flex: unset;
    width: 100%;
  }
  .faq .acc {
    margin: 0;
  }
}