@font-face {
  font-family: 'Roboto Condensed';
  src:
      url('/assets/fonts/Roboto-Condensed/roboto-condensed-v18-latin_cyrillic-300.eot') format('embedded-opentype'),
      url('/assets/fonts/Roboto-Condensed/roboto-condensed-v18-latin_cyrillic-300.woff2') format('woff2'),
      url('/assets/fonts/Roboto-Condensed/roboto-condensed-v18-latin_cyrillic-300.woff') format('woff'),
      url('/assets/fonts/Roboto-Condensed/roboto-condensed-v18-latin_cyrillic-300.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/assets/fonts/Roboto-Condensed/roboto-condensed-v18-latin_cyrillic-regular.eot') format('embedded-opentype'),
       url('/assets/fonts/Roboto-Condensed/roboto-condensed-v18-latin_cyrillic-regular.woff2') format('woff2'),
       url('/assets/fonts/Roboto-Condensed/roboto-condensed-v18-latin_cyrillic-regular.woff') format('woff'),
       url('/assets/fonts/Roboto-Condensed/roboto-condensed-v18-latin_cyrillic-regular.ttf')  format('truetype');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/assets/fonts/Roboto-Condensed/roboto-condensed-v18-latin_cyrillic-700.eot') format('embedded-opentype'),
       url('/assets/fonts/Roboto-Condensed/roboto-condensed-v18-latin_cyrillic-700.woff2') format('woff2'),
       url('/assets/fonts/Roboto-Condensed/roboto-condensed-v18-latin_cyrillic-700.woff') format('woff'),
       url('/assets/fonts/Roboto-Condensed/roboto-condensed-v18-latin_cyrillic-700.ttf')  format('truetype');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/Roboto/roboto-v20-cyrillic-ext_latin-ext-300.eot') format('embedded-opentype'),
       url('/assets/fonts/Roboto/roboto-v20-cyrillic-ext_latin-ext-300.woff2') format('woff2'),
       url('/assets/fonts/Roboto/roboto-v20-cyrillic-ext_latin-ext-300.woff') format('woff'),
       url('/assets/fonts/Roboto/roboto-v20-cyrillic-ext_latin-ext-300.ttf')  format('truetype');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/Roboto/roboto-v20-cyrillic-ext_latin-ext-regular.eot') format('embedded-opentype'),
       url('/assets/fonts/Roboto/roboto-v20-cyrillic-ext_latin-ext-regular.woff2') format('woff2'),
       url('/assets/fonts/Roboto/roboto-v20-cyrillic-ext_latin-ext-regular.woff') format('woff'),
       url('/assets/fonts/Roboto/roboto-v20-cyrillic-ext_latin-ext-regular.ttf')  format('truetype');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/Roboto/roboto-v20-cyrillic-ext_latin-ext-500.eot') format('embedded-opentype'),
       url('/assets/fonts/Roboto/roboto-v20-cyrillic-ext_latin-ext-500.woff2') format('woff2'),
       url('/assets/fonts/Roboto/roboto-v20-cyrillic-ext_latin-ext-500.woff') format('woff'),
       url('/assets/fonts/Roboto/roboto-v20-cyrillic-ext_latin-ext-500.ttf')  format('truetype');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/Roboto/roboto-v20-cyrillic-ext_latin-ext-700.eot') format('embedded-opentype'),
       url('/assets/fonts/Roboto/roboto-v20-cyrillic-ext_latin-ext-700.woff2') format('woff2'),
       url('/assets/fonts/Roboto/roboto-v20-cyrillic-ext_latin-ext-700.woff') format('woff'),
       url('/assets/fonts/Roboto/roboto-v20-cyrillic-ext_latin-ext-700.ttf')  format('truetype');
  font-weight: 700;
  font-display: swap;
}

:root {
  --primary: #00acdc;
  --secondary: #f2f7ff;
  --text: #000;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
div,
summary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:not([class]) {
  color: var(--primary);
}

a:active,
a:hover {
  color: var(--secondary)
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  font-weight: 400;
  background-color: #fff;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

:focus {
  outline: none;
}

a,
a:visited {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:not([class]),
a:not([class]):visited {
  color: var(--primary);
}

a:hover,
a:active {
  color: #008ab0;
  text-decoration: none;
}

p {
  margin: 0 0 10px;
}

p:last-child {
  margin: 0;
}

b,
strong {
  font-weight: 500;
}

body.body-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

h1 {
  margin: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--primary);
}

h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  color: var(--text);
}

sup {
  color: var(--primary);
}

.logo {
  display: inline-block;
  white-space: nowrap;
  margin-top: -1px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: var(--text);
  text-transform: uppercase;
  text-decoration: none;
}

.logo span {
  font-weight: 300;
}

.logo sup {
  font-size: 60%;
  vertical-align: top;
  line-height: 1.8;
  top: -4px;
}

a .logo {
  color: var(--text);
}

a .logo sup {
  color: var(--text);
}

.pageTitle--text {
  background-color: transparent;
  height: 467px;
}

.pageTitle--text h2 {
  margin-top: 11px;
}

.pageTitle--text p {
  margin: 29px 0 0;
}

.pageTitle--text .banner__link {
  margin-top: 113px;
}

.pageTitle--text .banner__img {
  margin-bottom: 0;
}

.pageTitle--banner {
  height: 440px;
  margin-top: 72px;
  padding-top: 94px;
  position: relative;
}

.pageTitle--banner > .container {
  position: relative;
  z-index: 3;
}

.pageTitle--banner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: #f2f6ff;
}

.pageTitle--banner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background-image: url("/assets/drops/img/about-banner.jpg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.page-content {
  margin-top: 72px;
  padding: 80px 0 100px;
}

.page-content .uteka-widget-buypage-wrapper {
  position: relative;
  z-index: 1;
}

.page-content--schemes {
  padding-bottom: 0;
}

.page-content--instruction {
  padding-top: 94px;
}

.page-content .accordion {
  margin-top: 33px;
}

.page-content .accordion__title span span {
  text-transform: uppercase;
  color: var(--primary);
}

.page-content .accordion .sup {
  font-size: 14px;
}

.page-content section + section {
  margin-top: 48px;
}

