html {
	overflow-y:scroll;
}

html, body {
	position:relative;
	height:100%;
}

html, body, form {
	margin:0px;
	padding:0px;
	border:0px;
}

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

td {
	padding:0px;
	position:relative;
}

div, td, img, p {
	border:0px solid red;
}

body {
	background:#f0f0f0;
	top:0 !important;
	position:static !important;
	min-height:100vh !important;
}

body, td, p, a, div, span, input, button, select, textarea, h1, h2, h3, h4 {
	font-family:'Rubik', sans-serif;
	font-size:14px;
	color:#404040;
	font-weight:400;
	text-align:left;
}

.scrollup {
	width:40px;
	height:40px;
	position:fixed;
	bottom:15px;
	right:15px;
	display:none;
	background:#000 url('../images/scroll.png') no-repeat center center;
	background-size:15px 9px;
	z-index:500;
	cursor:hand;
	cursor:pointer;
	border-radius:100%;
}

.scrollup:hover {
	background:#cd0000 url('../images/scroll.png') no-repeat center center;
	background-size:15px 9px;
}

strong {
	font-weight:500;
}

ul, ol {
	padding:0px;
	margin:0px 0px 28px 14px;
}

li {
	margin-top:3px;
	margin-bottom:3px;
}

p {
	margin:0px;
	padding:0px 0px 30px 0px;
	line-height:20px;
}

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

a:hover {
	color:#cd0000;
}

a.big {
	font-size:26px;
	font-weight:500;
}

div.btn, div.btn-act, a.btn, div.btn-buy, div.btn-buy-act {
	display:table;
	background:#ebf0f7;
	padding:8px 17px 8px 17px;
	font-size:13px;
	border-radius:5px;
	color:#4e6481;
	cursor:hand;
	cursor:pointer;
	text-align:center;
}

div.btn-buy {
	background:#4e6481;
	color:#fff;
}

div.btn:hover, div.btn-act, a.btn, div.btn-buy:hover, div.btn-buy-act {
	background:#cd0000;
	color:#fff;
}

div.btn:hover span, div.btn-act span, a.btn span, div.btn-buy:hover span, div.btn-buy-act span {
	color:#fff;
	font-size:12px;
}

div.btn span {
	font-size:12px;
}

h1, h2, h3, h4, div.h1 {
	padding:13px 0px 7px 0px;
	font-size:26px;
	font-weight:500;
}

h1 a, h1 a:hover {
	font-size:26px;
	font-weight:500;
	color:#404040;
}

h2 {
	padding:0px 0px 0px 0px;
	font-size:20px;
	font-weight:500;
	opacity:0.8;
}

h2 a {
	font-size:20px;
	font-weight:500;
	opacity:0.8;
}

h3 {
	padding:0px 0px 0px 0px;
	font-size:16px;
	font-weight:500;
	opacity:0.8;
	line-height:24px;
	margin-top:-7px;
}

h4 {
	padding:0px 0px 0px 0px;
	font-size:14px;
	font-weight:500;
}

div.top-title {
	color:#d3d3d3;
	text-align:center;
	margin:0px auto;
	display:table;
}

div.top-title a {
	color:#d3d3d3;
}

div.top-txt {
	font-size:16px;
	padding-top:9px;
	color:#fff;
	text-align:center;
	font-weight:500;
	margin:0px auto;
	display:table;
}

div.top-txt a {
	color:#fff;
	font-size:16px;
	font-weight:500;
}

div.current-year {
	border-radius:10px;
	display:table;
	color:#fff;
	padding:13px 25px 12px 20px;
	background:#cd0000 url('../images/drop_icon.svg') no-repeat 167px center;
	background-size:16px 9px;
	cursor:hand;
	cursor:pointer;
	font-size:14px;
	width:149px;
	font-weight:500;
	margin:12px auto 0px auto;
	text-align:center;
}

div.year-selector {
	border-radius:10px;
	display:table;
	background:#fff;
	cursor:hand;
	cursor:pointer;
	font-size:14px;
	width:194px;
	font-weight:500;
	top:230px;
	left:62px;
	position:absolute;
	z-index:1;
	box-shadow:0px 0px 20px rgba(0,0,0,0.35);
	text-align:center;
}

