/* POPUP */
#popup_big .corner, #popup_big .icon {
	position: absolute;
	overflow: hidden;
}
#popup_big .corner.lt, #popup_big .corner.lb {left: 0;}
#popup_big .corner.rt, #popup_big .corner.rb {margin-left: 100%;}
#popup_big .corner.lt, #popup_big .corner.rt {top: 0;}

.js .check_bulletin_link a,
.js a.check_bulletin_link {
	border-bottom: 1px dashed;
	text-decoration: none;
}

#fade.not_display, #popup_big.not_display,
#popup_big.not_display, #popup_big .not_display {
	display: block !important;
	position: absolute !important;
	left: -1000% !important;
}

#fade {
	background: #000;
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 999%;
	z-index: 112;
	opacity: 0.3;
}

#popup_big {
	color: #000;
	left: -45%;
	margin: 0 0 0 50%;
	overflow: hidden;
	padding: 55px 0 58px 0;
	top: 25px;
	visibility: visible;
	width: 90%;
	z-index: 113;
	/*position: fixed;*/
	position: absolute;
}
#popup_big.gallery .content {
	padding-bottom: 2em;
}

#map_canvas {
	margin-bottom: 1em;
	position: relative;
	width: 100%;
}

#current_address {
	background: #fff;
	width: 100%;
}

#current_address em,
.map_city .address em {
	font-style: normal;
}
#current_address .address span,
.map_city .address span {
	color: #AD171D;
}
#current_address .time_block,
.map_city .time_block {
	padding: 0.6em 0;
	width: 13em;
}
#current_address .place span.nobr,
.map_city .place span.nobr {
	display: inline;
}
#current_address .time_block .nobr,
.map_city .time_block .nobr {
	line-height: 1.2;
}

.map_city p.nobr {
	margin-bottom: 0;
}
.map_city .prize {
	margin-bottom: 0.3em;
}

#popup_big.map, #popup_big.banks {
	position: absolute;
}

#popup_big .phone span {
	font-size: 380%;
	line-height: 1;
	white-space: nowrap;
}

#popup_big .content, #popup_big .content_contacts {
	background: #fff;
	margin: 0 24px;
	padding: 0 3em 1em;
	position: relative;
	z-index: 2;
}
#popup_big .content {
    padding-bottom: 0;
}

/*.opera #popup_big .content, .opera #popup_big .content_contacts {
	top: 0;
	margin-bottom: 0;
}*/

#popup_big .close {
	background: url("/media/html/f_top3/i/icons.png") no-repeat 0 -4px;
	cursor: pointer;
	height: 15px;
	width: 15px;
	top: 30px;
	position: absolute;
	overflow: hidden;
	right: 40px;
	z-index: 3;
}
#popup_big .close:hover {
	background-position: -20px -4px;
}

/*#popup_big .close:hover, #popup_big .close.hover {
	background-position: 0 -116px;
}*/

#popup_big .corner {
	background: url("/media/html/f_top3/i/popup_big.png") no-repeat;
}
#popup_big .corner.lt,
#popup_big .corner.rt {
	background-image: url("/media/html/f_top3/i/popup_big_6_45.png");
}
#popup_big.video_popup .corner.lt,
#popup_big.video_popup .corner.rt,
#popup_big.map_popup .corner.lt,
#popup_big.map_popup .corner.rt {
	background-image: url("/media/html/f_top3/i/popup_big.png");
}


#popup_big .corner.lt, #popup_big .corner.lb {
	height: 113px;
	left: -55px;
	margin: -58px 0 0;
	width: 100%;
}


#popup_big .rt, #popup_big .rb {
	clip: rect(0 2007px 10000px 1952px);
	height: 113px;
	left: -2007px;
	margin-top: -58px;
	width: 2007px;
}

#popup_big .corner.lb, #popup_big .rb {
	margin-top: 0;
}