.container {
  max-width: 1310px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.container--small {
  max-width: 1093px;
}

.mq-show-lg,
.mq-show-md,
.mq-show-sm,
.mq-show-xm,
.mq-show-xs,
.mq-show-xxs {
  display: none !important;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -35px;
}

.grid.grid-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.grid.grid-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.grid:first-child {
  margin-top: -35px;
}

.grid.grid-nogutter {
  margin-left: 0;
}

.grid.grid-nogutter > [class*="col-"] {
  padding-left: 0;
}

.grid.grid-nomargin-top {
  margin-top: 0;
}

.grid.grid-nomargin-top > [class*="col-"] {
  margin-top: 0;
}

[class*="col-"] {
  padding-left: 35px;
  margin: 35px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[class*="col-"].flex-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.col-1-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.col-1-2,
.col-2-4,
.col-3-6,
.col-5-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-1-3,
.col-2-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
}

.col-2-3,
.col-4-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666%;
          flex: 0 0 66.666%;
  max-width: 66.666%;
}

.col-1-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-3-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-1-5,
.col-2-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.col-2-5,
.col-4-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.col-3-5,
.col-6-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.col-4-5,
.col-8-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}

.col-1-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666%;
          flex: 0 0 16.666%;
  max-width: 16.666%;
}

.col-5-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333%;
          flex: 0 0 83.333%;
  max-width: 83.333%;
}

.col-1-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  max-width: 10%;
}

.col-3-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}

.col-7-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
}

.col-9-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  max-width: 90%;
}

.col-fit,
.col-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

.col-expand,
.col-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.col-full {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 72px;
  padding: 94px 0 110px;
  position: relative;
}

.banner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: #f2f6ff;
}

.banner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background-image: url("/assets/drops/img/main-banner.jpg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.banner__wrapper {
  position: relative;
  z-index: 3;
}

.banner__logo {
  margin: 0;
  font-weight: inherit;
}

.banner__logo .logo {
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 44px;
  color: var(--primary);
}

.banner__logo .logo sup {
  font-size: 45%;
}

.banner__title {
  font-size: 20px;
  margin-top: 22px;
}

.banner__desc {
  font-size: 18px;
  line-height: 1.44;
  max-width: 500px;
  margin-top: 30px;
}

.banner__desc sup,
.banner__desc span {
  color: var(--primary);
}

.banner__desc p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

.banner__link {
  margin-top: 30px;
}

.banner__img {
  margin-bottom: -110px;
  text-align: right;
}

.banner__img img {
  max-width: 100%;
  max-height: 100%;
}

.banner .btn__wrapper {
  margin-top: 26px;
}

.description {
  padding: 125px 0 90px 0;
}

.description__title {
  text-align: center;
}

.description__title h2 {
  font-weight: 500;
  font-size: 44px;
  line-height: 1.18;
  color: var(--primary);
  margin: 0 0 26px;
}

.description__title p {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
}

.description__img {
  margin-top: 50px;
}

.description__excellence {
  margin-top: 40px;
  margin-bottom: 100px;
}

.img__wrapper {
  position: relative;
  height: 262px;
  width: 270px;
  margin: 0 auto;
}

.img__wrapperMobile .img__wrapper {
  height: 150px;
  width: 150px;
}

.img__wrapperMobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img__wrapperMobile > * {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.img__wrapperMobile span {
  font-size: 28px;
  color: var(--primary);
}

.img__circle {
  position: absolute;
  z-index: 2;
  width: 216px;
  height: 216px;
  border-radius: 50%;
  background-color: #f5f8ff;
}

.img__wrapperMobile .img__circle {
  height: 100%;
  width: 100%;
}

.img__content {
  position: absolute;
  z-index: 2;
}

.excellence__list {
  margin-left: -55px;
}

.excellence__list .slick-slide {
  width: 320px;
}

.excellence__list .slick-dots {
  margin-left: 0;
  margin-right: 0;
}

.excellence__item {
  text-align: center;
  margin-left: 55px;
}

.excellence__icon {
  height: 110px;
  text-align: center;
}

.excellence__icon svg {
  max-height: 100%;
  margin: 0 auto;
}

.excellence__text {
  margin-top: 40px;
}

.application {
  padding: 80px 0;
  background-color: var(--secondary);
}

.application__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.application__text {
  width: 46%;
}

.application__img {
  margin-bottom: -80px;
}

.application__img img {
  max-width: 100%;
}

.application__title {
  text-align: left;
}

.application__title h2 {
  font-weight: 500;
  font-size: 44px;
  line-height: 1.18;
  color: var(--primary);
  margin: 0 0 26px;
}

.application__title p {
  margin: 0 -120px 0 0;
  font-weight: 500;
  font-size: 24px;
}

.application__title span {
  color: var(--primary);
}

.application__desc {
  margin-top: 73px;
  max-width: 543px;
}

.application__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.application__dosage,
.application__days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.application__dosage {
  width: 70%;
}

.dosage__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 12px 45px rgba(0,24,61,0.12);
          box-shadow: 0 12px 45px rgba(0,24,61,0.12);
}

.dosage__icon svg {
  margin-top: 6px;
  margin-right: 6px;
}

.dosage__text {
  font-size: 20px;
  line-height: 1.4;
}

.days__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 10px;
}

.days__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  color: var(--primary);
}

.footnote {
  padding: 45px 0;
}

.footnote--about {
  padding: 24px 0 40px;
}

.footnote__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footnote__item {
  padding: 0;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #706f7d;
}

.footnote__item span {
  margin-right: 8px;
  color: var(--primary);
}

.aboutMenu {
  position: relative;
  z-index: 10;
  margin-top: -32px;
  -webkit-transition: top 0.2s, -webkit-box-shadow;
  transition: top 0.2s, -webkit-box-shadow;
  -o-transition: box-shadow, top 0.2s;
  transition: box-shadow, top 0.2s;
  transition: box-shadow, top 0.2s, -webkit-box-shadow;
}

.aboutMenu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 64px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0,24,61,0.22);
          box-shadow: 0 2px 4px rgba(0,24,61,0.22);
  border-radius: 6px;
}

.aboutMenu__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.aboutMenu__item:not(:last-child) {
  margin-right: 54px;
}

.aboutMenu__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  opacity: 0.9;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.aboutMenu__link:after {
  content: "";
  width: 100%;
  opacity: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--primary);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.aboutMenu__link:hover {
  color: var(--primary);
}

.aboutMenu__link.active:after {
  opacity: 1;
}

.aboutMenu.fixed {
  margin-top: 0;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  height: 64px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0,24,61,0.22);
          box-shadow: 0 2px 4px rgba(0,24,61,0.22);
}

