.clear {
	clear: both;
	}

.hint {
	position: absolute;
	padding: 6px 12px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	background: url(http://img.static.operator.mail.ru/general/black.png) repeat;
	border-radius: 4px;
	box-shadow: 0px 0px 2px #FF9;
	}

/* Fields */

.jd_ratings_tabs {
	padding-bottom: 5px;
	border-bottom: 1px solid #ac764d;
	margin-bottom: 20px;
	height: 19px;
	}

	.jd_ratings_tabs div {
		width: 130px;
		background: #d6be8e;
		display: block;
		float: left;
		margin-right: 5px;
		padding: 6px 0px 4px 0px;
		color: #631334;
		font-size: 13px;
		line-height: 14px;
		text-align: center;
		text-decoration: none;
		vertical-align: top;
		border-radius: 5px 5px 0px 0px;
		cursor: pointer;
		}
		
	.jd_ratings_tabs div.act {
		color: #fff;
		background: #631334;
		}

.coins_num {
	margin-bottom: 20px;
	overflow: hidden;
	}
	
	.coins_num.candy {
		padding-top: 10px;
	}
	.coins_num > span,
	.coins_num > b {
		height: 30px;
		display: block;
		float: left;
		margin-left: 8px;
		line-height: 30px;
		cursor: default;
		}
		
	.coins_num > b {
		padding-left: 34px;
		font: bold 16px/30px Arial, Helvetica, sans-serif;
		background: url(https://jd.cdn.gmru.net/static/jd.mail.ru/img/content/fields/coin_small.png) left center no-repeat;
		}
		.coins_num.candy > b {
			padding-left: 34px;
			font: bold 16px/30px Arial, Helvetica, sans-serif;
			background: url(https://jd.cdn.gmru.net/static/jd.mail.ru/img/content/fields/candy.png) left center no-repeat;
			}
	.coins_num > strong {
		font-size: 15px;
		vertical-align: -1px;
	}
		
#mr-lottery-form #proceed {
	border-radius: 6px;
	background-position: -1px 0px;
	}
	
	#mr-lottery-form #proceed .getPrize {
		padding: 6px 4px;
		font: 13px Tahoma, Geneva, sans-serif;
		}
	
	#mr-lottery-form #proceed > table {
		margin-bottom: 12px;
		}

/* Fields chests */

