    p, ul, ol
    {
        padding: 0;
        margin: 1em 0;
    }
    li
    {
        margin: 0.5em 0 0.5em 0.25em;
    }
    ul li
    {
        list-style-type: none;
        //list-style-image: url('https://www.artlebedev.ru/technogrette/html/list-style-text/li.gif');
    }
    ul li
    {
        padding: 0;
        behavior: expression(
            ( !this.before && parentNode && parentNode.tagName == 'UL' )
            ?
                ( this.before = true )
                & ( parentNode.style.listStyleImage = 'none' )
                & (
                    ( this.firstChild && this.firstChild.firstChild )
                    ?
                        ( this.firstChild.style.marginTop = '-1.2em' )
                        & ( this.firstChild.style.position = 'relative' )
                    : ''
                )
                & ( eNOBR = document.createElement( '' ) )
                & ( eNOBR.innerHTML = '— ' )
                & ( this.insertBefore( eNOBR, this.firstChild ) )
            : ''
        );
    }
    ul>li:before
    {
        content: '\2014\a0';
        float: left;
        margin-left: -1.25em;
    }
    ul>li>*:first-child:-moz-first-node
    {
        margin-top: -1.2em;
    }
    ul>li>*
    {
        text-indent: 0;
    }
    .sup
    {
        position: relative;
        top: -0.5em;
        font-size: 0.75em; //font-size: 0.89em;
        line-height: 0;
        vertical-align: baseline;
    }
    
/* Отступ под фото в шапке */
.t487__title {
    font-size: 14px;
    color: #111111;
    font-weight: 500;
    margin-top: 20px;
}
    
/* Адаптивный заголовок страницы */
@media (min-width: 961px) {
    .uc-title-h1 h1 {
        font-size: 9em;
        letter-spacing: -2px;
        line-height: 1.1em;
  }
    .uc-title-h1-long h1 {
        font-size: 8em;
        letter-spacing: -2px;
        line-height: 1.1em;
  }
}
@media (min-width: 481px) and (max-width: 960px) {
    .uc-title-h1 h1, .uc-title-h1-long h1 {
        font-size: 5em;
        letter-spacing: -1px;
        line-height: 1.1em;
        margin-top: 0px;
  }
}
@media (max-width: 480px) {
    .uc-title-h1 h1 {
        font-size: 3em;
        letter-spacing: -1px;
        line-height: 1.1em;
  }
      .uc-title-h1-long h1 {
        font-size: 3em;
        letter-spacing: -1px;
        line-height: 1.1em;
  }
}