@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic-ext);

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

html, body, .container {
	height: 100%;
}

body {
	background: #ef4d25;
	color: #fff;
	font-weight: 400;
	font-size: 1em;
	font-family: 'PT Sans', sans-serif;
	overflow: hidden;
	/* overflow-y: scroll; */
	min-height: 590px;
}

a {
	color: rgba(0,0,0,0.3);
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #fff;
}



.anketa_logo {
margin: 8% auto 0 auto;
z-index: 999999;
opacity: 0.99;
width: 100px;

border-radius: 50%;
}

.anketa_logo img {
width: 100%;
}


.anketa_spasibo {
font-size: 42px;
width: 350px;
text-align: center;
position: absolute;
top: 22%;
left: 50%;
margin-left: -175px;
opacity: 1;
  -webkit-animation-name: spasibo;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
}

.anketa_sp_text {
width: 400px;
text-align: center;
position: absolute;
top: 45%;
left: 50%;
margin-left: -200px;
opacity: 1;
  -webkit-animation-name: sptext;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
}



@-webkit-keyframes greenPulse {
  0% {margin: 20% auto 0 auto; -webkit-box-shadow: 0 0 45px rgba(255,255,255,0); opacity: 0; }
  20% {-webkit-box-shadow: 0 0 15px rgba(255,255,255,0.9); }
  100% {margin: 8% auto 0 auto; -webkit-box-shadow: 0 0 45px rgba(255,255,255,0); opacity: 1;}
}
@-webkit-keyframes spasibo {
  0% {top: 40%; opacity: 0;}
  60% {top: 30%; opacity: 0;}
  100% {top: 22%; opacity: 1;}
}
@-webkit-keyframes sptext {
  0% {top: 50%; opacity: 0;}
  60% {top: 55%; opacity: 0;}
  100% {top: 45%; opacity: 1;}
}

.anketa_logo,
a.green.button {
  -webkit-animation-name: greenPulse;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
}
