@font-face {
  font-family: 'BioRhyme';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/biorhyme/v5/1cX3aULHBpDMsHYW_ET6inGA.ttf) format('truetype');
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cabin/v18/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkV2EL7E.ttf) format('truetype');
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cabin/v18/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkbqDL7E.ttf) format('truetype');
}
/*reset*/
.post-casino-table,
.post-casino-table thead,
.post-casino-table tbody,
.post-casino-table thead tr,
.post-casino-table thead tr th,
.post-casino-table tbody tr,
.post-casino-table tbody tr td,
.post-casino-table tbody tr td p,
.post-casino-table tbody tr td a,
.post-casino-table tbody tr td button {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  border: 0;
}
.post-casino-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 50px 0;
}
.post-casino-table tr {
  cursor: pointer;
}
.post-casino-table tr th,
.post-casino-table tr td {
  flex: 1;
  box-sizing: border-box;
}
.post-casino-table tr th.hide,
.post-casino-table tr td.hide {
  display: none;
}
.post-casino-table tr td {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.post-casino-table tbody tr td img {
  flex: none;
  width: 100px;
  margin: 0 auto;
}
.post-casino-table tr td p,
.post-casino-table tr td a,
.post-casino-table tr td button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.post-casino-table thead tr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 15px 0;
}
.post-casino-table thead tr th {
  font-family: BioRhyme;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  text-align: left;
  color: #33272A;
}
.post-casino-table tbody tr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.post-casino-table tbody tr {
  background: #FFFFFE;
  box-shadow: inset 0px -1px 0px #EDEDED;
  min-height: 120px;
}
.post-casino-table tbody tr td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  flex: 1;
}
.post-casino-table tbody tr:first-child {
  background: #FFFFFE;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 10px;
}
.post-casino-table tbody tr {
  position: relative;
  align-items: center;
}
.post-casino-table tbody tr td[data-type="row-number"] {
  align-items: center;
  width: 60px;
  height: 120px;
  justify-content: flex-start;
  padding-top: 10px;
}
.post-casino-table tbody tr td[data-type="row-number"] p {
  font-family: BioRhyme;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  color: #33272A;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.post-casino-table tbody tr:first-child td[data-type="row-number"] p {
  background: #FD9E46;
  color: #33272A;
}
.post-casino-table tbody tr:nth-child(2) td[data-type="row-number"] p {
  background: #D0E6F5;
  color: #33272A;
}
.post-casino-table tbody tr:nth-child(3) td[data-type="row-number"] p {
  background: #B68D68;
  color: #FFFFFE;
}
.post-casino-table tbody tr td[data-type="row-number"],
.post-casino-table thead tr th[data-type="row-number"] {
  max-width: 60px;
}
.post-casino-table tbody tr td[data-type="logo"],
.post-casino-table thead tr th[data-type="logo"] {
  max-width: 100px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.post-casino-table tbody tr td[data-type="logo"] img,
.post-casino-table thead tr th[data-type="logo"] img {
  display: block;
  width: 100%;
  height: auto;
}
.post-casino-table tbody tr td[data-type="rating"],
.post-casino-table thead tr th[data-type="rating"] {
  max-width: 250px;
  padding-left: 20px;
}
.post-casino-table tbody tr td[data-type="rating"] .rating-title {
  font-family: BioRhyme;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #33272A;
  margin-bottom: 7px;
}
.post-casino-table tbody tr td[data-type="rating"] .rating-block {
  display: flex;
  align-items: center;
}
.post-casino-table tbody tr td[data-type="rating"] .rating-block span {
  font-family: BioRhyme;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  color: #33272A;
}
.post-casino-table tbody tr td[data-type="rating"] .rating-block span.current {
  margin-right: 4px;
  margin-left: 3px;
}
.post-casino-table tbody tr td[data-type="rating"] .rating-block span.all {
  margin-left: 4px;
}
.post-casino-table tbody tr td[data-type="rating"] .stars {
  display: flex;
  align-items: center;
}
.post-casino-table tbody tr td[data-type="rating"] .stars svg {
  margin-right: 5px;
  display: block;
}
.post-casino-table tbody tr td[data-type="rating"] .rating-text {
  font-family: Cabin;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #FF8BA7;
  margin-top: 7px;
  justify-content: flex-start;
  text-decoration: none;
}
.post-casino-table tbody tr td[data-type="rating"] .rating-text:hover {
  text-decoration: underline;
}
.post-casino-table tbody tr td[data-type="bonus"],
.post-casino-table thead tr th[data-type="bonus"] {
  padding-left: 10px;
}
.post-casino-table tbody tr td[data-type="bonus"] p {
  font-family: BioRhyme;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #33272A;
  display: block;
  position: relative;
  padding-left: 40px;
  text-align: left;
}
.post-casino-table tbody tr td[data-type="bonus"] p::before {
  content: url('../img/bonus.svg');
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.post-casino-table tbody tr td[data-type="games"],
.post-casino-table thead tr th[data-type="games"] {
  max-width: 173px;
  padding-left: 30px;
}
.post-casino-table tbody tr td[data-type="games"] {
  align-items: flex-start;
}
.post-casino-table tbody tr td[data-type="games"] .games {
  font-family: BioRhyme;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #33272A;
  padding-left: 43px;
  position: relative;
  text-align: left;
}
.post-casino-table tbody tr td[data-type="games"] .games::before {
  content: url('../img/games.svg');
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.post-casino-table tbody tr td[data-type="list"],
.post-casino-table thead tr th[data-type="list"] {
  max-width: 227px;
  padding-left: 10px;
}
.post-casino-table tbody tr td[data-type="list"] ul {
  margin: 0;
  padding: 0;
}
.post-casino-table tbody tr td[data-type="list"] ul li {
  margin-bottom: 3px;
  list-style-type: none;
  padding-left: 28px;
  font-family: Cabin;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #222525;
  position: relative;
}
.post-casino-table tbody tr td[data-type="list"] ul li::before {
  content: url('../img/list.svg');
  display: block;
  width: auto;
  height: auto;
  background: transparent;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 0;
}
.post-casino-table tbody tr td[data-type="list"] ul li:last-child {
  margin-bottom: 0;
}
.post-casino-table tbody tr td[data-type="button"],
.post-casino-table thead tr th[data-type="button"] {
  max-width: 240px;
  padding: 0 20px;
}
.post-casino-table tbody tr td[data-type="button"] {
  align-items: center;
}
.post-casino-table tbody tr td[data-type="button"] button {
  font-family: Cabin;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFE;
  background: #FF8BA7;
  border-radius: 6px;
  width: 200px;
  height: 50px;
  outline: 0;
  cursor: pointer;
}
.post-casino-table tbody tr td[data-type="button"] button:hover {
  background-color: #ce7086;
}
@media screen and (max-width: 1300px) {
  .post-casino-table tbody tr td[data-type="logo"] img {
    width: 100px;
  }
  .post-casino-table thead tr {
    display: none;
  }
  .post-casino-table tbody tr {
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 63px;
    flex-direction: column;
    position: relative;
  }
  .post-casino-table tbody tr td[data-type="row-number"] {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    max-width: none;
    min-width: auto;
    height: 40px;
    margin-right: 0;
    border-radius: 6px 6px 0 0;
    padding: 0;
  }
  .post-casino-table tbody tr td[data-type="logo"] {
    margin: 10px 0;
    max-height: 70px;
    max-width: 70px;
    min-height: 70px;
    min-width: 70px;
  }
  .post-casino-table tbody tr td[data-type="rating"] {
    padding-left: 0;
    align-items: center;
  }
  .post-casino-table tbody tr td[data-type="games"] {
    align-items: center;
    order: 3;
    padding-left: 0;
    margin: 20px 0 0;
    min-width: 100%;
  }
  .post-casino-table tbody tr td[data-type="games"] p.games {
    text-align: center;
    padding-left: 0;
    padding-top: 0;
  }
  .post-casino-table tbody tr td[data-type="games"] p.games::before {
    position: relative;
    left: 0;
    top: 3px;
    transform: translateY(0);
    margin-right: 10px;
  }
  .post-casino-table tbody tr td[data-type="bonus"] {
    align-items: center;
    order: 4;
    padding-left: 0;
    min-width: 100%;
  }
  .post-casino-table tbody tr td[data-type="bonus"] p {
    text-align: center;
    padding-left: 0;
    padding-top: 10px;
  }
  .post-casino-table tbody tr td[data-type="bonus"] p::before {
    position: relative;
    left: 0;
    top: 3px;
    transform: translateY(0);
    margin-right: 10px;
  }
  .post-casino-table tbody tr td[data-type="list"] {
    display: none;
  }
  .post-casino-table tbody tr td[data-type="button"] {
    order: 5;
    padding: 20px 0;
    min-width: 100%;
  }
  .post-casino-table tbody tr td[data-type="button"] button {
    width: calc(100% - 40px);
  }
  table.post-casino-table tr td,
  table.post-casino-table tr th {
    white-space: normal;
  }
  .post-casino-table tbody tr:first-child td[data-type="row-number"]::before,
  .post-casino-table tbody tr:nth-child(2) td[data-type="row-number"]::before,
  .post-casino-table tbody tr:nth-child(3) td[data-type="row-number"]::before {
    transform: rotate(0deg);
  }
}
.pay-filter-block {
  margin-bottom: 20px;
}
.pay-filter-block .pf-title {
  display: flex;
  padding: 15px 20px;
  background: #FAEEE7;
  align-items: center;
  cursor: pointer;
}
.pay-filter-block .pf-title p {
  margin-bottom: 0;
  font-family: BioRhyme;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #222525;
  margin-left: 10px;
}
.pay-filter-block .pf-title .arrow {
  margin-left: auto;
}
.pay-filter-block .pf-payments {
  padding: 20px 10px 10px 20px;
  border: 1px solid #E7E7E7;
  display: none;
  flex-wrap: wrap;
}
.pay-filter-block .pf-payments.open {
  display: flex;
}
.pay-filter-block .pf-payments .item {
  margin: 0 10px 10px 0;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 17px 20px;
  display: flex;
  align-items: center;
}
.pay-filter-block .pf-payments .item:hover {
  border: 1px solid #1E5BAB;
}
.pay-filter-block .pf-payments .item img {
  flex: none;
}
.pay-filter-block .pf-payments .item p {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #1E5BAB;
  margin-left: 20px;
  margin-bottom: 0;
}
.pay-filter-block .pf-payments .item .close {
  color: #1E5BAB;
  width: 20px;
  height: 20px;
  font-size: 20px;
  display: none;
  align-items: center;
  justify-content: center;
}
.pay-filter-block .pf-payments .item.active {
  border: 1px solid #1E5BAB;
}
.pay-filter-block .pf-payments .item.active .close {
  display: flex;
}
table.post-casino-table .hide {
  display: none;
}

.post-casino-table tbody tr td[data-type="button"] button.rules {
  background: transparent;
  width: auto;
  height: auto;
  margin-top: 10px;
  font-size: 12px;
  color: #00B871;
}
.post-casino-table tbody tr td[data-type="button"] button.rules:hover {
  text-decoration: underline;
  background: transparent;
}
.post-casino-table tbody tr:first-child td[data-type="button"] button.rules {
  color: #fff;
}
.post-casino-table tbody tr {
  flex-wrap: wrap;
}
.post-casino-table tbody tr td.casinotext {
  width: 100%;
  min-width: 100%;
  padding: 0 10px;
}
.post-casino-table tbody tr td.casinotext p,
.post-casino-table tbody tr td.casinotext a {
  font-size: 13px;
  line-height: 1.2;
}
.post-casino-table tbody tr:first-child td.casinotext p {
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .post-casino-table tbody tr td.casinotext {
    padding-top: 10px;
  }
}