

/* Start:/local/templates/gto/components/bitrix/news.detail/content/style.css?1771309799811*/
h1 {
    padding-top: 40px;
}

.text-content {
    padding: 50px 0;
}

.text-content h2 {
    margin-bottom: 30px;
}

.text-content h2:not(:first-child) {
    margin-top: 40px;
}

.text-content p, .text-content li {
    font-size: 1.125rem;
    font-family: var(--font-pt);
    margin-top: 1rem;
    line-height: 1.3;
    margin: 0;
    margin-top: 0.6rem;
}

.text-content li {
    position: relative;
    padding-left: 20px;
}

.text-content li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    left: 2px;
    top: 10px;
    position: absolute;
    display: block;
}

.text-content a {
    color: var(--color-red);
    transition: all .2s;
}

.text-content a:hover {
    text-decoration: underline;
}
/* End */
/* /local/templates/gto/components/bitrix/news.detail/content/style.css?1771309799811 */
