/* Базовые стили для контента */
.docs__content,
.wysiwyg-content {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 100%;
}

/* Заголовки */
.docs__content h1,
.docs__content h2,
.docs__content h3,
.docs__content h4,
.docs__content h5,
.docs__content h6 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-weight: 600;
    color: #2c3e50;
}

/* Абзацы */
.docs__content p {
    margin: 1em 0;
    text-align: justify;
}

/* Списки */
.docs__content ul,
.docs__content ol {
    margin: 1em 0;
    padding-left: 2em;
}

.docs__content li {
    margin: 0.5em 0;
}

/* Жирный текст */
.docs__content strong {
    font-weight: 700;
    color: #2c3e50;
}

/* Отступы для визуального разделения */
.docs__content > *:not(:first-child) {
    margin-top: 1em;
}

.object-modal__title  {
    font-size: 1.4vw;
}
.object-modal__text
{
    font-size: 0.8vw;
}

@media (max-width: 800px) {
  .object-modal__title  {
      font-size: 4vw;
  }

  .object-modal__text {
      font-size: 3vw;
  }
}

.discounts__btn {
    display: block;
}

.hero-rent__btn
 {
    display: inline-block;
}

.object__content-released {
    min-height: 8vw;
}