@font-face {
  font-family: 'Manrope';
  src: url('../fonts/gilroy/gilroy-regular.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
.stpnn-cookie[hidden],
.stpnn-cookie__details[hidden],
.stpnn-cookie__button[hidden],
.stpnn-cookie__close[hidden] {
  display: none !important;
}

body.stpnn-cookie-open {
  overflow: hidden;
}

.stpnn-cookie {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
  font-family: Gilroy, Arial, sans-serif;
}

.stpnn-cookie__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 24, 35, 0.46);
}

.stpnn-cookie__panel {
  position: relative;
  width: min(720px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 28px;
  border-radius: 20px;
  background: #fff;
  color: #182435;
  box-shadow: 0 20px 70px rgba(12, 31, 52, 0.28);
}

.stpnn-cookie__panel h2 {
  margin: 0 42px 12px 0;
  font-size: 27px;
  line-height: 1.2;
}

.stpnn-cookie__panel p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.5;
}

.stpnn-cookie__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #eef2f6;
  color: #182435;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.stpnn-cookie__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.stpnn-cookie__links a,
.stpnn-cookie-settings-link {
  color: #174f89;
  text-decoration: underline;
}

.stpnn-cookie__details {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.stpnn-cookie__choice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border: 1px solid #dce3ea;
  border-radius: 12px;
  cursor: pointer;
}

.stpnn-cookie__choice input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: #f58220;
}

.stpnn-cookie__choice span {
  display: grid;
  gap: 3px;
}

.stpnn-cookie__choice strong {
  font-size: 16px;
}

.stpnn-cookie__choice small {
  color: #5c6875;
  font-size: 14px;
  line-height: 1.35;
}

.stpnn-cookie__choice--fixed {
  background: #f6f8fa;
  cursor: default;
}

.stpnn-cookie__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.stpnn-cookie__button {
  min-height: 48px;
  padding: 11px 15px;
  border: 1px solid #174f89;
  border-radius: 12px;
  background: #fff;
  color: #174f89;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.stpnn-cookie__button--primary {
  border-color: #f58220;
  background: #f58220;
  color: #fff;
}

.stpnn-cookie-settings-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin: 16px 0 0 50px;
  padding: 9px 16px;
  border: 1px solid rgba(92, 178, 238, 0.65);
  border-radius: 8px;
  background: rgba(35, 91, 137, 0.18);
  color: #69b6ed;
  font: 600 14px/1.2 Gilroy, Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.stpnn-cookie-settings-link:hover,
.stpnn-cookie-settings-link:focus-visible {
  border-color: #69b6ed;
  background: rgba(35, 91, 137, 0.35);
  color: #fff;
}

@media (max-width: 767px) {
  .stpnn-cookie-settings-link {
    margin-left: 50px;
    padding: 9px 14px;
  }
}

.stpnn-external-placeholder {
  display: grid;
  place-items: center;
  min-height: 90px;
  padding: 16px;
  border: 1px dashed #aeb8c3;
  border-radius: 12px;
  background: #f6f8fa;
  color: #354150;
  text-align: center;
}

.stpnn-external-placeholder p {
  margin: 0 0 10px;
}

.stpnn-external-placeholder button {
  padding: 9px 14px;
  border: 0;
  border-radius: 9px;
  background: #174f89;
  color: #fff;
  cursor: pointer;
}

.stpnn-form-consent {
  margin: 14px 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}

.stpnn-form-consent .wpcf7-list-item {
  margin: 0;
}

.stpnn-form-consent a {
  color: inherit;
  text-decoration: underline;
}

.stpnn-form-consent input[type='checkbox'] {
  width: 18px;
  height: 18px;
  margin: 1px 8px 0 0;
  vertical-align: top;
  accent-color: #f58220;
}

@media (max-width: 680px) {
  .stpnn-cookie {
    padding: 10px;
  }

  .stpnn-cookie__panel {
    max-height: calc(100vh - 20px);
    padding: 22px 18px;
    border-radius: 16px;
  }

  .stpnn-cookie__panel h2 {
    font-size: 23px;
  }

  .stpnn-cookie__actions {
    grid-template-columns: 1fr;
  }
}
.modal .stpnn-form-consent {
  padding: 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  color: #283442;
}
.stpnn-legal-document {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 0 64px;
  color: #2f3843;
  font-size: 17px;
  line-height: 1.65;
}

.stpnn-legal-document > :first-child {
  margin-top: 0;
}

.stpnn-legal-document h2 {
  margin: 42px 0 18px;
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.2;
}

.stpnn-legal-document h3 {
  margin: 30px 0 14px;
  font-size: clamp(21px, 1.7vw, 27px);
  line-height: 1.3;
}

.stpnn-legal-document p,
.stpnn-legal-document ul,
.stpnn-legal-document ol {
  margin: 0 0 18px;
}

.stpnn-legal-document li + li {
  margin-top: 8px;
}

.stpnn-legal-document a {
  color: #1765a7;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.stpnn-legal-table {
  width: 100%;
  margin: 22px 0 30px;
  overflow-x: auto;
  border: 1px solid #d9e1e8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 22px rgba(30, 52, 72, 0.06);
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}

.stpnn-legal-table table {
  width: 100%;
  min-width: 760px;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: auto;
}

.stpnn-legal-table--details table {
  min-width: 620px;
}

.stpnn-legal-table th,
.stpnn-legal-table td {
  padding: 14px 16px;
  border: 0;
  border-right: 1px solid #e4e9ee;
  border-bottom: 1px solid #e4e9ee;
  vertical-align: top;
  text-align: left;
  line-height: 1.48;
}

.stpnn-legal-table th {
  background: #f3f6f8;
  color: #24384b;
  font-weight: 600;
}

.stpnn-legal-table tbody tr:nth-child(even) td {
  background: #fafbfd;
}

.stpnn-legal-table tr > :last-child {
  border-right: 0;
}

.stpnn-legal-table tr:last-child > * {
  border-bottom: 0;
}

.stpnn-legal-table code {
  padding: 2px 5px;
  border-radius: 4px;
  background: #edf3f8;
  color: #24384b;
  font-size: 0.94em;
  white-space: nowrap;
}

.stpnn-requisites .stpnn-legal-table th[scope='row'] {
  width: 32%;
  min-width: 210px;
}

@media (max-width: 680px) {
  .stpnn-legal-document {
    padding: 18px 0 44px;
    font-size: 16px;
    line-height: 1.58;
  }

  .stpnn-legal-document h2 {
    margin: 32px 0 14px;
    font-size: 27px;
  }

  .stpnn-legal-document h3 {
    margin: 24px 0 12px;
    font-size: 21px;
  }

  .stpnn-legal-document p,
  .stpnn-legal-document ul,
  .stpnn-legal-document ol {
    margin-bottom: 15px;
  }

  .stpnn-legal-table {
    margin: 18px 0 24px;
    border-radius: 10px;
  }

  .stpnn-legal-table table,
  .stpnn-legal-table--details table {
    min-width: 680px;
    font-size: 14px;
  }

  .stpnn-legal-table th,
  .stpnn-legal-table td {
    padding: 12px 13px;
  }
}