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

@import url(http://fonts.googleapis.com/css?family=Anton);
/*font-family: 'Anton', sans-serif;*/

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

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


/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
b {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.about-winner h3 {
  color: #d81015;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  font-family: 'rotondac';
}

.about-winner img {
  width: 40%;
  margin: 0px 20px 20px 0px;
  float: left;
}

.about-winner p {
  margin: 10px 0px;
  line-height: 1.2em;
  font-size: 12px;
}
.captcha {
	width: 302px;
	margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
}
.clearfix:after {
  clear:both;
}
.clearfix {
  zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

a {
	color: #fff;
	text-decoration: none;
}

.fixed {
  position: absolute;
  top: 50%;
  margin-top: -70px;
  right: -175px;
  height: 40px;
  width: 394px;
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg); 
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg); 
  transform: rotate(-90deg);
  z-index: 9999;
}

.main-website {
  width: 140px;
  text-align: center;
  height: 40px;
  background: rgb(216, 16, 21);
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  line-height: 40px;
  font-family: 'rotondac_bold';
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}

.winners-link {
  width: 230px;
  text-align: center;
  height: 40px;
  background: #0000ff;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  line-height: 40px;
  font-family: 'rotondac_bold';
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
}


.button {
	display: block;
	padding: 0px 20px;
	box-sizing:border-box;
	font-family: 'rotondac_bold';
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	border-radius: 10px;
	text-align: center;
	border: 0;
	cursor: pointer;
	height: 58px;
	line-height: 62px;
}

.button.yellow {
	background: #ffea64;
	color: #d7000a;
	-webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -ms-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}

.button.yellow:hover {
	background: #fff;
	-webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -ms-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}

.button.white {
	background: #fff;
	color: #3876b9;
	-webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.button.white:hover {
	background: rgba(255,255,255,0.6);
	-webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.button.blue {
	background: #3976b9;
	color: #fff;
	-webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -ms-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}

.button.blue:hover {
	background: #115baa;
	-webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -ms-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}

input, select {
	display: block;
	background: #fff;
	border: 3px solid #fff;
	color:#3876b9;
	font-family: 'rotondac_bold';
	font-size: 16px;
	padding: 0px 15px;
	height: 58px;
	border-radius: 10px;
	box-sizing:border-box;
}

select {
  height: 44px;
}

.popup input {
  border-color: #d6edff;
}

textarea {
	background: #fff;
	border: 0;
	border-radius: 10px;
	padding: 15px;
	box-sizing:border-box;
}

input.smaller {
	height: 44px;
	color: #000;
	font-family: 'rotondac';
}

input:focus {
	outline: none;
	border: 3px solid #59b4de;
}

button:focus,
textarea:focus {
	outline: none;
}

label.error {
	color: #ffdf32;
	font-family: 'rotondac';
	text-align: center;
	display: block;
	width: 100%;
	font-size: 14px;
}

input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label, 
input[type=checkbox].css-checkbox + label.css-label.clr {
	padding-left:35px!important;
	height:30px; 
	display:inline-block;
	line-height:30px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:16px;
	font-family: 'rotondac';
	vertical-align:middle;
	cursor:pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-label, 
input[type=checkbox].css-checkbox + label.css-label.chk  {
	background-position: 0 -30px;
}

label.css-label {
	background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_dd529826b88d05c8a42bac548151b377.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.dashed {
	border:1px dashed #fff;
	border-radius: 5px;
}

/* General style */

.wrapper {
	min-width: 980px;
	width: 100%;
	height: 100%;
	background: #0158b9;
	z-index: 0;
	min-height: 600px;
}

.fullscreen .wrapper {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.header {
	height: 60px;
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 10;
}

.header .right > a.nav-winners {
    background: url(../images/oscar.png) no-repeat right top;
    padding-right: 20px;
    box-sizing: border-box;
  }

.fullscreen .header {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
}

.container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.homka-logo {
	display: block;
	width: 250px;
	height: 117px;
	position: absolute;
	top:7px;
	left:50%;
	margin-left: -130px;
	background: url(../images/logo.png) no-repeat center center;
	z-index: 20;
}

.index .homka-logo {
  display: none;
}

.radial {
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.radial .bg {
  background: url(../images/bg.jpg) no-repeat top center;
  background-size: 110% auto;
  position: relative;
}

.fullscreen .radial {
	position: absolute;
	top: 60px;
	left:0;
	right: 0;
	bottom:0;
}

.inline-red {
	height: 90px;
	margin-bottom:5px;
	width: 100%;
	background: #ffffff url(../images/film.png) repeat-x;
	font-size: 24px;
	color: #3876b9;
	font-weight: bold;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
}

.fullscreen .inline-red {
	position: absolute;
	bottom:55px;
	left:0;
	right: 0;
}

.outdate {
	padding: 26px 0px;
  font-size:32px;
  color: #de2127;
}

.inline-red .line1 {
	font-size: 30px;
	font-weight: bold;
	padding-top: 16px;
}

.inline-red .line2 {
	font-size: 20px;
  padding-top: 5px;
	font-weight: normal;
}


.footer {
	height: 55px;
	width: 100%;
	font-family: 'PT Sans', sans-serif;
}

.fullscreen .footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.footer p {
	text-align: center;
	color: #fff;
}

.footer .line1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 7px;
  margin-bottom: 4px;
}

.footer .line2 {
	font-size: 18px;
	font-weight: normal;
}

.footer ul {
	display: block;
	text-align: center;
}

.footer ul li {
	display: inline-block;
	margin: 0 1%;
}

.footer ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-family: 'rotondac_bold';
	padding: 5px 35px;
	box-sizing: border-box;
	border: 1px dashed #fff;
	border-radius: 5px;
	display: block;
	margin-top: 12px;
	-webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.footer ul li a:hover {
	color: #ffea64;
	border: 1px dashed #ffea64;
	-webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.footer ul li.yellow a {
	background: #ffea64;
	border: 1px solid #ffea64;
	color: #da1211;
	-webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.footer ul li.yellow a:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #da1211;
	-webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}


/* Zaglushka */
.main_homka {
	width: 900px;
	height: 474px;
	margin: 0 auto;
	background: url(../images/intro.png) no-repeat right bottom;
  background-size: 100% auto;
  padding-top: 120px;
  position: relative;
  left: -42px;
}

.fullscreen .main_homka {
	position: absolute;
	height: 517px;
	top:50%;
	left:50%;
	margin-top:-283px;
	margin-left: -305px;
	padding-left: 0;
}


/* HOME PAGE */

.header .left {
	width: 40%;
	margin-right: 10%;
	float:left;
  margin-top: 10px;
}

.header .right {
	width: 40%;
	margin-left: 10%;
	float: right;
	z-index: 99;
  margin-top: 10px;
}

.header > div {
	text-align: center;
}

.header > div a {
	font-family: 'rotondac_bold';
	font-size: 20px;
	color: #3876b9;
	text-transform: uppercase;
	text-decoration: none;
	display: inline;
	line-height: 50px;
	-webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.header > div a:hover {
	color: #d81015;
	-webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}


.header > div a.active {
	color: #d81015;
}


.header .left a {
	float: right;
	margin-right: 8%;
}

.header .right > a,
.header .right > ul {
	display: inline-block;
	float: left;
	margin-left: 8%;
}

.header .right > ul {
	width: 195px;
}

.header .right > ul li {
	display: block;
	width: 100%;
}

.header .right > ul li a {
	display: block;
	text-align: right;
}

.header .right > ul li .account-login {
	width: 85%;
	background: url(../images/account.png) no-repeat left center;
	height: 38px;
	line-height: 38px;
	margin: 15px 0px 15px 15%;
}

.header .right > ul li .account-login span {
	font-family: 'rotondac_bold';
	color: #ffea64;
	border-bottom: 1px solid #fff;
	-webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.header .right > ul li .account-login:hover span {
	color: #fff;
	-webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.header .right > ul li a.quit {
  display: none;
}

body.myaccount .header .right > ul li a.quit {
  display: block;
  color: #ffea64;
  line-height: 18px;
}

body.myaccount a.quit:hover {
  color: #fff;
}

.home_graphics {
	width: 500px;
	height: 368px;
	margin: 0 auto 30px auto;
	background: url(../images/image_01.png) no-repeat center bottom;
}

.home_prize {
  width: 806px;
  height: 331px;
  background: url(../images/prize.png) no-repeat top center;
  background-size: 100% auto;
}

.fullscreen .home_graphics {
	position: absolute;
	margin-bottom: 0;
	top:-45px;
	left:50%;
	margin-left: -250px;
  z-index: 999;
}

.fullscreen .home_prize {
  position: absolute;
  bottom:0px;
  left:50%;
  margin-left: -403px;
}


/* INNER PAGES */
.content {
	max-width: 1000px;
	min-height: 405px;
	box-sizing:border-box;
	padding: 55px 0px 0px 0px;
	margin: 0 auto;
	position: relative;
}

.feedback .content {
	min-height: 530px;
	padding-top: 95px;
}

.terms .content {
	min-height: 590px;
}

#page_choose p {
	font-size: 20px;
	line-height: 1.2em;
	color: #fff;
	font-family: 'rotondac';
	border:2px dashed #fff;
	border-radius: 10px;
	text-align: center;
	width: 460px;
	margin: 0 auto;
	padding: 10px 0px;
}

.forms {
	max-width: 460px;
	margin: 0 auto;
}

.forms input,
.forms button,
.forms a {
	margin: 30px auto;
	width: 70%;
	text-align: center;
}

.forms input.error {
	margin: 14px auto;
}

.forms .remind {
	display: block;
	width: 60%;
	font-size: 16px;
	padding: 10px;
	box-sizing:border-box;
	-webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;

}

.forms .remind:hover {
	color: #ffea64;
	border: 1px dashed #ffea64;
	-webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.forms_wide {
	max-width: 750px;
	margin: 0 auto;
}

.forms_wide .input {
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
}

.forms_wide .input input,
.forms_wide .input select {
	width: 86%;
	margin: 0 7% 20px 7%;
}

.forms_wide label {
	font-family: 'rotondac';
	font-size: 16px;
	color: #fff;
	display: block;
	text-align: left;
	padding: 10px 7%;
  box-sizing: border-box;
}

.forms_wide .agreement {
	width: 90%;
	margin: 10px auto 30px auto;
	font-family: 'rotondac';
	font-size: 16px;
	line-height: 1.2em;
}

#page_register {
	margin-top: 40px;
}

#page_register .check {
	width: 86%;
	margin: 30px auto 0px auto;
	position: relative;
}

#page_register .check label.error {
	width: 100%;
  margin-left: -20px;
  margin-top: 0px;
}

#page_register button {
	margin: 30px auto;
	width: 300px;
}

#page_login label.error {
	margin-top:-10px;
}

#page_register label.error {
	margin-top:-20px;
}

#page_code input {
	text-transform: uppercase;
}

#page_code p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	width: 60%;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
}

#page_code label.error {
	margin-top: -20px;
}

#page_myaccount {
	width: 1000px;
	margin: 40px auto 20px auto;
  position: relative;
}