.aboutMenu.fixed .aboutMenu__list {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.js-scroll-target {
  position: relative;
}

.js-scroll-target[data-target='description'] {
  top: -100px;
}

.js-scroll-target[data-target='excellence'] {
  top: -104px;
}

.js-scroll-target[data-target='work'] {
  top: -122px;
}

.aboutDescription {
  padding: 70px 0 30px;
}

.aboutDescription__text h2 {
  margin: 0 0 28px;
}

.aboutDescription__text p {
  margin: 0 0 16px;
}

.aboutDescription__text p span {
  color: var(--primary);
}

.aboutDescription__text sup {
  color: var(--primary);
}

.aboutDescription__text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aboutDescription__text ul li {
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 12px;
}

.aboutDescription__text ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  top: 9px;
}

.aboutExcellence {
  position: relative;
  padding: 30px 0 90px;
}

.aboutExcellence > .container {
  position: relative;
  z-index: 2;
}

.aboutExcellence:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 130px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--secondary);
}

.aboutExcellence__list .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.aboutExcellence__list .slick-dots {
  position: relative;
  z-index: 10;
  margin-top: -7px;
}

.aboutExcellence__list .slick-slide {
  width: 360px;
}

.aboutExcellence__slide {
  padding: 40px 15px;
}

.aboutExcellence__item {
  height: 374px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(0,24,61,0.18);
          box-shadow: 0 8px 24px rgba(0,24,61,0.18);
  border-radius: 6px;
}

.aboutExcellence__icon {
  text-align: center;
  height: 225px;
}

.aboutExcellence__icon > * {
  margin: 0 auto;
}

.aboutExcellence__icon--1,
.aboutExcellence__icon--2 {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.aboutExcellence__icon svg,
.aboutExcellence__icon img {
  max-height: 100%;
  margin: 0 auto;
}

.aboutExcellence__text {
  margin-top: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
}

.aboutExcellence__anons {
  visibility: visible;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.aboutExcellence__anons.close {
  visibility: hidden;
  opacity: 0;
}

.aboutExcellence__anons.close .aboutExcellence__icon--1,
.aboutExcellence__anons.close .aboutExcellence__icon--2 {
  margin-top: 0;
}

.aboutExcellence__desc {
  visibility: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.aboutExcellence__desc p {
  margin: 0;
}

.aboutExcellence__desc.open {
  visibility: visible;
  height: auto;
  opacity: 1;
  margin-top: 16px;
  padding: 0 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.aboutExcellence__link {
  margin-top: 20px;
  color: var(--primary);
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aboutExcellence__link span {
  margin-right: 5px;
}

.aboutExcellence__link.open {
  margin-top: 48px;
}

.aboutExcellence__link.open svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.release-form {
  padding: 80px 0 50px;
}

.aboutHow {
  padding: 30px 0 0;
}

.aboutHow__listWrapper {
  position: relative;
  width: 100%;
  margin-top: 28px;
  padding-bottom: 98px;
}

.aboutHow__listWrapper:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 130px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--secondary);
}

.aboutHow__list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -52px;
}

.aboutHow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.333% - 52px);
  height: 292px;
  padding: 22px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 52px;
  margin-top: 36px;
  background: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(0,24,61,0.18);
          box-shadow: 0 8px 24px rgba(0,24,61,0.18);
  border-radius: 6px;
}

.aboutHow__icon {
  text-align: center;
}

.aboutHow__icon svg {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.aboutHow__text {
  text-align: center;
  margin-top: 18px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.38;
}

.questions__title {
  margin-bottom: 47px;
}

.instruction__title {
  margin-bottom: 56px;
}

.structure {
  padding: 56px 0;
  background-color: var(--secondary);
}

.structure h2 {
  margin-bottom: 24px;
}

.structure p + p {
  margin-top: 20px;
}

.structure p.sup {
  opacity: 0.5;
}

.structure__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

.structure__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.structure__col--desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 403px;
  margin: 0;
  padding: 0;
}

.structure__col + .structure__col {
  padding-left: 70px;
}

.structure-desc {
  background-color: #fff;
  -webkit-box-shadow: 0 12px 45px rgba(0,24,61,0.12);
          box-shadow: 0 12px 45px rgba(0,24,61,0.12);
  border-radius: 6px;
  padding: 50px 26px;
  margin-top: -88px;
}

.structure-desc__icon {
  margin-bottom: 20px;
  width: 34px;
  height: 44px;
}

.structure-desc__icon svg {
  max-width: 100%;
  max-height: 100%;
}

.structure-desc__list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.38;
}

.structure-desc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.structure-desc__item:not(:last-child) {
  margin-bottom: 11px;
}

.structure-desc__item b {
  font-weight: 500;
  line-height: 1.63;
  margin-bottom: 4px;
}

.instructionDescription {
  margin-top: 60px;
}

.schemes__titleWrapper {
  margin-bottom: 63px;
}

.schemes__subtitle {
  font-size: 24px;
  font-weight: 500;
  margin: 26px 0 0 !important;
  max-width: 50%;
}

.schemes__subtitle span {
  text-transform: uppercase;
  color: var(--primary);
}

.schemesDescription__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -70px;
}

.schemesDescription__item {
  width: 100%;
  height: 388px;
  background-color: var(--secondary);
  border-radius: 4px;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.schemesDescription__text {
  width: 50%;
  padding-left: 32px;
  margin-top: 70px;
}

.schemesDescription__text:nth-child(2) {
  padding-left: 0;
  padding-right: 32px;
}

.schemesDescription__text .dosage__text {
  font-size: 18px;
}

.schemesDescription__text .application__days {
  margin-left: 32px;
}

.schemesDescription__text .application__content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.schemesDescription__img {
  width: 50%;
  margin-top: -41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.schemesDescription__tag {
  border-radius: 4px;
  background-color: var(--primary);
  padding: 5px 15px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
}

.schemesDescription__recommend {
  font-weight: 500;
  font-size: 24px;
  margin-top: 36px;
  margin-bottom: 32px;
}

.schemesDescription__note {
  margin-top: 26px;
  margin-bottom: 60px;
}

.schemesDescription__banner {
  text-align: center;
  margin-bottom: 16px;
}

.schemesDescription__banner img {
  width: 100%;
  margin: 0 auto;
}

.shemesApplication {
  padding: 96px 0 100px;
  background-color: var(--secondary);
}

.shemesApplication__title {
  text-align: center;
  margin-bottom: 56px;
}

.shemesApplication__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -86px;
  margin-top: -40px;
  counter-reset: list 0;
}

.shemesApplication__list.shemesApplication__slider {
  display: block;
  margin-left: 0;
}

.shemesApplication__item {
  position: relative;
  width: calc(25% - 86px);
  margin-left: 86px;
  margin-top: 40px;
}

.shemesApplication__slider .shemesApplication__item {
  width: 210px;
  margin-left: 12px;
}

.shemesApplication__item:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary);
  -webkit-box-shadow: 0 12px 32px rgba(194,200,209,0.44);
          box-shadow: 0 12px 32px rgba(194,200,209,0.44);
  border-radius: 50%;
  width: 56px;
  height: 56px;
}

