/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

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

pre {
  font-size: 1em;
}

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-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.4em;
}

button,
input,
optgroup,
select,
textarea {
  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 {
  -webkit-box-sizing: border-box;
  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] {
  -webkit-box-sizing: border-box;
  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;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

input,
textarea {
  border-radius: 0;
}

button {
  padding: 0;
  cursor: pointer;
}

body,
html {
  height: 100%;
}

:root {
  --header-height: 109px;
  --max-height: 100vh;
  --icon-size: 120px;
  --btn-size: 52px;
  --gap: 24px;
  --padding-large: 40px;
  --padding-medium: 24px;
  --padding-normal: 16px;
  --padding-small: 8px;
  --padding-popup: 24px;
  --color-dark: #323232;
  --color-grey: rgba(49, 57, 64, 0.6);
  --color-border: rgba(49, 57, 64, 0.1);
  --color-accent: #C4151C;
  --color-hover: #b21117;
  --color-active: #a40e14;
  --color-blue-light: #ecf3f9;
  --color-pink-light: #fff3f8;
  --color-pink: #c77897;
  --color-light: #fafafa;
  --color-white: #ffffff;
  --transition-duration: 0.3s;
  --radius-large: 40px;
  --radius-medium: 24px;
  --radius-small: 16px;
}

.menu__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 4px;
  border: none;
  background-color: unset;
  width: 24px;
  height: 24px;
}

.menu__btn img {
  width: 16px;
  height: 16px;
}

.menu__list, .popup__inner {
  overflow: auto;
  scrollbar-color: var(--color-accent) var(--color-border);
  scrollbar-width: thin;
}

.menu__list::-webkit-scrollbar, .popup__inner::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.menu__list::-webkit-scrollbar-track, .popup__inner::-webkit-scrollbar-track {
  background-color: var(--color-border);
}

.menu__list::-webkit-scrollbar-thumb, .popup__inner::-webkit-scrollbar-thumb {
  background-color: var(--color-accent);
}

.article__content h1, .error__title, .welcome__title {
  font-weight: 500;
  font-size: 56px;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.about {
  background-image: url("../assets/bckg_desk 1.png");
  background-repeat: no-repeat;
  background-position: center -250px;
  background-size: cover;
}
.about__text {
  padding: 0;
}
.about__card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(95.74deg, #FFFFFF -0.53%, #F9F6F6 32.61%, #A5A5A5 65.76%, #6D6D6D 98.9%);
}
.about__card::before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  background-image: url("/test-2/assets/woman.png");
  background-position: 50% -50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 430px) {
  .about__card::before {
    left: 30%;
  }
}

.about__desc {
  padding: 0;
}
.about__desc--big {
  font-size: 32px;
  font-weight: 500;
}

.about__title, .article__content h2, .articles__title, .card__title, .effects__title, .reviews__title, .shop__title, .usage__title, .when__title, .why__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
}

.about-card__title, .about__desc, .article__content h3, .contacts__link, .effects-slider__name, .shop__subtitle, .why__subtitle {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
}

.article__content h4, .articles__name, .product-info__title, .review__name, .spoller__btn, .usage__subtitle, .when__name, .when__text, .why__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
}

.cookie__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}

.lesion__title, .usage-list__dose, .usage-list__term, .use__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}

.error__text, .welcome__text {
  font-size: 24px;
  line-height: 1.3;
}

.about-card__point, .about__text, .article__content p, .card__text, .effects-slider__desc, .lesion__item_divider, .popup__text, .product-info__desc, .review__text, .spoller__item, .spoller__item a, .usage-list__title, .usage-warning__text, .usage-warning__title, .usage__desc, .use__desc, .when__desc, .why__text {
  font-size: 18px;
  line-height: 1.5;
}

.lesion__text, .lesion__type, .usage-list__text, .welcome__info {
  font-size: 14px;
  line-height: 1.43;
}

.about__note, .effects-slider__fraction, .welcome__desc {
  font-size: 12px;
}

.articles__link, .btn, .effects-slider__button, .menu__close, .popup__close, .shop__link::after {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: var(--color-dark);
  background-color: var(--color-white);
}

html.is-lock {
  overflow: clip;
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-top: 120px;
  overflow: clip;
}
@media (max-width: 600px) {
  .wrapper {
    padding-top: 90px;
  }
}

.page {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.page_light {
  background-color: var(--color-white);
}

.page_grey {
  position: relative;
}

.container {
  width: 1856px;
  padding: 0 8px;
  margin: 0 auto;
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

sup {
  opacity: 0.6;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--btn-size);
  padding: 0 24px;
  white-space: nowrap;
  user-select: none;
  text-align: center;
  background-color: transparent;
  border: none;
  border-radius: var(--radius-large);
  outline: 0;
  transition-duration: var(--transition-duration);
  transition-property: color, background-color, border-color;
}

.btn_cta {
  color: var(--color-white);
  background-color: var(--color-accent);
}

.btn_cta:focus-visible {
  background-color: var(--color-hover);
}

.btn_cta:active {
  background-color: var(--color-active);
}

.btn_light {
  color: var(--color-dark);
  background-color: var(--color-white);
}

.btn_light:focus-visible {
  color: var(--color-white);
  background-color: var(--color-hover);
}

.btn_light:active {
  color: var(--color-white);
  background-color: var(--color-active);
}

.btn_second {
  color: var(--color-white);
  background-color: #566797;
}

.btn_second:focus-visible {
  background-color: #6381d7;
}

.btn_second:active {
  background-color: #384d88;
}

.btn_contour {
  color: var(--color-dark);
  background-color: transparent;
  border: 1px solid var(--color-border);
}

.btn_contour:focus-visible {
  background-color: var(--color-border);
  border-color: transparent;
}

.btn_contour:active {
  color: var(--color-white);
  background-color: var(--color-dark);
  border-color: transparent;
}

.cookie {
  position: fixed;
  z-index: 6;
  right: 0;
  bottom: 128px;
  left: 0;
  background-color: var(--color-accent);
}

.cookie__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--padding-medium) 0;
}

.cookie__text {
  color: var(--color-white);
}

.cookie__text a {
  text-decoration: underline;
  color: inherit;
}

.cookie__btn {
  margin-left: var(--padding-large);
  color: var(--color-accent);
}

.warning {
  position: fixed;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
}

.warning__text {
  padding: var(--padding-medium) 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 54px;
  line-height: 1.1;
  color: var(--color-dark);
  mix-blend-mode: normal;
  opacity: 0.4;
  min-height: 11vh;
  margin-bottom: 0;
}

@-webkit-keyframes ticker {
  to {
    transform: translateX(-50%) rotate(-360deg);
  }
}
@keyframes ticker {
  to {
    transform: translateX(-50%) rotate(-360deg);
  }
}
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-border);
  transition-duration: calc(var(--transition-duration) * 2);
  transition-property: transform, -webkit-transform;
}

.header__body {
  display: flex;
  align-items: center;
  padding: var(--padding-medium) 0;
  justify-content: space-between;
}

.header__logo-box {
  flex-shrink: 0;
  width: 150px;
  height: 60px;
}

.header__logo {
  object-fit: contain;
  object-position: center;
}

.menu__close {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  transition-duration: var(--transition-duration);
  transition-property: color, background-color, border-color;
}

.menu__close:before,
.menu__close:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
  transform: rotate(45deg);
  display: block;
  height: 1.5px;
  border-radius: 99px;
  background-color: #313940;
  width: 15px;
}

.menu__close:after {
  transform: rotate(-45deg);
}

.menu:not(.is-menu-open) .menu__close {
  display: none !important;
}

.menu__close:focus-visible {
  outline: 0;
  background-color: rgba(49, 57, 64, 0.1);
  border-color: transparent;
}

.menu__close:active {
  color: var(--color-white);
  background-color: var(--color-dark);
  border-color: transparent;
}

.menu__link {
  white-space: nowrap;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--color-dark);
  transition-duration: var(--transition-duration);
  transition-property: color;
}

.menu__link:focus-visible {
  outline: 0;
  color: var(--color-hover);
}

.menu__link:active {
  color: var(--color-active);
}

.contacts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--padding-large) / 2 * -1) calc(var(--padding-large) / 2 * -1);
}

.contacts__item {
  margin: 0 calc(var(--padding-large) / 2) calc(var(--padding-large) / 2);
}

.contacts__link {
  white-space: nowrap;
  color: var(--color-white);
  transition-duration: var(--transition-duration);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.contacts__link:focus-visible {
  outline: 0;
  text-decoration: underline;
}

.contacts__link:active {
  text-decoration: underline;
  opacity: 0.6;
}

.product-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
}

.product-info__item_card {
  padding: var(--padding-medium) var(--padding-large);
  background-color: var(--color-white);
  border-radius: var(--radius-small);
}

