:root {
  --129df8: #129df8;
  --004efa: #004efa;
  --accent: #0058ff;
  --gallery-quiz-white: #e9e5e5;
  --kapitsa--desktop--content-width: 48.33rem;
  --white: white;
  --incredible-quiz-white: #e9e5e5;
  --gallery--desktop--desktop: 48.3333rem;
  --quiz-white-blue: #dfeaff;
  --quiz-blue: #1782ff;
  --gallery-quiz-black: #270e0e;
  --incredible-quiz-dark-green: #313231;
  --incredible-quiz-black: #270e0e;
  --black: black;
}

body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 1.52778rem;
  line-height: 130%;
}

h1 {
  color: #fff;
  text-align: center;
  letter-spacing: -.03rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.1rem;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  letter-spacing: -.07rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.63rem;
  font-weight: 800;
  line-height: 105%;
}

p {
  margin-bottom: 0;
}

a {
  color: #000;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

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

.hero {
  grid-column-gap: 5.55rem;
  grid-row-gap: 5.55rem;
  background-image: url('../images/hero-desk-final-2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  height: 48.6rem;
  padding-top: 2.77rem;
  padding-bottom: 2.77rem;
  display: flex;
  position: relative;
}

.html-embed {
  display: none;
}

.hero_title {
  width: 57.5rem;
}

.hero_info {
  grid-column-gap: 1.11rem;
  grid-row-gap: 1.11rem;
  color: #fff;
  text-align: center;
  letter-spacing: -.002rem;
  flex-direction: column;
  align-items: center;
  width: 33.6806rem;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 120%;
  display: flex;
}

.hero_tags {
  grid-column-gap: 1.11rem;
  grid-row-gap: .55rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.hero_tag {
  border-radius: .8rem;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 105%;
}

.hero_tag.is--arrow {
  background-image: linear-gradient(to right, #f8fbff .01%, #eaf3ff);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.6rem;
  min-width: 3.6rem;
  height: 3.6rem;
  min-height: 3.6rem;
  padding: 0;
  display: none;
}

.gradient-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(114deg, #5a64ff, #8b58e5);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero_icon {
  width: 7rem;
  display: flex;
  position: absolute;
  top: 1.7rem;
  right: 2.22rem;
}

.main-section {
  z-index: 2;
  grid-column-gap: 1.66rem;
  grid-row-gap: 1.66rem;
  grid-template-rows: 46.9rem 36.9rem 35.2rem 35.2rem 33.6rem auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-top: -5rem;
  padding-left: 2.77rem;
  padding-right: 2.77rem;
  display: grid;
  position: relative;
}

.main-card {
  border: .208333rem solid #f5f4f7;
  border-radius: 3.3rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.33rem;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_header {
  grid-column-gap: 1.66rem;
  grid-row-gap: 1.66rem;
  flex-direction: column;
  max-width: 43.8rem;
  display: flex;
}

.card_header.is--right-sided {
  text-align: right;
  align-self: flex-end;
}

.card_header.is--bonus {
  flex-direction: row;
  justify-content: space-between;
  max-width: none;
}

.list_bullet {
  background-color: #c7d9e8;
  border-radius: 50%;
  width: .4rem;
  min-width: .4rem;
  height: .4rem;
  margin-top: .75rem;
}

.list_item {
  grid-column-gap: .83rem;
  grid-row-gap: .83rem;
  align-items: flex-start;
  display: flex;
}

.list_item.is--365 {
  width: 25.3rem;
}

.text--highlighted {
  font-weight: 600;
}

.text--highlighted.gradient-3 {
  cursor: pointer;
}

.card_bg {
  z-index: -1;
  transition: opacity .3s ease-in-out;
  position: absolute;
  inset: 0%;
}

.main-card_btn {
  z-index: 11;
  background-image: linear-gradient(132deg, var(--129df8), var(--004efa));
  color: #fff;
  border-radius: 6.94444rem;
  align-self: flex-end;
  padding: 1.66rem 2.22rem;
  font-weight: 600;
  line-height: 110%;
  transition: all .3s ease-in-out;
  position: relative;
}

.main-card_btn.is--left-sided {
  align-self: flex-start;
}

.main-card_btn.is--left-sided.is--full-width {
  text-align: center;
  width: 100%;
}

.footer {
  background-image: url('../images/footer-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 44.8rem;
  padding-bottom: 2.77rem;
  padding-left: 2.77rem;
  padding-right: 2.77rem;
  display: flex;
}

.footer_content {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: space-between;
  display: grid;
}

.footer_content.is--sosedi {
  align-items: end;
}

.footer_item {
  grid-column-gap: .55rem;
  grid-row-gap: .55rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_link {
  color: #fff;
  letter-spacing: -.002rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 100%;
}

.footer_logo {
  justify-content: center;
  align-items: center;
  width: 6.04rem;
  display: flex;
}

.footer_text {
  text-align: right;
  font-weight: 400;
}

.card_img {
  z-index: -1;
  width: 20rem;
  position: absolute;
  inset: auto auto 6.2rem 1.8rem;
}

.card_img.is--3, .card_img.is--5 {
  width: 100%;
  inset: 0%;
}

.card_img.is--6 {
  width: 13rem;
  inset: 1.9rem 2.5rem auto auto;
}

.card_img.is--7 {
  width: 10rem;
  inset: 3.3rem 3.5rem auto auto;
}

.card_img.is--2 {
  width: 22rem;
  bottom: 2.5rem;
  left: 3.4rem;
}

.card_img.is--4 {
  z-index: -1;
  width: 100%;
  inset: 0%;
}

.card_img.is--8 {
  width: 46.8rem;
  position: static;
  bottom: auto;
  left: auto;
}

.card_img.is--1 {
  width: 22rem;
  bottom: 3.3rem;
}

.card_title {
  transition: color .3s ease-in-out;
}

.main-card_btn-border {
  z-index: 10;
  background-image: linear-gradient(132deg, var(--129df8), var(--004efa));
  pointer-events: none;
  border-radius: 6.94444rem;
  position: absolute;
  inset: -.2rem;
}

.main-card_btn-container {
  align-self: flex-start;
  position: relative;
}

.main-card_btn-container.is--left-sided {
  align-self: flex-end;
}

.main-card_btn-container.is--full-width {
  align-self: stretch;
}

.tab_link {
  color: #000000a6;
  background-color: #0000;
  border-radius: 1.66rem;
  padding: .8rem 2.22rem;
  font-weight: 600;
}

.tab_link.w--current {
  color: var(--accent);
  background-color: #fff;
}

.tabs_menu {
  background-color: #f5f4f7;
  border-radius: 2rem;
  padding: .27rem;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.tabs_content {
  margin-top: 3.33rem;
  overflow: visible;
}

.promocode_swiper {
  width: 100%;
}

.promocode_cards {
  grid-column-gap: 1.66rem;
  grid-row-gap: 1.66rem;
  display: flex;
}

.promocode_cards.swiper-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.promocode_card {
  grid-column-gap: 1.66rem;
  grid-row-gap: 1.66rem;
  background-color: #fff;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  width: 28.5rem;
  min-width: 28.5rem;
  padding: 3.33rem;
  display: flex;
}

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

.promo-card_header.is--cashback {
  flex-direction: column;
}

.promo-card_info {
  grid-column-gap: 1.11rem;
  grid-row-gap: 1.11rem;
  flex-direction: column;
  width: 16.3rem;
  display: flex;
}

.promo-card_info.is--cashback {
  width: auto;
}

.promo-card_title {
  font-weight: 600;
}

.promo-card_img {
  border: 2px solid #f5f5f5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4.44rem;
  height: 4.44rem;
  display: flex;
  overflow: hidden;
}

.promo-card_footer {
  grid-column-gap: .694444rem;
  grid-row-gap: .694444rem;
  flex-direction: column;
  display: flex;
}

.promo-card_deadline {
  color: #0003;
  padding-top: .55rem;
  padding-bottom: .55rem;
  font-weight: 600;
}

.promo-card_btns {
  grid-column-gap: 1.11rem;
  grid-row-gap: 1.11rem;
  flex-direction: column;
  display: flex;
}

.promo-card_copy-btn {
  cursor: pointer;
  background-color: #f5f4f7;
  border-radius: 6.94444rem;
  justify-content: center;
  align-items: center;
  padding: 1.66rem;
  display: flex;
  position: relative;
}

.promo-card_copy-btn:active {
  background-color: #d9d8db;
}

.promo-card_copy-btn.is--hidden {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.promo-card_copy-icon {
  pointer-events: none;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.3rem;
  height: 4.3rem;
  display: flex;
  position: absolute;
  right: .5rem;
}

.card-bg_img {
  background-image: url('../images/card-bg-1-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}

.card-bg_img.is--2 {
  background-image: url('../images/card-bg-2-2.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.card-bg_img.is--3 {
  background-image: url('../images/card-bg-3-2.png');
  background-position: 50%;
}

.card-bg_img.is--4 {
  background-image: url('../images/bg-8-card-2.png');
}

.card-bg_img.is--5 {
  background-image: url('../images/card-bg-5-2.png');
}

.card-bg_img.is--6 {
  background-image: url('../images/card-bg-6-2.png');
}

.card-bg_img.is--7 {
  background-image: url('../images/card-bg-7-2.png');
}

.card-bg_img.is--8 {
  background-image: url('../images/multibonus-final.png');
}

.swiper_btns {
  grid-column-gap: .55rem;
  grid-row-gap: .55rem;
  justify-content: center;
  margin-top: 3.33rem;
  display: flex;
}

.swiper_btn {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.swiper-btn_icon {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  height: .902778rem;
  display: flex;
}

.tabs_content--transfers {
  margin-top: 1.11rem;
}

.promo-card_copy-text {
  font-weight: 600;
}

.swiper-pagination {
  display: none;
}

.card-bg_hover {
  opacity: 0;
  background-image: linear-gradient(143.65deg, #0961ff 6.21%, #2b94ff 39.33%, #8fbbfb 65.01%, #c8ccfc 85.26%, #c7cbfe 93.68%);
  transition: opacity .3s ease-in-out;
  position: absolute;
  inset: 0%;
}

.accent-2 {
  color: #6249ff;
}

.accent {
  color: #0047ff;
}

.hero_arrow-icon {
  justify-content: center;
  align-items: center;
  width: 1.11rem;
  height: 1.11rem;
  display: flex;
}

.main-card_note {
  opacity: .3;
  font-size: 1.11rem;
  position: absolute;
  bottom: 1rem;
}

.main-card_note.is--right-sided {
  text-align: right;
  bottom: .6rem;
  right: 3.33rem;
}

.main-card_bonus-icon {
  justify-content: center;
  align-items: center;
  width: 8.5rem;
  display: flex;
  position: absolute;
  top: 3.33rem;
  right: 3.33rem;
}

.bonus_header {
  grid-column-gap: 1.66rem;
  grid-row-gap: 1.66rem;
  flex-direction: column;
  display: flex;
}

.bonus_tabs {
  margin-top: -3.8rem;
}

.cashback-card_img {
  background-color: #f5f4f7;
  border-radius: 1.11rem;
  justify-content: center;
  align-items: center;
  height: 10rem;
  margin-bottom: 1.6rem;
  display: flex;
}

.cashback-img_logo.is--flowwow {
  width: 7.6rem;
}

.cashback-img_logo.is--miuz {
  width: auto;
  height: 7.2rem;
}

.cashback-img_logo.is--click {
  width: auto;
  height: 3.1rem;
}

.cashback-img_logo.is--braun {
  width: auto;
  height: 10.4167rem;
}

.cashback-img_logo.is--kitaid {
  width: 16.9444rem;
}

.footer_note {
  opacity: .8;
  color: #fff;
  width: 50%;
  margin-top: 4.44rem;
  font-size: .9rem;
  line-height: 131%;
  display: inline-block;
}

.img-height {
  width: 100%;
}

.is-m {
  display: none;
}

.no-space {
  white-space: nowrap;
}

.display--none {
  display: none;
}

.accent-3 {
  color: #ff51cb;
}

.promo--copied {
  color: #616161;
  background-color: #fff;
  border-radius: .6rem;
  padding: 1.11rem;
  font-weight: 600;
  line-height: 110%;
  transition: transform .2s ease-in-out;
  display: inline-block;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  transform: translate(0, 10rem);
}

.footer_notes {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  align-items: flex-start;
  display: flex;
}

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

.promo-rules_icon {
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: .5rem;
  display: flex;
}

.sosedi_hero {
  background-image: url('../images/hero_des-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50rem;
  padding-top: 2.6rem;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.sosedi-hero_icon {
  justify-content: center;
  align-items: center;
  width: 6.80556rem;
  margin-bottom: 2.7rem;
  display: flex;
}

.sosedi-hero_title {
  color: #a6dfd0;
  text-align: left;
  letter-spacing: -.5rem;
  margin-bottom: 2rem;
  font-size: 13.8rem;
  font-weight: 600;
}

.sosedi-hero_text {
  color: #fff;
  width: 44.7rem;
}

.anchor {
  z-index: -1;
  width: 1px;
  height: 1px;
  position: absolute;
  top: -5rem;
}

.hero-info_title {
  color: #d5effe;
}

.main {
  grid-column-gap: 3.33rem;
  grid-row-gap: 3.33rem;
  flex-direction: column;
  padding: 3.33rem 3.33rem 6.66rem;
  display: flex;
}

.sosedi-main-section {
  grid-column-gap: 1.66rem;
  grid-row-gap: 1.66rem;
  flex-direction: column;
  display: flex;
}

.sosedi-video-section {
  grid-column-gap: 1.66rem;
  grid-row-gap: 1.66rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sosedi-video-section.is-m {
  display: none;
}

.sosedi-video-item {
  grid-column-gap: .55rem;
  grid-row-gap: .55rem;
  flex-direction: column;
  display: flex;
}

.sosedi-video_title {
  color: #5e0e63;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
}

.sosedi-body {
  font-family: Vtbgroupui, sans-serif;
}

.sosedi-card {
  background-image: linear-gradient(97deg, #e2eaf8 4.55%, #f7f6fc 30.36%, #e9e6f7 99.4%);
  border-radius: 3.33rem;
  flex-direction: column;
  padding: 5.55rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sosedi-card.is--1 {
  align-items: flex-end;
}

.sosedi-card.is--3 {
  align-items: center;
}

.sosedi-card_content {
  grid-column-gap: 1.66rem;
  grid-row-gap: 1.66rem;
  flex-direction: column;
  width: 39rem;
  display: flex;
}

.sosedi-card_content.is--3 {
  z-index: 10;
  text-align: center;
  align-items: center;
  position: relative;
}

.sosedi-card_btns {
  grid-column-gap: .55rem;
  grid-row-gap: .55rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sosedi-card_btns.is--3 {
  align-items: center;
}

.sosedi_main-btn-container {
  cursor: pointer;
  border-radius: 100px;
  font-size: 1.66rem;
  font-weight: 500;
  line-height: 120%;
  transition: all .3s ease-in-out;
}

.sosedi_main-btn-container.is--white {
  background-color: #fff;
  background-image: none;
}

.sosedi_main-btn-container.is--white:hover {
  background-image: none;
}

.sosedi_main-btn {
  border-radius: 100px;
  padding: 1.11rem 2.22rem;
  transition: all .3s ease-in-out;
}

.sosedi_card-img {
  z-index: 5;
  align-self: flex-start;
  height: 35.13rem;
  margin-top: -26rem;
  margin-bottom: -5.55rem;
  margin-left: .76rem;
  position: relative;
}

.sosedi_card-img.is--2 {
  margin-left: auto;
  margin-right: 1.11rem;
}

.sosedi_card-img.is--3 {
  width: 90rem;
  height: auto;
  margin-top: -19rem;
  margin-left: -2.1rem;
}

.sosedi-card_border-container {
  background-image: url('../images/border-desk-left.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 57rem;
  height: 5.55rem;
  position: absolute;
  inset: auto auto 0 0%;
}

.sosedi-card_border-container.is--2 {
  background-image: url('../images/border-desk-right.svg');
  left: auto;
  right: 0;
}

.sosedi-card_border-text {
  color: #fff;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 94%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5.11rem;
}

.sosedi-card_border-text.is--2 {
  left: 5.11rem;
  right: auto;
}

.sosedi--footer {
  color: #fff;
  background-color: #002bab;
  padding: 4.1rem 4.44rem;
}

.sosedi-video {
  object-fit: cover;
  border-radius: 3.33rem;
  width: 100%;
  height: 27.2rem;
}

.sosedi-video-container {
  cursor: pointer;
  height: 27.22rem;
  position: relative;
}

.sosedi-video_cover {
  pointer-events: none;
  cursor: pointer;
  background-image: url('../images/video-bg-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sosedi-video_cover.is--2 {
  background-image: url('../images/video-bg-2.png');
}

.sosedi-video_cover.is--4 {
  background-image: url('../images/video-bg-4.png');
}

.sosedi-video_cover.is--3 {
  background-image: url('../images/video-bg-3.png');
}

.weight--500 {
  font-weight: 500;
}

.sosedi-video_cover-icon {
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  transition: height .3s ease-in-out, width .3s ease-in-out;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.space-main {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: relative;
}

.space_screen {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  opacity: 0;
  background-image: url('../images/quiz-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  transition: opacity .5s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.space_screen.is--intro {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-image: none;
}

.space_screen.is--2 {
  background-image: url('../images/quiz-2.jpg');
}

.space_screen.is--3 {
  background-image: url('../images/quiz-3.jpg');
}

.space_screen.is--4 {
  background-image: url('../images/quiz-4.jpg');
}

.space_screen.is--5 {
  background-image: url('../images/quiz-5.jpg');
}

.space_screen.is--6 {
  grid-column-gap: 4.44rem;
  grid-row-gap: 4.44rem;
  background-image: url('../images/quiz-6.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.space_screen.is--active-page {
  z-index: 10;
  opacity: 1;
}

.space_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 4.44rem;
  font-weight: 500;
  line-height: 106%;
}

.space_body {
  color: #fff;
  background-color: #091439cc;
  font-family: Vtbgroupui, sans-serif;
  font-size: 1.66rem;
}

.space_card {
  grid-column-gap: 3.05rem;
  grid-row-gap: 3.05rem;
  background-color: #091439cc;
  border-radius: 1.38889rem;
  flex-flow: column;
  width: 65.4167rem;
  padding: 2.22rem 1.66rem;
  display: flex;
}

.space_card.is--first {
  width: 100%;
  padding-left: 2.22rem;
  padding-right: 2.22rem;
}

.space_card-title {
  letter-spacing: -.07rem;
  font-size: 3.47rem;
  line-height: 100%;
}

.space_title-container {
  grid-column-gap: 1.66rem;
  grid-row-gap: 1.66rem;
  flex-flow: column;
  display: flex;
}

.space_quiz-counter {
  color: #84899b;
  font-size: 2.22rem;
  line-height: 100%;
}

.space_btn {
  text-align: center;
  border-radius: .555556rem;
  width: 100%;
  font-size: 1.38rem;
  line-height: 120%;
}

.space_btn:hover {
  background-color: #6586f6;
}

.space_btn.main-btn {
  background-color: #0533db;
  padding-top: 1.38rem;
  padding-bottom: 1.38rem;
}

.space_btn.main-btn:hover {
  background-color: #6586f6;
}

.space_btn.main-btn.close-btn {
  width: 34rem;
}

.space_btn.main-btn.is--disabled {
  pointer-events: none;
}

.space_btn.quiz-btn {
  text-align: left;
  background-color: #4c73fe;
  padding-top: 1.66rem;
  padding-bottom: 1.66rem;
  font-size: 2.22rem;
  line-height: 100%;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.space_btn.quiz-btn:hover {
  background-color: #6586f6;
}

.space_content {
  z-index: 5;
  position: relative;
}

.space_content.is--intro {
  grid-column-gap: 3.05rem;
  grid-row-gap: 3.05rem;
  flex-flow: column;
  width: 43.88rem;
  display: flex;
  top: -5vh;
}

.space_content.is--result {
  grid-column-gap: 5.625rem;
  grid-row-gap: 5.625rem;
  flex-flow: column;
  width: 34rem;
  padding: 17.2rem 2.22rem 2.22rem;
  display: flex;
}

.space_quiz-container {
  grid-column-gap: 2.22rem;
  grid-row-gap: 2.22rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.space_quiz-options {
  grid-column-gap: 1.11rem;
  grid-row-gap: 1.11rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.space_result-container {
  grid-column-gap: .833333rem;
  grid-row-gap: .833333rem;
  display: flex;
}

.space_result {
  text-transform: uppercase;
  flex: none;
  align-self: stretch;
  font-size: 5.625rem;
  line-height: 100%;
}

.space_result-counter {
  width: 10rem;
  padding-top: .5rem;
  font-size: 1.11rem;
  line-height: 120%;
}

.space_congrats {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.space_congrats-title {
  text-transform: uppercase;
  border-bottom: 1px solid #98a5d4;
  padding-bottom: 1.25rem;
  font-size: 2.43rem;
  line-height: 100%;
}

.space_text-20 {
  font-size: 1.38rem;
  line-height: 120%;
}

.space_results-banner.is--m {
  display: none;
}

.space_results-banner.is--desk {
  width: 34rem;
  position: absolute;
  top: 0;
}

.preview-bg {
  object-fit: cover;
  width: auto;
  height: 100%;
  position: absolute;
}

.preview-bg.is--m {
  display: none;
}

.preview-bg.is--m.gallery-bg {
  background-color: var(--gallery-quiz-white);
  background-color: #e9e5e5;
}

.preview-bg.is--desk {
  min-width: 100vw;
  inset: 0%;
}

.preview-bg.is--desk.kapitsa-main {
  background-image: url('../images/Kapitsa-main-pic-quiz-1_0000-3.webp'), url('../images/Kapitsa-bg-8-desk.webp');
  background-position: 50% 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 40%, cover;
}

.preview-bg.is--desk.gallery-bg {
  background-color: var(--gallery-quiz-white);
  background-color: #e9e5e5;
}

.kapitsa__container {
  width: var(--kapitsa--desktop--content-width);
  grid-column-gap: 1.66667rem;
  grid-row-gap: 1.66667rem;
  color: var(--white);
  background-color: #433fff7a;
  border-radius: 1.11111rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1.66667rem;
  padding: 1.66667rem;
  display: flex;
}

.kapitsa__container.first-screen {
  grid-column-gap: 1.11111rem;
  grid-row-gap: 1.11111rem;
  color: var(--white);
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 68rem;
  margin-bottom: 2.22222rem;
  margin-left: 16rem;
  margin-right: 16rem;
  padding: 0;
  display: flex;
}

.kapitsa__container.result-screen {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--white);
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 45rem;
  margin-bottom: 4.81482rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.kapitsa-body {
  letter-spacing: -.05rem;
  height: 100svh;
  font-family: Vtbgroupui, sans-serif;
  font-size: 1.38889rem;
  line-height: 115%;
  overflow: hidden;
}

.kapitsa__h3 {
  font-size: 1.66667rem;
  font-weight: 400;
  line-height: 120%;
}

.kapitsa__h1 {
  font-size: 4.16667rem;
  font-weight: 500;
  line-height: 105%;
}

.kapitsa__quiz-tag {
  border-radius: 50rem;
  padding: .833333rem 1.66667rem;
  font-weight: 400;
  line-height: 100%;
}

.quiz__step-panel {
  grid-column-gap: .833333rem;
  grid-row-gap: .833333rem;
  background-color: #ffffff1a;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  height: 2.08333rem;
  min-height: 2.08333rem;
  padding-left: 1.11111rem;
  padding-right: 1.11111rem;
  font-size: .972222rem;
  line-height: 100%;
  display: flex;
}

.quiz__step-dots-list {
  grid-column-gap: .277778rem;
  grid-row-gap: .277778rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quiz__step-dot {
  background-color: #fafafa33;
  border-radius: 10rem;
  width: 1.34028rem;
  height: .208333rem;
}

.quiz__step-dot.is__active {
  background-color: #18baf9;
}

.is__center-align-text {
  text-align: center;
}

.quiz-main {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.quiz_screen {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  opacity: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  height: 100%;
  min-height: 100svh;
  transition: opacity .5s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.quiz_screen.is--6 {
  grid-column-gap: 4.44rem;
  grid-row-gap: 4.44rem;
  background-image: url('../images/pic-7-2.webp'), url('../images/Kapitsa-bg-7-desk_1.webp');
  background-position: 50% 0, 50%;
  background-size: auto 30%, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
}

.quiz_screen.is--active-page {
  z-index: 10;
  opacity: 1;
}

.quiz_screen.is--1 {
  background-image: url('../images/pic-quiz-2_0000-1.webp'), url('../images/Kapitsa-bg-2-desk.webp');
  background-position: 50% 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 30%, cover;
}

.quiz_screen.is--result-page {
  background-image: url('../images/pic-9-1-desk.webp'), url('../images/Kapitsa-bg-5-desk.png');
  background-position: 50% 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 30%, cover;
}

.quiz_screen.is--2 {
  background-image: url('../images/pic-quiz-3_0000-2.webp'), url('../images/Kapitsa-bg-3-desk.webp');
  background-position: 50% 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 30%, cover;
}

.quiz_screen.is--3 {
  background-image: url('../images/pic-7-1.webp'), url('../images/Kapitsa-bg-4-desk.webp');
  background-position: 50% 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 30%, cover;
}

.quiz_screen.is--4 {
  background-image: url('../images/pic-5-1.webp'), url('../images/Kapitsa-bg-5-desk.png');
  background-position: 50% 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 30%, cover;
}

.quiz_screen.is--5 {
  background-image: url('../images/Kapitsa-image-6.webp'), url('../images/Kapitsa-bg-6-desk.webp');
  background-position: 50% 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 30%, cover;
}

.quiz_screen.is--6 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-image: url('../images/Kapitsa-bg-7-desk.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
}

.quiz_screen.is--7 {
  background-image: url('../images/pic-8-1.webp'), url('../images/Kapitsa-bg-8-desk.webp');
  background-position: 50% 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 30%, cover;
  justify-content: flex-end;
  align-items: center;
}

.quiz_screen.is--6-v2 {
  grid-column-gap: 4.44rem;
  grid-row-gap: 4.44rem;
  background-image: url('../images/pic-7-2.webp'), url('../images/Kapitsa-bg-7-desk_1.webp');
  background-position: 50% 0, 50%;
  background-repeat: no-repeat, repeat;
  background-size: auto 30%, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
}

.quiz_screen.incredible-screen {
  background-color: var(--incredible-quiz-white);
  max-height: 100vh;
}

.quiz_screen.incredible__result-page {
  background-color: var(--gallery-quiz-white);
}

.quiz_screen.gallery-screen {
  background-color: #e9e5e5;
  max-height: 100vh;
}

.quiz_screen.gallery__result-page {
  background-color: #e9e5e5;
}

.quiz_content {
  z-index: 5;
  width: var(--kapitsa--desktop--content-width);
  color: var(--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 4.16667rem;
  display: flex;
  position: relative;
}

.quiz_content.is--result {
  grid-column-gap: 5.625rem;
  grid-row-gap: 5.625rem;
  flex-flow: column;
  width: 34rem;
  padding: 17.2rem 2.22rem 2.22rem;
  display: flex;
}

.quiz_content.gallery-quiz {
  width: var(--gallery--desktop--desktop);
  grid-column-gap: .694444rem;
  grid-row-gap: .694444rem;
  color: #270e0e;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
}

.quiz_content.gallery-quiz.first-screen {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  padding-top: 0;
  display: flex;
}

.quiz_content.incredible-quiz {
  width: var(--gallery--desktop--desktop);
  grid-column-gap: .694444rem;
  grid-row-gap: .694444rem;
  color: #270e0e;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
}

.quiz_content.incredible-quiz.first-screen {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  padding-top: 0;
}

.quize_results-banner.is--m {
  display: none;
}

.quize_results-banner.is--desk {
  width: 34rem;
  position: absolute;
  top: 0;
}

.quize_btn {
  text-align: center;
  cursor: pointer;
  border-radius: .555556rem;
  width: 100%;
  font-size: 1.38rem;
  line-height: 120%;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.quize_btn:hover {
  background-color: #6586f6;
}

.quize_btn.main-btn {
  background-color: #0533db;
  border-radius: 1.11111rem;
  width: 100%;
  padding: 1.38889rem;
}

.quize_btn.main-btn:hover {
  background-color: #6586f6;
}

.quize_btn.main-btn.close-btn {
  color: var(--white);
  background-color: #dfeaff4d;
  margin-top: .833333rem;
}

.quiz_btn {
  background-color: var(--quiz-white-blue);
  color: var(--quiz-blue);
  text-align: center;
  cursor: pointer;
  border-radius: 1.11111rem;
  width: 100%;
  font-size: 1.66667rem;
  line-height: 100%;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.quiz_btn:hover {
  color: var(--white);
  background-color: #4d8aff;
}

.quiz_btn.main-btn {
  padding-top: 1.38rem;
  padding-bottom: 1.38rem;
  font-weight: 500;
  transition-property: none;
}

.quiz_btn.main-btn.is--disabled {
  pointer-events: none;
  color: #fff6;
  cursor: auto;
  background-color: #dfeaff4d;
}

.quiz_btn.main-btn.close-btn {
  color: var(--white);
  background-color: #dfeaff4d;
  margin-top: .833333rem;
}

.quiz_btn.main-btn.close-btn:hover {
  background-color: #4d8aff;
}

.quiz_btn.main-btn.gallery-btn {
  background-color: var(--gallery-quiz-black);
  color: var(--gallery-quiz-white);
  width: auto;
  padding: 1.11111rem 1.5625rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3125rem;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

.quiz_btn.main-btn.gallery-btn:hover {
  background-color: #401d1d;
}

.quiz_btn.main-btn.gallery-btn.first-page {
  margin-top: 1.94444rem;
  margin-bottom: 4.16667rem;
}

.quiz_btn.main-btn.gallery-btn.is--disabled {
  color: #270e0e33;
  background-color: #f7f6f4;
}

.quiz_btn.main-btn.incredible__btn {
  background-color: var(--incredible-quiz-dark-green);
  color: var(--gallery-quiz-white);
  letter-spacing: -.02rem;
  width: auto;
  padding: 1.11111rem 2.22222rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3125rem;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

.quiz_btn.main-btn.incredible__btn:hover {
  background-color: #202120;
}

.quiz_btn.main-btn.incredible__btn.first-page {
  margin-top: 2.22222rem;
  margin-bottom: 4.16667rem;
}

.quiz_btn.main-btn.incredible__btn.is--disabled {
  color: #270e0e33;
  background-color: #f7f6f4;
}

.quiz_btn.main-btn.incredible-btn {
  color: var(--gallery-quiz-white);
  background-color: #313231;
  width: auto;
  padding: 1.11111rem 1.5625rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3125rem;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

.quiz_btn.main-btn.incredible-btn:hover {
  background-color: #202120;
}

.quiz_btn.main-btn.incredible-btn.first-page {
  margin-top: 1.94444rem;
  margin-bottom: 4.16667rem;
}

.quiz_btn.main-btn.incredible-btn.is--disabled {
  color: #270e0e33;
  background-color: #f7f6f4;
}

.quiz_btn.main-btn.incredible-btn.close-button {
  color: var(--incredible-quiz-dark-green);
  background-color: #fff0;
}

.quiz_btn.answer-btn {
  color: var(--white);
  text-align: center;
  background-color: #fff0;
  border-radius: .833333rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  font-size: 1.38889rem;
  line-height: 105%;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.quiz_btn.answer-btn:hover {
  color: #ebe4ff;
}

.quiz_btn.answer-btn.gallery__answer-btn {
  background-color: var(--gallery-quiz-white);
  color: var(--gallery-quiz-black);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem .694444rem;
}

.quiz_btn.answer-btn.gallery__answer-btn:hover {
  background-color: #eeede9;
}

.quiz_btn.answer-btn.incredible__answer-btn {
  background-color: var(--gallery-quiz-white);
  color: var(--gallery-quiz-black);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem .694444rem;
  font-size: .972222rem;
  font-weight: 400;
  line-height: 1.02083rem;
}

.quiz_btn.answer-btn.incredible__answer-btn:hover {
  background-color: #eeede9;
}

.quiz_btn.answer-btn.incredible__answer-btn.hide {
  display: none;
}

.quiz_card {
  grid-column-gap: 3.05rem;
  grid-row-gap: 3.05rem;
  background-color: #091439cc;
  border-radius: 1.38889rem;
  flex-flow: column;
  width: auto;
  padding: 2.22rem 1.66rem;
  display: flex;
}

.quiz_card.is--quiz {
  grid-column-gap: 1.66667rem;
  grid-row-gap: 1.66667rem;
  -webkit-backdrop-filter: blur(1.38889rem);
  backdrop-filter: blur(1.38889rem);
  background-color: #433fff7a;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1.66667rem;
  padding: 1.66667rem;
}

.quiz_card.gallery__card {
  grid-column-gap: 1.11111rem;
  grid-row-gap: 1.11111rem;
  -webkit-backdrop-filter: blur(1.38889rem);
  backdrop-filter: blur(1.38889rem);
  text-align: left;
  background-color: #ffffff7a;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.66667rem;
  padding: 1.66667rem;
}

.quiz-options {
  grid-column-gap: 1.11rem;
  grid-row-gap: 1.11rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.quiz__question-text {
  text-align: center;
  transition: opacity .2s cubic-bezier(.86, 0, .07, 1);
}

.quiz__question-text.hide {
  display: none;
}

.quiz__question-text.gallery__quiz-text {
  text-align: left;
  position: absolute;
}

.quiz__text-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: block;
  position: relative;
}

.quiz__text-content.kapitsa-2 {
  height: 6.5rem;
}

.quiz__text-content.kapitsa-1 {
  height: 10rem;
}

.quiz__text-content.kapitsa-3 {
  height: 6.5rem;
}

.quiz__text-content.kapitsa-4, .quiz__text-content.kapitsa-5 {
  height: 3rem;
}

.quiz__text-content.kapitsa-6, .quiz__text-content.kapitsa-7 {
  height: 6.5rem;
}

.quiz__text-content.gallery-1 {
  height: 9rem;
}

.quiz__text-content.gallery-2 {
  height: 3.7rem;
}

.quiz__text-content.gallery-3 {
  height: 5.3rem;
}

.quiz__text-content.gallery-4, .quiz__text-content.gallery-5 {
  height: 3.7rem;
}

.quiz__text-content.gallery-6, .quiz__text-content.gallery-7 {
  height: 5.4rem;
}

.quiz__text-content.incredible-1 {
  height: 8.2rem;
}

.quiz__text-content.incredible-2 {
  height: 4.2rem;
}

.quiz__text-content.incredible-3 {
  height: 5.5rem;
}

.quiz__text-content.incredible-4 {
  height: 5.6rem;
}

.quiz__text-content.incredible-5 {
  height: 2.8rem;
}

.quiz__text-content.incredible-6 {
  height: 4.2rem;
}

.quiz__error-answer-message {
  text-align: center;
  transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  inset: 0% 0% auto;
}

.quiz__error-answer-message.hide {
  display: none;
}

.quiz__error-answer-subtitle {
  font-weight: 500;
}

.quiz__answer-message {
  text-align: center;
  transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
}

.quiz__answer-message.kapitsa-1 {
  width: 70%;
}

.quiz__answer-message.hide {
  display: none;
}

.quiz__answer-message._70-percent-width {
  width: 70%;
}

.quiz__answer-message.gallery__quiz-text {
  text-align: left;
}

.quiz__result-text {
  text-align: center;
  width: 100%;
  margin-top: 1.66667rem;
  font-size: 1.52778rem;
  font-weight: 400;
}

.quiz__scroll-content {
  width: 100%;
}

.quiz__scroll-content.result-page.gallery-result {
  color: #270e0e;
  padding-bottom: 4.16667rem;
  display: block;
}

.kapitsa__result-text-link {
  color: #84e9ff;
  cursor: pointer;
  margin: -.694444rem;
  padding: .694444rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline;
}

.kapitsa__result-text-link:hover {
  color: #86dcff;
}

.gallery-body {
  background-color: var(--gallery-quiz-white);
  color: var(--gallery-quiz-black);
  letter-spacing: -.05rem;
  height: 100svh;
  font-family: Ibmplexserif, sans-serif;
  font-size: 1.25rem;
  line-height: 1.77083rem;
}

.gallery__container {
  width: var(--kapitsa--desktop--content-width);
  grid-column-gap: 1.66667rem;
  grid-row-gap: 1.66667rem;
  background-color: #433fff7a;
  border-radius: 1.11111rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1.66667rem;
  padding: 1.66667rem;
  display: flex;
}

.gallery__container.first-screen {
  grid-column-gap: 1.11111rem;
  grid-row-gap: 1.11111rem;
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 68rem;
  margin-bottom: 2.22222rem;
  margin-left: 16rem;
  margin-right: 16rem;
  padding: 0;
  display: flex;
}

.gallery__container.first-screen.gallery-container, .gallery__container.first-screen.incredible__first-page-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  margin-bottom: 0;
}

.gallery__container.result-screen {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--white);
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 45rem;
  margin-bottom: 4.81482rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.gallery__h1 {
  color: var(--gallery-quiz-black);
  font-size: 4.16667rem;
  font-weight: 500;
  line-height: 5.41667rem;
}

.gallery__h1.gallery__title, .gallery__h1.incredible__title {
  margin-top: 1.11111rem;
  margin-bottom: 1.11111rem;
}

.gallery__quiz-tag {
  color: #71745f;
  padding: .833333rem 1.66667rem;
  font-size: 1.66667rem;
  line-height: 1.66667rem;
}

.gallery__h3 {
  font-size: 1.66667rem;
  font-weight: 400;
  line-height: 100%;
}

.gallery__first-screen-image {
  object-fit: cover;
  object-position: 54% 50%;
  border-bottom-right-radius: 1.66667rem;
  border-bottom-left-radius: 1.66667rem;
  width: 35.7639vw;
  height: 100%;
  min-height: 25vh;
}

.gallery__screen-image {
  object-fit: contain;
  object-position: 54% 50%;
  border-radius: 1.11111rem;
  height: 100%;
}

.gallery__screen-photo-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .694444rem 1.11111rem;
  display: flex;
}

.gallery__screen-photo-wrapper.gallery-4 {
  background-image: url('../images/de6611ffe5d167a6730291d64e1606d8.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 1.11111rem;
  border-bottom-left-radius: 1.11111rem;
}

.gallery__quiz-bottom-panel {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4.16667rem;
  display: flex;
}

.gallery__page-number-image {
  width: 1.11111rem;
  min-width: 1.11111rem;
}

.gallery__page-number-wrapper {
  grid-column-gap: .486111rem;
  grid-row-gap: .486111rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gallery__result-content {
  width: var(--gallery--desktop--desktop);
  grid-column-gap: 1.11111rem;
  grid-row-gap: 1.11111rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.77778rem;
  font-size: 1.66667rem;
  line-height: 100%;
  display: flex;
}

.gallery__result-button-wrapper {
  grid-column-gap: .555556rem;
  grid-row-gap: .555556rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery__image {
  background-image: url('../images/ecbf691d1bd9a80666a6083354a03ad9.webp');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.52778rem;
  width: 100%;
  height: 100%;
  min-height: 25vh;
}

.gallery__image.image-7 {
  background-image: url('../images/gallery-q7-image.webp');
  background-position: 50% 60%;
  background-size: cover;
}

.gallery__image.image-1 {
  background-image: url('../images/f49093ebeca2e115cba174a0925121dd.webp');
  height: 50%;
  max-height: 13.1944rem;
}

.gallery__image.image-2 {
  background-image: url('../images/korzuxin-vyxod-chetyrnadtsati.webp');
}

.gallery__image.image-3 {
  background-image: url('../images/image_2024-10-03_00-39-08.webp');
}

.gallery__image.image-4 {
  background-image: url('../images/de6611ffe5d167a6730291d64e1606d8.webp');
  background-position: 50% 30%;
}

.gallery__image.image-5, .gallery__image.image-6 {
  background-image: url('../images/5b0c8326ab09c9d36d70c3e83e5056a6.webp');
  background-position: 50% 30%;
}

.gallery__quiz-result-count {
  border-radius: 50rem;
  font-size: 3.05556rem;
  font-weight: 400;
  line-height: 3.95833rem;
}

.gallery__result-image {
  background-image: url('../images/4f82a961fd61f9c75eb750f21f1a972b.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.52778rem;
  width: 100%;
  height: 100%;
  min-height: 25vh;
  max-height: 22.4306rem;
}

.gallery__result-image.image-7 {
  background-image: url('../images/gallery-q7-image_1.webp');
  background-position: 50% 60%;
  background-size: cover;
}

.gallery__result-image.image-1 {
  background-image: url('../images/f49093ebeca2e115cba174a0925121dd.webp');
  height: 50%;
  max-height: 13.1944rem;
}

.gallery__result-image.image-2 {
  background-image: url('../images/korzuxin-vyxod-chetyrnadtsati.webp');
}

.gallery__result-image.image-3 {
  background-image: url('../images/image_2024-10-03_00-39-08.webp');
}

.gallery__result-image.image-4 {
  background-image: url('../images/de6611ffe5d167a6730291d64e1606d8.webp');
  background-position: 50% 30%;
}

.gallery__result-image.image-5 {
  background-image: url('../images/5b0c8326ab09c9d36d70c3e83e5056a6.webp');
  background-position: 50% 30%;
}

.gallery__result-image.image-6 {
  background-image: url('../images/ecbf691d1bd9a80666a6083354a03ad9.webp');
  background-position: 50% 90%;
}

.gallery__result-image.result-image-1, .gallery__result-image.result-image-2, .gallery__result-image.result-image-3 {
  background-image: url('../images/4f82a961fd61f9c75eb750f21f1a972b.webp');
}

.incredible__body {
  background-color: var(--incredible-quiz-white);
  color: var(--incredible-quiz-black);
  height: 100svh;
  font-family: Unbounded, Arial, sans-serif;
  font-size: .972222rem;
  font-weight: 300;
  line-height: 1.36111rem;
}

.incredible__quiz-tag {
  color: #509288;
  padding: .833333rem 1.66667rem;
  font-size: 1.66667rem;
  font-weight: 400;
  line-height: 1.66667rem;
}

.incredible__h1 {
  color: var(--gallery-quiz-black);
  font-size: 3.33333rem;
  font-weight: 500;
  line-height: 100%;
}

.incredible__h1.gallery__title, .incredible__h1.incredible__title {
  margin-top: 1.11111rem;
  margin-bottom: 1.11111rem;
}

.incredible__h3 {
  text-align: center;
  font-size: 1.66667rem;
  font-weight: 300;
  line-height: 100%;
}

.incredible__first-screen-image {
  object-fit: cover;
  object-position: 54% 50%;
  border-bottom-right-radius: 1.66667rem;
  border-bottom-left-radius: 1.66667rem;
  width: 35.7639vw;
  height: 100%;
  min-height: 25vh;
}

.incredible__container {
  width: var(--kapitsa--desktop--content-width);
  grid-column-gap: 1.66667rem;
  grid-row-gap: 1.66667rem;
  background-color: #433fff7a;
  border-radius: 1.11111rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1.66667rem;
  padding: 1.66667rem;
  display: flex;
}

.incredible__container.first-screen {
  grid-column-gap: 1.11111rem;
  grid-row-gap: 1.11111rem;
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 68rem;
  margin-bottom: 2.22222rem;
  margin-left: 16rem;
  margin-right: 16rem;
  padding: 0;
  display: flex;
}

.incredible__container.first-screen.gallery-container, .incredible__container.first-screen.incredible__first-page-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  margin-bottom: 0;
}

.incredible__container.result-screen {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--white);
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 45rem;
  margin-bottom: 4.81482rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.incredible__screen-photo-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .694444rem 1.11111rem;
  display: flex;
}

.incredible__screen-photo-wrapper.gallery-4 {
  background-image: url('../images/de6611ffe5d167a6730291d64e1606d8.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 1.11111rem;
  border-bottom-left-radius: 1.11111rem;
}

.incredible__image {
  background-image: url('../images/f1f4d43eaa322c6d35f78e4d3dbaf74b.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.52778rem;
  width: 100%;
  height: 100%;
  min-height: 25vh;
}

.incredible__image.image-7 {
  background-image: url('../images/gallery-q7-image.webp');
  background-position: 50% 60%;
  background-size: cover;
}

.incredible__image.image-1 {
  background-image: url('../images/incredible-pic-01.webp');
  background-position: 50% 84%;
  height: 50%;
  min-height: 30vh;
  max-height: 20rem;
}

.incredible__image.image-2 {
  background-image: url('../images/incredible-pic-02.webp');
}

.incredible__image.image-3 {
  background-image: url('../images/incredible-pic-03.webp');
}

.incredible__image.image-4 {
  background-image: url('../images/incredible-pic-04.webp');
  background-position: 50% 30%;
}

.incredible__image.image-5 {
  background-image: url('../images/5.webp');
  background-position: 50% 30%;
  max-height: 27rem;
}

.incredible__image.image-6 {
  background-image: url('../images/incredible-pic-6.webp');
  background-position: 50% 30%;
  min-height: 30vh;
  max-height: none;
}

.incredible__page-number-wrapper {
  grid-column-gap: .486111rem;
  grid-row-gap: .486111rem;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.incredible__result-image {
  background-image: url('../images/incredible-final-pic.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.52778rem;
  width: 100%;
  height: 100%;
  min-height: 25vh;
  max-height: 26rem;
}

.incredible__result-image.image-7 {
  background-image: url('../images/gallery-q7-image_1.webp');
  background-position: 50% 60%;
  background-size: cover;
}

.incredible__result-image.image-1 {
  background-image: url('../images/f49093ebeca2e115cba174a0925121dd.webp');
  height: 50%;
  max-height: 13.1944rem;
}

.incredible__result-image.image-2 {
  background-image: url('../images/korzuxin-vyxod-chetyrnadtsati.webp');
}

.incredible__result-image.image-3 {
  background-image: url('../images/image_2024-10-03_00-39-08.webp');
}

.incredible__result-image.image-4 {
  background-image: url('../images/de6611ffe5d167a6730291d64e1606d8.webp');
  background-position: 50% 30%;
}

.incredible__result-image.image-5 {
  background-image: url('../images/5b0c8326ab09c9d36d70c3e83e5056a6.webp');
  background-position: 50% 30%;
}

.incredible__result-image.image-6 {
  background-image: url('../images/ecbf691d1bd9a80666a6083354a03ad9.webp');
  background-position: 50% 90%;
}

.incredible__result-image.result-image-1, .incredible__result-image.result-image-2, .incredible__result-image.result-image-3 {
  background-image: url('../images/4f82a961fd61f9c75eb750f21f1a972b.webp');
}

.incredible__page-number-image {
  width: 1.11111rem;
  min-width: 1.11111rem;
}

.incredible__result-content {
  width: var(--gallery--desktop--desktop);
  grid-column-gap: 1.11111rem;
  grid-row-gap: 1.11111rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3.33333rem;
  font-size: 1.66667rem;
  line-height: 100%;
  display: flex;
}

.incredible__result-text {
  font-size: 1.38889rem;
  line-height: 105%;
}

.incredible__quiz-result-count {
  border-radius: 50rem;
  font-size: 3.33333rem;
  font-weight: 400;
  line-height: 100%;
}

.quiz_btn-2 {
  color: #1782ff;
  text-align: center;
  cursor: pointer;
  background-color: #dfeaff;
  border-radius: 1.11111rem;
  width: 100%;
  font-size: 1.66667rem;
  line-height: 100%;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.quiz_btn-2:hover {
  color: #fff;
  background-color: #4d8aff;
}

.quiz_btn-2.main-btn {
  padding-top: 1.38rem;
  padding-bottom: 1.38rem;
  font-weight: 500;
  transition-property: none;
}

.quiz_btn-2.main-btn.gallery-btn {
  color: #e9e5e5;
  background-color: #270e0e;
  width: auto;
  padding: 1.11111rem 1.5625rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3125rem;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

.quiz_btn-2.main-btn.gallery-btn:hover {
  background-color: #401d1d;
}

.quiz_btn-2.main-btn.gallery-btn.is--disabled {
  color: #270e0e33;
  background-color: #f7f6f4;
}

.quiz_btn-2.main-btn.gallery-btn.first-page {
  margin-top: 1.94444rem;
  margin-bottom: 4.16667rem;
}

.quiz_btn-2.answer-btn {
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border-radius: .833333rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  font-size: 1.38889rem;
  line-height: 105%;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.quiz_btn-2.answer-btn:hover {
  color: #ebe4ff;
}

.quiz_btn-2.answer-btn.gallery__answer-btn {
  color: #270e0e;
  text-align: left;
  background-color: #e9e5e5;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem .694444rem;
}

.quiz_btn-2.answer-btn.gallery__answer-btn:hover {
  background-color: #eeede9;
}

.quiz_content-2 {
  z-index: 5;
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 48.33rem;
  height: 100%;
  padding-bottom: 4.16667rem;
  display: flex;
  position: relative;
}

.quiz_content-2.gallery-quiz {
  grid-column-gap: .694444rem;
  grid-row-gap: .694444rem;
  color: #270e0e;
  justify-content: space-between;
  align-items: center;
  width: 48.3333rem;
  height: 100%;
  padding-bottom: 0;
}

.quiz_content-2.gallery-quiz.first-screen {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  padding-top: 0;
}

.gallery__h1-2 {
  color: #270e0e;
  font-size: 4.16667rem;
  font-weight: 500;
  line-height: 5.41667rem;
}

.gallery__h1-2.gallery__title {
  margin-top: 1.11111rem;
  margin-bottom: 1.11111rem;
}

.gallery__container-2 {
  grid-column-gap: 1.66667rem;
  grid-row-gap: 1.66667rem;
  background-color: #433fff7a;
  border-radius: 1.11111rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 48.33rem;
  margin-bottom: 1.66667rem;
  padding: 1.66667rem;
  display: flex;
}

.gallery__container-2.first-screen {
  grid-column-gap: 1.11111rem;
  grid-row-gap: 1.11111rem;
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 68rem;
  margin-bottom: 2.22222rem;
  margin-left: 16rem;
  margin-right: 16rem;
  padding: 0;
  display: flex;
}

.gallery__container-2.first-screen.gallery-container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  margin-bottom: 0;
}

.gallery__result-content-2 {
  grid-column-gap: 1.11111rem;
  grid-row-gap: 1.11111rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 48.3333rem;
  margin-bottom: 2.77778rem;
  font-size: 1.66667rem;
  line-height: 100%;
  display: flex;
}

.mothers-day__h1 {
  color: #4e1fa3;
  text-align: left;
  margin-bottom: 1.66667rem;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 120%;
}

.mothers-day__button {
  cursor: pointer;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.69444rem;
  font-size: 1.52778rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
}

.mothers-day__button.copy-button {
  background-color: #f5f4f7;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  position: relative;
}

.mothers-day__button.copy-button:hover {
  background-color: #d7cee8;
}

.mothers-day__button.cta-button {
  color: #fff;
  background-image: linear-gradient(166deg, #743eca 7%, #8e7ae7 83%);
  position: relative;
}

.mothers-day__button.cta-button__hover-bg {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(166deg, #c6a1ff 7%, #937bff 83%);
  width: 100%;
  height: 100%;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: none;
  position: absolute;
  inset: 0%;
}

.mothers-day__page-content {
  margin-left: 9.16667rem;
  margin-right: 9.16667rem;
}

.mothers-day__subscription {
  text-align: center;
}

.mothers-day__family-year-logo {
  width: 5.08333rem;
}

.mothers-day__card-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .833333rem;
  display: flex;
}

.mothers-day__card-title {
  font-size: 1.94444rem;
  font-weight: 500;
  line-height: 95%;
}

.mothers-day__h2 {
  text-align: center;
  font-size: 3.04792rem;
  font-weight: 500;
  line-height: 2.68056rem;
}

.mothers-day__copy-promo-icon {
  width: 3.33333rem;
  position: absolute;
  inset: auto .555556rem auto auto;
}

.mothers-day__card-icon {
  border: 1px solid #0003;
  border-radius: 50%;
  width: 4.44444rem;
  height: 4.44444rem;
}

.mothers-day__main-image {
  width: 34.1667rem;
}

.mothers-day__cta-button-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(155deg, #5c64ff, #835add);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mothers-day__cta-button-text.mobile-promo {
  display: none;
}

.mothers-day__cta-button-text.copy-text {
  opacity: 0;
  color: #a4a0b8;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.mothers-day__details-link {
  color: #4d44fa;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin: -.694444rem;
  padding: .694444rem;
  transition: color .2s cubic-bezier(.645, .045, .355, 1);
}

.mothers-day__details-link:hover {
  color: #7c50ff;
}

.mothers-day__card-buttons-wrapper {
  grid-column-gap: 1.11111rem;
  grid-row-gap: 1.11111rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mothers-day__vtb-logo {
  width: 6.94444rem;
}

.mothers-day__title-block {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.66667rem;
  display: flex;
}

.mothers-day__card {
  grid-column-gap: 1.66667rem;
  grid-row-gap: 1.66667rem;
  color: #000;
  background-color: #fff;
  border-radius: 1.66667rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.94444rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 135%;
  display: flex;
}

.mothers-day__menu {
  justify-content: space-between;
  align-items: center;
  padding-left: 3.33333rem;
  display: flex;
}

.mothers-day__grid {
  grid-column-gap: 1.66667rem;
  grid-row-gap: 1.66667rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.77778rem;
  display: grid;
}

.mothers-day__promocode-apply-text {
  z-index: 2;
  position: relative;
}

.mothers-day__title-wrapper {
  padding-left: 3.33333rem;
}

.mothers-day-section {
  background-color: #e1d1ff;
  background-image: linear-gradient(#ebc9ff, #e8cbff 8%, #d9d8fe 19%, #c3c1f000 30%);
  min-height: 100vh;
  padding-top: 1.66667rem;
  padding-bottom: 3.47222rem;
  position: relative;
}

.mothers-day__footer {
  grid-column-gap: 1.66667rem;
  grid-row-gap: 1.66667rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5.13889rem;
  display: flex;
}

.body {
  color: #4e1fa3;
  -webkit-text-stroke-color: #4e1fa3;
  font-family: Vtbgroupui, sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .space_btn.main-btn.close-btn {
    width: 50rem;
  }

  .space_content.is--result {
    width: 50rem;
    height: 55rem;
    padding-top: 23rem;
  }

  .space_results-banner.is--desk {
    width: 50rem;
    height: 55rem;
  }

  .quiz_content.is--result {
    width: 50rem;
    height: 55rem;
    padding-top: 23rem;
  }

  .quize_results-banner.is--desk {
    width: 50rem;
    height: 55rem;
  }

  .quize_btn.main-btn.close-btn {
    width: 50rem;
  }

  .quiz_btn:hover {
    background-color: var(--quiz-white-blue);
    color: var(--quiz-blue);
  }

  .quiz_btn.main-btn:hover {
    background-color: var(--quiz-white-blue);
  }

  .quiz_btn.main-btn.close-btn:hover {
    background-color: #dfeaff66;
  }

  .quiz_btn.main-btn.gallery-btn:hover {
    background-color: var(--gallery-quiz-black);
  }

  .quiz_btn.main-btn.incredible__btn:hover, .quiz_btn.main-btn.incredible-btn:hover {
    background-color: var(--incredible-quiz-dark-green);
  }

  .quiz_btn.main-btn.incredible-btn.close-button:hover {
    color: var(--incredible-quiz-dark-green);
    background-color: #fdfdfd00;
  }

  .quiz_btn.answer-btn:hover {
    color: var(--white);
    background-color: #fff0;
  }

  .quiz_btn.answer-btn.gallery__answer-btn:hover, .quiz_btn.answer-btn.incredible__answer-btn:hover {
    background-color: var(--gallery-quiz-white);
    color: var(--gallery-quiz-black);
  }

  .kapitsa__result-text-link:hover {
    color: #84e9ff;
  }

  .quiz_btn-2:hover {
    color: #1782ff;
    background-color: #dfeaff;
  }

  .quiz_btn-2.main-btn:hover {
    background-color: #dfeaff;
  }

  .quiz_btn-2.main-btn.gallery-btn:hover {
    background-color: #270e0e;
  }

  .quiz_btn-2.answer-btn:hover {
    color: #fff;
    background-color: #fff0;
  }

  .quiz_btn-2.answer-btn.gallery__answer-btn:hover {
    color: #270e0e;
    background-color: #e9e5e5;
  }

  .mothers-day__button.copy-button:hover {
    background-color: #f5f4f7;
  }

  .mothers-day__button.cta-button, .mothers-day__button.cta-button:hover, .mothers-day__button.cta-button__hover-bg, .mothers-day__button.cta-button__hover-bg:hover {
    background-image: linear-gradient(166deg, #743eca 7%, #8e7ae7 83%);
  }

  .mothers-day__details-link:hover {
    color: #4d44fa;
  }
}

@media screen and (max-width: 767px) {
  .space_screen {
    background-image: url('../images/quiz-m-1.jpg');
    background-position: 50%;
    justify-content: center;
    align-items: flex-start;
    padding-top: 11.73rem;
    padding-bottom: 14rem;
  }

  .space_screen.is--intro {
    justify-content: center;
    align-items: stretch;
    padding-top: 25.0667rem;
    padding-bottom: 18.4rem;
  }

  .space_screen.is--6 {
    background-image: url('../images/quiz-m-6.jpg');
  }

  .space_title {
    text-align: left;
    text-transform: none;
    flex: 1;
    font-size: 9rem;
    line-height: 100%;
  }

  .space_body {
    font-size: 3.73333rem;
    line-height: 120%;
  }

  .space_card {
    grid-column-gap: 8.5rem;
    grid-row-gap: 8.5rem;
    border-radius: 4.2rem;
    padding: 6.4rem 4.2rem;
  }

  .space_card.is--first {
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }

  .space_card.is--quiz {
    background-color: #0000;
    border-radius: 0;
    width: auto;
    height: 100%;
    padding: 0 5.3rem;
  }

  .space_card-title {
    font-size: 5rem;
    line-height: 110%;
  }

  .space_card-title.is--preview {
    font-size: 9rem;
  }

  .space_title-container {
    grid-column-gap: 4.2rem;
    grid-row-gap: 4.2rem;
  }

  .space_quiz-counter {
    font-size: 5rem;
  }

  .space_btn {
    border-radius: 2.2rem;
    font-size: 3.73rem;
  }

  .space_btn.main-btn {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }

  .space_btn.main-btn.close-btn {
    width: 89rem;
  }

  .space_btn.quiz-btn {
    border-radius: 2.1rem;
    padding: 4rem 4.2rem;
    font-size: 5rem;
  }

  .space_content {
    height: 100%;
  }

  .space_content.is--intro {
    width: 89.3rem;
    margin-top: 0;
  }

  .space_content.is--result {
    background-image: none;
    flex: 1;
    width: 89rem;
    padding-top: 20rem;
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }

  .space_quiz-container {
    grid-column-gap: 4.2rem;
    grid-row-gap: 4.2rem;
    flex: 1;
  }

  .space_quiz-options {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    grid-template-columns: 1fr;
  }

  .space_result-container {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
  }

  .space_result {
    font-size: 17rem;
  }

  .space_result-counter {
    width: 25.4rem;
    padding-top: 1.133rem;
    font-size: 3rem;
  }

  .space_congrats {
    grid-column-gap: 4.8rem;
    grid-row-gap: 4.8rem;
  }

  .space_congrats-title {
    padding-bottom: 4.8rem;
    font-size: 7rem;
  }

  .space_text-20 {
    font-size: 3.5rem;
  }

  .space_results-banner {
    z-index: -1;
    width: 90rem;
    position: absolute;
    top: -18%;
    bottom: auto;
  }

  .space_results-banner.is--m {
    width: 89rem;
    height: auto;
    max-height: 90%;
    display: block;
  }

  .space_results-banner.is--desk {
    display: none;
  }

  .preview-bg.is--m {
    min-width: 100vw;
    display: block;
    inset: 0%;
  }

  .preview-bg.is--m.kapitsa-main {
    background-image: url('../images/Kapitsa-mobile-pic-quiz-1_0000-3.webp'), url('../images/Kapitsa-bg-8-mobile.webp');
    background-position: 50% 5%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 80%, cover;
  }

  .preview-bg.is--desk {
    display: none;
  }

  .kapitsa__container.first-screen {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    width: 100%;
    margin-bottom: 14rem;
    margin-left: 0;
    margin-right: 0;
  }

  .kapitsa__container.result-screen {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 8rem;
    margin-left: 0;
    margin-right: 0;
  }

  .kapitsa-body {
    letter-spacing: -.12rem;
    height: auto;
    font-size: 3.87879rem;
    line-height: 105%;
    overflow: visible;
  }

  .kapitsa__h3 {
    letter-spacing: -.2rem;
    font-size: 4.8rem;
  }

  .kapitsa__h3.quiz__main-subtitle {
    text-align: center;
    width: 56rem;
  }

  .kapitsa__h1 {
    font-size: 9.06667rem;
    line-height: 100%;
  }

  .kapitsa__quiz-tag {
    margin-bottom: 0;
    padding: 2.13333rem 4.26667rem;
  }

  .quiz__step-panel {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    height: 6.22222rem;
    min-height: 6.22222rem;
    padding-left: 4.26667rem;
    padding-right: 4.26667rem;
    font-size: 3.2rem;
  }

  .quiz__step-dots-list {
    grid-column-gap: 1.06667rem;
    grid-row-gap: 1.06667rem;
  }

  .quiz__step-dot {
    width: 4.18933rem;
    height: .666667rem;
  }

  .quiz-main {
    height: 100svh;
  }

  .quiz_screen.is--1 {
    background-image: url('../images/pic-quiz-2_0000-1.webp'), url('../images/Kapitsa-bg-2-mobile.webp');
    background-position: 50% 5%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 80%, cover;
  }

  .quiz_screen.is--1.is--active-page {
    inset: 0%;
  }

  .quiz_screen.is--1.is--test-visible {
    z-index: 10;
    opacity: 1;
    height: auto;
    min-height: auto;
  }

  .quiz_screen.is--result-page {
    background-image: url('../images/pic-9-1-mobile.webp'), url('../images/Kapitsa-bg-5-mobile.webp');
    background-position: 50% 5%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 90%, cover;
  }

  .quiz_screen.is--2 {
    background-image: url('../images/pic-quiz-3_0000-2.webp'), url('../images/Kapitsa-bg-3-mobile.webp');
    background-position: 50% 5%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 90%, cover;
  }

  .quiz_screen.is--3 {
    background-image: url('../images/pic-7-1.webp'), url('../images/Kapitsa-bg-4-mobile.webp');
    background-position: 50% 4%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 90%, cover;
  }

  .quiz_screen.is--4 {
    background-image: url('../images/pic-5-1.webp'), url('../images/Kapitsa-bg-5-mobile.webp');
    background-position: 50% 5%, 50% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 90%, cover;
  }

  .quiz_screen.is--5 {
    background-image: url('../images/Kapitsa-image-6.webp'), url('../images/Kapitsa-bg-6-mobile.png');
    background-position: 50% 5%, 50% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 90%, cover;
  }

  .quiz_screen.is--6 {
    background-image: url('../images/Kapitsa-bg-7-mobile.webp');
  }

  .quiz_screen.is--7 {
    background-image: url('../images/pic-8-1.webp'), url('../images/Kapitsa-bg-8-mobile.webp');
    background-position: 50% 5%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 90%, cover;
  }

  .quiz_screen.is--6-v2 {
    background-image: url('../images/pic-7-2.webp'), url('../images/Kapitsa-bg-7-mobile.png');
    background-position: 50% 5%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 90%, cover;
  }

  .quiz_screen.gallery-screen.is--active-page, .quiz_screen.incredible-screen.is--active-page {
    overflow: scroll;
  }

  .quiz_content {
    width: 100%;
    height: 100%;
    padding: 5.333rem 5.33333rem 0;
    position: static;
    overflow: auto;
  }

  .quiz_content.is--result {
    background-image: none;
    flex: 1;
    width: 89rem;
    padding-top: 20rem;
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }

  .quiz_content.gallery-quiz {
    width: 100%;
    padding: 0;
  }

  .quiz_content.gallery-quiz.first-screen {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding: 15.4667rem 4.26667rem 18rem;
  }

  .quiz_content.incredible-quiz {
    width: 100%;
    padding: 0;
  }

  .quiz_content.incredible-quiz.first-screen {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding: 15.4667rem 4.26667rem 18rem;
  }

  .quize_results-banner {
    z-index: -1;
    width: 90rem;
    position: absolute;
    top: -18%;
    bottom: auto;
  }

  .quize_results-banner.is--m {
    width: 89rem;
    height: auto;
    max-height: 90%;
    display: block;
  }

  .quize_results-banner.is--desk {
    display: none;
  }

  .quize_btn {
    border-radius: 2.2rem;
    font-size: 3.73rem;
  }

  .quize_btn.main-btn {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }

  .quize_btn.main-btn.close-btn {
    width: 89rem;
  }

  .quiz_btn {
    border-radius: 2.2rem;
    font-size: 3.73rem;
  }

  .quiz_btn.main-btn {
    border-radius: 4.26667rem;
    margin-bottom: 3.2rem;
    padding: 3.6rem 5.33333rem;
    font-size: 3.73333rem;
  }

  .quiz_btn.main-btn.close-btn {
    margin-top: 0;
  }

  .quiz_btn.main-btn.result-link {
    margin-bottom: 2.13rem;
  }

  .quiz_btn.main-btn.gallery-btn {
    margin-bottom: 0;
    padding: 4.26667rem 8.53333rem;
    font-size: 4rem;
    line-height: 4.2rem;
  }

  .quiz_btn.main-btn.gallery-btn.first-page {
    margin-top: 4.26667rem;
    margin-bottom: 0;
  }

  .quiz_btn.main-btn.incredible__btn {
    margin-bottom: 0;
    padding: 4.26667rem 8.53333rem;
    font-size: 4rem;
    line-height: 4.2rem;
  }

  .quiz_btn.main-btn.incredible__btn.first-page {
    margin-top: 4.26667rem;
    margin-bottom: 0;
  }

  .quiz_btn.main-btn.incredible-btn {
    margin-bottom: 0;
    padding: 4.26667rem 8.53333rem;
    font-size: 4rem;
    line-height: 4.2rem;
  }

  .quiz_btn.main-btn.incredible-btn.first-page {
    margin-top: 4.26667rem;
    margin-bottom: 0;
  }

  .quiz_btn.answer-btn {
    cursor: auto;
    background-color: #0900ff1a;
    border-radius: 3.2rem;
    padding: 3.2rem 4.2rem;
    font-size: 3.73333rem;
    overflow: hidden;
  }

  .quiz_btn.answer-btn:hover {
    background-color: #0900ff1a;
  }

  .quiz_btn.answer-btn.gallery__answer-btn, .quiz_btn.answer-btn.incredible__answer-btn {
    padding: 4.26667rem 2.66667rem;
  }

  .quiz_card {
    grid-column-gap: 8.5rem;
    grid-row-gap: 8.5rem;
    border-radius: 4.2rem;
    padding: 6.4rem 4.2rem;
  }

  .quiz_card.is--quiz {
    grid-column-gap: 4.26667rem;
    grid-row-gap: 4.26667rem;
    -webkit-backdrop-filter: blur(5.33333rem);
    backdrop-filter: blur(5.33333rem);
    background-color: #433fff7a;
    border-radius: 4.26667rem;
    width: 100%;
    margin-bottom: 3.2rem;
    padding: 6.4rem 4.26667rem 4.26667rem;
  }

  .quiz_card.gallery__card {
    grid-column-gap: 4.26667rem;
    grid-row-gap: 4.26667rem;
    -webkit-backdrop-filter: blur(5.33333rem);
    backdrop-filter: blur(5.33333rem);
    background-color: #fff0;
    border-radius: 0;
    width: 100%;
    margin-bottom: 2.13333rem;
    padding: 0;
  }

  .quiz-options {
    grid-column-gap: 2.13333rem;
    grid-row-gap: 2.13333rem;
    grid-template-columns: 1fr;
  }

  .quiz__text-content.kapitsa-2 {
    height: 23rem;
  }

  .quiz__text-content.kapitsa-1 {
    height: 35rem;
  }

  .quiz__text-content.kapitsa-3 {
    height: 23rem;
  }

  .quiz__text-content.kapitsa-4, .quiz__text-content.kapitsa-5 {
    height: 14rem;
  }

  .quiz__text-content.kapitsa-6 {
    height: 25rem;
  }

  .quiz__text-content.kapitsa-7 {
    height: 32rem;
  }

  .quiz__text-content.gallery-1 {
    height: 36rem;
  }

  .quiz__text-content.gallery-2 {
    height: 16rem;
  }

  .quiz__text-content.gallery-3 {
    height: 21rem;
  }

  .quiz__text-content.gallery-4, .quiz__text-content.gallery-5 {
    height: 16rem;
  }

  .quiz__text-content.gallery-6 {
    height: 26rem;
  }

  .quiz__text-content.gallery-7 {
    height: 22rem;
  }

  .quiz__text-content.incredible-1 {
    height: 36rem;
  }

  .quiz__text-content.incredible-2 {
    height: 16rem;
  }

  .quiz__text-content.incredible-3 {
    height: 21rem;
  }

  .quiz__text-content.incredible-4, .quiz__text-content.incredible-5 {
    height: 16rem;
  }

  .quiz__text-content.incredible-6 {
    height: 26rem;
  }

  .quiz__answer-message.kapitsa-1 {
    width: auto;
  }

  .quiz__result-text {
    text-align: left;
    letter-spacing: -.15rem;
    margin-top: 2.84444rem;
    font-size: 4rem;
    font-weight: 300;
    line-height: 120%;
  }

  .quiz__scroll-content {
    background-color: #fff;
    border-top-left-radius: 4.26667rem;
    border-top-right-radius: 4.26667rem;
    width: 100%;
    padding: 4.26667rem;
  }

  .quiz__scroll-content.result-page {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .quiz__scroll-content.result-page.gallery-result {
    background-color: #fff0;
    padding-bottom: 10.6667rem;
  }

  .kapitsa__result-text-link {
    margin: -2.66667rem;
    padding: 2.66667rem;
  }

  .gallery-body {
    letter-spacing: -.12rem;
    height: auto;
    font-size: 3.73333rem;
    line-height: 5.22667rem;
  }

  .gallery__container.first-screen {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    width: 100%;
    margin-bottom: 14rem;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery__container.first-screen.gallery-container, .gallery__container.first-screen.incredible__first-page-content {
    text-align: center;
  }

  .gallery__container.result-screen {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 8rem;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery__h1 {
    font-size: 9.06667rem;
    line-height: 100%;
  }

  .gallery__h1.gallery__title, .gallery__h1.incredible__title {
    margin-top: 4.26667rem;
    margin-bottom: 3.2rem;
  }

  .gallery__quiz-tag {
    margin-bottom: 1.06667rem;
    padding: 2.13333rem 4.26667rem;
    font-size: 3.73333rem;
    line-height: 3.92rem;
  }

  .gallery__h3 {
    letter-spacing: -.2rem;
    font-size: 4.8rem;
  }

  .gallery__h3.quiz__main-subtitle {
    text-align: center;
    width: 56rem;
  }

  .gallery__first-screen-image {
    border-radius: 5.86667rem;
    width: 56.2667rem;
    height: 56.2667rem;
    min-height: auto;
  }

  .gallery__screen-photo-wrapper {
    padding: 2.13333rem 2.66667rem 2.13333rem 2.13333rem;
  }

  .gallery__screen-photo-wrapper.result-wrapper {
    padding-left: 4.26667rem;
    padding-right: 4.26667rem;
  }

  .gallery__quiz-bottom-panel {
    padding-bottom: 0;
  }

  .gallery__page-number-image {
    width: 4.26667rem;
    min-width: 4.26667rem;
  }

  .gallery__page-number-wrapper {
    grid-column-gap: 1.86667rem;
    grid-row-gap: 1.86667rem;
    font-size: 3.73333rem;
    line-height: 3.81333rem;
  }

  .gallery__result-content {
    grid-column-gap: 6.4rem;
    grid-row-gap: 6.4rem;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10.6667rem;
    font-size: 4rem;
    line-height: 4.2rem;
  }

  .gallery__result-button-wrapper {
    grid-column-gap: 2.13333rem;
    grid-row-gap: 2.13333rem;
  }

  .gallery__image {
    border-radius: 4.26667rem;
  }

  .gallery__image.image-1 {
    height: 100%;
    min-height: 20vh;
    max-height: 52.8rem;
  }

  .gallery__image.image-4 {
    min-height: 30vh;
  }

  .gallery__image.image-6 {
    background-position: 50% 75%;
    min-height: 30vh;
  }

  .gallery__quiz-result-count {
    text-align: center;
    width: 100%;
    font-size: 9.06667rem;
    line-height: 9.06667rem;
  }

  .gallery__result-image {
    border-radius: 4.26667rem;
    max-height: 58.9333rem;
  }

  .gallery__result-image.image-1 {
    height: 100%;
    min-height: 20vh;
    max-height: 52.8rem;
  }

  .gallery__result-image.image-4 {
    min-height: 30vh;
  }

  .gallery__result-image.image-6 {
    background-position: 50% 75%;
    min-height: 30vh;
  }

  .incredible__body {
    letter-spacing: -.12rem;
    height: auto;
    font-size: 3.73333rem;
    line-height: 5.22667rem;
  }

  .incredible__quiz-tag {
    margin-bottom: 1.06667rem;
    padding: 2.13333rem 4.26667rem;
    font-size: 3.73333rem;
    line-height: 3.92rem;
  }

  .incredible__h1 {
    font-size: 9.06667rem;
    line-height: 100%;
  }

  .incredible__h1.gallery__title, .incredible__h1.incredible__title {
    margin-top: 4.26667rem;
    margin-bottom: 3.2rem;
  }

  .incredible__h3 {
    letter-spacing: -.2rem;
    font-size: 4.8rem;
  }

  .incredible__h3.quiz__main-subtitle {
    text-align: center;
    width: 56rem;
  }

  .incredible__first-screen-image {
    border-radius: 5.86667rem;
    width: 56.2667rem;
    height: 56.2667rem;
    min-height: auto;
  }

  .incredible__container.first-screen {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    width: 100%;
    margin-bottom: 14rem;
    margin-left: 0;
    margin-right: 0;
  }

  .incredible__container.first-screen.gallery-container, .incredible__container.first-screen.incredible__first-page-content {
    text-align: center;
  }

  .incredible__container.result-screen {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 8rem;
    margin-left: 0;
    margin-right: 0;
  }

  .incredible__screen-photo-wrapper {
    padding: 2.13333rem 2.66667rem 2.13333rem 2.13333rem;
  }

  .incredible__screen-photo-wrapper.result-wrapper {
    padding-left: 4.26667rem;
    padding-right: 4.26667rem;
  }

  .incredible__image {
    border-radius: 4.26667rem;
  }

  .incredible__image.image-1 {
    height: 100%;
    min-height: 20vh;
    max-height: 52.8rem;
  }

  .incredible__image.image-4 {
    min-height: 30vh;
  }

  .incredible__image.image-6 {
    background-position: 50% 75%;
    min-height: 30vh;
  }

  .incredible__page-number-wrapper {
    grid-column-gap: 1.86667rem;
    grid-row-gap: 1.86667rem;
    font-size: 3.73333rem;
    line-height: 3.81333rem;
  }

  .incredible__result-image {
    border-radius: 4.26667rem;
    max-height: 58.9333rem;
  }

  .incredible__result-image.image-1 {
    height: 100%;
    min-height: 20vh;
    max-height: 52.8rem;
  }

  .incredible__result-image.image-4 {
    min-height: 30vh;
  }

  .incredible__result-image.image-6 {
    background-position: 50% 75%;
    min-height: 30vh;
  }

  .incredible__page-number-image {
    width: 4.26667rem;
    min-width: 4.26667rem;
  }

  .incredible__result-content {
    grid-column-gap: 6.4rem;
    grid-row-gap: 6.4rem;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10.6667rem;
    font-size: 4rem;
    line-height: 4.2rem;
  }

  .incredible__quiz-result-count {
    text-align: center;
    width: 100%;
    font-size: 9.06667rem;
    line-height: 9.06667rem;
  }

  .quiz_btn-2 {
    border-radius: 2.2rem;
    font-size: 3.73rem;
  }

  .quiz_btn-2.main-btn {
    border-radius: 4.26667rem;
    margin-bottom: 3.2rem;
    padding: 3.6rem 5.33333rem;
    font-size: 3.73333rem;
  }

  .quiz_btn-2.main-btn.gallery-btn {
    margin-bottom: 0;
    padding: 4.26667rem 8.53333rem;
    font-size: 4rem;
    line-height: 4.2rem;
  }

  .quiz_btn-2.main-btn.gallery-btn.first-page {
    margin-top: 4.26667rem;
    margin-bottom: 0;
  }

  .quiz_btn-2.answer-btn {
    cursor: auto;
    background-color: #0900ff1a;
    border-radius: 3.2rem;
    padding: 3.2rem 4.2rem;
    font-size: 3.73333rem;
    overflow: hidden;
  }

  .quiz_btn-2.answer-btn:hover {
    background-color: #0900ff1a;
  }

  .quiz_btn-2.answer-btn.gallery__answer-btn {
    padding: 4.26667rem 2.66667rem;
  }

  .quiz_content-2 {
    width: 100%;
    height: 100%;
    padding: 5.333rem 5.33333rem 0;
    position: static;
    overflow: auto;
  }

  .quiz_content-2.gallery-quiz {
    width: 100%;
    padding: 0;
  }

  .quiz_content-2.gallery-quiz.first-screen {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding: 15.4667rem 4.26667rem 18rem;
  }

  .gallery__h1-2 {
    font-size: 9.06667rem;
    line-height: 100%;
  }

  .gallery__h1-2.gallery__title {
    margin-top: 4.26667rem;
    margin-bottom: 3.2rem;
  }

  .gallery__container-2.first-screen {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    width: 100%;
    margin-bottom: 14rem;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery__container-2.first-screen.gallery-container {
    text-align: center;
  }

  .gallery__result-content-2 {
    grid-column-gap: 6.4rem;
    grid-row-gap: 6.4rem;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10.6667rem;
    font-size: 4rem;
    line-height: 4.2rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 4.44rem;
    line-height: 131%;
  }

  h1 {
    font-size: 11.11rem;
  }

  h3 {
    font-size: 6.66rem;
  }

  .hero {
    grid-column-gap: 5.55rem;
    grid-row-gap: 5.55rem;
    background-image: url('../images/hero_m.png');
    background-position: 50% 100%;
    justify-content: space-between;
    height: auto;
    padding-top: 8.88rem;
    padding-bottom: 5.55rem;
  }

  .hero_title {
    flex: 1;
    width: auto;
    font-size: 10rem;
    line-height: 100%;
  }

  .hero_info {
    grid-column-gap: 5.55rem;
    grid-row-gap: 5.55rem;
    text-align: center;
    letter-spacing: -.05rem;
    width: auto;
    margin-top: 8.33rem;
    font-size: 7rem;
    line-height: 95%;
  }

  .hero_tags {
    grid-column-gap: 2.22222rem;
    grid-row-gap: 2.22222rem;
    flex-flow: column;
    width: 90rem;
    font-family: Vtbgroupui, sans-serif;
    font-weight: 700;
  }

  .hero_tag {
    border-radius: 2.8rem;
    font-size: 6.9rem;
    font-weight: 500;
    line-height: 95%;
  }

  .hero_tag.is--arrow {
    width: 12.5rem;
    min-width: 12.5rem;
    height: 12.5rem;
    min-height: 12.5rem;
    margin-top: 10rem;
    display: flex;
  }

  .hero_icon {
    width: 18rem;
    position: static;
    top: auto;
    right: auto;
  }

  .main-section {
    grid-column-gap: 5.55rem;
    grid-row-gap: 5.55rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 5.55rem;
    padding-left: 4.44rem;
    padding-right: 4.44rem;
  }

  .main-card {
    grid-column-gap: 8.88rem;
    grid-row-gap: 8.88rem;
    border-width: .833333rem;
    border-radius: 6.66rem;
    padding: 6.66rem;
  }

  .main-card.is--bonus {
    border-width: 0;
    margin-left: -4.44rem;
    margin-right: -4.44rem;
  }

  .card_header {
    grid-column-gap: 4.44rem;
    grid-row-gap: 4.44rem;
    max-width: none;
  }

  .card_header.is--right-sided {
    text-align: left;
  }

  .card_header.is--bonus {
    grid-column-gap: 6.66rem;
    grid-row-gap: 6.66rem;
    flex-direction: column-reverse;
  }

  .list_bullet {
    width: 1.66rem;
    min-width: 1.66rem;
    height: 1.66rem;
    margin-top: 2.5rem;
  }

  .list_item {
    grid-column-gap: 3.33rem;
    grid-row-gap: 3.33rem;
    font-size: 4.44rem;
    font-weight: 500;
    line-height: 131%;
  }

  .list_item.is--365 {
    width: auto;
  }

  .main-card_btn {
    text-align: center;
    width: 100%;
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
    font-size: 4.44rem;
  }

  .footer {
    grid-column-gap: 13.33rem;
    grid-row-gap: 13.33rem;
    background-image: linear-gradient(to top, #1664f8, #4cb1f7 35.88%, #cad9f4 77.18%, #fff);
    height: auto;
    padding: 53.3333rem 4.44rem 13.33rem;
  }

  .footer_content {
    grid-column-gap: 6.66rem;
    grid-row-gap: 6.66rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .footer_item {
    grid-column-gap: 1.11rem;
    grid-row-gap: 1.11rem;
    text-align: center;
    align-items: flex-start;
    font-size: 4.44rem;
    line-height: 131%;
  }

  .footer_link {
    font-size: 6.66rem;
    font-weight: 800;
  }

  .footer_logo {
    display: none;
  }

  .footer_text {
    text-align: left;
    font-size: 4.44rem;
    line-height: 131%;
  }

  .card_img {
    width: auto;
    height: 55.55rem;
    display: block;
    position: static;
    bottom: auto;
    left: auto;
  }

  .card_img.is--3 {
    width: auto;
  }

  .card_img.is--5, .card_img.is--6, .card_img.is--7, .card_img.is--2 {
    justify-content: center;
    width: auto;
    display: flex;
  }

  .card_img.is--8 {
    width: auto;
    height: 35.5rem;
  }

  .card_img.is--1 {
    justify-content: center;
    width: auto;
    display: flex;
  }

  .main-card_btn-container, .main-card_btn-container.is--left-sided {
    align-self: stretch;
  }

  .tab_link {
    text-align: center;
    white-space: nowrap;
    border-radius: 6.66rem;
    width: 100%;
    padding: 2.22rem 6.66rem;
    font-size: 4.44rem;
    line-height: 131%;
  }

  .tabs_menu {
    border-radius: 6.66rem;
    padding: 1.11rem;
    display: flex;
  }

  .promocode_card {
    grid-column-gap: 6.66rem;
    grid-row-gap: 6.66rem;
    border-radius: 8.3rem;
    width: 100%;
    min-width: 100%;
    padding: 6.66rem;
  }

  .promo-card_info {
    grid-column-gap: 4.44rem;
    grid-row-gap: 4.44rem;
    width: auto;
  }

  .promo-card_title {
    font-size: 6.9rem;
    font-weight: 400;
    line-height: 130%;
  }

  .promo-card_img {
    width: 17.7778rem;
    min-width: 17.7778rem;
    height: 17.77rem;
  }

  .promo-card_footer {
    grid-column-gap: 2.77rem;
    grid-row-gap: 2.77rem;
  }

  .promo-card_deadline {
    padding-top: 2.22rem;
    padding-bottom: 2.22rem;
    font-weight: 700;
  }

  .promo-card_btns {
    grid-column-gap: 4.44rem;
    grid-row-gap: 4.44rem;
  }

  .promo-card_copy-btn {
    padding-top: 5.55rem;
    padding-bottom: 5.55rem;
  }

  .promo-card_copy-icon {
    width: 17.22rem;
    height: 17.22rem;
    right: 3rem;
  }

  .card-bg_img.is--8 {
    background-position: 50%;
  }

  .swiper_btns {
    margin-top: 10rem;
  }

  .swiper_btn {
    display: none;
  }

  .tabs_content--transfers {
    margin-top: 4.44rem;
  }

  .swiper-pagination {
    grid-column-gap: 2.22rem;
    grid-row-gap: 2.22rem;
    display: flex;
  }

  .swiper-pagination-bullet {
    cursor: pointer;
    background-color: #0000001a;
    border-radius: 50%;
    width: 2.22rem;
    height: 2.22rem;
    display: block;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--accent);
  }

  .hero_arrow-icon {
    width: 6.8rem;
    height: 6.8rem;
  }

  .main-card_note {
    margin-top: -5rem;
    font-size: 4.44444rem;
    line-height: 131%;
    position: static;
  }

  .main-card_note.is--right-sided {
    text-align: left;
  }

  .main-card_bonus-icon.is-m {
    width: auto;
    height: 8.88rem;
    display: flex;
    top: 6.66rem;
    right: 6.66rem;
  }

  .bonus_header {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .bonus_tabs {
    margin-top: 0;
  }

  .cashback-card_img {
    border-radius: 4.44rem;
    height: 41.6667rem;
    margin-bottom: 6.66rem;
  }

  .cashback-img_logo.is--flowwow {
    width: 25rem;
  }

  .cashback-img_logo.is--miuz {
    height: 20rem;
  }

  .cashback-img_logo.is--click {
    height: 10rem;
  }

  .cashback-img_logo.is--braun {
    height: 20rem;
  }

  .cashback-img_logo.is--kitaid {
    width: 55rem;
  }

  .footer_note {
    width: auto;
    margin-top: 0;
    font-size: 3.6rem;
  }

  .img-height {
    width: auto;
    height: 100%;
  }

  .is-desk {
    display: none;
  }

  .is-m {
    display: inline-block;
  }

  .promo--copied {
    padding: 4.44rem;
    font-size: 4rem;
    bottom: 5rem;
    right: 5rem;
    transform: translate(0, 30rem);
  }

  .footer_notes {
    grid-column-gap: 13.33rem;
    grid-row-gap: 13.33rem;
    flex-direction: column;
  }

  .promo-rules_icon {
    width: 5rem;
    height: 5rem;
  }

  .sosedi_hero {
    background-image: url('../images/hero_mob-sosedi.png');
    height: 146rem;
    padding-top: 5.2rem;
    padding-left: 4.44rem;
    padding-right: 4.44rem;
  }

  .sosedi-hero_icon {
    width: 18rem;
    margin-bottom: 0;
    margin-left: -1.6rem;
  }

  .sosedi-hero_title {
    margin-bottom: 5rem;
    font-size: 26.66rem;
  }

  .sosedi-hero_text {
    width: auto;
    line-height: 120%;
  }

  .main {
    grid-column-gap: 4.44rem;
    grid-row-gap: 4.44rem;
    padding-top: 6.66rem;
    padding-left: 4.44rem;
    padding-right: 4.44rem;
    line-height: 120%;
  }

  .sosedi-main-section {
    grid-column-gap: 4.44rem;
    grid-row-gap: 4.44rem;
  }

  .sosedi-video-section {
    grid-column-gap: 4.44rem;
    grid-row-gap: 4.44rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .sosedi-video-section.is-desk {
    display: none;
  }

  .sosedi-video-section.is-m {
    grid-column-gap: 4.44rem;
    grid-row-gap: 4.44rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sosedi-video-item {
    grid-column-gap: 2.22rem;
    grid-row-gap: 2.22rem;
  }

  .sosedi-video_title {
    font-size: 4.44rem;
  }

  .sosedi-card {
    border-radius: 6.66rem;
    padding: 4.44rem 3.8rem;
  }

  .sosedi-card.is--1 {
    align-items: stretch;
  }

  .sosedi-card_content {
    grid-column-gap: 6.66rem;
    grid-row-gap: 6.66rem;
    width: auto;
  }

  .sosedi-card_content.is--3 {
    text-align: left;
    align-items: stretch;
  }

  .sosedi-card_btns {
    grid-column-gap: 1.11rem;
    grid-row-gap: 1.11rem;
    align-items: stretch;
  }

  .sosedi-card_btns.is--3 {
    align-items: stretch;
  }

  .sosedi_main-btn {
    text-align: center;
    width: 100%;
    padding-top: 3.33rem;
    padding-bottom: 3.33rem;
    font-size: 4.44rem;
    line-height: 112%;
  }

  .sosedi_card-img {
    z-index: 0;
    height: 83.6rem;
    margin-top: .8rem;
    margin-bottom: -4.44rem;
    margin-left: 5rem;
  }

  .sosedi_card-img.is--2 {
    height: auto;
    margin-top: 5rem;
    margin-left: -3.8rem;
    margin-right: -3.8rem;
  }

  .sosedi_card-img.is--3 {
    width: 91.5rem;
    margin-top: 8rem;
    margin-left: -3.8rem;
  }

  .sosedi-card_border-container {
    background-image: url('../images/border-m-left.svg');
    background-position: 0%;
    background-size: contain;
    width: 72.5rem;
    height: 11.11rem;
    bottom: 0;
    left: 0;
  }

  .sosedi-card_border-container.is--2 {
    background-image: url('../images/border-m-right.svg');
    background-position: 0%;
    bottom: -.3rem;
    right: -5.4rem;
  }

  .sosedi-card_border-text {
    font-size: 4.44rem;
    right: 17rem;
  }

  .sosedi-card_border-text.is--2 {
    left: 17rem;
  }

  .sosedi--footer {
    padding-top: 6.66rem;
    padding-bottom: 6.66rem;
  }

  .sosedi-video {
    border-radius: 6.66rem;
    height: 55.55rem;
  }

  .sosedi-video-container {
    height: 55.55rem;
  }

  .sosedi-video_cover-icon {
    width: 20rem;
    height: 20rem;
  }

  .space_screen {
    background-position: 50%;
    padding-bottom: 35rem;
  }

  .space_screen.is--2 {
    background-image: url('../images/quiz-m-2.jpg');
  }

  .space_screen.is--3 {
    background-image: url('../images/quiz-m-3.jpg');
  }

  .space_screen.is--4 {
    background-image: url('../images/quiz-m-4.jpg');
  }

  .space_screen.is--5 {
    background-image: url('../images/quiz-m-5.jpg');
  }

  .space_body {
    max-height: 100vh;
    overflow: hidden;
  }

  .space_card-title {
    font-size: 5.8rem;
  }

  .space_quiz-counter {
    font-size: 9rem;
  }

  .space_btn.main-btn.close-btn {
    width: 89rem;
  }

  .space_btn.quiz-btn {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
    font-size: 5.8rem;
  }

  .space_content.is--intro {
    width: 89.3rem;
  }

  .space_content.is--result {
    background-image: none;
    width: 89rem;
    padding-top: 20rem;
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }

  .space_quiz-container {
    flex: 1;
  }

  .space_result {
    font-size: 21.6rem;
  }

  .space_result-counter {
    padding-top: 2.133rem;
    font-size: 4.2rem;
  }

  .space_congrats-title {
    font-size: 9rem;
  }

  .space_text-20 {
    font-size: 5.33rem;
  }

  .space_results-banner.is--m {
    width: 89rem;
    max-height: 85%;
  }

  .preview-bg.is--m.kapitsa-main {
    background-position: 50% 5%, 0 0;
    background-size: 80%, cover;
  }

  .quiz_screen {
    background-position: 50%;
  }

  .quiz_content.is--result {
    background-image: none;
    width: 89rem;
    padding-top: 20rem;
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }

  .quiz_content.gallery-quiz.first-screen, .quiz_content.incredible-quiz.first-screen, .quiz_content.incredible-quiz.first-screen {
    justify-content: flex-start;
  }

  .quize_results-banner.is--m {
    width: 89rem;
    max-height: 85%;
  }

  .quize_btn.main-btn.close-btn {
    width: 89rem;
  }

  .quiz_btn.main-btn.incredible__btn.first-page {
    margin-top: 4.26667rem;
  }

  .quiz_btn.answer-btn.incredible__answer-btn {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    font-size: 3.73333rem;
    line-height: 105%;
  }

  .quiz__text-content.incredible-1 {
    height: 53rem;
  }

  .quiz__text-content.incredible-2 {
    height: 26rem;
  }

  .quiz__text-content.incredible-3, .quiz__text-content.incredible-4 {
    height: 42rem;
  }

  .quiz__text-content.incredible-5 {
    height: 21rem;
  }

  .quiz__text-content.incredible-6 {
    height: 32rem;
  }

  .gallery__container.first-screen.incredible__first-page-content {
    margin-top: 19.7333rem;
  }

  .gallery__image, .gallery__result-image {
    transition: all .2s cubic-bezier(.645, .045, .355, 1);
  }

  .incredible__h1 {
    font-size: 6.4rem;
  }

  .incredible__h1.incredible__title {
    margin-top: 4.26667rem;
    margin-bottom: 3.2rem;
  }

  .incredible__h3 {
    letter-spacing: -.05rem;
    font-size: 3.73333rem;
    line-height: 3.92rem;
  }

  .incredible__container.first-screen.incredible__first-page-content {
    margin-top: 19.7333rem;
  }

  .incredible__image {
    transition: all .2s cubic-bezier(.645, .045, .355, 1);
  }

  .incredible__image.image-1 {
    min-height: 15vh;
    max-height: 56rem;
  }

  .incredible__image.image-2 {
    min-height: 28vh;
    max-height: none;
  }

  .incredible__image.image-3, .incredible__image.image-4 {
    min-height: 20vh;
    max-height: none;
  }

  .incredible__image.image-5 {
    background-image: url('../images/pic-5-mobile.webp');
    min-height: 44vh;
    max-height: 35rem;
  }

  .incredible__image.image-6 {
    min-height: 25vh;
    max-height: 100rem;
  }

  .incredible__result-image {
    transition: all .2s cubic-bezier(.645, .045, .355, 1);
  }

  .incredible__result-text {
    font-size: 3.73333rem;
    line-height: 110%;
  }

  .mothers-day__h1 {
    margin-bottom: 4.26667rem;
    font-size: 11.2rem;
    line-height: 10.1333rem;
  }

  .mothers-day__button {
    height: 15.4667rem;
    font-size: 4.26667rem;
    line-height: 4.8rem;
  }

  .mothers-day__page-content {
    margin-left: 5.33333rem;
    margin-right: 5.33333rem;
  }

  .mothers-day__subscription {
    text-align: left;
    font-size: 5.33333rem;
    font-weight: 300;
    line-height: 100%;
  }

  .mothers-day__family-year-logo {
    width: 16.8rem;
  }

  .mothers-day__card-title-wrapper {
    margin-bottom: 3.2rem;
  }

  .mothers-day__card-title {
    font-size: 6.66667rem;
    line-height: 95%;
  }

  .mothers-day__h2 {
    text-align: left;
    font-size: 11.704rem;
    line-height: 10.2933rem;
  }

  .mothers-day__copy-promo-icon {
    width: 16.5333rem;
    right: 2.13333rem;
  }

  .mothers-day__card-icon {
    width: 17.0667rem;
    height: 17.0667rem;
  }

  .mothers-day__main-image {
    width: 100%;
    margin-right: 0;
    position: absolute;
    inset: 74.4rem 0% auto;
  }

  .mothers-day__card-top-content-wrapper {
    grid-column-gap: 4.26667rem;
    grid-row-gap: 4.26667rem;
  }

  .mothers-day__cta-button-text.mobile-promo {
    display: flex;
  }

  .mothers-day__cta-button-text.desktop-promo {
    display: none;
  }

  .mothers-day__details-link {
    margin: -2.66667rem;
    padding: 2.66667rem;
  }

  .mothers-day__card-buttons-wrapper {
    grid-column-gap: 4.26667rem;
    grid-row-gap: 4.26667rem;
  }

  .mothers-day__vtb-logo {
    width: 19.2rem;
  }

  .mothers-day__title-block {
    margin-top: 6.4rem;
    margin-bottom: 69.3667rem;
  }

  .mothers-day__card {
    grid-column-gap: 6.4rem;
    grid-row-gap: 6.4rem;
    border-radius: 6.4rem;
    padding: 6.4rem;
    font-size: 4.8rem;
  }

  .mothers-day__menu {
    padding-left: 0;
  }

  .mothers-day__grid {
    grid-column-gap: 5.33333rem;
    grid-row-gap: 5.33333rem;
    flex-flow: column;
    margin-top: 0;
    padding-top: 10.6667rem;
    display: flex;
  }

  .mothers-day__title-wrapper {
    padding-left: 0;
  }

  .mothers-day-section {
    background-image: linear-gradient(#ebc9ff, #e8cbff 3%, #d9d8fe 9%, #c3c1f000 16%);
    padding-top: 8.53333rem;
    padding-bottom: 13.3333rem;
  }

  .mothers-day__footer {
    grid-column-gap: 6.4rem;
    grid-row-gap: 6.4rem;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 24rem;
    padding-left: 0;
    padding-right: 0;
  }

  .body {
    font-size: 4.26667rem;
    line-height: 130%;
  }
}

#w-node-df728428-28ec-7a3a-ae34-3c7b0c1a032c-6cd54984, #w-node-_2df71521-9a6d-863a-3173-9a734f2b1c45-6cd54984, #w-node-_0668a52b-591f-e3dc-c7d0-aa17441e9569-6cd54984, #w-node-b70398e1-bb6c-361a-0e44-340283eb1e32-6cd54984, #w-node-d578dad7-be37-50bf-09f8-227ea93c2f1b-6cd54984, #w-node-d578dad7-be37-50bf-09f8-227ea93c2f23-6cd54984, #w-node-d578dad7-be37-50bf-09f8-227ea93c2f2b-6cd54984, #w-node-d578dad7-be37-50bf-09f8-227ea93c2f33-6cd54984, #w-node-_722045d1-280f-ebe6-e161-6ae1f70e6f99-6cd54984, #w-node-_722045d1-280f-ebe6-e161-6ae1f70e6f9e-6cd54984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_722045d1-280f-ebe6-e161-6ae1f70e6fa3-6cd54984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_722045d1-280f-ebe6-e161-6ae1f70e6fa4-6cd54984 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Vtbgroupui';
  src: url('../fonts/VTBGROUPUI-MEDIUM.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vtbgroupui';
  src: url('../fonts/VTBGROUPUI-DEMIBOLD.TTF') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vtbgroupui';
  src: url('../fonts/VTBGROUPUI-LIGHT.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vtbgroupui';
  src: url('../fonts/VTBGROUPUI-REGULAR.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vtbgroupui';
  src: url('../fonts/VTBGROUPUI-BOLD.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexserif';
  src: url('../fonts/IBMPlexSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}