@charset "UTF-8";
/* Фикс для блока "Описание предмета" — Музейный стандарт */
/* line 3, theme.scss */
.product-description.antique-box {
  background-color: transparent !important;
  border: none !important;
  padding: 60px 0 !important;
  width: 100% !important;
  /* Главный заголовок "ОПИСАНИЕ ПРЕДМЕТА" */
  /* Внутренние заголовки (Размеры, Состояние и т.д.) */
  /* Основной текст */ }
  /* line 10, theme.scss */
  .product-description.antique-box h3, .product-description.antique-box .section-title {
    font-family: 'PT Serif', serif !important;
    color: #847e6a !important;
    /* Холодная бронза */
    text-transform: uppercase !important;
    letter-spacing: 6px !important;
    /* Разрядка букв */
    font-size: 22px !important;
    font-weight: normal !important;
    text-align: center !important;
    /* СТРОГО ПО ЦЕНТРУ */
    display: block !important;
    margin: 0 auto 40px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid rgba(132, 126, 106, 0.2) !important;
    width: 100% !important; }
  /* line 26, theme.scss */
  .product-description.antique-box .description-content h4,
  .product-description.antique-box .description-content h5 {
    font-family: 'PT Serif', serif !important;
    color: #847e6a !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    letter-spacing: 2px !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    border-left: 3px solid #847e6a !important;
    /* Та самая полоска слева */
    padding-left: 20px !important;
    text-align: left !important;
    font-weight: bold !important; }
  /* line 42, theme.scss */
  .product-description.antique-box .description-content p {
    font-family: 'PT Serif', serif !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #1a1a1a !important;
    text-align: justify !important;
    margin-bottom: 20px !important; }
    /* line 50, theme.scss */
    .product-description.antique-box .description-content p strong, .product-description.antique-box .description-content p b {
      color: #847e6a !important;
      /* Золотые акценты для жирного текста */ }
