.logo-red img{
	/*width: 200px;*/
} 
.modal-dengkul{
	 position: fixed;
	 background: rgba(0,0,0,.7);
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 z-index: 9999;
	 box-sizing: border-box;
}
.red-container{
	width: 100%;
	min-height: 200px;
	background: #fff;
	border: 2px solid #f00;
	box-sizing: border-box;
	margin-top: 30px;
	padding: 20px;
	text-align: center;
}
.title{
	font-size: 30px;
	font-weight: bold;
	margin: 30px 0 5px;
}
.text{
	font-size: 16px;
	font-weight: bold;
}
.counter{
	margin: 10px 0 30px;
	font-weight: bold;
	font-size: 30px;
}
@media (max-width: 350px) {
 .logo-red img{
	 width: 200px;
	 text-align: center;
 }
}