.hero--private-spaces{
  position: relative;
  overflow: hidden;
  min-height: 750px;
  background:
    linear-gradient(rgba(0,0,0,0.40), rgba(0,0,0,0.40)),
    url('/img/services/chas_hero.jpg') center center / cover no-repeat;
}

.hero--private-spaces::before{
  background: rgba(0, 0, 0, 0);
}

.hero-service__content{
width:100%;
}

.hero--private-spaces .hero__inner{
  min-height: 750px;
  display: flex;
  align-items: flex-start;
  padding-top: 180px;
  padding-bottom: 72px;
}

.hero-private__top{
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.hero-private__left{
  max-width: 980px;
}

.hero--private-spaces .hero-btn{
  margin-left: auto;
  flex: 0 0 auto;
}

.hero--private-spaces .hero-service__title{
  max-width: 805px;
  margin: 0 0 24px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #FDFDFD;
}

.hero--private-spaces .hero-service__text{
  max-width: 920px;
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #FDFDFD;
}

.private-intro{
  padding: 120px 0 0;
}

.private-intro__text{
  max-width: 1260px;
}

.private-intro__text p{
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #1D201F;
}

.private-intro__text p + p{
  margin-top: 24px;
}

/* ===== СЛАЙДЕР ===== */

.private-showcase{
  padding: 120px 0 0;
  overflow: hidden;
}

.private-showcase__top{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.private-showcase__nav{
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.private-showcase__nav-btn{
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.private-showcase__nav-btn.is-disabled{
  cursor: default;
  opacity: 0.35;
}

.private-showcase__nav-ico{
  width: 46px;
  height: 46px;
  display: block;
  opacity: 0.95;
}

.private-showcase__nav-ico--left{
  transform: rotate(180deg);
  opacity: 0.55;
}

.private-showcase__nav-btn:hover .private-showcase__nav-ico{
  opacity: 1;
}

.private-showcase__body{
  margin-top: 60px;
}

.private-showcase__viewport{
  width: auto;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  overflow: hidden;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
}

.private-showcase__track{
  display: flex;
  gap: 15px;
  transform: translate3d(0,0,0);
  transition: transform .35s ease;
  will-change: transform;
}

.private-showcase-card{
  width: 652px;
  flex: 0 0 652px;
}

.private-showcase-card__image{
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  background: #d9d9d9;
  cursor:pointer;
}

.private-showcase-card__image img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.private-showcase-card__title{
  margin-top: 15px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1D201F;
}

.private-showcase-card__text{
  margin-top: 15px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #6B6B6B;
}

/* ===== SERVICE INCLUDES ===== */

.service-includes--private{
  padding: 120px 0 0;
}

.service-includes--private .service-includes__col--left{
  max-width: 465px;
}

.service-includes--private .service-includes__title{
  margin: 0 0 50px;
  max-width: 830px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #333333;
}

.service-includes--private .service-includes__table{
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.12);
}

.service-includes--private .service-includes__row{
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.9fr);
  gap: 40px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  align-items: start;
}

.service-includes--private .service-includes__head{
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.service-includes--private .service-includes__num{
  flex: 0 0 auto;
  min-width: 36px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #8F8F8F;
}

.service-includes--private .service-includes__name{
  font-family: Inter, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #1D201F;
}

.service-includes--private .service-includes__text{
  margin: 0;
  max-width: 520px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #7B7B7B;
}

.services--private{
  padding-top: 120px;
}

.services__title--private{
  max-width: 1050px;
}

.page-private-spaces .steps{
  padding-top: 120px;
}

.page-private-spaces .examples{
  padding-top: 120px;
}

.page-private-spaces .projects{
  padding-top: 120px;
}

.page-private-spaces .consult{
  padding-top: 120px;
}

.page-private-spaces .consult__wrap{
  background: url('/img/services/chas_1.jpg') center center / cover no-repeat;
}

.page-private-spaces .consult__left{
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.page-private-spaces .consult__left .land-contact__socials{
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin-top: 0;
}

.page-private-spaces .land-contact__social{
  background: #FFFFFF;
}

.page-private-spaces .land-contact__social:hover{
  background: #FFFFFF;
  transform: translateY(-2px);
}

.page-private-spaces .land-contact__social .mobile-menu__social-icon{
  background: #01373E;
}

.page-private-spaces .consult__subtext{
  margin: 30px 0 0;
  max-width: 520px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #000000;
}

@media (max-width: 1280px){
  .hero--private-spaces .hero-service__title{
    font-size: 65px;
  }

  .service-includes--private .service-includes__title{
    font-size: 58px;
  }

  .private-intro__text p{
    font-size: 27px;
  }
}

@media (max-width: 980px){
.services {
        padding: 0 0 0px;
    }
.steps {
        padding: 0px 0;
    }
  .hero--private-spaces{
    min-height: auto;
  }

  .hero--private-spaces .hero__inner{
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .hero-private__top{
    flex-direction: column;
    align-items: flex-start;
  }

  .hero--private-spaces .hero-btn{
    margin-left: 0;
  }

  .hero--private-spaces .hero-service__title{
    font-size: 55px;
  }

  .hero--private-spaces .hero-service__text{
    max-width: 100%;
    font-size: 20px;
  }

  .private-intro,
  .private-showcase,
  .service-includes--private,
  .services--private,
  .page-private-spaces .steps,
  .page-private-spaces .examples,
  .page-private-spaces .projects,
  .page-private-spaces .consult{
    padding-top: 90px;
  }

  .private-intro__text p{
    font-size: 24px;
  }

  .private-showcase__viewport{
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .private-showcase-card{
    width: 560px;
    flex: 0 0 560px;
  }

  .private-showcase-card__image{
    height: 360px;
  }

  .service-includes--private .service-includes__title{
    font-size: 48px;
    margin-bottom: 36px;
  }

  .service-includes--private .service-includes__row{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-includes--private .service-includes__text{
    max-width: 100%;
  }

  .page-private-spaces .consult__subtext{
    font-size: 18px;
    line-height: 1.2;
  }
}

@media (max-width: 768px){
  .hero--private-spaces .hero__inner{
    padding-top: 132px;
    padding-bottom: 48px;
  }

  .hero--private-spaces .hero-service__title{
    font-size: 50px;
    line-height: 1;
    margin-bottom: 18px;
  }

  .hero--private-spaces .hero-service__text{
    font-size: 18px;
    line-height: 1.2;
  }

  .private-intro,
  .private-showcase,
  .service-includes--private,
  .services--private,
  .page-private-spaces .steps,
  .page-private-spaces .examples,
  .page-private-spaces .projects,
  .page-private-spaces .consult{
    padding-top: 60px;
  }

  .private-intro__text p{
    font-size: 20px;
    line-height: 1.25;
  }

  .private-showcase__body{
    margin-top: 30px;
  }

  .private-showcase__track{
    gap: 0;
  }

  .private-showcase-card{
    width: 100%;
    max-width: none;
    flex: 0 0 100%;
  }

  .private-showcase-card__image{
    height: 320px;
  }

  .private-showcase-card__title{
    font-size: 24px;
  }

  .private-showcase-card__text{
    font-size: 16px;
    line-height: 1.2;
  }

  .service-includes--private .service-includes__title{
    font-size: 40px;
    margin-bottom: 28px;
  }

  .service-includes--private .service-includes__row{
    padding: 20px 0;
    gap: 14px;
  }

  .service-includes--private .service-includes__head{
    gap: 12px;
  }

  .service-includes--private .service-includes__num{
    min-width: 28px;
    font-size: 18px;
  }

  .service-includes--private .service-includes__name{
    font-size: 18px;
    line-height: 1.15;
  }

  .service-includes--private .service-includes__text{
    font-size: 16px;
    line-height: 1.2;
  }

  .page-private-spaces .consult__left .land-contact__socials{
    left: 15px;
    bottom: 15px;
  }

  .page-private-spaces .consult__subtext{
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.25;
  }
}

@media (max-width: 480px){
  .hero--private-spaces .hero-service__title{
    font-size: 40px;
  }

  .private-intro__text p{
    font-size: 18px;
  }

  .private-showcase__nav{
    gap: 8px;
  }

  .private-showcase__nav-ico{
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 360px){
  .hero--private-spaces .hero-service__title{
    font-size: 28px;
  }
}