.elementor-4239 .elementor-element.elementor-element-6ce3037{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4239 .elementor-element.elementor-element-b236607{margin:-2% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;}.elementor-4239 .elementor-element.elementor-element-df51d34{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b236607 */.elementor-4239 .elementor-element.elementor-element-b236607 {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow: visible !important;
}

.elementor-4239 .elementor-element.elementor-element-b236607 .elementor-widget-container {
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* PRIVACY HERO */

.to-privacy-hero {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  min-height: 620px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "Montserrat", Arial, sans-serif;

  background-color: #f7fbff;
  background-image: url("/wp-content/uploads/2026/06/policy-header.png");
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
}

/* светлый градиент поверх фоновой картинки */
.to-privacy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.995) 0%,
      rgba(255, 255, 255, 0.975) 23%,
      rgba(255, 255, 255, 0.88) 42%,
      rgba(255, 255, 255, 0.38) 63%,
      rgba(255, 255, 255, 0.04) 100%
    );
}

.to-privacy-hero__inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 56px);
  max-width: 1400px;
  min-height: 620px;
  margin: 0 auto;
  padding: 112px 0 72px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}

.to-privacy-hero__content {
  width: 100%;
  max-width: 720px;
  min-width: 0;
}

.to-privacy-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #1266e3;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.to-privacy-hero__kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: #1266e3;
}

.to-privacy-hero h1 {
  max-width: 700px;
  margin: 0 0 24px;
  color: #082653;
  font-size: clamp(40px, 3.45vw, 56px);
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: -0.045em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.to-privacy-hero p {
  max-width: 610px;
  margin: 0;
  color: #334761;
  font-size: 18px;
  line-height: 1.72;
  font-weight: 500;
}

.to-privacy-hero__meta {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(218, 230, 247, 0.92);
  box-shadow: 0 18px 44px rgba(7, 31, 75, 0.09);
  backdrop-filter: blur(10px);
}

.to-privacy-hero__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: #243852;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 750;
}

.to-privacy-hero__meta-icon {
  width: 22px;
  height: 22px;
  color: #1266e3;
  flex: 0 0 auto;
}

.to-privacy-hero__meta-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

/* LARGE SCREENS */

@media (min-width: 1800px) {
  .to-privacy-hero {
    min-height: 680px;
    background-size: auto 100%;
    background-position: right center;
  }

  .to-privacy-hero__inner {
    max-width: 1580px;
    min-height: 680px;
    padding: 126px 0 84px;
  }

  .to-privacy-hero__content {
    max-width: 760px;
  }

  .to-privacy-hero h1 {
    max-width: 760px;
    font-size: clamp(52px, 3.2vw, 68px);
  }

  .to-privacy-hero p {
    max-width: 660px;
    font-size: 19px;
  }
}

/* FULL HD / NORMAL DESKTOP */

@media (max-width: 1799px) {
  .to-privacy-hero {
    min-height: 620px;
    background-size: auto 100%;
    background-position: right center;
  }
}

/* TABLET */

@media (max-width: 1024px) {
  .to-privacy-hero {
    min-height: 560px;
    background-size: auto 100%;
    background-position: 76% center;
  }

  .to-privacy-hero::before {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.99) 0%,
        rgba(255, 255, 255, 0.96) 42%,
        rgba(255, 255, 255, 0.78) 72%,
        rgba(255, 255, 255, 0.34) 100%
      );
  }

  .to-privacy-hero__inner {
    width: calc(100% - 40px);
    min-height: 560px;
    padding: 90px 0 58px;
  }

  .to-privacy-hero__content {
    max-width: 620px;
  }

  .to-privacy-hero h1 {
    font-size: 42px;
  }
}

/* MOBILE */

@media (max-width: 768px) {
  .to-privacy-hero {
    min-height: auto;
    background-size: auto 100%;
    background-position: 82% center;
  }

  .to-privacy-hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.995) 0%,
        rgba(255, 255, 255, 0.965) 48%,
        rgba(255, 255, 255, 0.86) 100%
      );
  }

  .to-privacy-hero__inner {
    width: calc(100% - 28px);
    min-height: auto;
    padding: 70px 0 54px;
  }

  .to-privacy-hero__content {
    max-width: 100%;
  }

  .to-privacy-hero h1 {
    max-width: 100%;
    font-size: 34px;
    line-height: 1.12;
  }

  .to-privacy-hero p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.65;
  }

  .to-privacy-hero__meta {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .to-privacy-hero__meta-item {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee70485 */.elementor-4239 .elementor-element.elementor-element-ee70485 {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: visible !important;
}

.elementor-4239 .elementor-element.elementor-element-ee70485 .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: visible !important;
}

/* POLICY MAIN BLOCK */

.to-policy-block {
  position: relative;
  z-index: 5;
  width: 100%;
  margin: -1px 0 0;
  padding: 0 0 86px;
  font-family: "Montserrat", Arial, sans-serif;
  background:
    linear-gradient(
      180deg,
      #f4f7fb 0%,
      #f4f7fb 100%
    );
  overflow: visible !important;
}

/* мягкая подложка вверх, чтобы скрыть резкий стык с hero */
.to-policy-block::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -58px;
  height: 58px;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(244, 247, 251, 0) 0%,
      rgba(244, 247, 251, 0.34) 44%,
      #f4f7fb 100%
    );
}

