

/* Start:/local/templates/mebelvia-adaptive/components/mebelvia/catalog.section/new-mebelvia/style.css?1685087187629*/
.showcase__cards__seo_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.showcase__cards__seo_text.full {
  overflow: initial;
  -webkit-line-clamp: initial;
  line-clamp: initial;
  text-overflow: initial;
}

.showcase__cards__seo-show {
  display: none;
  margin-top: 5px;
}

.showcase__cards__seo-show-text {
  color: #8A8785;
  border-bottom: 1px dashed #8A8785;

  cursor: pointer;
}

.showcase__cards__seo-show-text:hover {
  color: #ef7f1b;
}

/* End */


/* Start:/local/templates/mebelvia-adaptive/components/mebelvia/catalog.section.faq/main/style.css?17660519602065*/
.faq-section {
  margin: 40px 0;
  padding: 20px 0;
}

.faq-title {
  margin-bottom: 24px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

.faq-item:hover {
  border-color: #F77807;
}

.faq-question {
  width: 100%;
  padding: 20px 24px;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  transition: background-color 0.3s ease;
}

.faq-question:hover,
.faq-question:focus {
  background-color: #fef8f3;
}

.faq-question:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(247, 120, 7, 0.25);
}

.faq-question-text {
  flex: 1;
  margin-right: 16px;
}

.faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #666;
  transition: color 0.3s ease;
}

.faq-question:hover .faq-icon {
  color: #F77807;
}

.faq-icon-plus {
  display: block;
}

.faq-icon-minus {
  display: none;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer-content {
  padding: 16px 24px 20px;
  color: #555;
  line-height: 1.6;
}

.faq-answer-content p {
  margin: 0;
}

.faq-item.active {
  border-color: #F77807;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.1);
}

.faq-item.active .faq-question {
  background-color: #fef8f3;
}

.faq-item.active .faq-question-text {
  color: #F77807;
}

.faq-item.active .faq-icon {
  color: #F77807;
  transform: rotate(180deg);
}

.faq-item.active .faq-icon-plus {
  display: none;
}

.faq-item.active .faq-icon-minus {
  display: block;
}

@media (max-width: 768px) {
  .faq-title {
    font-size: 20px;
  }

  .faq-question {
    padding: 16px 20px;
    font-size: 15px;
  }

  .faq-answer-content {
    padding: 14px 20px 16px;
  }
}

/* End */
/* /local/templates/mebelvia-adaptive/components/mebelvia/catalog.section/new-mebelvia/style.css?1685087187629 */
/* /local/templates/mebelvia-adaptive/components/mebelvia/catalog.section.faq/main/style.css?17660519602065 */
