.hero--public-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/obsh_hero.jpg') center center / cover no-repeat;
}

.hero--public-spaces::before{
  background: rgba(0, 0, 0, 0);
}

.hero--public-spaces .hero__inner{
  min-height: 750px;
  display: flex;
  align-items: flex-start;
  padding-top: 180px;
  padding-bottom: 72px;
}

.hero-public__top{
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.hero-public__left{
  max-width: 980px;
}

.hero--public-spaces .hero-btn{
  margin-left: auto;
  flex: 0 0 auto;
}

.hero--public-spaces .hero-service__title{
  max-width: 980px;
  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--public-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;
}

.public-intro{
  padding: 120px 0 0;
}

.public-intro__text{
  margin: 0;
  max-width: 1260px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #1D201F;
}

/* ===== СЛАЙДЕР ===== */

.public-showcase{
  padding: 120px 0 0;
  overflow: hidden;
}

.public-showcase__top{
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}

.public-showcase__title{
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1D201F;
}

.public-showcase__nav{
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.public-showcase__nav-btn{
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.public-showcase__nav-btn.is-disabled{
  cursor: default;
  opacity: 0.35;
}

.public-showcase__nav-ico{
  width: 46px;
  height: 46px;
  display: block;
  opacity: 0.95;
}

.public-showcase__nav-ico--left{
  transform: rotate(180deg);
  opacity: 0.55;
}

.public-showcase__nav-btn:hover .public-showcase__nav-ico{
  opacity: 1;
}

.public-showcase__body{
  margin-top: 60px;
}

/* ЛОГИКА КАК У related-slider:
   контейнер обычный, а viewport уходит вправо до края экрана */
.public-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;
}

.public-showcase__track{
  display: flex;
  gap: 15px;
  transform: translate3d(0,0,0);
  transition: transform .35s ease;
  will-change: transform;
}

.public-showcase-card{
  width: 652px;
  flex: 0 0 652px;
}

.public-showcase-card__image{
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  background: #d9d9d9;
}

.public-showcase-card__image img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.public-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;
}

.public-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--public{
  padding: 120px 0 0;
}

.service-includes--public .service-includes__title{
  margin: 0 0 50px;
  max-width: 1030px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #333333;
}

.service-includes--public .service-includes__table{
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.12);
}

.service-includes--public .service-includes__row{
  display: block;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0,0,0,0.12);
}

.service-includes--public .service-includes__col--full{
  max-width: 100%;
}

