@charset "UTF-8";
.r354-animate:not(.inner) {
  display: none; }

.r354-animate {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0; }
  @media (max-width: 768px) {
    .r354-animate {
      width: auto;
      height: 100%; } }
  .r354-animate img:not(.tile-img) {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease; }
    .r354-animate img:not(.tile-img).is-visible {
      opacity: 1; }
    @media (max-width: 768px) {
      .r354-animate img:not(.tile-img) {
        width: auto;
        height: 100%; } }

.tile {
  position: absolute;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: translateY(15px) translateZ(0);
  transform: translateY(15px) translateZ(0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  -o-transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  outline: 1px solid transparent;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

/* Состояния эффектов ДО появления */
.effect-center .tile {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-filter: blur(10px);
  filter: blur(10px); }

.effect-blinds {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.effect-blinds .tile {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left; }

.effect-random .tile {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-filter: brightness(0);
  filter: brightness(0); }

.effect-rotate .tile {
  -webkit-transform: scale(0) rotate(-180deg);
  -ms-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
  border-radius: 50%;
  -webkit-filter: hue-rotate(90deg);
  filter: hue-rotate(90deg); }

.effect-blinds, .effect-rotate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* Финальное состояние — когда JS добавил класс .visible */
.r354-animate .tile.visible {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) scale(1) rotate(0) !important;
  -ms-transform: translate(0, 0) scale(1) rotate(0) !important;
  transform: translate(0, 0) scale(1) rotate(0) !important;
  -webkit-filter: none !important;
  filter: none !important;
  border-radius: 0% !important; }

[data-aos="soft-fade"] {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease;
  -o-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease; }
  [data-aos="soft-fade"].aos-animate {
    opacity: 1; }

:root {
  --vendor-green: #4C8559;
  --vendor-brown: #C7965B;
  --vendor-light: white;
  --vendor-blue: #007DBB;
  --vendor-pink: #ADB3D0;
  --vendor-dark-brown: #876750;
  --vendor-dark-pink: #EA9A90;
  --vendor-dark-green: #1a3d32; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.abudabi {
  counter-reset: checkin;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  overflow-x: hidden; }

picture {
  max-width: 100%; }
  picture img {
    width: 100%; }

.bg-brown {
  background-color: var(--vendor-brown); }

.bg-light {
  background-color: var(--vendor-light); }

.bg-blue {
  background-color: var(--vendor-blue); }

.bg-green {
  background-color: var(--vendor-green); }

.bg-pink {
  background-color: var(--vendor-pink); }

.bg-dark-brown {
  background-color: var(--vendor-dark-brown); }

.bg-dark-pink {
  background-color: var(--vendor-dark-pink); }

@media (max-width: 768px) {
  .bg-m-brown {
    background-color: var(--vendor-brown); }
  .bg-m-light {
    background-color: var(--vendor-light); }
  .bg-m-blue {
    background-color: var(--vendor-blue); }
  .bg-m-green {
    background-color: var(--vendor-green); }
  .bg-m-pink {
    background-color: var(--vendor-pink); }
  .bg-m-dark-brown {
    background-color: var(--vendor-dark-brown); }
  .bg-m-dark-pink {
    background-color: var(--vendor-dark-pink); } }

.fill-white, .text-white {
  color: var(--vendor-light) !important; }

.fill-green, .text-green {
  color: var(--vendor-green) !important; }

.fill-brown, .text-brown {
  color: var(--vendor-brown) !important; }

.fill-blue, .text-blue {
  color: var(--vendor-blue) !important; }

.fill-dark-brown, .text-dark-brown {
  color: var(--vendor-dark-brown) !important; }

.fill-pink, .text-pink {
  color: var(--vendor-pink) !important; }

.fill-dark-pink, .text-dark-pink {
  color: var(--vendor-dark-pink) !important; }

.count-light::before {
  color: var(--vendor-light); }

.count-blue::before {
  color: var(--vendor-blue); }

.count-green::before {
  color: var(--vendor-green); }

.count-brown::before {
  color: var(--vendor-brown); }

.count-pink::before {
  color: var(--vendor-pink); }

.count-dark-brown::before {
  color: var(--vendor-dark-brown); }

.count-dark-pink::before {
  color: var(--vendor-dark-pink); }

.checkin-item {
  counter-increment: checkin;
  position: relative;
  padding-left: 4.16667vw; }
  .checkin-item .counter {
    position: absolute;
    left: 50%;
    top: 0;
    width: 56px;
    height: 81px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 768px) {
      .checkin-item .counter {
        width: 30px;
        height: 43px; } }
    .checkin-item .counter::before {
      content: counter(checkin);
      font-weight: 700;
      font-size: 48px;
      line-height: 1.3;
      font-family: 'Yeseva One', sans-serif;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -63%);
      -ms-transform: translate(-50%, -63%);
      transform: translate(-50%, -63%);
      z-index: 2; }
      @media (max-width: 768px) {
        .checkin-item .counter::before {
          font-size: 24px; } }

.image {
  width: 100%; }
  .image picture {
    display: block; }

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 278px 0 0 0;
  position: relative;
  width: 100%; }
  @media (max-width: 768px) {
    .section {
      padding: 60px 0 0 0; } }
  .section-hero {
    padding: 0;
    background: var(--vendor-brown); }
    .section-hero .image {
      height: calc(100vh - 165px / 2); }
      @media (max-width: 768px) {
        .section-hero .image {
          height: calc(100dvh - 70px);
          max-height: 100vw; } }
    .section-hero::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      z-index: 1;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, color-mix(in srgb, var(--vendor-brown), transparent 100%)), to(color-mix(in srgb, var(--vendor-brown), transparent 0%)));
      background: -o-linear-gradient(top, color-mix(in srgb, var(--vendor-brown), transparent 100%) 40%, color-mix(in srgb, var(--vendor-brown), transparent 0%));
      background: linear-gradient(to bottom, color-mix(in srgb, var(--vendor-brown), transparent 100%) 40%, color-mix(in srgb, var(--vendor-brown), transparent 0%)); }
      @media (max-width: 768px) {
        .section-hero::before {
          bottom: unset;
          height: 101vw;
          top: 0; } }
    .section-hero .section__inner {
      position: absolute;
      z-index: 5;
      bottom: 0; }
      @media (max-width: 768px) {
        .section-hero .section__inner {
          position: relative;
          z-index: 3;
          bottom: unset;
          max-width: calc(100% - 20px);
          margin-top: -20%;
          margin-bottom: 20%; } }
  .section.footer {
    padding-bottom: 100px; }
    .section.footer .section__watermark {
      margin-top: 60px;
      margin-bottom: 40px;
      position: relative;
      top: unset;
      left: unset;
      -webkit-transform: unset;
      -ms-transform: unset;
      transform: unset;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 768px) {
        .section.footer .section__watermark {
          margin-top: 30px;
          margin-bottom: 20px; } }

