.b031156af {
  display: flex;
  background: var(--color-primary);
  border-radius: 10px;
  padding: 13px 15px;
  font-weight: 700;
  color: var(--color-text-dark) !important;
}

.b031156af:hover {
  box-shadow: 0px 61px 24px rgba(65, 77, 98, 0.01), 0px 34px 20px rgba(65, 77, 98, 0.05), 0px 15px 15px rgba(65, 77, 98, 0.09),
  0px 4px 8px rgba(65, 77, 98, 0.1), 0px 0px 0px rgba(65, 77, 98, 0.1) !important;
}

.g2d24d5fc {
  color: #5b8f35;
}

.e182e37d {
  color: #eb8348;
}

.a817246a {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 8px 12px;
}

.a817246a .c3b969df2 {
  display: flex;
}

.a817246a .c6a31b5a6 {
  margin-right: 8px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 700;
  background: #e7eaee;
  border-radius: 10px;
  color: var(--color-text-add);
  text-decoration: none;
}

.a817246a .c6a31b5a6:hover {
  color: #203b6b;
}

.a817246a .c6a31b5a6.active {
  background: #203b6b;
  color: #fff;
}

.a817246a .c3274f84e {
  display: flex;
  align-items: center;
}

.a817246a .c3274f84e > span {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text-dark);
  margin-right: 12px;
}

.a817246a .c57fbd02a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #eff1f5;
  border-radius: 10px;
  margin-right: 8px;
}

.a817246a .c57fbd02a img {
  width: 24px;
  height: 24px;
}

.a817246a .c57fbd02a img:hover + .acc95e09 {
  display: block;
}

.a817246a .acc95e09 {
  display: none;
  position: absolute;
  bottom: 70px;
  right: 0;
  max-width: 590px;
  background: linear-gradient(201.11deg, #162a4d 21.26%, #060a13 71.42%);
  border-radius: 10px;
  padding: 12px 24px;
  z-index: 1000;
}

.a817246a .b5f12aa6 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.a817246a .f0ef18fb {
  color: var(--color-text-add);
}

.a817246a .c57fbd02a:last-of-type {
  margin-right: 0;
}

@media (max-width: 900px) {
  .a817246a {
    background: none;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 0;
  }

  .a817246a .c3274f84e {
    margin-bottom: 12px;
  }

  .a817246a .c3b969df2 {
    width: 100%;
    background: #fff;
    padding: 4px;
    border-radius: 10px;
    overflow: auto;
  }

  .a817246a .c6a31b5a6 {
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .a817246a .c3274f84e {
    flex-wrap: wrap;
  }

  .a817246a .c3274f84e > span {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 4px;
    color: var(--color-text-add);
  }

  .a817246a .acc95e09::after {
    content: url(../images/f_close_icon.svg);
    position: absolute;
    top: 8px;
    right: 8px;
  }

  .a817246a .acc95e09 {
    width: 100%;
    max-width: none;
    bottom: 115px;
  }

  .a817246a .c3b969df2 {
    padding-bottom: 10px;
  }

  .a817246a .c6a31b5a6 {
    font-size: 14px;
  }
}

.c475dd55b {
  margin-bottom: 40px;
}

.c12ed01c2 {
  background: #fff;
  border: 1px solid rgba(242, 242, 242, 0.5);
  border-radius: 20px;
  margin-bottom: 20px;
}

.c1b706c9 {
  display: flex;
  justify-content: center;
}

.entry .c12ed01c2 a {
  box-shadow: none !important;
  color: var(--color-text-dark);
}

.entry .c1a2650ac a {
  box-shadow: none !important;
  color: var(--color-text-dark);
}

.c98ebdfe5 {
  padding: 28px;
  background: #fff;
  border-radius: 20px;
}

.c98ebdfe5 .c7ab5cf45 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: var(--color-text-dark);
  margin-bottom: 8px;
}

.c98ebdfe5 .eac6a617 {
  position: absolute;
  left: 10px;
  top: -10px;
  font-weight: 700;
}

.bda4b9bb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #f8d74d;
  box-shadow: 1px 2px 6px rgba(37, 41, 56, 0.12);
  border-radius: 10px;
  font-weight: 700;
}

