@charset "utf-8";

@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter24pt-Thin.woff2') format('woff2'),
        url('./fonts/Inter24pt-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter24pt-Black.woff2') format('woff2'),
        url('./fonts/Inter24pt-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter24pt-Bold.woff2') format('woff2'),
        url('./fonts/Inter24pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter24pt-ExtraBold.woff2') format('woff2'),
        url('./fonts/Inter24pt-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter24pt-ExtraLight.woff2') format('woff2'),
        url('./fonts/Inter24pt-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter24pt-Light.woff2') format('woff2'),
        url('./fonts/Inter24pt-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter24pt-Medium.woff2') format('woff2'),
        url('./fonts/Inter24pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter24pt-Regular.woff2') format('woff2'),
        url('./fonts/Inter24pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter24pt-SemiBold.woff2') format('woff2'),
        url('./fonts/Inter24pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cyntho Next';
    src: url('./fonts/CynthoNext-Thin.woff2') format('woff2'),
        url('./fonts/CynthoNext-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Cyntho Next';
    src: url('./fonts/CynthoNext-ExtraBold.woff2') format('woff2'),
        url('./fonts/CynthoNext-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cyntho Next';
    src: url('./fonts/CynthoNext-Bold.woff2') format('woff2'),
        url('./fonts/CynthoNext-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cyntho Next';
    src: url('./fonts/CynthoNext-ExtraLight.woff2') format('woff2'),
        url('./fonts/CynthoNext-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cyntho Next';
    src: url('./fonts/CynthoNext-Light.woff2') format('woff2'),
        url('./fonts/CynthoNext-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cyntho Next';
    src: url('./fonts/CynthoNext-Medium.woff2') format('woff2'),
        url('./fonts/CynthoNext-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cyntho Next';
    src: url('./fonts/CynthoNext-Regular.woff2') format('woff2'),
        url('./fonts/CynthoNext-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cyntho Next';
    src: url('./fonts/CynthoNext-SemiBold.woff2') format('woff2'),
        url('./fonts/CynthoNext-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



/* ---------- common start ---------- */

:root {
  --color-red-1: #B52C38;
  --color-red-2: #801716;
  --half-duration: calc(var(--duration, 15s)/2);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  color: #FFFFFF;
  font-family: 'Inter', 'Montserrat', Verdana, Arial, sans-serif;
}
img {
  pointer-events: none;
}
.no_highlights,
.orange_button,
.source_title,
.ferlip_main .swiper-pagination,
img,
button,
a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a *,
button * {
  pointer-events: none;
}
sup {
  font-size: .6em;
  line-height: .1em;
}
.bold_text {
  font-weight: 700;
}
.uppercase_text {
  text-transform: uppercase;
}
.transparent_button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 6.6rem;
  border: 1px solid #FFFFFF;
  border-radius: 3.4rem;
  cursor: pointer;
  transition: transform .6s ease, background-color .6s ease;
  background-color: transparent;
  outline: none;
  font-size: 1rem;
  color: #FFFFFF;
  text-decoration: none !important;
}
.transparent_button:hover {
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, .2);
}
.transparent_button span {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
}
.white_button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.4rem;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 3.2rem;
  border: none;
  outline: none;
  cursor: pointer;
  transition: transform .6s ease, background-color .6s ease;
  outline: none;
  font-size: 1rem;
  color: var(--color-red-1);
  text-decoration: none !important;
}
.white_button:hover {
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, .8);
}
.white_button span {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
}

/* ---------- common end ---------- */

/* ---------- header start ---------- */

.ferlip_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 182.4rem;
  height: 9.6rem;
  border-radius: 3.2rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding-right: 2rem;
  padding-left: 4rem;
  background-color: rgba(133, 58, 58, .8);
  position: fixed;
  top: 2.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  transition: all .6s ease;
  opacity: 0;
  transform: translateY(-10rem);
  transition: transform 1s ease 1.2s, opacity 1s ease 1.2s;
}
.start_body .ferlip_header {
  opacity: 1;
  transform: none;
}
.header_logo {
  display: block;
  width: 28.1rem;
  transition: transform .6s ease;
  transform-origin: 0 center;
}
.header_links_nav {
  display: block;
}
.header_links_list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}
.header_link_item {
  margin-right: 3.4rem;
}
.header_link_item:last-child {
  margin-right: 0;
}
.header_link_item_mobile {
  display: none;
}
.header_link {
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
.header_link:hover {
  text-decoration: underline;
}
.burger_button {
  display: none;
}
.buy_button {
  width: 20rem;
  transition: all .6s ease;
}
.buy_button_mobile {
  display: none;
}

/* ---------- header end ---------- */

/* ---------- main start ---------- */

.ferlip_main {
  width: 100%;
  position: relative;
  background-color: var(--color-red-2);
}
.ferlip_main_section {
  width: 100%;
  position: relative;
  z-index: 3;
  height: auto;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  scroll-margin-top: 6rem;
}
.section_dynamic_elem {
  width: 100%;
  height: 20vh;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}
.section_dynamic_elem_bottom {
  bottom: 0;
  top: auto;
}
.kv_section {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
.kv_section:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(./img/bg_kv_desk.webp);
  background-repeat: no-repeat;
  background-size: 102% auto;
  background-position: 100% 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 1s ease .2s, transform 1s ease .2s;
  opacity: 0;
  transform: scale(1.1);
}
.kv_section.active_dynamic_elem:before {
  transform: none;
  opacity: 1;
}
.kv_info_container {
  height: 100%;
  position: relative;
  z-index: 2;
  padding-left: 8.7rem;
  padding-top: 17rem;
}
.kv_logo {
  display: block;
  width: 83.4em;
  transform: translateX(-9rem) scale(1.1);
  opacity: 0;
  transition: opacity 1s ease 1.6s, transform 1s ease 1.6s;
}
.kv_section.active_dynamic_elem .kv_logo {
  opacity: 1;
  transform: translateX(-9rem);
}
.kv_text {
  display: block;
  font-size: 3.2rem;
  line-height: 1.1em;
  font-weight: 400;
  margin-top: -6rem;
  transition: opacity .6s ease 2s, transform .6s ease 2s;
  transform: translateY(4rem);
  opacity: 0;
}
.active_dynamic_elem .kv_text {
  transform: none;
  opacity: 1;
}
.kv_button {
  width: 22.5rem;
  margin-top: 3rem;
  transition: opacity .6s ease 2.2s, transform .6s ease;
  opacity: 0;
}
.active_dynamic_elem .kv_button {
  opacity: 1;
}
.white_section {
  height: 90vh;
  z-index: 4;
}
.white_section:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFF3E7 67%, #FFFFFF 98%);
  border-radius: 8rem;
  position: absolute;
  z-index: 0;
  /*top: -8rem;*/
  left: 0;
}
.flying_section_title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 6rem;
  line-height: 1.2em;
  font-weight: 700;
  color: var(--color-red-1);
  position: absolute;
  z-index: 2;
  top: 8rem;
  left: 0;
}
.custom_swiper_container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  border-radius: 8rem;
  overflow: hidden;
}
.custom_swiper {
  height: 100%;
}
.custom_swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.advantage_slide_container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  /*padding-bottom: 10rem;*/
}
.swiper-slide-1 .advantage_slide_container:before {
  content: '';
  display: block;
  width: 36.5rem;
  height: 20.4rem;
  position: absolute;
  bottom: 12rem;
  left: 4.8rem;
  z-index: 2;
  pointer-events: none;
  background-image: url(./img/logo_red.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all .6s ease;
  opacity: 0;
  transform: translateX(5rem);
}
.active_dynamic_elem .swiper-slide-1.swiper-slide-active .advantage_slide_container:before {
  transition: transform .6s ease .6s, opacity .6s ease .6s;
  opacity: 1;
  transform: none;
}
.advantage_slide_info_block {
  width: 50%;
  position: relative;
  padding-left: 14rem;
}
.advantage_slide_info_title {
  display: block;
  text-align: left;
  font-size: 9rem;
  line-height: .8em;
  font-weight: 700;
  color: var(--color-red-1);
  opacity: 0;
  transform: translateY(-4rem);
  transition: all .6s ease;
}
.active_dynamic_elem .swiper-slide-active .advantage_slide_info_title {
  opacity: 1;
  transform: none;
  transition: transform .6s ease .4s, opacity .6s ease .4s;
}
.vitamins_list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5.3rem;
  height: 6.2rem
  list-style: none;
  transition: all .6s ease;
}
.active_dynamic_elem .swiper-slide-active .vitamins_list {
  opacity: 0;
  transform: translateY(4rem);
  height: 0;
  margin-top: 0;
  transition: all 1s ease var(--half-duration);
}
.vitamin_item {
  display: block;
  width: auto;
  height: 6.2rem;
  margin-left: 1.2rem;
  opacity: 0;
  transform: translateY(4rem);
  transition: all .6s ease;
}
.active_dynamic_elem .swiper-slide-active .vitamin_item {
  opacity: 1;
  transform: none;
  transition: transform .6s ease, opacity .6s ease;
}
.active_dynamic_elem .swiper-slide-1.swiper-slide-active .vitamin_item:nth-child(1) {
  transition-delay: .2s;
}
.active_dynamic_elem .swiper-slide-1.swiper-slide-active .vitamin_item:nth-child(2) {
  transition-delay: .3s;
}
.active_dynamic_elem .swiper-slide-1.swiper-slide-active .vitamin_item:nth-child(3) {
  transition-delay: .4s;
}
.active_dynamic_elem .swiper-slide-1.swiper-slide-active .vitamin_item:nth-child(4) {
  transition-delay: .5s;
}
.active_dynamic_elem .swiper-slide-1.swiper-slide-active .vitamin_item:nth-child(5) {
  transition-delay: .6s;
}
.active_dynamic_elem .swiper-slide-1.swiper-slide-active .vitamin_item:nth-child(6) {
  transition-delay: .7s;
}
.active_dynamic_elem .swiper-slide-1.swiper-slide-active .vitamin_item:nth-child(7) {
  transition-delay: .8s;
}
.vitamin_item_image {
  display: block;
  height: 100%;
  width: auto;
}
.advantage_slide_text_block {
  width: 50%;
  padding-left: 8.6rem;
  position: relative;
}
.advantages_section .swiper-slide-1 .advantage_slide_text_block {
  height: 16rem;
}
.advantages_section .swiper-slide-2 .advantage_slide_text_block {
  height: 40rem;
}
.advantage_slide_text {
  display: block;
  font-size: 3.2rem;
  line-height: 1.2em;
  color: var(--color-red-2);
  font-weight: 400;
  opacity: 0;
  transform: translateX(-5rem);
  transition: all .6s ease;
}
.advantages_section.active_dynamic_elem .swiper-slide-active:not(.swiper-slide-1, .swiper-slide-2) .advantage_slide_text,
.innovation_section.active_dynamic_elem .swiper-slide-active .advantage_slide_text {
  opacity: 1;
  transform: none;
  transition: transform .6s ease .2s, opacity .6s ease .2s;
}
.advantages_section .swiper-slide-1 .advantage_slide_text,
.advantages_section .swiper-slide-2 .advantage_slide_text {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 8.6rem;
  width: 100%;
}
.active_dynamic_elem .swiper-slide-1.swiper-slide-active .advantage_slide_text_1,
.active_dynamic_elem .swiper-slide-2.swiper-slide-active .advantage_slide_text_1 {
  animation: swiper-slide-1-text var(--half-duration) ease forwards;
}
.active_dynamic_elem .swiper-slide-1.swiper-slide-active .advantage_slide_text_2,
.active_dynamic_elem .swiper-slide-2.swiper-slide-active .advantage_slide_text_2 {
  animation: swiper-slide-1-text var(--half-duration) ease var(--half-duration) forwards;
}
@keyframes swiper-slide-1-text {
  0%, 100% {
    opacity: 0;
    transform: translateX(-5rem);
  }
  10%, 90% {
    opacity: 1;
    transform: none;
  }
}
.swiper-slide-1 .advantage_slide_text_2 .red_bg_text {
  background-color: var(--color-red-1);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 3.5rem;
  padding: .3em .6em;
  border-radius: 3em;
}
.tablets_list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 0;
  list-style: none;
  opacity: 0;
  transform: translateY(4rem);
  transition: all .6s ease;
}
.active_dynamic_elem .swiper-slide-active .tablets_list {
  opacity: 1;
  transform: none;
  height: 22.4rem;
  margin-bottom: 2.6rem;
  transition: all 1s ease var(--half-duration);
}
.tablet_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22.4rem;
  height: 22.4rem;
  border-radius: 50%;
  border: 4px solid var(--color-red-1);
}
.tablet_item:nth-child(2) {
  margin-left: -3rem;
}
.tablet_amount {
  display: block;
  font-size: 6rem;
  line-height: 1.2em;
  color: var(--color-red-1);
  text-align: center;
  font-weight: 400;
  opacity: 0;
  transform: translateX(4rem);
  transition: all .6s ease;
}
.active_dynamic_elem .swiper-slide-active .tablet_amount {
  transition: all 1s ease var(--half-duration);
  opacity: 1;
  transform: none;
}
.tablet_text {
  display: block;
  font-size: 3rem;
  line-height: 1.1em;
  color: var(--color-red-1);
  text-align: center;
  font-weight: 400;
  transform: translateX(4rem);
  transition: all .6s ease;
}
.active_dynamic_elem .swiper-slide-active .tablet_text {
  opacity: 1;
  transform: none;
  transition: all 1.4s ease var(--half-duration);
}
/*.img_ferrum {
  display: block;
  width: 60rem;
  opacity: 0;
  transform: translateY(4rem);
  transition: all .6s ease;
}
.active_dynamic_elem .swiper-slide-active .img_ferrum {
  transition: transform .6s ease .4s, opacity .6s ease .4s;
  opacity: 1;
  transform: none;
}*/
.img_FE_1 {
  display: block;
  width: 35rem;
  height: 32.4rem;
  background-image: url(./img/img_FE_1.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 10.4rem;
  left: 22.4rem;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transform: scale(.4);
  transition: all .6s ease;
  z-index: 2;
}
.img_FE_1:after {
  content: '';
  display: block;
  width: 15%;
  height: 200%;
  transform: rotate(45deg);
  background: linear-gradient(90deg, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, .2) 100%);
  z-index: 2;
  pointer-events: none;
  position: absolute;
  top: -50%;
  left: -40%;
}
@keyframes gold_button_blick {
  0%, 10% {
    transform: rotate(45deg);
  }
  100% {
    transform: translateX(2000%) rotate(45deg);
  }
}
.active_dynamic_elem .swiper-slide-active .img_FE_1 {
  transition: transform 1s ease 1s, opacity 1s ease 1s;
  opacity: 1;
  transform: none;
}
.active_dynamic_elem .swiper-slide-active .img_FE_1:after {
  animation: gold_button_blick .6s linear 2s forwards;
}
.img_FE_2 {
  display: block;
  width: 52rem;
  height: 53rem;
  background-image: url(./img/img_FE_2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transform: scale(.2);
  transition: all .6s ease;
  z-index: 1;
}
.active_dynamic_elem .swiper-slide-active .img_FE_2 {
  transition: transform 1s ease 1.2s, opacity 1s ease 1.2s;
  opacity: 1;
  transform: none;
}
.hover_round {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  opacity: 0;
  transform: scale(0);
  transition: all .6s ease
  box-shadow: 0 0 0.4rem 0.5rem rgba(255, 255, 255, .7);
}
.active_dynamic_elem .swiper-slide-active .hover_round_1 {
  animation: hover_round var(--half-duration) ease 1s forwards;
}
.active_dynamic_elem .swiper-slide-active .hover_round_2 {
  animation: hover_round var(--half-duration) ease var(--half-duration) forwards;
}
@keyframes hover_round {
  0%, 100% {
    opacity: 0;
    transform: scale(0);
  }
  10%, 90% {
    opacity: 1;
    transform: none;
  }
}
.hover_round:before,
.hover_round:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  transition: transform .3s ease;
  border-radius: 50%;
}
.hover_round:before {
  background-color: var(--color-red-2);
  z-index: 1;
}
.hover_round:after {
  background-color: var(--color-red-2);
  z-index: 2;
  background-color: #FFFFFF;
  width: 1.8rem;
  height: 1.8rem;
}
.hover_round_1 {
  top: 9rem;
  left: 41rem;
}
.hover_round_2 {
  top: 35.2rem;
  left: 26.2rem;
}
.hover_info_block {
  display: block;
  position: absolute;
  padding: 2.4rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 4rem;
  -webkit-backdrop-filter: blur(54px);
  backdrop-filter: blur(54px);
  z-index: 3;
  pointer-events: none;
  background-color: rgba(255, 255, 255, .6);
  opacity: 0;
  transition: opacity .6s ease, transform .6s ease;
  transform: translateY(4rem); 
}
.hover_info_block_1 {
  top: -5rem;
  left: 43rem;
  border-bottom-left-radius: .4rem;
  width: 44rem;
}
.hover_info_block_2 {
  top: 37rem;
  left: -17rem;
  border-top-right-radius: .4rem;
  width: 45rem;
}
.active_dynamic_elem .swiper-slide-active .hover_info_block_1 {
  animation: swiper-slide-1-text var(--half-duration) ease 1s forwards;
}
.active_dynamic_elem .swiper-slide-active .hover_info_block_2 {
  animation: swiper-slide-1-text var(--half-duration) ease var(--half-duration) forwards;
}
.hover_info_title {
  display: block;
  font-size: 2.8rem;
  line-height: 1em;
  font-weight: 400;
  color: var(--color-red-1);
}
.hover_info_text {
  display: block;
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 400;
  color: #000000;
  margin-top: 1rem;
}
.img_structure_1 {
  display: block;
  width: 60rem;
  position: relative;
  opacity: 0;
  transform: scale(0);
  transition: all .6s ease;
}
.img_structure_1_image {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.img_structure_1:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(./img/img_structure_1_2.webp);
  position: absolute;
  z-index: 2;
  top: 0rem;
  left: 0rem;
  animation: img_structure_1_2 10s linear infinite;
}
@keyframes img_structure_1_2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.img_structure_1:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(./img/img_structure_1_3.webp);
  position: absolute;
  z-index: 1;
  top: 0rem;
  left: 0rem;
  opacity: 0;
  transform: scale(0);
  transition: all .6s ease;
}
.active_dynamic_elem .swiper-slide-active .img_structure_1 {
  opacity: 1;
  transform: none;
  transition: transform .6s ease .4s, opacity .6s ease .4s;
}
.active_dynamic_elem .swiper-slide-active .img_structure_1:after {
  opacity: 1;
  transform: none;
  transition: transform .6s ease .6s, opacity .6s ease .6s;
}
.small_text {
  font-size: 2.8rem;
  line-height: 1.2em;
}
.img_structure_2 {
  display: block;
  width: 70rem;
  opacity: 0;
  transform: translateY(4rem);
  transition: all .6s ease;
  position: relative;
}
.img_structure_2_image {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  transform: scale(0);
  opacity: 0;
  transition: all .6s ease;
}
.active_dynamic_elem .swiper-slide-active .img_structure_2 {
  opacity: 1;
  transform: none;
  transition: transform .6s ease .4s, opacity .6s ease .4s;
}
.active_dynamic_elem .swiper-slide-active .img_structure_2_image {
  opacity: 1;
  transform: none;
  transition: transform 1s ease .6s, opacity 1s ease .6s;
}
.img_structure_2:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(./img/img_structure_2_2.webp);
  position: absolute;
  z-index: 1;
  top: 2rem;
  left: -1rem;
  animation: img_structure_2_2 var(--duration) ease infinite;
}
@keyframes img_structure_2_2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.vitamin_c_list {
  display: block;
  list-style: none;
  margin-top: 4rem;
  opacity: 0;
  transform: translateY(4rem);
  transition: all .6s ease;
}
.active_dynamic_elem .swiper-slide-4.swiper-slide-active .vitamin_c_list {
  opacity: 1;
  transform: none;
  transition: transform .6s ease .4s, opacity .6s ease .4s;
}
.active_dynamic_elem .swiper-slide-5.swiper-slide-active .vitamin_item {
  opacity: 1;
  transform: none;
  transition: transform 1s ease, opacity 1s ease;
}
.active_dynamic_elem .swiper-slide-5.swiper-slide-active .vitamin_item:nth-child(1) {
  transition-delay: calc(var(--half-duration) + .2s);
}
.active_dynamic_elem .swiper-slide-5.swiper-slide-active .vitamin_item:nth-child(2) {
  transition-delay: calc(var(--half-duration) + .3s);
}
.active_dynamic_elem .swiper-slide-5.swiper-slide-active .vitamin_item:nth-child(3) {
  transition-delay: calc(var(--half-duration) + .4s);
}
.active_dynamic_elem .swiper-slide-5.swiper-slide-active .vitamin_item:nth-child(4) {
  transition-delay: calc(var(--half-duration) + .5s);
}
.active_dynamic_elem .swiper-slide-5.swiper-slide-active .vitamin_item:nth-child(5) {
  transition-delay: calc(var(--half-duration) + .6s);
}
.active_dynamic_elem .swiper-slide-5.swiper-slide-active .vitamin_item:nth-child(6) {
  transition-delay: calc(var(--half-duration) + .7s);
}
.active_dynamic_elem .swiper-slide-5.swiper-slide-active .vitamin_item:nth-child(7) {
  transition-delay: calc(var(--half-duration) + .8s);
}
.vitamin_c_item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
}
.vitamin_c_item:first-child {
  margin-top: 0;
}
.icon_vitamin_c {
  display: block;
  width: 6.2rem;
  height: 6rem;
  object-fit: contain;
  margin-right: 2.8rem;
}
.vitamin_c_text {
  display: block;
  font-size: 2.8rem;
  line-height: 1.3em;
  text-align: left;
  color: var(--color-red-2);
}
.vitamins_list_red {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 22rem;
  left: 8.6rem;
  list-style: none;
}
.img_structure_3 {
  display: block;
  width: 70rem;
  opacity: 0;
  transform: translateY(4rem);
  transition: all .6s ease;
  position: relative;
}
.img_structure_3_image {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  transform: scale(0);
  opacity: 0;
  transition: all .6s ease;
}
.active_dynamic_elem .swiper-slide-active .img_structure_3 {
  opacity: 1;
  transform: none;
  transition: transform .6s ease .4s, opacity .6s ease .4s;
}
.active_dynamic_elem .swiper-slide-active .img_structure_3_image {
  opacity: 1;
  transform: none;
  transition: transform 1s ease .6s, opacity 1s ease .6s;
}
.img_structure_3:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(./img/img_structure_2_2.webp);
  position: absolute;
  z-index: 1;
  top: 2rem;
  left: -1rem;
  animation: img_structure_2_2 var(--duration) ease infinite;
}
.advantages_section .swiper-slide-1 .advantage_slide_text_1 {
  width: 78rem;
}
.advantages_section .swiper-slide-1 .advantage_slide_text_2 {
  width: 78rem;
}
.advantages_section .swiper-slide-2 .advantage_slide_text_1 {
  width: 78rem;
}
.advantages_section .swiper-slide-2 .advantage_slide_text_2 {
  width: 78rem;
}
.advantages_section .swiper-slide-3 .advantage_slide_text {
  width: 61rem;
}
.advantages_section .swiper-slide-4 .advantage_slide_text {
  width: 67rem;
}
.advantages_section .swiper-slide-5 .advantage_slide_text {
  width: 75rem;
}
.ferlip_main .swiper-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  top: 18rem;
  height: 8px;
}
.ferlip_main .swiper-pagination-bullet {
  /* flex: 1; */
  height: 100%;
  border-radius: 1rem;
  margin: 0 !important;
  width: 11rem;
  transition: background-color .6s ease, transform .6s ease, width .6s ease;
  overflow: hidden;
  background-color: rgba(181, 44, 56, .1);
  opacity: 1;
}
.ferlip_main .swiper-pagination-bullet:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-red-1);
  border-radius: inherit;
  max-width: 0;
}
.ferlip_main .swiper-pagination-bullet:hover {
  transform: scale(1.02);
  background-color: rgba(181, 44, 56, .3);
}
.ferlip_main .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 23rem;
}
.ferlip_main .active_dynamic_elem  .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  transition: max-width var(--duration, 1s) linear;
  max-width: 100%;
}