#page_myaccount .add-code {
  position: absolute;
  right:0;
  top:0;
  background: #d81015;
  color: #fff;
  font-size: 20px;
  font-family: 'rotondac_bold';
  padding: 7px 15px;
  margin: 10px 0px;
  border: 1px dashed #fff;
  border-radius: 5px;
}

#page_myaccount .account_nav a {
	font-size: 20px;
	font-family: 'rotondac_bold';
	color: #ffea64;
	display: inline-block;
	padding: 7px 15px;
	margin: 10px 40px;
}

#page_myaccount .account_nav a.online {
	border: 1px dashed #fff;
	border-radius: 5px;
}

#page_myaccount {
	height: 490px;
}

#screen_code .code_table {
	width: 40%;
	margin-right: 2%;
	float: left;
	margin: 10px;
}

#screen_code .code_table .table_head {
	background: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 32px;
	border-bottom: 1px solid #e1eaf3;
	height: 50px;
}

#screen_code .code_table .table_body thead td {
	padding: 10px;
	color: #3876b9;
	font-family: 'rotondac_bold';
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	box-sizing:border-box;
	border-bottom: 1px solid #e1eaf3;
}

#screen_code .code_table .table_head p.code {
	width:150px;
	border-right:1px solid #e1eaf3;
}

#screen_code .code_table .table_head p.date {
	width:230px;
}

#screen_code .code_table .table_body {
	background: #fff;
	max-height: 355px;
	overflow: hidden;
	padding: 0px 10px;
	border-radius: 10px;
}

#screen_code .code_table .table_body td {
	text-align: center;
	font-family: 'rotondac';
	font-size: 16px;
	padding:5px 0px;
}

#screen_code .code_table .table_body tr.first td {
	padding-top: 20px;
}

#screen_code .code_table .table_body tr.last td {
	padding-bottom: 20px;
}

#screen_code .code_table .table_body td.first {
	border-right:1px solid #e1eaf3;
	width: 139px;
}

#screen_code .code_counter {
	width: 58%;
	float: right;
}

#screen_code .code_counter .row > p {
	font-family: 'rotondac_bold';
	color: #ffea64;
	float: right;
	font-size: 20px;
	text-align: right;
	margin-right:30px;
	padding: 33px 0px;
}

#screen_code .code_counter .row ul {
	text-align: right;
	float: right;
}

#screen_code .code_counter .row ul li {
	display: inline-block;
	margin:10px 0px 10px -4px;
	width: 73px;
	height: 100px;
	background: url(../images/count_type2.png) no-repeat center center;
  background-size: 73px 100px;
	font-family: 'Anton', sans-serif;
	font-size: 68px;
	line-height: 94px;
	text-align: center;
	color: #2177c5;
}

#screen_code .code_counter .row ul li.zero {
	color: #4ea9d9;
}

#screen_code .code_counter .row ul li.first {
	width: 64px;
	background: url(../images/count_type1.png) no-repeat center center;
}

#screen_code .code_counter .row ul li.last {
	width: 66px;
	background: url(../images/count_type3.png) no-repeat center center;
}