#popup_big.win_6_45 .corner.lb, #popup_big.win_6_45 .rb {
    background-image: url("/media/html/f_top3/i/popup_big_6_45.png");
}
#popup_big.win_5_36 .corner.lb, #popup_big.win_5_36 .rb {
    background-image: url("/media/html/f_top3/i/popup_big_5_36.png");
}


#popup_big .shadow {
	background: url("/media/html/f_top3/i/popup_big.png");
	clip: rect(113px 10000px 10000px 0);
	top: -58px;
	position: absolute;
	height: 100%;
	width: 2062px;
	z-index: 1;
}
#popup_big .shadow.left {
	left: -2007px;
}
#popup_big .shadow.right {
	left: -55px;
	margin-left: 100%;
}

#popup_big .switcher {
	color: #00AEEF;
	font-style: italic;
	float: right;
	position: relative;
	z-index: 1;
}

.check_bulletin {
	left: -35em !important;
	width: 70em !important;
}

#video_content {
	display: none;
}
.video_popup #video_content {
	display: block;
}

#game_type_switcher {
	background: #fbd034;
	margin: -15px -3em 1em;
	padding: 0 1em 0 50%;
	position: relative;
}
.ff #game_type_switcher {
	margin-top: -30px;
}

#game_type_switcher ul {
	margin: 0 0 0 -25%;
	position: relative;
	top: -1em;
}
#game_type_switcher li {
	border-left: 1px solid #fbd034;
	border-right: 1px solid #fbd034;
	float: left;
	position: relative;
}
#game_type_switcher .selected{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#game_type_switcher .game_content{
	height: 40px;
	float: left;
	margin: 0 1px;
	padding: 20px 20px 0 95px;
}
#game_type_switcher .selected .game_content{
	background: #fde385;
}
#popup_big #game_type_switcher .pseudo_link {
	position: static;
}
#game_type_switcher .ball {
	background: url("/media/html/f_top3/i/logo_balls_icons.png") no-repeat;
	height: 254px;
	width: 85px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -24px;
}
#game_type_switcher .ball_5 {
	clip: rect(0 85px 52px 0);
	/*clip: rect(142px 68px 198px 0);
	margin-top: -142px;*/
}
#game_type_switcher .ball_6 {
	clip: rect(52px 85px 104px 0);
	margin-top: -76px;
}
#popup_big #game_type_switcher .pseudo_link {
	border-color: #00AEEF;
	color: #00AEEF;
}
#popup_big #game_type_switcher .pseudo_link:hover,
#popup_big #game_type_switcher .pseudo_link.hover {
	border-color: #12C4FF !important;
	color: #12C4FF !important;
}
#popup_big #game_type_switcher .selected .pseudo_link,
#popup_big #game_type_switcher .selected .pseudo_link:hover,
#popup_big #game_type_switcher .selected .pseudo_link.hover {
	color: #000 !important;
	border: none;
	cursor: auto;
}


#popup_big.check_bulletin div {
	font-family: Verdana;
}

#popup_big .drawing {
	font-size: 145%;
	margin-bottom: 1.5em;
	text-align: center;
}
#popup_big .drawing .date {
	font-size: 74%;
}
#popup_big.game_5_36 #drawing_list .game_6_45,
#popup_big.game_5_36 #drawing_list .game_7_49,
#popup_big.game_6_45 #drawing_list .game_5_36,
#popup_big.game_6_45 #drawing_list .game_7_49 {
	display: none;
}

