@font-face {
  font-family: ALSStory;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../assets/fonts/ALS Story Regular.otf") format("opentype");
}

@font-face {
  font-family: ALSStory;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../assets/fonts/ALS Story Bold.otf") format("opentype");
}

.page-policy {
  width: 100%;
  background: #fff;
}

.page-policy__header {
  position: relative;
  z-index: 100;
  margin-bottom: 60px;
  font-family: ALSStory, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.page-policy__header .header-link,
.page-policy__header .header-how,
.page-policy__header .header-btn,
.page-policy__header .header__menu,
.page-policy__header .header__menu-demo-btn {
  font-family: inherit;
  font-weight: 400;
}

.page-policy__header .header-btn {
  padding: 11px 31px;
  line-height: 24px;
}

.page-policy__header .site-header {
  background: #fff;
}

.page-policy__header .site-header__blur {
  display: none;
}

.page-policy__header .header-link,
.page-policy__header .header__menu-btn-chevron,
.page-policy__header .header-how {
  color: #000;
}

.page-policy__header .header-link:hover,
.page-policy__header .header-link:hover .header__menu-btn-chevron,
.page-policy__header .header-how:hover {
  color: #e20c4a;
}

.page-policy__header .header-logo img,
.page-policy__header .header-cart img {
  filter: brightness(0);
}

.page-policy__header .header-btn--outline {
  border-color: rgba(0, 0, 0, 0.35);
  color: #000;
  background: #fff;
}

.page-policy__header .header-btn--outline:hover {
  border-color: #e20c4a;
  color: #e20c4a;
}

.page-policy__header .header-btn--solid {
  background: #bd995b;
  border-color: #bd995b;
  color: #fff;
}

.page-policy__header .header-btn--solid:hover {
  background: #e20c4a;
  border-color: #e20c4a;
}

.page-policy__header .header-burger .hamburger-inner,
.page-policy__header .header-burger .hamburger-inner::before,
.page-policy__header .header-burger .hamburger-inner::after {
  background-color: #000;
}

.page-policy__body {
  font-family: ALSStory, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}

.work-cont {
  max-width: 1440px;
  padding: 0 70px;
  margin: 0 auto;
}

.page-intro {
  max-width: 967px;
  margin-bottom: 60px;
}

.page-intro h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  margin: 0 0 30px;
}

.toc ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.toc a {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #bd995b;
  text-decoration: none;
  border-bottom: 1px solid rgba(138, 124, 93, 0.3);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.toc a:hover {
  color: #e20c4a;
  border-bottom-color: rgba(226, 12, 74, 0.3);
}

.container {
  max-width: 967px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.content-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.content-section h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

.theses {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.thesis h4,
.thesis .thesis-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.thesis p {
  font-size: 16px;
  line-height: 24px;
}

.thesis ul {
  padding: 0 0 0 24px;
  list-style: disc;
}

.thesis li {
  font-size: 16px;
  line-height: 24px;
}

.thesis a {
  color: #bd995b;
  text-decoration: none;
  border-bottom: 1px solid rgba(138, 124, 93, 0.3);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.thesis a:hover {
  color: #e20c4a;
  border-bottom-color: rgba(226, 12, 74, 0.3);
}

.thesis p a[href^="tel:"] {
  color: #000;
  border-bottom: none;
}

.thesis p a[href^="tel:"]:hover {
  color: #e20c4a;
}

.table-cont {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-cont table {
  width: 100%;
  min-width: 335px;
  border-collapse: collapse;
}

.table-cont td {
  border: 1px solid #ddd;
  padding: 12px 28px;
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.table-cont td:first-child {
  width: 67.3%;
}

.table-cont td:last-child {
  padding-left: 42px;
  padding-right: 42px;
}

.actual-date {
  max-width: 967px;
  font-size: 16px;
  line-height: 24px;
  margin: 60px 0 0;
}

.page-policy .footer {
  margin-top: 60px;
  font-family: ALSStory, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.page-policy .footer .footer__text span {
  font-family: inherit;
  font-weight: 700;
}

.page-policy .footer .footer__bottom-btn {
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  min-height: 50px;
  padding: 12px 30px;
  border-radius: 9999px;
}

.page-policy .footer .footer__bottom-btn--demo {
  border-color: #aeaeae;
}

@media (max-width: 768px) {
  .work-cont {
    padding: 0 20px;
  }

  .page-intro h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .content-section h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .table-cont table {
    width: auto;
    min-width: 0;
    table-layout: auto;
  }

  .table-cont td {
    padding: 12px;
  }

  .table-cont td:first-child {
    width: auto;
  }

  .table-cont td:last-child {
    width: 135px;
    min-width: 135px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
