<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#contest_table table {
	min-width: 620px;
	width: 100%;
	color: #000;
}
.table.gray-head thead {
    background: #787878 none repeat scroll 0 0;
    color: #fff;
}
.table td:first-child {
    width: 105px;
    min-width: 105px;
}
.table.gray-head thead tr th {
    border: 1px solid #000;
}
.table tr td, .table tr th {
    border: 1px solid #787878;
    padding: 1% 6px;;
    text-align: left;
}

.table tr:nth-child(2n) td {
 background-color: rgba(0,0,0,0.1);
}
.table.table-hover tbody tr:hover td {
 background: #787878;
 color: #fff;
 border: 1px solid #000000;
 border-top: 1px solid #000000;
}
#contest_table {
 overflow: auto;
}
#contest_table THEAD TH.is_sort {
 cursor: pointer;
 background: url('/i/img/contests/sort-down-up.gif') no-repeat 50% 90%;
 cursor: pointer;
}
#contest_table THEAD TH.sort_desc {
 background: url('/i/img/contests/sort-down.gif') no-repeat 50% 90%;
}
#contest_table THEAD TH.sort_asc {
 background: url('/i/img/contests/sort-up.gif') no-repeat 50% 90%;
}
#contest_table .status_ok, .status_no {
 padding-top: 2px;
 text-align: left;
 height: 16px;
 background: url('/i/img/contests/status_ok.png') no-repeat 50% 50%;
}
#contest_table .chart {
 padding: 2px 0 0 5px;
 text-align: left;
 #width: 85px;
 height: 16px;
 background: url('/i/img/contests/chart.png') no-repeat 100% 50%;
}
#contest_table .login_td {
 cursor: default;
 padding: 0px 20px 2px 0px;
 text-align: left;
 height: 16px;
}
#contest_table .chart_icon {
 background: url('/i/img/contests/chart.png') no-repeat 100% 50%;
}
#contest_table .chart_icon a {
 text-decoration: none;
}
#contest_table .status_no {
 background: url('/i/img/contests/status_no.png') no-repeat 50% 50%;
}
#contest_table_mobile .status_no {
 background: url('/i/img/contests/status_no.png') no-repeat 50% 50%;
}

#contest_table .tooltip, #contest_table_mobile .tooltip {
 position: relative;
 display: inline-block;
}
#contest_table .tooltip .tooltiptext, #contest_table_mobile .tooltip .tooltiptext {
 display: none;
 width: 120px;
 background-color: black;
 color: #fff;
 text-align: center;
 margin-left: 5px;
 padding: 5px 0;
 border-radius: 6px;
 position: absolute;
 z-index: 1;
}
#contest_table .tooltip:hover .tooltiptext, #contest_table_mobile .tooltip:hover .tooltiptext {
 display: block;
}

#contest_search {
 margin: 20px 0;
}
#contest_search_form {
 #border-top-left-radius:  3px;
 #border-top-right-radius: 3px;
 #padding: 25px 0 15px 0;
 text-align: center;
 #width: 100%;
 #background: #E4E6E7 url('/i/img/contests/bg_search_form.png') repeat-x 0 100%;
}
#contest_search_form TABLE {
 margin: 0 auto;
}
#contest_search_form select {
    padding: 2px 2px 2px 2px;
    margin: 3px 0;
    width: 190px;
}
#contest_search_form #text_search {
     width: 165px;
    margin: 3px 0;
}
#contest_search_form .status, .div_status, .div_status_ar div {
 margin-top: 10px;
}
.div_status_ar {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    text-align: center;
}
.div_status_ar .status { margin-right: 2px; }
#contest_reg {
	max-width: 400px;
	position: relative;
	padding: 20px 30px;
	border: 1px solid silver;
	border-radius:  5px;
	-moz-border-radius: 5px;
	margin: 20px auto 20px auto;
	font-size: 13px;
}
#contest_reg H2 {
 text-align: center;
 margin-bottom: 20px;
 font-size: 18px;
}
#contest_reg_form table tr td:first-child {
 width: 100px;
 min-width: 120px;
 max-width: 50%;
 text-align: right;
}
#contest_reg_form table tr td.attention {
 white-space: normal;
 text-align: center;
}
#contest_reg_form table tr td.attention span {
 text-transform: none;
}
#contest_reg_form table tr td {
 text-align: left;
}

