.alert-popup{
	background: #FFF;
    position: fixed;
    padding: 20px;
    max-width: 1560px;
    left: 0;
    bottom: 0;
    z-index: 3;
	border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
	box-shadow:-7px -2px 20px rgba(0, 0, 0, 0.25);
}
.alert-popup #close-alert img{width:40px;height:40px;} 
.alert-popup .megaphone{width:71px;height:58px;}
.alert-popup .alert-content h2{font-size:30px;text-transform:uppercase;}
.alert-popup .alert-content p{font-size:20px;line-height:26px;}
.alert-popup .alert-btn{    
	border: 1px solid var(--sky);
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 60px 10px 30px;
    border-radius: 30px;
	position:relative;
}
.alert-popup .ico-btn-alert{
	    position: absolute;
    right: 15px;
    top: 8px;
}
.alert-popup .ico-btn-alert img{
	width:20px;
}