body {
  background: #0d0e16;
}

html{
  scroll-behavior: smooth;
}

.privacy__title {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 58px;
  line-height: 69%;
  color: #fff;
  margin: 161px 0 100px;
}

.main__block_title {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 58px;
  line-height: 69%;
  color: #fff;
  margin-bottom: 50px;
}

.main__block_text,
.main__block_subtitle,
.list__item {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
}

.list__item {
  list-style-type: disc;
  padding-left: 30px;
}

.main__block {
  margin-bottom: 60px;
}

/* Адаптив */

@media (max-width: 1500px) and (min-width: 440px) {
  .container{
    padding: 0 70px;
  }
}

@media (max-width: 1300px) {
  .footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 105px;
    text-align: center;
  }
}