#contest_reg_form TD {
 padding: 5px;
 vertical-align: middle;
}
#contest_reg .attention {
	text-align: center;
}
.attention_reg_span {
	color: #be1206;
}
#contest_reg .attention span {
 color: #be1206;
 text-transform: uppercase;
}
#contest_reg iframe {
 display: block;
}
#contest_reg .g-recaptcha &gt; div &gt; div {
 margin: 10px auto;
}
#contest_reg button#contest_reg_button {
 margin: 20px auto 10px;
 width: 250px;
}
#contest_reg .loader {
 visibility: hidden;
 position: absolute;
 left: 50%;
 top: 50%;
 margin-top: -30px;
 margin-left: -27px;
 width: 54px;
 height: 55px;
 border: 0px solid #000;
 background: url('/i/img/contests/ajax_loader.gif') no-repeat 50% 50%;
}
#contest_reg form {
 font-size: 15px;
}
#contest_reg_form INPUT[type="text"], #contest_reg_form INPUT[type="password"], #contest_reg_form textarea, #contest_reg_form select {
padding-left: 5px;
padding-right: 5px;
}
#contest_reg_form INPUT[type="text"], #contest_reg_form INPUT[type="password"], #contest_reg_form select {
 padding-top: 1px;
 width: 100%;
 height: 24px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 border:1px solid silver;
}
#contest_reg_form select {
 color: #000;
 width: 105%;
 height: 28px;
 padding-top: 2px;
 padding-bottom: 3px;
}
.for_checkbox {
display: inline-block;
max-width: 90%;
margin-left: 5px;
}
#contest_reg_form INPUT[type="checkbox"], #contest_reg_form select {
 float: none;
}

#contest_reg_form INPUT.incorrect, #contest_reg_form select.incorrect {
 border-color: #be1206;
}
#contest_reg_form INPUT.active {
 border:1px solid black;
}

#contest_reg_form #recaptcha_area {
 margin: 10px auto 0 auto;
}
#contest_reg_form #recaptcha_area INPUT {
 width: auto;
 height: auto;

}
#contest_reg_link {
 text-align: center;
 margin-top: 15px;
}
#contest_reg_success {
 text-align: center;
}
#contest_reg_success TABLE {
 margin: 0 auto;
}
#contest_reg_success TD {
 text-align: left;
 padding: 3px 10px;
 font-size: 120%;
}
#contest_reg_success .links {
 margin: 10px 0 0 0;
}
#contest_reg_success .links A{
 font-weight: bold;
 text-decoration: none;
}
#contest_reg_error {
 border: 0px;
 width: 100%;
 margin: 15px 0px 0px;
}
#contest_reg_error SPAN {
 text-decoration: underline;
}
#contest_reg_error UL {
 display: inline-block;
 text-align: left;
 color: #be1206;
}
#contest_reg_error LI {
 list-style: disc inside;
 margin: 0;
 padding: 0;
}

#contest_logo {
 text-align: center;
 margin: 10px auto;
}

#contest_text {
 text-align: justify;
}

#contest_number {
    text-align: center;
    margin: 30px auto;
    max-width: 300px;
    border: 1px solid #787878;
    padding: 20px 10px 20px 10px;
    width: calc(100% - 20px;);
}

#contest_number H2 {
 text-align: center;
}
#contest_number #number TABLE {
 margin: 0 auto;
 border-spacing: 11px 20px;
 border-collapse: separate;
}
#contest_number #number TABLE TD {
 border: 2px solid #9d0000;
 padding: 5px 10px;
 font-family: inherit;
 font-size: 20px;
}
#contest_number SPAN{
 font-family: inherit;
}

._AjaxCPagesBar th
{
    border: none!important;
}

/* pop-up form with the basic rules of contest */
	.contest_info_img_button_en
	{
		background: url('/i/img/contest/contest_button_en.png') no-repeat;
		background-position: 0px -26px;
	}
	.contest_info_img_button_en_2
	{
		background: url('/i/img/contest/contest_button_en_2.png') no-repeat;
		background-position: 0px -26px;
	}
	.contest_info_img_button_ru
	{
		background: url('/i/img/contest/contest_button_ru.png') no-repeat;
		background-position: 0px -26px;
	}
