@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);
}
.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 .2s, opacity 1s ease .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: #FFF3E7;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  background: linear-gradient(180deg, #801716 30%, #B52C38 100%);
}
.ferlip_main_section {
  width: 100%;
  position: absolute;
  z-index: 3;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 60rem;
  transition: opacity .6s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  top: 0;
  left: 0;
}
.ferlip_main_section_active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.start_section {
  padding: 31rem 0 0 8rem;
}
.main_title {
  display: block;
  font-size: 6rem;
  line-height: 1.2em;
  font-weight: 700;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.start_section_text {
  display: block;
  font-size: 2.8rem;
  line-height: 1.3em;
  margin-top: 3.8rem;
  width: 75rem;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.start_button {
  width: 22.6rem;
  margin-top: 3rem;
  z-index: 3;
}
.start_section_images_box {
  width: 83.6rem;
  height: 83.6rem;
  position: absolute;
  top: 14.8rem;
  right: 8rem;
  z-index: 2;
  transition: transform .6s ease .2s, opacity .6s ease .2s;
  opacity: 0;
  transform: translateY(2rem);
}
.ferlip_main_section_active .start_section_images_box {
  opacity: 1;
  transform: none;
}
.start_section_images_box:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(202, 202, 202, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  transition: transform .6s ease 1s, opacity .6s ease 1s;
  opacity: 0;
  transform: scale(0);
  z-index: 1;
  pointer-events: none;
}
.start_section_images_box:after {
  content: '';
  width: 68.6rem;
  height: 68.6rem;
  border-radius: 50%;
  background: rgba(202, 202, 202, 0.45);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform .6s ease 1.2s, opacity .6s ease 1.2s;
  opacity: 0;
  transform: scale(0);
  z-index: 2;
  margin: auto;
  pointer-events: none;
}
.ferlip_main_section_active .start_section_images_box:before,
.ferlip_main_section_active .start_section_images_box:after {
  opacity: 1;
  transform: none;
}
.start_dynamic_image {
  display: block;
  width: 39rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  transition: transform .6s ease 1.4s; 
  pointer-events: auto;
}
.ferlip_main_section_active .start_dynamic_image_1 {
  transform: translateY(-3.7rem) translateX(5.4rem) rotate(17deg);
}
.ferlip_main_section_active .start_dynamic_image_2 {
  transform: translateY(-2.2rem) translateX(2.2rem) rotate(4deg);
}
.ferlip_main_section_active .start_dynamic_image_3 {
  transform: rotate(-9deg);
}
.start_section_images_box[data-state="1"] .start_dynamic_image_1 {
  transition: transform .4s ease;
  transform: translateY(-3rem) translateX(4.4rem) rotate(15deg) scale(1.05);
}
.start_section_images_box[data-state="1"] .start_dynamic_image_2 {
  transition: transform .4s ease;
  transform: translateY(-1.8rem) translateX(1.8rem) rotate(3deg);
}
.start_section_images_box[data-state="1"] .start_dynamic_image_3 {
  transition: transform .4s ease;
  transform: rotate(-7deg);
}
.start_section_images_box[data-state="2"] .start_dynamic_image_1 {
  transition: transform .4s ease;
  transform: translateY(-3rem) translateX(4.4rem) rotate(15deg);
  z-index: 5;
}
.start_section_images_box[data-state="2"] .start_dynamic_image_2 {
  transition: transform .4s ease;
  transform: translateY(-1.8rem) translateX(1.8rem) rotate(3deg) scale(1.05);
  z-index: 6;
}
.start_section_images_box[data-state="2"] .start_dynamic_image_3 {
  transition: transform .4s ease;
  transform: rotate(-7deg);
  z-index: 4;
}
.start_section_images_box[data-state="3"] .start_dynamic_image_1 {
  transition: transform .4s ease;
  transform: translateY(-3rem) translateX(4.4rem) rotate(15deg);
  z-index: 4;
}
.start_section_images_box[data-state="3"] .start_dynamic_image_2 {
  transition: transform .4s ease;
  transform: translateY(-1.8rem) translateX(1.8rem) rotate(3deg);
  z-index: 5;
}
.start_section_images_box[data-state="3"] .start_dynamic_image_3 {
  transition: transform .4s ease;
  transform: rotate(-7deg) scale(1.05);
  z-index: 6;
}
.flying_image {
  display: block;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.flying_image_1 {
  width: 38rem;
  top: -17.2rem;
  left: 151.4rem;
  animation: flying_image_1 38s ease infinite;
}
.flying_image_2 {
  width: 38rem;
  top: 37rem;
  left: 91.1rem;
  animation: flying_image_2 57s ease infinite;
}
.flying_image_3 {
  width: 38rem;
  top: 72rem;
  left: 144.6rem;
  animation: flying_image_3 144s ease infinite;
}
@keyframes flying_image_1 {
  0% {
    transform: none;
  }
  60% {
    transform: translateY(20rem) translateX(-4rem) rotate(-10deg);
  }
  100% {
    transform: none;
  }
}
@keyframes flying_image_2 {
  0% {
    transform: none;
  }
  40% {
    transform: translateY(-10rem) translateX(8rem) rotate(-30deg);
  }
  100% {
    transform: none;
  }
}
@keyframes flying_image_3 {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(-5rem) translateX(20rem) rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.test_section {
  padding-top: 16.4rem;
}
.question_counter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 500;
}
.counter_divider {
  display: block;
  width: 1.6rem;
}
.current_question_number,
.all_questions_number {
  display: block;
  text-align: center;
  width: 1.6em;
}
.dynamic_question_title {
  display: block;
  font-size: 3.5rem;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}
.dynamic_question_text {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2em;
  text-align: center;
  font-weight: 400;
  margin: 3rem auto 0;
  width: 69.7rem;
  position: relative;
  z-index: 2;
}
.answers_box {
  display: block;
  width: 53rem;
  height: 53rem;
  position: absolute;
  margin: 0 auto;
  top: 40rem;
  left: 0;
  right: 0;
}
.answers_box:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(202, 202, 202, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  transition: transform .6s ease 1s, opacity .6s ease 1s;
  opacity: 0;
  transform: scale(0);
  z-index: 1;
  pointer-events: none;
}
.answers_box:after {
  content: '';
  width: 43rem;
  height: 43rem;
  border-radius: 50%;
  background: rgba(202, 202, 202, 0.45);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform .6s ease 1.2s, opacity .6s ease 1.2s;
  opacity: 0;
  transform: scale(0);
  z-index: 2;
  margin: auto;
  pointer-events: none;
}
.ferlip_main_section_active .answers_box:before,
.ferlip_main_section_active .answers_box:after {
  opacity: 1;
  transform: none;
}
.cards_container {
  position: relative;
  z-index: 3;
}
.card_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 9rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 1rem;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 50%;
  transition: transform .6s ease .2s, opacity .6s ease .2s;
  opacity: 0;
  pointer-events: none;
  z-index: 4;
}
.card_button_not {
  transform: translateX(4em);
  left: -4.5rem;
}
.card_button_yes {
  transform: translateX(-4em);
  right: -4.5rem;
}
.ferlip_main_section_active .card_button {
  pointer-events: auto;
  opacity: 1;
  transform: none;
}
.card_button:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  transition: transform .4s ease, opacity .4s ease;
  z-index: 1;
  pointer-events: none;
}
.card_button:after {
  content: '';
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  background: rgba(202, 202, 202, 0.45);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform .6s ease, opacity .6s ease;
  z-index: 2;
  margin: auto;
  pointer-events: none;
}
.card_button:hover:after,
.card_button_active:after {
  transform: scale(1.4);
}
.card_button:hover:before,
.card_button_active:before {
  transform: scale(1.2);
}
.card_button_image {
  display: block;
  position: relative;
  z-index: 3;
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
}
.card_button_not .card_button_image {
  background-image: url(./img/icon_not.svg?v=1.1);
  background-size: 2.5rem auto;
}
.card_button_yes .card_button_image {
  background-image: url(./img/icon_yes.svg?v=1.1);
  background-size: 2.2rem auto;
}
.question_image {
  display: block;
  position: absolute;
  width: 29.9rem;
  position: absolute;
  top: 4rem;
  left: 0;
  right: 0;
  opacity: 0;
  margin: 0 auto;
  z-index: 3;
  pointer-events: none;
  transition: transform .6s ease, opacity .6s ease;
}
.visible_1 {
  opacity: 1;
  z-index: 6;
  pointer-events: auto;
}
.visible_2 {
  opacity: 1;
  z-index: 5;
  transform: translateY(1em) translateX(-2em) rotate(-13deg);
  pointer-events: auto;
}
.visible_3 {
  opacity: 1;
  z-index: 4;
  transform: translateY(2em) translateX(-4em) rotate(-26deg);
  pointer-events: auto;
}
.visible_3 + .question_image {
  transform: translateY(4em) translateX(-6em) rotate(-39deg);
}
.result_section {
  padding-top: 16.7rem;
  padding-left: 8rem;
}
.result_box {
  display: block;
  width: 95.4rem;
  position: relative;
  z-index: 3;
}
.result_info_container {
  width: 100%;
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #FFF3E7 67%, #FFFFFF 98%);
  border-radius: 3rem;
  overflow: hidden;
}
.result_container_item {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: transform .6s ease;
  transform: translateX(4rem);
  z-index: 1;
}
.result_container_item_active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
  z-index: 2;
  position: relative;
}
.result_container_item_not_deficit {
  padding: 5.7rem 3.4rem 3.4rem;
}
.result_title {
  display: block;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 700;
  color: var(--color-red-2);
  text-transform: uppercase;
}
.result_text_container {
  width: 49.5rem;
  overflow: hidden;
  transition: height .6s ease;
  margin-top: 6rem;
}
.result_text_wrapper {
  width: 100%;
}
.result_text {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2em;
  font-weight: 400;
  color: var(--color-red-2);
}
.result_list {
  display: block;
  width: 49.5rem;
  margin-top: 2rem;
  list-style: none;
}
.result_item {
  display: block;
  width: 100%;
}
.result_item:not(:first-child) {
  margin-top: 2rem;
}
.result_item_title {
  display: block;
  width: 100%;
  position: relative;
  font-size: 2.2rem;
  line-height: 1.4em;
  font-weight: 700;
  color: var(--color-red-2);
  cursor: pointer;
  padding-left: 3.2rem;
  transition: color .6s ease;
}
.result_item_active .result_item_title {
  color: var(--color-red-1);
}
.result_item_title:before,
.result_item_title:after {
  content: '';
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  position: absolute;
  top: .2rem;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform .6s ease, opacity .6s ease;
}
.result_item_title:before {
  background-image: url(./img/result_arrow_bottom.svg);
}
.result_item_title:after {
  background-image: url(./img/result_arrow_top.svg);
  transform: rotate(180deg);
  opacity: 0;
}
.result_item_active .result_item_title:before {
  opacity: 0;
  transform: rotate(180deg);
}
.result_item_active .result_item_title:after {
  opacity: 1;
  transform: none;
}
.result_item_container {
  height: 0;
  transition: height .6s ease;
  overflow: hidden;
}
.result_item_text_wrapper {
  padding-top: 1.2rem;
  padding-left: 3.2rem;
}
.result_item_text {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2em;
  color: var(--color-red-2);
}
.result_footnote {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2em;
  color: #999796;
  margin-top: 1.6rem;
  font-family: 'Inter';
  position: relative;
  z-index: 3;
}
.result_footnote span {
  font-size: .8em;
  line-height: 1.2em;
}
.result_cards_container {
  width: 53.8rem;
  height: 53.8rem;
  position: absolute;
  z-index: 2;
  top: -2.2rem;
  right: -4.6rem;
}
.result_cards_container:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(./img/result_round.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform .6s ease;
  transform: scale(0);
}
.result_container_item_active .result_cards_container:before {
  transform: none;
}
.result_card {
  display: block;
  width: 22.2rem;
  position: absolute;
  top: 6rem;
  right: 14rem;
  transition: opacity .6s ease, transform .6s ease;
  opacity: 0;
  z-index: 1;
  transform: translateX(-3rem) translateY(3rem) rotate(-39deg);
}
.state_0 .result_card_0 {
  opacity: 1;
  z-index: 4;
  transform: none;
}
.state_0 .result_card_1 {
  opacity: 1;
  z-index: 3;
  transform: translateX(-1rem) translateY(1rem) rotate(-13deg);
}
.state_0 .result_card_2 {
  opacity: 1;
  z-index: 2;
  transform: translateX(-2rem) translateY(2rem) rotate(-26deg);
}
.state_1 .result_card_1 {
  opacity: 1;
  z-index: 4;
  transform: none;
}
.state_1 .result_card_2 {
  opacity: 1;
  z-index: 3;
  transform: translateX(-1rem) translateY(1rem) rotate(-13deg);
}
.state_1 .result_card_3 {
  opacity: 1;
  z-index: 2;
  transform: translateX(-2rem) translateY(2rem) rotate(-26deg);
}
.state_2 .result_card_2 {
  opacity: 1;
  z-index: 4;
  transform: none;
}
.state_2 .result_card_3 {
  opacity: 1;
  z-index: 3;
  transform: translateX(-1rem) translateY(1rem) rotate(-13deg);
}
.state_2 .result_card_0 {
  opacity: 1;
  z-index: 2;
  transform: translateX(-2rem) translateY(2rem) rotate(-26deg);
}
.state_3 .result_card_3 {
  opacity: 1;
  z-index: 4;
  transform: none;
}
.state_3 .result_card_0 {
  opacity: 1;
  z-index: 3;
  transform: translateX(-1rem) translateY(1rem) rotate(-13deg);
}
.state_3 .result_card_1 {
  opacity: 1;
  z-index: 2;
  transform: translateX(-2rem) translateY(2rem) rotate(-26deg);
}
.result_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.6rem;
  height: 8.6rem;
  position: absolute;
  border-radius: 50%;
  position: absolute;
  z-index: 5;
}
.result_icon:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .4);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform .6s ease;
  transform: scale(0);
}
.result_icon:after {
  content: '';
  display: block;
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  background-color: #FFF9F3;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  transition: transform .6s ease .2s;
  transform: scale(0);
}
.result_icon_image {
  display: block;
  position: relative;
  z-index: 3;
  transition: transform .6s ease .4s;
  transform: scale(0);
}
.result_icon_active:before,
.result_icon_active:after,
.result_icon_active .result_icon_image {
  transform: none;
}
.result_icon_0_1 {
  top: 17rem;
  left: 13rem;
}
.result_icon_0_2 {
  top: 26rem;
  left: 35rem;
}
.result_icon_1_1 {
  top: 23rem;
  left: 14rem;
}
.result_icon_1_2 {
  top: 13rem;
  left: 34rem;
}
.result_icon_2_1 {
  top: 10rem;
  left: 13rem;
}
.result_icon_2_2 {
  top: 28rem;
  left: 34rem;
}
.result_icon_3_1 {
  top: 18rem;
  left: 13rem;
}
.result_icon_3_2 {
  top: 30rem;
  left: 34rem;
}
.result_icon_0_1 .result_icon_image {
  width: 3.6rem;
}
.result_icon_0_2 .result_icon_image {
  width: 3.4rem;
}
.result_icon_1_1 .result_icon_image {
  width: 3.6rem;
}
.result_icon_1_2 .result_icon_image {
  width: 3.2rem;
}
.result_icon_2_1 .result_icon_image {
  width: 3.5rem;
}
.result_icon_2_2 .result_icon_image {
  width: 3.5rem;
}
.result_icon_3_1 .result_icon_image {
  width: 3.4rem;
}
.result_icon_3_2 .result_icon_image {
  width: 2.3rem;
}
.state_0 .result_icon_0_1:before,
.state_0 .result_icon_0_1:after,
.state_0 .result_icon_0_1 .result_icon_image {
  transform: none;
}
.state_0 .result_icon_0_2:before,
.state_0 .result_icon_0_2:after,
.state_0 .result_icon_0_2 .result_icon_image {
  transform: none;
}
.state_1 .result_icon_1_1:before,
.state_1 .result_icon_1_1:after,
.state_1 .result_icon_1_1 .result_icon_image {
  transform: none;
}
.state_1 .result_icon_1_2:before,
.state_1 .result_icon_1_2:after,
.state_1 .result_icon_1_2 .result_icon_image {
  transform: none;
}
.state_2 .result_icon_2_1:before,
.state_2 .result_icon_2_1:after,
.state_2 .result_icon_2_1 .result_icon_image {
  transform: none;
}
.state_2 .result_icon_2_2:before,
.state_2 .result_icon_2_2:after,
.state_2 .result_icon_2_2 .result_icon_image {
  transform: none;
}
.state_3 .result_icon_3_1:before,
.state_3 .result_icon_3_1:after,
.state_3 .result_icon_3_1 .result_icon_image {
  transform: none;
}
.state_3 .result_icon_3_2:before,
.state_3 .result_icon_3_2:after,
.state_3 .result_icon_3_2 .result_icon_image {
  transform: none;
}
.result_description_container {
  width: 100%;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 0 0 3rem 3rem;
  position: relative;
  z-index: 1;
  margin-top: -3rem;
  padding: 6rem 3rem 3rem;
  transition: opacity .6s ease, transform .6s ease;
  opacity: 0;
  transform: translateY(-10rem);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.ferlip_main_section_active .result_description_container {
  opacity: 1;
  transform: none;
}
.result_description {
  display: block;
  font-size: 2rem;
  line-height: 1.1em;
  font-weight: 400;
}
.result_buttons_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}
.result_buttons_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.result_where_to_buy {
  width: 21.2rem;
  margin-right: 1rem;
}
.result_instruction {
  width: 22.5rem;
}
.another_attempt_button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 1rem;
  color: #FFFFFF;
  font-family: 'Inter';
  cursor: pointer;
  width: 27.6rem;
  height: 5rem;
  transition: background-color .6s ease;
  border-radius: 3rem;
}
.another_attempt_button:before {
  content: '';
  display: block;
  width: 2.5rem;
  height: 2.6rem;
  background-image: url(./img/icon_another.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 1rem;
  transition: transform .6s ease;
}
.another_attempt_button:hover:before {
  transform: rotate(-180deg);
}
.another_attempt_button:hover {
  background-color: rgba(255, 255, 255, .2);
}
.another_attempt_button span {
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
.result_container_item_deficit {
  padding: 3.4rem;
}
.deficit_text {
  display: block;
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 400;
  color: var(--color-red-2);
  margin-top: 6rem;
}
.research_list {
  display: block;
  width: 100%;
  margin-top: 2rem;
  list-style: none;
}
.research_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding-left: 6rem;
  min-height: 3.6rem;
}
.research_item:not(:first-child) {
  margin-top: 1.6rem;
}
.research_item:before {
  content: '';
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background-image: url(./img/icon_ok.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}
.research_list + .result_text {
  margin-top: 2rem;
}
.flying_image_4 {
  width: 48rem;
  top: 55.8rem;
  left: 94.4rem;
  animation: flying_image_4 38s ease infinite;
}
.flying_image_5 {
  width: 48rem;
  top: 2rem;
  left: 142.6rem;
  animation: flying_image_5 84s ease infinite;
}
.flying_image_6 {
  width: 58rem;
  top: 17rem;
  left: 111.1rem;
  transform: rotate(42deg);
  animation: flying_image_6 57s ease infinite;
}
@keyframes flying_image_4 {
  0% {
    transform: none;
  }
  60% {
    transform: translateY(10rem) translateX(-4rem) rotate(-8deg);
  }
  100% {
    transform: none;
  }
}
@keyframes flying_image_5 {
  0% {
    transform: none;
  }
  40% {
    transform: translateY(-6rem) translateX(4rem) rotate(-12deg);
  }
  100% {
    transform: none;
  }
}
@keyframes flying_image_6 {
  0% {
    transform: rotate(42deg);
  }
  50% {
    transform: translateY(-5rem) translateX(6rem) rotate(30deg);
  }
  100% {
    transform: rotate(42deg);
  }
}

/* ---------- 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;
  transition: opacity .4s ease, background-color .4s ease;
  border: none;
  outline: none;
  cursor: pointer;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  pointer-events: none;
}
.back_to_top_button svg {
  width: 55%;
  fill: #FFFFFF;
  transition: transform .4s ease;
}
.back_to_top_button.active {
  z-index: 18;
  opacity: 1;
  pointer-events: auto;
}
.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: .5vw;
  }
}

@media screen and (max-width: 1621px) {

  .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 ---------- */

@media screen and (min-width: 2000px) {
  html {
    font-size: .5vw;
  }
}

@media screen and (max-width: 768px) and (max-aspect-ratio: 4 / 3) {

  html {
    font-size: 1vw;
  }

  /* ---------- common start ---------- */

  .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 {
    height: auto;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
  .ferlip_main_section {
    height: auto;
  }
  .ferlip_main_section_active {
    position: relative;
  }
  .start_section {
    padding: 100rem 4rem 15rem;
  }
  .main_title {
    font-size: 6.5rem;
  }
  .start_section_text {
    font-size: 4rem;
    line-height: 1.2em;
    margin-top: 5rem;
    width: 100%;
  }
  .start_button {
    width: 100%;
    margin-top: 5rem;
  }
  .start_section_images_box {
    width: 60rem;
    height: 60rem;
    top: 32rem;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .start_section_images_box:after {
    width: 50rem;
    height: 50rem;
  }
  .start_dynamic_image {
    width: 30rem;
    margin: 0 auto;
    bottom: auto;
    top: 12rem;
  }
.ferlip_main_section_active .start_dynamic_image_1 {
  transform: translateY(-3.7rem) translateX(5.4rem) rotate(17deg);
}
.ferlip_main_section_active .start_dynamic_image_2 {
  transform: translateY(-2.2rem) translateX(2.2rem) rotate(4deg);
}
.ferlip_main_section_active .start_dynamic_image_3 {
  transform: rotate(-9deg);
}
.start_section_images_box[data-state="1"] .start_dynamic_image_1 {
  transition: transform .4s ease;
  transform: translateY(-3rem) translateX(4.4rem) rotate(15deg) scale(1.05);
}
.start_section_images_box[data-state="1"] .start_dynamic_image_2 {
  transition: transform .4s ease;
  transform: translateY(-1.8rem) translateX(1.8rem) rotate(3deg);
}
.start_section_images_box[data-state="1"] .start_dynamic_image_3 {
  transition: transform .4s ease;
  transform: rotate(-7deg);
}
.start_section_images_box[data-state="2"] .start_dynamic_image_1 {
  transition: transform .4s ease;
  transform: translateY(-3rem) translateX(4.4rem) rotate(15deg);
  z-index: 5;
}
.start_section_images_box[data-state="2"] .start_dynamic_image_2 {
  transition: transform .4s ease;
  transform: translateY(-1.8rem) translateX(1.8rem) rotate(3deg) scale(1.05);
  z-index: 6;
}
.start_section_images_box[data-state="2"] .start_dynamic_image_3 {
  transition: transform .4s ease;
  transform: rotate(-7deg);
  z-index: 4;
}
.start_section_images_box[data-state="3"] .start_dynamic_image_1 {
  transition: transform .4s ease;
  transform: translateY(-3rem) translateX(4.4rem) rotate(15deg);
  z-index: 4;
}
.start_section_images_box[data-state="3"] .start_dynamic_image_2 {
  transition: transform .4s ease;
  transform: translateY(-1.8rem) translateX(1.8rem) rotate(3deg);
  z-index: 5;
}
.start_section_images_box[data-state="3"] .start_dynamic_image_3 {
  transition: transform .4s ease;
  transform: rotate(-7deg) scale(1.05);
  z-index: 6;
}
  .flying_image_1 {
    width: 28rem;
    top: 13.8rem;
    left: 61.4rem;
  }
  .flying_image_2 {
    width: 28rem;
    top: 47rem;
    left: 1.1rem;
  }
  .flying_image_3 {
    width: 28rem;
    top: 70rem;
    left: 51.6rem;
  }
  .test_section {
    padding-top: 113rem;
    padding-bottom: 15rem;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
  .question_counter {
    font-size: 4rem;
  }
  .counter_divider {
    width: 3.2rem;
  }
  .current_question_number,
  .all_questions_number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7rem;
    height: 7rem;
    background-color: var(--color-red-2);
    border-radius: 50%;
  }
  .dynamic_question_title {
    font-size: 6rem;
    margin-top: 2rem;
  }
  .dynamic_question_text {
    font-size: 3.5rem;
    margin: 4rem 0 0;
    width: 100%;
    padding: 0 4rem;
  }
  .answers_box {
    width: 100%;
    height: 80rem;
    position: absolute;
    margin: 0;
    top: 30rem;
    left: 0;
  }
  .answers_box:before,
  .answers_box:after {
    content: none;
  }
  .cards_container {
    position: relative;
    z-index: 3;
  }
  .card_button {
    width: 16rem;
    height: 16rem;
    font-size: 1rem;
  }
  .card_button_not {
    transform: translateX(4em);
    left: 3rem;
  }
  .card_button_yes {
    transform: translateX(-4em);
    right: 3rem;
  }
  .card_button:after {
    width: 11rem;
    height: 11rem;
  }
  .card_button_image {
    width: 11rem;
    height: 11rem;
  }
  .card_button_not .card_button_image {
    background-size: 4.8rem auto;
  }
  .card_button_yes .card_button_image {
    background-size: 4rem auto;
  }
  .question_image {
    width: 54rem;
    top: 4rem;
  }
  .visible_2 {
    opacity: .5;
    transform: translateY(2em) translateX(-3em) rotate(-13deg);
  }
  .visible_3 {
    opacity: .25;
    transform: translateY(4em) translateX(-6em) rotate(-26deg);
  }
  .visible_3 + .question_image {
    transform: translateY(6em) translateX(-8em) rotate(-39deg);
  }
  .result_section {
    padding-top: 30rem;
    padding-left: 3rem;
    padding: 30rem 3rem 35rem;
  }
  .result_box {
    width: 100%;
  }
  .result_info_container {
    border-radius: 7.5rem;
  }
  .result_container_item_not_deficit {
    padding: 5rem;
  }
  .result_title {
    font-size: 3rem;
  }
  .result_text_container {
    width: 100%;
    margin-top: 0;
  }
  .result_text_wrapper {
    padding-top: 7.5rem;
  }
  .result_text {
    font-size: 3.5rem;
  }
  .result_list {
    width: 100%;
    margin-top: 70rem;
    transition: margin .6s ease;
  }
  .state_0 .result_list {
    margin-top: 5rem;
  }
  .result_item:not(:first-child) {
    margin-top: 2.5rem;
  }
  .result_item_title {
    font-size: 4rem;
    padding-left: 8rem;
  }
  .result_item_title:before,
  .result_item_title:after {
    width: 6rem;
    height: 6rem;
    top: .5rem;
  }
  .result_item_text_wrapper {
    padding-top: 2.5rem;
    padding-left: 0;
  }
  .result_item_text {
    font-size: 3.5rem;
  }
  .result_footnote {
    font-size: 3rem;
    margin-top: 0;
    transition: height .6s ease, margin .6s ease;
    overflow: hidden;
    height: 0;
  }
  .state_0 .result_footnote {
    height: 10.2em;
    margin-top: 2.5rem;
  }
  .result_cards_container {
    width: 100%;
    height: 80rem;
    top: 2rem;
    right: 0;
    transition: opacity .6s ease;
    pointer-events: none;
  }
  .state_0 .result_cards_container {
    opacity: 0;
  }
  .result_card {
    width: 34rem;
    top: 15rem;
    right: 30rem;
    transform: translateX(-6rem) translateY(6rem) rotate(-39deg);
  }
  .state_1 .result_card_2 {
    transform: translateX(-2rem) translateY(2rem) rotate(-13deg);
  }
  .state_1 .result_card_3 {
    transform: translateX(-4rem) translateY(4rem) rotate(-26deg);
  }
  .state_2 .result_card_3 {
    transform: translateX(-2rem) translateY(2rem) rotate(-13deg);
  }
  .state_2 .result_card_0 {
    transform: translateX(-4rem) translateY(4rem) rotate(-26deg);
  }
  .state_3 .result_card_0 {
    transform: translateX(-2rem) translateY(2rem) rotate(-13deg);
  }
  .state_3 .result_card_1 {
    transform: translateX(-4rem) translateY(4rem) rotate(-26deg);
  }
  .result_icon {
    width: 13rem;
    height: 13rem;
  }
  .result_icon:after {
    width: 9rem;
    height: 9rem;
  }
  .result_icon_0_1 {
    top: 17rem;
    left: 13rem;
  }
  .result_icon_0_2 {
    top: 26rem;
    left: 35rem;
  }
  .result_icon_1_1 {
    top: 42rem;
    left: 25rem;
  }
  .result_icon_1_2 {
    top: 28rem;
    left: 56rem;
  }
  .result_icon_2_1 {
    top: 20rem;
    left: 24rem;
  }
  .result_icon_2_2 {
    top: 49rem;
    left: 53rem;
  }
  .result_icon_3_1 {
    top: 36rem;
    left: 20rem;
  }
  .result_icon_3_2 {
    top: 50rem;
    left: 56rem;
  }
  .result_icon_0_1 .result_icon_image {
    width: 5.2rem;
  }
  .result_icon_0_2 .result_icon_image {
    width: 5.3rem;
  }
  .result_icon_1_1 .result_icon_image {
    width: 6rem;
  }
  .result_icon_1_2 .result_icon_image {
    width: 5rem;
  }
  .result_icon_2_1 .result_icon_image {
    width: 5.2rem;
  }
  .result_icon_2_2 .result_icon_image {
    width: 5.2rem;
  }
  .result_icon_3_1 .result_icon_image {
    width: 5.3rem;
  }
  .result_icon_3_2 .result_icon_image {
    width: 4rem;
  }
  .result_description_container {
    border-radius: 0 0 7.5rem 7.5rem;
    margin-top: -8rem;
    padding: 12rem 4rem 4rem;
    transform: translateY(-12rem);
  }
  .result_description {
    font-size: 3.5rem;
  }
  .result_buttons_container {
    display: block;
    margin-top: 4rem;
  }
  .result_buttons_wrapper {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .result_where_to_buy {
    width: 40rem;
    margin-right: 0;
  }
  .result_instruction {
    width: 40rem;
  }
  .result_where_to_buy span,
  .result_instruction span {
    font-size: 4rem;
  }
  .another_attempt_button {
    width: 60rem;
    height: 8rem;
    border-radius: 3rem;
    margin: 3rem auto 0;
  }
  .another_attempt_button:before {
    width: 4rem;
    height: 4.2rem;
    margin-right: 2.5rem;
  }
  .another_attempt_button span {
    font-size: 3rem;
  }
  .result_container_item_deficit {
    padding: 5rem;
  }
  .deficit_text {
    font-size: 3.5rem;
    margin-top: 8rem;
  }
  .research_list {
    margin-top: 5rem;
  }
  .research_item {
    padding-left: 8rem;
    min-height: 6rem;
  }
  .research_item:not(:first-child) {
    margin-top: 4rem;
  }
  .research_item:before {
    width: 6rem;
    height: 6rem;
  }
  .research_list + .result_text {
    margin-top: 5rem;
  }
  .flying_image_4 {
    width: 38rem;
    left: 4.4rem;
    top: auto;
    bottom: 4em;
  }
  .flying_image_5 {
    width: 38rem;
    left: 59.6rem;
    top: auto;
    bottom: 9em;
  }
  .flying_image_6 {
    width: 48rem;
    left: 26.1rem;
    top: auto;
    bottom: -12em;
  }

  /* ---------- 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: 9rem;
    height: 9rem;
    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;
  }
}