html { overflow-y: scroll; overflow-x: auto;  }
body { font-family: 'hpRg', 'Arial Narrow', 'helvetica', sans-serif; font-size: 16px; background-color: #00b5e5; width: 100%; min-width: 320px; height: 100%; }


.right,	r, .r{ float: right !important; }
.left,	l, .l{ float: left !important; }
.center,	c, .c{ text-align: center !important; text-align: -webkit-center !important; }
.tL{ text-align: left !important; }
.tR{ text-align: right !important; }
.tC{ text-align: center !important; }
.clear{ clear: both; }
.fa:before { position: relative; z-index: 1; }

.animBg{ -webkit-transition: background-color 0.3s linear; -moz-transition: background-color 0.3s linear; -o-transition: background-color 0.3s linear; -ms-transition: background-color 0.3s linear; transition: background-color 0.3s linear; }
.animCl{ -webkit-transition: color 0.3s linear; -moz-transition: color 0.3s linear; -o-transition: color 0.3s linear; -ms-transition: color 0.3s linear; transition: color 0.3s linear; }

.no-select{ -o-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
.shadow{ box-shadow: 0px 0px 8px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3); }

.blur,
.blurError{ filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3'); -webkit-filter: blur(3px); filter: blur(3px); }

.wrap{ display: table; width: 100%; min-width: 320px; max-width: 1000px; position: relative; margin: 0 auto; padding: 0 20px; }
.wrapBox{ display: block; position: relative;  margin-top: -100px; }

.page-content{ height: 832px; display: table; table-layout: fixed; width: 100%; }
.page-coll{ display: table-cell; vertical-align: middle; width: 100%; height: 100%; text-align: center; }

h1{ color: #fff; margin-bottom: 30px; font-size: 40px; margin-top: 40px;}
p{ color: #fff; padding-bottom: 30px; line-height: 22px; }


.logo-honer,
.logo-heppyNewGames,
.logo-heppyNewGames-text,
.logo-tineOut{ position: absolute; top: 50px; z-index: 3; }

.logo-honer{ background: url(../img/honer7.png) center no-repeat; width: 199px; height: 82px; left: 5%; }
.logo-heppyNewGames{ background: url(../img/heppy_new_game.png) center no-repeat; width: 402px; height: 87px; left: 50%; transform: translateX(-50%); }
.logo-heppyNewGames-text{ font-family: 'Roboto-Regular'; color: #fff; font-size: 20px; line-height: 24px; width: 600px; display: block; text-align: center; left: 50%; margin-left: -270px; position: absolute; top: 160px; }
.logo-tineOut{  background: url(../img/time_out.png) center no-repeat; width: 159px; height: 62px; right: 5%;  }


.shares{ color: #fff; display: block; position: absolute; text-align: center; top: 90px; right: 5.5%; width: 140px; font-size: 14px; line-height: 25px; margin-top: 25px; z-index: 10; }
.shares span{ font-size: 12px; display: block;}
.shares .share{ display: inline-block; margin: 0 2px; width: 25px; height: 25px; }
.shares .share{ background: url(../img/share.png) center no-repeat; }
.shares .share.fb { background-position: 0px 0px; }
.shares .share.vk { background-position: -29px 0px; }
.shares .share.tw { background-position: -59px 0px; }
.shares .share.ok { background-position: -88px 0px; }


.section[data-anchor="start"]{ background-color: #0194b7; }
.section[data-anchor="game"]{ background-color: #fff; }
.section[data-anchor="view"]{ background-color: #00b5e5; }
.section[data-anchor="info"]{ background-color: #fff; }

.section-head{ position: absolute; top: 0px; left: 0px; text-align: center; width: 100%; }
.section-head h1{ font-family: 'BigNoodleTitlingCyr'; color: #fff; line-height: 50px; font-size: 40px; }
.section-head p{ font-family: 'Roboto-Regular'; font-size: 15px; }

.fp-viewing-start #fp-nav ul li a span, 
.fp-viewing-view #fp-nav ul li a span, 
.fp-viewing-table #fp-nav ul li a span, 
.fp-viewing-start .fp-slidesNav ul li a span, 
.fp-viewing-view .fp-slidesNav ul li a span, 
.fp-viewing-table .fp-slidesNav ul li a span{ width: 12px; height: 12px; border: 2px solid #fff; }

.fp-viewing-start #fp-nav ul li a.active span, 
.fp-viewing-view #fp-nav ul li a.active span, 
.fp-viewing-table #fp-nav ul li a.active span, 
.fp-viewing-start .fp-slidesNav ul li a.active span, 
.fp-viewing-view .fp-slidesNav ul li a.active span, 
.fp-viewing-table .fp-slidesNav ul li a.active span{ background-color: #0194b7; }

.fp-viewing-game #fp-nav ul li a span, 
.fp-viewing-info #fp-nav ul li a span, 
.fp-viewing-game .fp-slidesNav ul li a span, 
.fp-viewing-info .fp-slidesNav ul li a span{ width: 12px; height: 12px; border: 2px solid #00b5e5; }

.fp-viewing-game #fp-nav ul li a.active span, 
.fp-viewing-info #fp-nav ul li a.active span,  
.fp-viewing-game .fp-slidesNav ul li a.active span, 
.fp-viewing-info .fp-slidesNav ul li a.active span { background-color: #00b5e5; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span{ -webkit-transition: background-color 0.3s linear, border-color 0.3s linear; -moz-transition: background-color 0.3s linear, border-color 0.3s linear; -o-transition: background-color 0.3s linear, border-color 0.3s linear; -ms-transition: background-color 0.3s linear, border-color 0.3s linear; transition: background-color 0.3s linear, border-color 0.3s linear; }

#fp-nav ul li a span, 
.fp-slidesNav ul li a span{
	width: 12px; height: 12px; border: 2px solid #fff;
}
#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span{ background-color: #0194b7; }


.shadow-left,
.shadow-right{ position: absolute; top: 0px; display: block; height: 100%; width: 35%; }
.shadow-left{ left: 0px; }
.shadow-right{ right: 0px; }
.shadow-left{ background: -moz-linear-gradient(left, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(left, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); background: linear-gradient(to right, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); }
.shadow-right{ background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%); background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); }

.snow{ position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url(../img/snow.png), url(../img/snow1.png); animation: snow 55s linear infinite; z-index: 2; }
@keyframes snow {
 	0% { background-position: 0px 0px, 0px 0px, 0px 0px; }
 	100% { background-position: 500px 1000px, 400px 400px, 300px 300px; }
}

.santa{ position: absolute; width: 252px; height: 122px; top: 50%; left: -10%; background: url(../img/santa.gif); animation: santa 35s linear infinite; }
@keyframes santa {
 	0% { top:15%;	left: -10%; }
 	50% { top:35%;	left: 45%; }
 	100% { top:15%; left: 120%; }
}


.cloud-game{ width: 245px; height: 171px; background: url(../img/cloud_game.png) center no-repeat; left: 50%; top: 275px; margin-left: -220px; }
.cloud-view{ width: 288px; height: 184px; background: url(../img/cloud_view.png) center no-repeat; right: 50%; top: 220px;  margin-right: -260px; }
.cloud-game,
.cloud-view{ position: absolute; z-index: 3; background-size: 100%; -webkit-transition: background-size 0.15s linear; -moz-transition: background-size 0.15s linear; -o-transition: background-size 0.15s linear; -ms-transition: background-size 0.15s linear; transition: background-size 0.15s linear; }
.cloud-game:hover,
.cloud-view:hover{ background-size: 103%; }

.footer-giftsLine{ position: absolute; display: block; width: 100%; height: 140px; background: #fff; bottom: 0px; }
.footer-giftsLine:before{ content: ''; z-index: 1; position: absolute; left: 0; width: 100%; height: 285px; top: -280px; background: url(../img/gift_line.png) center; }
.footer-phone{ position: absolute; left: 42%; width: 436px; height: 433px; bottom: 20px; background: url(../img/phone.png) center; background-size: 100%; -webkit-transition: background-size 0.15s linear; -moz-transition: background-size 0.15s linear; -o-transition: background-size 0.15s linear; -ms-transition: background-size 0.15s linear; transition: background-size 0.15s linear; z-index: 3; }
.footer-phone:hover{ background-size: 103%; }



.gameStep{ display: block; position: relative; text-align: center; margin-bottom: 50px; }
.gameStep img{ max-width: 100%; }

.links{ display: table; width: 100%; position: absolute; bottom: -30px; z-index: 1; }
.links a.rules{ float: right; color: #00b5e5; font-family: 'Roboto-Regular'; font-size: 15px; }

.footer-game{ position: absolute; display: block; width: 100%; height: 107px; bottom: 0px; background: url(../img/footer-game.jpg) center; }
.footer-info{ text-align: center; }
.footer-info img{ max-width: 100%; width: 100%; }

.infoGame{ background: url(../img/headphones.jpg) center no-repeat; height: 290px; padding-left: 560px; text-align: left; font-size: 15px; padding-top: 30px; }
.infoGame p{ }
.infoGame p span{ color: #c41014; }

.button{ font-family: 'BigNoodleTitlingCyr'; cursor: pointer; background: #04b5e6; color: #fff; display: table; line-height: 60px; font-size: 24px; padding: 0 20px; position: absolute; left: 50%; transform: translateX(-50%); margin-top: 30px; }
.button:hover{ background: #049dc6; }



.gameBox{ display: block;  position: relative; overflow: hidden; width: 100%; margin-bottom: 40px; }
.gameBox{ box-shadow: 0px 0px 50px rgba(0,0,0,0.4); -moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.4); -webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.4); }

.starsGame{ display: table; position: relative; width: 100%; max-width: 1000px; height: 520px; background: #04b5e6; }

.starsGame:before, 
.starsGame:after{ content: '';position: absolute; top: 0px; display: block; height: 100%; width: 35%; }
.starsGame:before{ left: 0px; }
.starsGame:after{ right: 0px; }
.starsGame:before{ background: -moz-linear-gradient(left, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(left, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); background: linear-gradient(to right, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); }
.starsGame:after{ background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%); background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); }

.starsGame .bg{ position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.starsGame .snowGame { position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url(../img/snow.png); z-index: 2; }

.loginGame{ display: block; color: #fff; font-size: 18px; line-height: 40px; z-index: 10; position: relative; }
.loginGame .info{ font-size: 14px; }
.loginGame .info a{ color: #fff; text-decoration: underline; }
.loginGame .info a:hover{ color: #c41014; }
.loginGame .auth{ display: table; text-align: center; width: 100%; line-height: 80px; }
.loginGame .auth a{ display: inline-block; width: 50px; height: 50px; border: 2px solid #fff; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; background: url(../img/game/fb_vk.png) center no-repeat; margin: 5px; }
.loginGame .auth a.fb{ background-position: 17px center; }
.loginGame .auth a.vk{ background-position: -41px center; }
.loginGame .auth a:hover{ background-color: #c41014; }

.starsGame audio{ display: none; }
.starsGame .startGame{ cursor: pointer; z-index: 2; position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; background: rgba(0, 0, 0, 0.5); }
.starsGame .startGame .info{ display: block; margin: 0 auto; bottom: 15%; position: absolute; left: 50%; margin-left: -260px; width: 520px; text-align: center; }
.starsGame .startGame .info h1{ font-size: 50px; margin-top: 70px; }
.starsGame .startGame .info span{ color: #fff; display: block; width: 180px; line-height: 60px; margin: 0 auto 20px; font-size: 30px; border: 3px solid #04b5e6; font-family: 'BigNoodleTitlingCyr'; }
.starsGame .startGame .info span{ -webkit-transition: background-color 0.3s linear; -moz-transition: background-color 0.3s linear; -o-transition: background-color 0.3s linear; -ms-transition: background-color 0.3s linear; transition: background-color 0.3s linear; }
.starsGame .startGame .info p{ font-family: 'Roboto-Regular'; }
.starsGame .startGame .info span:hover{ background-color: #04b5e6; }

.starsGame .timeOnStart{ position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; text-align: center; line-height: 520px; font-style: normal; color: #ffffff; }

.starsGame .user{ position: absolute; display: block; width: 120px; height: 80px; left: -130px; opacity: 0; background: url(../img/game/user.png) center no-repeat; background-size: 120%; top: 50%; transform: translateY(-50%); }
.starsGame .user.god{ z-index: 5; }
.starsGame .tree{ position: absolute; display: block; width: 100%; height: 167px; bottom: -167px; opacity: 0; background: url(../img/game/tree.png); z-index: 2;}
.starsGame .tree{ animation: tree 25s linear infinite; }
@keyframes tree {
 	0% { background-position:0 0; }
 	100% {  background-position:-1000px 0;  }
}




.starsGame .setInfo{ color: #fff; font-family: 'Roboto-Regular';  font-size: 15px; display: table; padding: 10px; width: 100%; z-index: 10; position: absolute; width: 100%; left: 0px; top: 0px; }
.starsGame .setInfo .level{ float: left; }
.starsGame .setInfo .time{ float: left; clear: both; }
.starsGame .setInfo .audio{ float: right; margin-top: -5px; background: url(../img/game/audio.png) no-repeat; width: 47px; height: 43px; cursor: pointer }
.starsGame .setInfo .audio.stop{ background-position: -47px 0; }
.starsGame .setInfo .ball{ display: inline; position: absolute; left: 50%; transform: translateX(-50%); }
.starsGame .left,
.starsGame .right{ cursor: pointer; position: absolute; display: block; width: 120px; height: 120px; bottom: 10px; background: url(../img/game/obj.png) no-repeat; z-index: 5; }
.starsGame .left{ left: 10px; background-position: -415px -10px; }
.starsGame .right{ right: 10px; background-position: -282px -10px; }


.starsGame .obj{ position: absolute; left:1000px; display: block; width: 100px; height: 100px; background: url(../img/game/obj.png) no-repeat; }
.god .obj{ opacity: 0.8; }
.starsGame .obj[n="1"]{ background-position: 0px 0; width: 119px; }
.starsGame .obj[n="2"]{ background-position: -138px -8px; width: 119px; height: 78px; }
.starsGame .obj[n="3"]{ background-position: 0px -114px; width: 119px; height: 85px; }
.starsGame .obj[n="4"]{ background-position: -542px 0;  width: 124px; height: 184px; bottom: 15px; }
.starsGame .obj[n="5"]{ background-position: -680px -8px; width: 93px; height: 211px; bottom: 15px; }
.starsGame .obj[n="6"]{ background-position: -788px -8px; width: 93px; height: 211px; bottom: 15px; }


_starsGame .user{ border: 1px solid red; }
_starsGame .obj{ border: 1px solid green; }
_starsGame .obj span{ display: block; }
_starsGame .obj span.die{ background: #c41014; }


.starsGame .popup{ position: absolute; display: table; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.75); z-index: 30; }
.starsGame .popup .ball{ color: #c41014; font-size: 40px; margin-bottom: 20px; }
.starsGame .popup h1{ margin-bottom: 10px; }
.starsGame .popup p{ padding-bottom: 10px; }
.starsGame .popup p span{ color: #ffffff; font-size: 30px; display: block; margin-bottom: 15px; line-height: 40px; font-family: 'BigNoodleTitlingCyr'; }
.starsGame .popup .buttons{ display: inline-block; width: 100%; }

.starsGame .popup .ball{ color: #ffffff; font-size: 30px; display: block; margin-bottom: 15px; line-height: 34px; font-family: 'BigNoodleTitlingCyr'; }


.starsGame .question{ }
.starsGame .question p a{ color: #fff; text-decoration: underline; font-weight: bold; }
.starsGame .popup .timeLine{ position: absolute; top: 0px; left: 0px; background: #c41014; width: 100%; height: 4px; }
.starsGame .question h1{ margin: 0px; padding: 15px 100px; margin-bottom: 15px; font-family: 'Roboto-Regular'; font-size: 20px; line-height: 25px; }
.starsGame .question p{ display: none; font-size: 18px; padding: 15px 60px; margin-bottom: 20px; }
.starsGame .question .answers{ display: inline-block; }
.starsGame .question .answers .answer{ margin: 0 10px; line-height: 20px; display: inline-block; font-family: 'Roboto-Regular'; background: #04b5e6; color: #fff; line-height: 54px; cursor: pointer; font-size: 17px; padding: 0 20px; margin-top: 30px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.6); -moz-box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.6); -webkit-box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.6); }
.starsGame .question .answers .answer:hover{ background: #04a8d5; box-shadow: 0px 0px 60px rgba(255, 255, 255, 0.6); -moz-box-shadow: 0px 0px 60px rgba(255, 255, 255, 0.6); -webkit-box-shadow: 0px 0px 60px rgba(255, 255, 255, 0.6); }
.starsGame .popup .play{ cursor: pointer; color: #fff; display: none; width: 180px; line-height: 60px; margin: 0 auto 20px; font-size: 30px; border: 3px solid #04b5e6; font-family: 'BigNoodleTitlingCyr'; }
.starsGame .popup .play{ -webkit-transition: background-color 0.3s linear; -moz-transition: background-color 0.3s linear; -o-transition: background-color 0.3s linear; -ms-transition: background-color 0.3s linear; transition: background-color 0.3s linear; }
.starsGame .popup .play:hover{ background-color: #04b5e6; }
.starsGame .popup .play.show{ display: block; }


.phone{ background: url(../img/honer.png) no-repeat; width: 900px; height: 436px; position: relative; left: 50%; transform: translateX(-50%); }
.phone .gameBox{ top: 36px; left: 96px; width: 718px; }
.phone .gameBox .starsGame{ height: 360px; }






.userTable h1{ color: #ffffff; font-size: 30px; display: block; margin-bottom: 15px; line-height: 34px; font-family: 'BigNoodleTitlingCyr'; text-align: center; }
.userTable p{ color: #ffffff; font-family: 'Roboto-Regular'; font-size: 14px; line-height: 25px; text-align: center; }

.user-table{ width: 600px; display: table; margin: 0 auto; }
.user-table .coll{ width: 300px; display: table; float: left; }
.user-table .item{ display: table; margin: 0px 5px 5px 0; }
.user-table .item .num,
.user-table .item .name,
.user-table .item .ball{ line-height: 34px; color: #fff; background: rgba(0, 0, 0, 0.7); float: left; text-align: center; }

.user-table .item .num{ width: 34px; margin-right: 5px; }
.user-table .item .name{ width: 195px; text-align: left; padding-left: 15px; }
.user-table .item .ball{ width: 60px; color: #04b5e6; font-weight: bolder; }

.user-table br{ clear: both; }
.list-pager{ display: table; margin: 20px auto; }
.list-pager li{ list-style: none; float: left; margin-right: 5px; }
.list-pager li a{ width: 34px; line-height: 34px; color: #fff; background: rgba(0, 0, 0, 0.7); float: left; text-align: center; font-weight: bolder; }
.list-pager li.hover a,
.list-pager li a:hover{ color: #04b5e6; background: #fff; }
.list-pager .prev,
.list-pager .next{ background: url(../img/page.png) no-repeat; width: 34px; height: 34px; cursor: pointer; }
.list-pager .prev{ float: left; margin-right: 80px; }
.list-pager .next{ float: right; background-position: -37px 0; margin-left: 75px; }




.starsGame .popup .shares,
.starsGame .popup .links{ position: relative; top: auto; left: auto; display: table; float: left; width: 50%; font-size: 17px;  line-height: 25px; margin: 0px;  color: #fff;     bottom: auto;}
.starsGame .popup .shares span{ display: block; margin-bottom: 10px; }
.starsGame .popup .shares a{ padding: 0px; display: inline-block; }

.starsGame .popup .links span{ display: block; margin-bottom: 10px; }
.starsGame .popup .links div{ text-decoration: underline; cursor: pointer; }

.restart,
.save{ font-family: 'BigNoodleTitlingCyr'; margin: 5px; cursor: pointer; background: #04b5e6; color: #fff; display: inline-block; line-height: 60px; font-size: 24px; padding: 0 20px; margin-top: 30px; }
.restar:hovert,
.save:hover{ background: #049dc6; }

.alert{ position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 9999; background: rgba(0, 0, 0, 0.95); display: table; color: #fff; }
.alert span{ display: table-cell; vertical-align: middle; width: 100%; height: 100%; text-align: center; }

.footer-info{ position: absolute; width: 100%; height: 100%; top: 0; background-repeat: no-repeat; background-size: contain; background-position: center; }

.fp-controlArrow{ display: none; }
.honer{ background: url(../img/honer.png) no-repeat; width: 900px; height: 436px; position: relative; left: 50%; transform: translateX(-50%); }
.honer .items{ display: block; overflow: hidden; position: absolute; top: 36px; left: 96px; width: 718px; height: 360px; }
.honer .item{ display: block; opacity: 0; top: 0px; width: 100%; position: absolute; z-index: 2; }
.honer .item .info{ position: absolute; width: 428px; padding: 30px; }
.honer .item .info:before{ background: url(../img/snowInHoner.png) no-repeat; content: ''; position: absolute; top: 0px; left: 100%; margin-left: -50px; display: block; height: 360px; width: 128px; z-index: 1; }
.honer .item h1 { font-family: 'BigNoodleTitlingCyr'; color: #00b5e5; margin: 0px; font-size: 25px; }
.honer .item p { font-family: 'Roboto-Regular'; color: black; font-size: 13px; line-height: 18px; z-index: 2; position: relative; padding-bottom: 15px;  }
.honer .item img{ position: absolute; right: 0px;  width: 290px; height: 360px; }

.honer .poins{ text-align: center; position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%); }
.honer .poins i{ display: inline-block; width: 12px; height: 12px; border: 2px solid #fff; background: #00b5e5; border-radius: 50%; margin: 0 4px; cursor: pointer; }
.honer .poins i.show{ background: #0194b7; }


.honer .fp-controlArrow{ display: block; }
.fp-controlArrow.fp-next{ right: -20px; }
.fp-controlArrow.fp-prev { left: -20px; }

.honer .prev, .honer .next { position: absolute; display: block; width: 80px; height: 100%; z-index: 1; top: 0px; left: 0px; background: url(../img/arrows.png) center no-repeat; opacity: 0.9; cursor: pointer; }
.honer .prev { background-position: -256px; left: -5%; }
.honer .next { background-position: -378px; left: 104%; margin-left: -80px; }


.mini .footer-giftsLine{ height: 10px; }
.mini .footer-phone{ height: 310px; bottom: -20px; width: 360px; background-size: 90%; left: 44%; }
.mini .footer-phone:hover{  background-size: 95%; }
.mini .gameStep{ margin-bottom: 40px; top: 35px; }
.mini  .gameStep img { max-width: 65%; }
.mini .footer-game{ bottom: -25px; }
.mini .button{ margin-top: 0px; line-height: 50px; font-size: 20px; }
.mini .logo-honer, 
.mini .logo-heppyNewGames, 
.mini .logo-heppyNewGames-text, 
.mini .logo-tineOut{ top: 30px; }
.mini .logo-heppyNewGames-text{ top: 140px; }
.mini .cloud-view{ top: 178px; }
.mini .cloud-game{ top: 225px; }
.mini .section-head h1{ line-height: 40px; font-size: 33px; }
.mini .section-head p {  line-height: 18px; }
.mini .starsGame{ height: 420px; }
.mini .starsGame .popup .ball{ margin-top: -20px; }

.mini .honer{ width: 780px; height: 370px; background-size: contain; top: 60px; }
.mini .honer .items{ top: 31px; left: 81px; width: 609px; height: 305px; }
.mini .honer img { right: 0px;  width: 240px; height: 305px; }
.mini .honer .info { left: 0px; width: 380px; }
.mini .honer .info:before{ height: 305px; }
.mini .honer p { font-size: 12px; }
.mini .fp-controlArrow.fp-next{ right: 0px; }

.mini.honer .prev { left: -5%; }
.mini.honer .next { left: 102%; }



@media screen and (max-width: 800px){
	.shares{ top: 30px; right: 1.5%; }
	.mini .logo-honer, 
	.mini .logo-tineOut { background-size: 100%; width: 110px; height: 48px; top: 10px; }
	.mini .logo-heppyNewGames { background-size: 100%; top: 15px; width: 160px; height: 38px; }
	.mini .logo-heppyNewGames-text{ top: 60px; font-size: 10px; line-height: 14px; width: 250px; margin: 0px; left: 50%; transform: translateX(-50%); }
	.footer-giftsLine:before{height: 130px; top: -118px; background-size: 100%; background-position: center top; }
	.mini .footer-phone{ height: 150px; width: 150px;  bottom: -10px; }
	.mini .cloud-game{ width: 140px; height: 85px; top: 114px; margin-left: -120px; }
	.mini .cloud-view{ width: 150px; height: 100px; margin-right: -150px; top: 87px; }
	.santa{ width: 178px; height: 86px; background-size: 100%; }
	.mini .gameStep{ display: none; }
	.mini .footer-game{ display: none; }
	.gameBox{ margin-top: 110px; }
	.mini .starsGame { height: 300px; }
	.starsGame .tree{height: 100px; }
	.restart, .save{ line-height: 40px; font-size: 16px; }
	
	.starsGame .question h1 { font-size: 14px; line-height: 18px; }
	.starsGame .question .answers .answer{ width: 80%; margin: 6px 0px; line-height: 14px; cursor: pointer; font-size: 12px; padding: 6px 20px 0; height: 33px; }
	.mini .starsGame .popup .ball{ font-size: 16px !important; line-height: 22px !important; margin-bottom: 20px !important; margin-top: 10px !important; }
	.starsGame .popup .shares, .starsGame .popup .links{ width: 160px; font-size: 15px; line-height: 18px; }
	.starsGame .popup .shares{ left: 20px; }
	.starsGame .popup .links{ left: 80px; }

	.starsGame .obj[n="4"],
	.starsGame .obj[n="5"],
	.starsGame .obj[n="6"]{ bottom: -70px; }
	
	
	.mini .section-head h1{ margin-bottom: 0px; margin-top: 10px; font-size: 19px; }
   .mini .section-head p{ display: none; }
	.mini .honer { width: 510px; height: 250px; background-size: contain; top: 40%; transform: translate(-50%, -50%); }
	.mini .honer .items { top: 21px; left: 54px; width: 407px; height: 203px; }
	.honer .item .info { padding: 10px; width: 230px; }
	.honer .item .info h1{ font-size: 18px; }
	.honer .item .info p{ font-size: 8px; line-height: 12px; }
	.honer .poins{ display: none; }
	.mini .honer img { right: 0px; width: 191px; height: 203px; }
	#fp-nav.left{ display: none; }
	
	.honer .next{ left: 110%; }
	.honer .prev{ left: -11%; }
	
	.user-table { width: 100%; }
   .user-table .coll { width: 50%; }
   .user-table .item{ width: 100%; }
   .user-table .item .num, 
   .user-table .item .name, 
   .user-table .item .ball{ font-size: 10px; line-height: 30px; }
   .user-table .item .num{ width: 10%; } 
   .user-table .item .name{ width: 55%; } 
   .user-table .item .ball{ width: 30%; } 
   
  	.section[data-anchor="info"] .button{ font-size: 10px; line-height: 28px; bottom: 18px; }  
  	.section[data-anchor="info"] .button{ bottom: 6px; }
	
}