/* /pop-up form with the basic rules of contest */
.page .content iframe {display: none;}
#container iframe {display: block;}

.contest_links a {
    text-decoration:none;
}
.contest_links a:hover {
    text-decoration:underline;
}

#contest_search_form select {
    color:#000;
    background-color:#fff;
}

.icon-search {
    cursor:pointer;
}

.show_table {
 text-align: center;
 border: 1px solid #CCCCCC;
 padding: 10px 0;
 cursor: pointer;
}
.show_table:hover {
 border:1px solid #9d0000;
 color:#9d0000;
}
.contest_info {
 display:none;
 border: 1px solid #ccc;
 border-top: 0px;
}
.contest_info_text table {
 margin: 15px auto 0px;
}
.contest_info_text table td:first-child {
 text-align:right;
 padding-right: 15px;
 padding-bottom: 10px;
}
.contest_info_text {
 padding:10px;
 background-color: #EFEFEF;
}


#contest_number_rules h4 {
 font-size: 25px; font-weight: bold; padding: 20px 0px ; margin-bottom: 10px; border-bottom: 1px solid #d4d4d4;text-align: center;
}
#contest_number_rules table.hnum_table {
 margin: 0 auto;
 border-spacing: 15px 20px;
 border-collapse: separate;
}
#contest_number_rules table.hnum_table td {
 border: 2px solid #9d0000!important;
 border-radius: 50px;
 width: 50px;
 height: 50px;
 padding: 0px;
 margin: 0px;
 text-align: center;
 font-size: 35px;
 font-weight: bold;
 color: #9d0000;
 line-height: 50px;
 cursor: pointer;
}
#contest_number_rules table.hnum_table td:hover {
 background: #9d0000;
 color: #fff;
}
#contest_number_rules table.rates {
 margin: 0px auto;
 font-size: 20px;
}
#contest_number_rules table.rates tr td {
 text-align: left;
}
#contest_number_rules table.rates tr td:last-child {
 text-align: right;
}

#contest_number_rules #hummer-rules {
 font-size: 20px;
 font-family: Helvetica;
}
#contest_number_rules #hummer-rules .hum_digit {
 color: #9d0000;
 font-weight: bold;
}
#contest_number_rules p.footer {
 margin-top: 15px;
}
#contest_number_rules p.footer .hum_digit {
 font-size: 16px;
}


#calculate_chance {
 width: 80%;
 max-width: 500px;
 margin: 25px auto 20px;
 padding: 20px;
 border: 1px solid #ccc;
}
#calculate_chance h3 {
 font-size: 18px;
 font-weight: bold;
 text-align: center;
 margin-bottom: 15px;
}
#calculate_chance input[name="count_account"] {
 height: 20px;
 text-align: center;
 color: #be1206;
 font-weight: bold;
 padding: 6px 12px;
 border: 1px solid #aaa;
 border-radius: 4px;
 box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
 margin-bottom: 15px;
}
#calculate_chance .loader {
 height: 55px;
 min-width: 55px;
 width: 100%;
 background: url('/i/img/contests/ajax_loader.gif');
 background-repeat: no-repeat;
 background-position: 50%;
 margin-top: 15px;
}
#calculate_chance .result {
 display: none;
}
#calculate_chance .result h5 {
 font-size: 15px;
 font-weight: bold;
 text-align: center;
 margin-bottom: 15px;
}
#calculate_chance .result .percent {
 color: #be1206;
 font-size: 45px;
 font-weight: bold;
 text-align: center;
 margin-bottom: 10px;
}
#calculate_chance .result .count {
 color: #be1206;
 font-size: 15px;
 font-weight: bold;
 text-align: center;
 margin-bottom: 10px;
}
#calculate_chance .result .msg {
 text-align: center;
}
#calculate_chance .result .msg span {
 color: #be1206;
}


