/*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: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #101219;
}
.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;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  min-height: 120px;
  margin-bottom: 20px;
  position: relative;
}
.post-casino-table tbody tr:first-child {
  border: 0;
  background: linear-gradient(89.97deg, #990D35 0.02%, #D52941 100.76%);
}
.post-casino-table tbody tr td[data-type="row-number"],
.post-casino-table thead tr th[data-type="row-number"] {
  max-width: 30px;
}
.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-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}
.post-casino-table tbody tr:first-child td[data-type="row-number"] p {
  color: #fff;
}
.post-casino-table tbody tr td[data-type="logo"],
.post-casino-table thead tr th[data-type="logo"] {
  max-width: 130px;
  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: 267px;
  padding-left: 20px;
  padding-right: 20px;
}
.post-casino-table tbody tr td[data-type="rating"] .rating-title {
  font-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 140%;
  color: #262626;
  margin-bottom: 12px;
}
.post-casino-table tbody tr td[data-type="rating"] .rating-block {
  display: flex;
  align-items: center;
  font-family: Cantarell;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #000;
}
.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: Cantarell;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #000000;
  justify-content: flex-start;
  margin-top: 12px;
}
.post-casino-table tbody tr td[data-type="rating"] .rating-text:hover {
  text-decoration: none;
}
.post-casino-table tbody tr:first-child td[data-type="rating"] .rating-title {
  color: #FFFFFE;
}
.post-casino-table tbody tr:first-child td[data-type="rating"] .rating-block {
  color: #FFFFFE;
}
.post-casino-table tbody tr:first-child td[data-type="rating"] .rating-text {
  color: #FFFFFE;
}
.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-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  display: block;
  position: relative;
  padding-left: 45px;
}
.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:first-child td[data-type="bonus"] p {
  color: #fff;
}
.post-casino-table tbody tr:first-child td[data-type="bonus"] p::before {
  content: url('../img/fbonus.svg');
}
.post-casino-table tbody tr td[data-type="games"],
.post-casino-table thead tr th[data-type="games"] {
  max-width: 166px;
  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-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  padding-left: 57px;
  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:first-child td[data-type="games"] .games {
  color: #fff;
}
.post-casino-table tbody tr:first-child td[data-type="games"] .games::before {
  content: url('../img/fspiele.svg');
}
.post-casino-table tbody tr td[data-type="list"],
.post-casino-table thead tr th[data-type="list"] {
  max-width: 212px;
}
.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: 14px;
  list-style-type: none;
  padding-left: 29px;
  font-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  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:first-child td[data-type="list"] ul li {
  color: #fff;
}
.post-casino-table tbody tr:first-child td[data-type="list"] ul li::before {
  content: url('../img/flist.svg');
}
.post-casino-table tbody tr td[data-type="button"],
.post-casino-table thead tr th[data-type="button"] {
  max-width: 262px;
  padding: 0 30px;
}
.post-casino-table tbody tr td[data-type="button"] {
  align-items: center;
}
.post-casino-table tbody tr td[data-type="button"] button {
  font-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFE;
  background: #D42840;
  width: 200px;
  height: 55px;
  border: 2px solid #FFFFFE;
  outline: 0;
  cursor: pointer;
}
.post-casino-table tbody tr td[data-type="button"] button:hover {
  background: #990D35;
}
@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: 80px;
  }
  .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 {
    padding: 20px 20px 30px;
  }
  .post-casino-table tbody tr td[data-type="row-number"] {
    width: 100%;
    max-width: 27px;
    flex: none;
    margin-left: -20px;
  }
  .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="rating"] {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 97px);
    max-width: none;
  }
  .post-casino-table tbody tr td[data-type="games"] {
    padding-top: 30px;
    order: 3;
    margin: 0;
    max-width: 85px;
  }
  .post-casino-table tbody tr td[data-type="bonus"] {
    padding-top: 30px;
    order: 4;
    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:first-child td[data-type="bonus"] p::before {
    content: url(../img/mfbonus.svg);
  }
  .post-casino-table tbody tr td[data-type="games"] .games::before {
    content: url('../img/mspiele.svg');
  }
  .post-casino-table tbody tr:first-child td[data-type="games"] .games::before {
    content: url(../img/mfspiele.svg);
  }
  .post-casino-table tbody tr td[data-type="games"] .games {
    padding-left: 34px;
    font-size: 14px;
  }
  .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: #AB1539;
  align-items: center;
  cursor: pointer;
}
.pay-filter-block .pf-title p {
  margin-bottom: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  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-family: Fjalla One;
  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;
  }
}