.background-wrap-about {
  background: url(/about/background.jpg) no-repeat 50%;
  background-size: auto;
}

.rew-item.swiper-slide {
    width: 100%;
    max-width: 25%;
}

.background-wrap-about .inner-title {
  font-family: 'Tenor Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  text-align: left;
}

.about-paragraph {
  color: #666;
  text-align: center;
  font-family: Tenor Sans;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.072px;
  text-transform: uppercase;
  padding-top: 60px;
}

.about-icons {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 100px;
}

.about-icon {
  max-width: 227px;
  width: 100%;
}

.about-icon-img {
  max-width: 195px;
  max-height: 195px;
  border: 1px solid rgba(199, 170, 177, 0.40);
  box-shadow: 0px 3.76448px 51.19691px 1.50579px rgba(239, 239, 239, 0.75);
  width: 100%;
  height: 100%;
  margin-right: 16px;
  margin-left: 16px;
  padding: 40px;
}

.about-icon-text {
  color: #666;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 12px;
}

.about-section .desc-main-left p,
.about-section .desc-main-right p {
  width: 100%;
  color: #666;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 24px;
}

.about-section .desc-main-left p {
  max-width: 510px;
}

.about-section .desc-main-right p {
  max-width: 638px;
}

.desc-item p span {
  color: #666;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.about-rew {
  margin-bottom: 100px;
}

.about-rew-mod {
  margin-bottom: 50px;
}

.rew-rating {
  display: flex;
  position: relative;
  background-image: url('/local/templates/lecreme_2026/components/bitrix/catalog.element/catalog_new/images/rating-empty.png');
  width: 120px;
  height: 19px;
  background-size: 120px;
  margin: 0 auto;
  margin-top: 20px;
}

.rew-rating span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-image: url('/local/templates/lecreme_2026/components/bitrix/catalog.element/catalog_new/images/rating_full.png');
  background-size: 120px;
}

.rew-item-img {
  background: #FCF8F9;
  padding: 26px 26px;
  margin-bottom: 24px;
}

.rew-item-img img {
  max-width: 100%;
  width: 100%;
}

.rew-title {
  color: #AB8B93;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.032px;
  text-transform: uppercase;
}

.rew-subtitle {
  color: #666;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.3px;
  text-align: center;
  padding-top: 5px;
}

.rew-line {
  width: 144px;
  height: 1px;
  background: #666;
  margin: 26px auto;
}

.rew-desc {
  color: #666;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 130%;
}

.rew-pagination, .whatsapp-pagination {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  gap: 15px;
}

.rew-pagination span.swiper-pagination-bullet-active, .whatsapp-pagination span.swiper-pagination-bullet-active {
  background: #c7a5ad;
  border-color: #c7a5ad;
}

.rew-pagination span, .whatsapp-pagination span {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  transition: .3s;
  margin: 0 17px;
}

.about-rew-title {
  color: #666;
  text-align: center;
  font-family: Tenor Sans;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.072px;
  text-transform: uppercase;
  margin-bottom: 33px;
}

.faq-list {
  margin-bottom: 100px;
}

.faq-list-title {
  color: #666;
  text-align: center;
  font-family: Tenor Sans;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.072px;
  text-transform: uppercase;
  margin-bottom: 33px;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #C7AAB1;
}

.faq-top.collapsible.active svg {
  transform: rotate(180deg);
}

.faq-top.collapsible.active svg path {
  fill: #fff;
}

.faq-bottom {
  color: #666;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  text-align: center;
}


.faq-bottom.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.faq-top {
  min-height: 56px;
  height: auto;
  color: #666;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.faq-top:hover {
  border-radius: 8px;
  border: 1px solid #C7AAB1;
  background: #C7AAB1;
  cursor: pointer;
  color: #fff;
}

.faq-top:hover path {
  fill: #fff;
}

.faq-top.active {
  border-radius: 8px;
  border: 1px solid #C7AAB1;
  background: #C7AAB1;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: none;
}

