.linktop_container {
    padding-top: 50px;
    background: #FBF6DF;

	display: block;
    padding: 20px 30px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    border-radius: 4px;
    position: relative;
    margin: 30px 0;
}
.linktop__item a { margin-left: 40px; } 
.linktop__item a:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 30px;
    right: 30px;
    height: 20px;
    background: url(/bitrix/templates/support/images/icons/icon-attention.svg) no-repeat left top;
    background-size: auto 100%;
	width: 30px;
}