.hunt_chest {
	width: 600px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #9e763c;
	}
	
	.hunt_chest > .chest_logo {
		width: 80px;
		height: 80px;
		float: left;
		}
		
		.hunt_chest > .chest_logo.type1 {background: url(https://jd.cdn.gmru.net/static/jd.mail.ru/img/main/content/fields/chest_type_1.png) left top no-repeat;}
		.hunt_chest > .chest_logo.type2 {background: url(https://jd.cdn.gmru.net/static/jd.mail.ru/img/main/content/fields/chest_type_2.png) left top no-repeat;}
		.hunt_chest > .chest_logo.type3 {background: url(https://jd.cdn.gmru.net/static/jd.mail.ru/img/main/content/fields/chest_type_3.png) left top no-repeat;}
		.hunt_chest > .chest_logo.type4 {background: url(https://jd.cdn.gmru.net/static/jd.mail.ru/img/main/content/fields/chest_type_4.png) left top no-repeat;}
		.hunt_chest > .chest_logo.type5 {background: url(https://jd.cdn.gmru.net/static/jd.mail.ru/img/main/content/fields/chest_type_5.png) left top no-repeat;}
		.hunt_chest > .chest_logo.type6 {background: url(https://jd.cdn.gmru.net/static/jd.mail.ru/img/main/content/fields/chest_type_6.png) left top no-repeat;}
		
		
	.hunt_chest > .chest_cont {
		width: 407px;
		float: left;
		}
		
		.hunt_chest > .chest_cont > a {
			color: #850037;
			font-weight: bold;
			text-decoration: none;
			}
		.hunt_chest > .chest_cont > a:hover {
			text-decoration: underline;
			}
		
		.hunt_chest > .chest_cont > span {
			color: #562806;
			line-height: 28px;
			cursor: default;
			}
		
		.hunt_chest .chest_items {
			margin-top: 2px;
			}
			
			.hunt_chest .chest_items > div {
				width: 36px;
				height: 36px;
				float: left;
				position: relative;
				margin: 0px 12px 12px 0px;
				background: url(https://jd.cdn.gmru.net/static/jd.mail.ru/img/main/content/fields/item_bg.png) left top no-repeat;
				border: 2px solid #ababab;
				border-radius: 5px;
				}
				
				.hunt_chest .chest_items > div.rate1 {border-color: #ffffff;}
				.hunt_chest .chest_items > div.rate2 {border-color: #3dd8d5;}
				.hunt_chest .chest_items > div.rate3 {border-color: #3b89e6;}
				.hunt_chest .chest_items > div.rate4 {border-color: #ff8525;}
				.hunt_chest .chest_items > div.rate5 {border-color: #d91509;}
				.hunt_chest .chest_items > div.rate6 {border-color: #a451ee;}
				
				.hunt_chest .chest_items > div > img {
					width: 36px;
					height: 36px;
					}
				
				.hunt_chest .chest_items > div > span {
					width: 250px;
					display: none;
					position: absolute;
					margin-left: 42px;
					padding: 8px;
					color: #ffffff;
					font: 11px Arial, Helvetica, sans-serif;
					background: url(http://img.static.operator.mail.ru/general/black.png) left top repeat;
					border-radius: 4px;
					z-index: 10;
					cursor: default;
					}
				.hunt_chest .chest_items > div:hover > span {
					display: block;
					}
				.hunt_chest .chest_items > div > span:hover {
					display: none;
					}
					
					.hunt_chest .chest_items > div > span > h5 {
						margin-bottom: 6px;
						font: bold 13px/16px Arial, Helvetica, sans-serif;
						}
					.hunt_chest .chest_items > div.rate1 > span > h5 {color: #ffffdb;}
					.hunt_chest .chest_items > div.rate2 > span > h5 {color: #3dd8d5;}
					.hunt_chest .chest_items > div.rate3 > span > h5 {color: #3b89e6;}
					.hunt_chest .chest_items > div.rate4 > span > h5 {color: #ff8525;}
					.hunt_chest .chest_items > div.rate5 > span > h5 {color: #d91509;}
					.hunt_chest .chest_items > div.rate6 > span > h5 {color: #a451ee;}
					
					.hunt_chest .chest_items > div > span > p {
						padding-bottom: 6px;
						}
					.hunt_chest .chest_items > div > span > p:last-child {
						padding-bottom: 0px;
						}
	
	.hunt_chest > .chest_open {
		width: 113px;
		height: 98px;
		float: left;
		}
		
		.hunt_chest > .chest_open > div {
			height: 20px;
			color: #685433;
			font: 10px/18px Tahoma, Geneva, sans-serif;
			text-align: center;
			background-color: #e5d1b0;
			border-bottom: 1px dotted #685433;
			cursor: default;
			}
		.hunt_chest > .chest_open > span {
			height: 30px;
			display: block;
			color: #631334;
			font: bold 12px/30px Tahoma, Geneva, sans-serif;
			text-align: center;
			background-color: #e5d1b0;
			cursor: default;
			}
		.hunt_chest > .chest_open > a {
			height: 31px;
			display: block;
			color: #ffcba3;
			font: bold 12px/30px Tahoma, Geneva, sans-serif;
			text-decoration: none;
			text-align: center;
			background: url(https://jd.cdn.gmru.net/static/jd.mail.ru/img/main/content/fields/button.png) left top no-repeat;
			}
		.hunt_chest > .chest_open > a:hover {
			color: #fee4cf;
			background-position: left bottom;
			}

.tab.tn2 .hunt_chest > .chest_open > a {
	background-image: url(https://jd.cdn.gmru.net/static/jd.mail.ru/img/main/content/fields/button_blue.png);
}
.chest_chance_block {
	padding: 10px 10px 5px 10px;
	width: 40%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
}
.chest_chance_block h4 {
	color: #850037;
}
.chest_chance_block p {
	margin-bottom: 5px;
	font-weight: bold;
	padding-bottom: 0px;
}
.chest_chance_block p.rank_1 {color: #ffffff;}
.chest_chance_block p.rank_2 {color: #3dd8d5;}
.chest_chance_block p.rank_3 {color: #3b89e6;}
.chest_chance_block p.rank_4 {color: #d91509;}
.chest_chance_block p.rank_5 {color: #a451ee;}

/* Sky marathon | right block */

#block-block-51 .title_block img {
	display: none;
	}

#calendar_container.sky_marathon_rb {
	width: 272px;
	min-height: 250px;
	margin: 0px 0px 16px 0px;
	background: url(https://jd.cdn.gmru.net/static/jd.mail.ru/img/main/content/sky_marathon/right/calendar_bg.png) left center no-repeat;
	}
	
	.sky_marathon_rb .ui-widget-content {
		width: 232px;
		height: 252px;
		padding-right: 55px;
		border: none;
		background: none;
		}
	
	.sky_marathon_rb .ui-datepicker {
		padding: 0px;
		}
	
	.sky_marathon_rb .ui-datepicker-header {
		display: none;
		}
	
	.sky_marathon_rb .ui-datepicker-calendar {
		margin: 13px 0px 0px 17px;
		}
	
		.sky_marathon_rb .ui-datepicker-calendar th > span {
			height: 18px;
			display: block;
			padding: 0px;
			color: #631334;
			font: 14px/12px Cambria, Tahoma, Geneva, sans-serif;
			text-transform: lowercase;
			cursor: default;
			}
	
	.sky_marathon_rb .ui-datepicker th {
		height: 18px;
		padding: 0px;
		}
	
	.sky_marathon_rb .ui-datepicker-calendar td {
		height: 33px;
		}
		
		.sky_marathon_rb .ui-datepicker-calendar td > a,
		.sky_marathon_rb .ui-datepicker-calendar td > span {
			width: 33px;
			height: 33px;
			display: block;
			padding: 0px;
			color: #631334;
			font: 14px/34px Cambria, Tahoma, Geneva, sans-serif;
			border: none;
			background: none;
			}
		
		.sky_marathon_rb .ui-datepicker-calendar td > a {
			color: #631334;
			}
		.sky_marathon_rb .ui-datepicker-calendar td.calendar_highlight > a {
			color: #c8ffc2;
			}
		.sky_marathon_rb .ui-datepicker-calendar td.calendar_highgrey > a {
			color: #494949;
			}
		.sky_marathon_rb .ui-datepicker-calendar td.ui-datepicker-today > a {
			color: #570d28;
			}
		
		.sky_marathon_rb .ui-datepicker-calendar td > a:hover {
			color: #631334;
			}
		.sky_marathon_rb .ui-datepicker-calendar td.calendar_highlight > a:hover {
			color: #ffffff;
			}
		.sky_marathon_rb .ui-datepicker-calendar td.calendar_highgrey > a:hover {
			color: #000000;
			}
		.sky_marathon_rb .ui-datepicker-calendar td.ui-datepicker-today > a:hover {
			color: #570d28;
			}
		
		.sky_marathon_rb .ui-state-active {
			background: url(https://jd.cdn.gmru.net/static/jd.mail.ru/img/main/content/sky_marathon/right/date_red.png) center center no-repeat !important;
			}
		.sky_marathon_rb .calendar_highgrey {
			background: url(https://jd.cdn.gmru.net/static/jd.mail.ru/img/main/content/sky_marathon/right/date_gray.png) center center no-repeat !important;
			}
		.sky_marathon_rb .calendar_highlight {
			background: url(https://jd.cdn.gmru.net/static/jd.mail.ru/img/main/content/sky_marathon/right/date_green.png) center center no-repeat !important;
			}

.sky_marathon_data_rb {
	margin: 0px 0px 10px 10px;
	color: #631334;
	font: 13px Arial, Helvetica, sans-serif;
	}
	.sky_marathon_data_rb b {
		color: #bf0000;
		}
	
/* TOP 100 */
.table_top100_div .background {
	background: url(https://jd.cdn.gmru.net/static/jd.mail.ru/img/main/content/block_top100/table_top100_div_bg.jpg) no-repeat center top;
}

/* Cart view */

#mr-itemmall-server-display-form fieldset {
	padding-left: 12px;
	background: #f0dbb1;
	border: 1px solid #d0955d;
	border-top-color: #e3b386;
	border-right-color: #e3b386;
	border-radius: 6px;
	}

#mr-itemmall-server-display-form fieldset legend {
	color: #631334;
	font-size: 16px;
	font-weight: bold;
	}

#mr-itemmall-server-display-form #edit-submit {
	width: 186px;
	height: 44px;
	float: left;
	margin: 1px;
	padding-left: 0px;
	font-size: 0px;
	background: url(https://jd.cdn.gmru.net/static/jd.mail.ru/img/content/cart/form_cart.png) left top no-repeat;
	border: 0px;
	cursor: pointer;
	}
#mr-itemmall-server-display-form #edit-submit:active {
	margin: 2px 0px 0px 2px;
	}
	
#mr-itemmall-server-display-form #edit-shard-char {
	width: 200px;
	margin: 5px;
	padding: 4px;
	background: #fff;
	border: 1px solid #511130;
	border-radius: 4px;
	}

#mr-itemmall-server-display-form .notice_text {
	padding: 10px 10px 10px 77px;
	background: #f9da8c url(https://jd.cdn.gmru.net/static/jd.mail.ru/img/content/cart/warning.png) 12px 10px no-repeat;
	border: 1px solid #f4b925;
	border-radius: 6px;
	}

#mr-itemmall-server-display-form .hint {
	margin: 8px 0px 0px 18px;
	}

#mr-itemmall-server-display-form .form-item {
	margin: 0px;
	padding: 8px 0px;
	}

#mr-itemmall-server-display-form label {
	padding: 6px 0px;
	cursor: pointer;
	}
	
	#mr-itemmall-server-display-form label input {
		margin-right: 6px;
		}

#mr-itemmall-server-display-form #edit-shard-char-wrapper {
	margin: 2px 0px 10px 0px;
	}
	
	#mr-itemmall-server-display-form #edit-shard-char-wrapper > label {
		width: 205px;
		}
	
	#mr-itemmall-server-display-form .description {
		cursor: default;
		}

#mr-itemmall-server-display-form #joke_a #edit-submit {
	width: 122px;
	height: 30px;
	color: #511130;
	font: bold 13px/16px Tahoma, Geneva, sans-serif;
	background: #f9da8c url(https://jd.cdn.gmru.net/static/jd.mail.ru/img/main/button_bg.png) 0px 0px no-repeat;
	}


#block-block-39 {
	clear: both;
	background: url(http://jd.mail.ru/sites/jd.mail.ru/themes/main/img/bottom_content_1.png) no-repeat left 10px;
	padding-top: 20px;
	margin-top: 10px;
}
.profile {
	width: 60%;
	float: left;
	background: none;
}
#block-block-26 {
	position: relative;
	right: auto;
	top: auto;
	float: right;
	margin-right: 11px;
}
/* vk widjet */
#block-block-54 {
	padding: 15px 0px 15px 5px;
} 
#block-block-54 p.title_block {
	display: none;
}
#block-block-54 .rama_content {
	background: none;
	padding-left: 0px;
}
#block-block-54 .rama_top {
	background: none;
}
.games-headline {
	position: absolute !important;
}
html {
	margin-top: 0px;
}
body {
	padding-top: 33px;
	background-position: center 33px;
}
#admin-menu {
	z-index: 10000;
}

#million_counter {
	background: url(//jd.cdn.gmru.net/static/jd.mail.ru/img/content/million/counter_bg.png);
	width: 252px;
	height: 46px;
	padding-top: 31px;
	text-align: center;
	position: absolute;
	left: 30px;
	top: 249px;
}
.inner_page #million_counter {
	top: 134px;
}
.million_counter__item {
	background: url(//jd.cdn.gmru.net/static/jd.mail.ru/img/content/million/counter_items.png) 0 -364px no-repeat;
	width: 28px;
	height: 35px;
	display: none;
	overflow: hidden;
	text-indent: -200%;
	margin: 0 -2px;
}

.million_counter__item.shown {
	display: inline-block;
	zoom:1;
	*display: inline;
}
#container {
	position: relative;
}

#auth_button {
    display: block;
    text-indent: -33333px;
    overflow: hidden;
    width: 189px;
    height: 43px;
    background: url(/static/jd.mail.ru/img/main/page/auth_button.png) no-repeat left top;
    cursor: pointer;
    margin: 10px 0px 0px 30px;
}
#auth_button:hover {
    background-position: left bottom;
}

.auth_link{
	font-size: 14px;
	margin-top: 10px;
	display: block;
}
/* Popup window */
.popup_wrapper{
		background: rgba(0, 0, 0, 0.5);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2000;
		width: 100%;
		height: 100%;
		display: none;
	}

	.popup{
		position: absolute;
		width: 440px;
		color: #3a3a3a;
		font-family: PTSans, Arial, Tahome, Verdana, sans-serif !important;
	}
	.popup__header{
		box-sizing: border-box;
		background-color: #3c3c3c;
		height: 40px;
		width: 100%;
		color: #fff;
		position: relative;
		padding: 0 20px;
		font-size: 18px;
		overflow: hidden;
		line-height: 40px;
	}
	.popup__close{
		position: absolute;
		right: 20px;
		top: 0;
		cursor: pointer;
	}

	.popup__inner{
		background: #fff;
		padding: 20px;
		font-size: 15px;
		line-height: 19px;
	}
	.popup__inner p{
		margin: 0px;
	  text-transform: none;
		color: #3a3a3a;
		font-family: PTSans, Arial, Tahome, Verdana, sans-serif !important;
		font-size: 15px;
		line-height: 21px;
	}	
	.popup__inner a{
		color: inherit;
		font-size: inherit;
		font-family inherit;
	}
	.popup__inner a:hover{
		text-decoration: none;
	}

	.popup__form__row{
		margin-top: 20px;
	}
	.popup__form__row.tcenter{
		text-align: center;
	}
	.popup__form__input{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		display: inline-block ;
		width: 100% ;
		height: 100% ;
		border: 1px solid #d1d1d1 ;
		outline: none ;
		padding: 6px 9px ;
		font-size: 15px ;
		color: #3a3a3a ;
	}
	.popup__form__button{
		background: #168ce3;
		border: none;
		cursor: pointer;
		color: #fff;
		display: inline-block;
		line-height: 30px;
		font-size: 15px;
		text-overflow: ellipsis;
		padding: 0 20px;

		-webkit-border-radius: 3px;
			 -moz-border-radius: 3px;
						border-radius: 3px;

		-webkit-transition-duration: 0.1s;
			 -moz-transition-duration: 0.1s;
				 -o-transition-duration: 0.1s;
						transition-duration: 0.1s;

		-moz-user-select: -moz-none;
			-webkit-user-select: none;
					-ms-user-select: none;
	}
	.popup__form__button:hover{
		background: #399ee6;
	}

body.cke_show_borders {
	width: auto;
	min-width: auto;
	padding: 0px
}
body .content_main .node ul {
	margin: 10px 0px 10px 10px
}

/* Popup window */
.popup_wrapper{
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 100%;
	display: none;
}

.popup{
	position: absolute;
	width: 440px;
	color: #3a3a3a;
	font-family: PTSans, Arial, Tahome, Verdana, sans-serif !important;
}
.popup__header{
	box-sizing: border-box;
	background-color: #3c3c3c;
	height: 40px;
	width: 100%;
	color: #fff;
	position: relative;
	padding: 0 20px;
	font-size: 18px;
	overflow: hidden;
	line-height: 40px;
}
.popup__close{
	position: absolute;
	right: 20px;
	top: 0;
	cursor: pointer;
}

.popup__inner{
	background: #fff;
	padding: 20px;
	font-size: 15px;
	line-height: 19px;
}
.popup__inner p{
	margin: 0px;
}	
.popup__inner a{
	color: inherit !important;
	font-size: inherit;
	font-family:inherit;
}
.popup__inner a:hover{
	text-decoration: none;
}

.popup__form__row{
	margin-top: 20px;
}

.popup__form__row.tcenter{
	text-align: center;
}	

.popup__form__input{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: inline-block ;
	width: 100% ;
	height: 100% ;
	border: 1px solid #d1d1d1 ;
	outline: none ;
	padding: 6px 9px ;
	font-size: 15px ;
	color: #3a3a3a ;
}
.popup__form__button{
	background: #168ce3;
	border: none;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	line-height: 30px;
	font-size: 15px;
	text-overflow: ellipsis;
	padding: 0 20px;

	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
					border-radius: 3px;

	-webkit-transition-duration: 0.1s;
		 -moz-transition-duration: 0.1s;
			 -o-transition-duration: 0.1s;
					transition-duration: 0.1s;

	-moz-user-select: -moz-none;
		-webkit-user-select: none;
				-ms-user-select: none;
}
.popup__form__button:hover{
	background: #399ee6;
}
.change_name{
	color: #fff;
	font: 15px/20px Tahoma, Geneva, sans-serif; 
}
#mr_error {
	color:#DB0707;
}
body .preview .node {
	background: none;
	border-bottom: 3px solid #000;
	margin-bottom: 25px;
}
body .node_news .news_date {
  color: #562806;
  font-size: 12px;
  letter-spacing: -1px;
  padding-left: 0px;
  display: block;
  margin-bottom: 10px;
}

.downloadpage {
	position: relative;
}
.downloadpage .pluginlike {
	position: absolute;
	right: 0px;
	top: -80px;
}
.downloadpage h4 {font-size: 19px;}

.downloadpage ol {padding: 0;}

.downloadpage ol li {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 22px;
}
.downloadpage .sprite {
	background-image: url(/static/jd.mail.ru/img/main/content/download/sprite.png);
	background-repeat: no-repeat;
	display: block;
}
.downloadpage .sprite-button {
	width: 313px;
	height: 107px;
	background-position: -5px -5px;
	position: relative;
  top: 110px;
  left: 120px;
}
.downloadpage .sprite-button:hover {
	background-position: -6px -112px;
} 
.downloadpage .sprite-girlback {
	width: 632px;
	height: 304px;
	background-position: -328px -5px;
	margin-bottom: 20px
}
.downloadpage .sprite-line {
	width: 632px;
	height: 7px;
	background-position: -5px -319px;
	margin-bottom: 20px;
}
.downloadpage .system td,
.downloadpage .system th {
	border-bottom: 0px;
	padding: 8px
}

/* Shopping */

.promo_shopping {
	min-height: 200px;
	padding-left: 90px;
	background: url(/static/jd.mail.ru/img/main/content/shopping/promo_gold.png) left top no-repeat;
	}
	
	.promo_shopping p {
		line-height: 18px;
		}
	
	.shopping_value {
		margin: 16px 0px;
		position: relative;
		}
	
		.shopping_value > p {
			color: #562806;
			font-weight: bold;
			text-align: center;
			}
		
		.shopping_value > div {
			width: 180px;
			height: 48px;
			margin: 0px auto;
			color: #222;
			font: 24px/48px Arial, Helvetica, sans-serif;
			text-align: center;
			background: url(/static/jd.mail.ru/img/main/content/shopping/value.png) center top no-repeat;
			}
		.shopping_value > div:before {
			content: '';
			width: 50px;
			height: 50px;
			position: absolute;
			display: block;
			margin-left: -60px;
			background: url(/static/jd.mail.ru/img/main/content/shopping/ico_gold.png) left top no-repeat;
			z-index: 1;
			}



/* Chest */
.chest-wrap .inline {
	vertical-align:middle;
	display:inline-block;
}
.chest-wrap .middle {
	vertical-align:middle;
	display:inline-block;
	height:100%;
}
.chest-wrap {
	text-align:center;
	font-size:18px;
	position:relative;
}
.chest-wrap .chest-img {
	margin: -50px 0 8px 95px;
}
.chest-wrap .chest-button {
	margin: 0 auto;
	background: url(/static/jd.mail.ru/img/content/chest/box-button.png) no-repeat 0 0;
	width:248px;
	height:64px;
	cursor:pointer;
}
.chest-wrap .chest-button:hover {
	background-position: 0 -64px;
}
.chest-wrap .chest-button-wrap {
	margin: 0 0 35px;
}
.chest-wrap .chest-col {
	width:49%;
	display:inline-block;
	vertical-align: top;
}
.chest-wrap .chest-ovl--choice .chest-col {
	cursor: pointer;
}
/*.chest-col + .chest-col {
	margin-left:2%;
}*/
.chest-wrap h2 {
	color:#631334;
	font-size:28px;
	font-weight:normal;
}
.chest-wrap .chest-prize__item {
	margin: 0 0 6px;
	text-align:left;
	white-space:nowrap;
}
.chest-wrap .chest-prize-icon {
	vertical-align:middle;
	display:inline-block;
	margin: 0 15px 0 0;
}
.chest-wrap .gender {
	background:url(/static/jd.mail.ru/img/content/chest/gender.png) no-repeat 0 0;
	vertical-align:middle;
	display:inline-block;
	height: 21px;
}
.chest-wrap .gender--male {
	width:19px;
}
.chest-wrap .gender--female {
	width:14px;
	background-position: -19px 0;
}
.chest-wrap .chest-ovl {
	position: absolute;
	left:0;
	right:0;
	top:157px;
	z-index:5;
	margin: 0 auto;
	width:244px;
	height:183px;
	background:url(/static/jd.mail.ru/img/content/chest/box-ovl.png) no-repeat 0 0;
	padding: 0 60px;
}
.chest-wrap .chest-ovl.chest-ovl--error {
    padding-top: 60px;
}
.chest-wrap .chest-ovl a,
.js-ovl-close {
	display:inline-block;
	font-size:22px;
	color:#b2002a;
	font-weight:bold;
	margin-top:10px;
	cursor:pointer;
}
.chest-wrap .js-ovl-close {
	margin:0;
}
.chest-wrap .js-ovl-close:hover {
	text-decoration:underline;
}
.chest-wrap .js-ovl-close.disabled {
    cursor:auto;
    color: #000;
}
.chest-wrap .js-ovl-close.disabled:hover {
    text-decoration:none;
}
.chest-wrap .chest-ovl a:hover {
	text-decoration:none;
}
.chest-wrap .chest-ovl__content {
	font-size:16px;
}
.chest-wrap .chest-ovl__content .chest-prize-icon {
	margin: 0 5px 0 0;
}
.chest-wrap .chest-ovl__content h2 {
	font-size:24px;
}
.chest-wrap .chest-ovl__prize {
	white-space:nowrap;
}
.chest-wrap .chest-ovl--choice .chest-ovl__prize {
	text-align:left;
}
.chest-wrap .chest-ovl__prize .inline {
	white-space:normal;
	max-width:150px;
	text-align:left;
}
.chest-wrap .chest-ovl--choice .chest-col .inline {
	max-width:74px;
}
.chest-wrap .chest-ovl--choice .chest-col img {
	border: 4px solid transparent;
	border-radius:3px;
}
.chest-wrap .chest-ovl--choice .chest-col:hover img {
	border-color: #ffe400;
}
.chest-wrap .chest-text {
	font-size:14px;
	text-align:left;
	padding: 0 35px;
}
.chest-wrap .hidden {
	display:none;
}