#popup_big .choose_type {
	border-bottom: 1px solid #edede9;
	line-height: 1.3;
	margin: 0 0 2em;
	padding: 0 0 1.5em;
	text-align: center;
	word-spacing: 0.5em;
}
#popup_big .pseudo_link {
	border-color: #00AEEF;
	color: #00AEEF;
	position: relative;
	word-spacing: normal;
}
#popup_big .choose_type .pseudo_link {
	border-color: #eea300;
	color: #eea300;
}
#popup_big .choose_type .selected {
	background: url("/media/html/f_top3/i/check_bg.png") repeat-x #fcf591;
	border: 1px solid #d9a40f !important;
	color: #603913 !important;
	cursor: auto;
	padding: 0.2em 0;
	margin: 0 !important;
}
.opera #popup_big .choose_type .pseudo_link .rocon-br,
.opera #popup_big .choose_type .pseudo_link .rocon-tr {
	right: -0.5em !important;
}
#popup_big .choose_type .pseudo_link .content {
	background: none;
	margin: 0 0.5em;
	padding: 0;
	position: relative;
	top: 0;
}

#popup_big .checked_numbers {
	border: 1px solid #fac503;
	margin: 0 auto 2em;
	padding: 1em;
	position: relative;
	width: 23em;
}

#popup_big .checked_numbers ul {
	margin: -0.5em 0 1em -1.5em;
}
#popup_big .checked_numbers li {
	border: 2px solid #f38872;
	color: #df3d11;
	float: left;
	font-size: 122%;
	margin: 0.5em 0 0 1.5em;
	position: relative;
	text-align: center;
	width: 1.5em;
	letter-spacing: -0.1ex;
}
.opera #popup_big .checked_numbers li,
.safari #popup_big .checked_numbers li {
	letter-spacing: -0.2ex;
}

#popup_big.game_5_36 .checked_numbers .for_6_45,
#popup_big.game_5_36 .checked_numbers .for_7_49,
#popup_big.game_6_45 .checked_numbers .for_7_49 {
	position: absolute;
	left: -1000%;
}
#popup_big.game_6_45 .checked_numbers .for_6_45 {
	position: relative;
	left: 0;
}

.clear_form {
	font-style: italic;
	font-size: 80%;
	margin-bottom: 0;
	text-align: right;
}
.clear_form .pseudo_link {
	color: #00AEEF;
}

#popup_big .checked_numbers label {
	display: block;
	line-height: 1.5;
	position: relative;
	width: 100%;
}
#popup_big .checked_numbers input {
	display: block;
	margin: 0 auto 0.3em;
	float: none;
	width: auto;
}
.js #popup_big .checked_numbers ul input {
	left: -10000px;
	position: absolute;
}
#popup_big .submit {
	clear: both;
	margin-bottom: 0;
	text-align: center;
}
#popup_big .submit input {
	background: url("/media/html/f_top3/i/popup_buttons.png") no-repeat;
	border: none;
	width: 156px;
	height: 38px;
	outline: none;
}
#popup_big .submit input.disabled {
	background-position: 0 -38px;
}
#popup_big .submit input.hover {
	background-position: 0 -76px;
}

#popup_big .checked_numbers .selected,
#popup_big .checked_numbers li:hover,
#popup_big .checked_numbers li.hover {
	border-color: #885245;
	color: #885245;
}
#popup_big .checked_numbers li .icon {
	background: url("/media/html/f_top3/i/check_sign.png") no-repeat;
	top: 50%;
	visibility: hidden;
	left: 50%;
	width: 34px;
	height: 34px;
	margin: -17px 0 0 -17px;
	z-index: 0;
}
#popup_big .checked_numbers .selected .icon {
	visibility: visible;
}


#popup_big .check_by_hands {
	border: 1px solid #fac503;
	margin: 0 auto 2em;
	padding: 1em 200px 1em 1em;
	width: 15em;
	position: relative;
}

#popup_big .check_by_hands label {
	font-size: 108%;
}