.to-policy-block__inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 56px);
  max-width: 1400px;
  margin: -28px auto 0;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  overflow: visible !important;
}

/* SIDEBAR */

.to-policy-sidebar-shell {
  position: relative;
  align-self: start;
  min-width: 0;
}

.to-policy-sidebar {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  align-self: start;
  height: fit-content;

  padding: 28px 28px 26px;
  border-radius: 24px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(246, 249, 255, 0.96) 100%
    );
  border: 1px solid #e6edf7;
  box-shadow: 0 20px 55px rgba(7, 31, 75, 0.08);
  backdrop-filter: blur(10px);
}

.to-policy-sidebar.is-fixed {
  position: fixed !important;
  z-index: 50;
}

.to-policy-sidebar.is-bottom {
  position: absolute !important;
  z-index: 50;
}

.to-policy-sidebar h3 {
  margin: 0 0 20px;
  color: #1266e3;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 850;
}

.to-policy-sidebar__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.to-policy-sidebar__nav li {
  margin: 0;
  padding: 0;
}

.to-policy-sidebar__nav a {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding: 7px 0;
  color: #27364c;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
  text-decoration: none;
  transition: color 0.18s ease;
}

.to-policy-sidebar__nav a:hover {
  color: #1266e3;
}

.to-policy-sidebar__nav span {
  color: #1266e3;
  font-weight: 850;
}

/* CARD */

.to-policy-card {
  padding: 44px 54px 42px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #e7edf6;
  box-shadow: 0 28px 76px rgba(7, 31, 75, 0.105);
  backdrop-filter: blur(10px);
}

.to-policy-section {
  margin: 0 0 36px;
  padding: 0 0 34px;
  border-bottom: 1px solid #e8edf5;
  scroll-margin-top: 110px;
}

.to-policy-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.to-policy-section__head {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin: 0 0 20px;
}

.to-policy-section__num {
  min-width: 52px;
  height: 52px;
  border-radius: 15px;
  background: linear-gradient(135deg, #1266e3 0%, #0052cb 100%);
  box-shadow: 0 15px 32px rgba(18, 102, 227, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -0.02em;
  flex: 0 0 auto;
}

.to-policy-section__head h2 {
  margin: 6px 0 0;
  color: #082653;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.to-policy-card p {
  margin: 0 0 17px;
  color: #42536a;
  font-size: 17px;
  line-height: 1.78;
  font-weight: 500;
}

.to-policy-card p:last-child {
  margin-bottom: 0;
}

.to-policy-card strong {
  color: #10233f;
  font-weight: 850;
}

.to-policy-card a {
  color: #1266e3;
  text-decoration: none;
  font-weight: 750;
}

.to-policy-card a:hover {
  text-decoration: underline;
}

/* CONTACT */

.to-policy-contact {
  margin-top: 16px;
}

.to-policy-contact__name {
  margin-bottom: 14px;
  color: #10233f;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 850;
}

.to-policy-contact__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  color: #42536a;
  font-size: 16px;
  line-height: 1.55;
}

.to-policy-contact__item:last-child {
  margin-bottom: 0;
}

.to-policy-contact__item svg {
  width: 21px;
  height: 21px;
  margin-top: 2px;
  color: #1266e3;
  flex: 0 0 auto;
}

/* LISTS */

.to-policy-list {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.to-policy-list li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 20px;
  color: #42536a;
  font-size: 16px;
  line-height: 1.66;
  font-weight: 500;
}

.to-policy-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1266e3;
  box-shadow: 0 0 0 4px rgba(18, 102, 227, 0.08);
}

.to-policy-list--cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 42px;
}

/* NOTE */

