.hero {
    height: 650px;
}
.hero--asfaltirovanie-dorog{
  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/asvalt_hero.jpg') center center / cover no-repeat;
}

.hero::before{
  background: rgba(0, 0, 0, 0.0);
}

.hero--asfaltirovanie-dorog .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: 1170px;
}

.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: 1170px;
  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--asfalt{
  padding: 120px 0 0;
}

.service-includes__title{
  margin: 0 0 50px;
  max-width: 840px;
  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, 1.25fr) minmax(320px, 1.3fr);
  gap: 40px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  align-items: start;
}

.service-includes__col--left{
  max-width: 455px;
}

.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{
  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: 655px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #7B7B7B;
}

.page-asfaltirovanie-dorog .steps{
  padding-top: 120px;
}

@media (max-width: 1280px){
  .hero-service__title{
    font-size: 76px;
  }

  .service-includes__title{
    font-size: 58px;
  }
}

@media (max-width: 980px){
  .hero--asfaltirovanie-dorog{
    min-height: auto;
  }

  .hero--asfaltirovanie-dorog .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--asfalt{
    padding-top: 90px;
  }

  .service-includes__title{
    font-size: 48px;
    margin-bottom: 36px;
  }

  .service-includes__row{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-includes__col--left{
    max-width: 100%;
  }

  .service-includes__text{
    max-width: 100%;
  }

  .page-asfaltirovanie-dorog .steps{
    padding-top: 90px;
  }
}

@media (max-width: 767px){
  .hero--asfaltirovanie-dorog .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--asfalt{
    padding-top: 60px;
  }

  .service-includes__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;
  }

  .service-includes__text{
    font-size: 16px;
    line-height: 1.2;
  }

  .page-asfaltirovanie-dorog .steps{
    padding-top: 60px;
  }
}