.popup {
position: relative;
width: 100%;
height: 100vh;
&::before {
display: block;
position: absolute;
content: '';
background: linear-gradient(0deg, #FFFFFF 9.15%, rgba(255, 255, 255, 0) 100%);
width: 100%;
height: 200px;
right: 0;
bottom: 0;
}
}