.buy.red, .balls.red li, .balls li.red,
.ball.red,
.balls .star.red {
  background-color: #d11c07;
  background-image: linear-gradient(to bottom, #d11c07 0%, #ff5f4d 80%); }

.buy.yellow, .balls.white li.yellow, .balls.yellow li, .balls.denim li.yellow, .balls li.yellow,
.ball.yellow,
.balls .star.yellow,
.star.yellow {
  background-color: #ffc800;
  background-image: linear-gradient(to bottom, #ffc800 0%, #fff67c 80%); }

.buy.black, .balls.black li, .balls.white li.black, .balls li.black,
.ball.black,
.balls .star.black {
  background-color: #000;
  background-image: linear-gradient(to bottom, #000 0%, #575757 80%); }

.balls.white li, .balls.denim li.white, .balls li.white,
.ball.white,
.balls .star.white {
  background-color: #d2d2d2;
  background-image: linear-gradient(to bottom, #d2d2d2 0%, #fff 80%); }

.buy.green, .balls.green li, .balls li.green,
.ball.green,
.balls .star.green {
  background-color: #598a37;
  background-image: linear-gradient(to bottom, #598a37 0%, #a1c425 80%); }

.buy.denim, .balls.denim li, .balls li.denim,
.ball.denim,
.balls .star.denim {
  background-color: #024382;
  background-image: linear-gradient(to bottom, #024382 0%, #20aef7 80%); }

.buy.orange, .balls.orange li, .balls li.orange,
.ball.orange,
.balls .star.orange {
  background-color: #ffaf4b;
  background-image: linear-gradient(to bottom, #ffaf4b 0%, #f75109 100%); }

.buy.mariner, .buy.bostonblue, .balls.mariner li, .balls li.mariner,
.ball.mariner,
.balls .star.mariner {
  background-color: #024382;
  background-image: linear-gradient(to bottom, #024382 0%, #4681e9 80%); }

.balls.purple li, .balls li.purple,
.ball.purple,
.balls .star.purple {
  background-color: #4d0676;
  background-image: linear-gradient(to bottom, #7e2d93 0%, #af40d0 80%); }

.stats_tabs, .draw-top, .draw-header--line,
.draw-top--line, .draw .actions, .draw .content, .zodiaks, .prevresults .row,
.prevresults .main, #ticketcheck .numbers .line, .breadcrumbs, .promo-line, .promo-line__btns {
  display: flex; }
  .stats_tabs, .draw-header--line,
  .draw-top--line {
    justify-content: space-between; }
  .promo-line {
    justify-content: center; }
  .draw .content, .prevresults .row,
  .prevresults .main, #ticketcheck .numbers .line, .breadcrumbs {
    flex-wrap: wrap; }

.draw-top, .draw-header--line,
.draw-top--line, .prevresults .row,
.prevresults .main, .promo-line {
  align-items: center; }

.brand:after, .m_toggle span:before, .m_toggle span:after, footer:after, footer:before, .actions a em, .breadcrumbs a:after {
  content: "";
  position: absolute; }

.brand:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

html,
body,
img,
header,
footer,
section,
aside,
nav,
article,
time {
  margin: 0;
  padding: 0;
  border: 0; }

*,
*:after,
*:before {
  outline: none;
  box-sizing: border-box; }

html {
  background: url("../images/bg.html.png") repeat 0 0;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 1.3em;
  background: url("../images/bg.body.png") no-repeat 0 190px;
  overflow-x: hidden; }
  @media (max-width: 620px) {
    body {
      font-size: 14px; } }

html.noscroll,
body.noscroll {
  position: fixed;
  overflow: hidden;
  width: 100%; }

ul {
  font-size: .875em; }

li:first-child {
  margin-top: 0; }

abbr {
  text-decoration: none; }

.br {
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden; }
  .br:before, .br:after {
    content: " ";
    display: table; }
  .br:after {
    clear: both; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  margin: 1em 0;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9); }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; }

h1,
h2,
h3 {
  color: #f0b80c;; }

h4,
h5,
h6 {
  color: #d11c07; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: .85em; }

p {
  font-size: .875em;
  margin: 0 0 1.5em 0; }
  p:last-child {
    maring-bottom: 0; }

em {
  font-family: "Georgia", Times, serif; }

a {
  color: #0172d3;
  transition: all .2s ease-in-out; }
  a:hover {
    text-decoration: none; }

.flex {
  display: table;
  display: flex;
  flex-wrap: wrap; }

#mainheader {
  z-index: 10; }

header {
  position: relative;
  background: #7d0600; }
  @media (min-width: 768px) and (max-width: 1024px) {
    header .wrapper {
      position: static;
      padding-bottom: 100px; } }
  @media (max-width: 768px) {
    header .wrapper {
      width: 100%; } }
  header .mobile {
    display: none; }
    header .mobile.active {
      display: block; }
  header h2 {
    color: #fff;
    text-shadow: none;
    padding: 5px 10px;
    margin: 0; }

.brand {
  display: inline-block;
  margin-right: -4px;
  position: relative;
  width: 220px;
  height: 100px;
  line-height: 155px;
  z-index: 1; }
  .brand:after {
    width: 120%;
    height: 100%;
    background: radial-gradient(ellipse at center, #ff0400 0%, rgba(89, 1, 0, 0) 75%, transparent 100%);
    z-index: -1; }
    @media (max-width: 768px) {
      .brand:after {
        height: 55px;
        left: -100px; } }
  @media (max-width: 1024px) and (min-width: 768px) {
    .brand {
      width: 100%;
      text-align: center; } }
  @media (max-width: 768px) {
    .brand {
      margin-left: 2%;
      height: 55px;
      width: auto;
      line-height: 80px; } }
  @media (max-width: 768px) {
    .brand img {
      width: 110px; } }

nav {
  display: inline-block;
  margin-right: -4px;
  position: relative;
  vertical-align: top;
  text-align: center;
  font-size: .875em; }
  nav span {
    display: block; }
  nav > div {
    display: inline-block;
    margin-right: -4px;
    position: relative;
    width: 110px; }
    nav > div > a {
      height: 100px;
      padding: 30px 10px 0 10px;
      line-height: 1.3;
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
      @media (min-width: 1350px) {
        nav > div > a {
          font-size: 1em; } }
      @media (max-width: 768px) {
        nav > div > a {
          height: auto;
          padding: 10px 5px;
          font-size: 1.1em; } }
    nav > div:hover {
      background: #bc0202; }
      nav > div:hover .sub {
        left: 0;
        opacity: 1;
        transform: translate(0, 0);
        z-index: 1; }
    @media (min-width: 1350px) {
      nav > div {
        width: 130px; } }
    @media (max-width: 768px) {
      nav > div {
        margin-right: 0;
        width: 100%; } }
  nav div.active {
    background: #500600;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.75); }
  @media (min-width: 768px) and (max-width: 1024px) {
    nav {
      position: absolute;
      top: 99px;
      left: 0;
      right: 0;
      width: 100%;
      margin: 0;
      text-align: center;
      border-top: 1px solid rgba(255, 255, 255, 0.2); } }

nav a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .9em; }
  @media (max-width: 768px) {
    nav a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.15); } }

nav .sub {
  font-size: .9em;
  text-align: left;
  left: -9999px;
  position: absolute;
  width: 200px;
  background: #bc0202;
  z-index: -1;
  opacity: 0;
  transform: translate(0, -10%);
  transition: opacity .2s ease-in-out, transform .2s ease-in-out; }
  nav .sub a:hover {
    background: #d11c07; }
  nav .sub span {
    padding: 15px 20px; }
  @media (max-width: 768px) {
    nav .sub {
      width: 100%;
      text-align: center;
      opacity: 1;
      z-index: 0;
      left: 0;
      transform: translate(0, 0);
      position: relative;
      background: #270000; } }

header .flag {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 5px; }

header .flag.russian {
  width: 83px;
  height: 55px;
  background: url("../images/bg.flag.russia.png") no-repeat 0 0; }

header .flag.ukraine {
  width: 90px;
  height: 60px;
  background: url("../images/bg.flag.ukraine.png") no-repeat 0 0; }

header .flag.europe {
  width: 89px;
  height: 58px;
  background: url("../images/bg.flag.europe.png") no-repeat 0 0; }

header .flag.usa {
  right: -45px;
  width: 123px;
  height: 59px;
  background: url("../images/bg.flag.usa.png") no-repeat 0 0; }

header.red {
  background: #f24a38 url("../images/pattern.wave.red.png") repeat 0 0;
  color: #fff; }

header.yellow {
  color: #3c3c3c;
  background: #fce68e url("../images/pattern.wave.yellow.png") repeat 0 0; }
  header.yellow h2 {
    color: #3c3c3c; }

header.yellow a {
  color: #3c3c3c; }

header.yellow .name {
  color: #3c3c3c; }

header.bostonblue {
  background: #2593d1 url("../images/pattern.wave.bostonblue.png") repeat 0 0;
  color: #fff; }
header.green {
	background: #97c82d url("../images/pattern.wave.green.png") repeat 0 0;
	color: #fff;
}
header.denim {
  background: #2977da url("../images/pattern.wave.denim.png") repeat 0 0;
  color: #fff; }

header.purple {
  background: #4d0676;
  color: #fff; }

header.mariner {
  background: #3c60b6 url("../images/pattern.wave.mariner.png") repeat 0 0;
  color: #fff; }

header.dark {
  background: #333 url("../images/pattern.wave.dark.png") repeat 0 0;
  color: #fff; }

header.blue {
  background: #0172d3; }

header.dark-denim {
  background: #024382; }

header.pink {
  background: #e91e63; }

.m_toggle {
  display: none;
  border-radius: 3px;
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 17px 7px;
  background-color: #d11c07;
  cursor: pointer;
  z-index: 2; }
  .m_toggle span {
    border-radius: 3px;
    display: block;
    position: relative;
    height: 3px;
    width: 25px;
    background: #fff; }
    .m_toggle span:before, .m_toggle span:after {
      height: 100%;
      width: 100%;
      border-radius: 3px;
      background: #fff;
      transition: transform .1s ease; }
    .m_toggle span:before {
      margin-top: 8px; }
    .m_toggle span:after {
      margin-top: -8px; }
  .m_toggle.active span {
    background: transparent; }
    .m_toggle.active span:before, .m_toggle.active span:after {
      margin: 0; }
    .m_toggle.active span:before {
      transform: rotate(45deg) scale(0.75); }
    .m_toggle.active span:after {
      transform: rotate(-45deg) scale(0.75); }
  @media (max-width: 768px) {
    .m_toggle {
      display: block; } }

footer {
  position: relative;
  color: #999;
  background: #484848;
  border-top: 4px solid #d2d2d2; }
  footer:after, footer:before {
    bottom: 0;
    width: 195px;
    height: 170px; }
    @media (max-width: 768px) {
      footer:after, footer:before {
        display: none; } }
  footer:after {
    left: 0;
    background: url("../images/bg.footer.left.png") no-repeat; }
  footer:before {
    right: 0;
    background: url("../images/bg.footer.right.png") no-repeat; }
  footer a {
    color: #fff;
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline; }
  footer .wrapper {
    width: 90%; }

.socials {
  background: url("../images/bg.footer.socials.png") repeat-x center center;
  text-align: center;
  margin: 35px 0 0 0; }
  .socials .content {
    display: inline-block;
    margin-right: -4px;
    padding: 0 15px;
    background: #484848; }
  .socials a {
    display: inline-block;
    margin-right: -4px;
    overflow: hidden;
    text-indent: 101%;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background: url("../images/sprite.icons.png") no-repeat -1px -50px; }
    .socials a:first-child {
      margin-left: 0; }

a.tw:hover {
  background-position: -1px -94px; }

a.fb {
  background-position: -45px -50px; }
  a.fb:hover {
    background-position: -45px -94px; }

a.vk {
  background-position: -89px -50px; }
  a.vk:hover {
    background-position: -89px -94px; }

a.ok {
  background-position: -133px -137px; }
  a.ok:hover {
    background-position: -133px -94px; }

.copyright {
  text-align: center;
  font-size: 0.750em;
  margin: 2em 0 0 0;
  padding: 0 0 5em 0; }

.yandexcounter {
  position: absolute;
  left: -9999px; }

.pseudo {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  text-decoration: none; }

.divide {
  height: 44px;
  width: 0;
  border-left: 1px solid #AAA;
  border-right: 1px solid #DDD;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px; }
  @media (max-width: 768px) {
    .divide {
      display: block;
      height: 1px;
      background: #AAA;
      width: 22px;
      margin: 10px auto; } }

.wrapper {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  text-align: left; }

.column {
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1;
  vertical-align: top; }

.column.span-20 {
  width: 200px; }

.column.span-25 {
  width: 250px; }

.column.span-75 {
  width: 750px; }

.column.span-100 {
  width: 1000px; }

.prepend-3 {
  margin-left: 30px; }

.append-3 {
  margin-right: 30px; }

.top-3 {
  margin-top: 30px; }

.top-10 {
  margin-top: 100px; }

.top-8 {
  margin-top: 80px; }

.bottom-3 {
  margin-bottom: 30px; }

.acenter {
  text-align: center !important; }

.aright {
  text-align: right !important; }

.inline {
  display: inline-block;
  margin-right: -4px; }

.visible-phone {
  display: none !important; }

.visible-tablet {
  display: none !important; }

.visible-desktop {
  display: none !important; }

.hidden-xdesktop {
  display: none !important; }

.visible-xdesktop {
  display: block !important; }

#maincontainer {
  padding: 0 0 30px 0; }

@media all and (min-width: 1350px) {
  .wrapper {
    width: 1180px; }
  .column.span-75 {
    width: 850px; }
  .column.span-20 {
    width: 236px; }
  .column.span-25 {
    width: 330px; }
  .column.span-100 {
    width: 1180px; } }

@media all and (min-width: 1024px) and (max-width: 1349px) {
  .hidden-xdesktop {
    display: block !important; }
  .visible-xdesktop {
    display: none !important; }
  .visible-desktop {
    display: block !important; }
  .hidden-desktop {
    display: none !important; } }

@media all and (min-width: 720px) and (max-width: 1023px) {
  .wrapper {
    width: 670px; }
  .top-10 {
    margin-top: 30px; }
  .top-8 {
    margin-top: 30px; }
  .hidden-xdesktop {
    display: block !important; }
  .visible-xdesktop {
    display: none !important; }
  .hidden-desktop {
    display: block !important; }
  .visible-desktop {
    display: none !important; }
  .visible-tablet {
    display: block !important; }
  .hidden-tablet {
    display: none !important; }
  .column.span-75 {
    width: 670px; }
  .column.span-20 {
    width: 150px; }
  .column.span-25 {
    width: 670px; }
  .column.span-100 {
    width: 670px; } }

@media all and (max-width: 719px) {
  .wrapper {
    width: 90%; }
  .hidden-xdesktop {
    display: block !important; }
  .visible-xdesktop {
    display: none !important; }
  .hidden-tablet {
    display: block !important; }
  .visible-tablet {
    display: none !important; }
  .visible-phone {
    display: block !important; }
  .hidden-phone {
    display: none !important; }
  .column {
    display: block;
    margin-right: 0; }
  .column.span-75,
  .column.span-20,
  .column.span-25,
  .column.span-100 {
    width: 100%; }
  .top-10 {
    margin-top: 0px; }
  .top-8 {
    margin-top: 30px; }
  .append-3 {
    margin-right: 0; }
  .aright {
    text-align: center !important; } }

h1 .top {
  margin-top: 0; }

h1 + h2,
h1 + h3 {
  margin-top: -1em; }

p.last {
  margin-bottom: 0; }

.text {
  border-radius: 6px;
  padding: 3px;
  margin: 30px 0 0 0;
  background: rgba(57, 56, 56, 0.05); }

.text .content {
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  border-top: 0;
  background: #fff;
  padding: 20px; }

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

table td,
table th {
  text-align: left; }
  @media (max-width: 480px) {
    table td,
    table th {
      padding: 2px; } }

table td.tright,
table th.tright {
  text-align: right; }

table td.tcenter,
table th.tcenter {
  text-align: center; }

.notice {
  border-radius: 5px;
  padding: 1.875em 1.875em 1.875em 5em;
  font-size: 0.813em;
  border: 1px solid #ffa726;
  background: rgba(254, 255, 236, 0.8) url("../images/bg.notice.png") no-repeat 1.25em 1.875em; }

.notice.small {
  padding: 0.625em 0.625em 0.625em 4.063em;
  background-position: 0.625em 0.625em; }

.warning {
  border-radius: 5px;
  display: none;
  position: relative;
  padding: 0.938em 0.938em 0.938em 4em;
  font: normal 0.813em/1.4 Helvetica, Arial, sans-serif;
  border: 1px solid #ca3626;
  color: #c30000;
  background: #fff7e0; }

.warning.show {
  display: block; }

.warning:before {
  position: absolute;
  content: "";
  left: 0.938em;
  top: 0.625em;
  width: 26px;
  height: 25px;
  background: url("../images/bg.warning.png") no-repeat; }

.hint {
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1;
  vertical-align: middle;
  margin-right: 0;
  position: relative; }

.hint-icon {
  border-radius: 100%;
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1;
  vertical-align: top;
  position: relative;
  width: 20px;
  height: 20px;
  font-size: 0.750em;
  line-height: 20px;
  color: gray;
  border: 1px solid gray;
  text-align: center;
  cursor: pointer; }

.hint-desc {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  display: none;
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 130px;
  margin: 0 0 0 -80px;
  padding: 15px;
  color: #413e3e;
  font: normal 0.75em/1.3 "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  background: #ffc800;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
  z-index: 4; }

.hint-desc:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  content: "";
  margin: 0 0 0 -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #ffc800 transparent transparent transparent; }

.hint-desc strong {
  display: block;
  font-size: 1.083em;
  color: #fff;
  margin: 0 0 5px 0;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); }

.hint:hover .hint-icon {
  color: #393838; }

.hint:hover .hint-desc {
  display: block; }

.customselect {
  position: relative; }

.customselect select {
  display: none; }

.customselect .trigger {
  position: relative;
  padding: 3px;
  background: rgba(57, 56, 56, 0.05);
  cursor: pointer; }

.customselect .trigger span {
  display: block;
  padding: 10px 30px 10px 15px;
  border: 1px solid #c4c4c4;
  font: normal 0.875em/1 "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #3c3c3c;
  overflow: hidden;
  background: #fff;
  cursor: pointer; }

.customselect .trigger span:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 0px;
  height: 0px;
  margin: -4px 15px 0 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #999 transparent transparent transparent; }

.customselect .trigger span.active:after {
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #999 transparent; }

.customselect .values {
  display: none;
  position: absolute;
  top: 100%;
  left: 3px;
  right: 3px;
  margin-top: -4px;
  border: 1px solid #c4c4c4;
  z-index: 8; }

.customselect .values span {
  display: block;
  padding: 8px 15px;
  font: normal 0.75em/1.2 "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #3c3c3c;
  background: #f3f3f3;
  overflow: hidden;
  cursor: pointer; }

.customselect .values span:hover {
  color: #fff;
  background: #c4c4c4; }

.customselect.w200 {
  width: 200px; }

.customselect.w100 {
  width: 100px; }

.customselect.w150 {
  width: 150px; }

.customradio {
  position: relative; }

.customradio input {
  display: none; }

.customradio label {
  position: relative;
  padding: 0 0 0 40px;
  font: normal 0.813em/1.2 "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #3c3c3c;
  cursor: pointer; }

.customradio label span {
  position: absolute;
  width: 29px;
  height: 29px;
  left: 0;
  background: url("../images/sprite.icons.png") no-repeat -220px -300px; }

.customradio label input:checked ~ span {
  background-position: -220px -334px; }

.customradio label .badge {
  margin-right: 0; }

.customradio label.img {
  padding-left: 0; }

.customchk {
  position: relative; }

.customchk input {
  display: none; }

.customchk label {
  position: relative;
  padding: 0 0 0 40px;
  font: normal 0.85em/1.2 "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #3c3c3c;
  cursor: pointer; }

.customchk label span {
  position: absolute;
  width: 28px;
  height: 28px;
  left: 0;
  background: url("../images/sprite.icons.png") no-repeat -260px -300px; }

.customchk label input:checked ~ span {
  background-position: -260px -334px; }

.customsubmit {
  position: relative;
  vertical-align: middle;
  margin-right: 0; }

.customsubmit button,
.customsubmit input {
  display: none; }

@media all and (max-width: 719px) {
  .customselect select,
  .customselect input,
  .customselect button,
  .customchk select,
  .customchk input,
  .customchk button,
  .customradio select,
  .customradio input,
  .customradio button {
    display: block; }
  .customselect .trigger,
  .customselect .values,
  .customselect .buy,
  .customchk .trigger,
  .customchk .values,
  .customchk .buy,
  .customradio .trigger,
  .customradio .values,
  .customradio .buy {
    display: none; } }

.badge .name.russkoe-loto {
  background: url("../images/badges/bg.russkoe-loto.png") no-repeat center -1px; }

.badge .name.gosloto-536 {
  background: url("../images/badges/bg.gosloto-536.png") no-repeat center center; }

.badge {
  display: inline-block;
  position: relative;
  width: 62px;
  height: 52px;
  text-decoration: none;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35); }
  .badge.russkoe-loto {
    background: url("../images/badges/bg.russkoe-loto.png") no-repeat center -1px, linear-gradient(to bottom, #d11c07 0%, #ff5f4d 80%); }	
	.badge.russkoe-loto-express {
    background: url("../images/badges/bg.russkoe-loto-express.png") no-repeat center -1px, linear-gradient(to bottom, #d11c07 0%, #ff5f4d 100%); }
  .badge.gosloto-645 {
    background: url("https://big-ant.com/wp-content/uploads/2020/09/6452.png") no-repeat center center, linear-gradient(to bottom, #000 0%, #575757 80%); }
  .badge.gosloto-749 {
    background: url("https://big-ant.com/wp-content/uploads/2020/09/7492.png") no-repeat center center, linear-gradient(to bottom, #d11c07 0%, #ff5f4d 80%); }
  .badge.gosloto-536 {
    background: url("https://big-ant.com/wp-content/uploads/2020/09/5362.png") no-repeat center center, linear-gradient(to bottom, #598a37 0%, #a1c425 80%); }
  .badge.gosloto-636 {
    background: url("https://big-ant.com/wp-content/uploads/2020/09/6362.png") no-repeat center center, linear-gradient(to bottom, #7e2d93 0%, #af40d0 80%); }
  .badge.sportloto-649 {
    background: url("../images/badges/bg.sportloto-649.png") no-repeat center center, linear-gradient(to bottom, #024382 0%, #20aef7 80%); }
  .badge.sportloto-matchball {
    background: url("https://big-ant.com/wp-content/uploads/2020/09/matchball2.png") no-repeat center center, linear-gradient(to bottom, #024382 0%, #20aef7 80%); }
  .badge.gosloto-420 {
    background: url("https://big-ant.com/wp-content/uploads/2020/09/4202.png") no-repeat center center, linear-gradient(to bottom, #000 0%, #575757 80%); }
  .badge.euromillions {
    background: url("https://big-ant.com/wp-content/uploads/2020/09/euromillions2.png") no-repeat center center, linear-gradient(to bottom, #024382 0%, #20aef7 80%); }
  .badge.eurojackpot {
    background: url("https://big-ant.com/wp-content/uploads/2020/09/eurojackpot2.png") no-repeat center center, linear-gradient(to bottom, #ffc800 0%, #fff67c 80%); }
  .badge.powerball {
    background: url("https://big-ant.com/wp-content/uploads/2020/09/powerball2.png") no-repeat center center, linear-gradient(to bottom, #d11c07 0%, #ff5f4d 80%); }
  .badge.megamillions {
    background: url("https://big-ant.com/wp-content/uploads/2020/09/mega-millions2.png") no-repeat center center, linear-gradient(to bottom, #024382 0%, #20aef7 80%); }
  .badge.zodiak {
    width: 52px;
    background: url("../images/badges/bg.zodiak.png") no-repeat center center, linear-gradient(to bottom, #1857ff 0%, #1a3a8d 80%); }
  .badge.vikinglotto {
    width: 52px;
    background: url("../images/badges/bg.vikinglotto.png") no-repeat center center, #223a71; }
  .badge.disabled {
    filter: grayscale(100%); }

.countdown div {
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1;
  position: relative; }

.countdown div strong,
.countdown div em {
  display: block; }

.countdown div:after {
  position: absolute;
  right: 0;
  top: 0;
  content: ":"; }

.countdown div.seconds:after {
  content: " "; }

.timerCol {
  text-align: right;
  flex: 1; }

/* GENERATOR */
.ball .innerA,
.star .innerA {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden; }

.ball .innerB,
.ball .number,
.star .innerB,
.star .number {
  position: relative;
  width: 100%;
  height: 100%; }

.ball .innerB,
.star .innerB {
  display: block; }

/* STATISTICS */
.stats_tabs {
  margin-top: 20px; }

.stats_tab {
  display: block;
  flex: 1;
  padding: 7px 15px;
  top: 5px;
  margin: 0 5px 0 0;
  background: silver;
  color: #000;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  text-align: center;
  line-height: 1em; }
  .stats_tab:last-child {
    margin: 0; }
  .stats_tab.is-active {
    background: #308dec;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7); }

.stats__wrap {
  padding: 20px;
  border: 2px solid silver;
  background: rgba(192, 192, 192, 0.4);
  border-radius: 0 0 5px 5px; }

.stats__block {
  display: none; }
  .stats__block .draw:first-child {
    margin: 0; }
  .stats__block.is-active {
    display: block; }

.freqCont {
  width: 85px;
  padding: 5px;
  margin-bottom: 15px;
  line-height: 18px;
  vertical-align: top; }

.freqCont .D {
  color: #C00;
  font-size: 18px; }

.freqCont.wider {
  width: 92px; }

.greyed {
  color: #888; }

.twoCol {
  display: inline-block;
  width: 42%;
  margin: 0 1%;
  vertical-align: top; }

.statsTable,
.statsTable td,
.statsTable th {
  border-collapse: collapse;
  text-align: center;
  border-bottom: 1px solid #CCC; }

.statsTable,
.statsTable tr:last-child td {
  border-bottom: none; }

.statsTable {
  margin-bottom: 20px; }

.slides {
  position: relative;
  overflow: hidden; }

.slides .mask {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.slides .items {
  position: relative; }

.slides .bubbles {
  position: absolute;
  z-index: 2; }

.slides .bubbles a {
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1;
  border-radius: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: rgba(65, 62, 62, 0.6);
  overflow: hidden; }

.slides .bubbles a:first-child {
  margin-left: 0; }

.slides .bubbles a.sel,
.slides .bubbles a.active {
  background: #ee473f; }

.slides .controls {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  position: absolute;
  width: 30px;
  height: 40px;
  background: url("../images/sprite.icons.png") no-repeat -145px -50px;
  z-index: 4;
  cursor: pointer; }

.slides .controls.next {
  background-position: -184px -50px; }

.playmenu {
  background: #FC0 !important;
  color: #000 !important; }

.playmenu a:hover {
  background: #FBE010 !important; }

.playmenu a {
  color: #000 !important; }

.winner {
  text-align: center; }

.winner span {
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1;
  width: 26px;
  height: 26px;
  margin: 0;
  font: bold 0.875em/26px Helvetica, Arial, sans-serif;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
  background: url("../images/sprite.icons.png") no-repeat 0 -150px;
  vertical-align: middle; }

.winner em {
  font: italic 0.688em/1.2 "Georgia", Times, serif; }

.winner em.doubleline {
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1;
  width: 80px;
  vertical-align: middle;
  margin-right: 0; }

.winner.red {
  color: #d11c07; }

.winner.red strong {
  color: #fff;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.4);
  background-position: -36px -150px; }

.roll,
.rollover {
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1;
  width: 79px;
  height: 24px;
  font: 11px/20px "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  color: #d11c07;
  text-align: center;
  text-transform: uppercase;
  background: url("../images/sprite.icons.png") no-repeat -88px -180px; }

.roll.red,
.rollover.red {
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  background-position: 0 -180px; }

@media all and (max-width: 719px) {
  .winner {
    display: block; }
  .winner em.doubleline {
    width: auto; }
  .twoCol {
    width: 96%; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .winner strong {
    background-image: url("../images/sprite.icons-2x.png");
    background-size: 600px 400px; } }

.buy.medium {
  font-size: 1em; }

.buy {
  display: inline-block;
  margin-right: -4px;
  position: relative;
  text-align: center;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid #d11c07;
  color: #fff;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.35); }
  .buy span {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer; }
  .buy:active {
    top: 1px; }

.buy.red:hover {
  background: #d11c07; }

.buy.orange:hover {
  background: #ffaf4b; }

.buy.denim:hover {
  background: #024382; }

.buy.green:hover {
  background: #024382; }

.buy.mariner:hover {
  background: #0172d3; }

.buy.black {
  border-color: #000; }
  .buy.black:hover {
    background: #000; }

.buy.yellow {
  border: 1px solid #ffc800;
  color: #3c3c3c;
  text-shadow: 1px 2px 1px rgba(255, 255, 255, 0.75); }
  .buy.yellow:hover {
    background: #ffc800; }

.buy.bostonblue {
  border-color: #0172d3; }

.buy.big {
  font-size: 1.125em; }

.buy.medium {
  padding: 3px 8px;
  font-size: 1em; }

.draw {
  border-radius: 6px;
  padding: 3px;
  margin: 30px 0 0 0;
  background: rgba(0, 0, 0, 0.05); }
  .draw.checker {
    text-align: center;
    float: none; }

.draw-top > div {
  margin-right: 40px; }
  .draw-top > div:last-child {
    margin: 0; }
  @media (max-width: 480px) {
    .draw-top > div {
      margin-right: 0; } }

.draw-header,
.draw-top {
  text-transform: uppercase;
  position: relative;
  padding: 15px 20px;
  border: 1px solid #d2d2d2;
  color: #3c3c3c;
  background: #f3f3f3 url("../images/pattern.wave.gray.png") repeat 0 0;
  border-radius: 5px 5px 0 0;
  font-size: .9em; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .draw-header,
    .draw-top {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (max-width: 480px) {
    .draw-header,
    .draw-top {
      flex-direction: column;
      text-align: center; } }
  @media (max-width: 480px) {
    .draw-header--line,
    .draw-top--line {
      justify-content: center;
      flex-direction: column;
      margin-bottom: 10px; } }
  .draw-header a,
  .draw-top a {
    color: #fff;
    font-weight: 700; }
  .draw-header .title,
  .draw-top .title {
    margin-bottom: 10px;
    font-size: 1.3em;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; }
  .draw-header .badge,
  .draw-top .badge {
    vertical-align: middle;
    margin-right: 5px; }
    @media (max-width: 380px) {
      .draw-header .badge,
      .draw-top .badge {
        display: block;
        margin: 0 auto 5px; } }
  .draw-header .roll,
  .draw-top .roll {
    position: absolute;
    top: 10px;
    right: 0;
    margin-right: -4px; }
  .draw-header .warning,
  .draw-top .warning {
    margin: -15px 0 10px 0; }
  @media (max-width: 720px) {
    .draw-header time,
    .draw-top time {
      display: block; } }

.draw-header,
.draw-top {
  color: #fff; }
  .draw-header.red,
  .draw-top.red {
    background: #f03c2e url("../images/pattern.wave.red.png"); }
  .draw-header.yellow,
  .draw-top.yellow {
    color: #3c3c3c;
    background: #fde178 url("../images/pattern.wave.yellow.png"); }
    .draw-header.yellow a,
    .draw-top.yellow a {
      color: #3c3c3c; }
  .draw-header.white,
  .draw-top.white {
    color: #3c3c3c; }
    .draw-header.white a,
    .draw-top.white a {
      color: #3c3c3c; }
  .draw-header.bostonblue,
  .draw-top.bostonblue {
    background: #2590ce url("../images/pattern.wave.bostonblue.png"); }
  .draw-header.green,
  .draw-top.green {
    background: #97c82d url("../images/pattern.wave.green.png"); }
  .draw-header.denim,
  .draw-top.denim {
    background: #2590ce url("../images/pattern.wave.denim.png"); }
  .draw-header.mariner,
  .draw-top.mariner {
    background: #4d4d4d url("../images/pattern.wave.mariner.png"); }
  .draw-header.dark,
  .draw-top.dark {
    background: #4d4d4d url("../images/pattern.wave.dark.png"); }
  .draw-header.purple,
  .draw-top.purple {
    background: #4d0676; }

.draw .balls,
.draw .jackpot,
.draw .action {
  vertical-align: middle; }
  @media (max-width: 720px) {
    .draw .balls,
    .draw .jackpot,
    .draw .action {
      margin-bottom: 10px;
      width: 100%; } }

.draw .balls {
  width: 57%; }
  @media (max-width: 720px) {
    .draw .balls {
      text-align: center;
      width: 100%; } }

.draw .jackpot {
  width: 25%;
  color: #999;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif; }
  @media (max-width: 720px) {
    .draw .jackpot {
      width: 100%; } }
  .draw .jackpot p {
    font-size: .75em;
    line-height: 1.1em;
    margin: 0 0 10px 0; }

.draw .prize {
  color: #999;
  white-space: nowrap; }
  @media (max-width: 720px) {
    .draw .prize {
      font-size: .85em; } }

.draw .val {
  display: block;
  letter-spacing: -1px;
  line-height: .5em;
  font-size: 1.6em;
  color: #3c3c3c;
  margin: 5px 0 10px 0; }
  @media (min-width: 1350px) {
    .draw .val {
      font-size: 1.875em; } }

.draw abbr {
  font-size: .55em; }

.draw .action {
  width: 18%;
  text-align: right; }
  @media (max-width: 720px) {
    .draw .action {
      width: 100%;
      text-align: center; } }

.draw .more {
  float: left;
  font-size: 0.750em;
  line-height: 38px;
  color: #035ca8; }

.draw .buy {
  margin-right: 0; }

.details {
  padding: 20px 20px 0;
  border-radius: 0 0 5px 5px;
  background: #fff url("../images/bg.results.row.png") repeat-x left top;
  overflow: hidden;
  width: 100%; }
  .details h4 {
    font-size: .87em;
    line-height: 1;
    font-weight: 100;
    margin: 0; }
  .details .close {
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    height: 17px;
    background: url("../images/sprite.icons.png") no-repeat -30px -210px;
    cursor: pointer; }
  .details .balls,
  .details table {
    width: 100%; }
    .details .balls .w25,
    .details table .w25 {
      width: 25%; }
    .details .balls .w33,
    .details table .w33 {
      width: 33%; }
    .details .balls .w50,
    .details table .w50 {
      width: 50%; }
    .details .balls .p20btm,
    .details table .p20btm {
      padding-bottom: 20px; }
  .details th {
    font-size: .75em;
    padding: 0 0 10px 0;
    font-weight: 100;
    color: #d2d2d2; }
  .details td {
    padding: 0 0 5px 0;
    font-size: .875em;
    color: #000; }

.head {
  position: relative;
  padding: 0 0 15px 0 .head; }
  .head :before, .head:after {
    content: " ";
    display: table; }
  .head:after {
    clear: both; }

.actions {
  position: relative;
  padding: 16px 0 15px 0;
  margin: 10px 0;
  background: url("../images/bg.results.row.png") repeat-x left top; }
  @media (max-width: 380px) {
    .actions {
      text-align: left; } }
  .actions a {
    display: inline-block;
    margin-right: -4px;
    font-size: .875em;
    margin-left: 20px;
    color: #024382; }
    @media (max-width: 380px) {
      .actions a {
        font-size: 1em; } }
    .actions a.check {
      position: relative;
      padding-left: 28px; }
    .actions a em {
      margin-left: -28px;
      content: "";
      width: 20px;
      height: 20px;
      background: url("../images/sprite.icons.png") no-repeat 0 -210px; }
    .actions a:first-child {
      margin-left: 0; }
  .actions.style2 {
    background: none;
    padding: 0 0 20px 0;
    margin: 0; }
  .actions.full {
    width: 100%; }

.draw header {
  padding: 10px 20px; }

.draw .actions {
  overflow: hidden; }
  .draw .actions a {
    margin-right: 0; }

.draw .countdown {
  float: right; }
  .draw .countdown p {
    display: inline-block;
    margin-right: -4px; }
  .draw .countdown div {
    margin-left: 10px; }
    .draw .countdown div:after {
      top: 50%;
      right: -9px;
      margin-top: -12px;
      color: #3c3c3c; }
  .draw .countdown strong {
    border-radius: 3px;
    box-shadow: 0px 1px 0px rgba(209, 28, 7, 0.3);
    padding: 4px 8px;
    text-align: center;
    font: bold 0.75em/1em "Arial Black", Arial, sans-serif;
    color: #fff;
    background: #bc0202 url("../images/bg.countdown.section.red.png") repeat-x 0 center;
    border: 1px solid #ff806f;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); }
  .draw .countdown .lastminute strong {
    animation: flash 2s infinite; }

.draw .content {
  padding: 20px;
  background: #fff; }
  @media (max-width: 720px) {
    .draw .content {
      justify-content: center; } }
  .draw .content.noborder {
    border-bottom: 0;
    border-radius: 0; }

.draw.style2 .date {
  width: 50%; }

.draw.style2 .status {
  position: absolute;
  width: 20%;
  text-align: right;
  margin-bottom: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%); }

.draw.style2 .w70 {
  width: 70%; }

.draw.style2 .balls {
  margin-bottom: 10px; }

.number,
.date {
  font-size: .9em; }

.results {
  border-radius: 6px;
  position: relative;
  padding: 3px;
  margin: 30px 0 0 0;
  background: rgba(57, 56, 56, 0.05); }

.results header {
  *zoom: 1;
  position: relative;
  padding: 20px 0 20px 20px;
  border: 1px solid #c4c4c4;
  border-bottom: 0;
  line-height: 1;
  color: #fff;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.results header:before,
.results header:after {
  content: " ";
  display: table; }

.results header:after {
  clear: both; }

.results header a {
  color: #fff; }

.results header .name {
  position: relative;
  display: block;
  font-size: 1.125em;
  line-height: 1;
  font-weight: normal;
  margin: 0;
  color: #fff;
  text-shadow: 0 1px 0px rgba(80, 6, 0, 0.8);
  z-index: 3; }

.results header .name a {
  text-decoration: none; }

.results .aright .buy {
  margin-right: 0; }

.results .balls .hint {
  margin-left: 10px; }

.results .balls-8 .divide {
  display: block;
  width: 20px;
  height: 1px;
  margin: 5px 0;
  background: #aaa;
  opacity: .25; }

.results .date {
  font-size: 0.813em;
  color: #000; }

.results .date time {
  display: inline; }

.results .jackpot {
  color: gray; }

.results .jackpot .val {
  display: block;
  margin: 5px 0 0 0;
  font: bold 1.5em/1 Helvetica, Arial, sans-serif;
  color: #3c3c3c; }

.results .jackpot .val abbr {
  font-family: Arial;
  font-size: 0.538em; }

.results .content {
  border: 1px solid #c4c4c4;
  border-top: 0;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.results .table .col {
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1;
  vertical-align: top; }

.results .table .col.span-1 {
  width: 80px; }

.results .table .col.span-1-4 {
  width: 140px; }

.results .table .col.span-2 {
  width: 160px; }

.results .table .col.span-3 {
  width: 320px; }

.results .table .col.span-7 {
  width: 700px; }

.results .table .row {
  padding: 21px 20px 20px 20px;
  background: url("../images/bg.results.row.png") repeat-x left top; }

.results .table .head {
  padding: 10px 20px;
  color: gray;
  font-size: 0.750em;
  border-bottom: 1px solid #d2d2d2; }

.results .table .head + .row {
  background: none; }

.prevresults {
  border-radius: 6px;
  position: relative;
  padding: 3px;
  margin: 30px 0 0 0;
  background: rgba(57, 56, 56, 0.05); }

.prevresults header {
  *zoom: 1;
  padding: 15px 20px;
  border: 1px solid #c4c4c4;
  border-bottom: 0;
  line-height: 1;
  color: #3c3c3c;
  background: #f3f3f3 url("../images/pattern.wave.gray.png") repeat 0 0;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.prevresults header:before,
.prevresults header:after {
  content: " ";
  display: table; }

.prevresults header:after {
  clear: both; }

.prevresults header .col {
  font: 0.75em/1 "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.prevresults .col {
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1;
  vertical-align: middle; }

.prevresults .col.span-0 {
  width: 80px; }

.prevresults .col.span-0-2 {
  width: 120px; }

.prevresults .col.span-1 {
  width: 170px; }

.prevresults .col.span-2-0 {
  width: 200px; }

.prevresults .col.span-2 {
  width: 230px; }

.prevresults .col.span-3 {
  width: 320px; }

@media screen and (max-width: 1350px) and (min-width: 1024px) {
  .prevresults .col.span-1 {
    width: 150px; } }

.prevresults .col.span-4 {
  width: 430px; }

.prevresults .aright .buy {
  margin-right: 0; }

.prevresults .content {
  border: 1px solid #c4c4c4;
  border-top: 0;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.prevresults .nr {
  font-size: 0.875em;
  line-height: 1; }

.prevresults .nr time {
  display: inline;
  color: #3c3c3c; }

.prevresults .nr a {
  text-decoration: underline;
  color: #035ca8; }

.prevresults .nr a time {
  color: #035ca8; }

.prevresults .nr a:hover {
  text-decoration: none; }

.prevresults .prize {
  color: gray;
  text-align: left; }

.prevresults .prize .val {
  display: block;
  text-align: left;
  font: bold 1.286em/1 Helvetica, Arial, sans-serif;
  color: #3c3c3c; }

.prevresults .prize .val abbr {
  font-family: Arial;
  font-size: 0.778em; }

.prevresults .prize .val.xmedium {
  font-size: 1.500em; }

.prevresults .countdown div {
  margin-left: 10px; }

.prevresults .countdown div strong {
  border-radius: 3px;
  box-shadow: 0px 1px 1px #000;
  padding: 6px 10px;
  font: normal 1em/1em Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: center;
  background: #171717 url("../images/bg.countdown.section.png") repeat-x 0 center;
  border: 1px solid rgba(255, 255, 255, 0.15); }

.prevresults .countdown div em {
  font: italic normal 0.625em/1em Helvetica, Arial, sans-serif;
  color: #999;
  text-align: center;
  margin: 5px 0 0 0; }

.prevresults .countdown div:after {
  top: 50%;
  right: -9px;
  margin-top: -20px;
  color: gray; }

.prevresults .countdown div:first-child {
  margin-left: 0; }

.prevresults .countdown.red div strong {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  color: #ff5f4d;
  background: #fff url("../images/bg.countdown.section.light.png") repeat-x 0 center;
  border: 1px solid rgba(209, 28, 7, 0.8);
  text-shadow: 0px 0px 1px #fff; }

.prevresults .countdown.red div:after {
  color: #ee473f; }

.prevresults .countdown.lastminute div strong {
  animation: flash 2s infinite; }

.prevresults .cube {
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1;
  position: relative;
  width: 90%;
  vertical-align: middle;
  perspective: 1000; }

.prevresults .cube .ct {
  position: relative;
  font-size: .9em;
  line-height: 1em;
  margin-bottom: 10px;
  transform-style: preserve-3d; }

.prevresults .cube .stage {
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  top: 0;
  overflow: hidden;
  font: 0.688em/2 normal "Arial Black", Arial, sans-serif;
  color: gray;
  text-transform: uppercase;
  text-align: center;
  backface-visibility: hidden; }

.prevresults .cube .stage.front {
  z-index: 2; }

.prevresults .cube .stage.top {
  color: #ee473f;
  font-size: 1.00em;
  line-height: 40px;
  transform: rotateX(90deg) translateY(-25px) translateZ(25px); }

.prevresults .cube .stage.back {
  color: #024382;
  font-size: 1.00em;
  line-height: 40px;
  transform: rotateX(180deg) translateY(0px) translateZ(50px); }

.prevresults .cube .stage.bottom {
  transform: rotateX(270deg) translateY(25px) translateZ(25px); }

.prevresults .main:hover {
  cursor: pointer; }

.prevresults .main.default:hover {
  cursor: default; }

.prevresults .details {
  background-image: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
  display: none;
  padding: 20px 20px 0 20px; }

.prevresults .details .head {
  *zoom: 1;
  position: relative;
  padding: 0 0 15px 0; }

.prevresults .details .head:before,
.prevresults .details .head:after {
  content: " ";
  display: table; }

.prevresults .details .head:after {
  clear: both; }

.prevresults .details .head h4 {
  font-size: 0.875em;
  line-height: 1;
  font-weight: normal;
  margin: 0;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8); }

.prevresults .details .head .close {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 17px;
  background: url("../images/sprite.icons.png") no-repeat -30px -210px;
  cursor: pointer; }

.prevresults .details table {
  width: 100%; }

.prevresults .details table th {
  font-size: 0.750em;
  padding: 0 0 10px 0;
  font-weight: normal;
  color: gray; }

.prevresults .details table td {
  padding: 0 0 5px 0;
  font-size: 0.875em;
  color: #000; }

.prevresults .details table td.w25,
.prevresults .details table th.w25 {
  width: 25%; }

.prevresults .details table td.w33,
.prevresults .details table th.w33 {
  width: 33%; }

.prevresults .details table td.w50,
.prevresults .details table th.w50 {
  width: 50%; }

.prevresults .details table td.w33,
.prevresults .details table th.w33 {
  width: 33%; }

.prevresults .table .row {
  position: relative;
  padding: 11px 20px 10px;
  background: url("../images/bg.results.row.png") repeat-x left top; }

.prevresults .table .row:first-child {
  background: none; }

.prevresults .table .row.win {
  background-color: #fff8d9; }

.prevresults .table .row.win .details {
  background-image: linear-gradient(to bottom, #fff8d9 0%, #ffc800 100%); }

.prevresults .table .row.active .details {
  display: block; }

.prevresults .table .row.last {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.prevresults .balls-8 .divide {
  display: block;
  width: 20px;
  height: 1px;
  background: #aaa;
  margin: 5px auto; }

@media (max-width: 1350px) {
  .prevresults .balls-8 .divide {
    margin: 5px auto; } }

@media (max-width: 720px) {
  .prevresults .balls-8 .divide {
    margin: 5px auto 5px auto; } }

@media (max-width: 515px) {
  .prevresults .balls-8-generator .divide {
    display: block;
    width: 20px;
    height: 1px;
    background: #aaa;
    margin: 5px auto; } }

.resultsnav {
  margin: 30px 0 0 0; }

.resultsnav nav {
  position: relative;
  text-align: right;
  height: 30px;
  display: flex; }

.resultsnav nav a {
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1;
  height: 30px;
  line-height: 28px;
  vertical-align: top;
  padding-left: 20px;
  margin-right: 0;
  text-align: right;
  text-decoration: none;
  background: url("../images/sprite.draws.navigation.png") no-repeat 0 0; }

.resultsnav nav a span {
  display: block;
  position: relative;
  height: 100%;
  padding-right: 20px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 0.688em;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background: url("../images/sprite.draws.navigation.png") no-repeat right -30px; }

.resultsnav nav a span:after {
  position: absolute;
  top: 4px;
  content: "";
  width: 23px;
  height: 23px;
  background: url("../images/sprite.icons.png") no-repeat 0 -300px;
  z-index: 1;
  overflow: hidden; }

.resultsnav nav a.next span {
  padding-left: 15px; }

.resultsnav nav a.next span:after {
  left: -16px; }

.resultsnav nav a.next:hover span:after {
  background-position: 0 -330px; }

.resultsnav nav a.prev span {
  padding-right: 35px; }

.resultsnav nav a.prev span:after {
  right: 4px;
  background-position: -30px -300px; }

.resultsnav nav a.prev:hover span:after {
  background-position: -30px -330px; }

@media all and (min-width: 1350px) {
  .results .jackpot .val {
    font-size: 1.625em; }
  .results .table .col.span-1 {
    width: 95px; }
  .results .table .col.span-1-4 {
    width: 135px; }
  .results .table .col.span-2 {
    width: 190px; }
  .results .table .col.span-3 {
    width: 380px; }
  .results .table .col.span-7 {
    width: 800px; }
  .results .table .head {
    font-size: 0.875em; }
  .prevresults .col {
    display: inline-block;
    *display: inline;
    margin-right: -4px;
    zoom: 1;
    vertical-align: middle; }
  .prevresults .col.span-1 {
    width: 170px; }
  .prevresults .col.span-2-0 {
    width: 255px; }
  .prevresults .col.span-2 {
    width: 275px; }
  .prevresults .col.span-3 {
    width: 375px; }
  .prevresults .col.span-4 {
    width: 530px; }
  .prevresults .status {
    text-align: center; }
  .prevresults .countdown div strong {
    padding: 8px 12px;
    font: bold 1em/1em "Arial Black", Arial, sans-serif; } }

@media all and (min-width: 720px) and (max-width: 1023px) {
  .results header {
    padding-right: 10px;
    padding-left: 10px; }
  .results .jackpot .val {
    font-size: 1.250em; }
  .results .table .col.span-1 {
    width: 60px; }
  .results .table .col.span-1-4 {
    width: 120px; }
  .results .table .col.span-2 {
    width: 140px; }
  .results .table .col.span-3 {
    width: 320px; }
  .results .table .col.span-7 {
    width: 640px; }
  .results .table .head {
    padding: 10px; }
  .results .table .row {
    padding-right: 10px;
    padding-left: 10px; }
  .prevresults header {
    padding-right: 10px;
    padding-left: 10px; }
  .prevresults .col {
    display: inline-block;
    *display: inline;
    margin-right: -4px;
    zoom: 1;
    vertical-align: middle; }
  .prevresults .col.span-0 {
    width: 80px; }
  .prevresults .col.span-0-2 {
    width: 100px; }
  .prevresults .col.span-1 {
    width: 140px; }
  .prevresults .col.span-2-0 {
    width: 180px; }
  .prevresults .col.span-2 {
    width: 220px; }
  .prevresults .col.span-3 {
    width: 280px; }
  .prevresults .col.span-4 {
    width: 400px; }
  .prevresults .details {
    margin: 20px -10px -10px -10px; }
  .prevresults .table .row {
    padding: 11px 10px 10px; }
  .resultsnav nav a {
    border-radius: 15px;
    box-shadow: inset 1px 1px 1px #000;
    margin: 0;
    height: 30px;
    padding: 0;
    line-height: 28px;
    background: #484848; }
  .resultsnav nav a span {
    background: transparent; }
  .resultsnav nav a.next span {
    padding: 0 20px 0 35px; }
  .resultsnav nav a.next span:after {
    left: 5px; }
  .resultsnav nav a.prev span {
    padding: 0 35px 0 20px; } }

@media all and (max-width: 719px) {
  .results .table .col {
    text-align: center; }
  .results .table .col.span-1 {
    width: 100%; }
  .results .table .col.span-1-4 {
    width: 100%;
    padding-top: 20px; }
  .results .table .col.span-2 {
    width: 100%;
    padding-top: 20px; }
  .results .table .col.span-3 {
    width: 100%;
    padding-top: 20px; }
  .results .table .col.span-7 {
    width: 100%; }
  .results .table .head {
    padding: 10px 2%; }
  .results .table .head .col.span-1,
  .results .table .head .col.span-2,
  .results .table .head .col.span-1-4 {
    display: none;
    padding-top: 0; }
  .results .table .head .col.span-3 {
    padding-top: 0; }
  .prevresults header {
    padding: 20px 20px 0 20px; }
  .prevresults header .col {
    margin-bottom: 20px; }
  .prevresults .badge {
    margin-bottom: 20px; }
  .prevresults .jackpot {
    display: block;
    text-align: center;
    margin-bottom: 20px; }
  .prevresults .status {
    position: static; }
  .prevresults .status .rollover {
    position: absolute;
    top: 25px;
    right: -2px;
    margin-top: -4px; }
  .prevresults .status .winner {
    display: block;
    margin-top: 20px; }
  .prevresults .countdown {
    margin-bottom: 20px; }
  .prevresults .cube {
    margin: 0 0 20px 0;
    font-size: .9em;
    width: 70%; }
  .prevresults .cube .stage {
    width: 100%; }
  .prevresults .col {
    display: block;
    margin-right: 0;
    width: 100% !important;
    text-align: center; }
  .prevresults .nr,
  .prevresults .balls {
    margin-bottom: 20px; }
  .prevresults .details {
    margin: 20px -10px -10px -10px; }
  .prevresults .details .head h4 {
    font-size: 1.00em; }
  .prevresults .actions {
    text-align: center; }
  .prevresults .actions a {
    font-size: 1.00em; }
  .prevresults .actions a.check {
    margin-top: 15px;
    margin-left: 0; }
  .prevresults .actions a.check em {
    top: 2px; }
  .prevresults .actions a:first-child {
    display: block;
    margin-right: 0; }
  .prevresults .table .row {
    padding: 10px 10px 10px 10px; }
  .resultsnav nav {
    height: auto;
    padding-left: 0;
    text-align: left; }
  .resultsnav nav a {
    border-radius: 18px;
    box-shadow: inset 1px 1px 1px #000;
    display: block;
    margin: 0;
    height: 36px;
    padding: 0;
    line-height: 34px;
    background: #484848; }
  .resultsnav nav a span {
    background: transparent;
    text-align: center;
    font-size: 0.750em; }
  .resultsnav nav a span:after {
    top: 8px; }
  .resultsnav nav a.next {
    position: relative;
    margin-bottom: 20px; }
  .resultsnav nav a.next span {
    padding: 0 20px 0 35px; }
  .resultsnav nav a.next span:after {
    left: 8px; }
  .resultsnav nav a.prev span {
    padding: 0 35px 0 20px; }
  .resultsnav nav a.prev span:after {
    right: 8px; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .prevresults .details .head .close {
    background-image: url("../images/sprite.icons-2x.png");
    background-size: 600px 400px; }
  .prevresults .actions a.check em {
    background-image: url("../images/sprite.icons-2x.png");
    background-size: 600px 400px; }
  .resultsnav nav a span:after {
    background-image: url("../images/sprite.icons-2x.png");
    background-size: 600px 400px; } }

.abc .sort {
  padding: 20px 0 25px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  text-align: left; }

.abc .sort em,
.abc .sort ul {
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1;
  vertical-align: middle; }

.abc .sort em {
  width: 20%;
  color: #999;
  font-size: 0.750em;
  line-height: 1; }

.abc .sort ul {
  width: 80%;
  text-align: right;
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0; }

.abc .sort ul li {
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1; }

.abc .sort ul li a {
  display: block;
  position: relative;
  padding: 7px 5px 5px 5px;
  width: 10px;
  font: bold 0.875em/1 Helvetica, Arial, sans-serif;
  color: #ec4141;
  text-decoration: none; }

.abc .sort ul li a.disabled {
  color: #d2d2d2; }

.abc .sort ul li a.active {
  color: #fff;
  background: #ec4141;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2); }

.abc .sort ul li a.active:after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ec4141; }

.abc .list {
  text-align: left;
  padding: 0 20px 30px 20px;
  margin-left: -4%; }

.abc .list .translate {
  font-size: 0.750em;
  color: #999; }

.abc .list h3 {
  font-size: 1.00em;
  font-weight: normal; }

.abc .list .item {
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1;
  box-sizing: border-box;
  vertical-align: top;
  width: 46%;
  padding: 0 0 31px 0;
  margin-top: 30px;
  margin-left: 4%;
  background: url("../images/bg.results.row.png") repeat-x bottom left; }

.abc .list .item:before,
.abc .list .item:after {
  box-sizing: border-box; }

.abc .list .item.disabled {
  display: none; }

.balls {
  list-style: none;
  margin: 0;
  padding: 0; }
  .balls .hint {
    margin-left: 10px; }

.balls li,
.ball,
.star {
  display: inline-block;
  margin-right: -4px;
  color: #fff;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  font-weight: 700; }
  .balls li.first, .balls li:first-child,
  .ball.first,
  .ball:first-child,
  .star.first,
  .star:first-child {
    margin-left: 0; }

.balls li,
.ball {
  border-radius: 50%;
  box-shadow: inset 2px -8px 10px rgba(0, 0, 0, 0.2), 1px 1px 2px rgba(0, 0, 0, 0.65); }

.balls .star,
.star {
  border-radius: 0;
  position: relative;
  box-shadow: inset 2px -8px 10px rgba(0, 0, 0, 0.2); }
  .balls .star:after,
  .star:after {
    content: "";
    position: absolute;
    width: 105%;
    height: 105%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/images/svg/icon--star.svg");
    background-size: 105% 100%; }
  .balls .star.red,
  .star.red {
    background-color: #d11c07; }

.balls .win .star:after,
.win .star:after {
  background-image: url("/images/svg/icon--star-win.svg"); }

.balls ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.balls.black li {
  color: #ffc800; }

.balls.yellow li {
  color: #000; }

.balls.whiteonyellow li {
  color: #000;
  background-color: #d2d2d2; }

.balls.denim li.yellow {
  color: #000; }

.balls.denim li.white {
  color: #000; }

.balls.bostonblue {
  background-color: #4d0676; }

.balls.zodiak li:nth-child(1) {
  background-color: #0172d3; }

.balls.zodiak li:nth-child(2) {
  background-color: #4d0676; }

.balls.zodiak li:nth-child(3) {
  background-color: #024382; }

.balls.zodiak li:nth-child(4) {
  background-color: #e91e63; }

.balls li.black,
.ball.black,
.balls .star.black {
  color: #ffc800; }

.balls li.white,
.ball.white,
.balls .star.white {
  color: #000; }

.balls li.yellow,
.ball.yellow,
.balls .star.yellow, .star.yellow {
  color: #000; }

.balls li.whiteonyellow,
.ball.whiteonyellow,
.balls .star.whiteonyellow {
  color: #000;
  background-color: #d2d2d2; }

.balls li.red,
.ball.red,
.balls .star.red {
  color: #fff; }

.balls li.bostonblue,
.ball.bostonblue,
.balls .star.bostonblue {
  background-color: #4d0676; }

.balls li.purple,
.ball.purple,
.balls .star.purple {
  background-color: #4d0676; }

.balls li.dark-denim,
.ball.dark-denim,
.balls .star.dark-denim {
  background-color: #024382; }

.balls li.blue,
.ball.blue,
.balls .star.blue {
  background-color: #0172d3; }

.balls li.pink,
.ball.pink,
.balls .star.pink {
  background-color: #e91e63; }

.balls li,
.ball,
.star {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 1.250em;
  margin-right: 0px;
  margin-bottom: 4px; }
  .balls li.normal,
  .ball.normal,
  .star.normal {
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-right: -1px;
    margin-bottom: 3px; }
  .balls li.sm,
  .ball.sm,
  .star.sm {
    width: 27px;
    height: 27px;
    line-height: 27px;
    font-size: .85em;
    margin-right: -2px;
    margin-bottom: 2px; }
  .balls li.medium,
  .ball.medium,
  .star.medium {
    width: 37px;
    height: 37px;
    line-height: 37px;
    margin-right: 0px;
    margin-bottom: 4px; }
  .balls li.xbig,
  .ball.xbig,
  .star.xbig {
    width: 47px;
    height: 47px;
    line-height: 47px;
    margin-right: 3px;
    margin-bottom: 7px; }
  .balls li.big,
  .ball.big,
  .star.big {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 1px;
    margin-bottom: 5px; }
    @media (max-width: 1350px) {
      .balls li.big,
      .ball.big,
      .star.big {
        width: 47px;
        height: 47px;
        line-height: 47px;
        margin-right: 3px;
        margin-bottom: 7px; } }

.draw .zodiaks {
  width: 57%; }

.zodiaks {
  list-style: none;
  align-self: center;
  padding: 0;
  margin: 10px 0; }
  @media (max-width: 720px) {
    .zodiaks {
      justify-content: center; } }
  .zodiaks li {
    padding: 5px 10px;
    margin: 0 2px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    font-size: 1.3em;
    font-weight: 700;
    color: #fff;
    min-width: 45px;
    text-align: center; }
    .zodiaks li:nth-child(1) {
      background: #0172d3; }
    .zodiaks li:nth-child(2) {
      background: #4d0676; }
    .zodiaks li:nth-child(3) {
      background: #024382; }
  .zodiaks [class*="zodiak-"] {
    padding-left: 25px;
    position: relative;
    background: #e91e63; }
    .zodiaks [class*="zodiak-"]:before {
      content: "";
      position: absolute;
      width: 18px;
      height: 18px;
      background-size: 100% 100%;
      top: 50%;
      left: 5px;
      transform: translate(0, -50%); }

.freqCont [class*="zodiak-"] {
  padding-left: 25px;
  position: relative;
  background: #e91e63;
  font-size: 1.25em;
  color: #fff;
  padding: 5px 5px 5px 20px;
  border-radius: 5px;
  margin: 0 auto 10px; }
  .freqCont [class*="zodiak-"]:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%); }

.zodiak {
  font-weight: 700;
  font-size: 1.25em;
  width: 45px;
  margin: 0 auto 10px;
  padding: 5px;
  border-radius: 5px;
  color: #fff; }
  .zodiak.blue {
    background: #0172d3; }
  .zodiak.purple {
    background: #4d0676; }
  .zodiak.dark-denim {
    background: #024382; }

.zodiak-1:before {
  background-image: url("/images/svg/zodiaks/zodiak-1.svg"); }

.zodiak-2:before {
  background-image: url("/images/svg/zodiaks/zodiak-2.svg"); }

.zodiak-3:before {
  background-image: url("/images/svg/zodiaks/zodiak-3.svg"); }

.zodiak-4:before {
  background-image: url("/images/svg/zodiaks/zodiak-4.svg"); }

.zodiak-5:before {
  background-image: url("/images/svg/zodiaks/zodiak-5.svg"); }

.zodiak-6:before {
  background-image: url("/images/svg/zodiaks/zodiak-6.svg"); }

.zodiak-7:before {
  background-image: url("/images/svg/zodiaks/zodiak-7.svg"); }

.zodiak-8:before {
  background-image: url("/images/svg/zodiaks/zodiak-8.svg"); }

.zodiak-9:before {
  background-image: url("/images/svg/zodiaks/zodiak-9.svg"); }

.zodiak-10:before {
  background-image: url("/images/svg/zodiaks/zodiak-10.svg"); }

.zodiak-11:before {
  background-image: url("/images/svg/zodiaks/zodiak-11.svg"); }

.zodiak-12:before {
  background-image: url("/images/svg/zodiaks/zodiak-12.svg"); }

.btn {
  display: block;
  border-radius: 15px;
  font-weight: 700;
  text-decoration: none; }
  .btn--promo {
    background: linear-gradient(to bottom, #fff67c 0%, #ffcd14 100%);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    color: #000;
    font-size: 1.1em;
    line-height: 1.1em;
    padding: 12px 25px;
    text-align: center;
    text-transform: uppercase;
    width: 145px; }
    @media (max-width: 480px) {
      .btn--promo {
        width: 200px; } }
    .btn--promo:hover {
      background: linear-gradient(to top, #fff67c 0%, #ffcd14 100%); }
    .btn--promo:visited {
      color: #000; }

#promotions {
  display: none;
  margin-top: 20px;
  height: 320px; }
  @media (max-width: 719px) {
    #promotions {
      height: 280px;
      width: calc(100% + 70px);
      margin-left: -35px;
      margin-top: 0; } }

#promotions * {
  box-sizing: border-box; }

#promotions .mask {
  background: #d0cfcf; }

#promotions .items {
  height: 320px; }

#promotions .item {
  float: left;
  position: relative;
  width: 1000px;
  background: red;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  background: url("../images/megabanners/bg__pattern.png"), linear-gradient(to bottom, #ff2200 0%, #8a0000 100%);
  background-position: center; }

#promotions .item img {
  position: absolute; }

#promotions .item .img--0 {
  height: 120%;
  top: 0;
  left: -10px; }
  @media (max-width: 719px) {
    #promotions .item .img--0 {
      left: 10%;
      transform: translateX(-50%); } }

#promotions .item .img--1 {
  bottom: 70%;
  left: 60%;
  width: 50%; }
  @media (max-width: 719px) {
    #promotions .item .img--1 {
      display: none; } }

#promotions .item .img--2 {
  bottom: 0;
  left: 25%;
  transition: transform .4s ease-in-out; }
  @media (min-width: 720px) {
    #promotions .item .img--2 {
      transform: translate(-50%, 100%); } }
  @media (max-width: 1023px) {
    #promotions .item .img--2 {
      width: 25%; } }
  @media (max-width: 719px) {
    #promotions .item .img--2 {
      left: 95%;
      transform: translate(-50%, 0); } }
  @media (max-width: 480px) {
    #promotions .item .img--2 {
      width: 40%; } }

#promotions .item .img--3 {
  bottom: 0;
  left: 12%;
  transform: translate(-125%, 0);
  transition: transform .3s ease-in-out; }
  @media (max-width: 1023px) {
    #promotions .item .img--3 {
      width: 35%; } }
  @media (min-width: 720px) {
    #promotions .item .img--3 {
      transform: translate(-125%, 0); } }
  @media (max-width: 719px) {
    #promotions .item .img--3 {
      display: none; } }

#promotions .item.active .img--2 {
  transform: translate(-50%, 0); }

#promotions .item.active .img--3 {
  transform: translate(-50%, 0); }

#promotions .cta {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 480px) {
    #promotions .cta {
      flex-direction: column; } }

#promotions .timer {
  text-align: center;
  margin-right: 40px; }
  @media (max-width: 480px) {
    #promotions .timer {
      margin-right: 0; } }

#promotions .countdown div strong {
  border-radius: 3px;
  padding: 10px 8px;
  font: bold 1.5em/1em Arial, sans-serif;
  text-align: center;
  background: #fff url("../images/bg.countdown.section.light.png") repeat-x 0 center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); }

#promotions .content {
  top: 13%;
  position: absolute;
  left: 27%;
  width: 75%; }
  @media (max-width: 719px) {
    #promotions .content {
      width: 90%;
      left: 5%;
      top: 20%; } }
  @media (max-width: 480px) {
    #promotions .content {
      top: 10%; } }

#promotions .jackpot {
  margin: 0 auto;
  text-align: center;
  transition: transform 0.2s ease-in-out; }
  @media (max-width: 719px) {
    #promotions .jackpot {
      text-align: left;
      display: flex;
      justify-content: center;
      align-items: center; } }
  @media (max-width: 480px) {
    #promotions .jackpot {
      margin-bottom: 20px; } }

@media (max-width: 719px) {
  #promotions .jackpot a {
    margin-right: 10px; } }

#promotions .jackpot p {
  font: bold 0.875em/1.3 Helvetica, Arial, sans-serif;
  margin: 0;
  color: #fff; }

#promotions .jackpot .val {
  margin: 0;
  font: bold 4.5em/1em Arial, sans-serif;
  color: #fff; }
  @media (max-width: 1023px) {
    #promotions .jackpot .val {
      font-size: 3em; } }
  @media (max-width: 480px) {
    #promotions .jackpot .val {
      font-size: 1.9em; } }

#promotions .countdown div {
  margin-left: 10px; }

#promotions .countdown div em {
  font: normal 0.625em/1em Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  margin: 5px 0 0 0; }

#promotions .countdown div:after {
  top: 20%;
  right: -9px;
  color: #fff; }

#promotions .countdown div:first-child {
  margin-left: 0; }

#promotions .countdown.lastminute div strong {
  animation: flash 2s infinite; }

#promotions .controls {
  top: 50%;
  margin-top: -20px; }

#promotions .controls.prev {
  left: 0; }

#promotions .controls.next {
  right: 0; }

#promotions .jackpot .val abbr {
  font-family: Arial;
  font-size: 0.514em; }

#promotions .timer .title {
  font: 100 0.875em/1.3 Helvetica, Arial, sans-serif;
  margin: 0;
  color: #fff; }

#promotions .item.promo-gosloto645 {
  background: url("../images/megabanners/bg__pattern.png"), linear-gradient(to bottom, #ff2200 0%, #8a0000 100%); }

#promotions .item.promo-euromillions {
  background: url("../images/megabanners/bg__pattern.png"), linear-gradient(to bottom, #3e77bd 0%, #04447f 100%); }

#promotions .item.promo-powerball {
  background: url("../images/megabanners/bg__pattern.png"), linear-gradient(to bottom, #002a5d 0%, #d00000 100%); }

@media all and (min-width: 1350px) {
  #promotions {
    height: 350px; }
  #promotions .items {
    height: 350px; }
  #promotions .item {
    width: 1180px; } }

@media all and (min-width: 720px) and (max-width: 1023px) {
  #promotions .items .item {
    width: 670px; } }

@media all and (max-width: 719px) {
  #promotions .items {
    width: 100%; }
  #promotions .items .item {
    width: 100%;
    height: 280px; }
  #promotions .items .item .countdown div strong {
    font-size: 1.250em; }
  #promotions .controls {
    display: none; } }

.centered {
  margin: auto;
  text-align: center; }

.nextBoxAlt {
  background: #1878bd;
  background: -moz-linear-gradient(left, #1878bd 0%, #b30698 100%);
  background: -webkit-linear-gradient(left, #1878bd 0%, #b30698 100%);
  background: linear-gradient(to right, #1878bd 0%, #b30698 100%);
  position: relative;
  padding: 20px 10px;
  color: #FFF;
  margin: 0 auto 30px;
  border-radius: 6px;
  text-align: center;
  display: flex;
  align-items: center; }

.nextBoxAlt .col {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  z-index: 9; }

.nextBoxAlt > a {
  display: inline-block; }

.nextBoxAlt img {
  position: relative;
  width: 140px;
  vertical-align: middle;
  max-width: 100%; }

.nextBoxAlt .title {
  color: #FFF;
  letter-spacing: 0;
  padding-bottom: 5px; }

.nextBoxAlt .bigJackpotWhite {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -1px; }

.nextBoxAlt .countdown canvas {
  width: 160px;
  font-size: 12px; }

.nextBoxAlt p.sorry {
  line-height: 14px;
  font-size: 13px;
  padding-bottom: 0;
  margin-bottom: 0;
  max-width: 180px; }

/*.nextBox #timer canvas {width:160px;}*/
.nextBoxAlt .ctaBox {
  display: flex;
  margin-left: 15px;
  align-items: center; }

.nextBoxAlt .ctaBox .link {
  color: #fff;
  text-decoration: underline; }

.nextBoxAlt .ctaBox .link:hover {
  color: #FC0; }

.nextBoxAlt .ctaBox .button-yellow {
  padding-bottom: 5px;
  display: inline-block;
  padding-top: 5px; }

.nextBoxAlt .ctaBox .button-yellow:hover {
  margin-top: 2px; }

.nextBoxAlt .ctaBox .jackpotContNext {
  margin-right: 10px; }

.nextBoxAlt .sorry {
  font-size: 12px !important;
  padding: 0 !important;
  line-height: 14px !important; }

.nextBoxAlt .button {
  display: inline-block;
  font-size: 14px; }

.nextBoxAlt.pick-3 {
  color: #000;
  overflow: hidden; }

.nextBoxAlt.pick-3 img {
  background: #7700DB;
  padding: 8px;
  border-radius: 5px; }

.nextBoxAlt.pick-3 .countdown {
  color: #000; }

.nextBoxAlt.pick-3 .bigJackpotWhite {
  color: #7700DB; }

.nextBoxAlt.pick-3 .title {
  color: #000; }

.nextBoxAlt video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%; }

@media all and (min-width: 1350px) {
  .nextBoxAlt {
    width: 800px; } }

@media all and (max-width: 719px) {
  .nextBoxAlt {
    background: #1878bd;
    background: -moz-linear-gradient(left, #1878bd 0%, #b30698 100%);
    background: -webkit-linear-gradient(left, #1878bd 0%, #b30698 100%);
    background: linear-gradient(to right, #1878bd 0%, #b30698 100%);
    position: relative;
    padding: 20px 10px 60px;
    color: #FFF;
    margin: 0 5px 30px;
    border-radius: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column; }
  .nextBoxAlt .col {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    z-index: 9;
    position: relative; }
  .nextBoxAlt > a {
    display: inline-block; }
  .nextBoxAlt img {
    position: relative;
    width: 160px;
    vertical-align: middle;
    max-width: 100%; }
  .nextBoxAlt .title {
    color: #FFF;
    letter-spacing: 0;
    padding-bottom: 5px; }
  .nextBoxAlt .bigJackpotWhite {
    font-size: 36px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -1px; }
  .nextBoxAlt .countdown {
    display: none; }
  .nextBoxAlt p.sorry {
    line-height: 14px;
    font-size: 13px;
    padding-bottom: 0;
    margin-bottom: 0;
    max-width: 180px; }
  .nextBoxAlt.healthBalls:after {
    bottom: -10px; }
  .nextBoxAlt .button-yellow {
    padding: 6px 35px 6px 15px; }
  .nextBoxAlt .ctaBox .link {
    color: #fff;
    text-decoration: underline;
    margin-bottom: 10px;
    display: inline-block; }
  .nextBoxAlt .ctaBox .jackpotContNext {
    margin-bottom: 10px; }
  .nextBoxAlt.pick-3 {
    color: #000;
    display: block;
    overflow: hidden;
    padding: 20px; }
  .nextBoxAlt.pick-3 img {
    background: #7700DB;
    padding: 8px;
    border-radius: 5px;
    width: 80px; }
  .nextBoxAlt.pick-3 .countdown {
    color: #000; }
  .nextBoxAlt.pick-3 .bigJackpotWhite {
    color: #7700DB; }
  .nextBoxAlt.pick-3 .title {
    color: #000; }
  .nextBoxAlt video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: auto !important; }
  .nextBoxAlt.pick-3 .ctaBox {
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center; }
  .nextBoxAlt.pick-3 .ctaBox .jackpotContNext {
    margin: 0 10px 0 0; }
  .nextBoxAlt.pick-3 .ctaBox p {
    margin-top: 0; } }

.side-promo {
  height: 350px;
  margin-left: 30px;
  margin-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.35); }
  @media (max-width: 1023px) {
    .side-promo {
      margin-left: 0; } }
  @media (max-width: 1023px) and (min-width: 720px) {
    .side-promo {
      width: 668px;
      float: left; } }
  @media (max-width: 719px) {
    .side-promo {
      height: 290px; } }

.side-promo .mask {
  background: #d0cfcf; }

.side-promo .items {
  height: 350px; }
  @media (max-width: 719px) {
    .side-promo .items {
      height: 290px; } }

.side-promo .item {
  float: left;
  position: relative;
  background: red;
  height: 100%;
  width: 300px;
  overflow: hidden;
  padding: 20px;
  background: url("../images/megabanners/bg__pattern.png"), linear-gradient(to bottom, #ff2200 0%, #8a0000 100%);
  background-position: center; }
  @media (max-width: 1350px) {
    .side-promo .item {
      width: 218px; } }
  @media (max-width: 1023px) and (min-width: 720px) {
    .side-promo .item {
      width: 668px; } }
  @media (max-width: 719px) {
    .side-promo .item {
      width: calc(100vw - 10vw); } }

.side-promo .item img {
  position: absolute;
  pointer-events: none; }

.side-promo .item .img--0 {
  height: 120%;
  top: 0;
  left: 10%;
  transform: translateX(-50%); }

.side-promo .item .img--2 {
  bottom: 0;
  transition: transform .4s ease-in-out;
  left: 95%;
  transform: translate(-50%, 0);
  width: 40%; }

.side-promo .item.active .img--2 {
  transform: translate(-50%, 0); }

.side-promo .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.side-promo .timer {
  text-align: center;
  margin-bottom: 20px; }
  @media (max-width: 719px) {
    .side-promo .timer {
      margin-bottom: 10px; } }

.side-promo .countdown div strong {
  border-radius: 3px;
  padding: 5px 8px;
  font: bold 1.3em/1em Arial, sans-serif;
  text-align: center;
  background: #fff url("../images/bg.countdown.section.light.png") repeat-x 0 center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); }
  @media (max-width: 1350px) {
    .side-promo .countdown div strong {
      font-size: 1em; } }

.side-promo .content {
  position: relative;
  z-index: 1; }

.side-promo .jackpot {
  margin: 0 auto 20px;
  text-align: center;
  transition: transform 0.2s ease-in-out; }
  @media (max-width: 719px) {
    .side-promo .jackpot {
      margin-bottom: 1px; } }

.side-promo .jackpot a {
  margin: 10px 0 10px 0; }

.side-promo .jackpot p {
  font: bold 0.875em/1.3 Helvetica, Arial, sans-serif;
  margin: 0;
  color: #fff; }

.side-promo .jackpot .val {
  margin: 0;
  font: bold 2.1em/1em Arial, sans-serif;
  color: #fff; }
  @media (max-width: 1350px) {
    .side-promo .jackpot .val {
      font-size: 1.75em; } }

.side-promo .countdown div {
  margin-left: 10px; }

.side-promo .countdown div em {
  font: normal 0.625em/1em Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  margin: 5px 0 0 0; }

.side-promo .countdown div:after {
  top: 20%;
  right: -9px;
  color: #fff; }

.side-promo .countdown div:first-child {
  margin-left: 0; }

.side-promo .countdown.lastminute div strong {
  animation: flash 2s infinite; }

.side-promo .controls {
  top: 50%;
  margin-top: -20px; }
  @media (max-width: 1350px) and (min-width: 1024px) {
    .side-promo .controls {
      display: none; } }

.side-promo .controls.prev {
  left: 0; }

.side-promo .controls.next {
  right: 0; }

.side-promo .jackpot .val abbr {
  font-family: Arial;
  font-size: 0.514em; }

.side-promo .timer .title {
  font: 100 0.875em/1.3 Helvetica, Arial, sans-serif;
  margin: 0;
  color: #fff; }
  @media (max-width: 1350px) {
    .side-promo .timer .title {
      font-size: .75em; } }

.side-promo .item.promo-gosloto645 {
  background: url("../images/megabanners/bg__pattern.png"), linear-gradient(to bottom, #ff2200 0%, #8a0000 100%); }

.side-promo .item.promo-euromillions {
  background: url("../images/megabanners/bg__pattern.png"), linear-gradient(to bottom, #3e77bd 0%, #04447f 100%); }

.side-promo .item.promo-powerball {
  background: url("../images/megabanners/bg__pattern.png"), linear-gradient(to bottom, #002a5d 0%, #d00000 100%); }

.megabanner-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 888; }

.megabanner-powerball {
  position: fixed;
  width: 75%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  border: 4px solid #860608;
  background: url(../images/megabanners/bg-american-flag.png), linear-gradient(to bottom, #002a5d 0%, #d00000 100%);
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  z-index: 999;
  padding: 0 20px 20px 20px; }

.megabanner-powerball .img--bg {
  position: absolute;
  width: 35%;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translate(-35%, 10%); }
  @media (max-width: 480px) {
    .megabanner-powerball .img--bg {
      width: 55%;
      transform: translate(-45%, 15%); } }

.megabanner-powerball .logo {
  display: block;
  text-align: center;
  margin-top: -30px; }
  @media (max-width: 480px) {
    .megabanner-powerball .logo img {
      width: 225px; } }

.megabanner-powerball .jackpot {
  color: #fff;
  text-align: center; }

.megabanner-powerball .jackpot span {
  display: block;
  font: 100 1.6em/1 "Arial", sans-serif; }
  @media (max-width: 480px) {
    .megabanner-powerball .jackpot span {
      font-size: 1em; } }

.megabanner-powerball .jackpot strong {
  font: bold 5em/1.2em "Arial", sans-serif;
  text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5); }
  @media (max-width: 719px) {
    .megabanner-powerball .jackpot strong {
      font-size: 3em; } }
  @media (max-width: 480px) {
    .megabanner-powerball .jackpot strong {
      font-size: 2.2em; } }

.megabanner-powerball .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0; }
  .megabanner-powerball .cta .btn--promo {
    width: 125px; }
    @media (max-width: 600px) {
      .megabanner-powerball .cta .btn--promo {
        width: 180px; } }
  @media (max-width: 600px) {
    .megabanner-powerball .cta {
      flex-direction: column; } }

.megabanner-powerball .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  transform: translate(50%, -50%);
  border-radius: 50%;
  border: 2px solid #232323;
  background: linear-gradient(to bottom, #ffffff 0%, #a6a6a6 100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75); }
  .megabanner-powerball .close:before, .megabanner-powerball .close:after {
    content: "";
    display: block;
    width: 40%;
    height: 3px;
    border-radius: 5px;
    background: #860608;
    position: absolute;
    top: 50%;
    left: 50%; }
  .megabanner-powerball .close:before {
    transform: translate(-50%, -50%) rotate(45deg); }
  .megabanner-powerball .close:after {
    transform: translate(-50%, -50%) rotate(-45deg); }

.megabanner-powerball .timer {
  text-align: center;
  margin-right: 25px; }
  @media (max-width: 600px) {
    .megabanner-powerball .timer {
      margin-right: 0;
      margin-bottom: 10px; } }

.megabanner-powerball .timer p {
  color: #fff;
  font: 1.1em/1 "Arial", sans-serif;
  margin: 5px 0; }
  @media (max-width: 480px) {
    .megabanner-powerball .timer p {
      font-size: 1em; } }

.megabanner-powerball .timer .countdown div {
  position: relative;
  margin-left: 10px; }

.megabanner-powerball .countdown em {
  display: block;
  font: 100 0.75em/1 Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: center;
  margin: 5px 0; }

.megabanner-powerball .timer .countdown div:after {
  position: absolute;
  content: ":";
  top: 23%;
  right: -9px;
  color: #fff; }

.megabanner-powerball .timer .countdown div.seconds:after {
  content: ""; }

.megabanner-powerball .timer .countdown div:first-child {
  margin-left: 0; }

.megabanner-powerball .timer .countdown div strong {
  border-radius: 3px;
  padding: 12px 12px;
  font: bold 1.75em/1em Arial, sans-serif;
  text-align: center;
  background: #fff url("../images/bg.countdown.section.light.png") repeat-x 0 center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); }
  @media (max-width: 480px) {
    .megabanner-powerball .timer .countdown div strong {
      font-size: 1.3em;
      padding: 8px 6px; } }

.megabanner-powerball .timer .countdown.lastminute div strong {
  -webkit-animation: flash 2s infinite;
  -moz-animation: flash 2s infinite;
  -o-animation: flash 2s infinite;
  animation: flash 2s infinite; }

.megabanner-powerball .footer {
  position: relative;
  margin: 40px 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
  @media (max-width: 719px) {
    .megabanner-powerball .footer {
      display: none; } }

.megabanner-powerball .social {
  display: flex;
  align-items: center; }
  .megabanner-powerball .social p {
    color: #fff;
    margin: 0 10px 0 0;
    font-size: 1.1em; }
  .megabanner-powerball .social__link {
    text-decoration: none; }
    .megabanner-powerball .social__link img {
      width: 35px;
      border-radius: 5px; }

.megabanner-powerball .footer .attention {
  display: flex;
  align-items: center;
  width: 55%;
  background: #891010;
  padding: 10px 20px;
  border-radius: 10px; }
  .megabanner-powerball .footer .attention img {
    margin-right: 20px;
    width: 45px; }
  .megabanner-powerball .footer .attention p {
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.1em; }

@media (max-width: 767px) {
  .prevresults .row,
  .prevresults .main {
    flex-direction: column; } }

.prevresults .main {
  width: 100%; }

.prevresults .details {
  width: 100%; }

.prevresults .balls {
  flex: 1; }
  .prevresults .balls ul {
    width: 48%;
    text-align: center; }
    @media (max-width: 768px) {
      .prevresults .balls ul {
        width: auto;
        flex: 1;
        padding: 0 40px;
        justify-content: center; } }

.prevresults .date {
  font-size: .85em;
  width: 20%; }
  @media (max-width: 767px) {
    .prevresults .date {
      text-align: center;
      margin-bottom: 10px;
      width: 100%; } }

.prevresults .jackpot {
  font-family: Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 1.25em;
  width: 20%;
  margin-right: 10px;
  text-align: center; }
  @media (max-width: 767px) {
    .prevresults .jackpot {
      width: 100%; } }
  .prevresults .jackpot abbr {
    font-size: .6em; }
  .prevresults .jackpot.xmedium {
    font-size: 1.5em; }

.prevresults .currency {
  flex: 1;
  text-align: center; }
  .prevresults .currency strong {
    display: block;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.3em; }

.prevresults .winner {
  width: 10%; }
  @media (max-width: 767px) {
    .prevresults .winner {
      width: auto; } }

.prevresults .rollover,
.prevresults .roll {
  position: absolute;
  right: -2px;
  top: 15px; }
  @media (max-width: 767px) {
    .prevresults .rollover,
    .prevresults .roll {
      top: 25px; } }

.prevresults .winner {
  display: inline-block; }

.prevresults em {
  display: inline-block; }

.prevresults .zodiaks {
  width: 47%; }
  @media (max-width: 720px) {
    .prevresults .zodiaks {
      justify-content: center; } }

.archivenav {
  margin: 30px 0 0 0; }

.archivenav {
  position: relative;
  text-align: left; }

.archivenav em {
  font: normal 0.813em/30px "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  color: #999; }

.archivenav a,
.archivenav span {
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1;
  border-radius: 15px;
  vertical-align: top;
  text-decoration: none;
  margin: 0 5px 10px 0;
  padding: 0 15px;
  height: 27px;
  font: normal 0.813em/27px "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  color: #3c3c3c;
  background: silver;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4); }

.archivenav a.sel,
.archivenav a.active,
.archivenav span.sel,
.archivenav span.active {
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
  background: #308dec; }

.archivenav .left,
.archivenav .right {
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1;
  position: relative;
  width: 30%;
  vertical-align: top; }

.archivenav .left a {
  margin-right: 0; }

.archivenav .right {
  width: 60%;
  padding-left: 10%; }

.archivenav .right em {
  position: absolute;
  left: 0; }

@media all and (max-width: 719px) {
  .archivenav {
    margin: 30px 0 0 0; }
  .archivenav {
    position: relative;
    text-align: left; }
  .archivenav a,
  .archivenav span {
    border-radius: 20px;
    display: block;
    padding: 5px 15px;
    height: auto; }
  .archivenav select {
    display: block;
    width: 99%;
    padding: 7px 10px;
    margin: 15px 0 0 0; }
  .archivenav .left,
  .archivenav .right {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0; }
  .archivenav .left {
    text-align: center; } }

.checker .balls {
  margin: 0 auto; }

#ticketcheck {
  border-radius: 6px;
  padding: 3px;
  margin: 30px 0 0 0;
  background: rgba(57, 56, 56, 0.05); }

#ticketcheck h3 {
  font: bold 1.5em/1 Helvetica, Arial, sans-serif;
  color: #999; }

#ticketcheck form {
  border-radius: 5px;
  position: relative;
  border: 1px solid #c4c4c4;
  background: #fff;
  padding: 0; }

#ticketcheck fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

#ticketcheck input:read-only,
#ticketcheck input:-moz-read-only,
#ticketcheck input[readonly] {
  cursor: not-allowed; }

#ticketcheck section {
  display: none;
  position: relative;
  padding: 40px;
  background: url("../images/bg.results.row.png") repeat-x left top; }

#ticketcheck section.show {
  display: block; }

#ticketcheck section:first-child,
#ticketcheck section.first {
  background: none; }

#ticketcheck .loading {
  display: block;
  position: relative;
  padding: 40px;
  height: 100px; }

#ticketcheck .loading .spin {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 5px solid #999;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  width: 30px;
  height: 30px;
  background-color: transparent;
  opacity: .8;
  border-radius: 50px;
  margin: -15px 0 0 -15px;
  animation: loading .5s infinite linear; }

#ticketcheck .loading.hide {
  display: none; }

#ticketcheck .buy {
  vertical-align: middle; }

#ticketcheck .label {
  font: normal 0.9em/1.4 "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  color: gray; }

@media all and (min-width: 720px) and (max-width: 1023px) {
  #ticketcheck .label {
    margin-bottom: 10px; } }

@media all and (max-width: 719px) {
  #ticketcheck .label {
    margin-bottom: 10px; } }

#ticketcheck .customchk label {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1em; }

#ticketcheck .customchk input {
  display: none; }

#ticketcheck .customchk span {
  top: 0; }

@media all and (max-width: 719px) {
  #ticketcheck .customsubmit.inline {
    display: block;
    margin: 10px auto 0 auto; } }

#ticketcheck .input {
  box-sizing: border-box;
  position: relative;
  padding: 3px;
  background: rgba(57, 56, 56, 0.05);
  cursor: pointer; }

#ticketcheck .input:before,
#ticketcheck .input:after {
  box-sizing: border-box; }

#ticketcheck .input input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 8px 15px;
  margin: 0;
  border: 1px solid #c4c4c4;
  font: normal 2.5em/1 Helvetica, Arial, sans-serif;
  color: #3c3c3c;
  overflow: hidden;
  background: #fff;
  cursor: pointer; }

#ticketcheck .input input:before,
#ticketcheck .input input:after {
  box-sizing: border-box; }

#ticketcheck .input input.error {
  border-color: #7d0600;
  color: #ee473f; }

#ticketcheck .input .error-msg {
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 100%;
  width: 150px;
  margin: 0 0 0 20px;
  padding: 10px;
  color: #ee473f;
  font: normal 0.875em/1.4 "Trebuchet MS", Helvetica, Arial, sans-serif;
  background: #fff5c4;
  border: 1px solid #ff9e48;
  z-index: 2; }

#ticketcheck .input .error-msg:after {
  position: absolute;
  content: "";
  left: -14px;
  top: 10px;
  width: 14px;
  height: 15px;
  background: url("../images/bg.error-msg.triangle.left.png") no-repeat 0 0;
  z-index: 1; }

@media all and (max-width: 719px) {
  #ticketcheck .input .error-msg {
    top: -60px;
    width: 90%;
    left: 0;
    margin-left: 0; }
  #ticketcheck .input .error-msg:after {
    left: 0;
    top: 34px;
    width: 100%;
    height: 16px;
    background: url("../images/bg.error-msg.triangle.png") no-repeat center 0;
    z-index: 1; } }

#ticketcheck .select {
  box-sizing: border-box;
  position: relative;
  padding: 3px;
  background: rgba(57, 56, 56, 0.05);
  cursor: pointer; }

#ticketcheck .select:before,
#ticketcheck .select:after {
  box-sizing: border-box; }

#ticketcheck .select select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 8px 0px 8px 10px;
  margin: 0;
  border: 1px solid #c4c4c4;
  font: normal 1.25em/1 Helvetica, Arial, sans-serif;
  color: #3c3c3c;
  overflow: hidden;
  background: #fff;
  cursor: pointer; }

#ticketcheck .select select:before,
#ticketcheck .select select:after {
  box-sizing: border-box; }

#ticketcheck .select select.error {
  border-color: #7d0600;
  color: #ee473f; }

#ticketcheck .select .error-msg {
  border-radius: 5px;
  position: absolute;
  top: 5px;
  left: 100%;
  width: 150px;
  margin: 0 0 0 20px;
  padding: 10px;
  color: #ee473f;
  font: normal 0.875em/1.4 "Trebuchet MS", Helvetica, Arial, sans-serif;
  background: #fff5c4;
  border: 1px solid #ff9e48;
  z-index: 9; }

#ticketcheck .select .error-msg:after {
  position: absolute;
  content: "";
  left: -14px;
  top: 8px;
  width: 14px;
  height: 15px;
  background: url("../images/bg.error-msg.triangle.left.png") no-repeat 0 0;
  z-index: 1; }

#ticketcheck .help {
  font: normal 0.875em/1.4 "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: gray;
  padding: 5px 0 0 0; }

#ticketcheck .col {
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1;
  vertical-align: middle; }

#ticketcheck .col.span-0 {
  width: 120px; }

#ticketcheck .col.span-1 {
  width: 160px; }

#ticketcheck .col.span-2 {
  width: 182px; }

#ticketcheck .col.span-2-0 {
  width: 220px; }

#ticketcheck .col.span-3 {
  width: 302px; }

#ticketcheck .col.span-3-0 {
  width: 382px; }

#ticketcheck .col.span-6 {
  width: 502px; }

#ticketcheck .col.span-7 {
  width: 662px; }

#ticketcheck .col.append-0 {
  padding-left: 40px; }

#ticketcheck .col.append-1 {
  padding-left: 160px; }

@media all and (min-width: 1350px) {
  #ticketcheck .col.span-2 {
    width: 282px; }
  #ticketcheck .col.span-3 {
    width: 402px; }
  #ticketcheck .col.span-4 {
    width: 502px; }
  #ticketcheck .col.span-6 {
    width: 602px; }
  #ticketcheck .col.span-7 {
    width: 762px; } }

@media all and (min-width: 720px) and (max-width: 1023px) {
  #ticketcheck .col.span-0,
  #ticketcheck .col.span-1,
  #ticketcheck .col.span-2,
  #ticketcheck .col.span-2-0,
  #ticketcheck .col.span-3,
  #ticketcheck .col.span-4,
  #ticketcheck .col.span-6,
  #ticketcheck .col.span-7 {
    width: 100%; }
  #ticketcheck .col.append-0,
  #ticketcheck .col.append-1 {
    padding-left: 0; } }

@media all and (max-width: 719px) {
  #ticketcheck .col.span-0,
  #ticketcheck .col.span-1,
  #ticketcheck .col.span-2,
  #ticketcheck .col.span-2-0,
  #ticketcheck .col.span-3,
  #ticketcheck .col.span-4,
  #ticketcheck .col.span-6,
  #ticketcheck .col.span-7 {
    width: 100%; }
  #ticketcheck .col.append-0,
  #ticketcheck .col.append-1 {
    padding-left: 0; }
  .timerCol {
    text-align: center !important;
    float: none !important;
    padding-right: 0 !important; } }

#ticketcheck .row {
  font-size: 0.875em;
  margin-top: 20px; }

#ticketcheck .row:first-child,
#ticketcheck .row.top {
  margin-top: 0; }

#ticketcheck .lotteries .customradio {
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1;
  vertical-align: top;
  margin-left: 10px; }

#ticketcheck .lotteries .customradio input {
  display: none; }

#ticketcheck .lotteries .customradio:first-child {
  margin-left: 0; }

#ticketcheck .numbers .number {
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1;
  position: relative;
  vertical-align: top; }

#ticketcheck .numbers .number input {
  border-radius: 5px;
  box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to bottom, #d2d2d2 0%, #fff 80%);
  display: block;
  padding: 8px 10px;
  font: normal 1.5em/1 Helvetica, Arial, sans-serif;
  color: #393838;
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
  cursor: pointer;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5); }

#ticketcheck .numbers .number input.active,
#ticketcheck .numbers .number input.selected {
  background-image: linear-gradient(to bottom, #ff7b1f 0%, #ffda5a 80%);
  background-color: #ffda5a;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5), inset 1px 1px 0px rgba(235, 88, 0, 0.2);
  color: #3c3c3c; }

#ticketcheck .numbers .number input.disabled,
#ticketcheck .numbers .number input.disabled.active {
  box-shadow: 0px 0px 0px transparent;
  background: #f3f3f3;
  border: 1px solid #999;
  color: #999; }

#ticketcheck .numbers .line {
  position: relative; }

#ticketcheck .numbers .number input {
  width: 60px;
  height: 55px;
  margin: 5px; }
  @media (max-width: 767px) {
    #ticketcheck .numbers .number input {
      width: 40px;
      height: 35px;
      font-size: 1.3em; } }

#ticketcheck .numbers-msg {
  font-size: 1em; }

@media all and (max-width: 719px) {
  #ticketcheck .reset {
    display: block;
    margin-top: 10px; } }

#ticketcheck-result {
  display: none; }

#ticketcheck-result .loading {
  display: block;
  position: relative;
  padding: 40px;
  height: 100px; }

#ticketcheck-result .loading .spin {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 5px solid #999;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  width: 30px;
  height: 30px;
  background-color: transparent;
  opacity: .8;
  border-radius: 50px;
  margin: -15px 0 0 -15px;
  animation: loading .5s infinite linear; }

#ticketcheck-result .loading.hide {
  display: none; }

#ticketcheck-result.show {
  display: block; }

#ticketcheck-result-ticket h2,
#ticketcheck-result-ticket h2:first-child,
#ticketcheck-result-draw h2,
#ticketcheck-result-draw h2:first-child,
#ticketcheck-result-draws-list h2,
#ticketcheck-result-draws-list h2:first-child {
  margin-top: 1em; }

#ticketcheck-result-ticket .prevresults .balls {
  margin-top: 5px; }

#ticketcheck-result-ticket .prevresults .balls:first-child {
  margin-top: 0; }

@media all and (max-width: 719px) {
  #ticketcheck-result-ticket .prevresults .balls {
    margin-bottom: 10px; }
  #ticketcheck-result-ticket .prevresults .balls:first-child {
    margin-top: 10px; } }

.lotteries-list .item {
  
  margin-right: -4px;
  zoom: 1;
  border-radius: 6px;
  position: relative;
  padding: 3px;
  width: 100%;
  margin: 0 -4px 20px 20px;
  background: rgba(57, 56, 56, 0.05);
  text-decoration: none; }

.lotteries-list .item .content {
  border-radius: 5px;
  display: block;
  position: relative;
  border: 1px solid #c4c4c4;
  background: #fff;
  padding: 20px 20px 20px 90px; }

.lotteries-list .item .badge {
  position: absolute;
  top: 20px;
  left: 20px; }

.lotteries-list .item .title {
  display: block;
  color: #999;
  font-size: 1em;
  line-height: 1.6; }

.lotteries-list .item strong {
  display: block;
  font-size: 1.18em;
  line-height: 1.4;
  color: #413e3e;
  font-family: Helvetica, Arial, sans-serif; }

.lotteries-list .item:first-child,
.lotteries-list .item:nth-child(2n+1) {
  margin-left: 0; }

@media all and (min-width: 1350px) {
  .lotteries-list .item {
    width: 409px; }
  .lotteries-list .item .content {
    padding: 25px 25px 25px 100px; }
  .lotteries-list .item .badge {
    top: 30px;
    left: 25px;
 }
  .lotteries-list .item .title {
    font-size: 1.1em; }
  .lotteries-list .item strong {
    font-size: 1.350em; } }

@media all and (min-width: 720px) and (max-width: 1023px) {
  .lotteries-list .item {
    width: 319px; } }

@media all and (max-width: 719px) {
  .lotteries-list .item {
    width: 98%;
    margin-left: 0; } }

.green .number, .green .date {
  padding: 8px 10px;
  display: inline-block; }
  .green .number em, .green .date em {
    font-weight: bold; }

.sitemap {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0.938em; }

.sitemap ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-size: 0.875em; }

.sitemap ul span {
  position: relative;
  padding: 0 5px 0 0;
  color: #999; }

.sitemap ul li {
  margin: 10px 0 0 0; }

.sitemap dt {
  margin: 15px 0 0 0; }

.sitemap dt:first-child {
  margin-top: 0; }

.sitemap dd {
  margin-left: 30px; }

.howto {
  border-radius: 3px;
  padding: 20px;
  margin-top: 30px;
  border: 1px solid #c4c4c4;
  background: #fff; }

@media (max-width: 719px) {
  .homepage .howto {
    display: none; } }

.howto h4 {
  color: #3c3c3c;
  font-size: 1.125em;
  margin: 0; }

.howto em {
  display: block;
  color: gray;
  font-size: 0.875em;
  margin: 0 0 15px 0; }

.howto .slides {
  padding-bottom: 30px; }

.howto .slides .mask {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6; }

.howto .slides .items {
  *zoom: 1;
  width: 2000em;
  padding: 20px 0; }

.howto .slides .items:before,
.howto .slides .items:after {
  content: " ";
  display: table; }

.howto .slides .items:after {
  clear: both; }

.howto .slides .items .item {
  position: relative;
  float: left;
  width: 178px;
  height: 100%; }

.howto .slides .items .item .content {
  text-align: center; }

.howto .slides .items .item .step {
  display: block;
  font: bold 1.125em/35px Helvetica, Arial, sans-serif;
  color: #ff9600;
  text-align: left; }

.howto .slides .items .item .step strong {
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1;
  border-radius: 35px;
  width: 35px;
  height: 35px;
  border: 1px solid gray;
  text-align: center;
  margin-right: 5px; }

.howto .slides .items .item p {
  margin-top: 20px;
  font-size: 0.813em;
  text-align: left; }

.howto .slides .bubbles {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  text-align: center; }

.howto .slides .bubbles a {
  vertical-align: top; }

@media all and (min-width: 1350px) {
  .howto .slides .items .item {
    width: 258px; } }

@media all and (min-width: 720px) and (max-width: 1023px) {
  .howto {
    display: inline-block;
    *display: inline;
    margin-right: -4px;
    zoom: 1;
    vertical-align: top;
    width: 275px;
    margin-top: 0; }
  .howto .slides .items .item {
    width: 275px; } }

@media all and (max-width: 719px) {
  .howto {
    margin-left: 3px;
    margin-right: 3px; }
  .howto .slides {
    padding-bottom: 0; }
  .howto .slides .mask {
    border-bottom: 0px; }
  .howto .slides .items {
    width: auto;
    padding-bottom: 0; }
  .howto .slides .items .item {
    float: none;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center; }
  .howto .slides .items .item .step {
    display: inline-block;
    *display: inline;
    margin-right: -4px;
    zoom: 1; }
  .howto .slides .items .item.pseudo-first,
  .howto .slides .items .item.pseudo-last {
    display: none; }
  .howto .slides .bubbles {
    display: none; } }

.breadcrumbs {
  margin-top: 20px;
  list-style: none;
  padding: 0; }
  .breadcrumbs li {
    font-size: .75em;
    font-family: "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    position: relative;
    padding-right: 15px;
    margin-right: 5px; }
  .breadcrumbs a {
    display: block;
    color: #3c3c3c; }
    .breadcrumbs a:after {
      top: 50%;
      transform: translate(0, -50%);
      right: 0;
      width: 6px;
      height: 6px;
      background: url("/images/bg.breadcrumbs.separator.png") no-repeat 0 0; }
    .breadcrumbs a.home {
      width: 20px;
      height: 20px;
      background: url("/images/bg.breadcrumbs.home.png") no-repeat left center; }
      .breadcrumbs a.home span {
        display: none; }

#maincontainer #subnav {
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #c4c4c4;
  background: #fff; }

#maincontainer #subnav .title {
  color: #3c3c3c;
  font: bold 1.125em/1.1 "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #d6d6d6; }

#maincontainer #subnav a {
  display: block;
  margin: 10px 0 0 0;
  font: normal 0.875em/1.2 "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  color: #3c3c3c; }

#maincontainer #subnav a.active,
#maincontainer #subnav a.sel,
#maincontainer #subnav a.current {
  color: #7d0600;
  text-decoration: none; }

#maincontainer #subnav .parent {
  display: block;
  margin: 10px 0 0 0;
  font-size: 0.938em;
  font-weight: bold; }

#maincontainer #subnav .sub {
  padding: 0 15px 10px 15px; }

#maincontainer #subnav .sub a {
  font-size: 0.813em; }

@media all and (min-width: 720px) and (max-width: 1023px) {
  #subnav {
    display: inline-block;
    *display: inline;
    margin-right: -4px;
    zoom: 1;
    vertical-align: top;
    width: 275px;
    margin-top: 0; }
  #subnav {
    margin-left: 0; } }

@media all and (max-width: 719px) {
  #maincontainer #subnav .title {
    text-align: center;
    padding-bottom: 25px; }
  #maincontainer #subnav {
    text-align: center;
    font-size: 1.125em; }
  #maincontainer #subnav a {
    padding: 12px 10px;
    margin: 0;
    border-bottom: 1px solid #d6d6d6;
    text-decoration: none; }
  #maincontainer #subnav a.active,
  #maincontainer #subnav a.sel,
  #maincontainer #subnav a.current {
    font-weight: bold; }
  #maincontainer #subnav section section {
    padding: 0;
    background: #d2d2d2; }
  #maincontainer #subnav section section a {
    padding-left: 20px;
    padding-right: 20px;
    border-color: #fff; }
  #maincontainer #subnav section section a.active,
  #maincontainer #subnav section section a.sel,
  #maincontainer #subnav section section a.current {
    color: #fff;
    background-color: #ee473f; } }

/* Mail image */
.pocta {
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1;
  padding: 0 5px 0 0;
  vertical-align: middle; }

footer nav .languages a,
footer nav .languages span {
  display: inline-block;
  *display: inline;
  margin-right: -4px;
  zoom: 1;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 0;
  margin-top: 0;
  width: 22px;
  height: 15px;
  background: url("../images/sprite.icons.png") no-repeat 0 0; }

footer nav .languages a.ru.inactive,
footer nav .languages span.ru.inactive {
  background-position: 0 -20px; }

footer nav .languages a.en,
footer nav .languages span.en {
  background-position: -32px 0px; }

footer nav .languages a.en.inactive,
footer nav .languages span.en.inactive {
  background-position: -32px -20px; }

footer nav .languages a.ua,
footer nav .languages span.ua {
  background-position: -64px 0px; }

footer nav .languages a.ua.inactive,
footer nav .languages span.ua.inactive {
  background-position: -64px -20px; }

footer nav .languages a:first-child,
footer nav .languages span:first-child {
  margin-left: 0; }

@media all and (max-width: 719px) {
  footer nav .languages {
    padding-top: 0;
    margin-top: 0;
    height: auto; }
  footer nav .languages a,
  footer nav .languages span {
    display: inline-block;
    *display: inline;
    margin-right: -4px;
    zoom: 1;
    position: relative;
    width: auto;
    height: auto;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 0;
    margin-top: 0;
    padding: 5px 0 5px 28px;
    white-space: normal;
    text-indent: 0;
    background: none; }
  footer nav .languages a:after,
  footer nav .languages span:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 22px;
    height: 15px;
    background: url("../images/sprite.icons.png") no-repeat 0 0; }
  footer nav .languages a.ru.inactive:after,
  footer nav .languages span.ru.inactive:after {
    background-position: 0 -20px; }
  footer nav .languages a.en:after,
  footer nav .languages span.en:after {
    background-position: -32px 0px; }
  footer nav .languages a.en.inactive:after,
  footer nav .languages span.en.inactive:after {
    background-position: -32px -20px; }
  footer nav .languages a.ua:after,
  footer nav .languages span.ua:after {
    background-position: -64px 0px; }
  footer nav .languages a.ua.inactive:after,
  footer nav .languages span.ua.inactive:after {
    background-position: -64px -20px; }
  footer nav .languages a:first-child,
  footer nav .languages span:first-child {
    margin-left: 0; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .languages a:before,
  .languages span:before {
    background-image: url("../images/sprite.icons-2x.png");
    background-size: 600px 400px; } }

.ie7 .ball.yellow,
.ie7 .star.yellow,
.ie8 .ball.yellow,
.ie8 .star.yellow,
.ie9 .ball.yellow,
.ie9 .star.yellow {
  background: url("../images/bg.ball.yellow.png") repeat-x 0 0; }

.ie7 .ball.black,
.ie7 .star.black,
.ie8 .ball.black,
.ie8 .star.black,
.ie9 .ball.black,
.ie9 .star.black {
  background: url("../images/bg.ball.black.png") repeat-x 0 0; }

.ie7 .ball.white,
.ie7 .ball.whiteonyellow,
.ie7 .star.white,
.ie7 .star.whiteonyellow,
.ie8 .ball.white,
.ie8 .ball.whiteonyellow,
.ie8 .star.white,
.ie8 .star.whiteonyellow,
.ie9 .ball.white,
.ie9 .ball.whiteonyellow,
.ie9 .star.white,
.ie9 .star.whiteonyellow {
  background: url("../images/bg.ball.white.png") repeat-x 0 0; }

.ie7 .ball.denim,
.ie7 .star.denim,
.ie8 .ball.denim,
.ie8 .star.denim,
.ie9 .ball.denim,
.ie9 .star.denim {
  background: url("../images/bg.ball.denim.png") repeat-x 0 0; }

.ie7 .ball.red,
.ie7 .star.red,
.ie8 .ball.red,
.ie8 .star.red,
.ie9 .ball.red,
.ie9 .star.red {
  background: url("../images/bg.ball.red.png") repeat-x 0 0; }

.ie7 .ball.green,
.ie7 .star.green,
.ie8 .ball.green,
.ie8 .star.green,
.ie9 .ball.green,
.ie9 .star.green {
  background: url("../images/bg.ball.green.png") repeat-x 0 0; }

.ie7 .prevresults .cube,
.ie8 .prevresults .cube,
.ie9 .prevresults .cube {
  margin: 0;
  height: auto; }

.ie7 .prevresults .cube .stage,
.ie8 .prevresults .cube .stage,
.ie9 .prevresults .cube .stage {
  position: relative;
  display: inline;
  top: none;
  left: none;
  height: auto;
  line-height: 1.2; }

.ie7 .prevresults .cube .stage.top,
.ie7 .prevresults .cube .stage.back,
.ie8 .prevresults .cube .stage.top,
.ie8 .prevresults .cube .stage.back,
.ie9 .prevresults .cube .stage.top,
.ie9 .prevresults .cube .stage.back {
  font-size: 0.688em;
  line-height: 1.2; }

.ie7 .badge.disabled,
.ie8 .badge.disabled,
.ie9 .badge.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.ie7 #mainheader .brand {
  line-height: 100px; }

.ie7 #mainheader nav a span {
  height: 70px; }

.ie7 .draw,
.ie8 .draw {
  background: #dedede; }

.ie7 .howto .slides .bubbles a,
.ie8 .howto .slides .bubbles a {
  background: url("../images/sprite.icons.png") no-repeat -20px -235px; }

.ie7 .howto .slides .bubbles a.active,
.ie8 .howto .slides .bubbles a.active {
  background-position: 0 -235px; }

.ie7 #mainheader nav a.active span,
.ie8 #mainheader nav a.active span {
  background: #d3271f; }

.ie7 .warning.noie8,
.ie8 .warning.noie8 {
  display: block; }

@media all and (min-width: 1350px) {
  .home aside.top-3 {
    margin-top: 0; } }

@media all and (min-width: 1024px) and (max-width: 1349px) {
  .home aside.top-3 {
    margin-top: 0; } }

@media all and (min-width: 720px) and (max-width: 1023px) {
  .home .getonefree.prepend-3 {
    margin-left: 0; } }

@media all and (max-width: 719px) {
  .home article {
    margin-top: 30px; } }

.getonefree.ticket-1,
.getonefree.ticket-2 {
  border-radius: 3px;
  position: relative;
  height: 500px;
  background-color: #1a66d8;
  text-align: center;
  background: url("../images/promotions/lotto-play.jpg") no-repeat;
  background-position: center; }

.getonefree.ticket-2 {
  background: url(../images/promotions/lotto-play-alt.jpg) no-repeat;
  background-position: center; }

.getonefree .tickets {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100px;
  height: 120px; }

.getonefree .tickets img {
  position: absolute;
  top: 0;
  left: 20px;
  transition: all .3s ease-out; }

.getonefree .tickets img + img {
  left: -10px;
  transform: rotate(-10deg); }

.getonefree p {
  padding: 20px 20px 0 100px;
  margin: 0;
  font: bold 1em/1.2 Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); }

.getonefree .buy {
  position: static;
  margin: 440px auto 0; }

.getonefree .buy:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.getonefree:hover .tickets img {
  top: -10px; }

.getonefree:hover .tickets img + img {
  top: -5px;
  transform: rotate(-13deg); }

@media all and (min-width: 1350px) {
  .getonefree p {
    font-size: 1.125em;
    padding: 40px 40px 40px 120px; }
  .getonefree .tickets {
    top: 40px;
    left: 20px; } }

@media all and (min-width: 720px) and (max-width: 1023px) {
  .getonefree {
    display: inline-block;
    *display: inline;
    margin-right: -4px;
    zoom: 1;
    vertical-align: top;
    width: 322px; }
  .getonefree p {
    padding: 40px 40px 40px 120px; }
  .getonefree .tickets {
    top: 40px;
    left: 20px; }
  .getonefree.append-3 {
    margin-left: 30px; } }

@media all and (max-width: 719px) {
  .getonefree {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 30px; }
  .getonefree p {
    font-size: 1.125em;
    padding: 40px 40px 40px 120px; }
  .getonefree .tickets {
    top: 40px;
    left: 20px; } }

.promo-line {
  width: 100%;
  margin: 5px 0 0;
  color: #fff;
  padding: 7px 140px;
  background: linear-gradient(to bottom, #3e77bd 0%, #04447f 100%);
  position: relative; }
  @media (max-width: 910px) {
    .promo-line {
      padding: 7px 10px; } }
  @media (max-width: 767px) {
    .promo-line {
      font-size: .85em;
      margin: 5px 0; } }
  @media (max-width: 480px) {
    .promo-line {
      justify-content: center;
      flex-direction: column;
      text-align: center;
      line-height: 1.2em; } }
  .promo-line:before, .promo-line:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%; }
    @media (max-width: 910px) {
      .promo-line:before, .promo-line:after {
        opacity: .2; } }
  .promo-line:before {
    left: 0;
    background: url(/images/promotions/promo--us.png);
    background-size: 100% 100%;
    width: 120px; }
  .promo-line:after {
    right: 0;
    background: url(/images/promotions/promo--eu.png);
    width: 150px;
    background-size: 100% 100%; }
  .promo-line span {
    font-weight: 700; }
  .promo-line-25 {
    font-size: 1.3em;
    color: #ffc800; }
  .promo-line-22 {
    color: #ffc800;
    font-size: 1.15em; }
  .promo-line__text {
    position: relative;
    z-index: 1; }
  .promo-line__btns {
    margin-left: 40px;
    position: relative;
    z-index: 1; }
    @media (max-width: 480px) {
      .promo-line__btns {
        margin-left: 10px; } }
    .promo-line__btns a {
      margin: 5px;
      padding: 8px 12px;
      border-radius: 5px;
      text-decoration: none; }
      .promo-line__btns a:first-child {
        background: linear-gradient(to bottom, #fff67c 0%, #ffcd14 100%);
        color: #000; }
        .promo-line__btns a:first-child:hover {
          background: linear-gradient(to top, #fff67c 0%, #ffcd14 100%); }
      .promo-line__btns a:last-child {
        background: #4a8fde;
        color: #fff; }
        .promo-line__btns a:last-child:hover {
          background: #3f7ec6; }

@keyframes fadeIn {
  0% {
    transform: translateY(-10px);
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

@keyframes spin {
  0% {
    transform: rotateX(-360deg) translateZ(0px) translateY(0px); }
  26% {
    transform: rotateX(-360deg) translateZ(0px) translateY(0px); }
  34% {
    transform: rotateX(-90deg) translateZ(50px); }
  48% {
    transform: rotateX(-90deg) translateZ(50px); }
  56% {
    transform: rotateX(-180deg) translateZ(50px) translateY(-50px); }
  70% {
    transform: rotateX(-180deg) translateZ(50px) translateY(-50px); }
  78% {
    transform: rotateX(-270deg) translateZ(0px) translateY(-50px); }
  92% {
    transform: rotateX(-270deg) translateZ(0px) translateY(-50px); }
  100% {
    transform: rotateX(-360deg) translateZ(0px) translateY(0px); } }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*# sourceMappingURL=_sourcemaps/style.css.map */