
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');

:root {
  --dark-text: #4B453E;
  --light-text: #FFFFFF;
}

html {
  scroll-behavior: auto !important;
}

body {
  background: #F3F2EE;
  color: #4B453E;
  font-family: 'Manrope', sans-serif;
  transition: all 400ms ease;
  font-size: 1.1rem;
}

a {
  transition: all 400ms ease-in-out !important;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.font-vinnits {
  font-family: 'VinnytsiaSansBold', Arial;
}

.section {
  padding: 10px;
}
.section {
  padding: 0px; /* remarket fix */
}
.section-inner {
  position: relative;
  border-radius: 16px;
  padding: 120px 64px;
  background: #f3f2ee;
  transition: all 400ms ease;
}
.section-inner {
  padding: 120px 0px;/* remarket fix */
}
.section-hero {
  background: transparent;
}

.section-inner-hero {
  position: relative;
  background-color: #E8E9E9;
  background-color: #4B453E;
  background-image: url('../img/lotus/bg-hero.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 64px 80px 64px;
  min-height: 90vh;
  height: 100vh;
  overflow: hidden;
}

.section-intro {
  background: transparent;
}

.section-inner-intro {
  background: #F3F2EE;
}

.section-inner-catalog {
  background: #FFF;
}

.section-inner-steps {
  background: #F3F2EE;
}

.section-inner-blog {
  background: #F3F2EE;
}

.section-inner-promo {
  min-height: 80vh;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: stretch;
  padding: 40px 64px;
  padding: 40px 24px;
}

.section-inner-events {
  background: #0B1D2E;
}

.section-inner-contacts {
  margin-top: -30px;
  background: #E8E9E9;
}
 .section-promo {
    margin-top:80px;
  }
@media (max-width: 768px) {
  .section-promo {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1290px) {
  .section-inner {
    position: relative;
    border-radius: 16px;
    padding: 90px 20px;
  }

  .section-inner-promo {
    padding: 20px 30px;
  }
}

@media (max-width: 1024px) {
  .section {
    padding: 0px;
  }

  .section-inner-hero {
    height: 90vh
  }

  .section-inner {
    position: relative;
    border-radius: 16px;
    padding: 24px 8px;
  }

  .section-inner-intro .content-inner {
    padding: 0px 8px;
  }
}

.bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(0deg, rgb(0 0 0 / 88%) 0%, rgba(0, 0, 0, 0) 70%);
}

/* misc styles starts */
h1, h2, h3 {
  font-family: 'VinnytsiaSansBold', Arial;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
}

h2 {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.subtitle {
  font-size: 1.1rem;
}

.text-dark {
  color: var(--dark-text) !important;
}

.text-light {
  color: var(--light-text) !important;
}

.heading-dark {
  color: var(--dark-text) !important;
}

.heading-light {
  color: var(--light-text) !important;
}

.w-50-wm-100 {
  width: 50%;
}

.w-70-wm-100 {
  width: 70%;
}

.wm-100 {
  width: auto;
}

@media (max-width: 992px) {
  h2 {
    font-size: 1.4rem;
    font-size: 20px;
    line-height: 1.25;
  }

  .subtitle {
    font-size: 1.1rem;
  }

  .w-50-wm-100, .w-70-wm-100 {
    width: 100%;
  }

  .wm-100 {
    width: 100%;
  }
}

/* misc styles end */
/* ==============================================================================================================
=================================================================================================================*/
/* hero section start */
.hero-outer {}

.hero-outer-left {}

.hero-outer-right {
  display: flex;
  justify-content: end;
    flex-direction: column;
    align-items: flex-end;
}

.hero-main-inner {
  display: flex;
  justify-content: center;
  align-content: flex-end;
  flex: auto;
  flex-wrap: wrap;
  z-index: 10;
}

.hero-subtitle {
  font-size: 1.4rem;
}

.hero-benefits-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-benefits-tag-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: #1c1c1c;
  border-radius: 12px;
  padding: 6px 18px 6px 18px;
}

.hero-benefits-tag-item-info {
  background: #ffffff3b;
  backdrop-filter: blur(15px);
  color: #fff;
  display: inline-flex;
  padding: 2px 10px;
  font-size: 13px;
  border-top-left-radius: 0px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-left: 1rem;
  width:fit-content;
}

.hero-info-videoblock {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 2px solid #cfcfcf;
  border-radius: 16px;
  background: #f4f4f42b;
  backdrop-filter: blur(10px);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 2px;
  overflow: hidden;
}

.hero-mini-video {
  transition: all 400ms ease;
  width: fit-content;
    height: fit-content;
  position: relative;
    max-width: 362px;
    aspect-ratio: 362 / 230;
    position: relative;
    transition: all 400ms ease;
}

.hero-mini-video {
    transition: all 400ms ease;
    width: fit-content;
    height: fit-content;
    position: relative;
    max-width: 320px;
    aspect-ratio: 362 / 230;
    position: relative;
    transition: all 400ms ease;
}


.hero-mini-video:hover {
  box-shadow: 0 2px 10px #030b2da6;
  cursor: pointer;
}

.hero-mini-video img {
  border-radius: 11px;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-mini-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/lotus/play-button.svg);
  height: 6rem;
  width: 6rem;
  background-size: cover;
  opacity: 0.75;
  transition: all 400ms ease;
}

.hero-mini-video:hover .hero-mini-video-play {
  opacity: 1;
  height: 9rem;
  width: 9rem;
  padding: 0px;
}

.steps-left .hero-mini-video {
        max-width: 85%;
        max-width: 100%;
        aspect-ratio: 9 / 16;
}

.steps-left .hero-info-videoblock {
    border: none;
}

@media (min-width: 1024.01px) and (max-width: 1330px) {
    .hero-mini-video {
        max-width: 270px;
    }
}

@media (max-width: 1024px) {
    .steps-left .hero-info-videoblock {
        display: flex;
    }
    .steps-left .hero-mini-video {
        max-width: 100%;
        aspect-ratio: 9 / 16;
    }
}

@media (max-width: 1024px) {
  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-benefits-tag-item {
    border-radius: 8px;
    padding: 4px 11px;
    font-size: 0.8rem;
  }

  .hero-info-videoblock {
    display: none;
  }
}

.hero-bottom {
  position: absolute;
  bottom: 1rem;
  padding-top: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 3rem;
}

.hero-bottom-left {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 24px 0px;
  justify-content: end;
}

.hero-bottom-left p {
  margin: 0;
}

.hero-motto-title p {
  font-size: 4rem;
  line-height: 100%;
}

.hero-bottom-right {
  display: flex;
  position: relative;
  padding: 24px 0px;
  flex-wrap: wrap;
  align-items: end;
  justify-content: end;
  flex-direction: column;
}

.hero-bottom-right .hero-coming {
  position: relative;
  padding: 4px 16px 4px 24px;
  border-radius: 50px;
  border: 1px solid #fff;
  width: fit-content;
}

.hero-bottom-right .hero-coming:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.hero-bottom-right .hero-subtitle {
  font-weight: 300;
  font-size: 1.8rem;
  width: 75%;
}

.hero-bottom-right-buttons {
  border-top: 1px solid #6e6b69;
  padding-top: 2rem;
  display: flex;
  gap: 1rem;
  width: fit-content;
}

@media (max-width: 1024px) {
  .hero-bottom {
    padding: 0 8px;
  }

  .hero-motto-title p {
    font-size: 2.5rem;
  }

  .hero-bottom-right .hero-subtitle {
    width: 100%;
  }

  .hero-bottom-right-buttons {
    width: 100%;
  }
}

/* hero section end */
/* intro section start */
/* intro section start */
.intro-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.intro-wrapper h2 {
  font-size: 1.8rem;
  margin-bottom: -0.5rem;
}

.intro-wrapper .intro-subtitle {
  font-size: 3rem;
}

.intro-wrapper p {
  font-size: 1rem;
  font-weight: 400;
}

.intro-blocks {
  margin-top: 3rem;
}

.intro-blocks-wrapper {
  display: flex;
  gap: 1.5rem;
}

.intro-block-item {
  width: 32%;
  min-height: 350px;
  border-radius: 12px;
  background: #331f70a8;
  backdrop-filter: blur(10px);
  border: 1px solid #53507A;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

.intro-block-item:nth-child(1) {
  border: 1px solid #D1FFA7;
}

.intro-block-item:nth-child(2) {
  border: 1px solid #84D8FF;
}

.intro-block-item:nth-child(3) {
  border: 1px solid #E7A3FF;
}

.intro-block-item:hover {
  background: #351ea1cc;
}

.intro-block-item:hover .btn-event-list {
  background: #fff;
  color: #351ea1;
  border-radius: 4px;
  padding: 2px 12px;
}

.intro-inner-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-top-number {
  font-size: 2.5rem;
}

.inner-top-deco {
  width: 48px;
  height: 12px;
  background-image: url(../img/icon-intro-01.svg);
  background-size: contain;
}

.top-deco-01 {
  background-image: url(../img/icon-intro-01.svg);
}

.top-deco-02 {
  background-image: url(../img/icon-intro-02.svg);
}

.top-deco-03 {
  background-image: url(../img/icon-intro-03.svg);
}

.intro-inner-bottom {}

.intro-block-item h3 {
  position: relative;
  font-size: 1.825rem;
  font-weight: 700;
  color: #DADADA;
  line-height: 1.6;
  padding-left: 16px;
}

.intro-block-item h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  border-radius: 5px;
  height: 60%;
  background-color: currentColor;
}

.intro-block-item:nth-child(1) h3::before {
  background-color: #41FF8A;
}

.intro-block-item:nth-child(2) h3::before {
  background-color: #93DDFF;
}

.intro-block-item:nth-child(3) h3::before {
  background-color: #FF76FD;
}

.intro-block-item p {
  font-size: 1.2rem;
  font-weight: 400;
  color: #FFFFFF;
}

.btn-event-list {
  display: inline;
  font-size: 1rem;
  font-weight: 600;
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  padding: 2px;
  transition: all 300ms ease-in-out;
}

@media (max-width: 992px) {
  .intro-blocks-wrapper {
    flex-direction: column;
  }

  .intro-wrapper h2 {
    font-size: 1.8rem;
    font-size: 1.4rem;
    line-height: 1.25;
    text-align: left;
    margin-bottom: 1rem;
  }

  .intro-wrapper .intro-subtitle {
    font-size: 2rem;
  }

  .intro-wrapper p {
    font-size: 1rem;
  }

  .intro-block-item {
    width: 100%;
  }
}

/* intro section end */
/* intro section end */
/* section events start */
/* section events start */
.events-button-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.events-list-wrapper {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}

.events-list-item {
  position: relative;
  width: 32%;
  min-height: 500px;
  border-radius: 16px;
  background: #331f70a8;
  border: 1px solid #bbbbbb;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  transition: all 300ms ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
}

.events-list-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  bottom: 0;
  z-index: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  transition: all 400ms ease-in-out !important;
}