.shemesApplication__item:after {
  content: "";
  display: block;
  position: absolute;
  right: -53px;
  top: 120px;
  background-image: url("/assets/drops/img/arrow-right.svg");
  background-size: contain;
  width: 20px;
  height: 12px;
}

.shemesApplication__item:nth-child(4n):after,
.shemesApplication__item:last-child:after {
  display: none;
}

.shemesApplication__img {
  text-align: center;
  max-width: 239px;
  max-height: 239px;
  margin: 0 auto;
}

.shemesApplication__img img,
.shemesApplication__img svg {
  max-width: 100%;
  max-height: 239px;
}

.shemesApplication__text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 28px;
  text-align: center;
}

.where-buy__title {
  margin-bottom: 50px;
}

.where-buy__wrapper {
  margin-bottom: -50px;
  margin-top: 28px;
}

.where-buy__wrapper h2 {
  margin-bottom: 24px;
}


@-webkit-keyframes line {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes line {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes virus1 {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes virus1 {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@-webkit-keyframes rotate-bottle {
  0%, 100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0, 0);
            transform: rotate(0deg) scale(1) translate(0, 0);
  }

  50% {
    -webkit-transform: rotate(-125deg) scale(0.5) translate(185px, 108px);
            transform: rotate(-125deg) scale(0.5) translate(185px, 108px);
  }
}

@keyframes rotate-bottle {
  0%, 100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0, 0);
            transform: rotate(0deg) scale(1) translate(0, 0);
  }

  50% {
    -webkit-transform: rotate(-125deg) scale(0.5) translate(185px, 108px);
            transform: rotate(-125deg) scale(0.5) translate(185px, 108px);
  }
}

.modal-close,
.hamburger {
  -webkit-tap-highlight-color: transparent;
}

.footer {
  background-color: #5e677b;
  color: #a0a0ad;
  font-size: 16px;
  padding-top: 50px;
  padding-bottom: 92px;
}

.footer.nowarning {
  padding-bottom: 50px;
}

.footer-logo {
  margin-bottom: 26px;
  height: 27px;
}

.footer-logo svg {
  max-height: 100%;
}

.footer-nav__item:not(:last-child) {
  margin-bottom: 18px;
}

.footer-nav__link {
  color: #a0a0ad;
}

.footer-nav__link sup {
  color: #a0a0ad;
}

.footer-nav__link:hover,
.footer-nav__link.active {
  color: var(--secondary);
}

.footer-nav__title {
  font-size: 16px;
  line-height: 1.18;
  color: #fff;
  margin-bottom: 28px;
}

.footer-copy {
  max-width: 360px;
  margin-bottom: 48px;
  line-height: 1.1;
}

.footer-copy p {
  margin: 0 0 16px;
}

.footer-copy span {
  font-size: 12px;
}

.footer-copy a {
  color: #a0a0ad;
}

.footer-copy a:hover {
  color: var(--secondary);
}

.warning {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: #fff;
  bottom: 0;
  -webkit-box-shadow: 0 -1px 9px 0 rgba(0,0,0,0.1);
          box-shadow: 0 -1px 9px 0 rgba(0,0,0,0.1);
  z-index: 80;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  opacity: 1;
  position: fixed;
}

.warning.hide {
  position: relative;
}

.warning.hide .warningShow {
  display: none;
}

.warning__text {
  font-family: 'Attentica', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 40px;
  margin: 0 auto;
  padding: 0;
  color: #d2d2d2;
  text-align: center;
  position: relative;
}

.warning__text p {
  padding: 5px 70px;
  margin: 0;
  line-height: 0.8;
}

.warningShow {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.3;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 100%;
  text-align: left;
  color: #000;
  cursor: pointer;
  background: url("/assets/drops/img/eye.png") right no-repeat;
}

.warningShow:hover {
  opacity: 1;
  width: 296px;
  background-color: #f1f1f1;
}

.warningShow:hover .warningShow__text {
  display: block;
}

.warningShow__text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: none;
  display: none;
  position: absolute;
  top: 50%;
  margin: 0 10px 0 10px;
  padding: 0;
  line-height: 0;
  text-align: left;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 2px 4px rgba(0,2,22,0.22);
          box-shadow: 0 2px 4px rgba(0,2,22,0.22);
  height: 72px;
  background-color: #fff;
  -webkit-transition: top 0.2s;
  -o-transition: top 0.2s;
  transition: top 0.2s;
}

.header.no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo svg {
  max-width: 100%;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

.header__link {
  color: var(--text);
  margin-left: 28px;
}

.header__link:hover,
.header__link.active {
  color: var(--primary);
}

.modal-wrap {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.modal-wrap.hidden {
  visibility: hidden;
  opacity: 0;
  left: 100%;
}

.modal-back {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.36);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}

.modal-back:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 1px;
  margin-left: -1px;
  vertical-align: middle;
}

.modal-window {
  width: calc(100% - 40px);
  max-width: 1110px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(66,84,119,0.22);
          box-shadow: 0 2px 6px 0 rgba(66,84,119,0.22);
  background-color: #fff;
  padding: 0;
  margin: 10px auto;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  white-space: normal;
  position: relative;
}

.modal-close {
  position: absolute;
  z-index: 10;
  top: 18px;
  right: 18px;
  width: 18px;
  height: 18px;
  text-decoration: none;
  padding: 0;
  cursor: pointer;
}