.c98ebdfe5 .f0dc9653 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #f1f1f1;
  height: 164px;
  border-radius: 10px;
}

.c98ebdfe5 .f0dc9653:last-of-type {
  margin-bottom: 0;
}

.c98ebdfe5 .f0dc9653:hover .c6d83f674 {
  background: #6da5441a;
}

.c98ebdfe5 .c1ec6a8e2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
}

.c8636f511 {
  width: 100%;
  font-size: 10px;
  color: #aeaba8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f8f8;
  border-radius: 10px;
}

.c98ebdfe5 .c2454f1b3 {
  min-width: 250px;
}

.c98ebdfe5 .c4fda793e {
  display: flex;
  margin: 4px 30px;
  float: right;
}

.c98ebdfe5 .c2e381a5d {
  display: flex;
  align-items: center;
  color: var(--color-text-main);
  font-size: 14px;
  margin-right: 16px;
}

.c98ebdfe5 .c2e381a5d img {
  margin-right: 12px;
}

.c98ebdfe5 .d66da905 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
}

.c98ebdfe5 .d66da905:first-child,
.c98ebdfe5 .c091a8660:first-child {
  padding-left: 0;
}

.c98ebdfe5 .d66da905:last-child,
.c98ebdfe5 .c091a8660:last-child {
  padding-right: 0;
}

.c98ebdfe5 .d66da905:not(:last-child):not(:first-child):after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  background: #f1f1f1;
  height: 90px;
}

/* WIDTH START */
.c98ebdfe5 .c659213b9,
.c98ebdfe5 .c6ce34cfe {
  width: 200px;
}

.c98ebdfe5 .c880c99ae,
.c98ebdfe5 .casino-table-col_bonus {
  width: 270px;
}

.c98ebdfe5 .c09aacf3c,
.c98ebdfe5 .c85ae977b {
  width: 375px;
}

.c98ebdfe5 .c273d381,
.c98ebdfe5 .c53ccd4f4 {
  width: 180px;
}
/* WIDTH END */

/* CELLS START */
/* CELL LOGO START */
.c98ebdfe5 .c826c55ce {
  display: block;
  width: 164px;
  height: 164px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  color: var(--color-text-dark);
  border: none;
}
/* CELL LOGO END */

/* CELL RATING START */
.c98ebdfe5 .c659213b9 {
  margin-left: 170px;
  padding-left: 0;
  align-items: center;
}

.c659213b9 .db517b9b {
  font-size: 14px;
  color: var(--color-text-add);
}

.c659213b9 .db517b9b span {
  font-weight: 700;
  font-size: 18px;
}
/* CELL RATING END */

/* CELL BONUS START */
.c880c99ae {
  font-size: 14px;
  text-align: center;
  color: var(--color-text-dark);
}

.c880c99ae .fa3a439a {
  font-size: 20px;
  font-weight: 700;
  margin-top: 8px;
}

.c880c99ae .fa3a439a span {
  font-size: 32px;
}

.c880c99ae .fa3a439a small {
  margin: 0 4px;
}

.c880c99ae .c7d27f54e {
  padding-right: 7px;
  position: relative;
}

.c880c99ae .c9d49d5d3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-add);
  font-size: 14;
}

.c880c99ae .c9d49d5d3 img {
  margin-right: 4px;
}
/* CELL BONUS END */

/* CELL FEATURES START */
.c09aacf3c .c6d83f674 {
  position: relative;
  font-size: 14px;
  margin-bottom: 8px;
  border-radius: 8px;
  padding-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4a5b68;
}

.c09aacf3c .c6d83f674::before {
  content: url(../images/table-features.svg);
  position: absolute;
  left: 10px;
}
/* CELL FEATURES END */

/* CELL LINK START */
.c273d381 .a6da2b8f {
  display: flex;
  flex-direction: column;
}

.c273d381 .c420675b9 {
  width: 100%;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
  padding: 10px 15px;
  justify-content: center;
  margin: 0 auto;
  text-transform: uppercase;
}

.c273d381 .c1d0a9f6c {
  display: block;
  color: var(--color-text-add);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed rgba(124, 132, 142, 0.5);
  text-decoration: none;
  margin: 6px auto 0 auto;
}