div.year-selector a {
	font-size:14px;
	font-weight:500;
	display:table;
	border-top:1px solid #eee;
	width:149px;
	padding:13px 25px 12px 20px;
	margin:0px auto;
	text-align:center;
}

div.year-selector a:hover, div.year-selector a.act {
	color:#cd0000;
	font-size:14px;
	font-weight:500;
	display:table;
	border-top:1px solid #eee;
	width:149px;
	padding:13px 25px 12px 20px;
	text-align:center;
}

div.year-selector a:first-child {
	border-top:0px;
}

div.head-cnt {
	background:url('../images/head_bg.gif');
}

div.news-data {
	font-size:11px;
	display:table;
	background:#000;
	color:#fff;
	padding:8px 10px 7px 30px;
}

div.news-txt {
	color:#000;
	padding:7px 30px 26px 30px;
	line-height:20px;
	font-size:13px;
	opacity:0.7;
}

div.news-txt a {
	color:#000;
	line-height:20px;
	font-size:13px;
}

div.news-blk {
	display:table;
	float:left;
	width:240px;
	padding:30px;
	background:#f9f9f9;
	margin:0px 30px 30px 0px;
}

table.body {
	width:1000px;
	margin:0px auto;
}

div.spec-mesto {
	display:table;
	font-size:14px;
	font-weight:600;
	color:#000;
	text-align:center;
	width:102px;
}

div.mesto {
	display:table;
	font-size:16px;
	font-weight:600;
	color:#000;
	width:102px;	
}

div.mesto div {
	background:#000;
	color:#fff;
	font-weight:600;
	font-size:18px;
	border-radius:100%;
	width:40px;
	padding:9px 0px 9px 0px;
	text-align:center;
	float:left;
	display:table;
	margin-top:-11px;
	margin-right:9px;
}

table.tbl {
	width:100%;
}

table.tbl td {
	padding:10px 0px 10px 20px;
	border-bottom:1px solid #d3d3d3;
}

table.tbl tr:last-child td {
	border-bottom:0px;
}

table.tbl tr td:first-child {
	padding-left:0px;
}

table.tbl tr.n td {
	background:#e3e3e3;
}

table.tbl td.title {
	font-weight:500;
	padding-left:20px;
}

table.tbl tr.head td {
	background:#d3d3d3;
	font-size:12px;
}

div.ann {
	padding:26px 40px;
	color:#fff;
	font-size:16px;
	border-radius:0px 20px 20px 0px;
	margin:33px 0px 32px -40px;
	background:#cd0000;
}

div.ann a {
	color:#fff;
	font-size:16px;
	border-bottom:1px solid #fff;
}

div.ann a:hover {
	border-bottom:1px solid #cd0000;
}

div.panel {
	border-radius:0px 20px 20px 0px;
	background:#fff;
	padding:18px 40px 20px 40px;
	margin-top:9px;
	margin-left:-40px;
	border-left:1px solid #f0f0f0;
}

div.advan {
	background:url('../images/galka_icon.svg') no-repeat left 8px;
	background-size:12px 12px;
	padding:6px 0px 0px 17px;
	font-size:13px;
}

div.tbl-mesto {
	background:#000;
	color:#fff;
	border-radius:100%;
	width:25px;
	padding:4px 0px 4px 0px;
	text-align:center;
	display:table;
	margin:0px auto;
}

div.tbl-ann-red {
	background:#cd0000;
	font-size:12px;
	border-radius:20px;
	padding:6px 0px 7px 0px;
	display:table;
	color:#fff;
	width:50px;
	text-align:center;
	margin:0px auto;
}

div.tbl-ann-green {
	background:#19ab2d;
	font-size:12px;
	border-radius:20px;
	padding:6px 0px 7px 0px;
	display:table;
	color:#fff;
	width:50px;
	text-align:center;
	margin:0px auto;
}

div.foot-bottom {
	background:#000;
}

table.foot {
	width:1000px;
	margin:0px auto;
}

table.foot td, table.foot td div {
	color:#fff;
}