.product-info__title {
  margin-bottom: var(--padding-small);
}

.breadcrumbs {
  display: flex;
  max-width: 100%;
  font-weight: 400;
  font-size: 14px;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
}

.breadcrumbs__item:not(:last-child) {
  white-space: nowrap;
  color: #989898;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin: 0 10px;
  color: var(--color-accent);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9L5 5L1 1' stroke='%233575AA' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.breadcrumbs__item:not(:last-child) .breadcrumbs__link:focus-visible {
  outline: 0;
  color: var(--color-accent);
}

.breadcrumbs__item:not(:last-child) .breadcrumbs__link:active {
  color: var(--color-accent);
}

.breadcrumbs__item:last-child {
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  line-clamp: 1;
  overflow: hidden;
}

.breadcrumbs__link {
  color: inherit;
  transition-duration: var(--transition-duration);
  transition-property: color;
}

.spoller {
  border-radius: var(--radius-medium);
  border: 1px solid var(--color-border);
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 55px;
}

@media (max-width: 600px) {
  .spoller {
    margin-bottom: 66px;
  }
}
.spoller__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: var(--padding-medium) var(--padding-large);
  color: var(--color-dark);
  border: none;
  border-radius: var(--radius-medium);
  background-color: transparent;
}

.spoller__btn img {
  width: 32px;
  height: 32px;
  transition: all 0.2s ease-in-out;
}

.spoller__btn._spoller-active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.spoller__btn._spoller-active::after {
  transform: scale(1, -1);
}

.spoller__body {
  display: none;
  padding: var(--padding-medium) var(--padding-large) var(--padding-large);
  border-top: 1px solid var(--color-border);
}

ol.spoller__list {
  padding-left: var(--padding-normal);
}

.spoller__list + .spoller__list {
  margin-top: var(--padding-small);
}

.spoller__item {
  color: var(--color-grey);
}

.spoller__item a {
  color: var(--highlight-color) !important;
}

.spoller__item + .spoller__item {
  margin-top: var(--padding-small);
}

.popup {
  position: fixed;
  z-index: -10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: var(--transition-duration);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.popup.is-open {
  z-index: 12;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popup__body {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 1200px;
  max-width: calc(100% - var(--btn-size) * 4);
  max-height: 92%;
  padding: calc(var(--padding-large) * 2);
  background-color: var(--color-white);
  border-radius: var(--radius-medium);
}

.popup__close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: calc(var(--btn-size) * -1.5);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--btn-size);
  height: var(--btn-size);
  color: var(--color-dark);
  background-color: var(--color-white);
  border: none;
  border-radius: 50%;
  transition-duration: var(--transition-duration);
  transition-property: color, background-color, border-color;
  overflow: hidden;
}

.popup__close:focus-visible {
  outline: 0;
  color: var(--color-white);
  background-color: var(--color-hover);
  border-color: transparent;
}

.popup__close:active {
  color: var(--color-white);
  background-color: var(--color-active);
  border-color: transparent;
}

.popup__head {
  flex-shrink: 0;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: var(--padding-large);
}

.popup__title-box:not(:last-child) {
  margin-right: auto;
}

.popup__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
}

.popup__title:not(:last-child) {
  margin-bottom: var(--padding-small);
}

.popup__text {
  color: var(--color-grey);
}

.popup__inner {
  max-width: 100%;
  max-height: 100%;
}

.use {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.use__head {
  margin-bottom: var(--padding-medium);
}

.use__title:not(:last-child) {
  margin-bottom: var(--padding-small);
}

.use__desc {
  color: var(--color-grey);
}

.lesion {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
}

.lesion__main {
  padding: var(--padding-popup);
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-medium);
}

.lesion__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--padding-large);
}

.lesion__item {
  text-align: center;
}

.lesion__img-box {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}

.lesion__main .lesion__img-box {
  margin-bottom: var(--padding-normal);
  background-color: var(--color-pink-light);
}

.lesion__card .lesion__img-box {
  margin-right: var(--padding-popup);
  background-color: var(--color-white);
}

.lesion__img {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}

.lesion__title {
  margin-bottom: var(--padding-normal);
}

.lesion__card_negative .lesion__title {
  color: var(--color-pink);
}

.lesion__card_positive .lesion__title {
  color: var(--color-accent);
}

.lesion__types {
  --height: 32px;
  display: flex;
  height: var(--height);
  margin-top: var(--padding-normal);
}

.lesion__type {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-radius: var(--radius-large);
  overflow: hidden;
}

.lesion__type_positive { /*background-color: var(--color-blue-light);*/
  background-color: #bbc7ff;
}

.lesion__type_positive::after {
  transform: rotate(90deg);
  background-color: var(--color-accent);
}

.lesion__type_positive span {
  color: var(--color-accent);
}

.lesion__type_negative { /*background-color: var(--color-pink-light);*/
  background-color: #c1e6aa;
}

.lesion__type_negative::after {
  transform: rotate(-90deg);
  background-color: var(--color-pink);
}

.lesion__type_negative span {
  color: var(--color-pink);
}

.lesion__type::after {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--height);
  height: var(--height);
  color: var(--color-white);
  border-radius: 50%;
  overflow: hidden;
}

.lesion__type span {
  padding: 0 12px 0 8px;
  line-height: var(--height);
}

.lesion__type + .lesion__type {
  margin-left: 10px;
}

.lesion__card {
  display: flex;
  align-items: center;
  padding: var(--padding-popup);
  border-radius: var(--radius-medium);
}

.lesion__card_negative {
  background-color: var(--color-pink-light);
}

.lesion__card_positive {
  background-color: var(--color-blue-light);
}

.lacto {
  position: fixed;
  z-index: 5;
  right: calc(50% - 920px);
  bottom: 219px;
  width: 220px;
  border-radius: 12px;
  background: linear-gradient(98deg, #81befe 1%, #a29fff 40%, #d493d9 98%);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.lacto.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lacto__body {
  display: flex;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 8px;
}

.lacto__content {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: var(--color-white);
}

.lacto__title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.lacto__desc {
  font-size: 12px;
}

.lacto__img-box {
  position: relative;
  height: 130px;
}

.lacto__img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.lacto__img {
  position: relative;
  object-fit: contain;
  object-position: center;
}

.lacto__warning {
  display: block;
  width: 100%;
  height: 24px;
}

.lacto__close, .lacto__link {
  position: absolute;
  top: 0;
  right: 0;
}

.lacto__link {
  bottom: 0;
  left: 0;
  z-index: 1;
}

.lacto__close {
  z-index: 2;
  padding: 10px;
  font-size: 16px;
  line-height: 1;
  color: var(--color-white);
  background-color: transparent;
  border: none;
}

.welcome {
  position: relative;
  z-index: 1;
  background-color: var(--color-blue-light);
  overflow: hidden;
}

.welcome__body {
  position: relative;
  padding: calc(var(--padding-large) * 2) 0;
}

.welcome__img-box {
  position: absolute;
  z-index: -1;
  right: -110px;
  bottom: 0;
  width: 1070px;
  height: 798px;
}

.welcome__img {
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.welcome__info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 15px;
  margin-bottom: calc(var(--padding-large) * 0.75);
  color: var(--color-pink);
  border: 1px solid var(--color-pink);
  border-radius: 100px;
}

.welcome__title {
  max-width: 764px;
  margin-bottom: var(--padding-large);
}

.welcome__text {
  max-width: 764px;
  margin-bottom: var(--padding-large);
  color: var(--color-grey);
}

.welcome__slider {
  width: 100%;
  margin-bottom: calc(var(--padding-large) * 2);
}

.welcome__items {
  position: relative;
  display: flex;
  width: 100%;
  will-change: transform;
}

.welcome__item {
  flex-shrink: 0;
  width: 286px;
  padding: 16px 16px 32px;
  background-color: var(--color-white);
  border-radius: var(--radius-small);
}

.welcome__icon-box {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  margin-bottom: var(--padding-normal);
}

.welcome__icon {
  object-fit: contain;
  object-position: center;
}

.welcome__benefits {
  font-size: 14px;
  line-height: 1.28;
}

.welcome__btn {
  margin-bottom: var(--padding-large);
}

.welcome__desc {
  color: var(--color-grey);
}

.usage {
  overflow: hidden;
}

.usage__body {
  position: relative;
  padding: calc(var(--padding-large) * 4) 0;
}

.usage__img-box {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
  width: 768px;
  height: 380px;
  pointer-events: none;
}

.usage__img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.usage__img {
  position: relative;
  object-fit: contain;
  object-position: center;
}

.usage__content {
  max-width: 906px;
}

.usage__head {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: var(--padding-large);
}

.usage__title {
  max-width: 610px;
}

.usage__title span {
  color: var(--color-accent);
}

.usage__btn {
  flex-shrink: 0;
  margin-left: var(--padding-large);
}

.usage__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
  margin-bottom: var(--padding-medium);
}