#popup_big .combination {
	color: #00aeef;
	margin-bottom: 4em;
}
#popup_big .combination input {
	background: #fff;
	border: 2px solid #00aeef;
	font-size: 180%;
	word-spacing: 0.4ex;
	width: 100%;
}
#popup_big .combination .input_block {
	display: none;
	width: 93%;
}
#popup_big .bulletin_number {
	padding: 0;
	position: static;
}
#popup_big .combination label,
#popup_big .bulletin_number label,
#popup_big .check_by_hands .input_block {
	background: #fff;
}
#popup_big .combination label,
#popup_big .bulletin_number label {
	position: relative;
	z-index: 1;
}
#popup_big .bulletin_number label {
	line-height: 1.4;
	position: relative;
}
#popup_big .bulletin_number label .pseudo_link,
#popup_big .bulletin_number label .pseudo_link.selected:hover,
#popup_big .bulletin_number label .pseudo_link.selected.hover {
	border-color: #e74222 !important;
	color: #e74222 !important;
}

#popup_big .combination label .pseudo_link.selected:hover,
#popup_big .combination label .pseudo_link.selected.hover {
	border-color: #00AEEF !important;
	color: #00AEEF !important;
}

#popup_big .check_by_hands label .pseudo_link.selected {
	border: none;
	cursor: auto;
}

#popup_big .bulletin_number input {
	background: #fff;
	border: 2px solid #e74222;
	font-size: 143%;
	width: 8em;
}

#popup_big .check_by_hands .input_block {
	left: 1em;
	position: absolute;
	padding: 0.3em 0 0 0;
}

#popup_big .check_by_hands .ticket {
	float: right;
	margin: -1em -186px 0 0;
	height: 223px;
	width: 150px;
}
#popup_big.game_5_36 .check_by_hands .ticket{
	background: url("/media/html/f_top3/i/check_ticket_5_36.png") no-repeat;
}
#popup_big.game_6_45 .check_by_hands .ticket{
	background: url("/media/html/f_top3/i/check_ticket_6_45.png") no-repeat;
}


#popup_big .check_by_hands .arrow {
	position: absolute;
}
#popup_big .check_by_hands .combination .arrow {
	background: url("/media/html/f_top3/i/check_arrow_1.png") 100% 100% no-repeat;
	width: 141px;
	height: 135px;
	bottom: 180px;
	right: 177px;
}
#popup_big .check_by_hands .bulletin_number .arrow {
	background: url("/media/html/f_top3/i/check_arrow_2.png") 100% 100% no-repeat;
	width: 114px;
	height: 105px;
	bottom: 135px;
	right: 188px;
}

#popup_big h2 {
	color: #b00;
	font-size: 143%;
	margin: 0 0 1.5em;
}

#popup_big h2 .sum {
	font-size: 150%;
	line-height: 1;
}

#popup_big .columns {
	margin: 0 0 1.5em;
	position: relative;
}
#popup_big .columns .column {
	float: left;
	position: relative;
}
#popup_big .columns .col_left {
	margin-right: -100%
}

#popup_big .columns .main {
	width: 67%;
}
#popup_big .columns .col_right.addition {
	background: transparent;
	font-family: Georgia;
	left: 67%;
	width: 33%;
}
#popup_big .columns .numbers {
	padding-bottom: 1.5em;
}
#popup_big .columns .numbers ul {
	float: left;
	width: 65%;
	position: relative;
	left: 35%;
}
#popup_big .columns .numbers li {
	background: transparent;
	font-family: "Microsoft Sans Serif";
	font-size: 143%;
	float: left;
	margin: 0 3px 3px 0;
	padding: 0.1em 0.2em;
}
.opera #popup_big .columns .numbers li {
	line-height: 1.1;
	padding: 0 0.2em;
	/*margin-bottom: 13px;*/
}
#popup_big .columns .numbers h3 {
	font-size: 100%;
	float: left;
	position: relative;
	margin: 0 -35% 0 0;
	top: 0.43em;
	width: 35%;
}

#popup_big .disclamer {
	border-top: 1px solid #dfdfd9;
	font-size: 73%;
	padding: 1.3em 0 0;
}
#popup_big .disclamer .main {
	font-family: Georgia;
	font-size: 118%;
	line-height: 1.6;
	width: 60%;
}
#popup_big .columns.disclamer .addition {
	color: #5e7687;
	font-family: Verdana;
}
#popup_big.win_5_36 .columns.disclamer .addition {
	color: #447817;
}

