@charset "UTF-8";
.privacy {
  padding: 0 0 124px;
  /* Карточки с всплывающим окном (start) */
  /* Карточки с всплывающим окном (end) */
}
.privacy .breadcrumbs {
  background: transparent;
}
.privacy .si-content h1 {
  font-size: 64px;
  font-weight: 500;
  line-height: 76.8px;
  padding: 29px 0 60px 0;
}
.privacy .si-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  padding-bottom: 16px;
}
.privacy .si-content h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  padding: 24px 0 10px 0;
}
.privacy .si-content ul {
  padding-left: 1.6rem;
}
.privacy .si-content li {
  font-size: 16px;
}
.privacy .cart {
  position: relative;
  line-height: 150%;
  margin-bottom: 20px;
}
.privacy .cart .contacts {
  border: 1px solid #d4d8db;
  min-height: 234px;
}
.privacy .cart p {
  text-align: center;
}
.privacy .cart h3 {
  text-align: center;
}
.privacy .cart h4 {
  text-transform: uppercase;
  color: #fff;
  padding: 16px 0;
  font-size: 12px;
  margin-bottom: 0;
  background: #00a5ff url("/themes/2024/assets/shared/si-content/arrow-close-icon.svg") no-repeat;
  background-position-x: calc(50% + 85px);
  background-position-y: 16px;
  cursor: pointer;
  text-align: center;
}
.privacy .cart ul {
  display: none;
  background: #3b3c40;
  color: #fff;
  position: absolute;
  padding: 30px 15px 10px 15px;
  z-index: 12;
}
.privacy .cart li {
  line-height: normal;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
}
.privacy .cart li:before {
  position: absolute;
  left: 13px;
  top: 0px;
  content: "•";
  color: orange;
  background: transparent;
  z-index: 100;
}
.privacy .support-types {
  margin-bottom: 10px;
}
.privacy .support-types h4.opened ~ ul {
  display: block;
}
.privacy .cookie-policy p {
  padding: 0;
}
.privacy .cookie-policy__header {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding: 0;
}
.privacy .cookie-policy__table {
  width: 100%;
}
.privacy .cookie-policy__row {
  display: flex;
  flex: 100%;
}
.privacy .cookie-policy__cell {
  flex: 33%;
  border: 1px solid #C2C2C2;
  display: flex;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap;
  margin: -1px 0 0 -1px;
  word-break: break-word;
}

/**********************************************************************************************************************/
/******************************                 Адаптивная верстка                      *******************************/
/**********************************************************************************************************************/
/****************************************   Для экранов меньше 992px   ************************************************/
@media (max-width: 991.98px) {
  .privacy {
    padding: 0 0 84px;
  }
  .privacy .breadcrumbs {
    display: none;
  }
  .privacy .si-content h1 {
    padding: 29px 0 30px 0;
  }
  .privacy .si-content h4 {
    padding: 14px 0 10px 0;
  }

  /* Учебный центр (start) */
  .privacy .sidebar {
    display: none;
  }

  /* Учебный центр (end) */
}
/****************************************   Для экранов меньше 768px   ************************************************/
@media (max-width: 767.98px) {
  /* Учебный центр (start) */
  .privacy {
    padding: 0 0 44px;
  }
  .privacy__title {
    font-size: 24px;
    line-height: 29px;
    margin: 8px 0 20px 0;
  }
  .privacy__text {
    font-size: 16px;
    line-height: 22px;
  }
  .privacy__container {
    margin: 0 0 50px;
  }
  .privacy__achievements {
    grid-template-columns: 1fr;
  }
  .privacy__achievement-text {
    color: #8490A4;
  }

  /* Учебный центр (end) */
}
/****************************************   Для экранов меньше 480px   ************************************************/
@media (max-width: 575.98px) {
  .privacy .si-content h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 76.8px;
    padding: 20px 0 30px 0;
  }
  .privacy .si-content p {
    font-size: 13px;
    font-weight: 400;
    line-height: 22.4px;
    padding-bottom: 16px;
  }
  .privacy .si-content li {
    font-size: 13px;
  }
  .privacy .cookie-policy p {
    padding: 0 !important;
  }
  .privacy .cookie-policy__cell {
    padding: 10px;
  }
}

/*# sourceMappingURL=privacy.css.map */