#page_prizes #screen_code {
	width: 100%;
}

#page_prizes #screen_code .prize_img {
  width: 348px;
  height: 460px;
  background: url(../images/prize_img.png) no-repeat center center;
  position: absolute;
  background-size: 100% auto;
  z-index: 99;
    left: 50%;
    margin-left: -196px;
    top:8px;
}

#screen_profile {
	display: none;
}

#screen_profile > div {
	background: #d5edff;
	border-radius: 10px;
	padding: 20px;
	box-sizing:border-box;
	width: 60%;
	height: 406px;
	margin: 10px;
}

#screen_profile .input {
	width: 50%;
	display: inline-block;
  vertical-align: top;
	margin-right: -4px;
	margin-bottom: 10px;
}

#screen_profile  label {
	color:#3876b9;
	font-family: 'rotondac';
	font-size: 14px;
	text-align: left;
	width: 86%;
	margin: 10px 7%;
	display: block;
}

#screen_profile label.error {
  color: red;
  margin-bottom: 0px;
  font-size: 12px;
}

#screen_profile input {
	width: 86%;
	margin: 0 7%;
}

#screen_form label.error {
  font-size: 12px;
  text-align: left;
}

#screen_form select + label.error {
  margin-top: 7px;
}

#screen_profile button {
	width: 42%;
  	margin: 30px 4%;
}

#screen_profile p {
	width: 86%;
  margin: 0 7%;
  border-radius: 10px;
  background: rgba(255,255,255,0.5);
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  box-sizing: border-box;
  font-family: 'rotondac';
  font-size: 14px;
}

.profile_edit {
	display: none;
}

#page_winners,
#page_rating,
#page_help {
	width: 1000px;
	margin: 40px auto 20px auto;
	height: 490px;
}

#page_help {
	height: auto;
}

#page_rating > p,
#page_help > p {
	font-family: 'rotondac';
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

#page_winners .winner_tabs {
	text-align: center;
}

#page_winners .winner_tabs a {
	font-size: 20px;
	font-family: 'rotondac_bold';
	color: #ffea64;
	display: inline-block;
	padding: 7px 15px;
	margin: 10px 40px;
}

#page_winners .winner_tabs a.offline,
#page_winners .winner_tabs a.offline:hover,
#page_myaccount .account_nav a.offline,
#page_myaccount .account_nav a.offline:hover {
-webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#page_winners .winner_tabs a.offline:hover,
#page_myaccount .account_nav a.offline:hover {
	color: #fff;
	
}


#page_winners .winner_tabs a.online {
	border: 1px dashed #fff;
	border-radius: 5px;
}

#page_winners .code_table,
#page_rating .code_table {
	width: 100%;
}

#page_rating .code_table,
#screen_help {
	margin-top: 20px;
}


#screen_help {
	margin-bottom: 40px;
}

#screen_form {
  max-width: 650px;
  margin: 40px auto 20px auto;
  color: #fff; 
}

#screen_form h1 {
  font-family: 'rotondac_bold';
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3em;
}

#screen_form .row {
  width: 100%;
  border-bottom: 1px solid #3287d7;
  padding: 10px 0px;
}

#screen_form .row.last {
  border-bottom: 0px;
}

#screen_form .row .form-group > div,
#screen_form .row .form-group > div input {
  display: inline-block;
}

#screen_form .row .form-group > div select {width: 100%;}

#screen_form .row .form-group > div {
  margin: 15px 25px 15px 0px;
}

#screen_form .row > p {
  font-family: 'rotondac_bold';
  font-size: 24px;
  margin: 15px 0px;
}

#screen_form .row .form-group > div input {
  height: auto;
}

#screen_form button {
  background: #feea65;
  font-family: 'rotondac_bold';
  font-size: 32px;
  color: #d81015;
  border: 0;
  border-radius: 10px;
  display: block;
  margin: 20px auto 60px auto;
  width: 300px;
  line-height: 60px;
  height: 60px;
  cursor: pointer;
}

#screen_form  input.css-checkbox {
  position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

#screen_form input.css-checkbox + label.css-label, 
#screen_form input.css-checkbox + label.css-label.clr {
              padding-left:35px;
              height:24px; 
              display:inline-block;
              line-height:24px;
              background-repeat:no-repeat;
              background-position: 0 0;
              font-family: 'rotondac';
              font-size:16px;
              vertical-align:middle;
              cursor:pointer;
}

#screen_form input.css-checkbox:checked + label.css-label, 
#screen_form input.css-checkbox + label.css-label.chk {
              background-position: 0 -24px;
}
#screen_form label.css-label {
        background-image:url("../images/csscheckbox.png");
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }
  .help.form .radial {
    height: 100%;
  }

@media screen and (max-width: 767px) {

  #screen_form {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  #screen_form h1 {
    font-size: 20px;
  }

  #screen_form .row > p {
    font-size: 16px;
  }

  #screen_form .row .form-group > div {
    display: block;
    width: 100%!important;
  }
}

#page_winners table thead th,
#page_rating table thead th {
	font-family: 'rotondac_bold';
	color: #3876b9;
	font-size: 16px;
	text-align: center;
	padding: 10px 0px;
	border-right: 1px solid #e1eaf3;
	border-bottom: 1px solid #e1eaf3;
  vertical-align: middle;
}

#page_winners table thead th.last, 
#page_rating table thead th.last {
    border-right: 0px;
  }

#page_winners table thead th > p {
  font-size: 12px;
  font-family: 'rotondac';
}

#page_rating .table_head p {
	padding: 17px 71px;
}

#page_winners .table_head p.last,
#page_rating .table_head p.last {
	border-right: 0;
}


#page_winners .table_body,
#page_rating .table_body {
	background: #fff;
	max-height: 355px;
	overflow: hidden;
	padding: 10px;
	border-radius: 10px;
}

#page_winners table tbody td,
#page_rating table tbody td {
	text-align: center;
	font-family: 'rotondac_bold';
	font-size: 16px;
	padding:10px 0px;
}

#page_winners .table_body td.date {
	border-right:1px solid #e1eaf3;
}

#page_winners .table_body td.code {
	border-right:1px solid #e1eaf3;
}

#page_winners .table_body td.phone,
#page_winners .table_body td.rate {
	border-right:1px solid #e1eaf3;
}

#page_winners .table_body td.name {
	border-right:1px solid #e1eaf3;
}

#page_rating .table_body td.rate {
	border-right:1px solid #e1eaf3;
}

#page_rating .table_body td.phone {
	border-right:1px solid #e1eaf3;
}


#screen_winners2,
#screen_winners3 {
	display: none;
}

.whitebox {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	width:100%;
	box-sizing: border-box;
}

#screen_official {
	margin-top: 20px;
	height: 410px;
	font-size: 14px;
	font-family: 'rotondac';
	line-height: 1.5;
}

#screen_official h1,
#screen_official h2 {
	text-align: center;
	font-weight: bold;
}

#screen_official h3 {
	font-size: 12px;
	font-weight: bold;
}

#screen_official p {
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 1.2em;
}