.btn {
  border: 0;
  color: #1a3d32;
  font-size: 16px;
  padding: 16px 30px;
  border-radius: 10px;
  font-weight: 700;
  text-transform: lowercase;
  background-color: var(--vendor-light); }
  .btn:disabled {
    background-color: var(--vendor-light);
    opacity: 1;
    cursor: not-allowed; }
  .btn:hover {
    background-color: var(--vendor-light); }

.section--with-bg {
  background-color: var(--vendor-dark-green); }
  .section--with-bg::after {
    content: attr(data-bg);
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.11111vw;
    color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    z-index: 0; }
  @media (max-width: 768) {
    .section--with-bg::after {
      font-size: 2.08333vw; } }
  @media (max-width: 480) {
    .section--with-bg::after {
      font-size: 3.33333vw; } }

.section--brown {
  background-color: var(--vendor-brown); }

.section--green {
  background-color: var(--vendor-green); }

.section--light {
  background-color: var(--vendor-light); }

.section--blue {
  background-color: var(--vendor-blue); }
  .section--blue .content-block--white {
    color: var(--vendor-blue); }

.section--pink {
  background-color: var(--vendor-pink); }

.section--dark-brown {
  background-color: var(--vendor-dark-brown); }

.section__watermark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 5.55556vw;
  font-weight: 700;
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.08);
  pointer-events: none;
  letter-spacing: 0.02em;
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3; }
  @media (max-height: 800px) and (orientation: landscape) {
    .section__watermark {
      top: 50px;
      max-width: 210px; }
      .section__watermark img {
        width: 100%; } }
  @media (max-width: 768px) {
    .section__watermark {
      font-size: 18px;
      top: 25px;
      max-width: 160px; }
      .section__watermark img {
        width: 100%; } }