.usage__item {
  display: flex;
  flex-direction: column;
}

.usage__subtitle {
  margin-bottom: var(--padding-medium);
}

.usage__desc {
  margin-bottom: var(--padding-large);
  color: var(--color-grey);
}

.usage-list {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background-color: var(--color-blue-light);
  border-radius: var(--radius-medium);
  overflow: hidden;
}

.usage-list__item {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: var(--padding-popup);
}

.usage-list__item + .usage-list__item {
  border-top: 1px solid var(--color-border);
}

.usage-list__title {
  flex-grow: 1;
  font-weight: 500;
  margin-bottom: var(--padding-small);
}

.usage-list__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.usage-list__info:not(:first-child) {
  margin-top: 16px;
}

.usage-list__schedule {
  display: flex;
  flex-direction: column;
}

.usage-list__schedule .usage-list__text {
  line-height: 1;
}

.usage-list__dose {
  display: flex;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: var(--padding-small);
  color: var(--color-accent);
}

.usage-list__dose::after {
  margin-right: var(--padding-small);
}

.usage-list__text {
  color: var(--color-grey);
}

.usage-list__term {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 46px;
  text-align: center;
  background-color: var(--color-white);
  border-radius: var(--radius-small);
}

.usage-warning {
  padding: 24px;
  border: 1px solid var(--color-pink);
  border-radius: var(--radius-small);
}

.usage-warning__title {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--color-pink);
}

.usage-warning__title svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.usage-warning__text {
  color: var(--color-grey);
}

.reviews {
  background-color: var(--color-blue-light);
}

.reviews_page .reviews__title {
  margin-top: var(--padding-medium);
}

.reviews_main .reviews__body {
  padding: calc(var(--padding-large) * 2) 0 calc(var(--padding-large) * 4);
}

.reviews_page .reviews__body {
  padding: var(--padding-large) 0 calc(var(--padding-large) * 4);
}

.reviews__title {
  margin-bottom: var(--padding-large);
}

.reviews__box {
  position: relative;
  display: flex;
  flex-direction: column;
}

.reviews__items_main {
  display: flex;
}

.reviews__items_main .reviews__item + .reviews__item {
  margin-left: var(--gap);
}

.reviews__items_page {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}

.review {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: var(--padding-large);
  background-color: var(--color-white);
  border-radius: var(--radius-medium);
}

.review__head {
  display: flex;
  align-items: center;
  margin-bottom: var(--padding-normal);
}

.review__img-box {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: var(--padding-medium);
  border-radius: 50%;
  overflow: hidden;
}

.review__img {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}

.review__name {
  display: block;
  padding: 0 2px;
  margin-bottom: calc(var(--padding-normal) * 0.75);
}

.review__rate {
  display: flex;
}

.review__rate span {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.review__rate[data-rate="1"] span:nth-child(-n+1), .review__rate[data-rate="2"] span:nth-child(-n+2), .review__rate[data-rate="3"] span:nth-child(-n+3), .review__rate[data-rate="4"] span:nth-child(-n+4), .review__rate[data-rate="5"] span:nth-child(-n+5) {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTIgMkwxNS4wOSA4LjI2TDIyIDkuMjdMMTcgMTQuMTRMMTguMTggMjEuMDJMMTIgMTcuNzdMNS44MiAyMS4wMkw3IDE0LjE0TDIgOS4yN0w4LjkxIDguMjZMMTIgMlonIGZpbGw9JyNFOEI3MEMnLz48L3N2Zz4K);
}

.review__text {
  flex-grow: 1;
  margin-bottom: var(--padding-medium);
}

.review__link span {
  color: var(--color-accent);
}

.review__link:active span {
  color: inherit;
}

.when {
  position: relative;
  overflow: hidden;
}

.when::before {
  content: "";
  position: absolute;
  top: var(--radius-large);
  left: 50%;
  transform: translateX(-50%);
  width: 2800px;
  height: 2800px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(49, 57, 64, 0.4) 0, rgba(49, 57, 64, 0) 100%);
}

.when_art {
  position: absolute;
  top: calc(var(--padding-large) * 5);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  pointer-events: none;
}

.when__ticker {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1040px;
  max-width: none;
  height: 1040px;
  -webkit-animation: ticker 20s infinite linear;
  animation: ticker 20s infinite linear;
}

.when__img-box {
  position: relative;
  height: 100%;
}

.when__img {
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.when__body {
  position: relative;
  padding: calc(var(--padding-large) * 5) 0 calc(var(--padding-large) * 3);
}

.when__title {
  margin-bottom: 380px;
}

.when__text {
  margin-bottom: var(--padding-medium);
}

.when__slider {
  width: 100%;
}

.when__items {
  display: flex;
}

.when__item {
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  display: flex;
  align-items: center;
  padding: var(--padding-large);
  background-color: var(--color-white);
  border-radius: var(--radius-medium);
}

.when__icon-box {
  flex-shrink: 0;
  width: var(--icon-size);
  height: var(--icon-size);
  margin-right: var(--padding-large);
  background-color: #fff3f8;
  border-radius: 50%;
  overflow: hidden;
}

.when__icon {
  object-fit: contain;
  object-position: center;
}

.when__name {
  margin-bottom: var(--padding-small);
}

.effects__body {
  padding-top: calc(var(--padding-large) * 3);
}

.effects__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.effects__btn {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: auto;
}

.effects-slider {
  position: relative;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 1220px;
  overflow: hidden;
}

.effects-slider::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 215px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.effects-slider__controls {
  position: absolute;
  z-index: 2;
  top: 64px;
  right: 0;
  display: flex;
}

.effects-slider__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--btn-size);
  height: var(--btn-size);
  color: var(--color-dark);
  background-color: transparent;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  overflow: hidden;
  transition-duration: var(--transition-duration);
  transition-property: color, background-color, border-color;
}

.effects-slider__button:focus-visible {
  outline: 0;
  background-color: var(--color-border);
  border-color: transparent;
}

.effects-slider__button:active {
  color: var(--color-white);
  background-color: var(--color-dark);
  border-color: transparent;
}

.effects-slider__button_next {
  margin-left: var(--padding-medium);
}

.effects-slider__fraction {
  display: inline-flex;
  padding: 12px 16px;
  margin-bottom: var(--padding-medium);
  color: var(--color-grey);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-large);
}

.effects-slider__current {
  color: var(--color-dark);
}

.effects-slider__items {
  position: relative;
  display: flex;
  width: 100%;
  will-change: transform;
}

.effects-slider__item {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 116px;
}

.effects-slider__item_active {
  z-index: 1;
}

.effects-slider__name {
  padding-right: calc(var(--btn-size) * 2.5);
  margin-bottom: var(--padding-small);
}

.effects-slider__desc {
  flex-grow: 1;
  padding-right: calc(var(--btn-size) * 2.5);
  margin-bottom: 130px;
  color: var(--color-grey);
}

.effects-slider__img-box {
  width: 100%;
  height: 300px;
}

.why {
  background: linear-gradient(326deg, #817bc7 0, #dd89e0 100%);
}

.why__body {
  padding: calc(var(--padding-large) * 3) 0;
}

.why__title {
  margin-bottom: var(--padding-large);
  color: var(--color-white);
}

.why__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--padding-medium);
}

.why__item {
  display: flex;
  flex-direction: column;
  min-height: 308px;
  padding: var(--padding-large);
  background-color: var(--color-white);
  border-radius: var(--radius-medium);
}

.why__item_custom {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.why__head {
  display: flex;
  align-items: center;
  margin-bottom: var(--padding-normal);
}

.why__icon-box {
  flex-shrink: 0;
  align-self: flex-start;
  width: 72px;
  height: 72px;
  margin-right: var(--padding-normal);
}

.why__icon {
  object-fit: contain;
  object-position: center;
}

.why__img-box {
  position: absolute;
  bottom: 0;
  left: 190px;
  width: 582px;
  height: 288px;
}

.why__img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.why__img {
  position: relative;
  object-fit: contain;
  object-position: center;
}

.why__subtitle {
  position: relative;
  max-width: 290px;
  margin-bottom: auto;
  color: var(--color-white);
}

.why__btn {
  position: relative;
  align-self: flex-start;
}

.articles {
  background-color: var(--color-white);
}

.articles_main .articles__body {
  padding-top: calc(var(--padding-large) * 4);
}

.articles_blog .articles__body {
  padding: var(--padding-large) 0 calc(var(--padding-large) * 4);
}

.articles_article .articles__body {
  padding: var(--padding-large) 0 calc(var(--padding-large) * 4);
}

.articles__title {
  margin-bottom: var(--padding-large);
  margin-top: var(--padding-medium);
}

.articles__wrapper:not(:last-child) {
  margin-bottom: var(--padding-large);
}

.articles__wrapper_slider {
  width: 100%;
}

.articles__items_slider {
  position: relative;
  display: flex;
  width: 100%;
  will-change: transform;
}

.articles__items_blog {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap);
}