.offline_mssg {
	background: #fff;
	border-radius: 10px;
	padding: 50px 20px;
	box-sizing: border-box;
	text-align: center;
	font-family: 'rotondac_bold';
	color: #3876b9;
}

.offline_mssg .line1 {
	font-size: 24px;
	line-height: 1.5em;
}

.offline_mssg .line2 {
	font-family: 'rotondac';
	font-size: 20px;
	line-height: 1.5em;
}

.offline_mssg .line2 a {
	color: #d7000a;
	background: #ffea64;
	border-radius: 6px;
	padding: 0px 5px;
}

.offline_mssg .line2 a:hover {
	background: #fff;
}

.prizes .content {
	max-width: 800px;
}

#page_prizes .code_counter {
	width: 100%;
	height: 450px;
	padding-top: 80px;
	position: relative;
}

#page_prizes .code_counter > p {
	position: absolute;
	top:55px;
	right: 0;
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	font-family: 'rotondac';
}

#page_prizes .code_counter .row {
	width: 100%;
	padding-left: 0;
}


#page_prizes .code_counter .style1 {
	color: #ffea64;
	font-size: 32px;
	font-family: 'rotondac_bold';
	text-align: right;
}

#page_prizes .code_counter .style2 {
	color: #ffffff;
	font-size: 16px;
	font-family: 'rotondac_bold';
	text-align: right;
}

#page_prizes .code_counter .style3 {
	color: #4ea9d9;
	font-size: 18px;
	font-family: 'rotondac_bold';
	text-align: right;
}

#page_prizes .code_counter .row-1 p {
	width: 320px;
	line-height: 1.1;
}

#page_prizes .code_counter .row-1 div {
	padding-top: 24px;
	float: left;
}

#page_prizes .code_counter .row-2 p {
	width: 260px;
	line-height: 1.1;
}

#page_prizes .code_counter .row-2 div {
	padding-top: 30px;
	float: left;
}

#page_prizes .code_counter .row-3 p {
	width: 220px;
	line-height: 1.1;
}

#page_prizes .code_counter .row-3 div {
	padding-top: 28px;
	float: left;
}

#page_prizes .code_counter .row-4 p {
	width: 455px;
	line-height: 1.1;
}

#page_prizes .code_counter .row-4 div {
	padding-top: 17px;
	float: left;
}


/* CENTER VERTICALY */

.center #page_choose {
	position: absolute;
	min-height: 250px;
	width: 460px;
	top:50%;
	left:50%;
	margin-top: -105px;
	margin-left: -230px;
}

.center #page_login {
	position: absolute;
	min-height: 315px;
	width: 460px;
	top:50%;
	left:50%;
	margin-top: -145px;
	margin-left: -230px;
}

.center #page_feedback {
	width: 600px;
	min-height: 410px;
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -185px;
	margin-left: -300px;
}


/* POPUPs */
.popup {
	position: fixed;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(8,27,41,0.5);
	z-index: 10000;
	display: none;
}

.popup > div {
	background: #ffffff;
	border-radius: 10px;
	width: 460px;
	min-height: 200px;
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left: -250px;
	padding: 30px;
	box-sizing:border-box;
}

.popup.system > div {
	display: table;
}

.popup.system > div .border {
	display: table-cell;
	min-height: 200px;
	vertical-align: middle;
	font-family: 'rotondac';
	font-size: 14px;
	line-height: 1.3em;
	text-align: center;
}

.popup.system > div .border h1 {
	font-size: 24px;
  text-transform: uppercase;
  color: #d81015;
	font-family: 'rotondac_bold';
  margin-bottom: 15px;
}

.popup.system > div .sign {
	font-size: 12px;
	color: #777777;
	margin-top: 10px;
  	line-height: 14px;
}

.popup.system > div .sign a {
	color: #777777;
	text-decoration: underline;
}

#RegisterUserTrue p {
	color: #3876b9;
	font-size: 18px;
	font-family: 'rotondac_bold';
}

.popup .popup-close {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/close.png) no-repeat center center;
	position: absolute;
	top:0;
	right: -40px;
	cursor: pointer;
}

.remind_pass input,
.remind_pass button {
	width: 320px;
	margin: 30px auto;
	text-align: center;
}

.remind_pass p {
	text-align: center;
	font-family: 'rotondac';
	font-size: 14px;
}

.remind_pass label.error {
	margin-top: -20px;
}


.ui-widget {
	font-family: 'rotondac';
	font-size: 14px;
	color: #000;
}

.ui-accordion .ui-accordion-header {
	font-size: 20px;
}

.ui-accordion .ui-accordion-icons {
	padding-left: 20px;
}

.ui-widget-content {
	background: #fff;
	border: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	
}

.ui-accordion .ui-accordion-content {
	padding: 0 20px 15px 20px;
}

.ui-accordion .ui-accordion-header {
	background: #d6edff;
	border-radius: 10px;
	border: 0;
	color: #3876b9;
	margin: 20px 0px;
}

.ui-accordion .ui-accordion-header:focus,
.ui-accordion .ui-accordion-header:active {
	outline: none;
}

.ui-accordion .ui-accordion-header-active {
	border:0px;
	background: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	color: #3876b9;
	font-family: 'rotondac_bold';
	font-size: 24px;
	margin:0;
}

.help .wrapper,
.fullscreen.help .wrapper {
	position: relative;
	top:auto;
	left: auto;
	right: auto;
	bottom: auto;
	min-width: 980px;
	width: 100%;
	height: 100%;
	background: #0057b7;
	z-index: 0;
	min-height: 600px;
}

.help .radial,
.help .inline-red,
.help .footer,
.help .header,
.fullscreen.help .radial,
.fullscreen.help .inline-red,
.fullscreen.help .footer,
.fullscreen.help .header {
	position: relative;
	top:auto;
	left: auto;
	right: auto;
	bottom: auto;
}

#page_feedback {
	width: 600px;
	margin: 0 auto;
}

#page_feedback input,
#page_feedback textarea {
	width: 94%;
	margin: 0 3%;
}

#page_feedback textarea {
	height: 244px;
	font-family: 'rotondac';
	font-size: 14px;
}

#page_feedback input {
	height: 44px;
}

#page_feedback button {
	margin: 30px auto 10px auto;
	width: 300px;
}

#page_feedback .col_left div {
	position: relative;
}

#page_feedback label {
	font-family: 'rotondac';
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: left;
  padding: 10px 20px;
}

#page_feedback label.error {
	font-size: 12px;
	position: absolute;
	bottom: -30px;
}

#page_feedback p {
	  font-family: 'rotondac';
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

#page_feedback .col_left,
#page_feedback .col_right {
	width: 50%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}

#page_terms .image {
	width:100%;
	min-height: 365px;
	position: relative;
}

#page_terms .image > div {
	width: 220px;
	height: 365px;
	display: inline-block;
}

#page_terms .image .step1 {
	width: 32%;
	background: url(../images/step1.png) no-repeat top center;
	margin-right: 3%
}
#page_terms .image .step2 {
	width: 298px;
	background: url(../images/step2.png) no-repeat top center;
	margin-right: 25px;
}
#page_terms .image .step3 {
	width: 313px;
	background: url(../images/step3.png) no-repeat top center;
}

