.zak1 {
width: 52%;
height: 100px;
position: relative;
background: #2b4ca7;
}
.zak1::before {
content: '';
position: absolute;
top: 0;
right: -100px;
border-style: solid;
border-width: 50px 0 50px 100px;
border-color: transparent transparent transparent #2b4ca7;
}
$.ajax({
url: '/data.json',
dataType: 'json',
success: function (response) {
console.log(response);
}
});