/* CONTEST COUNTDOWN */
.contest_countdown {
 display: none;
}
.contest_countdown h2.contest_countdown_timer_head {
 text-align: center;
 color: #212121;
 font-size: 17px;
 font-weight: bold;
 display: block;
 margin-bottom: 10px;
 text-transform: none;
}
.contest_countdown .contest_countdown_timer {
 max-width: 300px;
 text-align: center;
 margin: 0 auto 15px;
 padding: 20px 5px;
 border: 1px solid #787878;
}
.contest_countdown .contest_countdown_timer table {
 margin-left: auto;
 margin-right: auto;
}
.contest_countdown .contest_countdown_timer table thead tr td {
 text-align: center;
 color: #212121;
 font-size: 15px;
 font-weight: bold;
 padding-bottom: 5px;
}
.contest_countdown .contest_countdown_timer table tbody tr td {
 padding: 5px 10px;
}
.contest_countdown .contest_countdown_timer table tbody tr td span {
 border: 2px solid #9d0000;
 padding: 5px 10px;
 margin-left: 3px;
 font-size: 20px;
 float: left;
}
.contest_countdown .contest_countdown_timer table tbody tr td span:first-child {
 margin-left: 0px;
}
/* /CONTEST COUNTDOWN */


/************************ FOR NEW DESIGN **********************/
.white-rounded-button.contest-wrb {
	padding: 4px 20px;
    vertical-align: middle;
}
.btn-info.contest-btn {
    margin: 5px;
}
#contest_reg_form table tr td.err_message_td {
	vertical-align: top;
	padding-top: 0px;
}
.err_message_text {
	color: #be1206;
	font-size: 9pt;
}
.err_message_select {
	color: #be1206;
	font-size: 9pt;
}
#contest_reg_form input.new_design {
	width: 250px;
	height: 27px;
}
#contest_reg_form select.new_design {
	width: 262px;
	height: 30px;
	background: #FFFFFF;
}
#contest_reg_form input[type="checkbox"].accept_rules_new_design {
	margin-right: 10px;
}
#contest_reg.new_design_attention {
	max-width: 800px;
	border: 1px solid #7f0c0c;
	border-radius: 2px;
	-moz-border-radius: 2px;
	background: none;
	text-align: center;
}
#contest_reg.new_design_attention span {
	color: #7f0c0c;
}
#contest_reg.new_design {
	max-width: 800px;
	background: #eeeeee;
}
#calculate_chance.new_design {
	max-width: 800px;
	background: #eeeeee;
}
.reg_form_content {
	display: table;
	margin: 0px auto;
}
.reg_form_content_left_right_space {
	display: table-cell;
}
.reg_form_content_main_space {
	display: table-cell;
	width: 460px;
}
.reg_form_content_padding {
	display: table-cell;
	width: 30px;
}
.required_mark {
	color: #db170f;
}


#tile-buttons {
 display: block;
 width: 460px;
 height: auto;
 margin: 1.3em auto 2.5em auto;
}

#tilehead {
 font-size: 18px;
 font-weight: 500;
 text-align: center;
 display: block;
 width: 100%;
 margin-top: 2em;
}

#tilebtn-1 {background: #c41c1c;}
#tilebtn-1:hover {background: #7f0c0c;}

#tilebtn-2 {background: #3a3939;}
#tilebtn-2:hover {background: #222222;}

.tilebtn {
 width: 230px;
 height: 150px;
 margin: 0px;
 color: #ffffff;
 float: left;
 text-align: center;
 text-decoration: none;
 display: table;
}

.tilebtn:hover .fa {font-size: 30px;}
.tilebtn:hover .ico {height: 35px; width: auto;}

.tilebtn div {
 display: table-cell;
 vertical-align: middle;
}

.tilebtn .fa {
 font-size: 60px;
 display: block;
}
.tilebtn .text {
 font-size: 16px;
 margin-top: 10px;
 display: block;
 color: #fff;
}
.tilebtn .ico {
 height: 70px;
 width: auto;
}