#page_terms .zapas {
  position: relative;
  top:-50px;
}

#page_terms .zapas > div {
  height: 150px;
  display: inline-block;
}

#page_terms .zapas .step1 {
  width: 302px;
  background: url(../images/step12.png) no-repeat bottom left;
  margin-right: 25px;
}
#page_terms .zapas .step2 {
  width: 298px;
  background: url(../images/step22.png) no-repeat bottom left;
  margin-right: 15px;
}
#page_terms .zapas .step3 {
  width: 345px;
  background: url(../images/step32.png) no-repeat bottom left;
}

#page_terms .zapas .garanty {
  width: 162px;
  height: 78px;
  display: block;
  position: absolute;
  right: 74px;
  top: -67px;
  background: url(../images/garanty.png) no-repeat center center;
  background-size: 100% auto
}


#page_terms .image div p.big {
	font-family: 'rotondac_bold';
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding-top: 14px;
}

#page_terms .image div p.small {
	font-family: 'rotondac';
	font-size: 14px;
	color: #fff;
	text-align: center;
}

#page_terms .image .step1 p {
	padding-left: 30px;
}

#page_terms .image .step3 p {
	padding-left: 15px;
}

#page_terms .win-prize {
	color: #ffe13b;
	font-family: 'rotondac';
	font-size: 50px;
	text-transform: uppercase;
	text-align: center;
	border: 2px dashed #fff;
	padding: 20px;
	margin: 20px auto;
	display: block;
	width: 420px;
	-webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#page_terms .win-prize:hover {
	color: #fff;
	border: 2px dashed #ffe13b;
	-webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.mobile {
	display: none;
}

.menu-link {
	display: none;
}

.main_homka img  {
  display: none;
}

@media screen and (max-width: 1000px) {
	.homka-logo {
		margin-left: 0;
		left: 363px;
	}	
}

@media screen and (min-width: 1024px) and (max-height: 600px ) {
	input,
	.button {
		height: 44px;
		line-height: 44px;
		font-size: 14px;
	}

	#page_login label.error {
		margin-top: -5px;
	}

	.forms input, .forms button, .forms a {
		margin: 15px auto;
	}

	.center #page_login {
		min-height: 245px;
		margin-top: -103px;
	}

	.center #page_choose {
		min-height: 200px;
		margin-top: -80px;
	}

	#page_choose p {
		font-size: 18px;
	}
}

@media screen  and (min-width: 1024px) and (max-height: 750px) {
	.fullscreen.registration .wrapper,
	.fullscreen.official .wrapper,
	.fullscreen.rating .wrapper,
	.fullscreen.winners .wrapper,
	.fullscreen.feedback .wrapper {
		position: relative;
		top:auto;
		left: auto;
		right: auto;
		bottom: auto;
		min-width: 980px;
		width: 100%;
		height: 100%;
		background: #0057b7;
		z-index: 0;
		min-height: 600px;
	}
	.fullscreen.registration .radial,
	.fullscreen.registration .inline-red,
	.fullscreen.registration .footer,
	.fullscreen.registration .header,
	.fullscreen.official .radial,
	.fullscreen.official .inline-red,
	.fullscreen.official .footer,
	.fullscreen.official .header,
	.fullscreen.rating .radial,
	.fullscreen.rating .inline-red,
	.fullscreen.rating .footer,
	.fullscreen.rating .header,
	.fullscreen.winners .radial,
	.fullscreen.winners .inline-red,
	.fullscreen.winners .footer,
	.fullscreen.winners .header,
	.fullscreen.feedback .radial,
	.fullscreen.feedback .inline-red,
	.fullscreen.feedback .footer,
	.fullscreen.feedback .header {
	  		position: relative;
	  		top:auto;
			left: auto;
			right: auto;
			bottom: auto;
		}

}

@media screen and (min-width: 1024px) and (max-height: 600px) {
	.fullscreen.myaccount .wrapper,
	.fullscreen.prizes .wrapper,
	.fullscreen.terms .wrapper {
		position: relative;
		top:auto;
		left: auto;
		right: auto;
		bottom: auto;
		min-width: 980px;
		width: 100%;
		height: 100%;
		background: #0057b7;
		z-index: 0;
		min-height: 600px;
	}
	.fullscreen.myaccount .radial,
	.fullscreen.myaccount .inline-red,
	.fullscreen.myaccount .footer,
	.fullscreen.myaccount .header,
	.fullscreen.prizes .radial,
	.fullscreen.prizes .inline-red,
	.fullscreen.prizes .footer,
	.fullscreen.prizes .header,
	.fullscreen.terms .radial,
	.fullscreen.terms .inline-red,
	.fullscreen.terms .footer,
	.fullscreen.terms .header {
	  		position: relative;
	  		top:auto;
			left: auto;
			right: auto;
			bottom: auto;
		}
}

@media screen and (max-height: 700px) {
  .fullscreen .wrapper,
  .fullscreen .header,
  .fullscreen .radial,
  .fullscreen .inline-red,
  .fullscreen .footer,
  .fullscreen .home_prize,
  .fullscreen .home_graphics {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    margin:0;
  }

  .fullscreen .home_prize,
  .fullscreen .home_graphics {
    margin: 0 auto;
  }

  .fullscreen .home_graphics {
    top: -95px;
  }

  .fullscreen .home_prize {
    top: -190px;
  }

  .radial .bg {
    height: 500px!important;
  }

  .prizes .radial .bg {
    height: 600px!important;
  }

  .prizes .radial .bg #page_prizes {
    width: 900px;
    margin: 0 auto;
  }

  #page_prizes #screen_code .prize_img {
    top:72px;
  }


}

@media screen and (max-height: 800px) {
  .terms .radial .bg {
    height: 650px!important;
    padding-top: 90px;
    background-size: 130% auto;
  }

  .terms .inline-red, .terms .footer, .terms .radial, .terms .wrapper {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    margin: 0;
  }

  #page_terms {
    width: 996px;
    margin: 0 auto;
  }
}

@media screen and (max-height: 700px) {
  .main_homka {
    width: 800px;
    padding-top: 40px;
  }
}

@media screen and (min-width: 1024px) and (max-height: 700px ) {
	.csstransforms .home_graphics {
		background-size: 100%;
		-ms-transform: scale(0.7,0.7); /* IE 9 */
    	-webkit-transform: scale(0.7,0.7); /* Safari */
    	transform: scale(0.7,0.7);
    }
}


@media screen and (min-width: 1024px) and (min-height: 701px ) {
	.csstransforms .home_graphics {
		background-size: 100%;
		-ms-transform: scale(0.75,0.75); /* IE 9 */
    	-webkit-transform: scale(0.75,0.75); /* Safari */
    	transform: scale(0.75,0.75);
    }

    .fullscreen .home_graphics {
    top: -85px;
  }

    .fullscreen .home_prize  {
    -ms-transform: scale(0.8,0.8); /* IE 9 */
      -webkit-transform: scale(0.8,0.8); /* Safari */
      transform: scale(0.8,0.8);
      top:165px;
  }

  .csstransforms .main_homka {
    background-size: 100%;
    padding-top: 0px;
    position: relative;
    height: 566px;
    -ms-transform: scale(0.8,0.8); /* IE 9 */
      -webkit-transform: scale(0.8,0.8); /* Safari */
      transform: scale(0.8,0.8);
    }

    #page_prizes {
    width: 980px;
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -530px;
    margin-top: -225px;
    -ms-transform: scale(0.8,0.8); /* IE 9 */
      -webkit-transform: scale(0.8,0.8); /* Safari */
      transform: scale(0.8,0.8);
  }

  #page_terms {
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
}

