@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/istokweb/v15/3qTvojGmgSyUukBzKslZAQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE7g4.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;
  background: #F4F4F4;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 15px 0;
}
.post-casino-table thead tr th {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  text-align: left;
  color: #767272;
}
.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 {
  border-radius: 6px;
}
.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 {
  background: #F8F5F2;
  min-height: 140px;
  margin-bottom: 10px;
  position: relative;
  align-items: center;
}
.post-casino-table tbody tr td[data-type="row-number"] {
  background: #EAE0D7;
  border-radius: 6px 0 0 6px;
  align-items: center;
  width: 40px;
  height: 140px;
}
.post-casino-table tbody tr td[data-type="row-number"] p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #222525;
}
.post-casino-table tbody tr:first-child td[data-type="row-number"] {
  background: #EFB051;
}
.post-casino-table tbody tr:first-child td[data-type="row-number"] p {
  display: none;
}
.post-casino-table tbody tr:first-child td[data-type="row-number"]::before {
  content: 'Gold';
  transform: rotate(270deg);
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #222525;
}
.post-casino-table tbody tr:nth-child(2) td[data-type="row-number"] {
  background: #9BACB1;
}
.post-casino-table tbody tr:nth-child(2) td[data-type="row-number"] p {
  display: none;
}
.post-casino-table tbody tr:nth-child(2) td[data-type="row-number"]::before {
  content: 'Silver';
  transform: rotate(270deg);
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}
.post-casino-table tbody tr:nth-child(3) td[data-type="row-number"] {
  background: #8F5F44;
}
.post-casino-table tbody tr:nth-child(3) td[data-type="row-number"] p {
  display: none;
}
.post-casino-table tbody tr:nth-child(3) td[data-type="row-number"]::before {
  content: 'Bronze';
  transform: rotate(270deg);
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}
.post-casino-table tbody tr td[data-type="row-number"],
.post-casino-table thead tr th[data-type="row-number"] {
  max-width: 40px;
  margin-right: 20px;
}
.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: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #222525;
  margin-bottom: 3px;
}
.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: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  color: #222525;
}
.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: Istok Web;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #078080;
  margin-top: 5px;
  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: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #222525;
  display: block;
  position: relative;
  padding-top: 30px;
  text-align: center;
}
.post-casino-table tbody tr td[data-type="bonus"] p::before {
  content: url('../img/bonus.svg');
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.post-casino-table tbody tr td[data-type="games"],
.post-casino-table thead tr th[data-type="games"] {
  max-width: 173px;
  padding-left: 10px;
}
.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: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #222525;
  padding-top: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.post-casino-table tbody tr td[data-type="games"] .games::before {
  content: url('../img/games.svg');
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-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: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  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: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFE;
  background: #F45D48;
  border-radius: 5px;
  width: 200px;
  height: 50px;
  outline: 0;
  cursor: pointer;
}
.post-casino-table tbody tr td[data-type="button"] button:hover {
  background-color: #E05744;
}
@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;
  }
  .post-casino-table tbody tr td[data-type="row-number"] {
    top: -43px;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    min-width: 100%;
    height: 30px;
    margin-right: 0;
    border-radius: 6px 6px 0 0;
  }
  .post-casino-table tbody tr td[data-type="row-number"]::before {
    top: 30px;
    transform: translate(32%, -32%) rotate(90deg);
    right: 50%;
  }
  .post-casino-table tbody tr td[data-type="logo"] {
    margin: 20px 0 12px;
    max-height: 70px;
    max-width: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-right: 20px;
  }
  .post-casino-table tbody tr td[data-type="rating"] {
    padding-left: 0;
  }
  .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: #EAE0D7;
  align-items: center;
  cursor: pointer;
}
.pay-filter-block .pf-title p {
  margin-bottom: 0;
  font-family: Montserrat;
  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;
  }
}