/*.main-page::after{position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;background-color: rgba(41,41,41,0.7);}
.main_loaders::after{position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;background-color: rgba(41,41,41,0.7);}*/
.main-page::before{position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    top: 50%;
    right: 40%;
    /*background-color: rgba(225,110,65,0.6);*/
    border-radius: 10px;
    transform: translateY(-50%);}
@media only screen and ( max-width:992px){
	.main-page::before{right: 0%;}
}