.to-policy-note {
  margin-top: 22px;
  padding: 20px 22px;
  border-radius: 18px;
  background: linear-gradient(180deg, #eef5ff 0%, #f6f9ff 100%);
  border: 1px solid #dbe8fb;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
}

.to-policy-note__icon {
  color: #1266e3;
}

.to-policy-note__icon svg {
  width: 25px;
  height: 25px;
  display: block;
}

.to-policy-note p {
  margin: 0;
  color: #36516e;
  font-size: 15px;
  line-height: 1.65;
}

/* MORE TEXT */

.to-policy-more {
  display: none;
}

.to-policy-more.is-open {
  display: block;
}

.to-policy-card__actions {
  text-align: center;
  padding-top: 6px;
}

.to-policy-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 30px;
  border-radius: 16px;
  border: 1px solid #b9d2ff;
  background: #ffffff;
  color: #1266e3;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
}

.to-policy-toggle:hover {
  background: #f4f8ff;
  border-color: #8fb7ff;
  transform: translateY(-1px);
}

.to-policy-toggle svg {
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
}

.to-policy-toggle.is-open svg {
  transform: rotate(180deg);
}

/* PHONE: 0–767 */

@media (max-width: 767px) {
  .to-policy-block {
    padding: 0 0 46px;
  }

  .to-policy-block::before {
    top: -42px;
    height: 42px;
  }

  .to-policy-block__inner {
    width: calc(100% - 28px);
    max-width: none;
    margin: -14px auto 0;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .to-policy-sidebar {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    width: auto !important;
    padding: 22px 20px;
    border-radius: 20px;
  }

  .to-policy-sidebar h3 {
    font-size: 17px;
  }

  .to-policy-sidebar__nav {
    columns: 1;
  }

  .to-policy-sidebar__nav a {
    font-size: 12px;
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .to-policy-card {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .to-policy-section {
    margin-bottom: 26px;
    padding-bottom: 24px;
    scroll-margin-top: 80px;
  }

  .to-policy-section__head {
    gap: 12px;
    margin-bottom: 16px;
  }

  .to-policy-section__num {
    min-width: 42px;
    height: 42px;
    font-size: 17px;
    border-radius: 12px;
  }

  .to-policy-section__head h2 {
    margin-top: 4px;
    font-size: 20px;
  }

  .to-policy-card p,
  .to-policy-contact__item,
  .to-policy-list li {
    font-size: 15px;
    line-height: 1.65;
  }

  .to-policy-list--cols {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .to-policy-note {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .to-policy-note p {
    font-size: 14px;
  }

  .to-policy-toggle {
    width: 100%;
    padding: 0 18px;
    font-size: 13px;
  }
}

/* TABLET: 768–1024 */

@media (min-width: 768px) and (max-width: 1024px) {
  .to-policy-block {
    padding: 0 0 64px;
  }

  .to-policy-block__inner {
    width: calc(100% - 40px);
    max-width: none;
    margin: -24px auto 0;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .to-policy-sidebar {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    width: auto !important;
  }

  .to-policy-sidebar__nav {
    columns: 2;
    column-gap: 28px;
  }

  .to-policy-sidebar__nav li {
    break-inside: avoid;
  }

  .to-policy-card {
    padding: 34px 30px;
  }

  .to-policy-section__head h2 {
    font-size: 24px;
  }

  .to-policy-card p {
    font-size: 16px;
  }

  .to-policy-list--cols {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* HD / FULL HD: 1025–2199 */

@media (min-width: 1025px) and (max-width: 2199px) {
  .to-policy-block__inner {
    width: calc(100% - 56px);
    max-width: 1600px;
    margin: -28px auto 0;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 34px;
  }

  .to-policy-card {
    padding: 44px 54px 42px;
  }
}

/* 2K / QHD: 2200–3199 */

@media (min-width: 2200px) and (max-width: 3199px) {
  .to-policy-block__inner {
    width: calc(100% - 96px);
    max-width: 1600px;
    margin: -20px auto 0;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 64px;
  }

  .to-policy-card {
    padding: 50px 64px 48px;
  }

  .to-policy-section__head h2 {
    font-size: 30px;
  }

  .to-policy-card p {
    font-size: 17px;
    line-height: 1.8;
  }
}

/* 4K: 3200+ */

@media (min-width: 3200px) {
  .to-policy-block__inner {
    width: calc(100% - 140px);
    max-width: 1980px;
    margin: -32px auto 0;
    grid-template-columns: 350px minmax(0, 1fr);
    gap: 52px;
  }

  .to-policy-card {
    padding: 58px 76px 56px;
  }

  .to-policy-section__head h2 {
    font-size: 31px;
  }

  .to-policy-card p {
    font-size: 17px;
    line-height: 1.82;
  }
}/* End custom CSS */