html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
}

.body_fixed {
  overflow: hidden;
}

h1,
h2,
h3,
a,
p,
div {
  letter-spacing: -0.03em;
}

.container {
  max-width: 1180px;
  padding: 0 15px;
  margin: 0 auto;
}

.section-header {
  margin-top: 32px;
  margin-bottom: 70px;
}

section {
  margin-bottom: 150px;
}

h1 {
  font-size: 60px;
  line-height: 61px;
}

h2 {
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  color: #121212;
}

h3 {
  font-size: 30px;
  line-height: 41px;
}

.section-services {
  padding-top: 152px;
  padding-bottom: 150px;
  margin-bottom: 150px;
  background-color: #121212;
}

.section-reviews {
  margin-bottom: 74px;
}

.section-footer {
  padding-top: 61px;
  padding-bottom: 30px;
  background-color: #121212;
}

@media (max-width: 1199px) {
  .container {
    width: 100%;
    padding: 0 15px;
    margin: 0;
  }

  .section-header {
    margin-bottom: 75px;
  }

  section {
    margin-bottom: 120px;
  }

  h3 {
    font-size: 25px;
    line-height: 34px;
  }

  .section-projects {
    margin-bottom: 102px;
  }

  .section-services {
    padding-bottom: 120px;
    margin-bottom: 117px;
  }

  .section-reviews {
    margin-bottom: 40px;
  }

  .section-contacts {
    margin-bottom: 81px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 12px 0 13px;
    margin: 0;
  }

  .section-header {
    margin-bottom: 60px;
  }

  section {
    margin-bottom: 80px;
  }

  .section-projects {
    margin-bottom: 144px;
  }

  h2 {
    font-size: 14px;
    line-height: 19px;
  }

  h3 {
    font-size: 18px;
    line-height: 25px;
  }

  .section-services {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }

  .section-reviews {
    margin-bottom: 23px;
  }

  .section-footer {
    padding-top: 30px;
    padding-bottom: 26px;
  }
}