.articles__item {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  background-color: var(--color-blue-light);
  border-radius: var(--radius-medium);
  overflow: hidden;
  outline: 0;
  transition-duration: var(--transition-duration);
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.articles__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition-duration: var(--transition-duration);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.articles__item:focus-visible {
  background-color: #cde8ff;
}

.articles__item:focus-visible::before {
  opacity: 1;
}

.articles__item:focus-visible .articles__img-box {
  transform: scale(1.02);
}

.articles__item:focus-visible .articles__link {
  color: var(--color-white);
  background-color: var(--color-hover);
}

.articles__item:active .articles__link {
  color: var(--color-white);
  background-color: var(--color-active);
}

.articles__name {
  position: relative;
  z-index: 1;
  flex-grow: 1;
  padding: var(--padding-large) var(--padding-large) 0;
  margin-bottom: var(--padding-normal);
  color: var(--color-dark);
}

.articles__img-box {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 420px;
  transition-duration: var(--transition-duration);
  transition-property: transform, -webkit-transform;
  transform-origin: center bottom;
}

.articles__img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.articles__link {
  position: absolute;
  right: var(--padding-medium);
  bottom: var(--padding-medium);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--btn-size);
  height: var(--btn-size);
  color: var(--color-dark);
  background-color: var(--color-white);
  border-radius: 50%;
  overflow: hidden;
  transition-duration: var(--transition-duration);
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.shop {
  background-color: var(--color-white);
}

.shop__body {
  padding: calc(var(--padding-large) * 4) 0;
}

.shop__title {
  margin-bottom: var(--padding-large);
}

.shop__map {
  height: 280px;
  margin-bottom: var(--padding-large);
}

.shop__main {
  display: flex;
  flex-direction: column;
}

.shop__subtitle {
  margin-bottom: var(--padding-medium);
}

.shop__inner {
  width: 100%;
  max-width: 1174px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-medium);
  overflow: hidden;
}

.shop__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1px;
  margin-bottom: -1px;
  overflow: hidden;
}

.shop__item {
  flex-shrink: 0;
  width: 33.3333333333%;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: var(--color-border);
}

.shop__link {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  background-color: var(--color-white);
}

.shop__link::after {
  content: "\e902";
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: var(--padding-normal);
  right: var(--padding-normal);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--btn-size);
  height: var(--btn-size);
  color: var(--color-dark);
  background-color: transparent;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  overflow: hidden;
  transition-duration: var(--transition-duration);
  transition-property: color, background-color, border-color;
}

.shop__link:focus-visible {
  outline: 0;
}

.shop__link:focus-visible::after {
  background-color: var(--color-border);
  border-color: transparent;
}

.shop__link:active::after {
  color: var(--color-white);
  background-color: var(--color-dark);
  border-color: transparent;
}

.shop__icon {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}

.shop__more {
  margin-top: var(--padding-medium);
  color: var(--color-accent);
  background-color: var(--color-blue-light);
}

.shop__more:focus-visible {
  color: var(--color-white);
  background-color: var(--color-accent);
}

.shop__more:active {
  color: var(--color-white);
  background-color: var(--color-active);
}

.about__body {
  padding: var(--padding-large) 0 0;
}

.about__inner {
  display: flex;
  margin-bottom: var(--padding-large);
}

.about__main {
  flex: 0 0 740px;
  margin-right: 90px;
}

.about__title {
  margin-top: var(--padding-medium);
  margin-bottom: var(--padding-large);
}

.about__desc {
  max-width: 754px;
  margin-bottom: var(--padding-medium);
}

.about__text {
  max-width: 754px;
}

.about__btn {
  margin-top: var(--padding-medium);
}

.about__btn img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.about__btn:not(:last-child) {
  margin-bottom: calc(var(--padding-large) * 1.5);
}

.about__note {
  color: rgba(49, 57, 64, 0.6);
  padding-bottom: var(--padding-normal);
}

.card {
  min-height: 328px;
  padding: var(--padding-large);
  border-radius: var(--radius-medium);
  background-color: #fff;
  box-shadow: 2px 4px 29.4px 0 rgba(110, 110, 110, 0.1019607843);
}

.card__title {
  z-index: 2;
  position: relative;
  display: block;
  margin-bottom: var(--padding-medium);
  color: var(--color-accent);
}

.card__text {
  z-index: 2;
  position: relative;
  max-width: 440px;
}

.about-card {
  display: flex;
  flex-direction: column;
  padding: var(--padding-large);
  background-color: var(--color-white);
  border-radius: var(--radius-medium);
}

.about-card__img-box {
  position: relative;
  height: 380px;
  margin-bottom: var(--padding-large);
}

.about-card__img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.about-card__img {
  position: relative;
  object-fit: contain;
  object-position: center;
}

.about-card__title {
  margin-bottom: var(--padding-normal);
}

.about-card__text {
  margin-bottom: 12px;
  padding: 0;
}

.about-card__title span {
  color: var(--color-accent);
}

.about-card__list {
  padding-left: 24px;
  margin-bottom: 24px;
  list-style: disc;
  opacity: 0.6;
}

.about-card__point + .about-card__point {
  margin-top: var(--padding-small);
}

.about-card__action {
  display: flex;
  flex-wrap: wrap;
}

.about-card__btn {
  margin: 0 var(--padding-small) var(--padding-normal);
}

.article__body {
  position: relative;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: var(--padding-large) 0 calc(var(--padding-large) * 3);
}

.article__img-box {
  position: sticky;
  top: calc(var(--header-height) + var(--padding-large));
  left: 0;
  flex-shrink: 0;
  width: 600px;
  height: 650px;
  margin-right: var(--padding-medium);
  background-color: #ecf3f9;
  border-radius: var(--radius-medium);
  overflow: hidden;
}

.article__img {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}

.article__main {
  width: 910px;
  margin-right: auto;
  margin-left: auto;
}

.article__content {
  margin-bottom: var(--padding-large);
}

.article__content > :first-child {
  margin-top: 0;
}

.article__content > :last-child {
  margin-bottom: 0;
}

.article__content h1 {
  margin: var(--padding-large) 0;
}

.article__content h2 {
  margin: var(--padding-large) 0;
}

.article__content h3 {
  margin: var(--padding-large) 0;
}

.article__content h4 {
  margin: var(--padding-large) 0;
}

.article__content p {
  margin: var(--padding-large) 0;
  line-height: 1.5 !important;
}

.article__content a {
  color: var(--color-accent);
  transition-duration: var(--transition-duration);
  -webkit-transition-property: color, background-color, border-color, opacity;
  transition-property: color, background-color, border-color, opacity;
}

.article__content a:focus-visible {
  outline: 0;
  color: var(--color-hover);
}

.article__content a:active {
  color: var(--color-active);
}

.article__content em {
  color: var(--color-grey);
}

.article__content img {
  height: auto;
  margin: var(--padding-large) 0;
  border-radius: var(--radius-medium);
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}

.article__spoller {
  margin-bottom: calc(var(--padding-large) * 2);
}

.article__btn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.error__body {
  padding: calc(var(--padding-large) * 5) 0 calc(var(--padding-large) * 6);
}

.error__content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin-right: auto;
}

.error__title {
  margin-bottom: var(--padding-large);
}

.error__text {
  margin-bottom: calc(var(--padding-large) * 1.5);
  color: var(--color-grey);
}

.error__img-box {
  position: absolute;
  right: calc(50% - 920px);
  bottom: 0;
  width: 1220px;
  height: 680px;
}

.error__img {
  object-fit: contain;
  object-position: center;
}

/*  */
.specialist_content {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}

.specialist_container_item {
  max-width: 836px;
  border-radius: 30px;
  box-shadow: 0 4px 10px 0 rgba(199, 199, 199, 0.2);
  background: rgb(255, 255, 255);
}

.news_container_item_image img {
  border-radius: 30px 30px 0 0;
  max-height: 401px;
  object-fit: cover;
}

.news_container_item_info {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: 48px;
}

.news_item_title {
  font-size: 28px;
  color: rgb(0, 105, 154);
  font-weight: normal;
  line-height: 120.26%;
}

.news_item_description_container {
  font-size: 20px;
  color: rgb(0, 105, 154);
  font-weight: 400;
  letter-spacing: 0.5em;
}

.news_item_description_title {
  font-weight: bold;
}