.match_section {
  padding: 23.2rem 2rem 27rem 95.6rem;
  background: linear-gradient(180deg, var(--color-red-2) 30%, var(--color-red-1) 100%);
  margin-top: -8rem;
}
.match_flying_container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.flying_image {
  display: block;
  position: absolute;
  z-index: 2;
}
.flying_image_1 {
  width: 51.7rem;
  top: 130rem;
  left: -37.7rem;
}
.flying_image_2 {
  width: 76.9rem;
  top: 75.4rem;
  left: 0;
}
.flying_image_3 {
  width: 51.7rem;
  top: 243rem;
  left: 35.1rem;
}
.match_image_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70rem;
  height: 70rem;
  border-radius: 50%;
  position: absolute;
  top: 30rem;
  left: 6.4rem;
/*  background: rgba(202, 202, 202, 0.45);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);*/
  z-index: 3;
}
.match_image_container:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(202, 202, 202, 0.2);
  z-index: 1;
  transition: transform 1s ease;
  transform: scale(0);
}
.match_image_container:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(202, 202, 202, 0.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 2;
  transition: transform 1s ease .5s;
  transform: scale(0);
}
.active_dynamic_elem .match_image_container:before,
.active_dynamic_elem .match_image_container:after,
.active_dynamic_elem .match_image_woman {
  transform: none;
}
.match_image_woman {
  display: block;
  width: 35rem;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  transition: transform .6s ease;
  transform: scale(0);
}
.match_info_container {
  display: block;
  width: 75rem;
  position: relative;
  z-index: 2;
}
.match_title {
  display: block;
  font-size: 6rem;
  line-height: 1.2em;
  font-weight: 700;
  transition: transform .6s ease .2s, opacity .6s ease .2s;
  transform: translateX(4rem);
  opacity: 0;
}
.active_dynamic_elem .match_title {
  opacity: 1;
  transform: none;
}
.match_text {
  display: block;
  font-size: 2.2rem;
  line-height: 1.4em;
  font-weight: 400;
  margin-top: 3.2rem;
  transition: transform .6s ease .4s, opacity .6s ease .4s;
  transform: translateX(4rem);
  opacity: 0;
}
.active_dynamic_elem .match_text {
  opacity: 1;
  transform: none;
}
.match_list {
  display: block;
  list-style: none;
  margin-top: 4rem;
  width: 63rem;
}
.match_list_item {
  display: block;
  position: relative;
  margin-bottom: 1.1rem;
  transition: margin .6s ease;
  min-height: 7.6rem;
  transition: transform .6s ease, opacity .6s ease;
  transform: translateX(4rem);
  opacity: 0;
}
.active_dynamic_elem .match_list_item {
  opacity: 1;
  transform: none;
}
.match_list_item_active {
  margin-bottom: 2.6rem;
}
.match_list_item:nth-child(1) {
  transition-delay: 1s;
}
.match_list_item:nth-child(2) {
  transition-delay: 1.1s;
}
.match_list_item:nth-child(3) {
  transition-delay: 1.2s;
}
.match_list_item:nth-child(4) {
  transition-delay: 1.3s;
}
.match_list_item:nth-child(5) {
  transition-delay: 1.4s;
}
.match_list_item:nth-child(6) {
  transition-delay: 1.5s;
}
.match_list_item:nth-child(7) {
  transition-delay: 1.6s;
}
.match_list_item:nth-child(8) {
  transition-delay: 1.6s;
  margin-bottom: 0;
}
.match_click_container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.match_button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 7.6rem;
  border-radius: 4rem;
  background-color: var(--color-red-2);
  padding: 0 2.4rem;
  font-size: 1rem;
  font-family: 'Inter';
  cursor: pointer;
  border: none;
  outline: none;
  transition: width .6s ease, background-color .6s ease, padding 1s ease;
  position: relative;
}
.match_button:hover {
  background-color: var(--color-red-1);
}
.match_list_item_active .match_button {
  padding-left: 6.8rem;
  background-color: #65100F;
}
.match_button_round {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 50%;
  position: absolute;
  left: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
  background-color: var(--color-red-2);
  transition: transform .5s ease, opacity .5s ease;
  opacity: 0;
  transform: translateY(1rem) scaleY(.4);
}
.match_list_item_active .match_button_round {
  transition: transform 1s ease .2s, opacity 1s ease .2s;
  opacity: 1;
  transform: none;
}
.match_button_round:before {
  content: '';
  display: block;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: #FFFFFF;
  box-shadow: 0px .5rem rem 1rem rgba(0, 0, 0, 0.2);
}
.match_button_text {
  display: block;
  font-size: 2.8rem;
  line-height: 1em;
  color: #FFFFFF;
  font-weight: 400;
  white-space: nowrap;
}
.match_dynamic_container {
  width: 100%;
  height: 0;
  transition: height .6s ease, opacity .6s ease;
  overflow: hidden;
  background-color: #932D2E;
  border-radius: 4rem;
  opacity: 0;
}
.match_list_item_active .match_dynamic_container {
  opacity: 1;
}
.match_dynamic_wrapper {
  width: 100%;
  height: auto;
  padding: 10.5rem 8rem 2.9rem 6.8rem;
}
.match_dynamic_text {
  display: block;
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 400;
  margin-top: 1.8rem;
}
.match_dynamic_text:first-child {
  margin-top: 0;
}
.img_structure_3 {
  display: block;
  width: 70rem;
  opacity: 0;
  transform: translateY(4rem);
  transition: all .6s ease;
}
.active_dynamic_elem .swiper-slide-active .img_structure_3 {
  opacity: 1;
  transform: none;
  transition: transform .6s ease .4s, opacity .6s ease .4s;
}
.innovation_section_image_container {
  display: block;
  position: absolute;
  z-index: 3;
  top: 20rem;
  left: 110rem;
}
.img_structure_4_image {
  display: block;
  position: absolute;
}
.img_structure_4_1 {
  top: 16.4rem;
  left: 16.5rem;
  width: 21rem;
  z-index: 2;
  opacity: 0;
  transform: scale(0);
  transition: transform .6s ease, opacity .6s ease;
}
.img_structure_4_2 {
  top: 0rem;
  left: 0rem;
  width: 55rem;
  z-index: 1;
  opacity: 0;
  transform: scale(0);
  transition: transform .6s ease, opacity .6s ease;
  transform-origin: 27rem 26.3rem;
}
.img_structure_4_3 {
  top: 1rem;
  left: 1rem;
  width: 53rem;
  z-index: 3;
  opacity: 0;
  transform: scale(0);
  transition: transform .6s ease, opacity .6s ease;
}
.img_structure_4_4 {
  top: 0rem;
  left: 0rem;
  width: 55rem;
  z-index: 4;
  opacity: 0;
  transform: scale(0) rotate(360deg);
  transition: transform .6s ease, opacity .6s ease;
}
.active_dynamic_elem .innovation_section_image_container[data-state="1"] .img_structure_4_1 {
  opacity: 1;
  transform: none;
  transition: transform 1s ease .8s, opacity 1s ease .8s;
}
.active_dynamic_elem .innovation_section_image_container[data-state="1"] .img_structure_4_2 {
  animation: img_structure_4_2_state_1 var(--duration) ease forwards;
}
@keyframes img_structure_4_2_state_1 {
  0%, 5% {
    opacity: 0;
    transform: scale(0);
  }
  15% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 1;
    transform: rotate(720deg);
  }
}
.active_dynamic_elem .innovation_section_image_container[data-state="2"] .img_structure_4_1 {
  transform: scale(0.9);
  opacity: 1;
}
.active_dynamic_elem .innovation_section_image_container[data-state="2"] .img_structure_4_2 {
  animation: img_structure_4_2_state_2 var(--duration) ease forwards;
  opacity: 1;
  transform: scale(.75);
}
.active_dynamic_elem .innovation_section_image_container[data-state="2"] .img_structure_4_3 {
  transform: none;
  opacity: 1;
}
@keyframes img_structure_4_2_state_2 {
  0% {
    opacity: 1;
    transform: scale(.75);
  }
  100% {
    opacity: 1;
    transform: scale(.75) rotate(1080deg);
  }
}
.active_dynamic_elem .innovation_section_image_container[data-state="3"] .img_structure_4_1 {
  transform: scale(0.8);
  opacity: 1;
}
.active_dynamic_elem .innovation_section_image_container[data-state="3"] .img_structure_4_2 {
  animation: img_structure_4_2_state_3 var(--duration) ease forwards;
  opacity: 1;
  transform: scale(0.6);
}
.active_dynamic_elem .innovation_section_image_container[data-state="3"] .img_structure_4_3 {
  transform: scale(0.8);
  opacity: 1;
}
.active_dynamic_elem .innovation_section_image_container[data-state="3"] .img_structure_4_4 {
  transform: none;
  opacity: 1;
  transition: transform 1s ease .8s, opacity 1s ease .8s;
}
@keyframes img_structure_4_2_state_3 {
  0% {
    opacity: 1;
    transform: scale(.6);
  }
  100% {
    opacity: 1;
    transform: scale(.6) rotate(1080deg);
  }
}
.jkt_list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 8rem;
}
.jkt_item {
  width: 18rem;
  margin-right: 3.6rem;
  opacity: 0;
  transform: translateY(4rem);
  transition: all .6s ease;
}
.jkt_item:last-child {
  margin-right: 0;
}
.active_dynamic_elem .swiper-slide-active .jkt_item {
  opacity: 1;
  transform: none;
  transition: transform .6s ease, opacity .6s ease;
}
.jkt_item:nth-child(1) {
  transition-delay: .2s;
}
.jkt_item:nth-child(2) {
  transition-delay: .3s;
}
.jkt_item:nth-child(3) {
  transition-delay: .4s;
}
.jkt_item:nth-child(4) {
  transition-delay: .5s;
}
.jkt_item_image {
  display: block;
  width: 6.4rem;
  height: 6rem;
  object-fit: contain;
}
.jkt_item_text {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2em;
  font-weight: 400;
  color: #000000;
}
.patients_section {
  padding: 16rem 0 58.5rem;
  background: linear-gradient(180deg, var(--color-red-2) 30%, var(--color-red-1) 100%);
  margin-top: -8rem;
}
.patients_section:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background-image: url(./img/bg_tolerability.webp);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: -15rem 0;
}
.patients_section:after {
  content: '';
  display: block;
  background: linear-gradient(270deg, #520F17 67%, rgba(82, 15, 23, 0) 100%);
  height: 100%;
  width: 135.6rem;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.patients_title {
  display: block;
  font-size: 6rem;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: transform .6s ease .2s, opacity .6s ease .2s;
  transform: translateY(4rem);
  opacity: 0;
}
.active_dynamic_elem .patients_title {
  opacity: 1;
  transform: none;
}
.patients_info_container {
  padding-left: 109rem;
  padding-right: 8rem;
  margin-top: 10rem;
  position: relative;
  z-index: 2;
}
.patients_info_text {
  display: block;
  font-size: 2.6rem;
  line-height: 1.3em;
  font-weight: 400;
  transition: transform .6s ease .4s, opacity .6s ease .4s;
  transform: translateX(4rem);
  opacity: 0;
}
.active_dynamic_elem .patients_info_text {
  opacity: 1;
  transform: none;
}
.patients_list {
  display: block;
  margin-top: 5rem;
  list-style: none;
}
.patient_item {
  display: block;
  width: 69rem;
  position: relative;
  margin-top: 2.1rem;
  padding-left: 7.2rem;
  transition: transform .6s ease, opacity .6s ease;
  transform: translateX(4rem);
  opacity: 0;
}
.patient_item:nth-child(1) {
  transition-delay: .6s;
  margin-top: 0;
}
.patient_item:nth-child(2) {
  transition-delay: .7s;
}
.patient_item:nth-child(3) {
  transition-delay: .8s;
}
.patient_item:nth-child(4) {
  transition-delay: .9s;
}
.patient_item:nth-child(5) {
  transition-delay: 1s;
}
.patient_item:nth-child(6) {
  transition-delay: 1.1s;
}
.patient_item:nth-child(7) {
  transition-delay: 1.2s;
}
.active_dynamic_elem .patient_item {
  opacity: 1;
  transform: none;
}
.patient_item:before {
  content: '';
  display: block;
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 50%;
  background-image: url(./img/icon_ok.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.patient_item_text {
  display: block;
  font-size: 2.8rem;
  line-height: 1.3em;
  font-weight: 400;
}
.buy_section {
  height: auto;
  z-index: 4;
  padding: 8.7rem 20.5rem 21.8rem;
}
.buy_section:before {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  bottom: 0;
  height: calc(100% + 8rem);
}
.buy_title {
  display: block;
  font-size: 6rem;
  line-height: 1em;
  font-weight: 700;
  color: var(--color-red-1);
  text-align: center;
  position: relative;
  z-index: 2;
}
.buy_order_buttons_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 6.4rem;
  position: relative;
  z-index: 2;
}
.order_button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 74rem;
  height: 12rem;
  border-radius: 1.4rem;
  background-color: rgba(255, 255, 255, .4);
  transition: background-color .6s ease;
  cursor: pointer;
  padding-left: 3.7rem;
  border: none;
  outline: none;
  font-size: 1rem;
  font-family: 'Inter';
}
.order_button:hover {
  background-color: rgba(255, 255, 255, .7);
}
.order_button_active {
  background-color: #FFFFFF;
}
.order_button:before {
  content: '';
  display: block;
  width: 5.2rem;
  height: 5.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 1.8rem;
}
.delivery_button:before {
  background-image: url(./img/icon_delivery.svg);
}
.points_button:before {
  background-image: url(./img/icon_point.svg);
}
.order_button span {
  font-size: 2.8rem;
  line-height: 1.1em;
  font-weight: 400;
  color: var(--color-red-2);
}
.shops_container {
  display: block;
  width: 100%;
  margin-top: 6.4rem;
  position: relative;
}
.shop_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity .6s ease, transform .6s ease;
  pointer-events: none;
  z-index: 1;
}
.shop_list_active {
  position: relative;
  opacity: 1;
  transform: none;
  pointer-events: auto;
  z-index: 2;
}
.shop_item {
  display: block;
  width: 36rem;
  height: 24rem;
  margin-bottom: 3rem;
}
.shop_item_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 3rem;
  cursor: pointer;
  transition: background-color .6s ease;
}
.shop_item_link:hover {
  background-color: rgba(255, 255, 255, 1);
}
.shop_item_image {
  display: block;
  width: 30rem;
  height: 12rem;
  object-fit: contain;
  transition: filter .6s ease, transform .6s ease;
  filter: grayscale(1);
}
.shop_item_link:hover .shop_item_image {
  filter: none;
  transform: scale(1.1);
}
.sources_section {
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 6rem 8rem;
  background-color: #FFFFFF;
  border-top: 1px solid #E9EBE7;
}
.sources_title {
  display: block;
  width: 100%;
  font-size: 2.2rem;
  line-height: 1.4em;
  color: var(--color-red-1);
  font-weight: 500;
  cursor: pointer;
  position: relative;
  padding-left: 2em;
}
.sources_title:before {
  content: '';
  display: block;
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background-image: url(./img/icon_arrow_bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(180deg);
  transition: transform .6s ease;
}
.open_sources.sources_title:before {
  transform: none;
}
.sources_container {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 0;
  transition: height .6s ease;
}
.sources_wrapper {
  display: block;
  width: 100%;
}
.sources {
  display: block;
  padding-top: .8rem;
}
.source {
  display: block;
  margin-top: 1em;
  text-align: left;
  color: #5A5A5A;
  font-size: 1.8rem;
  line-height: 1.2em;
}
.source a {
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
}
.source a:hover {
  text-decoration: none;
}

/* ---------- main end ---------- */

/* ---------- footer start ---------- */

.ferlip_footer {
  width: 100%;
}
.zambon_line {
  background-color: #AEBA00;
  padding-left: 5.8rem;
}
.zambon_link {
  display: block;
  width: 18.8rem;
  cursor: pointer;
}
.zambon_link_image {
  display: block;
  width: 100%;
}
.footer_container {
  width: 100%;
  background-color: #5A5A5A;
  position: relative;
  padding: 5.5rem 5.8rem 26rem;
}
.footer_info_links_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  height: 7.4rem;
  width: 130rem;
  margin-left: 54.4rem;
}
.footer_info_link_item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 43rem;
}
.footer_info_link_item:nth-child(1),
.footer_info_link_item:nth-child(3),
.footer_info_link_item:nth-child(5) {
  margin-bottom: 3.4rem;
}
.footer_link {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2em;
  font-weight: 700;
  cursor: pointer;
  color: rgba(255, 255, 255, .5);
  text-transform: uppercase;
}
.footer_info_links_list .footer_link {
  text-decoration: underline;
}
.footer_info_links_list .footer_link:hover {
  text-decoration: none;
}
.footer_more_links_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 22rem;
  list-style: none;
}
.footer_more_link_item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
}
.footer_more_link_item:first-child {
  margin-top: 0;
}
.footer_more_links_list .footer_link {
  text-decoration: none;
}
.footer_more_links_list .footer_link:hover {
  text-decoration: underline;
}
.footer_copyright_block {
  display: block;
  width: 41rem;
  position: absolute;
  top: 5.5rem;
  left: 5.8rem;
}
.footer_copyright_text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
}
.footer_info_block {
  display: block;
  width: 100%;
  position: absolute;
  top: 19.5rem;
  padding-left: 5.8rem;
  left: 0;
}
.footer_info_text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
}
.disclaimer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 146.4rem;
  height: auto;
  border-top-left-radius: 6rem;
  border-top-right-radius: 6rem;
  background-color: rgba(137, 29, 31, .3);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0 auto;
  padding: 1.7rem 5rem 0.8rem;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  opacity: 0;
  transform: translateY(20rem);
  transition: transform 1s ease 2.5s, opacity 1s ease 2.5s;
}
.start_body .disclaimer {
  opacity: 1;
  transform: none;
}
.disclaimer_desk {
  display: block;
  opacity: .6;
  width: 100%;
}
.disclaimer_mobile {
  display: none;
}