.events-list-item:hover {
  transform: scale(1.02);
}

.events-list-item:hover .btn-event-list {
  background: #fff;
  color: #351ea1;
  border-radius: 4px;
  padding: 2px 12px;
  transition: all 400ms ease-in-out !important;
}

.events-inner-bottom {
  z-index: 2;
}

.events-badge {
  display: inline-flex;
  padding: 2px 12px;
  background: #FB5200;
  border-radius: 8px;
  color: #fff;
}

.events-list-item h3 {
  text-decoration: none;
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 1.4;
}

.events-list-item p {
  font-size: 1rem;
  font-weight: 400;
  color: #FFFFFF;
}

.btn-event-list {
  display: inline;
  font-size: 1rem;
  font-weight: 600;
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  padding: 2px;
  transition: all 300ms ease-in-out;
}
@media (min-width: 1024px) and (max-width: 1290px) {
  .events-list-item h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .events-list-wrapper {
    flex-direction: column;
    padding: 0px;
    gap: 0.8rem;
  }

  .events-list-item {
    width: 100%;
    padding: 1.2rem;
  }

  .events-button-wrapper {
    flex-direction: row;
  }
}



/* section events end */
/* section events end */
/* steps section starts */
/* steps section starts */
.steps-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 80px !important;
  gap: 2rem;
}