.c273d381 .c1d0a9f6c:hover {
  color: var(--color-text-main);
}
/* CELL LINK END */
/* CELLS END */

/* MOBILE TABLE START */
.c01186830 .c1a2650ac {
  padding: 0;
  background: transparent;
}

.c1a2650ac {
  display: none;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 10px;
  padding: 16px 8px;
}

.c1a2650ac .f0dc9653 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
}

.c1a2650ac .c23364b1a {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  border-radius: 7px;
  padding: 10px;
}

.c1a2650ac .c0745d024 {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 156px;
  height: 156px;
  border-radius: 8px;
  color: var(--color-text-dark);
  border: none;
}

.c1a2650ac .eac6a617 {
  position: absolute;
  top: -16px;
  left: 8px;
}

.c1a2650ac .c8636f511 {
  margin-top: 5px;
  padding: 8px;
}

.c1a2650ac .c1d0a9f6c {
  margin-top: 5px;
}

.c1a2650ac .fac0697d {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.c1a2650ac .c0445df56 {
  flex-direction: column;
  padding: 10px 25px;
  margin-left: 10px;
}

.c1a2650ac .c4f468c27 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c1a2650ac .db517b9b {
  margin-left: 8px;
}

.c1a2650ac .db517b9b span {
  font-weight: 900;
  font-size: 18px;
}

.c1a2650ac .c503490c5 {
  display: flex;
  flex-direction: column;
  margin-left: 5px;
}

.c1a2650ac .c070a939 {
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f7f8fb;
  border-radius: 7px;
  margin-top: 10px;
  padding: 10px;
  margin: 10px auto;
}

.c1a2650ac .fa182873 {
  position: relative;
  margin-right: 21px;
  padding-right: 21px;
}

.c1a2650ac .fa182873::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 43px;
  background: #f1f1f1;
}

.c1a2650ac .fa182873 .c7d27f54e::after {
  top: 7px;
}

.c1a2650ac .casino-bonus-top {
  margin-right: 10px;
}

.c1a2650ac .c09aacf3c {
  margin-top: 10px;
}

.c1a2650ac .c273d381 {
  margin: 20px;
}

.c1a2650ac .c420675b9 {
  text-align: center;
  justify-content: center;
}

.c1a2650ac .c6d83f674 {
  font-size: 16px;
}

.c1a2650ac .c6d83f674:before {
  top: -3px;
}

.c1a2650ac .acef4ac8 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c1a2650ac .c7ab5cf45 {
  text-transform: uppercase;
  font-weight: 700;
}

