.cd__item {
  padding: 8px 0;
}
.cd__item:not(:last-child) {
  border-bottom: 1px solid rgba(35, 34, 34, 0.1);
}
.cd__flag {
  width: 25px;
  height: 18px;
}
.cd__flag img {
  max-width: none;
  height: 100%;
}
.cd__payment-h {
  height: 27px;
  background: var(--neutral);
  border-radius: 4px;
}
.cd__payment-h img {
  max-width: none;
  height: 100%;
}

.casino-filter-all {
  position: relative;
}

.casino-filter-search input[type=text] {
  width: 100%;
  height: 56px;
  color: var(--text-color);
  font-size: 18px;
  padding: 10px 60px 10px 20px;
  border: 0;
  border-radius: 40px;
  background: #FFFFFF;
}
.casino-filter-search input[type=text]::-webkit-input-placeholder {
  color: var(--text-color);
  font-size: 16px;
}
.casino-filter-search input[type=text]::-moz-placeholder {
  color: var(--text-color);
  font-size: 16px;
}
.casino-filter-search input[type=text]:-ms-input-placeholder {
  color: var(--text-color);
  font-size: 16px;
}
.casino-filter-search input[type=text]::-ms-input-placeholder {
  color: var(--text-color);
  font-size: 16px;
}
.casino-filter-search input[type=text]::placeholder {
  color: var(--text-color);
  font-size: 16px;
}
.casino-filter-search svg {
  position: absolute;
  top: 7px;
  right: 7px;
}

.casino-filter-button {
  padding: 9px 16px 9px 14px;
  background: #fff;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  border-radius: 40px;
  cursor: pointer;
  border: 1px solid transparent;
}
.casino-filter-button img {
  max-width: 30px;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .casino-filter-button svg {
    position: absolute;
    top: 26px;
    right: 12px;
  }
}

.casino-filter-click {
  padding: 18px 16px 18px 14px;
}

.casino-filter-click-opened {
  background-color: #fff;
}
.casino-filter-click-opened svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.casino-sortby-click-opened {
  background-color: #fff;
}
.casino-sortby-click-opened svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.all-casino-filter-button {
  padding: 16px 16px 16px 14px;
}

.filters-casino {
  width: 250px;
  position: absolute;
  top: 140%;
  left: 0;
  background: #fff;
  padding: 15px 20px;
  -webkit-box-shadow: 0px 4px 30px rgba(179, 190, 214, 0.2);
          box-shadow: 0px 4px 30px rgba(179, 190, 214, 0.2);
  border-radius: 10px;
  z-index: 10;
}
.filters-casino label {
  margin-bottom: 12px;
}
.filters-casino input {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -1;
}
.filters-casino input:checked + span:before {
  background-color: var(--link-color);
}
.filters-casino input:checked + span:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.filter-title {
  position: relative;
  color: #4E545A;
  padding: 2px 0;
  padding-left: 26px;
}
.filter-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background: #F4F4F5;
  border-radius: 2px;
}

.reset-button {
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  padding: 16px 10px;
  color: var(--text-color);
  background-color: var(--neutral);
}
.reset-button:hover {
  background: var(--neutral-hover);
}

.filter-with-title {
  border-bottom: 1px solid #EAE7E7;
}
.filter-with-title h2 {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 17px;
}

.filter-with-title:last-of-type {
  border-bottom: 0;
}

.filter-big {
  max-height: 160px;
  overflow-y: scroll;
}

.filter-small {
  max-height: 140px;
  overflow-y: scroll;
}

.other-filters {
  position: relative;
}

.casino-filter-sort-by {
  position: relative;
}

.show-all-casino {
  display: none;
}

.show-all-other-filters {
  display: none;
}

.lc__tc {
  color: var(--neutral-hover);
  font-size: 10px;
}
.lc__tc a {
  color: inherit;
}
.lc th, .lc td {
  padding-left: 10px;
  padding-right: 10px;
}

