.page-betonnie-raboti .hero{
  height: 650px;
}

.hero--betonnie-raboti{
  position: relative;
  overflow: hidden;
  min-height: 650px;
  background:
    linear-gradient(rgba(0,0,0,0.40), rgba(0,0,0,0.40)),
    url('/img/services/beton_hero.jpg') center center / cover no-repeat;
}

.hero::before{
  background: rgba(0, 0, 0, 0.0);
}

.hero--betonnie-raboti .hero__inner{
  min-height: 650px;
  display: flex;
  align-items: flex-start;
  padding-top: 180px;
  padding-bottom: 72px;
}

.hero__inner--single{
  width: 100%;
}

.hero-service__content{
  width: 100%;
  max-width: 1050px;
}

.hero-service__title{
  margin: 0 0 24px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 600;
  font-size: 90px;
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: #FDFDFD;
}

.hero-service__text{
  max-width: 1050px;
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #FDFDFD;
}

.service-includes--beton{
  padding: 120px 0 0;
}

.service-includes__title{
  margin: 0 0 50px;
  max-width: 780px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #333333;
}

.service-includes__table{
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.12);
}

.service-includes__row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  align-items: start;
}

.service-includes__col--left,
.service-includes__col--right{
  min-width: 0;
}

.service-includes__head{
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.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__name{
  max-width: 420px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #1D201F;
}

.service-includes__text{
  margin: 0;
  max-width: 540px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #7B7B7B;
}

.beton-services{
  padding-top: 120px;
}

.beton-services__top{
  display: grid;
  grid-template-columns: minmax(0, 55%) minmax(0, 45%);
  gap: 150px;
  align-items: end;
}

.beton-services__title{
  margin: 0;
  max-width: 590px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: #1D201F;
}

.beton-services__desc{
  margin: 0;
  max-width: 470px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #000000;
}

.beton-services__bottom{
  margin-top: 50px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 80px;
  align-items: stretch;
}

.beton-services__image img{
  display: block;
  width: 100%;
  height: 100%;
  min-height: 445px;
  object-fit: cover;
  border-radius: 10px;
}

.beton-services__content{
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.beton-services__subtitle{
  margin: 0 0 30px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1D201F;
}

.beton-services-list{
  width: 100%;
  border-top: 1px solid rgba(29, 32, 31, 0.15);
}

.beton-services-list__row{
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding: 29px 0;
  border-bottom: 1px solid rgba(29, 32, 31, 0.15);
}

.beton-services-list__num{
  flex: 0 0 35px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: rgba(29, 32, 31, 0.2);
}

.beton-services-list__text{
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1D201F;
}

.beton-services-list__text span{
  color: rgba(29, 32, 31, 0.4);
}

.beton-quote{
  padding-top: 120px;
}

.beton-quote__box{
  position: relative;
  padding: 55px 0 0 105px;
}

.beton-quote__icon{
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 82px;
}

.beton-quote__icon img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.beton-quote__text{
  font-family: Inter, Arial, sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #1D201F;
}

.beton-quote__text span{
  color: rgba(29, 32, 31, 0.4);
}

.page-betonnie-raboti .steps{
  padding-top: 120px;
}

@media (max-width: 1280px){
  .hero-service__title{
    font-size: 76px;
  }

  .service-includes__title,
  .beton-services__title{
    font-size: 58px;
  }

  .beton-services__top{
    gap: 90px;
  }
}

@media (max-width: 1100px){
  .beton-services__top{
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}

@media (max-width: 980px){
  .page-betonnie-raboti .hero{
    height: auto;
  }

  .hero--betonnie-raboti{
    min-height: auto;
  }

  .hero--betonnie-raboti .hero__inner{
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .hero-service__title{
    font-size: 58px;
  }

  .hero-service__text{
    font-size: 20px;
    max-width: 100%;
  }

  .service-includes--beton,
  .beton-services,
  .beton-quote,
  .page-betonnie-raboti .steps{
    padding-top: 90px;
  }

  .service-includes__title,
  .beton-services__title{
    font-size: 48px;
    margin-bottom: 36px;
  }

  .service-includes__row,
  .beton-services__top,
  .beton-services__bottom{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .service-includes__text,
  .beton-services__desc{
    max-width: 100%;
  }

  .beton-services__bottom{
    margin-top: 36px;
  }

  .beton-services__image img{
    min-height: 380px;
  }

  .beton-services__subtitle{
    font-size: 28px;
    margin-bottom: 24px;
  }

  .beton-quote__box{
    padding-left: 92px;
  }

  .beton-quote__text{
    font-size: 24px;
  }
}

@media (max-width: 767px){
  .hero--betonnie-raboti .hero__inner{
    padding-top: 132px;
    padding-bottom: 48px;
  }

  .hero-service__title{
    font-size: 42px;
    line-height: 0.98;
    margin-bottom: 18px;
  }

  .hero-service__text{
    font-size: 18px;
    line-height: 1.2;
  }

  .service-includes--beton,
  .beton-services,
  .beton-quote,
  .page-betonnie-raboti .steps{
    padding-top: 60px;
  }

  .service-includes__title,
  .beton-services__title{
    font-size: 40px;
    margin-bottom: 28px;
  }

  .service-includes__row{
    padding: 20px 0;
    gap: 14px;
  }

  .service-includes__head{
    gap: 12px;
  }

  .service-includes__num{
    min-width: 28px;
    font-size: 18px;
  }

  .service-includes__name{
    font-size: 18px;
    line-height: 1.15;
    max-width: 100%;
  }

  .service-includes__text{
    font-size: 16px;
    line-height: 1.2;
  }

  .beton-services__desc{
    font-size: 16px;
    line-height: 1.2;
  }

  .beton-services__bottom{
    margin-top: 28px;
    gap: 20px;
  }

  .beton-services__image img{
    min-height: 250px;
  }

  .beton-services__subtitle{
    font-size: 24px;
    margin-bottom: 20px;
  }

  .beton-services-list__row{
    padding: 22px 0;
  }

  .beton-services-list__num{
    flex-basis: 40px;
    font-size: 16px;
  }

  .beton-services-list__text{
    font-size: 16px;
    line-height: 1.2;
  }

  .beton-quote__box{
    padding: 56px 0 0 0;
  }

  .beton-quote__icon{
    width: 54px;
    height: 60px;
  }

  .beton-quote__text{
    font-size: 20px;
    line-height: 1.25;
  }
}