@import "_fonts.css";
@import "_buttons.css";
@import "_header.css";
@import "_first.css";
@import "_doses.css";
@import "_schemes.css";
@import "_videomaterials.css";
@import "_buy.css";
@import "_faq.css";
@import "_dropdown.css";
@import "_form.css";
@import "_source.css";
@import "_footer.css";
@import "_modal.css";
@import "_articles.css";
@import "_breadcrumbs.css";
@import "animate.css";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
div,
p,
section,
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

html,
body {
  font-family: "Wix Madefor Display", sans-serif;
  line-height: 1.2;
  color: #2F383E;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

body {
  will-change: scroll-position;
}

html {
  overflow-x: hidden;
}

html.global-scrollblock {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}

* {
  outline: none;
  box-sizing: border-box;
  font-family: "Wix Madefor Display", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

.content {
  width: 1515px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}

@media screen and (max-width: 1560px) {
  .content {
    width: 1240px;
    padding: 0 40px;
  }
}

@media screen and (max-width: 1240px) {
  .content {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .content {
    width: 100%;
    padding: 0 16px;
  }
}

svg {
  display: block;
}

sup {
  vertical-align: super;
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  font-size: 75%;
  line-height: 1;
  color: currentColor;
  white-space: nowrap;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}

.animated {
  opacity: 0;
}

:root {
  --animate-delay: 0.3s;
}

main {
  overflow: hidden;
  height: 100%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  *[class*=elem] {
    transform: scale(0.5);
    transform-origin: 0 0;
  }
}

@keyframes bloodMoveV {
  0% {
    transform: translateY(10px);
  }

  to {
    transform: translateY(-10px);
  }
}

@keyframes bloodMoveH {
  0% {
    transform: translateX(10px);
  }

  to {
    transform: translateX(-10px);
  }
}