.service-includes--public .service-includes__head{
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.service-includes--public .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--public .service-includes__name{
  max-width: none;
  font-family: Inter, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #1D201F;
}

.services--public{
  padding-top: 120px;
}

.services__title--public{
  max-width: 1050px;
}

.page-public-spaces .steps{
  padding-top: 120px;
}

.page-public-spaces .examples{
  padding-top: 120px;
}

.page-public-spaces .projects{
  padding-top: 120px;
}

.page-public-spaces .consult{
  padding-top: 120px;
}

.page-public-spaces .consult__wrap{
  background: url('/img/services/obsh_1.jpg') center center / cover no-repeat;
}

.page-public-spaces .consult__left{
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.page-public-spaces .consult__left .land-contact__socials{
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin-top: 0;
}

.page-public-spaces .land-contact__social{
  background: #FFFFFF;
}

.page-public-spaces .land-contact__social:hover{
  background: #FFFFFF;
  transform: translateY(-2px);
}

.page-public-spaces .land-contact__social .mobile-menu__social-icon{
  background: #01373E;
}

/* текст под заголовком формы */
.page-public-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;
}

/* ===== 1280 ===== */

@media (max-width: 1280px){
  .hero--public-spaces .hero-service__title{
    font-size: 65px;
  }

  .public-showcase__title,
  .service-includes--public .service-includes__title{
    font-size: 58px;
  }

  .public-intro__text{
    font-size: 27px;
  }
}

/* ===== 960 / 980 ===== */

@media (max-width: 980px){
.services {
        padding: 0 0 0px;
    }
.steps {
        padding: 0px 0;
    }
  .hero--public-spaces{
    min-height: auto;
  }

  .hero--public-spaces .hero__inner{
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .hero-public__top{
    flex-direction: column;
    align-items: flex-start;
  }

  .hero--public-spaces .hero-btn{
    margin-left: 0;
  }

  .hero--public-spaces .hero-service__title{
    font-size: 55px;
  }

  .hero--public-spaces .hero-service__text{
    max-width: 100%;
    font-size: 20px;
  }

  .public-intro,
  .public-showcase,
  .service-includes--public,
  .services--public,
  .page-public-spaces .steps,
  .page-public-spaces .examples,
  .page-public-spaces .projects,
  .page-public-spaces .consult{
    padding-top: 90px;
  }

  .public-intro__text{
    font-size: 24px;
  }

  .public-showcase__title,
  .service-includes--public .service-includes__title{
    font-size: 48px;
  }

  .public-showcase__viewport{
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .public-showcase-card{
    width: 560px;
    flex: 0 0 560px;
  }

  .public-showcase-card__image{
    height: 360px;
  }

  .service-includes--public .service-includes__title{
    margin-bottom: 36px;
  }

  .page-public-spaces .consult__subtext{
    font-size: 18px;
    line-height: 1.2;
  }
}

/* ===== 768 ===== */

@media (max-width: 768px){
  .hero--public-spaces .hero__inner{
    padding-top: 132px;
    padding-bottom: 48px;
  }

  .hero--public-spaces .hero-service__title{
    font-size: 50px;
    line-height: 1;
    margin-bottom: 18px;
  }

  .hero--public-spaces .hero-service__text{
    font-size: 18px;
    line-height: 1.2;
  }

  .public-intro,
  .public-showcase,
  .service-includes--public,
  .services--public,
  .page-public-spaces .steps,
  .page-public-spaces .examples,
  .page-public-spaces .projects,
  .page-public-spaces .consult{
    padding-top: 60px;
  }

  .public-intro__text{
    font-size: 20px;
    line-height: 1.25;
  }

  .public-showcase__title,
  .service-includes--public .service-includes__title{
    font-size: 40px;
  }

  .public-showcase__body{
    margin-top: 30px;
  }

  .public-showcase__track{
    gap: 0;
  }

  .public-showcase-card{
    width: 100%;
    max-width: none;
    flex: 0 0 100%;
  }

  .public-showcase-card__image{
    height: 320px;
  }

  .public-showcase-card__title{
    font-size: 24px;
  }

  .public-showcase-card__text{
    font-size: 16px;
    line-height: 1.2;
  }

  .service-includes--public .service-includes__row{
    padding: 20px 0;
  }

  .service-includes--public .service-includes__head{
    gap: 12px;
  }

  .service-includes--public .service-includes__num{
    min-width: 28px;
    font-size: 18px;
  }

  .service-includes--public .service-includes__name{
    font-size: 18px;
    line-height: 1.15;
  }

  .page-public-spaces .consult__left .land-contact__socials{
    left: 15px;
    bottom: 15px;
  }

  .page-public-spaces .consult__subtext{
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.25;
  }
}

/* ===== 480 ===== */

@media (max-width: 480px){
  .hero--public-spaces .hero-service__title{
    font-size: 40px;
  }

  .public-intro__text{
    font-size: 18px;
  }

  .public-showcase__top{
    align-items: flex-end;
  }

  .public-showcase__nav{
    gap: 8px;
  }

  .public-showcase__nav-ico{
    width: 40px;
    height: 40px;
  }
}

/* ===== 360 ===== */

@media (max-width: 360px){
  .hero--public-spaces .hero-service__title{
    font-size: 28px;
  }
}