.main-div > li:first-child {
  position: static;
}

div .games {
  position: absolute;
  box-sizing: border-box;
  border: 1px solid #034997;
  border-radius: 10px;
  display: none;
  font-size: 16px;
  font-weight: normal;
  padding-left: 15px;
  padding-right: 15px;
  width: 980px;
  z-index: 10;
  background-color: #fff;
  left: -120px;
  right: -20px;
}

div .games a:not(.parions-link) { color: #034997; text-decoration:none; font-family: "Ubuntu"; FONT-SIZE: 16px;
    line-height: 22px;}
div .game {
  display: table-cell;
}

div .game + .game {
  margin-left: 2.4210526315789473%; /*23px/950*/
}

div .draw-games,
div .instant-games,
div .bingo-games,
div .instant-games .list + .list {
  position: relative;
}

div .draw-games::after,
div .instant-games::after,
div .bingo-games::after,
div .instant-games .list + .list::after {
  background-color: #c1c1c1;
  position: absolute;
  content:'';
  bottom: 0;
  width: 1px;
}

div .draw-games::after,
div .instant-games::after,
div .bingo-games::after {
  bottom: 0;
  top: 45px;
  right: 14px;
}

div .instant-games .list + .list::after {
  bottom: 10px;
  top: 0;
  left: -23px;
}

div .game .title {
  margin-top: 0;
  margin-bottom: 10px;
}

div .game .title a,
div a.parions-link {
  color: #fff;
  display: inline-block;
  padding: 6px 10px;
}

div .game .title a { font-weight: bold; }

div .game .title a:hover,
.parions-link:hover { color: #fff!important; }

div .draw-games .title a { background-color: #034997; }

div .instant-games .title a { background-color: #c40a6a; }

div .bingo-games .title a { background-color: #7da8ee; }

div .parions-link {
  background-color: #70ac1d;
  font-weight: bold;
  FONT-SIZE: 16px;
  line-height: 22px;
}

div .all-games {
  clear: left;
  text-align: center;
}

div .all-games a {
  text-decoration: underline!important;
}

div .list {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 20px;
}

/*draw-games*/

div .draw-games {
  width: 24.052632%;
}

/*instant-games*/

div .instant-games {
  width: 39.26315789473684%; /*373/950*/
}

div .instant-games .list {
  float: left;
  width: 50%;
}

/*bingo-games*/

div .bingo-games {
  width: 23.57894736842105%;
}

div .bingo-games p:last-child {
  margin-bottom: 0;
}

div .sport-games p:first-child {
  margin-top: 0;
}