/* Основное содержимое */
.privacy-container {
  width: 100%;
  /* margin: 20px auto;
  box-sizing: border-box;
  margin-top: 50px; */
  color: #000000;
  text-align: left;
}

.privacy-h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 30px;
}

.privacy-h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.privacy-p {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.privacy-li {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.privacy-ul {
  margin-bottom: 15px;
  padding-left: 20px;
}

.privacy-ul li {
  margin-bottom: 10px;
}

.privacy-a {
  color: #2b68a4;
  text-decoration: none;
}

.privacy-a:hover {
  text-decoration: underline;
}

/* Адаптация для планшетов */
@media (min-width: 769px) and (max-width: 1024px) {
  .privacy-container {
    /* max-width: 852px; */
    width: 100%;
  }

  .privacy-h1 {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .privacy-h2 {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .privacy-p,
  .privacy-li {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
  .privacy-container {
    width: 100%;
    margin-top: 20px;
    padding-inline: 1rem;
  }

  .privacy-h1 {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .privacy-h2 {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 12px;
  }

  .privacy-p,
  .privacy-li {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.4;
  }
}

/* Основное содержимое */
.agreement-container {
  width: 100%;
  color: #000000;
  text-align: left;
}

.agreement-h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 30px;
}

.agreement-h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.agreement-p {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.agreement-li {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.agreement-ul {
  margin-bottom: 15px;
  padding-left: 20px;
}

.agreement-ul li {
  margin-bottom: 10px;
}

.agreement-a {
  color: #2b68a4;
  text-decoration: none;
}

.agreement-a:hover {
  text-decoration: underline;
}

/* Адаптация для планшетов */
@media (min-width: 769px) and (max-width: 1024px) {
  .agreement-container {
    /* max-width: 852px; */
    width: 100%;
  }

  .agreement-h1 {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .agreement-h2 {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .agreement-p,
  .agreement-li {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
  .agreement-container {
    width: 100%;
    margin-top: 20px;
    padding-inline: 1rem;
  }

  .agreement-h1 {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .agreement-h2 {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 12px;
  }

  .agreement-p,
  .agreement-li {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.4;
  }
}