<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/**
 * Р“СЂР°РґРёРµРЅС‚ РЅР° РіР»Р°РІРЅРѕР№.
 */
.startpage-wrap .response-wrap .startpage-news::after,
.startpage-wrap .response-wrap #startpage-trade::after {
    background-image: -moz-linear-gradient(to bottom, rgba(244, 250, 255, 0) 0%, #f4faff 90%);
    background-image: -webkit-linear-gradient(to bottom, rgba(244, 250, 255, 0) 0%, #f4faff 90%);
    background-image: linear-gradient(to bottom, rgba(244, 250, 255, 0) 0%, #f4faff 90%);
}

</pre></body></html>