.table-snippet {
  display: flex;
  flex-direction: column;
  margin: 0px auto;
  margin-bottom: 30px;
  border-collapse: collapse;
  width: 90%;
}
.table-snippet thead tr:first-child {
  border-radius: 15px;
  background-color: unset;
}
.table-snippet td,
.table-snippet th {
  padding-bottom: 2%;
  padding-top: 2%;
  padding-left: 2%;
  border: 0px;
}
.table-snippet td {
  font-weight: normal;
  font-size: 16px;
}
.table-snippet th {
  font-size: 16px;
  text-align: left;
}
.table-snippet__item {
  position: relative;
  display: flex;
  justify-content: center;
  background: #ffffff;
  padding: 15px;
  margin-bottom: 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 18px;
  margin: 0 auto;
  max-width: unset;
  flex-wrap: nowrap;
  align-items: center;
  border-radius: 0px;
  padding: 5px 15px;
}
.table-snippet__item:nth-child(even) {
  background: #f1eeeb;
  border: 0 none;
}
.table-snippet--theme tr:nth-child(even) {
  background-color: #f1eeeb;
}
.table-snippet--theme tr:nth-child(odd) {
  background-color: #ffffff;
}
.table-snippet--theme th {
  background-color: #277a54;
  color: #fff;
}
.table-snippet--theme tr:hover {
  background-color: rgba(49, 153, 106, 0.8);
  color: #fff;
  font-weight: bold;
  box-shadow: 0 6px 6px -6px #31996a;
}
.table-snippet--blue tr:nth-child(even) {
  background-color: #bcd2d8;
}
.table-snippet--blue tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.table-snippet--blue th {
  background-color: #007898;
  color: #fff;
}
.table-snippet--blue tr:hover {
  background-color: rgba(0, 120, 152, 0.8);
  color: #fff;
  font-weight: bold;
  box-shadow: 0 6px 6px -6px #31996a;
}
.table-snippet--orange tr:nth-child(even) {
  background-color: #f1e3cb;
}
.table-snippet--orange tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.table-snippet--orange th {
  background-color: #e89a07;
  color: #fff;
}
.table-snippet--orange tr:hover {
  background-color: rgba(232, 154, 7, 0.8);
  color: #fff;
  font-weight: bold;
  box-shadow: 0 6px 6px -6px #31996a;
}
.table-snippet--green tr:nth-child(even) {
  background-color: #dae4ca;
}
.table-snippet--green tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.table-snippet--green th {
  background-color: #61960c;
  color: #fff;
}
.table-snippet--green tr:hover {
  background-color: rgba(97, 150, 12, 0.8);
  color: #fff;
  font-weight: bold;
  box-shadow: 0 6px 6px -6px #31996a;
}
.table-snippet tbody,
.table-snippet td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
.table-snippet tr {
  display: flex;
}
.table-snippet th,
.table-snippet td {
  vertical-align: middle;
  text-align: center;
  padding: 12px 10px;
  display: table-cell;
  padding: 10px;
}
.table-snippet td.logo,
.table-snippet td.bonus,
.table-snippet td.payment,
.table-snippet td.button {
  width: calc(90% - 10px);
  padding: 10px;
}
.table-snippet td.bonus {
  text-align: left;
}
.table-snippet a.table-snippet__link, .table-snippet .menu .table-snippet__link.toggle-menu, .menu .table-snippet .table-snippet__link.toggle-menu {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.table-snippet__background {
  border-radius: 50%;
}
.table-snippet .payment-icon-sprite {
  zoom: 1;
}
.table-snippet thead {
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
}
.table-snippet th.rank,
.table-snippet th.logo,
.table-snippet th.bonus,
.table-snippet th.payment,
.table-snippet th.button {
  padding: 1.5% 8px;
  text-align: left;
}
.table-snippet th.rank,
.table-snippet td.rank {
  width: 7%;
}
.table-snippet th.logo,
.table-snippet td.logo {
  width: 25%;
}
.table-snippet th.bonus,
.table-snippet td.bonus {
  width: 45%;
}
.table-snippet th.button,
.table-snippet td.button {
  width: 25%;
}
.table-snippet td.logo {
  padding-left: 0px;
}
.table-snippet td.rank {
  color: #ff8100;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}
.table-snippet td.logo {
  display: flex;
  justify-content: left;
}
.table-snippet__title {
  font-size: 16px;
  text-transform: none;
  margin-left: 10px;
  padding-bottom: 0px;
  margin-top: 0px;
  font-weight: bold;
  color: #ffa33f;
  align-self: center;
}
.table-snippet .snip-logo {
  padding: 10px;
  height: 60px;
}
.table-snippet td.bonus label {
  -webkit-appearance: none;
}
.table-snippet td.bonus ul {
  list-style: none;
  padding: 0px;
}
.table-snippet td.bonus li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  margin: 0px 0px;
  line-height: 1.4;
}
.table-snippet td.bonus li:before {
  content: "✔";
  color: #31996a;
  vertical-align: middle;
  margin-right: 5px;
  width: 12px;
  height: 12px;
}
.table-snippet__p-info {
  color: #0b482c;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 0px;
}
.table-snippet__p-info strong {
  color: #ff8100;
}
#main .table-snippet__background img {
  width: 60px;
  height: 60px;
}
.table-snippet .btn--table {
  padding: 14px 70px;
  white-space: nowrap;
}
.table-snippet .btn--primary {
  background: linear-gradient(-90deg, #81d742 -40%, #81d742 100%);
  color: #ffffff;
}
.table-snippet .btn {
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  font-weight: bold;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  transition: all 400ms ease;
  border: none;
  text-decoration: none;
}
.table-snippet th:first-child {
  /* border-radius: 15px 0px 0px 0px; */
  padding-left: 15px;
}
.table-snippet th:last-child {
  /* border-radius: 0px 15px 0px 0px; */
  padding-left: 15px;
}
.table-snippet tr:last-child {
  border-radius: 0px 0px 15px 0px;
}

@media (max-width: 1199px) {
  .table-snippet {
    width: 100%;
  }
  .table-snippet th {
    font-size: 14px;
  }
  .table-snippet tr:last-child {
    border-radius: 0px 0px 15px 15px;
  }
  .table-snippet__item {
    flex-direction: column;
    row-gap: 20px;
  }
  .table-snippet th,
  .table-snippet td {
    padding: 0px;
  }
  .table-snippet td.logo,
  .table-snippet td.bonus,
  .table-snippet td.payment,
  .table-snippet td.button {
    padding: 5px;
  }
  .table-snippet td.bonus {
    text-align: center;
  }
  .table-snippet .payment-icon-sprite {
    zoom: 0.7;
  }
   .table-snippet thead {
    display: table;
  }
  .table-snippet th.rank,
  .table-snippet th.logo,
  .table-snippet th.bonus,
  .table-snippet th.payment,
  .table-snippet th.button {
    padding: 3% 2px;
  }
  .table-snippet th:first-child {
    padding-left: 15px;
  }
  .table-snippet th.logo,
  .table-snippet td.logo {
    width: 65%;
  }
  .table-snippet td.rank {
    position: absolute;
    left: 3%;
    top: 15%;
  }
  .table-snippet td.logo {
    justify-content: center;
  }
  .table-snippet__p-info {
    font-size: 18px;
  }
  .table-snippet th.button, 
  .table-snippet td.button {
    width: 100%;
  }
}