

/* Start:/local/templates/ocuvite_kid/css/main.css?174941081030866*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
:root {
  --f-primary: "Tahoma", Arial, sans-serif;
  --f-s-promo: 80px;
  --f-s-h1: 28px;
  --f-s-h2: 20px;
  --f-s-h3: 18px;
  --f-s-h4: 18px;
  --f-s-body: 16px;
  --f-s-small: 14px;
  --f-s-exsmall: 12px;
  --c-primary: #6bb2f9;
  --c-second: #fffbde;
  --c-text: #0f1e3d;
  --c-lines: #6bb2f9;
  --c-bg: #e8f2fc;
  --c-white: #fff;
  --c-black: #000;
  --c-error: red;
  --border: 1px solid var(--c-lines);
  --border-radius: 16px;
  --border-radius-2: 16px;
  --border-radius-btn: 12px;
  --transition: all 0.4s ease;
}
@media (min-width: 768px) {
  :root {
    --f-s-h1: 48px;
    --f-s-h2: 24px;
    --f-s-h3: 22px;
    --f-s-h4: 18px;
    --f-s-body: 16px;
    --border-radius: 24px;
  }
}
@media (min-width: 1200px) {
  :root {
    --f-s-promo: 100px;
    --f-s-h1: 56px;
    --f-s-h2: 32px;
    --f-s-h3: 22px;
    --f-s-h4: 18px;
    --f-s-body: 16px;
  }
}
.icon {
  height: 1em;
  pointer-events: none;
  transition: var(--transition);
  width: 1em;
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
ol,
ul {
  list-style: none;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-position: inside;
}
p {
  margin: 0;
}
button {
  background: none;
  border: none;
  color: inherit;
  font-family: inherit;
  padding: 0;
}
button:active,
button:hover {
  outline: none;
}
a {
  color: inherit;
  text-decoration: none;
}
input {
  border: none;
  font: inherit;
}
button,
input,
input:active,
input:hover {
  outline: none;
}
button {
  cursor: pointer;
}
button,
select,
textarea {
  font: inherit;
}
textarea {
  resize: none;
}
body {
  margin: 0;
}
video {
  display: block;
  max-width: 100%;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
.hidden {
  display: none !important;
}
#svg-icons {
  display: none;
}
@keyframes mobileMenu {
  0% {
    right: -100%;
  }
  to {
    right: 0;
  }
}
@keyframes move {
  0% {
    transform: rotate(var(--r, 0));
  }
  50% {
    transform: rotate(calc(-45deg * var(--m, 1) + var(--r-a, 0deg)));
  }
  to {
    transform: translate(
        calc(var(--x, -5px) * var(--d, 1)),
        calc(var(--y, 1px) * var(--d, 1))
      )
      rotate(calc(-45deg * var(--m, 1) + var(--r-a, 0deg)));
  }
}
@keyframes move-back {
  0% {
    transform: translate(
        calc(var(--x, -5px) * var(--d, 1)),
        calc(var(--y, 1px) * var(--d, 1))
      )
      rotate(calc(-45deg * var(--m, 1) + var(--r-a, 0deg)));
  }
  50% {
    transform: translate(
        calc(var(--x, -5px) * var(--d, 1) * 0.7),
        calc(var(--y, 1px) * var(--d, 1) * 0.7)
      )
      rotate(var(--r, 0));
  }
  to {
    transform: rotate(var(--r, 0));
  }
}
@keyframes overlay {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.container {
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 560px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding: 0 20px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
.mb-16,
.mb-24 {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .mb-24 {
    margin-bottom: 24px;
  }
}
.mb-28 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mb-28 {
    margin-bottom: 28px;
  }
}
.mb-32 {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .mb-32 {
    margin-bottom: 32px;
  }
}
.mb-40 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .mb-40 {
    margin-bottom: 40px;
  }
}
.pb-64 {
  padding-bottom: 28px;
}
@media (min-width: 768px) {
  .pb-64 {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .pb-64 {
    padding-bottom: 64px;
  }
}
.mb-64 {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .mb-64 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .mb-64 {
    margin-bottom: 64px;
  }
}
.mb-96 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .mb-96 {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .mb-96 {
    margin-bottom: 96px;
  }
}
.mb-120 {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .mb-120 {
    margin-bottom: 120px;
  }
}
.pb-120 {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .pb-120 {
    padding-bottom: 120px;
  }
}
.pt-120 {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .pt-120 {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .pt-120 {
    padding-top: 120px;
  }
}
.btn {
  align-items: center;
  background-color: var(--c-primary);
  border-radius: var(--border-radius-btn);
  color: var(--c-white);
  display: flex;
  flex-flow: column nowrap;
  font-family: var(--f-primary);
  font-size: var(--f-s-h4);
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 12px 20px;
  text-align: center;
  transition: var(--transition);
}
.btn:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .btn {
    height: 56px;
    padding: 18px 32px;
  }
}
.btn._with-icon .icon {
  margin-right: 16px;
}
.btn._only-icon {
  background-color: transparent;
  border-radius: 0;
  height: auto;
  min-width: auto;
  padding: 0;
}
.btn._border {
  background-color: transparent;
  border: var(--border);
  color: var(--c-lines);
}
.btn._border:hover {
  background-color: var(--c-primary);
  border-color: var(--c-primary);
  color: var(--c-white);
  opacity: 1;
}
.btn._white {
  border-color: var(--c-white);
  color: var(--c-white);
}
.btn-plus {
  --color: var(--c-text);
  --duration: 1s;
  background: none;
  border: none;
  cursor: pointer;
  height: 32px;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  transition: all 0.2s linear;
  width: 32px;
}
.btn-plus span:after,
.btn-plus span:before,
.btn-plus:after,
.btn-plus:before {
  animation: var(--n, move) var(--duration) ease forwards;
  animation-play-state: var(--p, paused);
  background: var(--color);
  border-radius: 2px;
  content: "";
  height: 12px;
  left: var(--l, 18px);
  margin: -8px 0 0 -2px;
  position: absolute;
  top: var(--t, 12px);
  transform: rotate(var(--r, 0));
  transition: all 0.2s linear;
  width: 2px;
}
.btn-plus:after {
  --d: -1;
  --t: 24px;
}
.btn-plus span {
  --m: -1;
  --r-a: 180deg;
  --t: 18px;
  --r: 90deg;
  --x: 1px;
  --y: 5px;
}
.btn-plus span:before {
  --l: 12px;
}
.btn-plus span:after {
  --d: -1;
  --l: 24px;
}
.btn-plus._active {
  --p: running;
  transform: rotate(45deg);
}
.btn-plus._inactive {
  --n: move-back;
}
.mobile-btn {
  --color: var(--c-primary);
  background: none;
  border: none;
  cursor: pointer;
  height: 36px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 36px;
}
@media (min-width: 1200px) {
  .mobile-btn {
    display: none;
  }
}
.mobile-btn .icon {
  display: block;
  height: 48px;
  left: -14px;
  position: absolute;
  top: -6px;
  width: 64px;
  stroke: var(--color);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.mobile-btn .icon path {
  transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease)
      var(--delay, 0s),
    stroke-dashoffset var(--duration, 0.85s) var(--easing, ease)
      var(--delay, 0s);
  stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
  stroke-dashoffset: var(--offset, 126px);
  transform: translateZ(0);
}
.mobile-btn .icon path:nth-child(2) {
  --duration: 0.7s;
  --easing: ease-in;
  --offset: 100px;
  --array-2: 74px;
}
.mobile-btn .icon path:nth-child(3) {
  --offset: 133px;
  --array-2: 107px;
}
.mobile-btn._active .icon path {
  --offset: 57px;
}
.mobile-btn._active .icon path:first-child,
.mobile-btn._active .icon path:nth-child(3) {
  --delay: 0.15s;
  --easing: cubic-bezier(0.2, 0.4, 0.2, 1.1);
}
.mobile-btn._active .icon path:nth-child(2) {
  --duration: 0.4s;
  --offset: 2px;
  --array-1: 1px;
}
.mobile-btn._active .icon path:nth-child(3) {
  --offset: 58px;
}
.h1 {
  font-size: var(--f-s-h1);
  font-weight: 400;
  line-height: 1;
}
.h1._center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.h2 {
  font-size: var(--f-s-h2);
  font-weight: 400;
  line-height: 1;
}
.input {
  position: relative;
  --inputHeight: 40px;
  --inputFontSize: var(--f-s-body);
  --inputBorder: var(--border);
  --inputBorderRadius: var(--border-radius);
  --inputColor: var(--c-text);
  --inputColorPlaceholder: var(--c-second-light);
  --inputBg: var(--c-white);
  --inputErrorFontSize: var(--f-s-small);
  --inputErrorColor: var(--c-error);
  width: 100%;
}
.input._textarea {
  --inputHeight: 80px;
}
.input._error {
  --inputColor: var(--c-error);
}
.input._revert {
  --inputBg: var(--c-bg);
  --inputColorPlaceholder: var(--c-bg);
}
.input._with-icon {
  position: relative;
}
.input._with-icon .icon {
  height: 20px;
  position: absolute;
  right: 10px;
  top: 9px;
  width: 20px;
  fill: var(--c-bg-second);
}
.input._with-icon .input__text {
  padding: 14px 40px 14px 16px;
}
.input__text {
  background-color: var(--inputBg);
  border: var(--inputBorder);
  border-radius: var(--inputBorderRadius);
  color: var(--inputColor);
  font-size: var(--inputFontSize);
  height: var(--inputHeight);
  padding: 14px 16px;
  transition: var(--transition);
  width: 100%;
}
.input__text::-moz-placeholder {
  color: var(--inputColorPlaceholder);
  font-size: var(--inputFontSize);
}
.input__text::placeholder {
  color: var(--inputColorPlaceholder);
  font-size: var(--inputFontSize);
}
.input__text:hover {
  opacity: 0.7;
}
.input__text:active,
.input__text:focus {
  opacity: 0.8;
  outline: none;
}
.input__text._error {
  animation: bounce 1s linear;
  position: relative;
}
.input__error {
  color: var(--inputErrorColor);
  font-size: var(--inputErrorFontSize);
  left: 16px;
  position: absolute;
  top: 2px;
}
.link {
  --linkColorPrimary: var(--c-primary);
  --linkColorText: var(--c-text);
  --linkActiveOpacity: 0.7;
  color: var(--c-text);
  position: relative;
  transition: fill 0.4s linear, opacity 0.4s linear, color 0.4s linear;
}
.link:active,
.link:hover {
  color: var(--linkColorPrimary);
}
.link:active {
  opacity: 0.6;
}
.link._with-icon {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.link._with-icon .icon {
  height: 20px;
  margin-right: 8px;
  width: 20px;
  fill: var(--linkColorText);
}
.link._with-icon:hover .icon {
  fill: var(--linkColorPrimary);
}
.link._revert {
  color: var(--linkColorPrimary);
}
.link._revert:active,
.link._revert:hover {
  color: var(--linkColorText);
}
.link._revert:active {
  opacity: 0.6;
}
.link._revert .icon {
  fill: var(--linkColorPrimary);
}
.link._revert:hover .icon {
  fill: var(--linkColorText);
}
.link._active {
  cursor: default;
  opacity: var(--linkActiveOpacity);
}
.link._active:active,
.link._active:hover {
  color: inherit;
  opacity: var(--linkActiveOpacity);
}
.overlay {
  --overlayBg: rgba(0, 0, 0, 0.6);
  animation: overlay 0.4s ease;
  background-color: var(--overlayBg);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 100;
}
.overlay._active {
  display: block;
}
.form {
  --formPoliticsFontSize: var(--f-s-exsmall);
  display: grid;
  grid-gap: 20px;
}
.form__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
  align-items: center;
}
@media (min-width: 560px) {
  .form__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form__politics {
  font-size: var(--formPoliticsFontSize);
}
.form__google-error {
  color: var(--c-error);
  font-size: var(--f-s-small);
}
.img-not-broken {
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
}
.img-not-broken:before {
  background-color: #eee;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.img-not-broken:after {
  content: attr(alt);
  height: 100%;
  left: 4px;
  position: absolute;
  text-align: center;
  top: 8px;
  width: 100%;
}
.img-not-broken[alt] {
  color: #999;
  font-weight: 700;
  text-align: center;
}
.scroll-block {
  --scrollColor: var(--c-primary);
}
.scroll-block::-webkit-scrollbar-track {
  border-radius: 0;
}
.scroll-block::-webkit-scrollbar {
  background-color: var(--c-white);
  width: 12px;
}
.scroll-block::-webkit-scrollbar-thumb {
  background-color: var(--scrollColor);
}
.scroll-block._horizontal::-webkit-scrollbar {
  background-color: var(--c-white);
  height: 0;
  width: 100%;
}
.scroll-block._horizontal::-webkit-scrollbar-thumb {
  background-color: var(--scrollColor);
  border-radius: 4px;
}
.b-text__column {
  display: grid;
  grid-gap: 28px;
}
@media (min-width: 992px) {
  .b-text__column {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}
.b-text__container {
  width: min(900px, 100%);
}
.b-text__note {
  border-left: var(--border);
  border-color: var(--c-primary);
  padding-left: 16px;
}
.b-text .btn,
.b-text .btn:hover {
  color: var(--c-white);
}
.b-text .btn._border,
.b-text .btn._border:hover {
  color: var(--c-primary);
}
.b-text iframe {
  width: 100%;
}
@media (min-width: 560px) {
  .b-text iframe {
    width: 400px;
  }
}
.b-text * {
  font-size: var(--f-s-body);
}
.b-text li + li {
  margin-top: 8px;
}
.b-text .h1,
.b-text h1 {
  margin-bottom: 36px;
}
.b-text .h2,
.b-text .h3,
.b-text h2,
.b-text h3 {
  margin-bottom: 24px;
}
.b-text p + h2 {
  margin-top: 60px;
}
.b-text a {
  font-family: inherit;
  font-size: inherit;
}
.b-text ol {
  list-style-type: decimal;
}
.b-text .table {
  max-width: 100%;
  overflow: auto;
}
.b-text table {
  border: var(--border);
  border-collapse: collapse;
  min-width: 900px;
  overflow: auto;
  table-layout: auto;
  width: 100%;
}
.b-text td,
.b-text th {
  padding: 14px 20px;
}
.b-text td {
  border: var(--border);
}
.b-text td p {
  width: -moz-fit-content;
  width: fit-content;
}
.b-text * + * {
  margin-top: 10px;
}
.b-text sub,
.b-text sup {
  font-size: 0.8em !important;
}
.b-list-def,
.b-text ul {
  list-style-type: disc;
}
.b-list-def p,
.b-text ul p {
  display: inline-block;
}
.b-list-def li::marker,
.b-text ul li::marker {
  color: var(--c-text);
}
.logo {
  height: 40px;
  max-width: 170px;
  transition: opacity 0.7s linear;
}
.logo:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .logo {
    max-width: 255px;
  }
}
@media (min-width: 1200px) {
  .logo {
    max-width: 300px;
  }
}
.logo__img {
  display: block;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  width: 100%;
}
.modal {
  --modalBorderRadius: var(--border-radius);
  --modalBC: var(--c-white);
  --modalBoxShadow: 0 -29px 60px rgba(0, 0, 0, 0.1);
  --modalTransition: var(--transition);
  animation: modal 1s ease;
  background-color: var(--modalBC);
  border-radius: var(--modalBorderRadius);
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: auto;
  padding: 60px 20px 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.modal::-webkit-scrollbar {
  background-color: var(--c-white);
  width: 12px;
}
@media (min-width: 560px) {
  .modal {
    box-shadow: var(--modalBoxShadow);
    height: auto;
    left: 50%;
    min-height: 100vh;
    padding: 60px 32px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) {
  .modal {
    max-height: 600px;
    min-height: auto;
    width: 550px;
  }
}
.modal._active {
  display: block;
}
@media (min-width: 992px) {
  .modal._active {
    display: grid;
    place-items: center;
  }
}
.modal__close {
  background: none;
  border: none;
  cursor: pointer;
  height: 24px;
  position: absolute;
  right: 30px;
  top: 30px;
  transition: var(--modalTransition);
  width: 24px;
}
.modal__close .icon {
  height: inherit;
  width: inherit;
}
.modal__close:hover {
  opacity: 0.7;
}
.modal__close:active {
  opacity: 0.5;
}
.modal__title {
  text-align: center;
}
.modal .form {
  margin: 0 auto;
}
.accordion {
  display: grid;
  position: relative;
  z-index: 2;
  grid-gap: 8px;
  height: -moz-fit-content;
  height: fit-content;
}
.accordion__item {
  background-color: var(--c-bg);
  border-radius: var(--border-radius-2);
  padding: 8px 16px;
  text-align: left;
}
@media (min-width: 1200px) {
  .accordion__item {
    padding: 22px 16px;
  }
}
.accordion__item._active .btn-plus {
  --p: running;
}
.accordion__item._inactive .btn-plus {
  --p: running;
  --n: move-back;
}
.accordion__item._active .btn-plus {
  transform: rotate(45deg);
}
.accordion__item._active .btn-plus:after,
.accordion__item._active .btn-plus:before {
  height: 0;
  width: 0;
}
.accordion__item._active .btn-plus span:after,
.accordion__item._active .btn-plus span:before {
  height: 16px;
}
.accordion._active .accordion__btn {
  margin-bottom: 16px;
}
.accordion__btn {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 16px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: var(--f-s-h3);
  text-align: left;
  width: 100%;
}
.accordion__btn,
.accordion__item:hover .accordion__item-main-text {
  color: var(--c-text);
}
.accordion__btn-text {
  font-size: var(--f-s-h3);
}
.accordion__text {
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.accordion__text-inner {
  color: var(--c-primary) !important;
  padding-top: 20px;
}
.accordion__item-main-text {
  display: none;
}
.accordion__item._active .accordion__item-main-text {
  display: block;
  font-weight: 400;
  grid-column: 1/-1;
  order: 1;
}
@media (min-width: 1200px) {
  .accordion__item._active .accordion__item-main-text {
    grid-column: auto;
    order: 0;
  }
}
.accordion .btn-plus {
  margin-left: auto;
}
.main {
  position: relative;
}
.body {
  color: var(--c-text);
  font-family: var(--f-primary);
  font-size: var(--f-s-body);
  letter-spacing: 0.03em;
  line-height: 1.2;
}
.body._no-scroll {
  margin-left: -4px;
  overflow: hidden;
}
.header {
  background-color: var(--c-white);
  left: 0;
  padding: 16px 0;
  position: sticky;
  top: 0;
  z-index: 200;
}
@media (min-width: 992px) {
  .header {
    padding: 20px 0;
  }
}
.header__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1200px) {
  .header__container {
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.header__btn-inner {
  display: grid;
  grid-gap: 16px 8px;
}
@media (min-width: 768px) {
  .header__btn-inner {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1200px) {
  .header__btn-inner {
    margin-left: 0;
    margin-right: 0;
  }
}
.header .logo {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .header .logo {
    margin-left: 0;
    margin-right: 0;
  }
}
.footer__inner {
  background-color: var(--c-primary);
  border-radius: var(--border-radius);
  color: var(--c-white);
  font-size: var(--f-s-small);
  padding: 24px 16px;
}
@media (min-width: 1200px) {
  .footer__inner {
    padding: 32px 24px;
  }
}
.footer .b-text * {
  font-size: var(--f-s-small);
}
.footer .link {
  color: var(--c-white);
  display: block;
}
.footer .link:hover {
  color: var(--c-white);
  opacity: 0.7;
}
.footer__bottom {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.main-menu__list {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 20px;
  justify-content: center;
}
.main-menu__item-link {
  color: var(--c-text);
  font-size: var(--f-s-body);
  text-align: center;
}
.mobile-side {
  --topMenuHeight: 60px;
  animation: mobileMenu 0.4s ease;
  background-color: var(--c-white);
  display: none;
  height: calc(100vh - var(--topMenuHeight));
  overflow: auto;
  padding: 32px 0 40px;
  position: fixed;
  right: 0;
  top: var(--topMenuHeight);
  width: 100vw;
  z-index: 120;
}
.mobile-side._active {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .mobile-side {
    display: none;
  }
}
.mobile-side__container {
  display: grid;
  place-items: center;
  grid-gap: 24px;
  width: 100%;
}
.mobile-side__container .btn {
  max-width: 400px;
  width: 100%;
}
.mobile-side .container {
  overflow-y: auto;
}
.disclaimer {
  background-color: var(--c-white);
  bottom: 0;
  left: 0;
  padding-bottom: 12px;
  padding-top: 12px;
  position: sticky;
  width: 100%;
  z-index: 5;
}
@media (min-width: 768px) {
  .disclaimer {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.disclaimer__container {
  display: grid;
  place-items: center;
}
.promo__img {
  border-radius: var(--border-radius);
  width: 100%;
}
.promo-2,
.promo-2__title {
  position: relative;
}
.promo-2__title {
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
@media (min-width: 1200px) {
  .promo-2__title {
    max-width: 850px;
  }
}
.promo-2__img-bg {
  position: absolute;
  scale: 0;
  transition: transform 0.3s ease;
  width: 10%;
  will-change: transform;
}
.promo-2__img-bg._1 {
  left: 52%;
  top: 0;
  width: 30%;
}
.promo-2__img-bg._2 {
  bottom: 0;
  left: 18%;
}
@media (min-width: 992px) {
  .components__title {
    max-width: 600px;
  }
}
.components__inner {
  display: grid;
  grid-gap: 24px;
}
@media (min-width: 768px) {
  .components__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .components__inner {
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
  }
}
.components__item {
  height: -moz-fit-content;
  height: fit-content;
}
.components__item._1 {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}
.components__item._2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  top: 12px;
}
@media (min-width: 768px) {
  .components__item._2 {
    grid-gap: 0;
    grid-template-rows: 1fr 1fr;
  }
}
.components__item-bg {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.components__item-img {
  grid-column: 1/-1;
  grid-row: 1/2;
  position: relative;
  z-index: 2;
}
.components__item._2 .components__item-img {
  align-self: center;
}
@media (min-width: 768px) {
  .components__item._2 .components__item-img {
    align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .components__item._2 .components__item-text {
    margin-top: 26px;
  }
}
.components__item-text {
  grid-column: 1/-1;
  grid-row: 2/3;
  position: relative;
  z-index: 2;
}
.components__item-pill {
  border-radius: var(--border-radius-2);
  display: grid;
  font-weight: 700;
  padding: 12px 16px;
  place-items: center;
  text-align: center;
}
.components__item-pill:first-child {
  background-color: #ffe2f5;
  width: calc(40% - 8px);
}
.components__item-pill:nth-child(2) {
  background-color: #daf4e5;
  width: 60%;
}
.components__item-pill:nth-child(3) {
  background-color: #c9e1f9;
  width: 100%;
}
.components__item-text {
  width: 100%;
}
.health__container {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
@media (min-width: 768px) {
  .health__container {
    align-items: stretch;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .health__container {
    align-items: center;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
.health__img {
  border-radius: var(--border-radius);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .health__img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .health__img {
    grid-column: 1/-1;
    grid-row: 1/-1;
  }
}
.health__inner {
  background-color: var(--c-second);
  border-radius: var(--border-radius);
  padding: 16px;
}
.health__inner::-webkit-scrollbar {
  width: 0;
}
@media (min-width: 768px) {
  .health__inner {
    max-height: calc(100% - 14px);
    overflow: auto;
  }
}
@media (min-width: 1200px) {
  .health__inner {
    background-color: var(--c-white);
    grid-column: 1/-1;
    grid-row: 1/-1;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    margin-right: 16px;
    padding: 24px;
    position: relative;
    width: 50%;
    z-index: 2;
  }
}
.compound__top-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .compound__top-inner {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.compound__title {
  order: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .compound__title {
    order: 0;
    text-align: left;
  }
}
.compound__inner {
  display: grid;
  position: relative;
  grid-gap: 16px 24px;
  background-color: #fbe44d;
  border-radius: var(--border-radius);
  padding: 16px;
}
@media (min-width: 768px) {
  .compound__inner {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .compound__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.compound__img {
  bottom: 0;
  max-width: 40%;
  position: absolute;
  right: 0;
}
@media (min-width: 1200px) {
  .compound__img {
    max-width: 100%;
    position: relative;
  }
}
.compound__col {
  display: grid;
  grid-gap: 20px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 768px) {
  .compound__col {
    grid-gap: 24px;
  }
}
.compound__item {
  display: grid;
  position: relative;
  z-index: 2;
  grid-gap: 8px;
  height: -moz-fit-content;
  height: fit-content;
}
.compound__item-name {
  font-size: var(--f-s-h3);
}
.compound__item-text {
  font-size: var(--f-s-small) !important;
}
.compound__item-note {
  font-size: var(--f-s-exsmall);
}
.recommend__title {
  height: -moz-fit-content;
  height: fit-content;
}
.recommend__title span {
  color: #e10003;
}
.recommend__inner {
  display: grid;
  grid-gap: 16px 12px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 768px) {
  .recommend__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .recommend__inner {
    align-items: center;
    aspect-ratio: 1400/311;
    grid-template-columns: 300fr 508fr 404fr;
  }
}
.recommend__img {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 768px) {
  .recommend__img:last-child {
    grid-column: 1/-1;
  }
}
@media (min-width: 1200px) {
  .recommend__img:last-child {
    grid-column: auto;
  }
}
.factors,
.factors__title {
  position: relative;
}
.factors__title {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .factors__title {
    max-width: 850px;
  }
}
.factors__title span {
  position: relative;
  z-index: 2;
}
.factors__img-bg {
  position: absolute;
  scale: 0;
  transition: transform 0.3s ease;
  width: 10%;
  will-change: transform;
}
.factors__img-bg._1 {
  left: 0;
  top: 40%;
}
.factors__img-bg._2 {
  right: 0;
  top: 30%;
}
.factors__img-bg._3 {
  bottom: 0;
  left: 30%;
  width: 30%;
}
.factors__container {
  max-width: 100vw;
  overflow: hidden;
}
.factors__inner {
  display: flex;
  gap: 24px;
  overflow: auto;
}
@media (min-width: 768px) {
  .factors__inner {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    overflow: initial;
  }
}
@media (min-width: 1200px) {
  .factors__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
.factors__item {
  min-width: 80vw;
  position: relative;
}
@media (min-width: 768px) {
  .factors__item {
    min-width: auto;
  }
}
@media (min-width: 1200px) {
  .factors__item:first-child,
  .factors__item:last-child {
    top: -30%;
  }
}
.factors__item-name {
  display: block;
  font-size: var(--f-s-h3);
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}
.factors__item-img {
  left: 0;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .factors__item-img {
    left: 15%;
    max-height: none;
    top: -40%;
    width: 40%;
  }
}
@media (min-width: 1800px) {
  .factors__item-img {
    top: -62%;
  }
}
.factors__item-text {
  position: relative;
  z-index: 2;
}
.factors__item-text,
.factors__item-text * {
  font-size: var(--f-s-small) !important;
}
.factors__item-text sub,
.factors__item-text sup {
  font-size: var(--f-s-exsmall) !important;
}

/*# sourceMappingURL=main.css.map?9acd0212debf62ffdcc8*/

/* End */
/* /local/templates/ocuvite_kid/css/main.css?174941081030866 */