@media screen and (min-width: 1024px) and (min-height: 751px ) {
	.csstransforms .home_graphics {
		background-size: 100%;
		-ms-transform: scale(0.8,0.8); /* IE 9 */
    	-webkit-transform: scale(0.8,0.8); /* Safari */
    	transform: scale(0.8,0.8);
    }

  .csstransforms .main_homka {
    background-size: 100%;
    padding-top: 20px;
    -ms-transform: scale(0.9,0.9); /* IE 9 */
      -webkit-transform: scale(0.9,0.9); /* Safari */
      transform: scale(0.9,0.9);
    }

    .fullscreen .home_graphics {
    top: -78px;
  }

    .fullscreen .home_prize  {
    -ms-transform: scale(0.9,0.9); /* IE 9 */
      -webkit-transform: scale(0.9,0.9); /* Safari */
      transform: scale(0.9,0.9);
      top:205px;
  }

    .fullscreen.feedback #page_feedback {
		position: absolute;
		width: 600px;
		height: 400px;
		top:50%;
		left:50%;
		margin-top: -180px;
		margin-left:-300px;
	}

  #page_prizes {
    margin-top: -225px;
    -ms-transform: scale(0.9,0.9); /* IE 9 */
      -webkit-transform: scale(0.9,0.9); /* Safari */
      transform: scale(0.9,0.9);
  }

  #page_terms {
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
}

@media screen and (min-width: 1024px) and (min-height: 801px) {
	#page_myaccount,
	#page_winners,
	#page_rating {
		position: absolute;
		top:50%;
		left:50%;
		margin-top: -245px;
		margin-left: -540px;
	}

	#page_terms {
		width: 1000px;
		height: 594px;
		position: absolute;
		top:50%;
		left:50%;
		margin-left: -500px;
		margin-top: -279px;
	}

  #page_terms {
    -ms-transform: scale(0.7, 0.7); /* IE 9 */
    -webkit-transform: scale(0.7, 0.7); /* Safari */
    transform: scale(0.7, 0.7);
  }

}

@media screen and (max-width: 1023px) {
  #page_terms .zapas .garanty  {
    display: none;
  }
  
  .main_homka {
    background: none;
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding-top: 0px;
  }

  .main_homka img {
    display: block;
    width: 100%;
  }

  .intro .radial, .intro .radial .bg {
    height: auto!important;
  }
}

@media screen and (max-width: 899px) {
  .outdate {
    padding: 32px 0px;
    font-size: 26px;
  }

  .footer .line1 {
    font-size: 22px;
  }

  .footer .line2 {
    font-size: 16px;
  }

}

@media screen and (max-width: 799px) {
  .fixed {
    display: none;
  }

  .outdate {
    padding: 34px 0px;
    font-size: 24px;
  }

  .footer .line1 {
    font-size: 20px;
  }

  .footer .line2 {
    font-size: 14px;
  }

}

@media screen and (max-width: 699px) {
  .fixed {
    display: none;
  }

  .outdate {
    padding: 34px 0px;
    font-size: 22px;
  }

  .footer .line1 {
    font-size: 17px;
  }

  .footer .line2 {
    font-size: 12px;
  }

}

@media screen and (max-width: 599px) {
  .fixed {
    display: none;
  }

  .outdate {
    padding: 41px 0px;
    font-size: 18px;
  }

  .footer .line1 {
    font-size: 14px;
  }

  .footer .line2 {
    font-size: 12px;
  }

}

@media screen and (max-width: 499px) {
.outdate {
    padding: 34px 0px;
  }
}



@media screen and (min-width: 1024px) and (min-height: 851px ) {
	.csstransforms .main_homka {
    padding-top: 60px;
    left: -28px;
		background: url(../images/intro.png) no-repeat center center;
		background-size: 100%;
		-ms-transform: scale(1.1,1.1); /* IE 9 */
    	-webkit-transform: scale(1.1,1.1); /* Safari */
    	transform: scale(1.1,1.1);
	}

  .radial .bg {
    background-size: 120% auto;
  }

	.csstransforms .home_graphics {
		background: url(../images/image_01.png) no-repeat center center;
		background-size: 100%;
		-ms-transform: scale(1,1); /* IE 9 */
    	-webkit-transform: scale(1,1); /* Safari */
    	transform: scale(1,1);
    top:-50px;
	}

  .fullscreen .home_prize {
    -ms-transform: scale(1,1); /* IE 9 */
      -webkit-transform: scale(1,1); /* Safari */
      transform: scale(1,1);
      top: 290px;
  }

  #page_terms {
    -ms-transform: scale(0.8, 0.8); /* IE 9 */
    -webkit-transform: scale(0.8, 0.8); /* Safari */
    transform: scale(0.8, 0.8);
  }

  #page_prizes {
    margin-top: -225px;
    -ms-transform: scale(1,1); /* IE 9 */
      -webkit-transform: scale(1,1); /* Safari */
      transform: scale(1,1);
  }
}

@media screen and (min-width: 1024px) and (min-height: 901px ) {
	.csstransforms .main_homka {
		-ms-transform: scale(1.2,1.2); /* IE 9 */
    	-webkit-transform: scale(1.2,1.2); /* Safari */
    	transform: scale(1.2,1.2);
	}

	.csstransforms .home_graphics {
		-ms-transform: scale(1.1,1.1); /* IE 9 */
    	-webkit-transform: scale(1.1,1.1); /* Safari */
    	transform: scale(1.1,1.1);
      top:-30px;
	}

  .fullscreen .home_prize {
    -ms-transform: scale(1.1,1.1); /* IE 9 */
      -webkit-transform: scale(1.1,1.1); /* Safari */
      transform: scale(1.1,1.1);
      top: 340px;
  }

  #page_terms {
    -ms-transform: scale(0.9, 0.9); /* IE 9 */
    -webkit-transform: scale(0.9, 0.9); /* Safari */
    transform: scale(0.9, 0.9);
  }

  #page_prizes {
    margin-top: -225px;
    -ms-transform: scale(1.1,1.1); /* IE 9 */
      -webkit-transform: scale(1.1,1.1); /* Safari */
      transform: scale(1.1,1.1);
  }
}

