
		
.block-2 {
    width: 300px;
    height: 50px;
    padding: 10px;
    background: #008dd2;
    border-radius: 1px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 12px 12px -9px #333;
    text-align: center;
    font-family: sans-serif;
    opacity: 0;
	z-index:20;
	color: white;
	font-size: 20px;
}
.block-2 span{
	position: absolute;
	right: 5px;
	top: 0px;
	cursor: pointer;
	transform: rotate(45deg);
	font-size: 20px;
}