/**
 * New desig of contest reg form
**/
.contest_reg_form {
 max-width: 770px;
 background: #eeeeee;
 border: 1px solid silver;
 border-radius: 5px;
 margin: 20px auto;
 padding: 15px;
 font-size: 13px;
 text-align: center;
}
.contest_reg_form form &gt; div {
 margin-bottom: 10px;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
}
.contest_reg_form form &gt; div label:not([for="contestRegForm_rules"]) {
 width: 150px;
 display: block;
 text-align: right;
 padding-right: 15px;
}
.contest_reg_form form &gt; div label[for="contestRegForm_rules"] {
 margin-left: 10px;
}
.contest_reg_form form &gt; div input:not([type="checkbox"]),
.contest_reg_form form &gt; div select {
 max-width: 250px;
 width: 250px;
 height: 27px;
 border-radius: 5px;
 border: 1px solid silver;
 background: #ffffff;
 color: #000;
 padding-left: 5px;
 padding-right: 5px;
}
.contest_reg_form form &gt; div input[type="checkbox"]:not([name="rules"]) {
 margin-right: 247px;
}
.contest_reg_form form &gt; div select {
 height: 31px;
 max-width: 260px;
 width: 260px;
}
.contest_reg_form form &gt; div button[type="submit"] {
 width: 160px;
}
.contest_reg_form form &gt; div button[type="submit"]:disabled {
 opacity: 0.5;
}

.contest_reg_form form &gt; div.invalid input,
.contest_reg_form form &gt; div.invalid select {
 border-color: #be1206;
}

.contest_reg_form .response {
 padding: 15px;
}
.contest_reg_form .response h2 {
 font-size: 18px;
 text-align: center;
 margin-bottom: 20px;
}
.contest_reg_form .response .account {
 font-size: 120%;
 color: #000;
 margin-bottom: 15px;
}
.contest_reg_form .response .account &gt; div {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 margin-bottom: 5px;
}
.contest_reg_form .response .account &gt; div strong {
 width: 40%;
 margin-right: 5px;
 text-align: right;
}
.contest_reg_form .response .account &gt; div span {
 width: 40%;
 margin-left: 5px;
 text-align: left;
}
.contest_reg_form .response .links {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 font-size: 110%;
}
.contest_reg_form .response .links &gt; a {
 width: 40%;
 font-weight: 900;
 padding: 0px 10px;
 text-align: right;
 border: 1px solid transparent;
 text-decoration: none;
}
.contest_reg_form .response .links &gt; a:nth-child(2n) {
 text-align: left;
 border-left-color: #000;
}

.contest_reg_form .alert {
 display: none;
 width: 90%;
 padding: 15px;
 border: 1px solid transparent;
 border-radius: 4px;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}
.contest_reg_form .alert.alert-error {
 color: #a94442;
 background-color: #f2dede;
 border-color: #ebccd1;
}
.contest_reg_form .alert.alert-success {
 color: #3c763d;
 background-color: #dff0d8;
 border-color: #d6e9c6;
}
.contest_reg_form .alert p {
 text-align: center;
}

.contest_reg_form form &gt; div.required label:after {
 content: '*';
 color: #db170f;
}

.contest_reg_form .g-recaptcha iframe {
 display: block;
}

.contest_suggestions_block {
 margin-top: 30px;
 padding: 30px 15px;
 background: #EDEDED;
 text-align: center;
 font-size: 115%;
}
.contest_suggestions_block a {
 color: #7f0c0c;
}

@media (max-width: 720px) {
 .contest_reg_form form &gt; div label:not([for="contestRegForm_rules"]):not([for="contestRegForm_swap"]) {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  padding: 0px;
 }
 .contest_reg_form form &gt; div label[for="contestRegForm_swap"] {
  width: auto;
 }
 .contest_reg_form form &gt; div input#contestRegForm_swap {
  margin: 0px;
 }
 .contest_reg_form .response .links &gt; a {
  width: 100%;
  text-align: center;
  padding: 10px 0px;
 }
 .contest_reg_form .response .links &gt; a:nth-child(2n) {
  text-align: center;
  border-left-color: transparent;
  border-top-color: #000;
 }
}

@media (max-width: 360px) {
 .g-recaptcha {
  max-width: 75%;
  margin: auto;
  overflow: hidden;
 }

 .g-recaptcha &gt; div {
  transform: scale(0.65);
  transform-origin: left;
 }
}</pre></body></html>