.modal-close span {
  display: block;
  height: 18px;
  width: 18px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.modal-close span:hover {
  opacity: 0.6;
}

.modal-close span:before,
.modal-close span:after {
  content: '';
  position: absolute;
  z-index: 5;
  display: block;
  width: 22px;
  height: 2px;
  background: #00acdc;
  top: 8px;
  left: -2px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.modal-close span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

.modal-close span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

.modal-body {
  padding-bottom: 20px;
}

.btn,
a.btn {
  display: inline-block;
  min-width: 212px;
  height: 54px;
  padding: 0 22px;
  font-weight: 400;
  font-size: 16px;
  background: var(--primary);
  color: #fff;
  border-radius: 4px;
  border: 1px solid var(--primary);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn span {
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn:nth-child(2n),
a.btn:nth-child(2n) {
  margin-left: 26px;
}

.btn--inverted,
a.btn--inverted {
  background-color: transparent;
  border: 1px solid var(--primary);
  color: var(--text);
}

.btn:hover,
a.btn:hover {
  color: #fff;
  background-color: #008ab0;
  border: 1px solid #008ab0;
}

.btn--text,
a.btn--text {
  background-color: transparent;
  border-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  color: #5b5a6a;
  height: auto;
}

.btn--text:hover,
a.btn--text:hover {
  background-color: transparent;
  color: var(--primary);
  border-color: transparent;
}

.btn--icon,
a.btn--icon {
  padding-left: 20px;
  padding-right: 20px;
}

.btn--icon svg path,
a.btn--icon svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  stroke: var(--primary);
}

.btn--icon:hover svg path,
a.btn--icon:hover svg path {
  stroke: #fff;
}

.btn svg,
a.btn svg {
  max-width: 100%;
  max-height: 100%;
  margin-right: 11px;
}

input[type="submit"] {
  background-color: #00acdc;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

input[type="submit"]:hover {
  background-color: #008ab0;
}

.btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
}

.btn__wrapper--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn__wrapper > *:not(:first-child) {
  margin-left: 26px;
}

.header-mobile__wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile-menu--open .header-mobile__wrapper {
  display: block;
  padding-top: 32px;
  top: 72px;
  z-index: 103;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.header-mobile__nav {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.header-mobile__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e1e7f0;
  width: 100%;
  padding: 10px 20px;
  margin-left: 0;
  font-size: 16px;
  color: #5b5a6a;
  line-height: 1.63;
  text-decoration: none;
}

.header-mobile__link:hover,
.header-mobile__link.active {
  color: var(--primary);
}

.header-mobile__arrow {
  margin-left: auto;
  margin-right: -2px;
  margin-top: -4px;
}

.header-mobile__arrow svg {
  width: 10px;
  height: 6px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

body.mobile-menu--open {
  height: 100vh;
  overflow: hidden;
}

.header__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
}

.hamburger {
  position: relative;
  z-index: 4;
  width: 28px;
  height: 40px;
  cursor: pointer;
  vertical-align: top;
  overflow: hidden;
  margin-right: auto;
}

.hamburger__line,
.hamburger:before,
.hamburger:after {
  content: '';
  position: absolute;
  z-index: 5;
  display: block;
  height: 2px;
  left: 0;
  background: #00acdc;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
          transform: rotate3d(0, 0, 1, 0deg);
}

.hamburger:before {
  top: 10px;
  width: 28px;
}

.hamburger__line {
  top: 19px;
  width: 28px;
}

.hamburger:after {
  top: 28px;
  width: 28px;
}

.mobile-menu--open .hamburger .hamburger__line {
  left: -29px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mobile-menu--open .hamburger:before {
  top: 19px;
  left: 0;
  width: 28px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-menu--open .hamburger:after {
  top: 19px;
  left: 0;
  width: 28px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

.tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  border-bottom: 4px solid #dce4f1;
}

.tab__item {
  width: 33.333%;
  padding-bottom: 14px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  color: #b6c0d1;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tab__item:not(:first-child) {
  padding-left: 24px;
}

.tab__item.active {
  color: var(--text);
}

.tab__item.active:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  height: 4px;
  bottom: -4px;
  left: 0;
  right: 0;
  background-color: var(--primary);
}

.tab__item:hover {
  color: var(--primary);
}

.tab__content {
  margin-top: 70px;
}

.tab__container {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.tab__container.visibly {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.slick-dots {
  list-style: none;
  margin: 30px auto 0;
  text-align: center;
  padding: 0;
  height: 10px;
}

.slick-dots li {
  display: inline-block;
  cursor: pointer;
  height: 10px;
}

.slick-dots li:not(:first-child) {
  margin-left: 10px;
}

.slick-dots li button {
  display: inline-block;
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 0;
  text-indent: -9999px;
  background-color: #b4c1d6;
  cursor: pointer;
  outline: none;
}

.slick-dots li.slick-active button {
  background-color: var(--primary);
}

.accordion {
  margin-top: 52px;
}

.accordion__wrapper {
  border: 1px solid #b4c1d6;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.accordion__wrapper.active {
  background-color: #f5f8ff;
}

.accordion__wrapper:not(:last-child) {
  margin-bottom: 18px;
}

.accordion__title {
  padding: 18px 25px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.accordion__title:hover {
  color: var(--primary);
}

.accordion__title:hover sup {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--primary);
}

.accordion__title svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion__wrapper.active .accordion__title {
  color: var(--primary);
}

.accordion__title > span {
  margin-right: 12px;
}

.accordion__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion__arrow svg {
  width: 12px;
  height: 8px;
}

.accordion__wrapper.active .accordion__arrow {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 26px;
  margin-right: 13px;
}

.accordion__content {
  padding: 0 25px 18px 25px;
  display: none;
  font-size: 16px;
  line-height: 1.5;
}

.accordion__content sup {
  color: var(--text);
}

.accordion__content a sup {
  color: var(--primary);
}

.accordion__wrapper.active .accordion__content {
  display: block;
}

.accordion__content p:not(:last-child) {
  margin: 0 0 10px;
}

@media only screen and (max-width: 1023px) {
  .excellence__item {
    margin-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .excellence__list {
    margin-left: 0;
  }
}

@media only screen and (max-width: 50em) {
  .dosage__icon {
    width: 50px;
    height: 50px;
    margin-right: 12px;
  }

  .dosage__icon svg {
    margin-top: -5px;
    width: 65%;
    margin-right: 5px;
  }

  .dosage__text {
    font-size: 16px;
  }

  .days__text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 679px) {
  .structure__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 519px) {
  .aboutMenu__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 79.375em) {
  .application__text {
    width: 55%;
  }
}

@media only screen and (max-width: 74.95em) {
  .mq-show-lg {
    display: initial !important;
  }

  .mq-hide-lg {
    display: none !important;
  }

  .mq-display-block-lg {
    display: block !important;
  }

  .mq-display-inline-lg {
    display: inline !important;
  }

  .mq-display-inline-block-lg {
    display: inline-block !important;
  }

  .mq-display-flex-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .col-lg-1-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .col-lg-1-2,
  .col-lg-2-4,
  .col-lg-3-6,
  .col-lg-5-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-1-3,
  .col-lg-2-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .col-lg-2-3,
  .col-lg-4-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666%;
            flex: 0 0 66.666%;
    max-width: 66.666%;
  }

  .col-lg-1-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-3-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-1-5,
  .col-lg-2-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .col-lg-2-5,
  .col-lg-4-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .col-lg-3-5,
  .col-lg-6-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .col-lg-4-5,
  .col-lg-8-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .col-lg-1-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666%;
            flex: 0 0 16.666%;
    max-width: 16.666%;
  }

  .col-lg-5-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333%;
            flex: 0 0 83.333%;
    max-width: 83.333%;
  }

  .col-lg-1-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .col-lg-3-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }

  .col-lg-7-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }

  .col-lg-9-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
  }

  .structure__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
  }

  .structure__col--desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
}

@media only screen and (max-width: 69.1875em) {
  .banner .btn:not(.btn--text) {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 68.75em) {
  .img__wrapper {
    height: 150px;
    width: 150px;
  }

  .img__circle {
    height: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 65em) {
  .application__img {
    width: 45%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 59.95em) {
  .pageTitle--text {
    height: auto;
    padding-bottom: 48px;
  }

  .pageTitle--text h2 {
    margin-top: 12px;
    font-size: 20px;
  }

  .pageTitle--text .banner__link {
    margin-top: 50px;
  }

  .pageTitle--text .banner__img {
    margin-right: 0;
  }

  .pageTitle--banner {
    padding-top: 60px;
  }

  .page-content {
    padding: 60px 0;
  }

  .page-content--schemes {
    padding-bottom: 0;
  }

  .mq-show-md {
    display: initial !important;
  }

  .mq-hide-md {
    display: none !important;
  }

  .mq-display-block-md {
    display: block !important;
  }

  .mq-display-inline-md {
    display: inline !important;
  }

  .mq-display-inline-block-md {
    display: inline-block !important;
  }

  .mq-display-flex-md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .col-md-1-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .col-md-1-2,
  .col-md-2-4,
  .col-md-3-6,
  .col-md-5-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-1-3,
  .col-md-2-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .col-md-2-3,
  .col-md-4-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666%;
            flex: 0 0 66.666%;
    max-width: 66.666%;
  }

  .col-md-1-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-3-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-1-5,
  .col-md-2-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .col-md-2-5,
  .col-md-4-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .col-md-3-5,
  .col-md-6-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .col-md-4-5,
  .col-md-8-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .col-md-1-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666%;
            flex: 0 0 16.666%;
    max-width: 16.666%;
  }

  .col-md-5-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333%;
            flex: 0 0 83.333%;
    max-width: 83.333%;
  }

  .col-md-1-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .col-md-3-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }

  .col-md-7-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }

  .col-md-9-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
  }

  .banner {
    height: auto;
    padding: 40px 0 0;
  }

  .banner__imgMobile {
    margin-top: 40px;
    width: 80%;
  }

  .banner .btn__wrapper {
    margin-top: -30px;
  }

  .banner:before,
  .banner:after {
    height: 540px;
    background-position: inherit;
  }

  .description {
    padding: 45px 0;
  }

  .description__title h2 {
    font-size: 37px;
    margin: 0;
  }

  .description__title p {
    font-size: 18px;
  }

  .description__excellence {
    margin-bottom: 50px;
  }

  .application__title h2 {
    font-size: 34px;
  }

  .application__title p {
    margin-right: -80%;
    font-size: 20px;
  }

  .application__desc {
    margin-top: 50px;
  }

  .aboutExcellence {
    padding-bottom: 48px;
    padding-top: 15px;
  }

  .aboutExcellence__list .slick-list {
    margin: 0 -20px;
  }

  .aboutExcellence__link.open {
    margin-top: 35px;
  }

  .release-form {
    padding: 50px 0 25px;
  }

  .aboutHow__listWrapper {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .aboutHow__list {
    margin-left: -20px;
  }

  .aboutHow__item {
    width: calc(50% - 20px);
    margin-left: 20px;
  }

  .aboutHow__text {
    line-height: 1.47;
  }

  .questions__title {
    margin-bottom: 37px;
  }

  .instruction__title {
    margin-bottom: 30px;
  }

  .structure {
    padding: 40px 0;
  }

  .structure h2 {
    margin-bottom: 14px;
    line-height: 1.56;
  }

  .structure p.sup {
    font-size: 13px;
  }

  .structure__col + .structure__col {
    padding-left: 30px;
  }

  .structure-desc {
    margin-top: -72px;
  }

  .schemes__subtitle {
    max-width: 80%;
    font-size: 20px;
  }

  .schemesDescription__list {
    margin-top: -40px;
  }

  .schemesDescription__item {
    margin-top: 40px;
  }

  .schemesDescription__text {
    margin-top: 40px;
    width: 60%;
  }

  .schemesDescription__text .dosage__text {
    font-size: 15px;
  }

  .schemesDescription__text .application__days {
    margin-left: 20px;
  }

  .schemesDescription__img {
    width: 40%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .schemesDescription__item--2 .schemesDescription__img {
    margin-top: -25px;
  }

  .schemesDescription__recommend {
    font-size: 20px;
  }

  .shemesApplication {
    padding: 50px 0;
  }

  .shemesApplication__list.shemesApplication__slider .slick-list {
    margin-right: -20px;
    margin-left: -20px;
  }

  .shemesApplication__item:before {
    width: 38px;
    height: 38px;
    right: 25px;
  }

  .shemesApplication__item:after {
    top: 82px;
    right: -16px;
  }

  .shemesApplication__item:nth-child(4n):after {
    display: block;
  }

  .shemesApplication__img {
    max-width: 172px;
    max-height: 172px;
  }

  .shemesApplication__img img,
  .shemesApplication__img svg {
    max-height: 172px;
  }

  .shemesApplication__text {
    font-size: 15px;
    font-weight: 400;
  }

  .where-buy__title {
    margin-bottom: 30px;
  }

  .warning__text {
    font-size: 28px;
  }

  .tab__item {
    font-size: 16px;
    line-height: 1.4;
  }

  .slick-dots {
    margin-left: -35px;
  }
}

@media only screen and (max-width: 47.95em) {
  body {
    font-size: 14px;
    line-height: 1.57;
  }

  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 20px;
  }

  .logo {
    font-size: 20px;
  }

  .pageTitle--text h2 {
    font-size: 16px;
  }

  .pageTitle--text p {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.57;
  }

  .pageTitle--text .banner__link {
    margin-top: 28px;
  }

  .pageTitle--text .banner__img {
    margin-top: 24px;
    height: 169px;
  }

  .pageTitle--banner {
    margin-top: 52px;
    padding-top: 24px;
    height: 148px;
  }

  .pageTitle--banner:before {
    height: 148px;
  }

  .pageTitle--banner:after {
    height: 148px;
    background-size: auto 148px;
  }

  .page-content {
    margin-top: 52px;
    padding-top: 25px;
  }

  .page-content--schemes {
    padding-bottom: 0;
  }

  .page-content .accordion {
    margin-top: 18px;
  }

  .page-content section + section {
    margin-top: 18px;
  }

  .mq-show-sm {
    display: initial !important;
  }

  .mq-hide-sm {
    display: none !important;
  }

  .mq-display-block-sm {
    display: block !important;
  }

  .mq-display-inline-sm {
    display: inline !important;
  }

  .mq-display-inline-block-sm {
    display: inline-block !important;
  }

  .mq-display-flex-sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .col-sm-1-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .col-sm-1-2,
  .col-sm-2-4,
  .col-sm-3-6,
  .col-sm-5-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-1-3,
  .col-sm-2-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .col-sm-2-3,
  .col-sm-4-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666%;
            flex: 0 0 66.666%;
    max-width: 66.666%;
  }

  .col-sm-1-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-3-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-1-5,
  .col-sm-2-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .col-sm-2-5,
  .col-sm-4-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .col-sm-3-5,
  .col-sm-6-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .col-sm-4-5,
  .col-sm-8-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .col-sm-1-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666%;
            flex: 0 0 16.666%;
    max-width: 16.666%;
  }

  .col-sm-5-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333%;
            flex: 0 0 83.333%;
    max-width: 83.333%;
  }

  .col-sm-1-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .col-sm-3-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }

  .col-sm-7-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }

  .col-sm-9-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
  }

  .banner {
    margin-top: 52px;
    padding-top: 24px;
  }

  .banner:before,
  .banner:after {
    height: 437px;
  }

  .banner:after {
    background-position: bottom center;
    background-size: auto 437px;
  }

  .banner__imgMobile {
    margin: 24px auto 0;
  }

  .banner .btn__wrapper {
    margin-top: -10px;
  }

  .banner__logo .logo {
    font-size: 20px;
  }

  .banner__title {
    font-size: 16px;
    margin-top: 0;
  }

  .banner__desc {
    margin-top: 12px;
  }

  .banner__desc p {
    font-size: 16px;
  }

  .banner__link {
    margin-top: 15px;
  }

  .banner__img {
    text-align: center;
  }

  .description__title h2 {
    font-size: 20px;
    margin: 0 0 8px;
  }

  .description__img {
    margin-top: 24px;
  }

  .description__excellence {
    margin-bottom: 20px;
  }

  .img__wrapper {
    height: 112px;
    width: 112px;
  }

  .img__wrapperMobile .img__wrapper {
    height: 112px;
    width: 112px;
  }

  .application {
    padding: 32px 0 0;
  }

  .application__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .application__text {
    width: 100%;
  }

  .application__img {
    width: auto;
    margin-right: -20px;
    margin-bottom: 0;
    margin-left: -20px;
    margin-top: 15px;
  }

  .application__title p {
    margin-right: 0;
  }

  .application__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .application__dosage {
    width: 100%;
  }

  .application__days {
    margin-top: 16px;
  }

  .footnote__item {
    font-size: 12px;
  }

  .aboutMenu {
    margin-top: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 4px rgba(0,24,61,0.22);
            box-shadow: 0 2px 4px rgba(0,24,61,0.22);
  }

  .aboutMenu > .container {
    padding: 0;
  }

  .aboutMenu {
    height: 48px;
  }

  .aboutMenu__list {
    overflow-x: scroll;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 48px;
  }

  .aboutMenu__link {
    font-size: 14px;
  }

  .aboutMenu.fixed {
    height: 48px;
  }

  .aboutDescription {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .aboutDescription__text {
    margin-top: 24px;
  }

  .aboutDescription__text h2 {
    margin-bottom: 12px;
  }

  .aboutExcellence__list .slick-slide {
    width: 300px;
  }

  .aboutExcellence__item {
    height: 304px;
  }

  .aboutExcellence__icon {
    height: 184px;
  }

  .release-form {
    padding: 32px 0 12px;
  }

  .release-form h2 {
    font-size: 18px;
  }

  .aboutHow {
    padding-top: 12px;
  }

  .aboutHow__listWrapper {
    margin-top: 10px;
    padding-bottom: 40px;
  }

  .aboutHow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .aboutHow__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc(100% - 20px);
    height: auto;
    min-height: 86px;
    margin-top: 12px;
    padding: 10px;
  }

  .aboutHow__icon {
    width: 47px;
    height: 47px;
    margin-right: 15px;
  }

  .aboutHow__text {
    text-align: left;
    font-size: 15px;
    margin-top: 0;
  }

  .questions__title {
    margin-bottom: 22px;
  }

  .instruction__title {
    margin-bottom: 16px;
  }

  .structure-desc {
    margin-top: -90px;
    padding: 22px 16px 20px;
  }

  .structure-desc__item b {
    font-size: 15px;
    line-height: 1.47;
    margin-bottom: 6px;
  }

  .schemes__titleWrapper {
    margin-bottom: 32px;
  }

  .schemes__subtitle {
    max-width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px !important;
  }

  .schemesDescription__list {
    margin-top: -24px;
  }

  .schemesDescription__item {
    margin-top: 24px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .schemesDescription__item--2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .schemesDescription__text:nth-child(2) {
    padding: 24px 15px 0;
  }

  .schemesDescription__text {
    margin-top: 0;
    padding: 24px 15px 0;
    width: 100%;
  }

  .schemesDescription__text .application__days {
    margin-left: 0;
  }

  .schemesDescription__img {
    width: 100%;
    margin-top: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    max-height: 220px;
  }

  .schemesDescription__item--1 .schemesDescription__img img {
    width: 53%;
  }

  .schemesDescription__item--2 .schemesDescription__img img {
    margin-left: 75%;
    margin-top: 25px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .schemesDescription__item--3 .schemesDescription__img img {
    margin-top: 40px;
  }

  .schemesDescription__tag {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }

  .schemesDescription__recommend {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .schemesDescription__note {
    margin-bottom: 16px;
  }

  .shemesApplication {
    padding: 32px 0 48px;
  }

  .shemesApplication__title {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .where-buy__title {
    margin-bottom: 16px;
  }

  .footer {
    padding: 35px 0;
  }

  .footer [class*="col-"] {
    margin-top: 30px;
  }

  .warning__text {
    font-size: 22px;
  }

  .header {
    height: 52px;
    padding: 0;
  }

  .header__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .modal-window {
    width: calc(100% - 20px);
  }

  .mobile-menu--open .header-mobile__wrapper {
    top: 52px;
  }

  .tab__item {
    font-size: 14px;
  }

  .tab__content {
    margin-top: 40px;
  }

  .slick-dots {
    margin-right: -20px;
  }

  .accordion {
    margin-top: 16px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .accordion__wrapper {
    padding: 13px 20px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }

  .accordion__wrapper:not(:last-child) {
    margin-bottom: -1px;
  }

  .accordion__title {
    font-size: 15px;
    line-height: 1.3;
  }

  .accordion__arrow svg {
    width: 9px;
  }
}

@media only screen and (max-width: 42.45em) {
  .structure__col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }

  .structure__col--desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100% !important;
    margin: 0 0 25px;
  }

  .structure__col + .structure__col {
    padding-left: 0;
  }

  .instructionDescription {
    margin-top: -20px;
  }
}

@media only screen and (max-width: 39.938em) {
  .aboutMenu__list {
    padding: 0 20px 15px;
    height: 64px;
  }

  .aboutMenu__item:not(:last-child) {
    margin-right: 32px;
  }
}

@media only screen and (max-width: 29.62em) {
  .mq-show-xs {
    display: initial !important;
  }

  .mq-hide-xs {
    display: none !important;
  }

  .mq-display-block-xs {
    display: block !important;
  }

  .mq-display-inline-xs {
    display: inline !important;
  }

  .mq-display-inline-block-xs {
    display: inline-block !important;
  }

  .mq-display-flex-xs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .grid {
    margin-left: -15px;
  }

  .grid:first-child {
    margin-top: -20px;
  }

  .grid.grid-nomargin-top {
    margin-top: 0;
  }

  .grid.grid-nomargin-top > [class*="col-"] {
    margin-top: 0;
  }

  [class*="col-"] {
    padding-left: 15px;
    margin-top: 20px;
  }

  .col-xs-1-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .col-xs-1-2,
  .col-xs-2-4,
  .col-xs-3-6,
  .col-xs-5-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-1-3,
  .col-xs-2-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .col-xs-2-3,
  .col-xs-4-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666%;
            flex: 0 0 66.666%;
    max-width: 66.666%;
  }

  .col-xs-1-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-3-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-1-5,
  .col-xs-2-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xs-2-5,
  .col-xs-4-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xs-3-5,
  .col-xs-6-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xs-4-5,
  .col-xs-8-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .col-xs-1-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666%;
            flex: 0 0 16.666%;
    max-width: 16.666%;
  }

  .col-xs-5-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333%;
            flex: 0 0 83.333%;
    max-width: 83.333%;
  }

  .col-xs-1-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .col-xs-3-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }

  .col-xs-7-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }

  .col-xs-9-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
  }

  .description {
    padding-top: 26px;
  }

  .application__title h2 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 14px;
  }

  .application__title p {
    font-size: 18px;
  }

  .application__desc {
    margin-top: 20px;
  }

  .days__icon {
    margin-right: 12px;
  }

  .days__text {
    font-size: 16px;
  }

  .aboutExcellence:before {
    top: 50%;
  }

  .aboutExcellence__list .slick-slide {
    width: 268px;
  }

  .aboutExcellence__link.open {
    margin-top: 20px;
  }

  .structure__col--desc {
    padding: 0;
  }

  .warning__text {
    font-size: 16px;
  }

  .btn,
  a.btn {
    width: 100%;
    height: 44px;
  }

  .btn__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }

  .btn__wrapper > *:not(:first-child) {
    margin-left: 0 !important;
    margin-top: 10px;
  }

  .tab__content {
    margin-top: 24px;
  }

  .accordion__content {
    margin-top: 8px;
  }

  .accordion__content p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .mq-show-xxs {
    display: initial !important;
  }

  .mq-hide-xxs {
    display: none !important;
  }

  .mq-display-block-xxs {
    display: block !important;
  }

  .mq-display-inline-xxs {
    display: inline !important;
  }

  .mq-display-inline-block-xxs {
    display: inline-block !important;
  }

  .mq-display-flex-xxs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .banner__imgMobile {
    width: 100%;
    margin: 12px auto 0;
    text-align: center;
  }
}

@media only screen and (max-width: 19.95em) {
  .col-xxs-1-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .col-xxs-1-2,
  .col-xxs-2-4,
  .col-xxs-3-6,
  .col-xxs-5-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxs-1-3,
  .col-xxs-2-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .col-xxs-2-3,
  .col-xxs-4-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666%;
            flex: 0 0 66.666%;
    max-width: 66.666%;
  }

  .col-xxs-1-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxs-3-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxs-1-5,
  .col-xxs-2-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xxs-2-5,
  .col-xxs-4-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xxs-3-5,
  .col-xxs-6-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xxs-4-5,
  .col-xxs-8-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .col-xxs-1-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666%;
            flex: 0 0 16.666%;
    max-width: 16.666%;
  }

  .col-xxs-5-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333%;
            flex: 0 0 83.333%;
    max-width: 83.333%;
  }

  .col-xxs-1-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .col-xxs-3-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }

  .col-xxs-7-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }

  .col-xxs-9-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
  }

  .slick-dots {
    margin-right: 0;
  }
}
