.bortn
{
position: relative;	
}

.bortn:before {
    left: 0;
    box-shadow: -15px 23px 18px 59px #ff0000;
        content: '';
    height: -webkit-fill-available;
    position: absolute;
    top: 0;
    z-index: 1;
}

.bortn:after {
    right: 0;
    box-shadow: 15px 23px 18px 59px #9d00ff;
    content: '';
    height: -webkit-fill-available;
    position: absolute;
    top: 0;
    z-index: 1;
}

.textzt {
	font-size: 30px;
	font-weight: bolder; 
	line-height: 150%; 
	text-shadow: #000000 0px 1px 1px;
    position: relative;
    background-image: url(/app/modules/module_block_info_menu/img/1.png);
    background-size: contain;
    background-attachment: fixed;
    transition: .5s;
}

.textzt:hover {
    background-image: url(/app/modules/module_block_info_menu/img/2.png);
    transition: .5s;
}