/* ---------- footer end ---------- */

.back_to_top_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  width: 7rem;
  height: 7rem;
  background-color: var(--color-red-2);
  border-radius: 50%;
  position: fixed;
  right: 4rem;
  bottom: 14rem;
  z-index: -100;
  transition: opacity .4s ease, background-color .4s ease;
  border: none;
  outline: none;
  cursor: pointer;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
}
.back_to_top_button svg {
  width: 55%;
  fill: #FFFFFF;
  transition: transform .4s ease;
}
.back_to_top_button.active {
  z-index: 18;
  opacity: 1;
}
.back_to_top_button.active:hover {
  background-color: #a65c5b;
}
.back_to_top_button:hover svg {
  transform: translateY(-.5rem);
}

.cookie_section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  transition: transform .4s ease;
  background-color: #AEBA00;
  padding: 3rem 7rem;
}
.cookie_text {
  display: block;
  width: 120rem;
  font-size: 2rem;
  line-height: 1.25em;
}
.cookie_text a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.cookie_text a:hover {
  text-decoration: none;
}
.ok_cookie_button {
  width: 20rem;
}

@media screen and (max-width: 1800px) {
  html {
    font-size: .52vw;
  }
}

@media screen and (max-width: 1621px) {
  .kv_section:before {
    background-size: 118% auto;
    background-position: 51% -2.1rem;
  }
  .kv_info_container {
    padding-left: 8.9rem;
    padding-top: 24rem;
  }
  .kv_logo {
    width: 85.1em;
  }
  .kv_section.active_dynamic_elem .kv_logo {
    transform: translateX(-8rem);
  }
  .kv_text {
    font-size: 3.85rem;
    margin-top: -5.2rem;
    line-height: 1em;
  }
  .active_dynamic_elem .kv_text {
    transform: none;
    opacity: 1;
  }
  .kv_button {
    width: 26.5rem;
    margin-top: 4.7rem;
    height: 7.6rem;
    border-radius: 4rem;
  }
  .active_dynamic_elem .kv_button {
    opacity: 1;
  }
  .transparent_button span {
    font-size: 2.1rem;
  }
  .white_button span {
    font-size: 1.9rem;
  }

  /* ---------- header start ---------- */

  .ferlip_header {
    width: 177.4rem;
    height: 9.6rem;
    border-radius: 3.2rem;
    padding-right: 3rem;
    padding-left: 1.5rem;
    top: 2.9rem;
  }
  .header_logo {
    width: 25.1rem;
  }
  .header_link_item {
    margin-right: 3.4rem;
  }
  .header_link {
    font-size: 1.6rem;
  }
  .buy_button {
    width: 17rem;
    height: 5.7rem;
  }

  /* ---------- header end ---------- */

/*  .disclaimer {
    border-top-left-radius: 6rem;
    border-top-right-radius: 6rem;
  }
  .disclaimer_desk {
    height: 9rem;
  }*/
}

