

/* Start:/local/cvetirima/legal-pages-v1.css?178686290916236*/
.cvr-preview-page,
.cvr-preview-page * {
  box-sizing: border-box;
}

.cvr-preview-page {
  margin: 0;
  min-width: 320px;
  color: #26272a;
  background: #f7f9f8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.cvr-preview-page img,
.cvr-legal-root img {
  display: block;
  max-width: 100%;
}

.cvr-preview-page a,
.cvr-legal-root a {
  color: inherit;
  text-decoration: none;
}

.cvr-site-header {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #eceeed;
  background: #fff;
  box-shadow: 0 2px 11px rgba(30, 55, 42, 0.05);
}

.cvr-site-header__inner {
  display: grid;
  grid-template-columns: minmax(180px, 220px) 155px minmax(260px, 1fr) auto;
  gap: 24px;
  align-items: center;
  width: min(1420px, calc(100% - 48px));
  min-height: 82px;
  margin: 0 auto;
}

.cvr-brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #c94764 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.cvr-brand__mark {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50% 50% 48% 52%;
  color: #fff;
  background: linear-gradient(145deg, #f6bcc9, #cc4966);
  font-family: Arial, sans-serif;
  font-size: 29px;
  font-style: normal;
  transform: rotate(-7deg);
}

.cvr-catalog,
.cvr-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid #319c62;
  border-radius: 8px;
  color: #fff !important;
  background: #319c62;
  box-shadow: 0 8px 18px rgba(49, 156, 98, 0.17);
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease;
}

.cvr-catalog:hover,
.cvr-button:hover {
  background: #278853;
  transform: translateY(-1px);
}

.cvr-search {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border: 1px solid #e4e6e5;
  border-radius: 3px;
  color: #a1a4a2;
  background: #fafafa;
}

.cvr-search span {
  color: #222;
  font-size: 24px;
}

.cvr-top-actions {
  display: flex;
  gap: 24px;
  font-size: 14px;
}

.cvr-top-actions a {
  padding: 9px 0;
}

.cvr-site-nav {
  display: flex;
  gap: clamp(18px, 3vw, 46px);
  align-items: center;
  width: min(1420px, calc(100% - 48px));
  min-height: 48px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  background: #fff;
  font-size: 15px;
}

.cvr-page-wrap {
  min-height: 620px;
}

.cvr-legal-root,
.cvr-legal-root * {
  box-sizing: border-box;
}