@media screen and (min-width: 1024px) and (min-height: 951px ) {
	.csstransforms .main_homka {
    padding-top: 140px;
		-ms-transform: scale(1.3,1.3); /* IE 9 */
    	-webkit-transform: scale(1.3,1.3); /* Safari */
    	transform: scale(1.3,1.3);
	}

	.csstransforms .home_graphics {
		-ms-transform: scale(1.2,1.2); /* IE 9 */
    	-webkit-transform: scale(1.2,1.2); /* Safari */
    	transform: scale(1.2,1.2);
      top:-15px;
	}

  .fullscreen .home_prize {
    ms-transform: scale(1.2,1.2); /* IE 9 */
      -webkit-transform: scale(1.2,1.2); /* Safari */
      transform: scale(1.2,1.2);
      top:350px;
  }

  #page_terms {
    -ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1);
  }

  #page_prizes {
    margin-top: -225px;
    -ms-transform: scale(1.2,1.2); /* IE 9 */
      -webkit-transform: scale(1.2,1.2); /* Safari */
      transform: scale(1.2,1.2);
  }
}

@media screen and (min-width: 1024px) and (min-height: 1001px ) {
	.csstransforms .main_homka {
		-ms-transform: scale(1.4,1.4); /* IE 9 */
    	-webkit-transform: scale(1.4,1.4); /* Safari */
    	transform: scale(1.4,1.4);
	}

	.csstransforms .home_graphics {
		-ms-transform: scale(1.4,1.4); /* IE 9 */
    	-webkit-transform: scale(1.4,1.4); /* Safari */
    	transform: scale(1.4,1.4);
	}
}

@media screen and (max-width: 1023px) {

	html, body {
		height: 100%;
	}
	.main-website {
		top:150px;
		margin-top: 0;
	}

  .csstransforms .main_homka {
   
    left: 0px;
  }
	.wrapper,
	.fullscreen .wrapper {
		min-width: 0px;
		position: relative;
		height:auto !important; /* real browsers */
    	height:100%; /* IE6: treaded as min-height*/
    	min-height:100%; /* real browsers */
	}

	.fullscreen .radial {
		position: relative;
		top:0px;
	}

	.fullscreen .header,
	.fullscreen .inline-red,
	.fullscreen .footer {
		position: relative;
	}

  .fullscreen .footer {
    background-color: 
  }

  .fullscreen .inline-red {
    bottom: 0px;
  }

  .fullscreen .home_graphics {
    position: absolute;
    width: 400px;
    margin-left: -200px;
    background-size: 100% auto;
    height: 295px;
    left: 50%;
    margin-left: -200px;
    top: 20px;
  }

  .fullscreen .home_prize {
    position: absolute;
    top: 300px;
    left: 50%;
    width: 600px;
    margin-left: -300px;
  }

  .radial {
    height: 732px;
  }

  .prizes .radial,
  .prizes .radial .bg {
    height: auto!important;
  }

  #page_prizes .code_counter {
    padding-bottom: 50px;
  }

  #page_prizes .code_counter > p {
    text-align: center!important;
    padding-top: 55px!important;
  }

  #page_prizes .code_counter .row-1 div,
  #page_prizes .code_counter .row-2 div,
  #page_prizes .code_counter .row-3 div {
    float: none;
    text-align: center;
  }

  #page_prizes .code_counter .row-1 p,
  #page_prizes .code_counter .row-2 p,
  #page_prizes .code_counter .row-3 p {
    width: 100%;
    text-align: center;
  }

  #screen_code .code_counter .row ul {
    width: 100%;
    float: none;
    text-align: center;
  }

  #page_prizes #screen_code .prize_img {
    display: none;
  }

  .radial .bg {
    position: relative;
    background-size: auto 160%;
    top:0;
    left:0;
    right:0;
    height: 550px!important;
  }

	.header .left,
	.header .right {
		display: none;
	}

	.homka-logo {
		position: relative;
		display: block;
		float: left;
		left: 0;
		width: 20%;
		height: 90px;
		background-size: 90% auto;
    margin-left: 0px;
	}

	.header {
		height: 45px;
	}

	.inline-red p {
		margin: 0 20px;
	}

	.inline-red .line1 {
		font-size: 22px;
		padding-top: 25px;
	}

	.inline-red .line2 {
		font-size: 15px;
	}

	.footer {
		height: auto;
	}

	.footer ul li a {
		font-size: 12px;
		padding: 5px 10px;
		margin-bottom: 20px;
	}

	.mobile {
		display: block;
		width: 75%;
		margin-right: 5%;
		float: right;
		text-align: right!important;
	}

	.mobile a {
		padding:0 5px;
		font-size: 16px!important;
	}

	.content {
		padding-top: 30px;
	}

	#page_prizes #screen_code {
		width: 90%;
		margin: 0 5%;
	}

	#page_prizes .code_counter {
		background-image: none;
		padding-top: 0px;
		height: auto;
		margin-bottom: 30px;
	}

	#page_prizes .code_counter > p {
		position: relative;
		top:0;
		text-align: right;
  padding-top: 20px;
	}

	#page_terms .image {
		background-size: 90%;
	}
	#page_terms .image > div {
		width: 185px;
	}

	.step1 {
		width: 150px;
	}

	#page_prizes .code_counter .row {
		width: 100%;
		padding-left: 0;
	}

  .terms .radial .bg,
  .terms .radial {
    height: auto!important;
  }

  .terms .radial .bg {
    padding-top: 55px;
    background-size: 100% 100%;
  }

  #page_terms {
    width: 100%;
  }

  #page_terms .zapas {
    top:0px;
    padding-bottom: 50px;
    padding-top: 30px;
  }

	#page_terms .image > div,
  #page_terms .zapas > div {
		width: 32%!important;
		margin: 0 auto!important;
		background-size: 100%!important;
    float: none;
    display: block;
    height: 405px;
	}

  #page_terms .zapas > div {
    height: 80px;
  }

  #page_terms .zapas > div.step3 {
    height: 150px;
  }

  #page_terms .image .step1 p {
    padding-left: 0px;
  }

	#page_terms .image .step2 {
		position: relative;
		left:15px;
	}

	#page_terms .image div p.big {
		font-size: 22px;
    padding-bottom: 5px;
	}

	#page_terms .image div p.small {
		font-size: 16px;
	}

	#page_terms .win-prize {
		font-size: 40px;
	}

	#page_winners, #page_rating, #page_help {
		width: 90%;
		margin: 0 5%;
	}

	#page_winners .winner_tabs a {
		  margin: 10px 20px;
	}

	#page_winners .table_head p, #page_rating .table_head p {
		  font-size: 14px;
  padding: 17px 14px;
	}

	#page_winners table thead th, #page_rating table thead th,
	#page_winners table tbody th, #page_rating table tbody th {
		font-size: 14px;
	}

	#page_winners table thead th.last, #page_rating table thead th.last {
		border-right: 0px;
	}

	.help .wrapper, .fullscreen.help .wrapper {
		min-width: 0;

	}

	#page_myaccount {
		width: 90%;
		margin: 30px 5%;
		height: auto;
	}

	#screen_code .code_table,
	#screen_code .code_counter {
		width: 100%;
		margin: 0;
		float: none;
	}

	#screen_code .code_table {
		margin-bottom: 10px;
	}

	#page_myaccount .account_nav a {
		width: 49%;
		margin: 0px 0px 20px 0px;
		padding: 7px 0px;
		text-align: center;
	}

  #page_myaccount .add-code {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 270px;
    margin-bottom: 30px;
    text-align: center;
  }

	#screen_code .code_table .table_body td {
		width: 50%
	}

	#page_code {
		margin-bottom: 30px;
	}

	#screen_code .code_counter .row > p {
		width: 100%;
		padding: 0;
		margin: 0px 0px 20px 0px;
		text-align: center;
	}

	#screen_profile > div {
		width: 100%;
		margin: 0;
	}

}