.faq-svg {
  position: absolute;
  top: 40%;
  right: 2%;
}

.about-section .desc-item {
  padding-top: 25px;
}

.desc_block .desc-item {
  padding-top: 0;
}

@media screen and (max-width: 900px) {
  .about-paragraph {
    color: #666;
    text-align: center;
    font-family: Tenor Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.032px;
    text-transform: uppercase;
    max-width: 85%;
    margin: 0 auto;
    padding-top: 0px;
  }

  .about-nav .breadcrumb.brand-breadcrumb {
    display: flex;
    justify-content: flex-start;
    margin-left: 6.5%;
    margin-bottom: 30px;
  }

  .about-icons {
    margin-top: 50px;
    margin-bottom: 57px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
  }

  .about-icon {
    justify-content: center;
  }

  .about-icon {
    flex-basis: 45%;
  }

  .about-icons svg {
    width: 53px;
    height: 53px;
  }

  .about-icon-img {
    max-width: 91px;
    max-height: 91px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 18px;

  }

  .about-icon-text {
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 80%;
    margin: 0 auto;
  }

  .about-section .desc-main-left p span,
  .desc-main-right p.desc-item-top {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0.052px;
    text-transform: uppercase;
  }

  .about-section .desc-main-left p,
  .about-section .desc-main-right p {
    color: #666;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    max-width: 100%;
  }

  .about-section .desc-item {
    padding-top: 0px;
  }

  .about-section .desc-item p span {
    color: #666;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
  }

  .about-section .main-desc {
    margin-bottom: 6px;
  }

  .rew-title {
    color: #AB8B93;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.063px;
    letter-spacing: 0.022px;
    text-transform: uppercase;
    margin-bottom: 5px;
  }

  .rew-desc {
    color: #666;
    text-align: center;
    font-family: Roboto;
    font-size: 11px;
    font-style: italic;
    font-weight: 300;
    line-height: 130%;
  }

  .about-rew {
    margin-top: 50px;
  }

  .rew-line {
    display: none;
  }

  .about-rew {
    margin-bottom: 63px;
  }

  .faq-list-title {
    color: #666;
    font-family: Tenor Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0.052px;
    text-transform: uppercase;
    text-align: left;
    margin-left: 4%;
    margin-bottom: 15px;
  }

  .faq-list {
    padding: 0 10px;
  }

  .faq-top {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-align: left;
    text-transform: none;
  }

  .faq-top span {
    max-width: 87%;
    text-transform: none !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-align: left;
    text-transform: none;
    max-width: 90%;
    margin: 0 auto;
font-family: Roboto;
  }

  .faq-bottom.content {
    max-width: 90%;
    margin: 0 auto;
  }

  .faq-top {
    min-height: 60px;
    height: 100%;
    color: #666;
font-family: Roboto;
  }

  .faq-top span {
    color: #666;
  }

  .faq-list .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .faq-bottom {
    color: #666;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
  }

  .faq-svg {
    position: absolute;
    top: 35%;
    right: 3%;
  }

  .faq-top.collapsible::after {
    display: none;
    content: "";
  }

  .faq-top.collapsible {
    float: unset;
    margin-left: unset;
    border-bottom: unset !important;
  }

  .background-wrap-about {
    background: url(/about/background-mob.png) no-repeat 50%;
  }

  .background-wrap-about .inner-title {
    color: #FFF;
    text-align: center;
    font-family: Tenor Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 146%;
    letter-spacing: 0.072px;
    text-transform: uppercase;
  }

  .about-section .level-container .content-wrap {
    padding: 0 15px;
  }

  .about-rew-title {
    color: #666;
    font-family: Tenor Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0.052px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 4%;
  }

  .rew-subtitle {
    margin-bottom: 10px;
  }

  .rew-rating {
    margin-top: 5px;
    margin-bottom: 10px;
  }
	.rew-item.swiper-slide {
    max-width: unset;
  }
}

@media screen and (min-width: 578px) {
  .about-icon {
    flex-basis: 20%;
  }
}