
/**
 * Градиент на главной.
 */
.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%);
}