.steps-left {
  width: 40vw;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 25vh;
}

.steps-video-wrapper {
  width: 100%;
  border-radius: 1rem;
  position: relative;
}

.steps-video-wrapper img {
  border-radius: 1rem;
  width: 100%;
}

.steps-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('../img/lotus/play-button.svg');
  background-size: cover;
  width: 10rem;
  height: 10rem;
}

.steps-right {}

.steps-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  container-type: inline-size;
  /*  max-width: 800px;*/
  width: 56vw;
  background: #ffffff;
  color: #c1c1c1;
  padding: 1.25rem;
  border-radius: 0.8rem;
  animation: fadeIn 0.5s ease-in-out;
  margin-bottom: 2rem;
  color: #fff;
}

.steps-block .steps-block-top {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  gap: 1rem;
  font-size: 1rem;
}

.steps-block:last-child {
  margin-bottom: 0rem;
}

.steps-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-direction: row;
  text-transform: uppercase;
  font-size: 1.35rem;
  letter-spacing: -1px;
}

.steps-number {
  background: #383838;
  color: #fff;
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}

.steps-benefits-tags {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 4px;
  background: #f4f4f4;
  border-radius: 16px;
}

.steps-benefits-tags-equal {
  align-items: center;
  gap: 0.4rem;
}