@media screen and (min-width: 2000px) {
  html {
    font-size: .52vw;
  }
}

@media screen and (max-width: 768px) and (max-aspect-ratio: 4 / 3) {
  html {
    font-size: 1vw;
  }

  .transparent_button {
    height: 12rem;
    border-radius: 6rem;
  }
  .transparent_button span {
    font-size: 4rem;
  }
  .white_button {
    height: 12rem;
    border-radius: 6rem;
  }
  .white_button:hover {
    transform: scale(1.05);
    background-color: rgba(255, 255, 255, .8);
  }
  .white_button span {
    font-size: 3rem;
  }

  /* ---------- common end ---------- */

  /* ---------- header start ---------- */

  .ferlip_header {
    width: 90rem;
    height: 17rem;
    border-radius: 3.2rem;
    padding-right: 3rem;
    padding-left: 3.5rem;
    top: 8rem;
  }
  .ferlip_header_small {
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    top: 0;
  }
  .ferlip_header:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    background-color: inherit;
    pointer-events: none;
    top: 0;
    left: 0;
    border-radius: inherit;
    transition: background-color .6s ease;
  }
  .ferlip_header:after {
    content: '';
    display: block;
    width: 100rem;
    height: 20rem;
    background: linear-gradient(180deg, #520F17 0%, rgba(82, 15, 23, 0) 90%);
    position: absolute;
    top: 0;
    left: -5rem;
    opacity: 0;
    transform: scaleY(0);
    transition: all .4s ease;
  }
  .ferlip_header_small:after {
    opacity: 1;
    transform: none;
  }
  .header_logo {
    width: 34rem;
    position: relative;
    z-index: 4;
    transition: opacity .6s ease;
  }
  .ferlip_header_small .header_logo {
    opacity: 0;
    pointer-events: none;
  }
  .header_links_nav {
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    overflow: hidden;
    transition: opacity .6s ease;
  }
  .ferlip_header_small .header_links_nav {
    opacity: 0;
    pointer-events: none;
  }
  .header_links_list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    height: 80rem;
    width: 100%;
    max-height: 0;
    transition: all .6s ease;
    border-radius: inherit;
    overflow: hidden;
    padding-top: 0;
  }
  .open_menu .header_links_list {
    max-height: 80rem;
    padding-top: 24rem;
  }
  .header_link_item {
    margin-right: 0;
    margin-top: 4rem;
  }
  .header_link_item:first-child {
    margin-top: 0;
  }
  .header_link_item_mobile {
    display: block;
  }
  .header_link {
    font-size: 3.2rem;
    color: var(--color-red-1);
  }
  .burger_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12rem;
    height: 12rem;
    border-radius: 2rem;
    background-color: #FFFFFF;
    cursor: pointer;
    border: none;
    outline: none;
    position: relative;
    z-index: 4;
    transition: opacity .6s ease;
  }
  .ferlip_header_small .burger_button {
    opacity: 0;
    pointer-events: none;
  }
  .burger_button:before,
  .burger_button:after,
  .burger_button_line {
    width: 5.5rem;
    height: 2px;
    border-radius: 1px;
    background-color: var(--color-red-1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .6s ease;
  }
  .burger_button:before {
    content: '';
    transform: translateY(-2rem);
  }
  .burger_button:after {
    content: '';
    transform: translateY(2rem);
  }
  .open_menu .burger_button_line {
    opacity: 0;
  }
  .open_menu .burger_button:before {
    transform: rotate(45deg);
  }
  .open_menu .burger_button:after {
    transform: rotate(-45deg);
  }
  .buy_button_desk {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 4rem;
    z-index: 4;
    opacity: 0;
    pointer-events: none;
    transform: translateY(4rem);
    transition: all .6s ease;
  }
  .ferlip_header_small .buy_button_desk {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .buy_button_mobile {
    display: flex;
    background-color: var(--color-red-1);
    color: #FFFFFF;
  }
  .buy_button {
    width: 40rem;
  }

  /* ---------- header end ---------- */

  /* ---------- main start ---------- */

  .ferlip_main {
    background-color: #520F17;
    padding-bottom: 0;
  }
  .ferlip_main_section {
    height: auto;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    height: auto;
    min-height: 0;
  }
  .kv_section {
    padding-top: 82rem;
  }
  .kv_section:before {
    background-image: url(./img/bg_kv_mobile.webp);
    background-size: 100% auto;
    background-position: 0 -6rem;
  }
  .kv_info_container {
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
    z-index: 3;
    padding: 0 0 30rem;
    border-radius: 0;
    background-color: transparent;
  }
  .kv_info_container:before {
    content: '';
    display: block;
    width: 82rem;
    margin: 0 auto;
    height: 100%;
    border-radius: 5rem;
    background-color: rgba(137, 29, 31, .7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .kv_info_container:after {
    content: '';
    display: block;
    width: 100%;
    height: 120rem;
    background: linear-gradient(0deg, #520F17 58%, rgba(82, 15, 23, 0) 90%);
    position: absolute;
    top: 20rem;
    left: 0;
    z-index: 2;
  }
  .kv_logo {
    width: 80rem;
    transform: translateY(8rem) translateX(13rem) scale(1.1);
    opacity: 0;
    position: relative;
    z-index: 3;
  }
  .kv_section.active_dynamic_elem .kv_logo {
    opacity: 1;
    transform: translateX(13rem);
  }
  .kv_text {
    font-size: 4rem;
    margin: -2rem auto 0;
    width: 56rem;
    position: relative;
    z-index: 3;
  }
  .kv_button {
    width: 56rem;
    margin: 7rem auto 0;
    position: relative;
    z-index: 3;
  }
  .white_section {
    height: 90vh;
    height: calc(var(--vh, 1vh) * 90);
    z-index: 4;
    padding: 0 3rem;
  }
  .white_section:before {
    border-radius: 5rem;
    top: -5rem;
    width: 94rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: calc(100% + 10rem);
    height: 100%;
    top: 0;
  }
  .advantages_section {
    /*height: ;*/
  }
  .flying_section_title {
    font-size: 6.5rem;
    top: 12rem;
    padding-left: 7rem;
    text-align: left;
  }
  .custom_swiper_container {
    border-radius: 5rem;
  }
  .advantage_slide_container {
    display: block;
    padding-bottom: 0;
  }
  .swiper-slide-1 .advantage_slide_container:before {
    content: none;
  }
  .advantage_slide_info_block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 0 4rem;
    padding-top: 12rem;
  }
  .advantage_slide_info_title {
    font-size: 12rem;
    padding-left: 10rem;
  }
  .vitamins_list {
    justify-content: space-between;
    margin-top: 7rem;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
  .vitamin_item {
    height: 8rem;
    margin-left: 0;
  }
  .advantage_slide_text_block {
    width: 100%;
    padding: 0 4rem;
    position: absolute;
    top: 0;
    top: 85rem;
    left: 0;
    padding-left: 4rem;
  }
  .advantages_section .swiper-slide-4,
  .advantages_section .swiper-slide-5 {
    padding-top: 8rem;
  }
  .advantages_section .swiper-slide-1 .advantage_slide_text_block {
    top: 100rem;
    height: auto;
  }
  .advantages_section .swiper-slide-2 .advantage_slide_text_block {
    top: auto;
    bottom: 14rem;
  }
  .advantages_section .swiper-slide-3 .advantage_slide_text_block {
    top: 90rem;
  }
  .advantages_section .swiper-slide-4 .advantage_slide_text_block {
    top: 85rem;
    padding-left: 8rem;
  }
  .advantages_section .swiper-slide-5 .advantage_slide_text_block {
    top: 85rem;
    padding-left: 8rem;
  }
  .advantage_slide_text {
    font-size: 4rem;
    line-height: 1.2em;
  }
  .advantages_section .swiper-slide-1 .advantage_slide_text,
  .advantages_section .swiper-slide-2 .advantage_slide_text {
    padding-left: 4rem;
  }
  .advantages_section .swiper-slide-2 .advantage_slide_text {
    font-size: 3.4rem;
  }
  .advantages_section .swiper-slide-1 .advantage_slide_text_1 {
    width: 88rem;
  }
  .advantages_section .swiper-slide-1 .advantage_slide_text_2 {
    width: 77rem;
  }
  .advantages_section .swiper-slide-2 .advantage_slide_text {
    width: 87rem;
  }
  .advantages_section .swiper-slide-3 .advantage_slide_text {
    width: 100%;
  }
  .advantages_section .swiper-slide-4 .advantage_slide_text {
    width: 100%;
  }
  .advantages_section .swiper-slide-5 .advantage_slide_text {
    width: 100%;
  }
  .tablets_list {
    width: 100%;
    padding-left: 10rem;
  }
  .active_dynamic_elem .swiper-slide-active .tablets_list {
    margin-bottom: 4rem;
  }
  .tablet_item {
    width: 30rem;
    height: 30rem;
    border: 2px solid var(--color-red-1);
    margin-bottom: 2.6rem;
  }
  .tablet_item:nth-child(2) {
    margin-left: -4rem;
  }
  .tablet_amount {
    font-size: 9rem;
    line-height: 1.2em;
  }
  .tablet_text {
    font-size: 3.7rem;
    line-height: 1em;
  }
  .advantages_section .swiper-slide-1 .advantage_slide_info_block {
    padding-top: 40rem;
  }
  .advantages_section .swiper-slide-2 .advantage_slide_info_block {
    padding-top: 40rem;
  }
  .advantages_section .swiper-slide-3 .advantage_slide_info_block {
    padding-top: 16rem;
  }
  .advantages_section .swiper-slide-4 .advantage_slide_info_block {
    padding-top: 12rem;
  }
  .advantages_section .swiper-slide-5 .advantage_slide_info_block {
    padding-top: 12rem;
  }
  /*.img_ferrum {
    width: 70rem;
    margin-left: 8rem;
  }*/
  .img_FE_1 {
    width: 37rem;
    height: 34.4rem;
    top: 30.4rem;
    left: 27.5rem;
    transform: scale(.4);
  }
  .img_FE_2 {
    width: 56rem;
    height: 57rem;
    position: absolute;
    top: 19rem;
    left: 18rem;
  }
  .hover_round {
    width: 11rem;
    height: 11rem;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .hover_round:before {
    width: 7rem;
    height: 7rem;
  }
  .hover_round:after {
    width: 3rem;
    height: 3rem;
  }
  .hover_round_1 {
    top: 28rem;
    left: 45rem;
  }
  .hover_round_2 {
    top: 59rem;
    left: 27rem;
  }
  .hover_info_block {
    padding: 4rem;
    border-radius: 4rem;
  }
  .hover_info_block_1 {
    top: 76rem;
    left: 0rem;
    border-bottom-left-radius: 4rem;
    width: 94rem;
  }
  .hover_info_block_2 {
    \: 31rem;
    left: 0rem;
    top: 76rem;
    border-top-right-radius: 4rem;
    width: 94rem;
  }
  .hover_info_title {
    font-size: 4.3rem;
  }
  .hover_info_text {
    font-size: 3.4rem;
    line-height: 1.2em;
    margin-top: 2rem;
  }
  .img_structure_1 {
    width: 70rem;
    margin: 0 auto;
  }
  .small_text {
    font-size: 3rem;
  }
  .img_structure_2 {
    width: 70rem;
    margin: 0 auto;
  }
  .vitamin_c_list {
    margin-top: 4rem;
  }
  .vitamin_c_item {
    margin-top: 3rem;
  }
  .icon_vitamin_c {
    width: 10rem;
    height: 10rem;
    margin-right: 4rem;
  }
  .vitamin_c_text {
    font-size: 4rem;
  }
  .vitamins_list_red {
    margin-top: 5rem;
    width: 100%;
  }
  .ferlip_main .swiper-pagination {
    gap: 2rem;
    bottom: 4rem;
    top: auto;
    padding: 0 4rem;
  }
  .ferlip_main .swiper-pagination-bullet {
    height: 2rem;
  }
  .match_section {
    padding: 94rem 4rem 16rem;
    background: linear-gradient(180deg, #520F17 2%, var(--color-red-1) 100%);
    margin-top: -5rem;
  }
  .flying_image_1 {
    width: 51.7rem;
    top: 80rem;
    left: -17.7rem;
  }
  .flying_image_2 {
    width: 76.9rem;
    top: 155.4rem;
    left: 10rem;
  }
  .flying_image_3 {
    width: 51.7rem;
    top: 283rem;
    left: 35.1rem;
  }
  .match_image_container {
    width: 66rem;
    height: 66rem;
    border-radius: 50%;
    position: absolute;
    top: 22rem;
    left: 32rem;
  }
  .match_image_woman {
    width: 34rem;
  }
  .match_info_container {
    width: 100%;
  }
  .match_title {
    font-size: 6.5rem;
  }
  .match_text {
    font-size: 4rem;
    margin-top: 7.5rem;
  }
  .match_list {
    margin-top: 7.5rem;
    width: 100%;
  }
  .match_list_item {
    width: 100%;
    margin-bottom: 2rem;
    min-height: 14rem;
  }
  .match_list_item_active {
    margin-bottom: 4rem;
  }
  .match_click_container {
    width: 100%;
  }
  .match_button {
    width: 100%;
    height: 14rem;
    border-radius: 2.5rem;
    padding: 0 3.5rem;
  }
  .match_button:hover {
    background-color: var(--color-red-2);
  }
  .match_list_item_active .match_button {
    padding-left: 10.5rem;
    background-color: #65100F;
  }
  .match_button_round {
    width: 6rem;
    height: 6rem;
    left: 2rem;
  }
  .match_button_text {
    font-size: 4rem;
  }
  .match_dynamic_container {
    border-radius: 4.5rem;
  }
  .match_dynamic_wrapper {
    width: 100%;
    height: auto;
    padding: 18rem 6rem 6rem 4rem;
  }
  .match_dynamic_text {
    font-size: 4rem;
    margin-top: 3rem;
  }
  .innovation_section {
    background-color: var(--color-red-1);
  }
  .img_structure_3 {
    width: 70rem;
    margin: 0 auto;
  }
  .innovation_section_image_container {
    top: 18rem;
    left: 15rem;
    transform: scale(1.2);
  }
  .img_structure_4_1 {
  top: 16.4rem;
  left: 16.5rem;
  width: 21rem;
}
.img_structure_4_2 {
  top: 0rem;
  left: 0rem;
  width: 55rem;
  transform-origin: 27rem 26.3rem;
}
.img_structure_4_3 {
  top: 1rem;
  left: 1rem;
  width: 53rem;
}
.img_structure_4_4 {
  top: 0rem;
  left: 0rem;
  width: 55rem;
}
.active_dynamic_elem .innovation_section_image_container[data-state="1"] .img_structure_4_1 {
  opacity: 1;
  transform: none;
  transition: transform 1s ease .8s, opacity 1s ease .8s;
}
.active_dynamic_elem .innovation_section_image_container[data-state="1"] .img_structure_4_2 {
  animation: img_structure_4_2_state_1 var(--duration) ease forwards;
}
@keyframes img_structure_4_2_state_1 {
  0%, 5% {
    opacity: 0;
    transform: scale(0);
  }
  15% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 1;
    transform: rotate(720deg);
  }
}
.active_dynamic_elem .innovation_section_image_container[data-state="2"] .img_structure_4_1 {
  transform: scale(0.9);
  opacity: 1;
}
.active_dynamic_elem .innovation_section_image_container[data-state="2"] .img_structure_4_2 {
  animation: img_structure_4_2_state_2 var(--duration) ease forwards;
  opacity: 1;
  transform: scale(.75);
}
.active_dynamic_elem .innovation_section_image_container[data-state="2"] .img_structure_4_3 {
  transform: none;
  opacity: 1;
}
@keyframes img_structure_4_2_state_2 {
  0% {
    opacity: 1;
    transform: scale(.75);
  }
  100% {
    opacity: 1;
    transform: scale(.75) rotate(1080deg);
  }
}
.active_dynamic_elem .innovation_section_image_container[data-state="3"] .img_structure_4_1 {
  transform: scale(0.8);
  opacity: 1;
}
.active_dynamic_elem .innovation_section_image_container[data-state="3"] .img_structure_4_2 {
  animation: img_structure_4_2_state_3 var(--duration) ease forwards;
  opacity: 1;
  transform: scale(0.6);
}
.active_dynamic_elem .innovation_section_image_container[data-state="3"] .img_structure_4_3 {
  transform: scale(0.8);
  opacity: 1;
}
.active_dynamic_elem .innovation_section_image_container[data-state="3"] .img_structure_4_4 {
  transform: none;
  opacity: 1;
  transition: transform 1s ease .8s, opacity 1s ease .8s;
}
@keyframes img_structure_4_2_state_3 {
  0% {
    opacity: 1;
    transform: scale(.6);
  }
  100% {
    opacity: 1;
    transform: scale(.6) rotate(1080deg);
  }
}
  .jkt_list {
    display: block;
    margin-top: 2rem;
    width: 100%;
  }
  .jkt_item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .jkt_item_image {
    width: 10rem;
    height: 7.2rem;
    margin-right: 2rem;
  }
  .jkt_item_text {
    font-size: 3.2rem;
    margin-top: 1rem;
    text-align: center;
  }
  .patients_section {
    padding: 100rem 4rem 22rem;
    background: #520F17;
    margin-top: -5rem;
    overflow: hidden;
  }
  .patients_section:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background-image: url(./img/bg_tolerability.webp);
    background-repeat: no-repeat;
    background-size: 220rem auto;
    background-position: -15rem -20rem;
  }
  .patients_section:after {
    background: linear-gradient(0deg, #520F17 87%, rgba(82, 15, 23, 0) 100%);
    height: 300rem;
    width: 100%;
    top: 70rem;
    bottom: auto;
    right: 0;
  }
  .patients_title {
    font-size: 6.5rem;
    text-align: left;
  }
  .patients_info_container {
    padding: 0;
    margin-top: 6rem;
  }
  .patients_info_text {
    font-size: 3.6rem;
    line-height: 1.5em;
  }
  .patients_list {
    margin-top: 8rem;
  }
  .patient_item {
    width: 75rem;
    margin-top: 3rem;
    padding-left: 11rem;
  }
  .patient_item:before {
    width: 6.5rem;
    height: 6.5rem;
  }
  .patient_item_text {
    font-size: 4.5rem;
  }
  .buy_section {
    padding: 5rem 7rem 6rem;
    height: auto;
  }
  .buy_section:before {
    border-bottom-left-radius: 5rem;
    border-bottom-right-radius: 5rem;
    bottom: 0;
    height: 100%;
    height: calc(100% + 5rem);
  }
  .buy_title {
    font-size: 6.5rem;
    text-align: left;
  }
  .buy_order_buttons_container {
    display: block;
    margin-top: 5rem;
  }
  .order_button {
    width: 100%;
    height: 15rem;
    border-radius: 2rem;
    background-color: rgba(255, 255, 255, .4);
    padding-left: 6rem;
  }
  .order_button:hover {
    background-color: rgba(255, 255, 255, .4);
  }
  .order_button_active {
    background-color: var(--color-red-1) !important;
  }
  .delivery_button.order_button_active:before {
    background-image: url(./img/icon_delivery_white.svg);
  }
  .points_button.order_button_active:before {
    background-image: url(./img/icon_point_white.svg);
  }
  .order_button:before {
    width: 11rem;
    height: 11rem;
    margin-right: 3rem;
  }
  .points_button {
    margin-top: 2.5rem;
  }
  .order_button span {
    font-size: 4rem;
    transition: color .6s ease;
  }
  .order_button_active span {
    color: #FFFFFF;
  }
  .shops_container {
    margin-top: 5rem;
  }
  .shop_item {
    width: 41rem;
    height: 30rem;
    margin-bottom: 3rem;
  }
  .shop_item_link {
    border-radius: 3rem;
  }
  .shop_item_image {
    width: 30rem;
    height: 14rem;
    filter: none;
  }
  .shop_item_link:hover .shop_item_image {
    filter: none;
    transform: scale(1);
  }
  .sources_section {
    padding: 4rem 4rem;
    border-top: 1px solid #E9EBE7;
    margin-top: 0;
  }
  .sources_title {
    font-size: 3.8rem;
    padding-left: 2em;
  }
  .sources_title:before {
    width: 1.4em;
    height: 1.4em;
  }
  .sources_wrapper {
    display: block;
    width: 100%;
  }
  .sources {
    padding-top: 1rem;
  }
  .source {
    margin-top: 1em;
    font-size: 3rem;
  }

  /* ---------- main end ---------- */

  /* ---------- footer start ---------- */

  .zambon_line {
    padding-left: 2rem;
  }
  .zambon_link {
    width: 36rem;
  }
  .footer_container {
    padding: 8rem 9rem 10rem 4rem;
  }
  .footer_info_links_list {
    flex-wrap: nowrap;
    height: auto;
    width: 100%;
    margin-left: 0;
  }
  .footer_info_link_item {
    width: auto;
    margin-bottom: 5rem;
  }
  .footer_info_link_item:nth-child(1),
  .footer_info_link_item:nth-child(3),
  .footer_info_link_item:nth-child(5) {
    margin-bottom: 5rem;
  }
  .footer_info_link_item:last-child {
    margin-bottom: 0;
  }
  .footer_link {
    font-size: 3.5rem;
  }
  .footer_more_links_list {
    margin-top: 14rem;
  }
  .footer_more_link_item {
    margin-top: 3.5rem;
  }
  .footer_more_link_item:first-child {
    margin-top: 0;
  }
  .footer_copyright_block {
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    margin-top: 6.5rem;
  }
  .footer_copyright_text {
    font-size: 2.5rem;
  }
  .footer_info_block {
    display: block;
    width: 100%;
    position: static;
    top: auto;
    padding-left: 0;
    left: auto;
    margin-top: 6.5rem;
  }
  .footer_info_text {
    font-size: 2.5rem;
    line-height: 1.3em;
  }
  .disclaimer {
    display: block;
    width: 100%;
    height: auto;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    padding: 2rem 0 2rem;
    position: static;
    border-radius: 2rem;
    margin-top: 10rem;
    z-index: 3;
  }
  .disclaimer_desk {
    display: none;
  }
  .disclaimer_mobile {
    display: block;
    width: 80rem;
    margin: 0 auto;
    opacity: 0.6;
  }

  /* ---------- footer end ---------- */

  .back_to_top_button {
    width: 12rem;
    height: 12rem;
    right: 2rem;
    bottom: 16rem;
  }

  .cookie_section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 6rem 4rem;
  }
  .cookie_text {
    width: 100%;
    font-size: 3.2rem;
  }
  .ok_cookie_button {
    width: 40rem;
    margin-top: 4rem;
  }
}