/* fixme voloko  разнести правки по файлам */

.container p, .container ul, .container li, .container ol {
    font-size: 14px !important;
    font-family: 'Roboto', Helvetica, sans-serif !important;
}

.container .publications__lead p {
    font-size: 18px !important;
    font-family: "Roboto","Helvetica", "sans-serif" !important;
}

.publications p {
    margin-bottom: 22px !important;
    font-size: 18px !important;
    line-height: 26px !important;
    font-family: "Roboto","Helvetica", "sans-serif" !important;
    overflow-wrap: anywhere; /* TORG-1884 */
}

.publications ul li,
.publications ol li {
    font-size: 18px !important;
    line-height: 26px !important;
    font-family: "Roboto","Helvetica", "sans-serif" !important;
}

/* TORG-1543 */
.publications li > p {
    margin-bottom: 0 !important;
    line-height: 26px !important
}

/* TORG-1477 */
.publications__content img {
    max-width: 100%;
    height: auto;
}

.container .publications__highlight {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}

.container .publications__highlight p {
    font-size: 20px !important;
    font-family: "Museo Sans", Helvetica, sans-serif !important;
}

.container ul, .container li {
    line-height: 26px !important;
}

.publications__lead::after {
    padding-top: 0 !important;
}

.publications h1 {
    font-size: 40px;
    line-height: 52px;
}
.publications h1.headline-news {
    line-height: 40px !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 2rem !important;
    margin-bottom: 0.7rem !important;
}

.publications .tags-list {
    max-width: 640px !important;
}

.publications .tags-list li {
    font-size: 12px !important;
    font-family: "Museo Sans", Helvetica, sans-serif !important;
}

.publications .tags-list__item {
    /*padding: 3px 12px  !important;*/
    padding: 1px 14px !important;
}

/* TORG-642 TORG-946 */
.publications .border-news {
    border-top: 1px solid rgba(160, 171, 186, 0.3);
}

@media (min-width: 768px) {
    .publications h1.headline-news {
        font-size: 40px;
        line-height: 52px !important;
    }
}


@-webkit-keyframes rotating /* Safari and Chrome */
{
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 0.5s linear infinite;
    -moz-animation: rotating 0.5s linear infinite;
    -ms-animation: rotating 0.5s linear infinite;
    -o-animation: rotating 0.5s linear infinite;
    animation: rotating 0.5s linear infinite;
}

.news-loading .icon-spin {
    width: 1.5em;
    height: 1.5em;
    color: #9eabb8;
    margin-left: 0.5rem;
}

.news-loading {
    text-align: center;
    margin-bottom: 30px ;
    display: none;
}