table.foot td a {
	color:#f0f0f0;
}

table.foot td a:hover {
	color:#fff;
}

img.pay-ico {
	float:left;
	margin-right:10px;
	background:#eee;
	border-radius:5px;
	padding:7px 10px;
}

div.winner {
	font-size:16px;
	color:#000;
	font-weight:500;
}

div.lupa {
	background:#f3f3f3 url('../images/lupa_icon.png') no-repeat center center;
	background-size:20px 20px;
	display:table;
	width:40px;
	height:40px;
	border-radius:10px 0px 0px 0px;
	position:absolute;
	top:181px;
	right:22px;
	z-index:1;
}

div.lupa:hover, div.lupa-act {
	background:#cd0000 url('../images/lupa_act_icon.png') no-repeat center center;
	background-size:20px 20px;
	display:table;
	width:40px;
	height:40px;
	border-radius:10px 0px 0px 0px;
	position:absolute;
	top:181px;
	right:22px;
	z-index:1;
}

div.main-pic {
	width:329px;
	height:219px;
	overflow:hidden;
	border:2px solid #f3f3f3;
	border-radius:10px 10px 0px 10px;
	position:relative;
	cursor:hand;
	cursor:pointer;
}

div.soc {
	border-radius:100%;
	margin:0px 10px 0px 0px;
	width:35px;
	height:35px;
	display:table;
}

div.soc-label {
	position:absolute;
	background:#cd0000;
	font-size:11px;
	padding:8px 10px 7px 10px;
	top:45px;
	left:0px;
	z-index:1;
	display:none;
	white-space:nowrap;
	color:#fff;
	border-radius:3px;
}

div.soc-label svg {
	position:absolute;
	top:-8px;
	left:50%;
	margin-left:-9px;
}

td.form {
	position:relative;
	padding:0px 0px 20px 20px;
}

tr td.form:first-child {
	padding-left:0px;
}

div.pole-ann {
	display:table-cell;
	padding:0px 15px;
	vertical-align:middle;
	background:#f2f5f9;
	font-size:11px;
	height:68px;
	border-radius:10px;
}

div.pole-title {
	display:table;
	position:absolute;
	top:14px;
	left:39px;
	font-size:13px;
	padding-right:15px;
	color:#646464;
}

tr td.form:first-child div.pole-title {
	left:19px;
}

div.pole-title a {
	font-size:13px;
}

div.pole-title span {
	font-size:13px;
	color:#646464;
}

div.required {
	display:table;
	font-weight:300;
	color:#cd0000;
	position:absolute;
	top:-2px;
	right:0px;
	font-size:22px;
}

input.txt {
	border:2px solid #f3f3f3;
	border-radius:5px;
	background:#fff;
	padding:36px 17px 11px 17px;
	margin:0px;
	width:180px;
	color:#000;
}

div.auth-panel {
	padding-bottom:40px;
	display:none;
}

table.panel-btns {
	width:100%;
}

div.panel-btn {
	font-size:14px;
	font-weight:500;
	padding:13px 20px 12px 20px;
	background:#fff;
	color:#4e6481;
	border:2px solid #4e6481;
	border-bottom:0px;
	border-radius:10px 10px 0px 0px;
	display:table;
	cursor:hand;
	cursor:pointer;
	margin-right:1px;
}

div.panel-btn-act {
	font-size:14px;
	font-weight:500;
	padding:13px 20px 12px 20px;
	background:#4e6481;
	color:#fff;
	border:2px solid #4e6481;
	border-bottom:0px;
	border-radius:10px 10px 0px 0px;
	display:table;
	cursor:hand;
	cursor:pointer;
	margin-right:1px;
}

p.media-title {
	color:#fff;
	text-align:center;
	padding-top:18px;
	padding-bottom:36px;
}

div.bottom-txt {
	font-size:16px;
	padding-top:27px;
	color:#fff;
}

div.bottom-txt span {
	font-size:16px;
	color:#fff;
	font-weight:500;
}

.sm-photo {
	float:left;
	width:300px;
}

.bm-photo {
	float:left;
	width:600px;
}