.steps-benefits-tag-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #E6E6E6;
  padding: 6px 10px 6px 10px;
  font-size: 1rem;
  font-weight: 600;
}

.steps-benefits-tag-item-equal {
  font-size: 2rem;
}

.steps-benefits-tag-item img {
  height: 2rem;
}

@media (max-width: 1024px) {
  .steps-wrapper {
    flex-direction: column;
    gap: inherit;
    padding: 0;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .steps-left {
    position: unset;
    width: 100%;
  }

  .steps-title {
    font-size: 1.2rem;
  }

  .steps-number {
    height: 2.2rem;
    width: 2.2rem;
    font-size: 1.1rem;
  }

  .steps-benefits-tags {
    background: transparent;
  }
}

.steps-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  counter-reset: step;
  padding: 0;
  margin: 0;
}

.steps-list li {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #524b43;
  /* цвет фона, как на картинке */
  color: white;
  border-radius: 20px;
  padding: 4px 16px 4px 8px;
  font-size: 1rem;
  counter-increment: step;
}

.steps-list li::before {
  content: counter(step, decimal-leading-zero);
  position: relative;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1f1b17;
  /* тёмный круг */
  color: white;
  width: 32px;
  height: 32px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  aspect-ratio: 1 / 1;
  align-self: normal;
}

/*
.steps-list li::after {
  content: "→";
  color: #524b43;
  font-size: 20px;
  margin-left: 10px;
}

.steps-list li:last-child::after {
  content: none;
}
 */
/*
.team-block-bottom-list ul {
  list-style: none;
  padding-left: 0;
}

.team-block-bottom-list ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}

.team-block-bottom-list ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #dedede;
}
*/
@media (max-width: 1024px) {
  .steps-video-wrapper img {
    border-radius: 0.8rem;
    margin-bottom: 1rem;
  }

  .steps-block {
    width: 100%;
    padding: 0.5rem;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }

  .steps-block .steps-block-top {
    padding: 0.5rem;
    gap: 0.5rem;
  }
}

/* steps section ends*/
/* steps section ends*/
/*footer styles start*/
/*footer styles start*/
/*footer styles end*/
/*footer styles end*/
/* intro section start */
.intro-outer {}