.c1a2650ac .c31ce6fa {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.c1a2650ac .c2aa5cf7e {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
}

/* MOBILE TABLE END */

@media (max-width: 1300px) {
  .c98ebdfe5 .c659213b9,
  .c98ebdfe5 .c6ce34cfe {
    width: 120px;
  }

  .c98ebdfe5 .c880c99ae,
  .c98ebdfe5 .casino-table-col_bonus {
    width: 220px;
  }

  .c98ebdfe5 .c09aacf3c,
  .c98ebdfe5 .c85ae977b {
    width: 250px;
  }

  .c98ebdfe5 .f0dc9653 {
    height: auto;
  }

  .c98ebdfe5 .c826c55ce {
    width: 155px;
    height: 155px;
  }

  .c98ebdfe5 .c659213b9 {
    margin-left: 175px;
  }

  .c98ebdfe5 .c2454f1b3 {
    min-width: auto;
  }
}

@media (max-width: 1100px) {
  .c98ebdfe5 .c659213b9,
  .c98ebdfe5 .c6ce34cfe {
    width: 120px;
  }

  .c98ebdfe5 .c1ec6a8e2 {
    padding: 10px 10px 0 10px;
  }

  .c98ebdfe5 .c826c55ce {
    width: 120px;
    height: 120px;
  }

  .c98ebdfe5 .c659213b9 {
    margin-left: 130px;
  }

  .c98ebdfe5 .c091a8660 {
    font-size: 12px;
  }

  .c98ebdfe5 .eac6a617 {
    width: 28px;
    height: 28px;
    border-radius: 5.832px;
  }

  .c98ebdfe5 .c7ab5cf45 {
    font-size: 16px;
  }

  .c98ebdfe5 .c86f5d6fa {
    width: 95px;
    height: 42px;
  }

  .c98ebdfe5 .bf85b5ae {
    font-size: 8px;
  }

  .c98ebdfe5 .s3f3922c8,
  .c98ebdfe5 .a934ec71 {
    width: 9px;
    height: 9px;
  }

  .c98ebdfe5 .db517b9b {
    font-size: 8px;
  }

  .c98ebdfe5 .db517b9b span {
    font-size: 12px;
  }

  .c98ebdfe5 .fa182873 {
    font-size: 8px;
  }

  .c98ebdfe5 .fa3a439a {
    font-size: 15px;
    margin-top: 8px;
  }

  .c98ebdfe5 .fa3a439a span {
    font-size: 24px;
  }

  .c98ebdfe5 .c6d83f674 {
    font-size: 12px;
  }

  .c98ebdfe5 .c4fda793e {
    margin: 4px 15px;
  }

  .c98ebdfe5 .casino-license-item {
    font-size: 14px;
    margin-right: 8px;
  }

  .c98ebdfe5 .c2aa5cf7e {
    width: 18px;
    height: 18px;
  }

  .c98ebdfe5 .db8c8e33 {
    font-size: 8px;
  }

  .c98ebdfe5 .c420675b9 {
    font-size: 12px;
    justify-content: center;
    padding: 8px;
  }

  .c98ebdfe5 .c1d0a9f6c {
    font-size: 8px;
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .c12ed01c2 {
    display: none;
  }

  .c1a2650ac {
    display: block;
  }

  .c6c3253d1 {
    margin: 0;
    font-size: 10px;
  }

  .c1a2650ac .a6da2b8f {
    margin-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .c1a2650ac .eac6a617 {
    width: 28px;
    height: 28px;
    border-radius: 5.832px;
    font-size: 12px;
    top: -12px;
  }

  .c1a2650ac .c23364b1a {
    padding: 10px;
    min-height: 140px;
    margin-bottom: 8px;
  }

  .c1a2650ac .db517b9b span {
    font-size: 16px;
  }

  .c1a2650ac .acef4ac8 {
    margin-left: 132px;
    align-items: flex-start;
  }

  .c1a2650ac .fac0697d {
    padding: 0;
  }

  .c1a2650ac .c7ab5cf45 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 4px;
  }

  .c1a2650ac .dbe940b2 {
    margin-top: 14px;
  }

  .c1a2650ac .s3f3922c8,
  .c1a2650ac .a934ec71 {
    width: 13px;
    height: 13px;
  }

  .c1a2650ac .c070a939 {
    width: 95%;
    margin: 0 auto;
  }

  .c1a2650ac .db517b9b {
    font-size: 14px;
  }

  .c1a2650ac .fa3a439a {
    font-size: 16px;
  }

  .c1a2650ac .c880c99ae .fa3a439a span {
    font-size: 24px;
  }

  .c1a2650ac .c09aacf3c {
    display: flex;
    flex-direction: column;
  }

  .c1a2650ac .c6d83f674::before {
    top: 0;
  }

  .c1a2650ac .c6d83f674 {
    display: flex;
    font-size: 14px;
    flex-wrap: wrap;
    white-space: pre-wrap;
  }

  .c1a2650ac .c2aa5cf7e {
    width: 20px;
    height: 20px;
  }

  .c1a2650ac .db8c8e33 {
    font-size: 12px;
  }

  .c1a2650ac .c420675b9 {
    font-size: 12px;
  }

  .c1a2650ac .c0745d024 {
    width: 130px;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .c1a2650ac .a6da2b8f {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .c1a2650ac .c1d0a9f6c {
    order: 1;
    margin: 0 15px 0 0;
  }

  .c1a2650ac .b031156af {
    height: 40px;
    flex: 1;
    order: 2;
    margin: 0;
  }

  .c8bd8175a {
    height: 40px;
  }
}

@media (max-width: 380px) {
  .c1a2650ac .c0445df56 {
    margin-left: 5px;
  }
}

/* CASINO TABLE SLIM START */
.efb63b7a {
  padding: 0;
  margin-bottom: 30px;
}

.efb63b7a .f0dc9653 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 235px;
  border: 1px solid #dde0e5;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 25px;
}

.efb63b7a .f0dc9653:last-of-type {
  margin-bottom: 0;
}

.efb63b7a .c826c55ce {
  position: relative;
  display: block;
  width: 132px;
  height: 132px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  border-bottom: none;
}

.efb63b7a .eac6a617 {
  position: absolute;
  top: -10px;
  width: 40px;
  height: 40px;
  left: 5px;
}

.efb63b7a .c8dd98c3a {
  display: flex;

  border-radius: 10px 10px 0 0;
}

.efb63b7a .c5d686a5b {
  padding: 12px 16px;
  width: 90%;
}

.efb63b7a .c2d36837c {
  display: flex;
  justify-content: space-between;
}

.efb63b7a .c16a89e28:not(:last-of-type) {
  position: relative;
  padding-right: 30px;
}

.efb63b7a .c16a89e28:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: calc(50% - 50px);
  right: 15px;
  background: #f1f1f1;
  width: 1px;
  height: 100px;
}

.efb63b7a .e0c5327d {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.efb63b7a .c7ab5cf45 {
  font-size: 20px;
  font-weight: 700;
  margin-right: 16px;
  margin-bottom: 0;
  border-bottom: 0;
  color: #171e34;
}

.efb63b7a .s3f3922c8 {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.efb63b7a .c659213b9 {
  display: flex;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 16px;
}

.efb63b7a .db517b9b {
  margin-top: 3px;
}

.efb63b7a .c09aacf3c {
  max-width: 270px;
  padding: 0;
}

.efb63b7a .c6d83f674 {
  margin-bottom: 6px;
  padding-left: 20px;
  line-height: 145%;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}

.efb63b7a .c6d83f674::before {
  top: -1px;
  left: 5px;
}

.efb63b7a .c420675b9 {
  width: 130px;
}

.efb63b7a .c8636f511 {
  font-size: 12px;
  justify-content: center;
  border-bottom: 1px solid #dde0e5;
}

@media (max-width: 1350px) {
  .efb63b7a .c09aacf3c {
    max-width: 250px;
  }

  .c880c99ae .fa3a439a span {
    font-size: 24px;
  }
}

@media (max-width: 1100px) {
  .efb63b7a .c09aacf3c {
    max-width: 300px;
  }

  .c880c99ae {
    width: 300px;
  }
}

@media (max-width: 1000px) {
  .c880c99ae {
    width: 200px;
  }
}

@media (max-width: 900px) {
  .efb63b7a {
    display: none;
  }
}
/* CASINO TABLE SLIM END */

/* PROMOCODE START */
.p6cc40271 {
  position: relative;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #e1e3eb;
  background: #ebecf2;
  padding: 4px 8px;
  margin-bottom: 6px;
}

.p3e17353f {
  color: #b0b3c4;
  font-size: 14px;
  line-height: 170%;
  text-transform: uppercase;
  border-bottom: 1px dashed #b0b3c4;
}

.p6cc40271:hover .p3e17353f {
  color: #203b6b;
  border-color: #203b6b;
}

.p3e17353f:after {
  content: url(../images/copy_icon.svg);
  position: relative;
  top: 3px;
  height: 17px;
  margin-left: 8px;
}

.p6cc40271:hover .p3e17353f:after {
  content: url(../images/copy_icon_hover.svg);
}

.p640e70f4 {
  width: 400px;
  display: none;
  position: absolute;
  right: 0;
  bottom: 40px;
}

.p6cc40271:hover .p640e70f4 {
  display: block;
}

.fd126f2a {
  border-radius: 10px;
  background: #e7eaee;
  padding: 16px 20px;
  line-height: 170%;
}

@media (max-width: 900px) {
  .p640e70f4 {
    width: 100%;
    bottom: 50px;
  }
}
/* PROMOCODE END */

@media (max-width: 900px){
  .c1a2650ac .c7ab5cf45 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px){
  .c1a2650ac .c7ab5cf45 {
    width: 100%;
    text-align: left;
  }
  .c1a2650ac .c4f468c27 {
    justify-content: flex-start;
  }
}