#overlay {
	    position: fixed;
		display: flex;
		width: 100%;
		height: 100px;
		background: rgba(255,255,215,.8);
		z-index: 999;
		-webkit-animation: fade .6s;
		-moz-animation: fade .6s;
		animation: fade .6s;
		padding:20px;
	}
	.text-center{
 	font-size: 16px;
 	color: #000;

 	
	}
	.spasibo {
		border-bottom: 1px #ff0505 dotted;
		cursor:pointer;
		font-weight:bold;
		color:#ff0505;
		font-size: 16px; 
	}
	.rolik {
	 	color: #257315;
	 	font-size: 18px;
		font-weight:bold;
	}
	