@media screen and (max-width: 419px) {

  #page_prizes #screen_code {
    width: 100%;
    margin: 0;
  }
  #screen_code .code_counter .row  {
    -ms-transform: scale(0.8, 0.8); /* IE 9 */
    -webkit-transform: scale(0.8, 0.8); /* Safari */
    transform: scale(0.8, 0.8);
  }
}

@media screen and (max-width: 767px) {
	.mobile {
		display: none;
		float: none;
		width: 90%;
		margin: 0 5%;
	}

	.mobile.active {
		display: block;
	}

	.header.active {
		height: 250px;
		padding-top: 10px;
	}

	.mobile a {
		display: block!important;
		text-align: center;
		width: 100%;
		margin:0;
		padding: 0;
		float: none;
    color: #3876b9!important; 
	}

	.menu-link {
		display: block;
		width: 30px;
		height: 45px;
		position: absolute;
		right: 0px;
		top:0px;
		color: rgb(0, 87, 183);
		text-align: center;
		font-size: 20px;
		line-height: 40px;
		margin-right: 15px;
		background: url(../images/menu.png) no-repeat center center;
	}

	.homka-logo {
		width: 96px;
		float: none;
		position: absolute;
		left:15px;
	}

	.header > div a {
		line-height: 35px;
	}

	.inline-red .line1,
	.inline-red .line2 {
		font-size: 12px;
		
	}

	.inline-red .line1 {
		padding-top: 18px;
	}

	.footer ul li a {
		margin-bottom: 0px;
	}

	.footer {
		padding-bottom: 20px;
	}

	#screen_code .code_counter .row ul {
		float: none;
		text-align: center;
	}

	#page_prizes .code_counter .row-1 div,
	#page_prizes .code_counter .row-2 div,
	#page_prizes .code_counter .row-3 div,
	#page_prizes .code_counter .row-4 div  {
		float: none;
	}

	#page_prizes .code_counter .row-1 p,
	#page_prizes .code_counter .row-2 p,
	#page_prizes .code_counter .row-3 p,
	#page_prizes .code_counter .row-4 p {
		width: 100%;
		text-align: center;
	}

	#page_prizes .code_counter .style3 {
		color: #fff;
		font-size: 12px;
	}

	#page_prizes .code_counter > p {
		text-align: center;
	}

	#page_terms .image > div,
  #page_terms .zapas > div {
		width: 300px!important;
		margin:0 auto!important;
		display: block;
	}

	#page_terms .win-prize {
		width: 90%;
		margin: 20px auto;
		font-size: 24px;
		padding: 10px 0px;
	}

	.content {
		width: 100%;
		min-height: 100px!important;
		height: auto!important;
	}

	#page_terms .image div p.big {
		padding-top: 17px;
	}

	.radial {
		background-image: none;
	}

	.center #page_choose {
		width: 90%;
		margin: 0 5%;
		position: relative;
		top: 0;
		left:0;
	}

	#page_choose p {
		width: 100%;
		font-size: 14px;
	}

	.forms input, .forms button, .forms a, .forms .remind {
		width: 80%;
		font-size: 12px;
		height: 46px;
  line-height: 48px;
  padding: 0;
	}

	.inline-red .line1, .inline-red .line2 {
		font-size: 12px;
	}

	.center #page_login {
		position: relative;
		top:0;
		left:0;
		margin: 0 auto;
		width: 100%;
	}

	.popup > div {
		width: 80%;
		margin: 20px 10%;
		top:0;
		left:0;
	}

	.popup .popup-close {
		right: -28px;
	}

	.remind_pass input, .remind_pass button {
		width: 100%;
	}

	input,
	.button,
	input.smaller {
		height: 38px;
		margin: 0 15px;
		line-height: 38px;
		font-size: 12px;
		font-family: 'rotondac';
	}

	.remind_pass p {
		font-size: 12px;
	}

	label.error {
		font-size: 11px;
	}

	.forms_wide .input {
		display: block;
		width: 100%;
	}

	.forms_wide label {
		font-size: 12px;
	}

	input[type=checkbox].css-checkbox + label.css-label, input[type=checkbox].css-checkbox + label.css-label.clr {
		font-size: 12px;
	}

	#page_rating table thead td.last,
	 #page_rating table tbody td.amount {
		display: none;
	}

	#page_feedback {
		width: 90%;
		margin: 0 5% 30px 5%;
	}

	#page_feedback .col_left, #page_feedback .col_right {
		display: block;
		width: 100%;
	}

	.feedback .content {
		padding-top: 30px;
	}

	#page_feedback label {
		font-size: 12px;
	}

	#page_feedback input {
		height: 38px;
	}

	.ui-accordion .ui-accordion-header-active,
	.ui-accordion .ui-accordion-header {
		font-size: 16px;
	}

	.fullscreen .home_graphics {
		width: 300px;
    margin-left: -150px;
    height: 222px;
		background-size: 100%;
    top: -23px;
	}

  .fullscreen .home_prize {
    background: url(../images/prize_sm.png) no-repeat top center;
    background-size: 100% auto;
    width: 400px;
    margin-left: -200px;
    height: 603px;
    top:210px;
  }

  .radial {
    height: 995px;
  }

  .radial .bg {
    height: 810px!important;
  }

	#page_winners .date,
	#page_winners .city,
	#page_winners .code {
		display: none;
	}

	#page_winners, #page_rating, #page_help {
		height: auto;
		padding-bottom: 20px;
	}

	#page_winners .table_body, #page_rating .table_body {
		max-height: 5000px;
	}

	.homka-logo {
		height: 45px;
    background-size: auto 100%;
	}

	#screen_profile .input {
		width: 100%;
		display: block;
	}

	#screen_profile > div {
		height: auto;
	}

	#screen_profile button {
		margin: 30px auto;
	}
}

@media screen and (max-width: 600px) {
  .fixed {
    display: none;
  }

	.fullscreen .home_graphics {
		width: 220px;
    height: 162px;
    margin-left: -110px;
    top:-12px;
	}

  .fullscreen .home_prize {
    width: 300px;
    margin-left: -150px;
    height: 450px;
    top: 155px;
  }

  .radial {
    height: 825px;
  }

  .radial .bg {
    height: 600px!important;
  }

  .help .radial,
  .help .radial .bg,
  .feedback .radial,
  .feedback .radial .bg,
  .myaccount .radial,
  .myaccount .radial .bg{
    height: auto!important;
  }


}

@media screen and (max-width: 500px) {
	.home_graphics {
		height: 360px;
	}


}

@media screen and (max-width: 400px) {
	.home_graphics {
		height: 300px;
	}
}

@media screen and (min-width: 1200px) {
  #page_myaccount,
  .content {
    width: 1080px;
    max-width: 1080px;
  }
}
