/*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: 90px;
  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: Squada One;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #787878;
}
.post-casino-table tbody tr {
  font-family: Lato;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.post-casino-table tbody tr {
  box-sizing: border-box;
  min-height: 100px;
  margin-bottom: 20px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 25px -12px rgba(248, 111, 0, 0.6);
  border-radius: 8px;
}
.post-casino-table tbody tr:hover {
  box-shadow: 0px 0px 15px rgba(248, 111, 0, 0.9);
}
.post-casino-table tbody tr td[data-type="row-number"] {
  max-width: 56px;
  margin-right: 10px;
}
.post-casino-table thead tr th[data-type="row-number"] {
  max-width: 56px;
}
.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: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.post-casino-table tbody tr td[data-type="row-number"] p:before {
  content: '';
  background: linear-gradient(338.35deg, #03A780 27.3%, #00E7BD 109.21%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.post-casino-table tbody tr:first-child td[data-type="row-number"] p:before {
  background: linear-gradient(315deg, #EA2F00 25%, #FF8A00 100%);
  box-shadow: 0px 0px 15px rgba(248, 111, 0, 0.9);
}
.post-casino-table tbody tr td[data-type="logo"],
.post-casino-table thead tr th[data-type="logo"] {
  max-width: 75px;
  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;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.post-casino-table tbody tr td[data-type="logo"]:before,
.post-casino-table thead tr th[data-type="logo"]:before {
  content: '';
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  width: 79px;
  height: 79px;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.post-casino-table tbody tr td[data-type="logo"]:after,
.post-casino-table thead tr th[data-type="logo"]:after {
  content: '';
  display: block;
  background: linear-gradient(315deg, #EA2F00 25%, #FF8A00 100%);
  border-radius: 50%;
  position: absolute;
  width: 85px;
  height: 85px;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.post-casino-table tbody tr td[data-type="rating"],
.post-casino-table thead tr th[data-type="rating"] {
  max-width: 239px;
  padding-left: 17px;
  padding-right: 10px;
}
.post-casino-table tbody tr td[data-type="rating"] .rating-title {
  font-family: Squada One;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 26px;
  color: #1D1D1D;
}
.post-casino-table tbody tr td[data-type="rating"] .rating-block {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
}
.post-casino-table tbody tr td[data-type="rating"] .rating-block span.current {
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 160%;
  color: #1D1D1D;
  margin-right: 2px;
}
.post-casino-table tbody tr td[data-type="rating"] .rating-block span.all {
  margin-left: 2px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #1D1D1D;
  position: relative;
  top: 2px;
}
.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;
  width: 15px;
  display: block;
}
.post-casino-table tbody tr td[data-type="rating"] .rating-text {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #F86F00;
  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: 0 10px;
}
.post-casino-table tbody tr td[data-type="bonus"] p {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 125.5%;
  color: #1D1D1D;
  display: block;
  position: relative;
  padding-left: 46px;
}
.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: 165px;
  padding: 0 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: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 125.5%;
  color: #1D1D1D;
  padding-left: 46px;
  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: 210px;
  padding: 0 10px;
}
.post-casino-table tbody tr td[data-type="list"] ul {
  padding: 0;
  margin: 0;
}
.post-casino-table tbody tr td[data-type="list"] ul li {
  margin-bottom: 6px;
  list-style-type: none;
  padding-left: 10px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #1D1D1D;
  position: relative;
}
.post-casino-table tbody tr td[data-type="list"] ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(315deg, #EA2F00 25%, #FF8A00 100%);
  top: 7px;
}
.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"] {
  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 {
  background: linear-gradient(315deg, #EA2F00 25%, #FF8A00 100%);
  border-radius: 8px;
  padding: 10px 23px;
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  cursor: pointer;
}
.post-casino-table tbody tr td[data-type="button"] button::after {
  content: url('../img/arrow.svg');
  position: relative;
  margin-left: 10px;
  top: 3px;
}
.post-casino-table tbody tr td[data-type="button"] button:hover {
  text-decoration: none;
  box-shadow: 0px 0px 15px rgba(248, 111, 0, 0.9);
}
.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::after {
  content: none;
}
.post-casino-table tbody tr td[data-type="button"] button.rules:hover {
  text-decoration: underline;
  background: transparent;
  box-shadow: none;
}
.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: 15px 15px 0;
}
.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 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: 42px;
  }
  .post-casino-table tbody tr td[data-type="logo"]:before {
    width: 46px;
    height: 46px;
  }
  .post-casino-table tbody tr td[data-type="logo"]:after {
    width: 52px;
    height: 52px;
  }
  .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="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: 7px 10px;
  background: linear-gradient(315deg, #EA2F00 25%, #FF8A00 100%);
  box-shadow: 0px 0px 25px -12px rgba(248, 111, 0, 0.6);
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
}
.pay-filter-block .pf-title p {
  margin-bottom: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  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;
}
@media screen and (max-width: 1300px) {
  .post-casino-table tbody tr td.casinotext {
    padding-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .pay-filter-block .pf-title p {
    margin: 0;
    margin-left: 10px;
  }
  .post-casino-table tbody tr {
    flex-wrap: nowrap;
    padding: 10px;
  }
  .post-casino-table tbody tr td[data-type="row-number"] {
    max-width: 20px;
    margin-right: 15px;
    display: flex;
    align-items: center;
  }
  .post-casino-table tbody tr td[data-type="logo"] img {
    width: 42px;
  }
  .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: 45px;
  }
  .post-casino-table tbody tr td[data-type="button"] button:after {
    top: 0;
  }
  .post-casino-table tbody tr td[data-type="button"] button::after {
    margin-left: 0;
  }
  .post-casino-table tbody tr {
    min-height: 60px;
  }
}