.intro-outer-left {}

.intro-outer-right {}

.into-benefits-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.into-benefits-tag-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #E6E6E6;
  padding: 6px 18px 6px 6px;
}

.into-benefits-tag-item img {
  height: 2rem;
}
@media (max-width: 768px) {
  .into-benefits-tags {
    gap: 0.4rem;
  }
  .into-benefits-tag-item {
    gap: 0.2rem;
    padding: 4px 12px 4px 4px;
    font-size: 0.9rem;
  }
  .into-benefits-tag-item img {
    height: 2.4rem;
  }
}
/* intro section end */
/* catalog section start */
.pr-card {
  background: #f6f5f3;
  border-radius: 16px;
  padding: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.pr-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.pr-card-img-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* квадратная обертка */
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.pr-card-img-wrap img.pr-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pr-card-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e6e4de;
  padding: 6px 12px 6px 6px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2f2f2f;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  z-index:2;
}

.pr-card-badge img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
@media (max-width: 768px) {
    .pr-card-badge {
        top: 4px;
        left: 4px;
        padding: 6px;
        font-size: 0.9rem;
    }
    .pr-card-badge img {
        width: 16px;
        height: 16px;
        margin-right: 4px;
    }
    
}
.pr-card-badge-outer .pr-card-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 8px 4px 4px;
  font-size: 1rem;
}

.pr-card-badge-outer .pr-card-badge img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.pr-card-info {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  flex-grow: 1;
}

.pr-card-info-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 12px;
}

.pr-card-info-bottom {
  display: flex;
  justify-content: space-between;
}

.pr-card-colors {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pr-card-color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
}

.pr-card-color.active {
  border-color: #2f2f2f;
}

.pr-card-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pr-card-title h3 {
  font-size: 1.2rem;
  margin: 0;
  font-weight: 600;
}

.pr-card-title p {
  display: block;
  margin: 4px 0 0;
  font-size: 1rem;
  color: #555;
}

.pr-card-price {
  font-weight: 700;
  font-size: 1.4rem;
  color: #2f2f2f;
  white-space: nowrap;
}

.pr-card-btn {}
@media (max-width: 768px) {
  .pr-card {
    padding: 12px;
  }
}
/* catalog section end */
/*promo styles start*/
/* === Promo Section === */
.promo-bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.promo-tab-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  will-change: opacity;
  z-index: 0;
}

.promo-tab-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0) 50%);
}

.promo-tab-bg.active {
  opacity: 1;
}

.promo-tab-bg[data-tab]:not(.active) {
  opacity: 0;
}

/* === Tabs Wrapper === */
.promo-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
  overflow: hidden;
  height: 100%;
}

