.main {
  width: 100%;
  background: linear-gradient(to right, #fadee3, #ffc0cc, #fadee3);
  display: grid;
  grid-template-columns: 59% 41%;
}
.main-slogan {
    margin: 7vw 0 2.7vw 3.6vw;
}
 .main-slogan img {
    width: 22vw;
    opacity: 0;
    animation: slideRight 0.6s ease-in-out forwards;
  }
.main-slogan-txt {
  font-size: 8.3vw;
  line-height: 100%;
  margin-left: 8vw;
  color: rgba(251, 158, 187, 1);
  filter: blur(0.1vw);
  text-shadow: 0 0 0.312vw rgb(251, 158, 187);
  mask-image: linear-gradient(
    to right,
    rgb(251, 158, 187, 0.9) 20%,
    rgba(251, 158, 187, 0.4) 100% 
  );
  -webkit-mask-image: linear-gradient(to right, rgb(251, 158, 187, 0.9) 20%, rgba(251, 158, 187, 0.4) 100%);
  opacity: 0;
  animation: slideRight 0.6s ease-in-out 0.2s forwards;
}
.main-txt {
  max-width: 28vw;
  margin: 0 3vw 4.8vw auto;
  opacity: 0;
  animation: slideRight 0.6s ease-in-out 0.4s forwards;
}
.main-catalog-link {
  display: flex;
  justify-content: space-between;
  max-width: 28vw;
    margin-left: 1.9vw;
    border-radius: 3.38vw;
    padding: 1.7vw 1.6vw 1.6vw 1.8vw;
    font-size: 3vw;
  background: linear-gradient(
    to right,
    rgba(253, 187, 199, 1),
    rgba(255, 211, 218, 1)
  );
  opacity: 0;
  animation: slideRight 0.6s ease-in-out 0.6s forwards;
}
.main-catalog-link img {
    width: 50%;
  }
.main-catalog-link-right {
  display: grid;
  align-content: space-between;
  justify-items: end;
}
.main-catalog-link-circle {
  width: 5vw;
  height: 5vw;
}
.main-img {
  max-width: 100%;
  width: 100%;
  opacity: 0;
  animation: slideLeft 0.6s ease-in-out forwards;
}


/*о нас*/
.about {
  background: url(/img/main/main_about.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-left-radius: 4.5vw;
  border-bottom-right-radius: 4.5vw;
  padding: 7.7vw 7.8vw 10vw 11vw;
}
.about-title {
    margin-bottom: 1.8vw;
  color: rgba(239, 131, 165, 1);
}
.about-subtitle {
  font-family: AeonikProMediumItalic, sans-serif;
  color: transparent;
  font-size: 3.3vw;
    max-width: 44vw;
    margin-bottom: 5.7vw;
  background-image: linear-gradient(
    75deg,
    rgba(255, 255, 255, 0.52) 29%,
    #ffffff 35%,
    rgba(255, 255, 255, 0.52) 40%,
    rgba(255, 255, 255, 0.52) 50%,
    rgba(255, 255, 255, 0.52) 61%,
    #ffffff 64%,
    rgba(255, 255, 255, 0.52) 68%
  );
  -webkit-background-clip: text;
  background-clip: text;
}
.about-subtitle span {
  color: var(--white);
}
.about-right {
    max-width: 47.7vw;
  margin: 0 0 0 auto;
}
.about-right-txt {
  font-size: 2vw;
  margin-bottom: 1.8vw;
}
.about-more-btn {
  color: var(--pink-light);
  background-color: rgba(253, 243, 247, 1);
  padding: 0.98vw 2vw 0.88vw;
    font-size: 1vw;
    border-radius: 2.6vw;
  display: flex;
  justify-self: flex-start;
  width: fit-content;
  flex-shrink: 0;
  line-height: 100%;
}

/*каталог*/
.catalog {
  padding: 6.25vw 0 5.98vw 5.72vw;
}
.products {
  position: relative;
  margin-bottom: 4.5vw;
}
.product-card-img {
  width: 120%;
}
.mask-container {
   width: 27.5vw;
  height: 29.9vw;
  position: relative;
}
.masked-element {
  width: 100%;
  height: 100%;
  background: rgba(254, 239, 244, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;

  mask-image: url(/img/product-mask.png);
  -webkit-mask-image: url(/img/product-mask.png);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.product-more {
  display: flex;
  align-items: center;
  gap: 1.66vw;
  padding: 0.52vw 0.57vw 0.52vw 1.6vw;
  border-radius: 1.97vw;
  background: linear-gradient(to right, rgba(253, 187, 199, 1), rgba(255, 211, 218, 1));
  position: absolute;
  bottom: 0;
  right: 2px;
}
.product-more-circle {
   width: 2.39vw;
  height: 2.39vw;
  box-shadow: none;
}
.catalog-bottom {
  max-width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.all-catalog-link {
  font-family: AeonikProLight, sans-serif;
  background-color: rgba(254, 195, 206, 1);
  font-size: 2.5vw;
  border-radius: 3.1vw;
  padding: 1vw 4vw;
}



/*видеоролики*/
.video-box {
  padding: 3.3vw 1.66vw 3.8vw;
}
.video-box-title {
  text-align: end;
    margin: 0 26.9% 3.64vw auto;
}
.video-box-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.66vw;
}
.video-container {
  max-width: 17.3vw;
  height: 38.9vw;
  border-radius: 3.1vw;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  flex: 1;
}
.video-container:hover,
.video-container.active {
  max-width: 60%;
  height: auto;
  aspect-ratio: 16/9;
  padding: 1.35vw;
  border-radius: 3.75vw;
  background: rgba(250, 222, 227, 1);
}
.video-container.active video,
.video-container:hover video {
  border-radius: 2.5vw;
}
video {
  width: 100%;
  height: 100%;
  border-radius: 3.1vw;
  object-fit: cover;
  transition: all 0.3s ease;
}

/*Преимущества*/
  .advantages {
    padding: 0 2.34vw 0 2vw;
  }
  .advantages-title {
    margin-bottom: 10vw;
  }
  .advantages-content {
    position: relative;
    height: 42.2vw;
    border-radius: 6.25vw;
    background: linear-gradient(
      to right,
      rgba(250, 222, 227, 1),
      rgba(255, 192, 204, 1),
      rgba(250, 222, 227, 1)
    );
  }
  .advantages-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 48.5vw;
  }
  .advantage {
    max-width: 30.7vw;
    padding: 3.3vw 2.8vw 3.3vw 1.66vw;
    border-radius: 3.3vw;
    backdrop-filter: blur(0.729vw);
    -webkit-backdrop-filter: blur(0.729vw);
    box-shadow: 0 4px 12px 0 rgba(212, 191, 196, 0.2);
    justify-self: end;
  }
  .advantage-title {
    color: var(--pink-highlight);
    font-size: 2vw;
    margin-bottom: 0.8vw;
    letter-spacing: -1px;
  }
  .advantage-descr {
    color: rgba(101, 101, 101, 1);
  }
  .advantages-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -8.59vw;
    width: 75.5vw;
    height: 49.6vw;
    display: grid;
    align-items: start;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(10, 0.3fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .advantage:first-child {
    grid-area: 1 / 1 / 4 / 2;
    justify-self: start;
    transition-delay: 0.2s;
  }
  .advantage:nth-child(2) {
    grid-area: 2 / 2 / 5 / 3;
    transition-delay: 0.4s;
  }
  .advantage:nth-child(3) {
    grid-area: 6 / 1 / 9 / 2;
    transition-delay: 0.6s;
  }
  .advantage:last-child {
    grid-area: 8 / 2 / 11 / 3;
    transition-delay: 0.8s;
  }

/*Совершенная упаковка*/
.packing {
  padding: 5.1vw 1.45vw 0 1.6vw;
}
.packing-title {
  text-align: end;
  margin-bottom: 2.5vw;
}
.packing-content {
  display: grid;
  grid-template-columns: 49% 50%;
  grid-template-rows: repeat(3, 1fr);
  row-gap: 2vw;
  column-gap: 1.7vw;
}
.packing-box-opened {
  border-radius: 7.65vw;
  height: 45vw;
  background: url(/img/main/packing-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  grid-area: 1/1/4/2;
}
.packing-box-closed {
  padding: 1vw;
    border-radius: 3.75vw;
  background-color: #fff;
  grid-area: 1/2/3/3;
}
.packing-box-closed-img {
  width: 100%;
  height: 100%;
  background: url(/img/main/packing-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3.54vw;
}
.packing-txt {
  border-radius: 3.75vw;
    padding: 2.55vw 3.64vw 2.6vw;
    font-size: 2vw;
  color: var(--pink-highlight);
  text-align: center;
  background-color: #fff;
  grid-area: 3/2/4/3;
}


/*документы*/
.documents {
  padding: 1.97vw 1.66vw 1.77vw 1.71vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.documents-left {
  width: 56.35vw;
  height: 36.25vw;
  position: relative;
}
.documents-right {
  width: 36.5vw;
}
.images-swiper {
  width: 50%; 
  height: 100%;
}
.images-swiper img{
  height: 100%;
  border-radius: 3.33vw;
}
.documents-info {
  width: 50%; 
}

.documents-left-mask {
  display: flex;
  gap: 4vw;
  padding: 3.33vw;
  width: 100%;
  height: 100%;
  background: rgba(250, 222, 227, 1);
  overflow: hidden;

  mask-image: url(/img/union.png);
  -webkit-mask-image: url(/img/union.png);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.documents-left-mask .swiper-slide {
  display: flex;
  justify-content: center;
}
#docs-swiper-btns {
  position: absolute;
  bottom: 0;
  right: 0;
}
.documents-info {
  margin-top: 3.9vw;
}
.documents-info-title {
  font-size: 2.5vw;
  margin-bottom: 1vw;
  line-height: 100%;
  color: var(--pink-highlight);
  font-family: AeonikProMedium, sans-serif;
}
.document-name {
  font-size: 3.33vw;
  margin-bottom: 2vw;
  font-family: OnestLight, sans-serif;
}
.document-load-btn {
  font-family: AeonikProLight, sans-serif;
  font-size: 1.66vw;
  line-height: 100%;
  padding: 0.8vw 2vw;
  border-radius: 2.2vw;
  background-color: rgba(255, 195, 195, 1);
}


/*где купить*/
.where-buy {
  padding: 6.3vw 1.6vw 0;
}
.where-buy-title {
  text-align: center;
    margin-bottom: 2vw;
}
.marketplaces {
  display: flex;
  justify-content: space-between;
}
.marketplace {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21vw;
    height: 12vw;
    border-radius: 4.1vw;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .marketplace:hover {
    box-shadow: 0.05vw 0.05vw 0.26vw rgba(255, 157, 157, 0.25);
  }
}

.marketplace-logo {
  width: 70%;
}


.marketplace-mini {
  width: 12vw;
}
.marketplace-mini .marketplace-logo {
  width: 50%;
}
@media (max-width: 1023px) {
  .marketplace-mini .marketplace-logo {
  width: 30%;
}}


/*вопросы и ответы*/
.faq {
   padding: 9.3vw 2vw 1.9vw;
    margin-bottom: 1.9vw;
}
.faq-title {
    margin-bottom: 3.3vw;
}

.faq-item {
    padding: 5.4vw 4.1vw 6.1vw 3.9vw;

  color: var(--pink-highlight);
  background-color: rgb(255, 231, 231);
  border-top: 1px solid rgb(255, 210, 218);
  border-radius: 3.3vw;
    margin-bottom: -1.56vw;
  box-shadow: 0 0.625vw 0.625vw rgba(255, 193, 193, 0.25);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.faq-item.active {
  border: none;
  background-color: rgba(255, 203, 212, 1);
  box-shadow: 0 0.625vw 0.625vw rgba(255, 157, 157, 0.25);
  color: var(--white);
}

.faq-question {
  font-family: OnestLight, sans-serif;
    font-size: 1.87vw;
  width: 40%;
}

.faq-answer {
  max-width: 46%;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease 0.1s, padding 0.3s ease;
  will-change: max-height, opacity;
}

.faq-item.active .faq-answer {
  opacity: 1;
  max-height: 1000px;
}

.faq-item::after {
  content: "";
  background: url(/assets/icons/arrow-down.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 1.25vw;
  height: 1.25vw;
  top: 50%;
  right: 4.1vw;
  transform: translateY(-50%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active::after {
  transform: translateY(-50%) rotate(180deg);
}


@media (max-width: 1023px) {
  .main {
    grid-template-columns: 1fr;
  }
   .main-img {
    display: none;
  }
  .main-left {
    width: 80%;
    margin: 0 auto 2vw;
  }
.main-slogan {
    margin: 10vw 0 2.7vw 3.6vw;
  }
  .main-slogan img {
    width: 22vw;
  }
  .main-slogan-txt {
    font-size: 8.3vw;
    margin-left: 8vw;
  }
  .main-txt {
    font-size: 2vw;
    max-width: 50vw;
    margin: 0 3vw 4.8vw auto;
  }
  .main-catalog-link {
    max-width: 28vw;
    margin-left: 1.9vw;
    border-radius: 3.38vw;
    padding: 1.7vw 1.6vw 1.6vw 1.8vw;
    font-size: 3vw;
  }
  .main-catalog-link-circle {
    width: 5vw;
    height: 5vw;
  }

  /*about*/
  .about-more-btn {
    padding: 1.2vw 2vw 1.3vw;
    font-size: 2vw;
  }

  /*каталог*/
.catalog {
  padding: 10vw 0 5.98vw 5.72vw;
}
.product-card-img {
  width: 120%;
}
.mask-container {
  width: 27.5vw;
  height: 29.9vw; 
}
.product-more {
  display: flex;
  align-items: center;
  gap: 1.66vw;
  padding: 0.52vw 0.57vw 0.52vw 1.6vw;
  border-radius: 1.97vw;
  position: absolute;
  bottom: 0;
  right: 2px;
  font-size: 1.3vw;
}
.product-more-circle {
  width: 2.39vw;
  height: 2.39vw;
}
.all-catalog-link {
  font-size: 2.5vw;
  border-radius: 3.1vw;
  padding: 1vw 4vw;
}


  /*видеоролики*/
  .video-box {
    padding: 3.3vw 1.66vw 3.8vw;
  }
  .video-box-title {
    margin: 0 26.9% 3.64vw auto;
  }
  .video-box-content {
    gap: 1.66vw;
  }

  .video-container {
    max-width: 17.3vw;
    height: 38.9vw;
    border-radius: 3.1vw;
  }

  .video-container:hover,
  .video-container.active {
    padding: 1.35vw;
    border-radius: 3.75vw;
  }

  .video-container:hover video,
  .video-container.active video {
    border-radius: 2.5vw;
  }

  video {
    border-radius: 3.1vw;
  }

/*Преимущества*/
  .advantages {
    padding: 0 2.34vw 0 2vw;
  }
  .advantages-title {
    margin-bottom: 12vw;
  }
  .advantages-content {
    height: 50vw;
  }
  .advantages-img {
    height: 56vw;
  }
  .advantage {
    max-width: 40vw;
  }
  .advantage-title {
    font-size: 3vw;
    margin-bottom: 1vw;
  }
  .advantages-box {
    width: 90vw;
    height: 51vw;
  }

  /*Совершенная упаковка*/
  .packing {
    padding: 5.1vw 1.45vw 0 1.6vw;
  }
  .packing-title {
    margin-bottom: 2.5vw;
  }
  .packing-content {
    row-gap: 2vw;
    column-gap: 1.7vw;
  }
  .packing-box-opened {
    border-radius: 7.65vw;
    height: 45vw;
  }
  .packing-box-closed {
    padding: 1vw;
    border-radius: 3.75vw;
  }
  .packing-box-closed-img {
    border-radius: 3.54vw;
  }
  .packing-txt {
    border-radius: 3.75vw;
    padding: 2.55vw 3.64vw 2.6vw;
    font-size: 2vw;
  }


/*документы*/
.documents {
  padding: 1.97vw 1.66vw 1.77vw 1.71vw;
}
.documents-left {
  width: 56.35vw;
  height: 36.25vw;
}
.documents-right {
  width: 36.5vw;
}
.images-swiper img {
  border-radius: 3.33vw;
}

.documents-left-mask {
  gap: 4vw;
  padding: 3.33vw;
}
.documents-info {
  margin-top: 3.9vw;
}
.documents-info-title {
  font-size: 2.5vw;
  margin-bottom: 1vw;
}
.document-name {
  font-size: 3.33vw;
  margin-bottom: 2vw;
}
.document-load-btn {
  font-size: 1.66vw;
  line-height: 100%;
  padding: 0.8vw 2vw;
  border-radius: 2.2vw;
}



  /*где купить*/
  .where-buy {
    padding: 6.3vw 1.6vw 0;
  }
  .where-buy-title {
    margin-bottom: 2vw;
  }
  .marketplace {
    width: 31.5vw;
    height: 14.8vw;
    border-radius: 4.1vw;
  }

  /*вопросы и ответы*/
  .faq {
    padding: 9.3vw 2vw 1.9vw;
    margin-bottom: 1.9vw;
  }
  .faq-title {
    margin-bottom: 3.3vw;
  }

  .faq-item {
    padding: 5.4vw 4.1vw 6.1vw 3.9vw;
    border-radius: 3.3vw;
    margin-bottom: -1.56vw;
  }

  .faq-question {
    font-size: 1.87vw;
  }

  .faq-item::after {
    right: 4.1vw;
  }
}

@media (max-width: 1023px) and (orientation: portrait) {
  .main {
    height: 100vh;
    align-items: end;
  }
   .main-left {
    width: 100%;
    margin: 0;
  }
  .main-img {
    display: none;
  }
  .main-slogan {
    margin: 21.4vh 0 10vh 9.1vw;
    margin: 0 0 10vh 9.1vw;
  }
  .main-slogan img {
    width: 50vw;
  }
  .main-slogan-txt {
    font-size: 18.8vw;
    margin-left: 10.9vw;
  }
  .main-txt {
    max-width: 80.6vw;
    font-size: 3.56vw;
    margin: 0 auto 8vh;
  }
  .main-catalog-link {
    max-width: 80.6vw;
    border-radius: 9.5vw;
    padding: 4.8vw 5.5vw 5.5vw 5vw;
    font-size: 8.1vw;
    margin: 0 auto 6vh;
  }
  .main-catalog-link-circle {
    width: 14.3vw;
    height: 14.3vw;
  }

  /*about*/
  .about {
    border-bottom-left-radius: 16.2vw;
    border-bottom-right-radius: 16.2vw;
    padding: 4.58vw 4vw 6.1vw 4vw;
  }
  .about-title {
    margin-bottom: 16.5vw;
  }
  .about-subtitle {
    font-size: 8.1vw;
    max-width: 84vw;
    margin-bottom: 13.2vw;
  }
  .about-right {
    max-width: 88.2vw;
    margin: 0;
  }
  .about-right-txt {
    font-size: 4vw;
    margin-bottom: 48vw;
  }
  .about-more-btn {
    margin: 0 auto;
    font-size: 5vw;
    padding: 4.3vw 10.1vw 4.3vw 9.9vw;
    border-radius: 12.7vw;
  }


/*каталог*/
.catalog {
  padding: 27.4vw 0 16.7vw 6.1vw;
}
.product-card-img {
  width: 120%;
}
.products {
  margin-bottom: 4vw;
}
.mask-container {
  width: 72vw;
  height: 78.6vw; 
}
.product-more {
  gap: 4.2vw;
  padding: 1.36vw 1.5vw 1.36vw 4.2vw;
  border-radius: 5.1vw;
  font-size: 3.4vw;
}
.product-more-circle {
  width: 6.2vw;
  height: 6.2vw;
}
.catalog-bottom {
  max-width: 100%;
  flex-direction: column-reverse;
  align-items: start;
  gap: 10vw;
}
.all-catalog-link {
  font-family: AeonikProRegularItalic, sans-serif;
  font-size: 5vw;
  color: var(--pink-light);
  background-color: rgba(253, 243, 247, 1);
  box-shadow: 0 12px 12px -6px rgba(255, 193, 193, 0.25);
  border-radius: 12.7vw;
  padding: 4.3vw 9.4vw;
  align-self: center;

}



  /*видеоролики*/
  .video-box {
    padding: 3.3vw 0 8.6vw;
  }
  .video-box-title {
    text-align: start;
    margin: 0 0 4.3vw 6.1vw;
  }
  .video-box-content {
    gap: 0;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .video-container {
    scroll-snap-align: 6.1vw;
    flex: 0 0 76vw;
    max-width: 76vw;
    height: 80vh;
    border-radius: 15.7vw;
    margin-right: 5vw;
  }
  .video-container:first-child {
    margin-left: 6.1vw;
  }
  .video-container:hover,
  .video-container.active {
    max-width: 76vw;
    height: 80vh;
    aspect-ratio: 9/16;
    padding: 2vw;
    border-radius: 15.7vw;
  }
  video,
  .video-container.active video,
  .video-container:hover video {
    border-radius: 13.7vw;
  }
  .video-box-content::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

/*Преимущества*/
  .advantages {
    padding: 3vw 0 0;
    margin-bottom: 29.7vw;
  }
  .advantages-title {
    margin: 0 6.1vw 31.8vw;
  }
  .advantages-content {
    height: 206vw;
    border-radius: 16.2vw;
  }
  .advantages-img {
    max-width: 76vw;
    height: 100%;
    opacity: 0.4;
    left: 40%;
    transform: translateX(-40%);
  }
  .advantage {
    max-width: 100%;
    padding: 9.6vw 8.1vw 9.6vw 4.8vw;
    border-radius: 9.6vw;
    justify-self: center;
    transform: translateY(7.6vw);
  }
  .advantage-title {
    font-size: 6.1vw;
    margin-bottom: 2.2vw;
    color: rgba(242, 136, 169, 1);
  }
  .advantages-box {
    position: absolute;
    top: -23.4vw;
    width: 87.7vw;
    height: 211.7vw;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 4vw;
  }
  .advantage:first-child, .advantage:nth-child(2), .advantage:nth-child(3), .advantage:last-child {
    grid-area: auto;
  }


  /*Совершенная упаковка*/
  .packing {
    padding: 3.05vw 2.5vw 0;
  }
  .packing-title {
    text-align: start;
    margin: 0 3.56vw 8.6vw;
  }
  .packing-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 2.5vw;
    column-gap: 0;
  }
  .packing-box-opened {
    background: url(/img/main/packing-1-mob.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16.2vw;
    height: 108vw;
    grid-area: auto;
  }
  .packing-box-closed {
    padding: 2.5vw;
    border-radius: 16.2vw;
    grid-area: auto;
    height: 101vw;
  }
  .packing-box-closed-img {
    width: 100%;
    height: 100%;
    border-radius: 13.7vw;
  }
  .packing-txt {
    border-radius: 10.1vw;
    padding: 4vw 0;
    font-size: 6.1vw;
    grid-area: auto;
  }


/*документы*/
.documents {
  flex-direction: column;
  gap: 2.5vw;
  padding: 2.5vw;
}
.documents-left {
  width: 94.9vw;
  /* height: 92.9vh; */
  height: auto;
}
.documents-right {
  width: 100%;
}
.images-swiper {
  width: 100%; 
  height: auto;
}
.images-swiper img{
  border-radius: 0;
  height: 58.9vh;
  max-width: 100%;
}
.documents-info {
  width: 100%;
  margin-top: 0;
}

.documents-left-mask {
  flex-direction: column-reverse;
  gap: 0;
  padding: 6.1vw 1.78vw 15.4vh 3.56vw;
  mask-image: url(/img/union-mob.png);
  -webkit-mask-image: url(/img/union-mob.png);
}
.documents-info-title {
  font-size: 8.1vw;
  margin-bottom: 0;
  text-align: center;
}
.document-name {
  font-size: 8.14vw;
  margin-bottom: 2.2vh;
  text-align: center;
}
.document-load-btn {
  position: absolute;
  bottom: 4.8vw;
  font-family: AeonikProRegularItalic, sans-serif;
  color: var(--pink-light);
  font-size: 5vw;
  padding: 4.3vw 9.9vw;
  border-radius: 12.7vw;
  background-color: rgba(253, 243, 247, 1);
  box-shadow: 0 12px 12px -6px rgba(255, 193, 193, 0.25);
}
#docs-swiper-btns {
  bottom: 1.76vh;
}


  /*где купить*/
  .where-buy {
    padding: 18.8vw 2.5vw 0;
  }
  .where-buy-title {
    margin-bottom: 10vw;
    text-align: start;
  }
  .marketplaces {
    flex-direction: column;
    gap: 8.1vw;
  }
  .marketplace {
    width: 100%;
    height: 44.5vw;
    border-radius: 12.5vw;
  }

  /*вопросы и ответы*/
  .faq {
    padding: 18vw 2.5vw 10vw;
    margin-bottom: 10vw;
  }
  .faq-title {
    margin: 0 3.56vw 9.9vw;
  }
  .faq-item {
    padding: 16vw 8vw;
    border-top: none;
    border-radius: 18vw;
    box-shadow: 0 6px 6px rgba(255, 193, 193, 0.25);
    margin-bottom: -14vw;
    display: block;
  }
  .faq-item.active {
    box-shadow: 0 6px 6px rgba(255, 157, 157, 0.25);
  }
  .faq-question {
    font-size: 6.1vw;
    width: 100%;
  }
  .faq-answer {
    max-width: 100%;
  }
  .faq-item.active .faq-answer {
    opacity: 1;
    margin: 8vw 0 0 0;
    max-height: 1000px;
  }
  .faq-item:not(:last-child).active .faq-answer {
    margin: 8vw 0;
  }
  .faq-item::after {
    background: none;
  }
  .faq-item.active::after {
    transform: translateY(-50%) rotate(180deg);
  }
}

@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  .main {
    grid-template-columns: 1fr;
    height: 100vh;
    align-items: end;
  }
  .main-left {
    width: 80%;
    margin: 0 auto;
  }
  .main-slogan {
    margin: 0 0 7.6vw 0;
  }
  .main-slogan img {
    width: 41.6vw;
  }
  .main-slogan-txt {
    font-size: 15.6vw;
    margin-left: 14vw;
    padding: 0 0 1vw;
  }
  .main-txt {
    font-size: 2vw;
    max-width: 50vw;
    margin: 0 3vw 15vw auto;
  }
  .main-catalog-link {
    max-width: 54vw;
    border-radius: 6.3vw;
    padding: 3.2vw 3.1vw 3.1vw 3.4vw;
    font-size: 5.6vw;
    margin: 0 0 6vh 1.9vw;
  }
  .main-catalog-link-circle {
    width: 9.5vw;
    height: 9.5vw;
  }
  .main-img {
    display: none;
  }
}


#docs-swiper-btns{
  display: none;
}