#popup_big .disclamer .addition p {
	margin-bottom: 0.5em;
}
#popup_big .disclamer table {
	font-family: Verdana;
	width: 100%;
}
#popup_big .disclamer table th {
	border-bottom: 1px solid #c89d24;
	color: #8e651a;
	font-size: 85%;
	font-weight: normal;
	line-height: 1;
	padding: 0 0 0.5em;
	text-align: left;
	vertical-align: bottom;
}
#popup_big.win_5_36 .disclamer table th {
	border-color: #447817;
	color: #447817;
}

#popup_big .disclamer table td {
	padding: 0.3em 0;
}

#popup_big .buy_more {
	font-size: 115%;
	font-style: italic;
	position: relative;
	top: 0.4em;
	margin-bottom: 6em;
}

#popup_big .columns .check_another_bulletin,
#popup_big .columns .play_again {
	font-style: italic;
	font-size: 95%;
	margin-bottom: 0.7em;
}

#popup_big .win_numbers {
	margin: 0 auto;
	position: relative;
	width: 520px;
}
#popup_big .win_numbers li,
#game_result .win_numbers li {
	float: left;
	width: 115px;
	height: 99px;
	margin-right: -30px;
	position: relative;
}
#popup_big .win_numbers li img,
#game_result .win_numbers li img {
	position: absolute;
	width: 0;
	height: 0;
	left: 58px;
	top: 50px;
}
#popup_big .win_numbers .edge,
#game_result .win_numbers .edge {
	background: url("/media/html/f_top3/i/balls_edge.png") no-repeat;
	width: 26px;
	height: 63px;
	position: absolute;
	left: 0;
	top: 34px;
	z-index: 1;
}

#popup_big .main_content {
	clear: both;
	margin: 0 -3em;
	padding: 1em 3em;
	position: relative;
	width: 100%;
}

/*#popup_big .main_content .rur span {
	margin-left: -0.5em;
	margin-top: 0.3ex;
}*/

#popup_big.type_6_45 .numbers .coincidence {
	background: #fcde70;
}
#popup_big.win_6_45 .main_content {
	background: #fbce2c;
}
#popup_big.win_6_45 .numbers .coincidence {
	background: #feeeb7;
}
#popup_big.win_6_45 .disclamer {
	border-color: #dcb425;
	color: #603913;
}
#popup_big.win_6_45 .columns.disclamer .addition {
	color: #7f5718;
}

#popup_big.win_5_36 .main_content {
	background: #c2e35f;
}
#popup_big.win_5_36 .numbers .coincidence {
	background: #ddf78d;
}


#popup_big.win_5_36 h3 {
	color: #000;
}
#popup_big.win_5_36 a:hover,
#popup_big.win_5_36 .pseudo_link:hover,
#popup_big.win_5_36 .pseudo_link.hover {
	color: #4ac3ea !important;
	border-color: #4ac3ea !important;
}

#popup_big .win_numbers {
	display: none;
}

#popup_big.type_5_36 .win_numbers,
#popup_big.win_5_36 .win_numbers,
#popup_big.type_6_45 .win_numbers,
#popup_big.win_6_45 .win_numbers,
#popup_big.type_7_49 .win_numbers,
#popup_big.win_7_49 .win_numbers {
	display: block;
}

#popup_big.game_5_36 .win_numbers {
	width: 435px;
}

#popup_big .error {
	color: #b00;
	font-size: 80%;
	position: absolute;
	right: 100%;
	margin-right: 1em;
	width: 18em;
	line-height: 1.2;
}

.map_popup {
	position: fixed !important;
}

.video_popup {
	left: 50% !important;
	width: 605px !important;
}

