.best-bonuses-table {
  margin: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.best-bonuses-table .google-auto-placed {
  display: none !important;
}
.best-bonuses-table__header {
  background: #0c0c0c;
  text-align: center;
  padding: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.best-bonuses-table__header p {
  margin: 0;
  font-size: 2.2rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.best-bonuses-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  padding-right: 1.5rem;
  border: 1px solid #d2d2d2;
  background: white;
}
@media screen and (max-width: 670px) {
  .best-bonuses-table__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 2rem;
  }
}
.best-bonuses-table__row.best-bonuses-table__row--header {
  background: transparent;
  border-color: transparent;
  padding: 1rem 1.5rem 1rem 0;
}
@media screen and (max-width: 670px) {
  .best-bonuses-table__row.best-bonuses-table__row--header {
    display: none;
  }
}
.best-bonuses-table__row.best-bonuses-table__row--header .best-bonuses-table__col p {
  line-height: 1;
  color: #606060;
  font-size: 2.2rem;
  margin: 0;
  font-weight: 700;
  text-transform: initial;
}
.best-bonuses-table__col.best-bonuses-table__col--image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.5rem;
          flex: 0 0 18.5rem;
  width: 18.5rem;
}
@media screen and (max-width: 380px) {
  .best-bonuses-table__col.best-bonuses-table__col--image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14rem;
            flex: 0 0 14rem;
    width: 14rem;
  }
}
.best-bonuses-table__col.best-bonuses-table__col--rating {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19rem;
          flex: 0 0 19rem;
  width: 19rem;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .best-bonuses-table__col.best-bonuses-table__col--rating {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 18.5rem);
            flex: 0 0 calc(100% - 18.5rem);
    width: calc(100% - 18.5rem);
    width: auto;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 380px) {
  .best-bonuses-table__col.best-bonuses-table__col--rating {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 14.5rem);
            flex: 0 0 calc(100% - 14.5rem);
    width: calc(100% - 14.5rem);
  }
}
.best-bonuses-table__col.best-bonuses-table__col--rating .best-bonuses-table__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 670px) {
  .best-bonuses-table__col.best-bonuses-table__col--rating .best-bonuses-table__stars {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.best-bonuses-table__col.best-bonuses-table__col--bonus {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11rem;
          flex: 0 0 11rem;
  width: 11rem;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .best-bonuses-table__col.best-bonuses-table__col--bonus {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    text-align: left;
    padding-left: 19.5rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 380px) {
  .best-bonuses-table__col.best-bonuses-table__col--bonus {
    padding-left: 14.5rem;
  }
}
.best-bonuses-table__col.best-bonuses-table__col--bonus-volume {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .best-bonuses-table__col.best-bonuses-table__col--bonus-volume {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    text-align: left;
    padding-left: 19.5rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 380px) {
  .best-bonuses-table__col.best-bonuses-table__col--bonus-volume {
    padding-left: 14.5rem;
  }
}
.best-bonuses-table__col.best-bonuses-table__col--button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12rem;
          flex: 0 0 12rem;
  width: 12rem;
}
@media screen and (max-width: 670px) {
  .best-bonuses-table__col.best-bonuses-table__col--button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    text-align: right;
    padding-top: 1rem;
    padding-left: 1.5rem;
  }
}
.best-bonuses-table__col.best-bonuses-table__col--button a {
  width: 100%;
  background: #f8b11b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  padding: 1rem 0;
  text-decoration: none;
}
.best-bonuses-table__col.best-bonuses-table__col--button a:hover .icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.best-bonuses-table__col.best-bonuses-table__col--button a .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.best-bonuses-table__col p {
  margin: 0;
  line-height: 1;
  font-size: 1.8rem;
  color: #1d1f24;
}
.best-bonuses-table__col p .mobile-title {
  display: none;
}
@media screen and (max-width: 670px) {
  .best-bonuses-table__col p .mobile-title {
    display: inline;
    font-weight: 600;
  }
}

.image-and-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  border: 1px solid #d2d2d2;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 3rem 0;
}
.image-and-text-block .google-auto-placed {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .image-and-text-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 40rem;
    margin: 3rem auto;
  }
}
.image-and-text-block .left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem;
}
@media screen and (max-width: 1000px) {
  .image-and-text-block .left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.image-and-text-block .left-col .image-and-text-block__inner {
  padding-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.image-and-text-block .left-col h3 {
  color: #006405;
  margin: 0 0 1.5rem 0;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}
.image-and-text-block .left-col p {
  margin: 0;
  font-size: 13px !important;
}
.image-and-text-block .left-col a.button {
  width: auto;
  background: #f8b11b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  padding: 1rem 2rem;
  text-decoration: none;
  margin-top: 1.5rem;
}
.image-and-text-block .left-col a.button:hover .icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.image-and-text-block .left-col a.button .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.image-and-text-block .right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .image-and-text-block .right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.casinos-list {
  margin: 3rem auto;
}
.casinos-list h2.casinos-list__title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #006405;
}
.casinos-list__items {
  background: #006405;
  padding: 1rem 0.8rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.casinos-list__item {
  background: #001a01;
  padding: 0.7rem 0.4rem;
  border-radius: 0.8rem;
  border: 1px solid #009607;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 670px) {
  .casinos-list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.casinos-list__item.casinos-list__item--highlited {
  position: relative;
  border-color: #e21313;
  border-radius: 0.8rem 0.8rem 0.8rem 0;
  margin-bottom: 2.4rem;
}
.casinos-list__item.casinos-list__item--highlited .highlited-text {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  font-size: 12px;
  color: white;
  background: #e21313;
  padding: 0.5rem 1rem;
  border-radius: 0 0 1.5rem 1.5rem;
}
.casinos-list__item .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9rem;
          flex: 0 0 9rem;
  width: 9rem;
}
.casinos-list__item .logo img {
  border-radius: 0.8rem;
}
.casinos-list__item .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18rem;
          flex: 0 0 18rem;
  width: 18rem;
}
@media screen and (max-width: 670px) {
  .casinos-list__item .rating {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 9rem);
            flex: 0 0 calc(100% - 9rem);
    width: calc(100% - 9rem);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 2rem;
  }
}
.casinos-list__item .rating__inner {
  display: block;
}
.casinos-list__item .rating__inner .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 3rem;
  color: #00b008;
  line-height: 1;
}
.casinos-list__item .rating__inner p:not(.title) {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  color: white;
}
.casinos-list__item p.title {
  font-size: 12px;
  color: #00b008;
  font-weight: 300;
  margin: 0 0 0.9rem 0;
  line-height: 1;
}
.casinos-list__item .inner-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  padding: 0 3rem;
  border-left: 1px solid #006405;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 670px) {
  .casinos-list__item .inner-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-left: 11rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .casinos-list__item .inner-text {
    padding-left: 0;
  }
}
.casinos-list__item .inner-text p:not(.title) {
  font-size: 12px !important;
  color: #ffffff;
  margin: 0;
}
.casinos-list__item .buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15rem;
          flex: 0 0 15rem;
  width: 15rem;
}
@media screen and (max-width: 670px) {
  .casinos-list__item .buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-left: 11rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .casinos-list__item .buttons {
    padding-left: 0;
  }
}
.casinos-list__item .buttons .btn.btn--primary {
  background: #f8b11b;
  border-radius: 0.8rem;
  font-weight: 400;
  font-size: 1.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: calc(100% - 2px);
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #f8b11b;
}
.casinos-list__item .buttons .btn.btn--primary:hover {
  background: #00b008;
  border-color: #00b008;
}
.casinos-list__item .buttons .btn.btn--secondary {
  background: transparent;
  border: 1px solid #f8b11b;
  border-radius: 0.8rem;
  font-weight: 400;
  font-size: 1.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: calc(100% - 2px);
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.8rem;
}
.casinos-list__item .buttons .btn.btn--secondary:hover {
  background: #00b008;
  border-color: #00b008;
}
/*# sourceMappingURL=srovnavaci-prvky.css.map */