.news_item_link {
  color: rgb(219, 69, 128);
  font-size: 20px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 2em;
  border-bottom: 0.5px solid rgba(219, 69, 128, 0.3);
  width: fit-content;
}

.news_item_link:hover {
  color: rgb(117, 25, 62);
}

.detail_container_image img {
  border-radius: 30px;
  max-height: 407px;
  object-fit: cover;
}

.detail_container_text {
  color: rgb(0, 105, 154);
  font-size: 20px;
  line-height: 23px;
  margin-top: 48px;
}

.articles__title {
  color: var(--color-accent);
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 0;
}

.container__title__breadcrumbs {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .container__title__breadcrumbs {
    margin-bottom: 20px;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(239, 223, 239, 0.8);
  z-index: 999;
  display: block;
}

.popun__container {
  border-radius: 42px;
  background: rgb(255, 255, 255);
  padding: 85px 105px;
  max-width: 748px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  display: none;
}

.popun__container.show-popup {
  display: block;
}

.popun__container__title {
  color: rgb(0, 105, 154);
  font-size: 20px;
  line-height: 141%;
  text-align: center;
  margin-bottom: 30px;
}

.popun__container__subtitle {
  color: rgb(219, 69, 128);
  font-size: 32px;
  line-height: 141%;
  text-align: center;
  margin-bottom: 30px;
}

.popun__container__buttons {
  font-size: 20px;
  line-height: 141%;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 60px;
}

.popun__container__buttons a {
  color: rgb(0, 105, 154);
  cursor: pointer;
}

.second_detail_image {
  width: auto;
}

.bottom-block {
  position: relative;
  background: #f4f6f7;
  z-index: 5;
  margin-bottom: 100px;
}

.bottom-block .copy {
  font-size: 0.9em;
  color: rgba(90, 102, 112, 0.5);
}

.bottom-block__wrapper {
  display: flex;
  height: 60px;
  align-items: center;
}

@media (max-width: 600px) {
  .bottom-block__wrapper {
    justify-content: center;
    font-size: 12px;
  }
}
/*  */
@media (min-width: 479.98px) {
  .review__link {
    align-self: flex-start;
  }
  .effects__btn {
    align-self: flex-start;
  }
  .effects-slider__img {
    object-fit: contain;
    object-position: center;
  }
}
@media (min-width: 575.98px) {
  .welcome {
    margin-bottom: calc(var(--radius-large) * -1);
    border-radius: 0 0 var(--radius-large) var(--radius-large);
  }
  .reviews_main {
    position: relative;
    z-index: 1;
    margin: calc(var(--radius-large) * -1) 0;
    border-radius: var(--radius-large);
  }
  .effects__content {
    padding-bottom: calc(var(--padding-large) * 4);
  }
  .why {
    position: relative;
    z-index: 1;
    margin: calc(var(--radius-large) * -1) 0;
    border-radius: var(--radius-large);
  }
}
@media (min-width: 767.98px) {
  .use > * {
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: calc((100% - var(--padding-medium)) / 2);
  }
  .use__head_first {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
  .use__head_second {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .lesion__main {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .effects__body {
    display: flex;
  }
  .effects__title {
    max-width: 330px;
  }
  .shop__title {
    text-align: center;
  }
  .shop__map {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-medium);
  }
  .shop__btn.btn {
    height: 50px;
    padding: 0 32px;
  }
  .shop__main {
    align-items: center;
  }
  .shop__main:not(.is-active) .shop__item:nth-child(n+4) {
    display: none;
  }
  .shop__subtitle {
    text-align: center;
  }
  .about__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 991.98px) {
  .menu__btn {
    display: none;
  }
  .menu__close {
    display: none;
  }
  .menu__list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: visible;
  }
  .menu__item + .menu__item {
    margin-left: var(--padding-large);
  }
  .popup {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .popup__link {
    margin-left: var(--padding-medium);
  }
  .reviews__items_main .reviews__item {
    flex-shrink: 0;
    width: calc((100% - var(--gap) * 2) / 3);
  }
  .reviews__btn {
    position: absolute;
    right: 0;
    bottom: calc(100% + var(--padding-large));
  }
  .when__item + .when__item {
    margin-left: var(--gap);
  }
  .articles__wrapper_slider {
    overflow: hidden;
  }
}
@media (min-width: 1365.98px) {
  .menu__item + .menu__item {
    margin-left: 140px;
  }
  .review__rate span + span {
    margin-left: 4px;
  }
  .shop__btn.btn {
    height: 62px;
    padding: 0 48px;
    font-size: 18px;
  }
}
@media (min-width: 1869.98px) {
  .header__logo-box {
    margin-right: 18px;
  }
  .shop__btn.btn {
    height: 82px;
    padding: 0 64px;
    font-size: 24px;
  }
}
@media (max-width: 1869.98px) {
  .article__content h1, .error__title, .welcome__title {
    font-size: 44px;
  }
  .about__title, .article__content h2, .articles__title, .card__title, .effects__title, .reviews__title, .shop__title, .usage__title, .when__title, .why__title {
    font-size: 30px;
  }
  .about-card__title, .about__desc, .article__content h3, .contacts__link, .effects-slider__name, .shop__subtitle, .why__subtitle {
    font-size: 24px;
  }
  .article__content h4, .articles__name, .product-info__title, .review__name, .spoller__btn, .usage__subtitle, .when__name, .when__text, .why__name {
    font-size: 18px;
  }
  .cookie__text {
    font-size: 16px;
  }
  .lesion__title, .usage-list__dose, .usage-list__term, .use__title {
    font-size: 16px;
    line-height: 1.4;
  }
  .error__text, .welcome__text {
    font-size: 20px;
  }
  .about-card__point, .about__text, .article__content p, .card__text, .effects-slider__desc, .lesion__item_divider, .popup__text, .product-info__desc, .review__text, .spoller__item, .usage-list__title, .usage-warning__text, .usage-warning__title, .usage__desc, .use__desc, .when__desc, .why__text {
    font-size: 16px;
    line-height: 1.4;
  }
  .lesion__text, .lesion__type, .usage-list__text, .welcome__info {
    font-size: 12px;
  }
  .articles__link, .btn, .effects-slider__button, .menu__close, .menu__link, .popup__close, .shop__link::after {
    font-size: 14px;
  }
  :root {
    --header-height: 85px;
    --icon-size: 80px;
    --btn-size: 40px;
    --gap: 16px;
    --padding-large: 30px;
    --padding-medium: 16px;
    --padding-normal: 12px;
    --padding-popup: 20px;
  }
  .container {
    width: 1336px;
  }
  .btn {
    padding: 0 20px;
  }
  .bottom-block {
    margin-bottom: 74px;
  }
  .warning__text {
    font-size: 38px;
  }
  .header__logo-box {
    width: 130px;
    height: 52px;
  }
  ol.spoller__list {
    padding-left: var(--padding-medium);
  }
  .popup__body {
    width: 1080px;
  }
  .popup__title {
    font-size: 22px;
  }
  .lesion__img-box {
    width: 94px;
    height: 94px;
  }
  .lacto {
    right: calc(50% - 660px);
  }
  .welcome__img-box {
    right: -280px;
    width: 840px;
    height: 626px;
  }
  .welcome__info {
    height: 30px;
    padding: 0 11px;
  }
  .welcome__text {
    max-width: 660px;
  }
  .welcome__item {
    width: 250px;
    padding: 16px 16px 24px;
  }
  .usage__img-box {
    right: 0;
    width: 570px;
    height: 282px;
  }
  .usage__content {
    max-width: 700px;
  }
  .usage__title {
    max-width: 460px;
  }
  .usage-list__title {
    max-width: 300px;
  }
  .usage-warning {
    padding: 16px;
  }
  .when::before {
    width: 2000px;
    height: 2000px;
  }
  .when__ticker {
    width: 720px;
    height: 720px;
  }
  .when__title {
    margin-bottom: 280px;
  }
  .effects-slider {
    width: 960px;
  }
  .effects-slider::before {
    height: 169px;
  }
  .effects-slider__controls {
    top: 54px;
  }
  .effects-slider__item {
    padding-bottom: 90px;
  }
  .effects-slider__desc {
    margin-bottom: 100px;
  }
  .effects-slider__img-box {
    height: 220px;
  }
  .why__item {
    min-height: 224px;
  }
  .why__icon-box {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
  }
  .why__img-box {
    left: 150px;
    width: 400px;
    height: 198px;
  }
  .why__subtitle {
    max-width: 240px;
  }
  .articles__img-box {
    height: 320px;
  }
  .shop__map {
    height: 200px;
  }
  .about__main {
    flex-basis: 640px;
    margin-right: 80px;
  }
  .card {
    min-height: 240px;
  }
  .card__text {
    max-width: 342px;
  }
  .about-card__img-box {
    height: 260px;
  }
  .article__img-box {
    width: 460px;
    height: 500px;
  }
  .article__main {
    width: 700px;
  }
  .article__content {
    margin-bottom: calc(var(--padding-medium) * 2);
  }
  .error__content {
    max-width: 520px;
  }
  .error__img-box {
    right: calc(50% - 660px);
    width: 898px;
    height: 500px;
  }
}
@media (max-width: 1365.98px) {
  .article__content h1, .error__title, .welcome__title {
    font-size: 34px;
  }
  .about__title, .article__content h2, .articles__title, .card__title, .effects__title, .reviews__title, .shop__title, .usage__title, .when__title, .why__title {
    font-size: 24px;
  }
  .about-card__title, .about__desc, .article__content h3, .contacts__link, .effects-slider__name, .shop__subtitle, .why__subtitle {
    font-size: 20px;
  }
  .article__content h4, .articles__name, .product-info__title, .review__name, .spoller__btn, .usage__subtitle, .when__name, .when__text, .why__name {
    font-size: 16px;
  }
  .cookie__text {
    font-size: 14px;
  }
  .lesion__title, .usage-list__dose, .usage-list__term, .use__title {
    font-size: 14px;
    line-height: 1.3;
  }
  .error__text, .welcome__text {
    font-size: 18px;
  }
  :root {
    --header-height: 69px;
    --icon-size: 64px;
    --padding-large: 20px;
    --padding-medium: 12px;
    --padding-normal: 8px;
    --padding-small: 4px;
    --radius-large: 24px;
    --radius-medium: 16px;
  }
  .container {
    width: 960px;
  }
  .bottom-block {
    margin-bottom: 53px;
  }
  .warning__text {
    font-size: 26px;
  }
  .header__logo-box {
    width: 110px;
    height: 44px;
  }
  .product-info__item_card {
    padding: var(--padding-large) calc(var(--padding-large) * 1.5);
  }
  .breadcrumbs {
    font-size: 12px;
  }
  .breadcrumbs__item:not(:last-child)::after {
    width: 5px;
    height: 8px;
    margin: 0 8px;
  }
  ol.spoller__list {
    padding-left: var(--padding-large);
  }
  .popup__body {
    width: 840px;
  }
  .popup__title {
    font-size: 20px;
  }
  .lesion__img-box {
    width: 76px;
    height: 76px;
  }
  .lesion__type + .lesion__type {
    margin-left: 8px;
  }
  .lacto {
    right: calc(50% - 472px);
  }
  .welcome__body {
    padding: calc(var(--padding-medium) * 2) 0 calc(var(--padding-medium) * 3);
  }
  .welcome__img-box {
    right: 50%;
    transform: translateX(50%);
    width: 500px;
    height: 373px;
  }
  .welcome__img-box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: -2px;
    left: 0;
    background: linear-gradient(180deg, rgba(236, 243, 249, 0) 20%, #ecf3f9 90%);
  }
  .welcome__info {
    margin-bottom: var(--padding-large);
  }
  .welcome__text {
    max-width: 580px;
  }
  .welcome__slider {
    position: relative;
    padding-top: 240px;
    margin-bottom: var(--padding-large);
  }
  .welcome__item {
    display: flex;
    align-items: center;
    width: 302px;
    padding: 16px;
  }
  .welcome__icon-box {
    margin-right: 16px;
    margin-bottom: 0;
  }
  .usage__body {
    padding: calc(var(--padding-large) * 3) 0 calc(var(--padding-large) * 3.5);
  }
  .usage__img-box {
    right: -100px;
    width: 440px;
    height: 218px;
  }
  .usage__content {
    max-width: 580px;
  }
  .usage__title {
    max-width: 360px;
  }
  .usage-list__term {
    min-width: 100px;
    height: 34px;
  }
  .review__head {
    margin-bottom: var(--padding-medium);
  }
  .review__img-box {
    width: 50px;
    height: 50px;
  }
  .review__rate span {
    width: 20px;
    height: 20px;
  }
  .when::before {
    width: 1700px;
    height: 1700px;
  }
  .when__ticker {
    width: 620px;
    height: 620px;
  }
  .when__title {
    margin-bottom: 240px;
  }
  .effects-slider {
    width: 680px;
  }
  .effects-slider::before {
    height: 120px;
  }
  .effects-slider__controls {
    top: 42px;
  }
  .effects-slider__fraction {
    padding: 8px 12px;
  }
  .effects-slider__item {
    padding-bottom: 70px;
  }
  .effects-slider__desc {
    margin-bottom: 80px;
  }
  .effects-slider__img-box {
    height: 160px;
  }
  .why__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .why__item {
    min-height: 200px;
  }
  .why__name {
    max-width: 280px;
  }
  .why__img-box {
    left: 120px;
    bottom: 50%;
    transform: translateY(50%);
    width: 316px;
    height: 160px;
  }
  .articles__img-box {
    height: 230px;
  }
  .shop__map {
    height: 140px;
  }
  .shop__link {
    height: 100px;
  }
  .shop__link::after {
    width: 32px;
    height: 32px;
  }
  .about__main {
    flex-basis: 490px;
    margin-right: 40px;
  }
  .card {
    min-height: 170px;
  }
  .card__text {
    max-width: 270px;
  }
  .about-card__img-box {
    height: 190px;
  }
  .about-card__title {
    margin-bottom: var(--padding-medium);
  }
  .about-card__btn {
    flex-grow: 1;
  }
  .article__img-box {
    width: 340px;
    height: 370px;
  }
  .article__main {
    width: 520px;
  }
  .error__content {
    max-width: 420px;
  }
  .error__img-box {
    right: calc(50% - 490px);
    width: 628px;
    height: 350px;
  }
  .popun__container {
    padding: 25px 30px;
  }
}
@media (max-width: 991.98px) {
  .article__content h1, .error__title, .welcome__title {
    font-size: 28px;
  }
  .about__title, .article__content h2, .articles__title, .card__title, .effects__title, .reviews__title, .shop__title, .usage__title, .when__title, .why__title {
    font-size: 22px !important;
  }
  .about-card__title, .about__desc, .article__content h3, .contacts__link, .effects-slider__name, .shop__subtitle, .why__subtitle {
    font-size: 18px;
  }
  .about__desc--big {
    font-size: 24px;
  }
  .cookie__text {
    font-size: 12px;
  }
  .error__text, .welcome__text {
    font-size: 16px;
  }
  .bottom-block {
    margin-bottom: 42px;
  }
  .about-card__point, .about__text, .article__content p, .card__text, .effects-slider__desc, .lesion__item_divider, .popup__text, .product-info__desc, .review__text, .spoller__item, .usage-list__title, .usage-warning__text, .usage-warning__title, .usage__desc, .use__desc, .when__desc, .why__text {
    font-size: 14px;
    line-height: 1.3;
  }
  :root {
    --header-height: 65px;
    --gap: 8px;
    --padding-section: 40px;
    --padding-large: 16px;
  }
  .container {
    width: 746px;
  }
  .btn {
    padding: 0 16px;
  }
  .warning__text {
    font-size: 16px;
  }
  .header__logo-box {
    z-index: 1;
    width: 90px;
    height: 36px;
  }
  .menu__body {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    max-height: 100vh;
    padding-top: var(--header-height);
    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-border);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .is-menu-open .menu__body {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .is-menu-open .menu__btn {
    display: none;
  }
  .menu__list {
    max-width: 746px;
    max-height: calc(100vh - var(--header-height));
    padding: 0 8px;
    margin: 0 auto;
  }
  .menu__item {
    padding: var(--padding-normal) 0;
  }
  .menu__item + .menu__item {
    border-top: 1px solid var(--color-border);
  }
  .menu__link {
    display: block;
    padding: var(--padding-normal) 0;
    text-align: center;
  }
  .product-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .product-info__item:first-child {
    display: none;
  }
  .popup {
    background-color: var(--color-white);
  }
  .popup__body {
    width: auto;
    max-width: 746px;
    height: 100%;
    max-height: none;
    padding: var(--padding-medium) 8px calc(var(--padding-large) * 2.5);
    margin: 0 auto;
  }
  .popup__close {
    top: var(--padding-medium);
    right: 8px;
    border: 1px solid var(--color-border);
  }
  .popup__head {
    flex-direction: column;
    padding-right: var(--btn-size);
    padding-bottom: calc(var(--padding-large) * 1.5);
  }
  .popup__title-box:not(:last-child) {
    margin-bottom: var(--padding-large);
  }
  .lesion__text {
    font-size: 12px;
  }
  .lesion__type {
    font-size: 12px;
  }
  .lacto {
    right: calc(50% - 365px);
  }
  .welcome__img-box {
    width: 450px;
    height: 336px;
  }
  .welcome__text {
    max-width: 520px;
  }
  .welcome__slider {
    padding-top: 220px;
  }
  .usage__img-box {
    position: relative;
    top: auto;
    right: auto;
    align-self: center;
    width: auto;
    transform: none;
    margin: 16px 0;
  }
  .usage__content {
    max-width: none;
  }
  .usage__head {
    flex-direction: column;
    margin-bottom: calc(var(--padding-large) * 1.5);
  }
  .usage__btn {
    margin-left: 0;
  }
  .usage__items {
    margin-bottom: var(--padding-large);
  }
  .usage-list__text {
    font-size: 12px;
  }
  .reviews_page .reviews__title {
    margin-top: var(--padding-normal);
  }
  .reviews__items_main {
    flex-direction: column;
  }
  .reviews__items_main .reviews__item + .reviews__item {
    margin-top: var(--gap);
    margin-left: 0;
  }
  .reviews__items_page {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .reviews__btn {
    align-self: center;
    min-width: 280px;
    margin-top: var(--padding-large);
  }
  .when__title {
    margin-bottom: 330px;
  }
  .when__items {
    position: relative;
    will-change: transform;
  }
  .when__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
  }
  .effects-slider {
    width: 500px;
  }
  .effects-slider::before {
    height: 88px;
  }
  .effects-slider__controls {
    top: 39px;
  }
  .effects-slider__item {
    padding-bottom: 50px;
  }
  .effects-slider__img-box {
    height: 130px;
    margin-top: auto;
  }
  .why__subtitle {
    max-width: 170px;
  }
  .articles {
    overflow: hidden;
  }
  .articles__items_blog {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .articles__wrapper_slider .articles__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
  }
  .shop__title {
    margin-bottom: calc(var(--padding-large) * 1.5);
  }
  .shop__subtitle {
    margin-bottom: var(--padding-large);
  }
  .shop__more {
    margin-top: var(--padding-large);
  }
  .about__main {
    flex-basis: 376px;
    margin-right: 16px;
  }
  .about__desc {
    max-width: 560px;
  }
  .about__text {
    max-width: 560px;
  }
  .about__note {
    max-width: 560px;
  }
  .about-card__img-box {
    height: 150px;
  }
  .article__img-box {
    width: 240px;
    height: 260px;
  }
  .article__main {
    width: 460px;
  }
  .error__content {
    max-width: 370px;
  }
  .error__img-box {
    right: calc(50% - 370px);
    width: 466px;
    height: 260px;
  }
  .popun__container__title {
    font-size: 16px;
  }
  .popun__container__subtitle {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .article__content h1, .error__title, .welcome__title {
    font-size: 24px;
  }
  .about__title, .article__content h2, .articles__title, .card__title, .effects__title, .reviews__title, .shop__title, .usage__title, .when__title, .why__title {
    font-size: 20px !important;
  }
  .error__text, .welcome__text {
    font-size: 14px;
  }
  :root {
    --padding-popup: 16px;
  }
  .container {
    width: 546px;
  }
  .cookie__body {
    padding: var(--padding-normal) 0;
  }
  .menu__list {
    max-width: 546px;
  }
  .popup__body {
    max-width: 546px;
  }
  .use > * {
    width: 100%;
  }
  .use__head_second {
    margin-top: var(--padding-large);
  }
  .lesion {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .lesion__img-box {
    width: 64px;
    height: 64px;
  }
  .lacto {
    right: calc(50% - 265px);
  }
  .welcome__body {
    padding: var(--padding-large) 0 calc(var(--padding-large) * 2.5);
  }
  .welcome__img-box {
    bottom: 20px;
    width: 360px;
    height: 268px;
  }
  .welcome__info {
    height: 24px;
    padding: 0 8px;
  }
  .welcome__text {
    max-width: 460px;
  }
  .welcome__slider {
    padding-top: 170px;
  }
  .welcome__btn {
    width: 100%;
    margin-bottom: calc(var(--padding-large) * 1.5);
  }
  .welcome__desc {
    max-width: 420px;
  }
  .usage__img-box {
    height: 160px;
  }
  .usage__btn {
    width: 100%;
  }
  .usage__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: var(--padding-large);
  }
  .usage-warning__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: space-between;
  }
  .usage-warning__title svg {
    margin-right: 0;
    margin-left: 8px;
  }
  .reviews__items_page {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .reviews__btn {
    width: 100%;
  }
  .when::before {
    top: var(--padding-normal);
    width: 1400px;
    height: 1400px;
  }
  .when_art {
    top: calc(var(--padding-section) * 2.25);
  }
  .when__title br {
    display: none;
  }
  .effects__title {
    margin-bottom: var(--padding-large);
  }
  .effects__btn {
    margin-top: var(--padding-large);
  }
  .effects-slider {
    width: 100%;
    padding-top: var(--padding-large);
    text-align: center;
    background-color: var(--color-white);
    border-radius: var(--radius-medium);
  }
  .effects-slider::before {
    height: 70px;
    background-position: center top;
    background-size: 150%;
  }
  .effects-slider__controls {
    top: auto;
    right: auto;
    bottom: 194px;
    left: 50%;
    transform: translateX(-50%);
  }
  .effects-slider__fraction {
    margin-bottom: var(--padding-large);
  }
  .effects-slider__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }
  .effects-slider__name {
    max-width: 310px;
    padding: 0 var(--padding-large);
    margin-bottom: var(--padding-normal);
    font-size: 20px !important;
  }
  .effects-slider__desc {
    max-width: 310px;
    padding: 0 var(--padding-large);
  }
  .why__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .why__item {
    min-height: auto;
  }
  .why__icon-box {
    width: 48px;
    height: 48px;
  }
  .why__text {
    padding-left: 56px;
  }
  .why__btn {
    margin-top: 116px;
  }
  .shop__title {
    max-width: 300px;
  }
  .shop__map {
    height: auto;
    margin-bottom: var(--padding-section);
  }
  .shop__btn.btn {
    width: 100%;
  }
  .shop__item {
    width: 50%;
  }
  .about__inner {
    flex-direction: column;
  }
  .about__main {
    flex-basis: auto;
    margin-right: 0;
    margin-bottom: var(--padding-large);
  }
  .article__body {
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .article__img-box {
    top: var(--header-height);
    width: 100%;
    height: auto;
    margin-bottom: 2px;
    border-radius: 0;
  }
  .article__main {
    position: relative;
    z-index: 1;
    transform: translate3d(0, 0, 0);
    width: 100%;
    padding: calc(var(--padding-large) * 2) 0 0;
    background-color: var(--color-white);
  }
  .error__body {
    padding: calc(var(--padding-large) * 2) 0 calc(var(--padding-large) * 3);
  }
  .error__content {
    margin-left: auto;
    text-align: center;
  }
  .error__text {
    margin-bottom: 230px;
  }
  .error__img-box {
    right: 50%;
    transform: translateX(50%);
    width: 538px;
    height: 280px;
  }
  .bottom-block {
    margin-bottom: 28px;
  }
  .warning__text {
    font-size: 10px;
    line-height: 12px;
    padding: 8px 0;
  }
}
@media (max-width: 575.98px) {
  .article__content h1, .error__title, .welcome__title {
    font-size: 20px;
  }
  .about-card__title, .article__content h3, .contacts__link, .effects-slider__name, .shop__subtitle, .why__subtitle {
    font-size: 16px;
  }
  .container {
    width: 100%;
  }
  .scrolling-down .header {
    transform: translateY(-100%);
  }
  .menu__list {
    max-width: 100%;
  }
  .popup__body {
    max-width: 100%;
  }
  .lacto {
    right: 8px;
  }
  .usage__body {
    padding: var(--padding-section) 0;
  }
  .usage__items {
    margin-bottom: calc(var(--padding-large) * 1.5);
  }
  .usage__desc {
    margin-bottom: calc(var(--padding-large) * 1.5);
  }
  .reviews_main .reviews__body {
    padding: var(--padding-section) 0;
  }
  .reviews_page .reviews__body {
    padding: var(--padding-large) 0 var(--padding-section);
  }
  .when_art {
    bottom: 0;
  }
  .when__body {
    padding: var(--padding-section) 0;
  }
  .effects__body {
    padding: var(--padding-section) 0;
  }
  .why__body {
    padding: var(--padding-section) 0;
  }
  .articles_main .articles__body {
    padding-top: var(--padding-section);
  }
  .articles_blog .articles__body {
    padding: var(--padding-section) 0;
  }
  .articles_article .articles__body {
    padding: 0 0 var(--padding-section);
  }
  .shop__body {
    padding: var(--padding-section) 0;
  }
  .about__body {
    padding: var(--padding-large) 0 0;
  }
  .article__body {
    padding: 0 0 var(--padding-section);
    margin: 0 -8px;
  }
  .article__main {
    padding: calc(var(--padding-large) * 2) 8px 0;
  }
  .error__body {
    padding: calc(var(--padding-large) * 1.5) 0 var(--padding-section);
  }
  .error__title {
    margin-bottom: var(--padding-medium);
  }
  .popun__container {
    padding: 15px 10px;
  }
  .popun__container__title {
    font-size: 14px;
  }
  .popun__container__subtitle {
    font-size: 16px;
  }
  .popun__container__buttons {
    font-size: 18px;
  }
}
@media (max-width: 479.98px) {
  .contacts__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - var(--padding-large) * 2) / 2.12);
    flex: 0 0 calc((100% - var(--padding-large) * 2) / 2.12);
  }
  .when__img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .effects-slider__img-box {
    position: relative;
  }
  .effects-slider__img {
    position: absolute;
    top: 0;
    width: auto;
    max-width: none;
    height: 100%;
  }
  .effects-slider__img_1 {
    left: 0;
  }
  .effects-slider__img_2 {
    right: 0;
  }
  .effects-slider__img_3 {
    left: 50%;
    transform: translateX(-50%);
  }
  .articles__items_blog {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .shop__main:not(.is-active) .shop__item:nth-child(n+4) {
    display: none;
  }
  .shop__item {
    width: 100%;
  }
  .about__btn {
    width: 100%;
  }
  .card {
    min-height: 140px;
  }
  .card__text {
    max-width: 212px;
    font-size: 12px;
  }
  .error__btn {
    width: 100%;
  }
  .news_item_title {
    font-size: 20px;
  }
  .news_item_description {
    font-size: 18px;
  }
}
@media (max-width: 359.98px) {
  .articles__link, .btn, .effects-slider__button, .menu__close, .menu__link, .popup__close, .shop__link::after {
    font-size: 12px;
  }
  .lacto {
    width: calc(100% - 16px);
  }
  .why__img-box {
    left: 80px;
  }
  .card__text {
    max-width: 184px;
  }
  .popun__container {
    padding: 10px 10px;
  }
  .popun__container__title {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .popun__container__subtitle {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .popun__container__buttons {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) and (min-width: 575.98px) {
  .menu {
    margin: 0 auto 0 var(--padding-large);
  }
}
@media (max-width: 1869.98px) and (min-width: 1365.98px) {
  .welcome__benefits {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) and (min-width: 479.98px) {
  .shop__main:not(.is-active) .shop__item:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 991.98px) and (min-width: 767.98px) {
  .card {
    min-height: 150px;
  }
  .card__text {
    max-width: 210px;
    font-size: 12px;
  }
}
@media (any-hover: hover) {
  .btn_cta:not(:active):hover {
    background-color: var(--color-hover);
  }
  .btn_light:not(:active):hover {
    color: var(--color-white);
    background-color: var(--color-hover);
  }
  .btn_second:not(:active):hover {
    background-color: #6381d7;
  }
  .btn_contour:not(:active):hover {
    background-color: var(--color-border);
    border-color: transparent;
  }
  .menu__close:not(:active):hover {
    background-color: rgba(49, 57, 64, 0.1);
    border-color: transparent;
  }
  .menu__link:not(:active):hover {
    color: var(--color-hover);
  }
  .contacts__link:not(:active):hover {
    text-decoration: underline;
  }
  .breadcrumbs__item:not(:last-child) .breadcrumbs__link:not(:active):hover {
    color: var(--color-accent);
  }
  .popup__close:not(:active):hover {
    color: var(--color-white);
    background-color: var(--color-hover);
    border-color: transparent;
  }
  .effects-slider__button:not(:active):hover {
    background-color: var(--color-border);
    border-color: transparent;
  }
  .articles__item:not(:active):hover {
    background-color: #cde8ff;
  }
  .articles__item:not(:active):hover::before {
    opacity: 1;
  }
  .articles__item:not(:active):hover .articles__img-box {
    transform: scale(1.02);
  }
  .articles__item:not(:active):hover .articles__link {
    color: var(--color-white);
    background-color: var(--color-hover);
  }
  .shop__link:not(:active):hover::after {
    background-color: var(--color-border);
    border-color: transparent;
  }
  .shop__more:not(:active):hover {
    color: var(--color-white);
    background-color: var(--color-accent);
  }
  .article__content a:not(:active):hover {
    color: var(--color-hover);
  }
}
@media (max-height: 479.98px) {
  .lacto {
    display: none;
  }
}
.uteka-widget {
  overflow-y: scroll !important;
}

.breadcrumbs.page-news {
  padding: 20px 0 0 0;
}

.content_instr {
  margin-bottom: 10rem;
}

.scroller ul.document p {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 24px;
  color: #02527b;
}

.scroller ul.document .bold {
  font-weight: 700;
}

.scroller_block_pagetitle {
  display: flex;
}

.scroller h2.inline {
  display: inline-block;
  max-width: 500px;
  margin: 20px 0;
}

.scroller .button.download {
  box-shadow: none;
  padding: 2rem;
  margin-left: 3rem;
  margin-top: 20px;
}

.scroller ul {
  display: flex;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 25px;
  list-style: none;
  margin-bottom: 25px;
}

.scroller li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}

/* -- */
.warning-block {
  background: #c2def0;
  position: relative;
  text-align: center;
  padding: 37px 0;
}

.warning-block__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.warning-block__text {
  text-align: center;
  font-size: 39px;
  font-weight: 400;
  line-height: 45px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 0;
}

.warning-block .close {
  position: absolute;
  right: 40px;
  top: 12px;
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 99px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.warning-block .close:hover {
  background-color: #f6f6f6;
}

.warning-block .close:before,
.warning-block .close:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
  transform: rotate(45deg);
  display: block;
  height: 1.5px;
  border-radius: 99px;
  background-color: #C2DEF0;
  width: 15px;
}

.warning-block .close:after {
  transform: rotate(-45deg);
}

@media (max-width: 1522px) {
  .warning-block__text {
    max-width: 1000px;
  }
}
@media (max-width: 1220px) {
  .warning-block__text {
    font-size: 30px;
  }
}
@media (max-width: 1070px) {
  .warning-block__text {
    font-size: 20px;
  }
  .warning-block .close {
    width: 40px;
    height: 40px;
    right: 12px;
  }
}
@media (max-width: 600px) {
  .warning-block {
    padding: 29px 0;
  }
  .warning-block .close {
    width: 14px;
    height: 14px;
    top: 9px;
    right: 9px;
    background-color: unset !important;
  }
  .warning-block .close:before,
  .warning-block .close:after {
    background-color: #fff;
  }
  .warning-block__text {
    font-size: 12px;
    line-height: 18px;
    margin: 0 19px;
  }
}
/* -- */
.footer_block {
  position: relative;
  background: #ffffff;
  z-index: 2;
  border-top: 1px solid #ecf0f2;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
}

.footer_block .logo {
  display: block;
  width: 120px;
  height: 60px;
  margin-right: 35px;
  background: url(../assets/logo_blue.svg) left center no-repeat;
  background-size: contain;
  text-decoration: none;
  transition: all 0.3s ease;
}

/*--*/
.footer_contacts {
  display: flex;
  flex-wrap: nowrap;
  line-height: 1.8em;
  font-size: 0.8em;
  color: #006fa3;
}

.footer_contacts p {
  margin: 0;
  padding: 0;
}

.footer_contacts a {
  color: #006fa3;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer_contacts a:hover {
  color: #c4151c;
}

/*--*/
.footer_block .footer_menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1px;
  column-gap: 19px;
  max-width: 450px;
  height: fit-content;
  list-style: none;
  margin-bottom: 0;
}

.footer_block .footer_menu-wrapper {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .footer__wrapper {
    flex-wrap: wrap-reverse;
  }
  .footer_block .footer_menu-wrapper {
    width: 100%;
  }
  .footer_block .footer_menu {
    justify-content: space-between;
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .footer_block .footer_menu {
    flex-direction: column;
    margin-bottom: 43px;
  }
  .footer_block .footer_menu li:not(:last-child) {
    margin-bottom: 5px;
  }
  .footer_block .footer_contacts {
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 10px;
    line-height: 18px;
  }
  .footer_block .logo {
    margin: 0 0 28px;
  }
}
.footer_block .footer_menu li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
}

.footer_block .footer_menu a {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.9em;
  color: #5d6a70;
  font-weight: 500;
  transition: all 0.3s ease;
}

.footer_block .footer_menu a:hover,
.footer_block .footer_menu a.active,
.footer_block .footer_menu:hover a.active:hover {
  color: #c4151c;
}

.footer_block .footer_menu:hover a.active {
  color: #5d6a70;
}

/*--*/

/*# sourceMappingURL=index.css.map */