.cvr-legal-root {
  --cvr-green: #319c62;
  --cvr-green-dark: #247e4d;
  --cvr-pink: #c94764;
  --cvr-ink: #26272a;
  --cvr-muted: #707571;
  --cvr-line: #e2e6e3;
  --cvr-card-shadow: 0 13px 34px rgba(35, 63, 48, 0.075);
  width: 100%;
  margin: 0;
  padding: 0 0 70px;
  color: var(--cvr-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

.cvr-breadcrumbs {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  min-height: 36px;
  margin-bottom: 24px;
  color: #89908b;
  font-size: 13px;
}

.cvr-breadcrumbs a:hover {
  color: var(--cvr-green);
}

.cvr-layout {
  display: block;
}

.cvr-side {
  display: none;
  position: sticky;
  top: 18px;
  padding: 22px 20px;
  border: 1px solid var(--cvr-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(35, 63, 48, 0.05);
}

.cvr-side__title {
  display: block;
  margin-bottom: 14px;
  color: var(--cvr-ink) !important;
  font-size: 19px;
  font-weight: 700;
}

.cvr-side nav {
  display: grid;
  gap: 3px;
}

.cvr-side nav a {
  position: relative;
  display: block;
  padding: 9px 11px;
  border-radius: 8px;
  color: #4f5551;
  font-size: 14px;
  line-height: 1.35;
}

.cvr-side nav a:hover,
.cvr-side nav a[aria-current="page"] {
  color: var(--cvr-green-dark);
  background: #edf8f1;
}

.cvr-side nav a[aria-current="page"]::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 3px;
  border-radius: 2px;
  background: var(--cvr-green);
  content: "";
}

.cvr-content {
  min-width: 0;
}

.cvr-hub-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  min-height: 368px;
  padding: clamp(34px, 5vw, 68px);
  overflow: hidden;
  border: 1px solid #e4e8e5;
  border-radius: 26px;
  background: linear-gradient(125deg, #fff 0%, #fff8fa 46%, #eef8f2 100%);
  box-shadow: var(--cvr-card-shadow);
}

.cvr-hub-hero::after {
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  content: "";
}

.cvr-hub-hero--help {
  background: linear-gradient(125deg, #fff 0%, #f3fbf6 54%, #fff4f7 100%);
}

.cvr-hub-hero__copy,
.cvr-hub-hero__visual {
  position: relative;
  z-index: 1;
}

.cvr-hub-hero__copy > h2,
.cvr-doc > h2:first-child {
  margin: 7px 0 19px;
  color: var(--cvr-ink);
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.cvr-hub-hero__copy > p:not(.cvr-eyebrow) {
  max-width: 690px;
  margin: 0;
  color: #5f6561;
  font-size: 17px;
}

.cvr-hub-hero__visual img {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 19px 40px rgba(99, 47, 61, 0.12);
}

.cvr-eyebrow {
  margin: 0;
  color: var(--cvr-green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cvr-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 27px;
}

.cvr-chips span {
  padding: 7px 12px;
  border: 1px solid rgba(49, 156, 98, 0.23);
  border-radius: 999px;
  color: #3f6d51;
  background: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.cvr-hub-section,
.cvr-faq {
  margin-top: 56px;
}

.cvr-section-heading {
  max-width: 760px;
  margin-bottom: 25px;
}

.cvr-section-heading h2,
.cvr-contact-strip h2 {
  margin: 6px 0 8px;
  color: var(--cvr-ink);
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.18;
}

.cvr-section-heading > p:not(.cvr-eyebrow),
.cvr-contact-strip p {
  margin: 0;
  color: var(--cvr-muted);
}

.cvr-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cvr-card {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 17px;
  align-items: center;
  min-height: 158px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(59, 68, 62, 0.08);
  border-radius: 18px;
  box-shadow: var(--cvr-card-shadow);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.cvr-card:hover {
  box-shadow: 0 18px 38px rgba(35, 63, 48, 0.13);
  transform: translateY(-3px);
}

.cvr-card--pink { background: #fff0f4; }
.cvr-card--green { background: #eef9f2; }
.cvr-card--cream { background: #fff8e8; }
.cvr-card--lilac { background: #f6f0ff; }
.cvr-card--blue { background: #edf7fc; }
.cvr-card--peach { background: #fff1ea; }

.cvr-card__icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 15px;
  color: var(--cvr-green-dark);
  background: rgba(255, 255, 255, 0.77);
}

.cvr-card__icon svg {
  width: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.cvr-card__copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.cvr-card__copy strong,
.cvr-help-card strong {
  color: #2a2d2b;
  font-size: 17px;
  line-height: 1.27;
}

.cvr-card__copy small {
  color: #707571;
  font-size: 13px;
  line-height: 1.4;
}

.cvr-card__arrow {
  align-self: start;
  color: var(--cvr-green);
  font-size: 24px;
}

.cvr-help-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.cvr-help-card {
  position: relative;
  display: grid;
  min-height: 214px;
  align-content: start;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #dfe8e2;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--cvr-card-shadow);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.cvr-help-card:hover {
  border-color: #75bc91;
  transform: translateY(-3px);
}

.cvr-help-card > span {
  margin-bottom: 25px;
  color: var(--cvr-pink);
  font-size: 13px;
  font-weight: 800;
}

.cvr-help-card strong {
  font-size: 22px;
}

.cvr-help-card p {
  max-width: 440px;
  margin: 10px 0 0;
  color: var(--cvr-muted);
  font-size: 14px;
}

.cvr-help-card b {
  position: absolute;
  right: 28px;
  bottom: 24px;
  color: var(--cvr-green);
  font-size: 27px;
}

.cvr-faq__list {
  display: grid;
  gap: 10px;
}

.cvr-faq details {
  padding: 0 22px;
  border: 1px solid var(--cvr-line);
  border-radius: 13px;
  background: #fff;
}

.cvr-faq summary {
  padding: 18px 30px 18px 0;
  cursor: pointer;
  font-weight: 700;
}

.cvr-faq details p {
  margin: 0 0 18px;
  color: var(--cvr-muted);
}

.cvr-faq details a,
.cvr-contact-strip a:not(.cvr-button),
.cvr-doc a {
  color: var(--cvr-green-dark);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.cvr-contact-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 56px;
  padding: 28px 32px;
  border: 1px solid #dce8e0;
  border-radius: 19px;
  background: linear-gradient(115deg, #ecf8f1, #fff8fa);
}

.cvr-contact-strip__flower {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--cvr-pink);
  font-size: 28px;
}

.cvr-contact-strip h2 {
  margin: 2px 0;
  font-size: 25px;
}

.cvr-doc {
  padding: clamp(30px, 4.5vw, 62px);
  border: 1px solid var(--cvr-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--cvr-card-shadow);
}

.cvr-doc > h2:first-child {
  max-width: 900px;
  margin-top: 0;
  font-size: clamp(30px, 3.4vw, 46px);
}

.cvr-doc h2 {
  margin: 36px 0 12px;
  color: #2b2f2c;
  font-size: clamp(21px, 2.4vw, 27px);
  line-height: 1.25;
}

.cvr-doc h3 {
  margin: 25px 0 10px;
  color: #303532;
  font-size: 19px;
}

.cvr-doc p,
.cvr-doc li,
.cvr-doc dd,
.cvr-doc dt {
  overflow-wrap: anywhere;
}

.cvr-doc p {
  margin: 0 0 14px;
}

.cvr-doc ul,
.cvr-doc ol {
  margin: 13px 0 20px;
  padding-left: 23px;
}

.cvr-doc li + li {
  margin-top: 7px;
}

.cvr-doc code {
  padding: 0;
  color: inherit;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
}

.cvr-doc__edition code {
  padding: 2px 6px;
  border-radius: 5px;
  background: #f1f4f2;
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.92em;
}

.cvr-doc__edition {
  margin: -7px 0 31px !important;
  color: #858b87;
  font-size: 13px;
}

.cvr-doc__lead {
  margin: 0 0 28px !important;
  padding: 20px 23px;
  border-left: 4px solid var(--cvr-green);
  border-radius: 0 10px 10px 0;
  color: #405147;
  background: #eff8f3;
  font-size: 17px;
}

.cvr-note {
  margin: 27px 0;
  padding: 20px 23px;
  border: 1px solid #eedde1;
  border-radius: 13px;
  background: #fff7f9;
}

.cvr-note strong {
  display: block;
  margin-bottom: 7px;
  color: #a63f57;
}

.cvr-note p:last-child {
  margin-bottom: 0;
}

.cvr-requisites dl {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  margin: 24px 0;
  overflow: hidden;
  border: 1px solid var(--cvr-line);
  border-radius: 14px;
}

.cvr-requisites dt,
.cvr-requisites dd {
  margin: 0;
  padding: 14px 17px;
  border-bottom: 1px solid var(--cvr-line);
}

.cvr-requisites dt {
  background: #f5f8f6;
  font-weight: 700;
}

.cvr-requisites dt:last-of-type,
.cvr-requisites dd:last-of-type {
  border-bottom: 0;
}

.cvr-site-footer {
  color: #f5f5f5;
  background: #242424;
}

.cvr-site-footer__grid,
.cvr-site-footer__bottom {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
}

.cvr-site-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 50px;
  padding: 56px 0 44px;
}

.cvr-site-footer section {
  display: grid;
  align-content: start;
  gap: 9px;
}

.cvr-site-footer section h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 17px;
}

.cvr-site-footer section a,
.cvr-site-footer section p {
  margin: 0;
  color: #d4d4d4;
  font-size: 14px;
  line-height: 1.42;
}

.cvr-site-footer section a:hover {
  color: #72d69a;
}

.cvr-site-footer__bottom {
  display: flex;
  gap: 28px;
  align-items: center;
  padding: 20px 0 27px;
  border-top: 1px solid #444;
  color: #aeadad;
  font-size: 12px;
}

.cvr-site-footer__bottom span {
  margin-right: auto;
}

@media (max-width: 1199px) {
  .cvr-site-header__inner {
    grid-template-columns: minmax(180px, 220px) 145px minmax(220px, 1fr);
  }

  .cvr-top-actions {
    display: none;
  }

  .cvr-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 28px;
  }

  .cvr-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cvr-card {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 20px;
  }

  .cvr-card__icon {
    width: 48px;
    height: 48px;
  }

  .cvr-card__arrow {
    display: none;
  }
}

@media (max-width: 991px) {
  .cvr-site-header__inner {
    grid-template-columns: 1fr auto;
    width: min(100% - 32px, 900px);
    min-height: 68px;
  }

  .cvr-catalog {
    min-height: 42px;
    padding: 0 18px;
  }

  .cvr-search,
  .cvr-site-nav {
    display: none;
  }

  .cvr-legal-root {
    width: 100%;
    padding-top: 0;
  }

  .cvr-breadcrumbs {
    margin-bottom: 15px;
  }

  .cvr-layout {
    display: block;
  }

  .cvr-side {
    display: none;
  }

  .cvr-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cvr-site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .cvr-hub-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 32px;
  }

  .cvr-hub-hero__visual {
    max-width: 420px;
  }

  .cvr-hub-section,
  .cvr-faq,
  .cvr-contact-strip {
    margin-top: 38px;
  }

  .cvr-contact-strip {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .cvr-contact-strip .cvr-button {
    grid-column: 1 / -1;
  }

  .cvr-doc {
    padding: 30px;
    border-radius: 17px;
  }

  .cvr-requisites dl {
    display: block;
  }

  .cvr-requisites dt,
  .cvr-requisites dd {
    display: block;
    border-bottom: 0;
  }

  .cvr-requisites dt:not(:first-child) {
    border-top: 1px solid var(--cvr-line);
  }

  .cvr-requisites dd {
    padding-top: 8px;
  }
}

@media (max-width: 639px) {
  .cvr-site-header__inner {
    gap: 12px;
    width: calc(100% - 24px);
  }

  .cvr-brand {
    font-size: 20px;
  }

  .cvr-brand__mark {
    width: 42px;
    height: 42px;
    font-size: 23px;
  }

  .cvr-catalog {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .cvr-legal-root,
  .cvr-site-footer__grid,
  .cvr-site-footer__bottom {
    width: calc(100% - 24px);
  }

  .cvr-legal-root {
    width: 100%;
    padding-bottom: 42px;
  }

  .cvr-hub-hero {
    padding: 25px;
    border-radius: 19px;
  }

  .cvr-hub-hero__copy > h2,
  .cvr-doc > h2:first-child {
    font-size: 30px;
  }

  .cvr-hub-hero__copy > p:not(.cvr-eyebrow) {
    font-size: 15px;
  }

  .cvr-card-grid,
  .cvr-help-grid,
  .cvr-site-footer__grid {
    grid-template-columns: 1fr;
  }

  .cvr-card {
    min-height: 134px;
  }

  .cvr-help-card {
    min-height: 190px;
    padding: 25px;
  }

  .cvr-contact-strip {
    grid-template-columns: 1fr;
    padding: 25px;
  }

  .cvr-contact-strip__flower {
    width: 48px;
    height: 48px;
  }

  .cvr-doc {
    padding: 24px;
  }

  .cvr-doc__lead {
    padding: 16px;
    font-size: 15px;
  }

  .cvr-site-footer__grid {
    gap: 34px;
    padding-top: 42px;
  }

  .cvr-site-footer__bottom {
    flex-wrap: wrap;
    gap: 12px 20px;
  }

  .cvr-site-footer__bottom span {
    width: 100%;
  }
}

@media (max-width: 389px) {
  .cvr-brand span:last-child {
    max-width: 80px;
  }

  .cvr-catalog {
    padding: 0 9px;
  }

  .cvr-hub-hero,
  .cvr-doc,
  .cvr-help-card,
  .cvr-card {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cvr-card {
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 12px;
  }

  .cvr-card__icon {
    width: 43px;
    height: 43px;
  }
}

/* End */
/* /local/cvetirima/legal-pages-v1.css?178686290916236 */
