Actually you need to impose this element here:
Tried to do this way, but it turned out crooked:
.view-catalog { position: absolute; left: 0; right: 0; bottom: 0; width: 700px; height: 500px; border-radius: 100%; background: #800; clip: rect(0, 750px, 200px, 0); } <div class="view-catalog"> </div> 