/* === Tabs Sidebar === */
.promo-tabs-sidebar {
  position: absolute;
  bottom: 0rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 4px;
  border-radius: 12px;
  background: #f4f4f4;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
@media (min-width: 1024px) and (max-width: 1390px) {
  .promo-tabs-sidebar {
    width: 70%;
  }
}

/* === Tab Link === */
.promo-tab-link {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
  border-radius: 8px;
  padding: 4px 8px;
  text-align: center;
}

.promo-tab-link.active {
  opacity: 1;
  background: #635e58;
  color: #fff;
}

.promo-tab-link img {
  width: auto;
  height: 36px;
  border-radius: 8px;
}

.promo-tab-link h4 {
  font-size: 14px;
  margin-top: 6px;
}

/* === Tab Content Wrap === */
.promo-tabs-content-wrap {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.promo-tabs-content {
  flex: 1;
  position: relative;
  z-index: 2;
  padding: 0px;
  color: #fff;
}

.promo-tab-panel {
  display: none;
  height: 100%;
}

.promo-tab-panel.active {
  display: block;
}

.promo-tab-panel-outer {
  height: 100%;
}

.promo-tab-panel-left {}
.promo-info-block-outer {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  width: 75%;
}
.promo-info-block-outer h2 {
  margin: 0;
}

.promo-tab-panel-right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: end;
}

.promo-info-card-outer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.promo-info-card {
  background: #fff;
  max-width: 380px;
  border-radius: 12px;
  padding: 24px;
  color: #47433e;
}

.promo-info-card-value {
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.promo-info-card-param {
  font-size: 1rem;
}

/* === Promo Wrapper === */
.promo-wrapper {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/*promo styles end*/
/* SEO section start */
.seo-subtitle {
  font-size: 1.4rem;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .seo-subtitle {
    font-size: 1.1rem;
  }

  .seo-text {
    font-size: 1rem;
  }
}

/* seo images*/
.seo-grid-wrapper>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.seo-grid-wrapper>div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.seo-grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}

@media (max-width: 550px) {
  .seo-grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
  }
}

.seo-grid-wrapper .wide {
  grid-column: span 2;
}

.seo-grid-wrapper .tall {
  grid-row: span 2;
}

.seo-grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

/* SEO section end */
/* footer start*/
footer, .footer {
  margin: 10px;
  padding: 10px;
}

@media (max-width: 768px) {
  footer, .footer {
    margin: 4px;
    padding: 0px;
  }
}

.footer-inner {
  padding: 60px;
  padding: 40px 64px;
  border-radius: 16px;
  background: #353230;
  color: #EFEFEF;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-size: 1.2rem;
}

.footer-inner-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-inner-info h4 {
  font-size: 1.3rem;
  font-weight: 600;
}

.footer-inner-info img {
  max-width: 5rem;
  border-radius: 0.5rem;
}

.footer-inner-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-inner-info ul li a {
  color: #fff;
  font-size: 1rem;
}

.footer-inner-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  text-align: center;
  font-size: 1rem;
}

.footer-inner-bottom-left {
  justify-self: start;
  align-self: self-end;
  text-align: left;
}

.footer-inner-bottom-center {
  justify-self: center;
  align-self: self-end;
}

.footer-inner-bottom-center a {
  color: #F0F0E2;
}

.footer-inner-bottom-right {
  justify-self: end;
  align-self: self-end;
}

.footer-inner-contacts {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.footer-inner-contacts a {
  color: #fff;
  font-weight: 600;
}

.footer-inner-bottom p {
  margin: 0;
}

@media (max-width: 1024px) {
  .footer-inner {
    border-radius: 16px;
    padding: 40px 12px;
  }

  .footer-inner-info {
    margin-bottom: 2rem;
  }

  .footer-inner-bottom {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "left right"
      "center center";
    row-gap: 1rem;
    padding: 0px 20px;
  }

  .footer-inner-bottom-left {
    grid-area: left;
    text-align: left;
  }

  .footer-inner-bottom-center {
    grid-area: center;
    display: flex;
    justify-content: space-between;
  }

  .footer-inner-bottom-right {
    grid-area: right;
    text-align: right;
  }
}

/*footer styles end*/
/* yt-video styles start */
.yt-video-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center
}

.yt-video-container.active {
  display: flex
}

.yt-video-close {
  width: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -40px
}

.yt-video-close img {
  width: 100%
}

.yt-video-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgb(37 37 37 / 80%);
  backdrop-filter: blur(4px)
}

.yt-video-block {
  position: relative;
  z-index: 2
}

.yt-video-block {
  width: 853px;
  height: 508px;
  background-color: none;
  display: flex;
  align-items: center;
  justify-content: center
}

.yt-video-block iframe {
  width: 853px;
  height: 508px
}

@media (max-width: 1000px) {
  .yt-video-block {
    width: 88vw;
    height: 53vw
  }

  .yt-video-close {
    width: 36px;
    height: 36px;
    right: -4vw;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    padding: 0px;
    bottom: -60px;
    top: auto;
    left: 47%
  }

  .yt-video-close img {
    width: 46%
  }

  .yt-video-block iframe {
    width: 85.3vw;
    height: 50.8vw
  }
}

/* yt-video styles end */
