.bg-header {
background: rgb(233,251,253);
background: -moz-linear-gradient(145deg, rgba(233,251,253,1) 0%, rgba(195,223,235,1) 100%);
background: -webkit-linear-gradient(145deg, rgba(233,251,253,1) 0%, rgba(195,223,235,1) 100%);
background: linear-gradient(145deg, rgba(233,251,253,1) 0%, rgba(195,223,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9fbfd",endColorstr="#c3dfeb",GradientType=1);
}

.bg-viber {
background: rgb(251,245,255);
background: -moz-linear-gradient(145deg, rgba(251,245,255,1) 0%, rgba(247,235,255,1) 100%);
background: -webkit-linear-gradient(145deg, rgba(251,245,255,1) 0%, rgba(247,235,255,1) 100%);
background: linear-gradient(145deg, rgba(251,245,255,1) 0%, rgba(247,235,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbf5ff",endColorstr="#f7ebff",GradientType=1);
border-radius: 15px;
}

.bg-tg {
background: rgb(240,250,255);
background: -moz-linear-gradient(145deg, rgba(240,250,255,1) 0%, rgba(226,245,255,1) 100%);
background: -webkit-linear-gradient(145deg, rgba(240,250,255,1) 0%, rgba(226,245,255,1) 100%);
background: linear-gradient(145deg, rgba(240,250,255,1) 0%, rgba(226,245,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0faff",endColorstr="#e2f5ff",GradientType=1);
border-radius: 15px;
}


.bg-fb {
background: rgb(245,250,255);
background: -moz-linear-gradient(145deg, rgba(245,250,255,1) 0%, rgba(233,243,255,1) 100%);
background: -webkit-linear-gradient(145deg, rgba(245,250,255,1) 0%, rgba(233,243,255,1) 100%);
background: linear-gradient(145deg, rgba(245,250,255,1) 0%, rgba(233,243,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5faff",endColorstr="#e9f3ff",GradientType=1);
border-radius: 15px;
}

.bg-stop {
background: rgb(0,112,120);
background: -moz-linear-gradient(360deg, rgba(0,112,120,1) 0%, rgba(89,188,195,1) 97%);
background: -webkit-linear-gradient(360deg, rgba(0,112,120,1) 0%, rgba(89,188,195,1) 97%);
background: linear-gradient(360deg, rgba(0,112,120,1) 0%, rgba(89,188,195,1) 97%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007078",endColorstr="#59bcc3",GradientType=1);
}

.cloud {
	width: 350px; height: 120px;
	
	background: #f2f9fe;
	background: linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
	background: -webkit-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
	background: -moz-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
	background: -ms-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
	background: -o-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
	
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	
	position: relative;
	margin: 120px auto 20px;
}

.roll-in-blurred-left {
	-webkit-animation: roll-in-blurred-left 0.65s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
	        animation: roll-in-blurred-left 0.65s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}