.slogan_block {
  position: absolute;
  top: 273px;
  z-index: 3; }
  @media (max-width: 768px) {
    .slogan_block {
      top: 110px;
      padding: 0 10px; } }
  @media (max-height: 800px) and (orientation: landscape) {
    .slogan_block {
      top: 180px; } }
  .slogan_block .title {
    font-size: 48px;
    color: white;
    line-height: 1.2;
    text-align: center;
    font-family: 'Yeseva One', sans-serif;
    padding-bottom: 24px;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .slogan_block .title {
        font-size: 18px; } }
  .slogan_block .text {
    font-size: 26px;
    color: white;
    line-height: 1.2;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; }
    @media (max-width: 768px) {
      .slogan_block .text {
        font-size: 13px; } }

.map_area {
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  left: 50%; }
  @media (max-width: 768px) {
    .map_area {
      top: 50vw;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      z-index: 2; } }
  .map_area img {
    width: 100%; }
    @media (max-width: 768px) {
      .map_area img {
        width: 150%; } }

.section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 990px;
  width: 100%;
  gap: 1.66667vw;
  z-index: 2; }
  @media (max-width: 768px) {
    .section__inner {
      padding-top: 0; } }
  .section__inner--bottom {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(calc(100% - 40px));
    -ms-transform: translateY(calc(100% - 40px));
    transform: translateY(calc(100% - 40px));
    z-index: 3; }
    @media (max-width: 768px) {
      .section__inner--bottom {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-bottom: 40px;
        margin: 0 auto; }
        .section__inner--bottom .content-block {
          margin-top: -20px;
          margin-bottom: -60px; } }
    @media (min-width: 769px) {
      .section__inner--bottom .content-block {
        margin-bottom: 0; } }
  @media (max-width: 768px) {
    .section__inner + .image {
      width: auto;
      height: 235px; }
      .section__inner + .image picture {
        max-width: inherit;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .section__inner + .image picture img {
          width: auto;
          height: 100%; } }

.section__inner--with-circle {
  gap: 25px; }
  @media (max-width: 768px) {
    .section__inner--with-circle {
      gap: 15px; } }

.card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.11111vw;
  width: 100%;
  max-width: 700px; }
  @media (max-width: 768) {
    .card-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 1.5625vw; } }
  @media (max-width: 480) {
    .card-row {
      gap: 2.5vw; } }

.card-row__side {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 160px;
  flex: 0 1 160px;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.83333vw;
  color: rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px; }
  @media (max-width: 768) {
    .card-row__side {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 100%;
      max-width: 200px;
      min-height: 10.41667vw;
      font-size: 1.5625vw; } }
  @media (max-width: 480) {
    .card-row__side {
      min-height: 16.66667vw;
      font-size: 2.5vw; } }

.card-row__circle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.97222vw;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden; }
  @media (max-width: 768px) {
    .card-row__circle {
      width: 200px;
      height: 200px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
      flex: 0 0 200px; } }

.section__main-image {
  width: 100%;
  max-width: 800px;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.97222vw;
  color: rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.25);
  border-radius: 8px; }
  @media (max-width: 768) {
    .section__main-image {
      min-height: 20.83333vw;
      font-size: 1.5625vw; } }
  @media (max-width: 480) {
    .section__main-image {
      min-height: 33.33333vw;
      font-size: 2.5vw; } }

.content-block {
  width: 100%;
  max-width: 1440px;
  padding: 40px 50px 50px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: -40px; }
  @media (max-width: 768px) {
    .content-block {
      padding: 20px;
      border-radius: 10px;
      margin-bottom: -20px;
      max-width: calc(100vw - 20px); } }
  @media (max-width: 768) {
    .content-block {
      padding: 2.60417vw 2.08333vw;
      max-width: 100%; } }
  @media (max-width: 480) {
    .content-block {
      padding: 4.16667vw 3.33333vw;
      max-width: 100%; } }

