@font-face {
    font-family: 'roboto_slabregular';
    src: url('../fonts/robotoslab-regular.eot');
    src: url('../fonts/robotoslab-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotoslab-regular.woff2') format('woff2'),
         url('../fonts/robotoslab-regular.woff') format('woff'),
         url('../fonts/robotoslab-regular.ttf') format('truetype'),
         url('../fonts/robotoslab-regular.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_slabbold';
    src: url('../fonts/robotoslab-bold.eot');
    src: url('../fonts/robotoslab-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotoslab-bold.woff2') format('woff2'),
         url('../fonts/robotoslab-bold.woff') format('woff'),
         url('../fonts/robotoslab-bold.ttf') format('truetype'),
         url('../fonts/robotoslab-bold.svg#roboto_slabbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto_Regular.eot');
    src: url('../fonts/Roboto_Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto_Regular.woff2') format('woff2'),
         url('../fonts/Roboto_Regular.woff') format('woff'),
         url('../fonts/Roboto_Regular.ttf') format('truetype'),
         url('../fonts/Roboto_Regular.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	font-size: 14px;
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	background: #2eb6ef;
	font-weight: 400;
}
a{
	color:#000000;
	text-decoration:none;
}

.wrapper {
    overflow: hidden;
    height: auto;
}

#list{
	max-width:100%;
	overflow:hidden;
	min-height:100%;
    min-width: 320px;
}

.list{
	max-width: 930px;
	min-width: 300px;
	margin: 0 auto;
	width: 90%;
	padding: 35px 0 30px 0;
    box-sizing: border-box;
}

.max_list{
	min-width: 300px;
	margin: 0 auto;
	width: 95%;
	padding: 35px 0 38px 0;
}

.screen {
	color: #ffffff;
	text-align: center;
    box-sizing: border-box;
    position: relative;
}

.screen01 {
	background: url(../img/back01.jpg) top center no-repeat #2ab5ef;
}

.screen02 {
	background: url(../img/back02.jpg) bottom left no-repeat #2ab5ef;
    position: relative;
}

.screen03 {
	background: url(../img/back03.jpg) 42% top no-repeat #2ab5ef;
    overflow: hidden;
}

.screen04 {
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(../img/back04.jpg) center bottom no-repeat #2ab5ef;
}

.santa {
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -600px;
    max-width: 1246px;
}

.santa img {
    max-width: 85%;
}

.screen .logo {
	display: block;
	width: 215px;
	height: 45px;
	background: url(../img/sprite.png) 0 0 no-repeat;
	z-index: 2;
	position: relative;
}

.screen01 .logo {
	margin: 0 auto 110px auto;
}

.screen04 .logo {
	margin: 0 auto 80px auto;
}

.screen02 .logo,
.screen03 .logo {
	float: left;
}

.deer {
	margin: 0 auto;
	max-width: 477px;
}

.deer img {
	width: 100%;
}

.main_title,
.result .main_title {
	font-family: 'roboto_slabbold';
	font-size: 50px;
	margin: 0 auto;
	max-width: 580px;
	text-shadow: 2px 2px 1px #196894;
	color: #ffffff;
	text-transform: uppercase;
}

.result .main_title {
	margin-bottom: 50px;
}

.main_mini_titile {
	font-family: 'roboto_slabregular';
	font-size: 36px;
	text-shadow: 2px 2px 1px #7b0310;
	background: url(../img/bg_title.png) center top no-repeat transparent;
	background-size: cover;
	max-width: 382px;
	margin: 10px auto 30px auto;
}

.main_text {
	color: #264363;
	font-family: 'robotoregular';
	font-size: 16px;
	max-width: 670px;
	margin: 0 auto;
	padding-bottom: 35px;
}

.simple_btn {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: 51px;
	padding: 0 30px 0 40px;
	background: #eb4e53;
	color: #ffffff;
	text-align: center;
	line-height: 52px;
	font-family: 'roboto_slabbold';
	font-size: 18px;
	white-space: nowrap;
	border: 0 none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none !important;
	margin-bottom: 40px;
	text-transform: uppercase;
	box-shadow: 0 3px 0 #e73447;
    cursor: pointer;
}

.simple_btn:hover {
	background: #f74e56;
}

.simple_btn .deco {
	margin-left: 22px;
	display: inline-block;
	width: 10px;
	height: 16px;
	background: url(../img/sprite.png) -216px 0 no-repeat transparent;
	position: relative;
	top: 3px;
}

.list_test input[type="radio"] + label .deco {
	float: right;
	margin-left: 20px;
	position: relative;
	top: 50%;
}

.screen01 .share_block_links,
.screen01 .social,
.screen04 .social,
.screen04 .share_block_links {
    margin: 15px auto 50px auto;
}

.share_block_links,
.social {
	width: 219px;
	font-size: 0px;
	margin-bottom: 20px;
}

.share_block_links li,
.social li {
	display: inline-block;
	margin-right: 13px;
}

.share_block_links li:last-child,
.social li:last-child {
	margin-right: 0;
}

.share_block_links a,
.social li a {
	display: block;
	width: 45px;
	height: 45px;
	background: #ffffff;
	border-radius: 45px;
	transition: background 0.5s;
}

.share_block_links li a:hover,
.social li a:hover {
	opacity: 0.8;
}

.screen01 .share_block_links .ya-share2__item_service_vkontakte a,
.screen04 .share_block_links .ya-share2__item_service_vkontakte a,
.screen01 .social .soc1 a,
.screen04 .social .soc1 a {
	background: url(../img/sprite.png) 0 -45px no-repeat #ffffff;
}

.screen01 .share_block_links .ya-share2__item_service_odnoklassniki a,
.screen04 .share_block_links .ya-share2__item_service_odnoklassniki a,
.screen01 .social .soc2 a,
.screen04 .social .soc2 a  {
	background: url(../img/sprite.png) -46px -45px no-repeat #ffffff;
}

.screen01 .share_block_links .ya-share2__item_service_facebook a,
.screen04 .share_block_links .ya-share2__item_service_facebook a,
.screen01 .social .soc3 a,
.screen04 .social .soc3 a  {
	background: url(../img/sprite.png) -92px -45px no-repeat #ffffff;
}

.screen01 .share_block_links .ya-share2__item_service_twitter a,
.screen04 .share_block_links .ya-share2__item_service_twitter a,
.screen01 .social .soc4 a,
.screen04 .social .soc4 a  {
	background: url(../img/sprite.png) -138px -45px no-repeat #ffffff;
}

.screen02 .share_block_links,
.screen03 .share_block_links,
.screen02 .social,
.screen03 .social {
	float: right;
}

.screen02 .share_block_links .ya-share2__item_service_vkontakte a,
.screen03 .share_block_links .ya-share2__item_service_vkontakte a,
.screen02 .social .soc1 a,
.screen03 .social .soc1 a {
	background: url(../img/sprite.png) 0 -90px no-repeat #ffffff;
}

.screen02 .share_block_links .ya-share2__item_service_odnoklassniki a,
.screen03 .share_block_links .ya-share2__item_service_odnoklassniki a,
.screen02 .social .soc2 a,
.screen03 .social .soc2 a {
	background: url(../img/sprite.png) -46px -90px no-repeat #ffffff;
}

.screen02 .share_block_links .ya-share2__item_service_facebook a,
.screen03 .share_block_links .ya-share2__item_service_facebook a,
.screen02 .social .soc3 a,
.screen03 .social .soc3 a {
	background: url(../img/sprite.png) -92px -90px no-repeat #ffffff;
}

.screen02 .share_block_links .ya-share2__item_service_twitter a,
.screen03 .share_block_links .ya-share2__item_service_twitter a,
.screen02 .social .soc4 a,
.screen03 .social .soc4 a {
	background: url(../img/sprite.png) -138px -90px no-repeat #ffffff;
}

.screen04 .share_block_links .ya-share2__item_service_vkontakte a,
.screen04 .share_block_links .ya-share2__item_service_odnoklassniki a,
.screen04 .share_block_links .ya-share2__item_service_facebook a,
.screen04 .share_block_links .ya-share2__item_service_twitter a,
.screen04 .social .soc1 a,
.screen04 .social .soc2 a,
.screen04 .social .soc3 a,
.screen04 .social .soc4 a {
	box-shadow: 0 1px 1px #196894;
}

.result {
	/*max-width: 670px;*/
	margin: 0 auto;
	color: #264363;
	text-align: center;
	position: relative;
	z-index: 2;
}

.result .result_text {
	max-width: 670px;
	margin: 0 auto;
}

.list_result img {
	max-width: 100%;
	display: block;
	margin: 0 auto 10px auto;
}

.result .title {
	color: #303030;
	font-size: 30px;
	font-family: 'roboto_slabbold';
	margin-bottom: 5px;
}

.result_text {
	color: #264363;
	font-size: 16px;
	font-family: 'robotoregular';
	margin-bottom: 25px;
}

.footer {
	background: #f2f2f2;
}

.list_result {
	margin: 0 auto;
	width: 90%;
}

.list_result p {
	margin-top: 40px;
}

.footer .list_result {
	margin: 0 auto;
	width: 90%;
	padding: 20px 0;
}

.footer_text {
	margin-top: 15px;
	float: left;
}

.footer .share_block_links {
	margin-bottom: 0;
}

.content {
	max-width: 657px;
	min-height: 800px;
	margin: 0 auto;
	width: 90%;
	position: relative;
	color: #303030;
}

.list_test7 {
	background: #dbdee7;
	transform: rotate(-1.5deg);
	z-index: 1;
	position: absolute !important;
}

.list_test6 {
	background: #e4e6ed;
	transform: rotate(1deg);
	z-index: 2;
	position: absolute !important;
}

.list_test5 {
	background: #ffffff;
	z-index: 3;
}

.list_test4 {
	background: #ffffff;
	z-index: 4;
}

.list_test3 {
	background: #ffffff;
	z-index: 5;
}

.list_test2 {
	background: #ffffff;
	z-index: 6;
}

.list_test1 {
	background: #ffffff;
	z-index: 7;
}

.list_test1 img,
.list_test2 img,
.list_test3 img,
.list_test4 img,
.list_test5 img {
	width: 100%;
	max-width: 349px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.list_test3 img {
	max-width: 320px;
}

.list_test4 img {
	max-width: 500px;
}

.list_test5 img {
	max-width: 310px;
}

.result1 img{
	max-width: 420px;
}

.result2 img{
	max-width: 520px;
}

.result3 img{
	max-width: 250px;
}

.result4 img{
	max-width: 250px;
}

.result5 img{
	max-width: 370px;
}

.result6 img{
	max-width: 250px;
}

.result7 img{
	max-width: 400px;
}

.result8 img{
	max-width: 800px;
}

.list_test .title {
	color: #303030;
	font-size: 27px;
	font-family: 'roboto_slabbold';
	text-align: center;
	margin: 0 auto 20px auto;
	line-height: 1.2;
    max-width: 520px;
}

.list_test input[type='radio'] {
	position: absolute;
    left: -9999px;
}

.list_test input[type="radio"] + label {
	cursor: pointer;
	font-family: 'robotoregular';
	font-size: 16px;
	display: block;
	color: #ffffff;
	background: #ea3d4f;
	max-width: 490px;
	height: 60px;
	margin: 0 auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 3px 0 #d22c3d;
	padding: 0 40px 0 20px;
	text-align: left;
	border: none;
	margin-bottom: 15px;
	position: relative;
	box-sizing: border-box;
}

.list_test input[type="radio"] + label:hover {
    background: #f74e56;
}

.list_test input[type="radio"] + label:before {
	content: '';
	display: block;
	margin-left: 22px;
	width: 10px;
	height: 16px;
	background: url(../img/sprite.png) -216px 0 no-repeat transparent;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 20px;
}

.list_test input[type="radio"] + label:after {
	content: '';
	clear: both;
	display: block;
}

.count {
	color: #acacac;
	font-size: 16px;
	font-family: 'robotoregular';
	text-align: center;
	padding: 10px 0;
}

.tbl {
	display: table-cell;
	vertical-align: middle;
	height: 60px;
}

.result1,
.result2,
.result3,
.result4,
.result5,
.result6,
.result7,
.result8,
.screen02,
.screen03,
.screen04,
.none {
	display: none;
}

.active {
	display: block;
}

.block {
	margin-bottom: 20px;
}

.hand_left,
.hand_right {
    position: absolute;
    margin-top: -410px;
}

.hand_right_hand,
.hand_right_finger {
	display: block;
    position: absolute;
    right: 0;
}

.hand_left {
    left: 50%;
    margin-left: -1050px;
    z-index: 20;
}

.list_test {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 20px;
	box-sizing: border-box;
    transition: transform 0.9s ease-in, margin 0.9s ease-in, opacity 0.9s ease-in;
}

.hand_right_finger {
    right: 50%;
    margin-right: -1030px;
	margin-top: -415px;
	z-index: 1000;
    /*transition: transform 0.7s cubic-bezier(0,0,0.58,0.9);*/
    transition: transform 0.9s cubic-bezier(0, 0, 0.58, 0.9);
    transform-origin: 100% 100%;
}

.hand_right_hand {
    right: 50%;
	margin-top: -410px;
	z-index: 0;
	margin-right: -1030px;
    /*transition: transform 0.7s cubic-bezier(0,0,0.58,0.9);*/
    transition: transform 0.9s cubic-bezier(0, 0, 0.58, 0.9);
    transform-origin: 100% 100%;
}

.rotate {
	transform: rotate(20deg);
}

.animation_list {
	transform: rotate(23deg);
	margin: -1050px 0 0 550px;
	/*opacity: 0;*/
}

.snow_effect {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 0;
}

.deep2 {
	position: absolute;
	top: 10%;
	left: 10%;
}

.deep2 img {
	max-width: 100%;
}

.result .main_title {
	font-size: 40px;
}
