@charset "UTF-8";
.PrivacyContainer {
  margin: 48px auto;
  padding: 40px 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 90%;
  /* Планшеты (768px–1024px) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .PrivacyContainer {
    padding: 30px 15px;
  }
}
.PrivacyContainer {
  /* Мобильные (<768px) */
}
@media only screen and (max-width: 767px) {
  .PrivacyContainer {
    max-width: 100%;
    padding: 20px 14px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 390px) {
  .PrivacyContainer {
    padding: 15px 12px;
  }
}

.PrivacyTopBar {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .PrivacyTopBar {
    margin-bottom: 18px;
  }
}

.PrivacyHomeButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0d9488, #14b8a6);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(13, 148, 136, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.PrivacyHomeButton:hover, .PrivacyHomeButton:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(13, 148, 136, 0.28);
}
@media only screen and (max-width: 767px) {
  .PrivacyHomeButton {
    min-height: 38px;
    padding: 0 16px;
    font-size: 14px;
  }
}

.PrivacyTitle {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 16px;
  text-align: center;
  /* Планшеты (768px–1024px) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .PrivacyTitle {
    font-size: 28px;
  }
}
.PrivacyTitle {
  /* Мобильные (<768px) */
}
@media only screen and (max-width: 767px) {
  .PrivacyTitle {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 390px) {
  .PrivacyTitle {
    font-size: 20px;
  }
}

.PrivacySubtitle {
  font-size: 18px;
  color: #4b5563;
  text-align: center;
  margin-bottom: 32px;
  /* Планшеты (768px–1024px) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .PrivacySubtitle {
    font-size: 16px;
  }
}
.PrivacySubtitle {
  /* Мобильные (<768px) */
}
@media only screen and (max-width: 767px) {
  .PrivacySubtitle {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 390px) {
  .PrivacySubtitle {
    font-size: 14px;
  }
}

.PrivacySections {
  display: flex;
  flex-direction: column;
}

.PrivacySection {
  margin-bottom: 24px;
  /* Мобильные (<768px) */
}
@media only screen and (max-width: 767px) {
  .PrivacySection {
    margin-bottom: 16px;
  }
}

.PrivacySectionTitle {
  font-size: 24px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 12px;
  /* Планшеты (768px–1024px) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .PrivacySectionTitle {
    font-size: 22px;
  }
}
.PrivacySectionTitle {
  /* Мобильные (<768px) */
}
@media only screen and (max-width: 767px) {
  .PrivacySectionTitle {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 390px) {
  .PrivacySectionTitle {
    font-size: 18px;
  }
}

.PrivacyText {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 12px;
  /* Планшеты (768px–1024px) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .PrivacyText {
    font-size: 15px;
  }
}
.PrivacyText {
  /* Мобильные (<768px) */
}
@media only screen and (max-width: 767px) {
  .PrivacyText {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 390px) {
  .PrivacyText {
    font-size: 13px;
  }
}

.PrivacyList {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 12px;
  /* Мобильные (<768px) */
}
@media only screen and (max-width: 767px) {
  .PrivacyList {
    padding-left: 16px;
    margin-bottom: 8px;
  }
}

.PrivacyListItem {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.6;
  /* Планшеты (768px–1024px) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .PrivacyListItem {
    font-size: 15px;
  }
}
.PrivacyListItem {
  /* Мобильные (<768px) */
}
@media only screen and (max-width: 767px) {
  .PrivacyListItem {
    font-size: 14px;
  }
}
@media only screen and (max-width: 390px) {
  .PrivacyListItem {
    font-size: 13px;
  }
}

.PrivacyLink {
  color: #0d9488;
  text-decoration: none;
}
.PrivacyLink:hover {
  text-decoration: underline;
}