.cc {
  border-radius: 18px;
  padding: 0 0 72px 0;
  -webkit-box-shadow: 0px 14px 60px rgba(179, 190, 214, 0.2);
          box-shadow: 0px 14px 60px rgba(179, 190, 214, 0.2);
}
.cc__thumb {
  padding-bottom: 48%;
  border-radius: 12px;
}
.cc__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.cc h2 {
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 991.98px) {
  .cc h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.cc h2 a {
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 991.98px) {
  .cc h2 a {
    font-size: 20px;
    line-height: 24px;
  }
}
.cc h2 a:hover {
  color: var(--primary-variant-hover);
}
.cc .star-rating span {
  margin-top: 4px;
  font-size: 14px;
}
.cc .star-rating span strong {
  font-size: 17px;
  color: #08090A;
}
.cc .border-bottom {
  border-bottom: 1px solid #F0F0F0;
}
.cc .cd__payment-h {
  width: 100%;
}
.cc .cd__payment {
  width: 20%;
  padding: 0 5px;
}
.cc .button-green {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  width: auto;
}

.more-options-button {
  margin-top: -6px;
}

.js-append-casinos {
  list-style: none;
}

.cl {
  position: relative;
  border-radius: 16px;
  -webkit-box-shadow: 0px 14px 60px rgba(179, 190, 214, 0.2);
          box-shadow: 0px 14px 60px rgba(179, 190, 214, 0.2);
  z-index: 2;
}
.cl--ordered {
  counter-reset: item;
}
.cl--ordered .cl {
  counter-increment: item;
}
.cl--ordered .cl::before {
  content: counter(item);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 18px;
  color: var(--headings-color);
  top: -5px;
  left: -5px;
  z-index: 3;
  font-weight: 600;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}
.cl .button-green {
  padding: 16px 7px;
  width: 170px;
}
@media (max-width: 1229.98px) {
  .cl .button-green {
    width: 100%;
  }
}
.cl .read-review-link {
  display: block;
}
@media (max-width: 1229.98px) {
  .cl .read-review-link {
    width: 100%;
  }
}
.cl picture {
  width: 215px;
  position: relative;
  padding-bottom: 72%;
}
@media (max-width: 767.98px) {
  .cl picture {
    width: 100%;
    padding-bottom: 65%;
  }
}
.cl picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.cl h2 {
  line-height: 28px;
  font-weight: 500;
}
.cl h2 a {
  color: #08090A;
  line-height: 28px;
  font-weight: 500;
}
.cl .star-rating span {
  color: #4E545A;
}
.cl .star-rating img {
  margin-bottom: -3px;
}
.cl .star-rating strong {
  font-size: 17px;
  color: var(--headings-color);
}
.cl .cl__res {
  color: #4E545A;
  font-size: 12px;
}
.cl .cl__res figure {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  overflow: hidden;
}
.cl .cl__res figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.cl .cc-payment button {
  width: 29%;
  height: 26px;
  border-radius: 4px;
  margin: 0 2px 4px 2px;
}
.cl .cc-payment button:hover {
  text-decoration: underline;
}
.cl .cd__payment {
  width: 29%;
  height: 26px;
  margin: 0 2px 4px 2px;
}

.cl-payment {
  width: 185px;
  border-left: 1px solid #ECF1F8;
}
@media (min-width: 992px) and (max-width: 1229.98px) {
  .cl-payment {
    width: 195px;
  }
}
@media (max-width: 991.98px) {
  .cl-payment {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border-left: 0;
  }
}
.cl-payment .cd__payment {
  border-radius: 40px;
  background-color: var(--neutral);
}

.button-restricted {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.pl-accpeted strong {
  font-weight: 600;
  color: #01B249;
}

.pl-not-accpeted strong {
  font-weight: 600;
  color: #EE2A2D;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cl-bonus {
    width: 400px;
    padding-left: 0 !important;
    border-left: none;
  }
}
@media (max-width: 767.98px) {
  .cl-bonus {
    width: 100%;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #F0F0F0;
  }
}
.cl-bonus h3 {
  font-size: 22px;
  color: var(--headings-color);
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .cl-bonus h3 {
    font-size: 18px;
    line-height: 26px;
  }
}

.cl-gray {
  height: 100%;
}
.cl-gray p {
  color: #4E545A;
}

.lt__name {
  min-width: 170px;
}
.lt__bonus {
  min-width: 250px;
}
.lt thead th {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #F1454D;
}
.lt tbody td:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.lt tbody td:last-child {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.lt td {
  padding-left: 5px;
  padding-right: 5px;
  background: var(--light);
}
.lt .btn {
  white-space: nowrap;
}
.lt .button-green {
  padding: 11px 10px;
}
.lt .button-red {
  height: auto;
  padding: 11px 10px;
  -webkit-box-shadow: inset 0px -2px 0px rgba(8, 9, 10, 0.12);
          box-shadow: inset 0px -2px 0px rgba(8, 9, 10, 0.12);
}

.table-h {
  border-radius: 20px;
  background-color: #fff;
}
.table-h table {
  line-height: 22px;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.table-h td {
  font-size: 16px;
}
.table-h td a {
  color: var(--link-color);
}
.table-h td a:hover {
  color: var(--link-hover-color);
}
.table-h td .button-green:hover {
  color: var(--headings-color);
}

.cc-gray-box h3 {
  font-size: 23px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .cc-gray-box h3 {
    font-size: 20px;
    line-height: 27px;
  }
}
.cc-gray-box p {
  color: #4E545A;
}
.cc-gray-box .cd__payment {
  width: 50px;
  height: 25px;
  margin: 0 3px;
}
@media (min-width: 992px) and (max-width: 1229.98px) {
  .cc-gray-box .cd__payment {
    width: 40px;
    height: 22px;
  }
}
.cc-gray-box button:hover {
  background: transparent;
}

.top-badges-numbers-c .cc:before {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 10px;
  left: 10px;
  font-size: 20px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  color: var(--headings-color);
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
}
@media (min-width: 992px) {
  .top-badges-numbers-c .col-u-md-4:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.top-badges-numbers-c .col-u-md-4:nth-child(1) .cc:before {
  content: "1";
}
@media (min-width: 992px) {
  .top-badges-numbers-c .col-u-md-4:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top-badges-numbers-c .col-u-md-4:nth-child(2) .cc:before {
  content: "2";
}
@media (min-width: 992px) {
  .top-badges-numbers-c .col-u-md-4:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.top-badges-numbers-c .col-u-md-4:nth-child(3) .cc:before {
  content: "3";
}
@media (min-width: 992px) {
  .top-badges-numbers-c .col-u-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.top-badges-numbers-c .cc {
  position: relative;
}

.list-casinos-s {
  background-color: var(--neutral);
  padding: 30px 0 40px 0;
}
@media (max-width: 991.98px) {
  .list-casinos-s {
    padding: 20px 0;
  }
}

.count-three .cl--ordered {
  counter-reset: item 3;
}