.content-block--green {
  background-color: var(--vendor-green);
  color: #fff; }

.content-block--brown {
  background-color: var(--vendor-brown);
  color: #fff; }

.content-block--white {
  background-color: var(--vendor-light);
  color: #131415; }

.content-block--blue {
  background-color: var(--vendor-blue);
  color: #fff; }

.content-block--dark-brown {
  background-color: var(--vendor-dark-brown);
  color: #fff; }

.content-block--pink {
  background-color: var(--vendor-pink);
  color: #fff; }

.content-block--dark-pink {
  background-color: var(--vendor-dark-pink);
  color: #fff; }

.content-block__title {
  margin: 0 0 1.52778vw 0;
  font-size: 60px;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-family: 'Yeseva One', sans-serif;
  text-align: center; }
  @media (max-width: 768px) {
    .content-block__title {
      margin: 0 0 10px 0;
      font-size: 24px; } }

.content-block__subtitle {
  margin: 0 0 0.83333vw;
  font-size: 1.04167vw;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  opacity: 0.9; }
  @media (max-width: 768) {
    .content-block__subtitle {
      margin: 0 0 1.5625vw;
      font-size: 1.82292vw; } }
  @media (max-width: 480) {
    .content-block__subtitle {
      margin: 0 0 2.5vw;
      font-size: 2.91667vw; } }

.content-block__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center; }
  @media (max-width: 768px) {
    .content-block__text {
      font-size: 13px; } }
  .content-block__text p {
    margin: 0 0 0.69444vw; }
    .content-block__text p:last-child {
      margin-bottom: 0; }
  @media (max-width: 768) {
    .content-block__text {
      font-size: 1.82292vw; }
      .content-block__text p {
        margin: 0 0 1.30208vw; } }
  @media (max-width: 480) {
    .content-block__text {
      font-size: 2.91667vw; }
      .content-block__text p {
        margin: 0 0 2.08333vw; } }

.content-block__cta {
  margin-top: 0.83333vw;
  font-weight: 600;
  font-size: 0.97222vw;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  @media (max-width: 768) {
    .content-block__cta {
      margin-top: 1.5625vw;
      font-size: 1.82292vw; } }
  @media (max-width: 480) {
    .content-block__cta {
      margin-top: 2.5vw;
      font-size: 2.91667vw; } }

.section__arrow {
  width: 1.66667vw;
  height: 1.66667vw;
  margin-top: 1.11111vw;
  border-right: 2px solid rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media (max-width: 768) {
    .section__arrow {
      width: 3.125vw;
      height: 3.125vw;
      margin-top: 2.08333vw; } }
  @media (max-width: 480) {
    .section__arrow {
      width: 5vw;
      height: 5vw;
      margin-top: 3.33333vw; } }
  .section--light .section__arrow {
    border-color: rgba(0, 0, 0, 0.4); }

.image-placeholder {
  font-family: 'Montserrat', sans-serif; }

[data-index="0"],
[data-index="1"],
[data-index="2"],
[data-index="3"],
[data-index="4"],
[data-index="5"] {
  opacity: 0;
  z-index: -10 !important; }
  [data-index="0"].active,
  [data-index="1"].active,
  [data-index="2"].active,
  [data-index="3"].active,
  [data-index="4"].active,
  [data-index="5"].active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: fadeIn 0.5s ease forwards;
    animation: fadeIn 0.5s ease forwards;
    z-index: 2 !important; }
    @media (max-width: 768px) {
      [data-index="0"].active,
      [data-index="1"].active,
      [data-index="2"].active,
      [data-index="3"].active,
      [data-index="4"].active,
      [data-index="5"].active {
        position: relative !important; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    /* Небольшой сдвиг вверх для красоты */ }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    /* Небольшой сдвиг вверх для красоты */ }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.quiz {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: calc(100vh - 125px); }
  @media (max-width: 768px) {
    .quiz {
      height: auto; } }
  @media (max-width: 768px) {
    .quiz .section-hero {
      position: absolute; }
      .quiz .section-hero picture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        max-height: inherit;
        width: 100%;
        max-width: inherit;
        overflow: hidden; }
        .quiz .section-hero picture img {
          width: auto;
          height: 100%;
          max-height: inherit; } }
  @media (max-width: 768px) and (orientation: landscape) {
    .quiz .section-hero picture {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: auto;
      max-height: inherit;
      width: 100%;
      max-width: inherit;
      overflow: hidden; }
      .quiz .section-hero picture img {
        width: 100%;
        height: auto;
        max-height: inherit; } }
  .quiz .section-hero::before {
    top: unset;
    bottom: 0; }
    @media (max-width: 768px) {
      .quiz .section-hero::before {
        height: 120vw;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, color-mix(in srgb, var(--vendor-brown), transparent 100%)), to(color-mix(in srgb, var(--vendor-brown), transparent 0%)));
        background: -o-linear-gradient(top, color-mix(in srgb, var(--vendor-brown), transparent 100%) 10%, color-mix(in srgb, var(--vendor-brown), transparent 0%));
        background: linear-gradient(to bottom, color-mix(in srgb, var(--vendor-brown), transparent 100%) 10%, color-mix(in srgb, var(--vendor-brown), transparent 0%)); } }
  .quiz .slogan_block {
    max-width: 800px; }
    @media (max-width: 768px) {
      .quiz .slogan_block {
        padding: 0 10px;
        top: unset;
        bottom: 0; } }
    .quiz .slogan_block .title {
      font-size: 48px;
      line-height: 1.2; }
      @media (max-height: 800px) and (orientation: landscape) {
        .quiz .slogan_block .title {
          font-size: 40px; } }
      @media (max-width: 768px) {
        .quiz .slogan_block .title {
          font-size: 18px; } }
    .quiz .slogan_block .text {
      font-size: 16px;
      line-height: 1.5; }
      @media (max-width: 768px) {
        .quiz .slogan_block .text {
          font-size: 13px; } }
  .quiz .btn-wrapper {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .quiz .section-hero {
    height: 100%; }
  .quiz-item {
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    -webkit-transition: all .30s linear;
    -o-transition: all .30s linear;
    transition: all .30s linear; }
    @media (max-width: 768px) {
      .quiz-item {
        height: auto; } }
    .quiz-item .section__inner {
      position: absolute;
      top: 64px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      max-width: 800px;
      gap: 0; }
      @media (max-height: 800px) and (orientation: landscape) {
        .quiz-item .section__inner {
          top: 35px; } }
      @media (max-width: 768px) {
        .quiz-item .section__inner {
          top: unset;
          padding: 35px 0 60px 0;
          position: relative; } }
    .quiz-item .card-row__circle {
      width: 250px;
      height: 250px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
      flex: 0 0 250px;
      margin-bottom: -40px;
      position: relative;
      z-index: 2; }
      @media (max-width: 768px) {
        .quiz-item .card-row__circle {
          width: 150px;
          height: 150px;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 150px;
          flex: 0 0 150px;
          margin-bottom: -20px; } }
      @media (max-height: 800px) and (orientation: landscape) {
        .quiz-item .card-row__circle {
          width: 150px;
          height: 150px;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 150px;
          flex: 0 0 150px;
          margin-bottom: -20px; } }
    .quiz-item .content-block {
      margin: 0 auto;
      padding: 55px 100px 0 100px; }
      @media (max-height: 800px) and (orientation: landscape) {
        .quiz-item .content-block {
          padding: 35px 80px 0 80px; } }
      @media (max-width: 768px) {
        .quiz-item .content-block {
          padding: 40px 10px 20px 10px; } }
      .quiz-item .content-block__title {
        font-size: 20px;
        margin-bottom: 26px; }
      .quiz-item .content-block__text {
        text-align: left;
        font-weight: 700;
        line-height: 1.5; }
    .quiz-item .form-group {
      margin-bottom: 24px; }
      .quiz-item .form-group:has(+ .btn-wrapper) {
        margin-bottom: 0; }
      .quiz-item .form-group label {
        cursor: pointer;
        position: relative;
        padding-left: 35px; }
        .quiz-item .form-group label input {
          position: absolute;
          left: -100%;
          visibility: hidden; }
        .quiz-item .form-group label::before, .quiz-item .form-group label::after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          border-radius: 50%;
          border: 2px white solid;
          width: 20px;
          height: 20px; }
        .quiz-item .form-group label::after {
          width: 10px;
          height: 10px;
          border: none;
          background: white;
          opacity: 0;
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear;
          -webkit-transform: translate(50%, 50%);
          -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%); }
        .quiz-item .form-group label:has(input:checked)::after {
          opacity: 1; }
    .quiz-item .btn-wrapper {
      margin: 0 auto 0 auto;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%); }
      @media (max-width: 768px) {
        .quiz-item .btn-wrapper {
          margin: 0 auto -20px auto; } }
      .quiz-item .btn-wrapper .btn {
        position: relative;
        color: #4C8559; }
    .quiz-item .card-row {
      margin: 0 auto; }
    .quiz-item .beauty-panel {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%; }
      .quiz-item .beauty-panel aside {
        position: absolute; }
        @media (max-width: 768px) {
          .quiz-item .beauty-panel aside img {
            width: 100%; } }
        .quiz-item .beauty-panel aside.left-side {
          left: 0; }
          @media (max-width: 768px) {
            .quiz-item .beauty-panel aside.left-side {
              max-width: inherit; } }
        .quiz-item .beauty-panel aside.right-side {
          right: 0; }
          @media (max-width: 768px) {
            .quiz-item .beauty-panel aside.right-side {
              max-width: inherit; } }
        .quiz-item .beauty-panel aside.center {
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
          @media (max-width: 768px) {
            .quiz-item .beauty-panel aside.center {
              width: 100%; } }
    .quiz-item[data-index="1"] .beauty-panel aside.left-side {
      bottom: 45px; }
      @media (max-width: 768px) {
        .quiz-item[data-index="1"] .beauty-panel aside.left-side {
          width: 40%;
          bottom: unset;
          top: 40px; } }
    .quiz-item[data-index="1"] .beauty-panel aside.right-side {
      bottom: 35px;
      right: -100px; }
      @media (max-width: 768px) {
        .quiz-item[data-index="1"] .beauty-panel aside.right-side {
          width: 60%;
          bottom: unset;
          top: 0;
          right: 10px; } }
    .quiz-item[data-index="2"] .beauty-panel aside.left-side {
      top: -160px;
      left: -100px; }
      @media (max-width: 768px) {
        .quiz-item[data-index="2"] .beauty-panel aside.left-side {
          width: 50%;
          top: -40px;
          left: -20px; } }
    .quiz-item[data-index="2"] .beauty-panel aside.right-side {
      top: -134px;
      right: -100px; }
      @media (max-width: 768px) {
        .quiz-item[data-index="2"] .beauty-panel aside.right-side {
          width: 50%;
          top: -40px;
          right: -20px; } }
    .quiz-item[data-index="3"] .beauty-panel aside.left-side {
      top: 60px;
      left: -180px; }
      @media (max-width: 768px) {
        .quiz-item[data-index="3"] .beauty-panel aside.left-side {
          width: 30%;
          top: 61px;
          left: -3px; } }
    .quiz-item[data-index="3"] .beauty-panel aside.right-side {
      top: -55px;
      right: -222px; }
      @media (max-width: 768px) {
        .quiz-item[data-index="3"] .beauty-panel aside.right-side {
          width: 40%;
          top: -10px;
          right: -9px; } }
    .quiz-item[data-index="5"] .beauty-panel aside {
      background: var(--vendor-blue);
      opacity: .8; }
      .quiz-item[data-index="5"] .beauty-panel aside img {
        mix-blend-mode: screen; }
      .quiz-item[data-index="5"] .beauty-panel aside.left-side {
        top: 62px;
        left: -30px; }
        @media (max-width: 768px) {
          .quiz-item[data-index="5"] .beauty-panel aside.left-side {
            width: 50%;
            top: 40px;
            left: -30px; } }
      .quiz-item[data-index="5"] .beauty-panel aside.right-side {
        top: 15px;
        right: -195px; }
        @media (max-width: 768px) {
          .quiz-item[data-index="5"] .beauty-panel aside.right-side {
            width: 50%;
            top: 30px;
            right: -30px; } }
  .quiz-body {
    position: relative;
    z-index: 2; }
  .quiz [data-index="0"]::before {
    background: -webkit-gradient(linear, left top, left bottom, from(color-mix(in srgb, var(--vendor-brown), transparent 100%)), to(color-mix(in srgb, var(--vendor-brown), transparent 0%)));
    background: -o-linear-gradient(top, color-mix(in srgb, var(--vendor-brown), transparent 100%), color-mix(in srgb, var(--vendor-brown), transparent 0%));
    background: linear-gradient(to bottom, color-mix(in srgb, var(--vendor-brown), transparent 100%), color-mix(in srgb, var(--vendor-brown), transparent 0%)); }
  .quiz [data-index="0"] .r354-animate {
    display: block; }
    @media (max-width: 768px) {
      .quiz [data-index="0"] .r354-animate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media (max-width: 768px) {
    .quiz [data-index="0"].active {
      height: calc(90dvh - 70px);
      min-height: 460px; } }

.hidden-xs {
  width: 100%;
  height: 100%;
  display: none !important; }
  @media (min-width: 768px) {
    .hidden-xs {
      display: block !important; } }

.hidden-md {
  width: 100%;
  height: 100%;
  display: block !important; }
  .hidden-md.hidden-flex-md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  @media (min-width: 769px) {
    .hidden-md {
      display: none !important; }
      .hidden-md.hidden-flex-md {
        display: none !important; } }

#dev {
  display: none;
  position: fixed;
  top: 0;
  z-index: 1000000;
  padding: 6px 12px;
  color: #808080;
  font-size: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 5px 24px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.3);
  background: white; }

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