/*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: 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: 110px;
  margin: 0 auto;
}
.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: 30px;
  padding: 15px 0;
}
.post-casino-table thead tr th {
  font-family: Overpass;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #787878;
}
.post-casino-table tbody tr {
  font-family: Overpass;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.post-casino-table tbody tr {
  background: #FFFFFF;
  box-sizing: border-box;
  min-height: 110px;
  margin-bottom: 10px;
  position: relative;
}
.post-casino-table tbody tr td[data-type="row-number"] {
  max-width: 30px;
  background: #F27E7E;
  margin-right: 10px;
}
.post-casino-table thead tr th[data-type="row-number"] {
  max-width: 30px;
}
.post-casino-table tbody tr:nth-child(2n) td[data-type="row-number"] {
  background: #19BC9F;
}
.post-casino-table tbody tr:nth-child(3n) td[data-type="row-number"] {
  background: #24AFCD;
}
.post-casino-table tbody tr:nth-child(4n) td[data-type="row-number"] {
  background: #CF5CA1;
}
.post-casino-table tbody tr:nth-child(5n) td[data-type="row-number"] {
  background: #9E6CC6;
}
.post-casino-table tbody tr td[data-type="row-number"] {
  align-items: center;
}
.post-casino-table tbody tr td[data-type="row-number"] p {
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
}
.post-casino-table tbody tr td[data-type="logo"],
.post-casino-table thead tr th[data-type="logo"] {
  max-width: 110px;
  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: 252px;
  padding-left: 10px;
  padding-right: 10px;
}
.post-casino-table tbody tr td[data-type="rating"] .rating-title {
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 7px;
}
.post-casino-table tbody tr td[data-type="rating"] .rating-block {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 165%;
}
.post-casino-table tbody tr td[data-type="rating"] .rating-block span.current {
  margin-right: 4px;
  margin-left: 3px;
  font-weight: 600;
}
.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-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 165%;
  color: #F27E7E;
  justify-content: flex-start;
  margin-top: 11px;
  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-right: 15px;
}
.post-casino-table tbody tr td[data-type="bonus"] p {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  display: block;
  position: relative;
  padding-left: 40px;
}
.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: 170px;
  padding-right: 15px;
}
.post-casino-table tbody tr td[data-type="games"] {
  align-items: flex-start;
}
.post-casino-table tbody tr td[data-type="games"] .games {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  padding-left: 38px;
  position: relative;
}
.post-casino-table tbody tr td[data-type="games"] .games::before {
  content: url('../img/spiele.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: 251px;
}
.post-casino-table tbody tr td[data-type="list"] ul {
  margin: 0;
}
.post-casino-table tbody tr td[data-type="list"] ul li {
  margin-bottom: 6px;
  list-style-type: none;
  padding-left: 35px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 165%;
  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: 1px;
  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: 180px;
  padding: 0 10px;
}
.post-casino-table tbody tr td[data-type="button"] {
  align-items: center;
}
.post-casino-table tbody tr td[data-type="button"] button {
  background: #C63232;
  padding: 6px 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 160%;
  color: #FFFFFF;
}
.post-casino-table tbody tr td[data-type="button"] button::after {
  content: url('../img/arrow.svg');
  position: relative;
  margin-left: 10px;
}
.post-casino-table tbody tr td[data-type="button"] button:hover {
  text-decoration: none;
  background: #F27E7E;
}
@media screen and (max-width: 1300px) {
  .post-casino-table tr th,
  .post-casino-table tr td {
    flex: none;
    box-sizing: border-box;
  }
  .post-casino-table tbody tr td[data-type="rating"] .rating-title {
    margin-bottom: 9px;
    font-size: 20px;
  }
  .post-casino-table tbody tr td[data-type="rating"] .rating-text {
    margin-top: 9px;
    font-size: 12px;
  }
  .post-casino-table tbody tr td[data-type="rating"] .rating-block {
    font-size: 10px;
  }
  .post-casino-table tbody tr td[data-type="rating"] .stars svg {
    width: 13px;
    margin-right: 4px;
  }
  .post-casino-table tbody tr td[data-type="games"] .games {
    font-size: 16px;
  }
  .post-casino-table tbody tr td[data-type="logo"] {
    margin-right: 10px;
    flex: none;
  }
  .post-casino-table tbody tr td[data-type="logo"] img {
    width: 70px;
  }
  .post-casino-table thead tr {
    display: none;
  }
  .post-casino-table tbody tr {
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .post-casino-table tbody tr {
    padding: 20px 10px;
  }
  .post-casino-table tbody tr td[data-type="row-number"] {
    width: 100%;
    max-width: 40px;
    flex: none;
    align-items: flex-start;
  }
  .post-casino-table tbody tr td[data-type="row-number"] p {
    height: 70px;
  }
  .post-casino-table tbody tr td[data-type="rating"] {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 120px);
    max-width: none;
  }
  .post-casino-table tbody tr td[data-type="games"] {
    padding-top: 30px;
    margin: 0;
    max-width: 85px;
  }
  .post-casino-table tbody tr td[data-type="games"] .games {
    padding-left: 30px;
    font-size: 14px;
  }
  .post-casino-table tbody tr td[data-type="bonus"] {
    padding-top: 30px;
    padding-left: 0;
    width: calc(100% - 85px);
  }
  .post-casino-table tbody tr td[data-type="bonus"] p {
    padding-left: 30px;
    font-size: 14px;
  }
  .post-casino-table tbody tr td[data-type="bonus"] p::before {
    content: url('../img/mbonus.svg');
    position: absolute;
  }
  .post-casino-table tbody tr td[data-type="list"] {
    display: none;
  }
  .post-casino-table tbody tr td[data-type="button"] {
    order: 5;
    padding: 30px 0 0;
    width: 100%;
    max-width: none;
  }
  .post-casino-table tbody tr td[data-type="button"] button {
    width: 100%;
  }
  table.post-casino-table tr td,
  table.post-casino-table tr th {
    white-space: normal;
  }
}
.pay-filter-block {
  margin-bottom: 20px;
}
.pay-filter-block .pf-title {
  display: flex;
  padding: 15px 20px;
  background: #303030;
  align-items: center;
  cursor: pointer;
}
.pay-filter-block .pf-title p {
  margin-bottom: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 165%;
  color: #fff;
  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-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: #303030;
}
.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: #303030;
}
.post-casino-table tbody tr {
  flex-wrap: wrap;
}
.post-casino-table tbody tr td.casinotext {
  width: 100%;
  min-width: 100%;
  padding: 10px;
}
.post-casino-table tbody tr td.casinotext p,
.post-casino-table tbody tr td.casinotext a {
  font-size: 13px;
  line-height: 1.2;
}
@media screen and (max-width: 1300px) {
  .post-casino-table tbody tr td.casinotext {
    padding-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .post-casino-table tbody tr {
    flex-wrap: nowrap;
    padding: 0;
  }
  .post-casino-table tbody tr td[data-type="row-number"] {
    max-width: 20px;
    margin-right: 5px;
    display: flex;
    align-items: center;
  }
  .post-casino-table tbody tr td[data-type="logo"] img {
    width: 60px;
  }
  .post-casino-table tbody tr td[data-type="rating"] {
    display: none;
  }
  .post-casino-table tbody tr td[data-type="bonus"] {
    width: auto;
    flex: 1;
    padding-top: 0;
  }
  .post-casino-table tbody tr td[data-type="games"] {
    display: none;
  }
  .post-casino-table tbody tr td.casinotext {
    display: none;
  }
  .post-casino-table tbody tr td[data-type="button"] button.rules {
    display: none;
  }
  .post-casino-table tbody tr td[data-type="button"] {
    width: 45px;
    padding: 0;
    padding-right: 10px;
  }
  .post-casino-table tbody tr td[data-type="button"] button {
    font-size: 0;
    padding: 0;
    width: 35px;
    height: 35px;
  }
  .post-casino-table tbody tr td[data-type="button"] button::after {
    margin-left: 0;
  }
  .post-casino-table tbody tr {
    min-height: 60px;
  }
}
