/* COLORS
---------------------------------*/
.similar-casino {
  display: flex;
  padding: 10px 20px;
  justify-content: space-between;
  border-radius: 15px;
  border: 1px solid var(--Color-Black-10, rgba(2, 0, 5, 0.1));
  background: #FAFAFA;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .similar-casino {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
}
.similar-casino__title {
  color: var(--Color-Black-100, #020005);
  /* Medium/18 */
  font-family: Fredoka;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 122.222% */
}
.similar-casino__raiting {
  display: flex;
  align-items: center;
  width: 240px;
  border-radius: 10px;
  background: var(--Color-White, #FFF);
  padding: 15px;
  gap: 15px;
}
@media only screen and (max-width: 992px) {
  .similar-casino__raiting {
    width: 100%;
    justify-content: center;
  }
}
.similar-casino__raiting .value {
  display: flex;
  align-items: center;
  color: var(--Color-Black-100, #020005);
  text-align: center;
  gap: 4px;
  /* Medium/20 */
  font-family: Fredoka;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
}
.similar-casino__raiting .text {
  color: var(--Color-Black-100, #020005);
  /* Regular/16 */
  font-family: Fredoka;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
.similar-casino__name {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 35%;
}
.similar-casino__name a {
  display: flex;
}
.similar-casino__name a img {
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  .similar-casino__name {
    width: 100%;
  }
}
.similar-casino__img {
  width: 90px;
  height: 60px;
  object-fit: cover;
}
.similar-casino__btn {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
.similar-casino__btn a {
  width: 160px;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .similar-casino__btn a {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .similar-casino__btn {
    width: 100%;
  }
}

.similar-casino__container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.casino-navigation {
  padding: 20px;
  border-radius: 20px;
  background: var(--Color-White, #FFF);
  margin-bottom: 30px;
}
.casino-navigation h2 {
  margin: 0 0 15px 0;
}

/* COLORS
---------------------------------*/
.breadcrumbs-container {
  margin: 20px 0;
}
@media only screen and (max-width: 575px) {
  .breadcrumbs-container {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumbs-container .breadcrumbs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 15px;
  }
  .breadcrumbs-container .breadcrumbs::-webkit-scrollbar {
    height: 0;
  }
  .breadcrumbs-container .breadcrumbs::-webkit-scrollbar-track {
    background: transparent;
  }
  .breadcrumbs-container .breadcrumbs::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
}
.breadcrumbs-container .breadcrumbs .item {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .breadcrumbs-container .breadcrumbs .item {
    display: flex;
    white-space: nowrap;
  }
}
.breadcrumbs-container .breadcrumbs .item .breadcrumbs_link,
.breadcrumbs-container .breadcrumbs .item .breadcrumbs_span {
  display: block;
  padding: 5px 20px;
  font-size: 14px;
  color: #FF0301;
  text-decoration: none;
  border: 1px solid #FF5B00;
  border-radius: 30px;
  text-align: center;
  min-width: 100px;
}
.breadcrumbs-container .breadcrumbs .item .breadcrumbs_link:hover a,
.breadcrumbs-container .breadcrumbs .item .breadcrumbs_span:hover a {
  color: white;
}
@media only screen and (max-width: 575px) {
  .breadcrumbs-container .breadcrumbs .item .breadcrumbs_link,
  .breadcrumbs-container .breadcrumbs .item .breadcrumbs_span {
    padding: 4px 10px;
    font-size: 12px;
  }
}
.breadcrumbs-container .breadcrumbs .item .breadcrumbs_span {
  background: #FFFFFF;
  border: 1px solid #fff;
  box-shadow: 0px 12px 20px rgba(255, 9, 0, 0.14);
  color: #FF5B00;
}
.breadcrumbs-container .breadcrumbs .item .breadcrumbs_link:hover {
  color: #fff;
  background: linear-gradient(90deg, #FF5B00 3.01%, #FF0000 100%);
}

.single-casino .breadcrumbs .item:nth-child(2) {
  overflow: hidden;
  cursor: pointer;
}
.single-casino .breadcrumbs .item:nth-child(2):hover {
  background: linear-gradient(90deg, #FF5B00 3.01%, #FF0000 100%);
  border-radius: 30px;
}
.single-casino .breadcrumbs .item:nth-child(2) a {
  text-decoration: none;
  color: #FF0301;
}
.single-casino .breadcrumbs .item:nth-child(2) a:hover {
  color: #fff;
}

.post-type-archive-casino .breadcrumbs .item:nth-child(2) a {
  text-decoration: none;
  color: #FF0301;
}

/* COLORS
---------------------------------*/
.rating-show .rating-show__num {
  position: relative;
  color: #5C5C5C;
  font-size: 16px;
  min-height: 20px;
  padding-left: 23px;
}
@media only screen and (max-width: 768px) {
  .rating-show .rating-show__num {
    font-size: 14px;
    padding-left: 20px;
  }
}
.rating-show .rating-show__num:before {
  content: "";
  display: block;
  width: 19px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translate(0, -50%);
  background: url("../images/icons/icons.svg#icon-star");
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .rating-show .rating-show__num:before {
    width: 16px;
    height: 16px;
  }
}

/* COLORS
---------------------------------*/
.containts__list__wrap {
  width: 100%;
  position: sticky;
  top: 5px;
}
@media only screen and (max-width: 768px) {
  .containts__list__wrap {
    display: none;
  }
}
.containts__list__wrap .containts__head {
  padding: 18px 20px;
}
.containts__list__wrap .containts__inner__wrp {
  position: relative;
}
.containts__list__wrap .containts__inner__wrp:after {
  content: "";
  display: block;
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 30px 30px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.containts__list__wrap .containts__inner__wrp .containts__inner {
  padding: 0 0 30px 0;
  overflow-x: auto;
  position: relative;
  max-height: calc(100vh - 95px);
  margin-bottom: 15px;
}
.containts__list__wrap .containts__inner__wrp .containts__inner::-webkit-scrollbar {
  width: 3px;
}
.containts__list__wrap .containts__inner__wrp .containts__inner::-webkit-scrollbar {
  width: 3px;
}
.containts__list__wrap .containts__inner__wrp .containts__inner::-webkit-scrollbar-track {
  background: #fff;
}
.containts__list__wrap .containts__inner__wrp .containts__inner::-webkit-scrollbar-thumb {
  background-color: #E2CCFE;
}
.containts__list__wrap ol {
  margin: 0;
}
.containts__list__wrap ol li {
  padding: 0;
  position: relative;
  transition: 0.5s;
}
.containts__list__wrap ol li:before {
  line-height: 1.3em;
  position: absolute;
  font-weight: 500;
  font-size: 16px;
  left: 16px;
  top: 12px;
}
.containts__list__wrap ol li img {
  display: none;
}
.containts__list__wrap ol li a {
  padding: 12px 10px 12px 30px;
  line-height: 1.3em;
  display: block;
  color: #242424;
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s;
  text-decoration: none;
}
.containts__list__wrap ol li a:hover {
  background: #FFFFFF;
  box-shadow: 2px 2px 4px rgba(192, 174, 214, 0.11), 6px 6px 30px rgba(192, 174, 214, 0.29);
}
.containts__list__wrap ol li li {
  padding: 0;
}
.containts__list__wrap ol li li:before {
  position: absolute;
  left: 25px;
  top: 6px;
  color: #242424;
  font-weight: 400;
  font-size: 13px;
}
.containts__list__wrap ol li li a {
  display: block;
  line-height: 1.3em;
  padding: 5px 5px 5px 47px;
  color: #242424;
  font-weight: 400;
  font-size: 13px;
}
.containts__list__wrap ol li.active > a {
  background: #FFFFFF;
  box-shadow: 2px 2px 4px rgba(192, 174, 214, 0.11), 6px 6px 30px rgba(192, 174, 214, 0.29);
}
.containts__list__wrap ol {
  counter-reset: section;
  list-style-type: none;
}
.containts__list__wrap li::before {
  font-size: 14px;
  line-height: 1.3em;
  counter-increment: section;
  content: counters(section, ".") " ";
}
.containts__list__wrap.fixed {
  position: fixed;
  top: 20px;
}

/* COLORS
---------------------------------*/
/*---------raiting----------*/
.raiting__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .raiting__content {
    flex-direction: column-reverse;
  }
}

.author__date {
  color: var(--Color-Black-70, rgba(2, 0, 5, 0.7));
  text-align: right;
  /* Regular/14 */
  font-family: Fredoka;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
@media only screen and (max-width: 768px) {
  .author__date {
    text-align: left;
  }
}

.raiting {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 15px;
  background: var(--Color-Gray-3, #F9F9F9);
  height: fit-content;
}
.raiting .stars {
  display: flex;
}
.raiting .stars .star {
  width: 32px;
  height: 32px;
  margin-left: 8px;
  background: url("../images/icons/icons.svg#icon-star");
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  .raiting .stars .star {
    width: 32px;
    height: 32px;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .raiting .stars .star {
    width: 22px;
    height: 22px;
    padding-left: 5px;
  }
}
.raiting .stars .star.active {
  background: url("../images/icons/icons.svg#icon-star-hover");
}
.raiting .stars .star.hover {
  cursor: pointer;
  opacity: 0.5;
  background: url("../images/icons/icons.svg#icon-star-hover");
}
.raiting .rate-count-voted {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  margin-left: 18px;
  color: #5C5C5C;
}
@media only screen and (max-width: 575px) {
  .raiting .rate-count-voted {
    font-size: 14px;
    margin-left: 10px;
  }
}

.raiting__text {
  color: var(--Color-Black-100, #020005);
  text-align: center;
  /* Regular/20 */
  font-family: Fredoka;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
}
@media only screen and (max-width: 768px) {
  .raiting__text {
    text-align: left;
    margin-left: 10px;
  }
}

/* COLORS
---------------------------------*/
.autor-img {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .autor-img {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  .autor-img .author-info__thumb {
    width: 100px !important;
    height: 100px !important;
    min-width: initial !important;
  }
}

@media only screen and (max-width: 768px) {
  .autor-socials {
    margin-bottom: -5px;
    margin-left: -4px;
  }
}

.author_article_quantity {
  padding: 5px 10px;
}
@media only screen and (max-width: 768px) {
  .author_article_quantity {
    padding: 5px 10px !important;
  }
}

@media only screen and (max-width: 768px) {
  .author-info .author-info__data {
    padding: 0 0 0 0 !important;
  }
}

.author-info {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .author-info {
    flex-direction: column;
  }
}

.author__name {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .author__name {
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 115px;
    align-items: flex-start;
    gap: 5px;
  }
}

.autor-socials .social__tw {
  width: 30px;
  height: 30px;
}

.author_article_quantity {
  color: var(--Color-Black-80, rgba(2, 0, 5, 0.8));
  /* Regular/14 */
  font-family: Fredoka;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  border-radius: 8px;
  background: var(--Color-Gray-3, #F9F9F9);
  display: flex;
  height: 40px;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .author_article_quantity {
    height: 35px;
  }
}

.autor-socials {
  display: flex;
  gap: 10px;
}
.autor-socials .social__fb {
  border-radius: 5px;
  background: var(--Color-Gray-3, #F9F9F9);
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .autor-socials .social__fb {
    width: 35px;
    height: 35px;
  }
}
.autor-socials .social__tw {
  border-radius: 5px;
  background: var(--Color-Gray-3, #F9F9F9);
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .autor-socials .social__tw {
    width: 35px;
    height: 35px;
  }
}

.author-info {
  display: flex;
}
.author-info .author-info__thumb {
  width: 140px;
  height: 140px;
  min-width: 140px;
  border-radius: 20px;
  position: relative;
}
.author-info .author-info__thumb::before {
  content: "Autor";
  position: absolute;
  color: var(--Color-White, #FFF);
  /* Regular/12 */
  font-family: Fredoka;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  bottom: -12px;
  border-radius: 5px;
  background: var(--Color-Red, #F00035);
  display: flex;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .author-info .author-info__thumb {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}
.author-info .author-info__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.author-info .author-info__data {
  padding: 5px 20px;
}
.author-info .author-title {
  font-family: Fredoka;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
  text-decoration-line: underline;
}
@media only screen and (max-width: 768px) {
  .author-info .author-title {
    font-size: 21px;
  }
}
.author-info .author-title .author-title__name a {
  color: #FF0035;
}
.author-info .author-title .author-title__name a:visited {
  color: #FF0035;
}
.author-info .author-position {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.2em;
  margin-bottom: 3px;
  margin: 15px 0;
}
@media only screen and (max-width: 768px) {
  .author-info .author-position {
    font-size: 14px;
  }
}
.author-info .last-update {
  font-weight: 400;
  font-size: 14px;
  color: #5C5C5C;
}

.author__text {
  color: var(--Color-Gray-2, #5C5C5C);
  /* Regular/16 */
  font-family: Fredoka;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

@media only screen and (max-width: 768px) {
  .author-info .author-position {
    margin: 30px 0 20px 0;
  }
}

.raiting__wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .raiting__wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .raiting {
    flex-direction: row;
    position: relative;
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .rate-count-voted {
    position: absolute;
    right: 20px;
    top: 30px;
  }
}

/* COLORS
---------------------------------*/
.top-casino-block .top-casino-item {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-casino-block .top-casino-item .top-casino-item__thumb .casino-thumbnail {
  width: 80px;
  height: 110px;
  filter: drop-shadow(0px 12px 27px rgba(0, 0, 0, 0.3));
  border-radius: 15px;
  overflow: hidden;
}
.top-casino-block .top-casino-item .top-casino-item__thumb .casino-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-casino-block .top-casino-item .top-casino-item__info {
  text-align: center;
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  .top-casino-block .top-casino-item .top-casino-item__info {
    width: 100%;
  }
}
.top-casino-block .top-casino-item .top-casino-item__info .title-el {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 5px;
}
.top-casino-block .top-casino-item .top-casino-item__info .title-el a {
  color: #000;
}
.top-casino-block .top-casino-item .top-casino-item__info .title-el a:hover {
  color: #FF5B00;
}
.top-casino-block .top-casino-item .top-casino-item__info .top-casino-item__bonus {
  line-height: 1.1em;
  font-weight: 400;
  font-size: 17px;
  margin: 10px 0;
}
.top-casino-block .top-casino-item .top-casino-item__info .top-casino-item__bonus strong {
  font-weight: 400;
}
.top-casino-block .top-casino-item .top-casino-item__info .btn-top-casino {
  font-size: 15px;
  padding: 8px 12px;
  width: 100%;
  line-height: 25px;
}
@media only screen and (max-width: 768px) {
  .top-casino-block .top-casino-item .top-casino-item__info .btn-top-casino {
    width: 100%;
  }
}

/* COLORS
---------------------------------*/
.faq {
  margin: 0 0 20px 0;
}
.faq dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media only screen and (max-width: 975px) {
  .faq dl {
    grid-template-columns: 1fr;
  }
}
.faq .faq__title {
  margin: 0 0 20px 0;
}
.faq .faq-item {
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
}
@media only screen and (max-width: 575px) {
  .faq .faq-item {
    width: 100%;
  }
}
.faq .faq-item .faq-item__target {
  padding: 30px;
  position: relative;
}
.faq .faq-item .faq-item__target:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%) rotate(220deg);
  height: 6px;
  width: 6px;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
}
.faq .faq-item .faq-item__target .num {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
}
.faq .faq-item .faq-item__target .faq-item-title {
  margin: 0;
  padding: 0 70px;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 575px) {
  .faq .faq-item .faq-item__target .faq-item-title {
    padding: 0 50px;
  }
}
.faq .faq-item .faq-item__content {
  display: none;
  padding: 10px 30px 20px 30px;
  font-size: 13px;
  line-height: 1.7em;
}
.faq .faq-item .faq-item__content > p {
  margin-bottom: 8px;
}

.faq-active .faq-item__target {
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .faq-active .faq-item__target {
    padding: 20px;
  }
}
.faq-active .faq-item__target:after {
  content: "";
  transform: translate(0, -50%) rotate(-45deg) !important;
}
.faq-active .faq-item__content {
  display: block !important;
}

/* COLORS
---------------------------------*/
.expert-section {
  border-radius: 20px;
  border: 2px solid #EC733E;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .expert-section {
    min-height: 300px;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    padding-bottom: 30px;
  }
}

.expert-info {
  display: flex;
}
.expert-info .expert-data {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .expert-info {
    position: relative;
  }
}
.expert-info .expert-info__thumb {
  width: 80px;
  height: 80px;
  min-width: 80px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .expert-info .expert-info__thumb {
    position: absolute;
  }
}
.expert-info .expert-info__thumb::before {
  content: "";
  position: absolute;
  right: 0;
  z-index: 9;
  height: 32px;
  width: 32px;
  background: url(../images/icons/icons.svg#icon-order);
  background-size: contain;
  bottom: -10px;
}
.expert-info .expert-info__thumb a {
  width: 100%;
  border-radius: 15%;
  height: 100%;
  min-width: 80px;
  display: inline-flex;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .expert-info .expert-info__thumb {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}
.expert-info .expert-info__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expert-info .expert-info__data {
  padding: 5px 20px;
}
@media only screen and (max-width: 768px) {
  .expert-info .expert-info__data {
    padding: 10px 0;
  }
}
.expert-info .expert-title {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 3px;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .expert-info .expert-title {
    padding-left: 100px;
  }
}
.expert-info .expert-title .expert-title__option {
  font-family: Fredoka;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .expert-info .expert-title .expert-title__option {
    font-size: 20px;
  }
}
.expert-info .expert-title .expert-title__name {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}
.expert-info .expert-title .expert-title__name a {
  color: #4CB0F8;
  opacity: 1;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}
.expert-info .expert-title .expert-title__name a:visited {
  color: #4CB0F8;
  opacity: 1;
}
.expert-info .expert-title .expert-title__name a::after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 10;
  height: 16px;
  width: 16px;
  background: url(../images/icons/icons.svg#icon-done);
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -22px;
}
.expert-info .expert-content {
  color: var(--color-gray-2, #5C5C5C);
  font-size: 18px;
  line-height: 22px; /* 122.222% */
}
@media only screen and (max-width: 992px) {
  .expert-info .expert-content {
    font-size: 16px;
    line-height: 20px;
    max-height: 97px;
  }
}
@media only screen and (max-width: 768px) {
  .expert-info .expert-content {
    width: 100%;
    left: 0;
    margin: 10px auto;
  }
}

.expert-btn__block {
  display: flex;
  color: #4CB0F8;
  font-size: 16px;
  line-height: 20px;
}

.expert-btn__show {
  margin: 15px auto 0;
  cursor: pointer;
  position: relative;
  text-align: center;
  display: inline-flex;
}
.expert-btn__show::after {
  content: "";
  height: 16px;
  width: 16px;
  background: url(../images/icons/icons.svg#icon-readmore);
  background-size: contain;
  position: absolute;
  right: -25px;
  top: 6px;
  bottom: 0;
  margin: auto;
}

.expert-btn__hide {
  margin: 0 auto;
  position: relative;
  text-align: center;
  cursor: pointer;
  display: inline-flex;
}
.expert-btn__hide::after {
  content: "";
  height: 16px;
  width: 16px;
  background: url(../images/icons/icons.svg#icon-readmore);
  background-size: contain;
  position: absolute;
  right: -25px;
  top: 1px;
  bottom: 0;
  margin: auto;
  transform: rotate(180deg);
}

.expert-content {
  position: relative;
  max-height: 60px;
  overflow: hidden;
  backdrop-filter: blur(4px);
}
.expert-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  pointer-events: none;
}

.show-box-shadow::before {
  box-shadow: inset 0px -2rem 6px -0.5rem rgba(255, 255, 255, 0.6);
}

.active-block {
  max-height: 2000px;
  transition: 2s;
  position: relative !important;
}

.hide {
  display: none !important;
}

/* COLORS
---------------------------------*/
.comments-container {
  margin-bottom: 50px;
}
.comments-container .logged-in-as {
  display: none;
}
.comments-container h3 {
  margin: 0;
}
.comments-container .title-sub {
  margin-bottom: 15px;
}
.comments-container .comment-author {
  margin-top: 15px;
}
.comments-container .comment-text {
  resize: none;
  padding: 10px;
  border-radius: 7px;
  width: 100%;
}
.comments-container .comment-notes {
  display: none;
}
.comments-container .comment-author input {
  border: none;
}
.comments-container .comment-form-cookies-consent {
  display: none;
}
.comments-container .form-submit {
  display: flex;
  align-items: center;
  width: fit-content;
  justify-content: center;
  margin-top: 15px;
}
.comments-container .form-submit input {
  border: none;
  color: white;
  background: none;
  font-weight: 700;
  font-size: 16px;
}
.comments-container .name-wrapper {
  display: flex;
  justify-content: space-between;
}
.comments-container .name-wrapper .name {
  text-transform: capitalize;
}
.comments-container .name-wrapper .date {
  font-size: 14px;
  color: #aaa;
}
.comments-container .text-wrapper {
  margin: 15px 0;
}

.comment__inputs-block {
  display: flex;
  flex-direction: column-reverse;
}

.inputs-block {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .inputs-block {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .inputs-block p {
    width: 100%;
    margin: 0;
  }
}
.inputs-block p input {
  border: none;
}
@media only screen and (max-width: 768px) {
  .inputs-block p input {
    width: 100%;
  }
}
.inputs-block input {
  border: none;
}

.comment-email {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .comment-email {
    margin-bottom: 15px !important;
  }
}

.comment-author #author {
  border-radius: 9px;
  background: var(--Color-Gray-0, #F9F9F9);
  padding: 16px 20px;
  min-width: 276px;
}

.comment-email #email {
  border-radius: 9px;
  background: var(--Color-Gray-0, #F9F9F9);
  padding: 16px 20px;
  min-width: 276px;
}

.inputs-block {
  display: flex;
  gap: 16px;
}

#comment {
  border-radius: 9px;
  background: var(--Color-Gray-0, #F9F9F9);
  height: 140px;
  padding: 20px;
  border: none;
  color: var(--Color-Black-40, rgba(2, 0, 5, 0.4));
  /* Regular/16 */
  font-family: Fredoka;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

.comments-wrapper .comment {
  border-radius: 16px;
  border: 1px solid var(--Color-Black-10, rgba(2, 0, 5, 0.1));
  padding: 30px;
}

.name-wrapper .name {
  color: var(--Color-Black-80, rgba(2, 0, 5, 0.8));
  /* Medium/20 */
  font-family: Fredoka;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
}

.comments-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.comments-wrapper .comment + .children {
  display: none;
}

.reply span {
  cursor: pointer;
}

.reply span:hover {
  text-decoration: underline;
}

.children .comment {
  border-radius: initial;
  border: none;
  border-top: 1px solid var(--Color-Black-10, rgba(2, 0, 5, 0.1));
  margin-top: 25px;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .children .comment .name-wrapper {
    flex-direction: column;
  }
}
.children .comment .name {
  color: #0076CC;
}

.comment .date {
  font-size: 16px;
}
.comment .text-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.comments-rating {
  position: absolute;
  right: 30px;
  top: 30px;
}
@media only screen and (max-width: 480px) {
  .comments-rating {
    top: 82px;
    left: 20px;
    right: initial;
  }
}
@media only screen and (max-width: 768px) {
  .comments-rating {
    top: 55px;
    left: 20px;
    right: initial;
  }
}

#Reviews {
  position: relative;
}

.rating-container > input + label:before {
  color: #EDCE2B !important;
  text-shadow: initial !important;
}

.dashicons {
  color: #EDCE2B;
  font-size: 28px;
  width: 30px;
}

.rating-container * {
  font-size: 28px;
}

.comments-rating {
  display: flex;
  gap: 15px;
  align-items: center;
}

.comments-rating-text {
  color: var(--Color-Black-40, rgba(2, 0, 5, 0.4));
  /* Regular/16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

.comments-container .title-sub {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .comments-container .title-sub {
    margin-bottom: 35px;
  }
}

.comment-actions:hover {
  cursor: pointer;
}

.comment {
  position: relative;
}

.comment-content-count {
  position: absolute;
  right: 30px;
}
.like-comment {
  display: flex;
  gap: 10px;
}

.dislike-comment {
  display: flex;
  gap: 10px;
}

.comment-actions {
  display: flex;
  gap: 15px;
}

.children .comment-content-count {
  right: 0;
}

/* COLORS
---------------------------------*/
.bannerBlocked {
  height: 280px;
  background: #020005;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bannerBlocked {
    height: 160px;
  }
}
.bannerBlocked__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 24px;
  position: relative;
}
.bannerBlocked__content::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #524500;
  filter: blur(87px);
  z-index: 9;
}
.bannerBlocked__title {
  width: 200px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  z-index: 99;
  background: linear-gradient(135deg, #000 25%, #FAD64F 0, #FAD64F 50%, #000 0, #000 75%, #FAD64F 0);
  background-size: 40px 40px;
}
@media only screen and (max-width: 768px) {
  .bannerBlocked__title {
    width: 156px;
    height: 53px;
    font-size: 22px;
  }
}
.bannerBlocked__title span {
  background: #FAD64F;
  display: flex;
  padding: 8px 23px;
}
@media only screen and (max-width: 768px) {
  .bannerBlocked__title span {
    padding: 5px;
  }
}
.bannerBlocked__subtitle {
  color: white;
  font-size: 32px;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .bannerBlocked__subtitle {
    font-size: 28px;
  }
}
.bannerBlocked__line {
  position: absolute;
  background: #FAD64F;
  height: 40px;
  display: flex;
  align-items: center;
  word-spacing: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.bannerBlocked__line--top {
  top: 0;
  transform: rotate(-20deg);
  left: -50px;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .bannerBlocked__line--top {
    z-index: 1;
  }
}
.bannerBlocked__line--bottom {
  bottom: 0;
  transform: rotate(-20deg);
  right: -50px;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .bannerBlocked__line--bottom {
    z-index: 1;
  }
}

/* COLORS
---------------------------------*/
.table-welcome-bonus__head {
  display: flex;
  justify-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 25px 8px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1em;
  background: #FFFFFF;
  box-shadow: 2px 2px 4px rgba(192, 174, 214, 0.11), 6px 6px 30px rgba(192, 174, 214, 0.29);
  border-radius: 20px;
}
@media only screen and (max-width: 992px) {
  .table-welcome-bonus__head {
    font-size: 14px;
    padding: 20px 5px;
  }
}
@media only screen and (max-width: 768px) {
  .table-welcome-bonus__head {
    display: none;
  }
}

.th, .td {
  text-align: center;
}

.table-name {
  width: 30%;
}

.table-bonus {
  width: 15%;
}

.table-details {
  width: 20%;
}

.table-code {
  width: 15%;
}

.table-btn-block {
  width: 20%;
}

@media only screen and (max-width: 768px) {
  .table-name,
  .table-bonus,
  .table-details,
  .table-code,
  .table-btn-block {
    width: 100%;
  }
}

.welcome-bonus-item {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.1em;
  border-radius: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  position: relative;
}
.welcome-bonus-item:nth-child(even) {
  background: #FFFFFF;
  box-shadow: 2px 2px 4px rgba(192, 174, 214, 0.11), 6px 6px 30px rgba(192, 174, 214, 0.29);
}
@media only screen and (max-width: 768px) {
  .welcome-bonus-item {
    background: #FFFFFF;
    box-shadow: 2px 2px 4px rgba(192, 174, 214, 0.11), 6px 6px 30px rgba(192, 174, 214, 0.29);
    display: block;
  }
}
.welcome-bonus-item .table-name {
  color: #000;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .welcome-bonus-item .table-name {
    padding: 30px 0 20px 0;
  }
}
.welcome-bonus-item .table-bonus {
  color: #000;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .welcome-bonus-item .table-bonus {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0;
    color: #008427;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
  }
}
.welcome-bonus-item .table-details {
  color: #FF5B00;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .welcome-bonus-item .table-details {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .welcome-bonus-item .table-details {
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 2px 2px 4px rgba(192, 174, 214, 0.11), 6px 6px 30px rgba(192, 174, 214, 0.29);
    border-radius: 10px;
  }
}
.welcome-bonus-item .table-details .bonus {
  letter-spacing: 0.01em;
  line-height: 1.3em;
}
.welcome-bonus-item .table-btn-block .btn {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .welcome-bonus-item .table-btn-block .btn {
    width: 100%;
    max-width: inherit;
  }
}
.welcome-bonus-item .table-code {
  font-size: 14px;
  color: #5a5454;
  line-height: 1em;
}
@media only screen and (max-width: 768px) {
  .welcome-bonus-item .table-code {
    padding: 20px 10px;
  }
}
.welcome-bonus-item .thumbanil-title-casino {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .welcome-bonus-item .thumbanil-title-casino {
    align-items: flex-start;
  }
}
.welcome-bonus-item .thumbanil-title-casino .thumbanil {
  min-width: 120px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 20px;
  filter: drop-shadow(0px 12px 27px rgba(0, 0, 0, 0.3));
}
@media only screen and (max-width: 992px) {
  .welcome-bonus-item .thumbanil-title-casino .thumbanil {
    min-width: 80px;
    width: 80px;
    height: 80px;
  }
}
.welcome-bonus-item .thumbanil-title-casino .thumbanil img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.welcome-bonus-item .thumbanil-title-casino .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1em;
  color: #000000;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .welcome-bonus-item .thumbanil-title-casino .title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .welcome-bonus-item .thumbanil-title-casino .title {
    font-size: 16px;
    margin-top: 30px;
  }
}

/* COLORS
---------------------------------*/
.bannerClosed {
  height: 280px;
  background: #020005;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bannerClosed {
    height: 160px;
  }
}
.bannerClosed__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 24px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bannerClosed__content {
    gap: 12px;
  }
}
.bannerClosed__content::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.bannerClosed__title {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: black;
  border: 7px solid red;
  position: relative;
  background-image: url("../images/icons/icons.svg#icon-lock");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
@media only screen and (max-width: 768px) {
  .bannerClosed__title {
    height: 80px;
    width: 80px;
    background-size: 45px 45px;
  }
}
.bannerClosed__title::before {
  height: 100%;
  content: "";
  position: absolute;
  width: 7px;
  background: red;
  transform: rotate(45deg);
}
.bannerClosed__subtitle {
  color: white;
  font-size: 32px;
  background: rgba(188, 9, 40, 0.3);
  backdrop-filter: blur(22px);
  z-index: 99;
  border-radius: 12px;
  padding: 20px 32px;
}
@media only screen and (max-width: 768px) {
  .bannerClosed__subtitle {
    font-size: 16px;
    padding: 13px 26px;
  }
}
.bannerClosed__line {
  position: absolute;
  height: 40px;
  display: flex;
  align-items: center;
  word-spacing: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  width: 150%;
  color: white;
  justify-content: center;
}
.bannerClosed__line--first {
  transform: rotate(-16deg);
  z-index: 20;
  border: 1px solid var(--solid-red-3, #BC0928);
  opacity: 0.4;
  background: rgba(188, 9, 40, 0.5);
  backdrop-filter: blur(32px);
}
@media only screen and (max-width: 768px) {
  .bannerClosed__line--first {
    z-index: 1;
  }
}
.bannerClosed__line--second {
  transform: rotate(16deg);
  z-index: 20;
  border: 1px solid var(--solid-red-3, #BC0928);
  opacity: 0.4;
  background: rgba(188, 9, 40, 0.5);
  backdrop-filter: blur(32px);
}
@media only screen and (max-width: 768px) {
  .bannerClosed__line--second {
    z-index: 1;
  }
}

/* COLORS
---------------------------------*/
.modal-recommended {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: var(--Color-Black-60, rgba(2, 0, 5, 0.6));
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-recommended__block {
  border-radius: 20px;
  background: var(--Color-White, #FFF);
  max-width: 860px;
  padding: 30px;
  width: 100%;
  text-align: center;
  font-size: 28px;
  position: relative;
}
@media only screen and (max-width: 998px) {
  .modal-recommended__block {
    width: 90%;
    overflow: auto;
    height: 70%;
  }
}
.modal-recommended h2 {
  color: red;
  font-family: Fredoka;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.modal-recommended h4 {
  color: var(--Color-blue, #2C157D);
  font-family: Fredoka;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 15px 0 15px 0;
}

.modal-recommended__close-btn img {
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.modal-recommended__items {
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 998px) {
  .modal-recommended__items {
    max-height: 70%;
    overflow: auto;
    flex-direction: column;
  }
}
.modal-recommended__items .table-casino-item__thumbnail {
  width: 100%;
}
.modal-recommended__items .table-casino-item__thumbnail img {
  width: 100%;
  border-radius: 15px;
  height: 80px;
  object-fit: cover;
}
.modal-recommended__items .table-casino-name__link {
  color: var(--Color-Black-100, #020005);
  text-align: center;
  /* Regular/14 */
  font-family: Fredoka;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  text-decoration: none;
}
.modal-recommended__items .bonus {
  color: var(--Renomowane-Solid-Orange-100, #ED662B);
  text-align: center;
  /* Medium/12 */
  font-family: Fredoka;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
  border-radius: 10px;
  border: 1px solid var(--Renomowane-Solid-Orange-100, #ED662B);
  background: var(--Renomowane-Solid-Orange-10, rgba(237, 102, 43, 0.1));
  padding: 10px;
  width: 100%;
}
.modal-recommended__items .table-casino-item__bonus {
  width: 100%;
}
.modal-recommended__items .table-casino-item__btn {
  display: flex;
  width: 196px;
  height: 40px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: var(--Renomowane-Gradient-Green, linear-gradient(90deg, #398134 0%, #5AC451 100%));
  box-shadow: 0px 14px 14px 0px rgba(60, 163, 52, 0.2);
}
.modal-recommended__items .table-casino-item__btn a {
  color: var(--Color-White, #FFF);
  /* Medium/16 */
  font-family: Fredoka;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  text-decoration: none;
}

.aff-no-work {
  border-radius: 30px;
  background: #CCCCCD;
  display: inline-flex;
  height: 45px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border: none;
  color: var(--Color-White, #FFF);
  /* Medium/16 */
  font-family: Fredoka;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  transition: 500ms;
}
.aff-no-work:hover {
  color: #ceffb2;
}

.casino-information > div {
  display: flex;
  align-items: stretch;
}

.banner-casino {
  position: relative;
  width: 100%;
}
.banner-casino .banner-casino__information {
  height: fit-content;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  right: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  text-align: center;
  width: 40%;
}
@media only screen and (max-width: 575px) {
  .banner-casino .banner-casino__information {
    width: 50%;
    display: flex !important;
    gap: 1px;
    padding: 10px;
  }
}
.banner-casino .banner-casino__information .tc-block {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .banner-casino {
    margin-bottom: 20px;
  }
}
.banner-casino .banner-casino__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.banner-casino .banner-casino__header .title {
  margin: 0;
}
.banner-casino .banner-casino__image {
  position: relative;
  height: 280px;
}
@media only screen and (max-width: 575px) {
  .banner-casino .banner-casino__image {
    height: 160px;
  }
}
.banner-casino .banner-casino__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-casino .banner-casino-bonus {
  padding: 0 10px 0 0;
  width: 100%;
  text-align: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .banner-casino .banner-casino-bonus {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-casino .banner-casino-bonus {
    margin-bottom: 4px;
  }
}
.banner-casino .banner-casino-bonus .recomend-casino-bonus__text {
  font-size: 18px;
  font-weight: 500;
  color: white;
}
.banner-casino .banner-casino-bonus .recomend-casino-bonus__text a:visited {
  color: #FF5B00;
}
.banner-casino .banner-casino-bonus .banner-casino-bonus__text {
  font-size: 24px;
  color: white;
  font-weight: 500;
  line-height: 1.2em;
}
@media only screen and (max-width: 768px) {
  .banner-casino .banner-casino-bonus .banner-casino-bonus__text {
    font-size: 16px;
  }
}
.banner-casino .banner-casino-bonus .banner-casino-bonus__text br {
  display: inline-block;
}
.banner-casino .banner-casino-bonus .banner-casino-bonus__type {
  font-size: 16px;
  font-weight: 400;
  color: white;
}
.banner-casino .banner-casino__information {
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0.05%, rgba(0, 0, 0, 0.6) 90.97%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .banner-casino .banner-casino__information {
    display: block;
  }
}
.banner-casino .banner-casino__information .btn {
  min-width: 160px;
  font-family: Fredoka;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 7px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .banner-casino .banner-casino__information .btn {
    max-width: inherit;
    width: 100%;
  }
}
.banner-casino .tc-block {
  font-size: 10px;
  color: #8C8C8C;
  padding: 15px 20px;
  line-height: 1.5em;
  text-align: left;
}
.banner-casino .tc-block p {
  margin-bottom: 5px;
}
.banner-casino .tc-block a {
  color: #000;
  text-decoration: underline;
}

.table-casino-block {
  border-radius: 20px;
  padding: 20px;
  height: 100%;
}
@media only screen and (max-width: 575px) {
  .table-casino-block {
    border-radius: 15px;
    height: inherit;
  }
}

.single-casino-thubmail {
  height: 172px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .single-casino-thubmail {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .single-casino-thubmail {
    border-radius: 15px;
    height: 180px;
  }
}
.single-casino-thubmail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .single-casino-thubmail img {
    max-width: 200px;
    max-height: inherit;
    display: inline-block;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .single-casino-thubmail img {
    max-width: inherit;
    max-height: inherit;
    display: inline-block;
    border-radius: 0;
  }
}

.single-table-casino-information {
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .single-table-casino-information {
    margin-bottom: 20px;
    height: inherit;
  }
}
.single-table-casino-information table {
  table-layout: auto;
}
.single-table-casino-information table tr th, .single-table-casino-information table tr td {
  text-align: left;
  width: auto;
  padding: 20px 5px 20px 20px;
}
@media only screen and (max-width: 575px) {
  .single-table-casino-information table tr th, .single-table-casino-information table tr td {
    padding: 10px 5px 10px 10px;
    display: block;
  }
}
.single-table-casino-information table tr th {
  width: 170px;
}
@media only screen and (max-width: 575px) {
  .single-table-casino-information table tr th {
    width: inherit;
    padding-bottom: 0;
    font-weight: bold;
  }
}
.single-table-casino-information .caption {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  font-family: "Fredoka", sans-serif;
  line-height: 1.1em;
  color: #000;
}

.show_more_elements {
  color: #FF5B00;
  cursor: pointer;
  text-decoration: underline;
}

.single-raiting-casino-wrap {
  padding: 30px 0;
  /*---progress bar raiting---*/
}
.single-raiting-casino-wrap .title {
  text-align: center;
}
.single-raiting-casino-wrap .progress__circle__block {
  text-align: center;
  position: relative;
}
.single-raiting-casino-wrap .raiting__casino__content {
  padding: 20px 20px 0 20px;
}
.single-raiting-casino-wrap .progress_wrap {
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .single-raiting-casino-wrap .progress_wrap {
    margin-bottom: 10px;
  }
}
.single-raiting-casino-wrap .progress_wrap .progress__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 2px 0;
  margin-bottom: 5px;
}
.single-raiting-casino-wrap .progress_wrap .progress__header .progress__name,
.single-raiting-casino-wrap .progress_wrap .progress__header .progress__value {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1em;
  color: #000;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .single-raiting-casino-wrap .progress_wrap .progress__header .progress__name,
  .single-raiting-casino-wrap .progress_wrap .progress__header .progress__value {
    font-size: 15px;
  }
}
.single-raiting-casino-wrap .progress_wrap .progress__header .progress__value {
  width: 40px;
  text-align: right;
}
.single-raiting-casino-wrap .progress_wrap .progress_bar {
  position: relative;
  height: 13px;
  background: #FFFFFF;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
}
.single-raiting-casino-wrap .progress_wrap .progress_bar .probress_bar_bg {
  position: relative;
  background: linear-gradient(90deg, #008427 3.01%, #00C93B 100%);
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  height: 13px;
}
.single-raiting-casino-wrap .progress__circle__block {
  text-align: center;
  padding: 0;
}
@media only screen and (max-width: 575px) {
  .single-raiting-casino-wrap .progress__circle__block {
    margin-bottom: -20px;
  }
}
.single-raiting-casino-wrap .progress__circle {
  transform: rotate(-90deg);
}
@media only screen and (max-width: 575px) {
  .single-raiting-casino-wrap .progress__circle {
    width: 170px !important;
  }
}
.single-raiting-casino-wrap .progress__circle .progress__meter,
.single-raiting-casino-wrap .progress__circle .progress__value {
  fill: none;
}
.single-raiting-casino-wrap .progress__circle .progress__meter {
  stroke: #fff;
}
.single-raiting-casino-wrap .progress__circle .progress__value {
  stroke-linecap: round;
  stroke-dasharray: 628.319;
  stroke-dashoffset: 628.319;
}
@media only screen and (max-width: 575px) {
  .single-raiting-casino-wrap .progress__circle .progress__value {
    stroke-width: 17px !important;
  }
}
.single-raiting-casino-wrap .progress__circle__text {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0);
}
.single-raiting-casino-wrap .progress__circle__text .text-main {
  font-size: 74px;
  fill: white;
  font-weight: bold;
}
.single-raiting-casino-wrap .progress__circle__text .text-sub {
  font-size: 34px;
  fill: white;
  font-weight: 400;
}
.single-raiting-casino-wrap .starShadow {
  transform: translate(40px -50px) rotate(-45deg);
}

.single-casino-bonus .title {
  margin-bottom: 20px;
}
.single-casino-bonus .bonus-item {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .single-casino-bonus .bonus-item {
    margin-bottom: 20px;
  }
}

.option-info {
  background: #F2F2F2;
  padding: 20px 0;
  color: #000;
  font-size: 19px;
  line-height: 1.4em;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .option-info {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .option-info {
    font-size: 15px;
    padding: 10px 0;
  }
}

.welcome-bonus-block .title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .welcome-bonus-block .title {
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
  }
}
@media only screen and (max-width: 768px) {
  .welcome-bonus-block {
    border: none;
    background: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
}

.single-table-casino-information {
  background: var(--Color-White, #FFF);
}
.single-table-casino-information .table-zebra {
  overflow: hidden;
  background: var(--Color-Gray-1, #F2F2F2);
  padding: 10px;
}
.single-table-casino-information .table-zebra tbody {
  border-radius: 10px;
  background: var(--Color-Gray-1, #F2F2F2);
  display: table-caption;
  overflow: hidden;
  padding: 10px;
}
.single-table-casino-information .table-zebra tr {
  border-radius: initial;
}
.single-table-casino-information .table-zebra tr:nth-child(odd) {
  border-radius: initial;
  background: var(--Color-White, #FFF);
}
.single-table-casino-information .table-zebra tr:nth-child(even) {
  border-radius: initial;
  background: var(--Color-Gray-0, #F9F9F9);
}
.single-table-casino-information .table-zebra td:first-child,
.single-table-casino-information .table-zebra th:first-child {
  border-radius: initial;
}
.single-table-casino-information .table-zebra td:last-child,
.single-table-casino-information .table-zebra th:last-child {
  border-radius: initial;
}
.single-table-casino-information .table-zebra th {
  font-weight: 400;
  font-size: 15px;
  color: var(--Color-Gray-2, #5C5C5C);
  padding: 17px 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: left;
  border-radius: initial;
}
@media only screen and (max-width: 575px) {
  .single-table-casino-information .table-zebra th {
    font-size: 14px;
    padding: 12px 15px;
  }
}
.single-table-casino-information .table-zebra th strong {
  font-weight: 400;
}
.single-table-casino-information .table-zebra td {
  font-weight: 400;
  font-size: 15px;
  color: black;
  padding: 17px 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: left;
  text-align: left;
  border-radius: initial;
}
@media only screen and (max-width: 575px) {
  .single-table-casino-information .table-zebra td {
    font-size: 14px;
    padding: 12px 15px;
  }
}
.single-table-casino-information .table-zebra td strong {
  font-weight: 400;
}

.welcome-bonus {
  border-radius: 20px;
  background: var(--Color-White, #FFF);
  padding: 30px;
  margin-bottom: 30px;
}
.welcome-bonus__title {
  color: var(--Color-Black-100, #020005);
  font-size: 24px;
}
.welcome-bonus__grid-title {
  border-radius: 20px;
  background: var(--Color-White, #FFF);
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  color: var(--Color-Black-100, #020005);
  margin-top: 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
@media only screen and (max-width: 998px) {
  .welcome-bonus__grid-title {
    display: none !important;
  }
}
@media only screen and (max-width: 998px) {
  .welcome-bonus__grid-item {
    grid-template-columns: 1fr !important;
  }
}
.welcome-bonus__grid-item:nth-child(odd) {
  border-radius: 20px;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.1);
}
.welcome-bonus__grid {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.welcome-bonus__grid-item {
  display: grid;
  grid-template-columns: 4fr 5fr 2fr;
  align-items: center;
  justify-content: center;
  text-align: center;
  grid-gap: 10px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid var(--Color-Black-10, rgba(2, 0, 5, 0.1));
  background: #FAFAFA;
}
.welcome-bonus__grid-item:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 998px) {
  .welcome-bonus__grid-item {
    grid-gap: 20px;
  }
}
.welcome-bonus__grid-item .name {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--Color-Black-100, #020005);
  /* Medium/18 */
  font-family: Fredoka;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.welcome-bonus__grid-item .name a {
  text-decoration: none;
}
@media only screen and (max-width: 998px) {
  .welcome-bonus__grid-item .name {
    justify-content: space-between;
    grid-row: 2;
    color: var(--Color-Green, #008427);
  }
}
.welcome-bonus__grid-item .bonus {
  color: var(--Color-Black-100, #020005);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
@media only screen and (max-width: 998px) {
  .welcome-bonus__grid-item .bonus {
    color: var(--Color-Green, #008427);
  }
}
.welcome-bonus__grid-item .bonus-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.welcome-bonus__grid-item .details {
  color: var(--Color-Orange, #ED662B);
  text-align: center;
  /* Medium/20 */
  font-family: Fredoka;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 998px) {
  .welcome-bonus__grid-item .details {
    border-radius: 20px;
    background: var(--Color-White, #FFF);
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
  }
}
.welcome-bonus__grid-item .cod {
  color: var(--Color-Black-40, rgba(2, 0, 5, 0.4));
  text-align: center;
  font-family: Fredoka;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.welcome-bonus__grid-item .btn-wrap {
  font-size: 16px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.welcome-bonus__grid-item .btn-wrap button {
  padding: 10px;
  font-size: 12px;
  min-width: 140px;
}
@media only screen and (max-width: 998px) {
  .welcome-bonus__grid-item .btn-wrap button {
    width: 100%;
  }
}
.welcome-bonus__grid-item-img {
  width: 140px;
  height: 100px;
  border-radius: 20px;
}

.welcome__bonus {
  border-radius: 20px;
  background: var(--Color-White, #FFF);
  padding: 30px;
  margin-bottom: 25px;
}
.welcome__bonus-title {
  margin-bottom: 25px;
}
.welcome__bonus .tabs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 8px;
  border-radius: 20px;
  background: var(--Color-White, #FFF);
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.1);
  padding: 12px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 998px) {
  .welcome__bonus .tabs {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}
.welcome__bonus .tabs .tab {
  text-align: center;
}
.welcome__bonus .tabs .tab .tablinks {
  border: none;
  color: var(--Color-Green, #008427);
  text-align: center;
  /* Regular/20 */
  font-family: Fredoka;
  font-size: 20px;
  font-style: normal;
  height: 100%;
  font-weight: 400;
  padding: 12px;
  line-height: 24px;
  background: none;
  cursor: pointer;
  width: 100%;
  border-radius: 12px;
  background: var(--Color-Gray-0, #F9F9F9);
}
@media only screen and (max-width: 998px) {
  .welcome__bonus .tabs .tab .tablinks {
    font-size: 16px;
  }
}
.welcome__bonus .tabs .tab .tablinks.active {
  background: rgba(0, 132, 61, 0.1);
}

.table-zebra .links {
  color: #FF5B00;
  text-decoration: none;
}
.table-zebra .links:hover {
  text-decoration: underline;
}

.raiting__page-link {
  color: var(--Color-Gray-2, #5C5C5C);
  text-align: center;
  /* Regular/16 */
  font-family: Fredoka;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
.raiting__page-link a {
  text-decoration: none;
}

.single-raiting-casino-wrap {
  height: 100%;
}

.single-casino .page-meta-data {
  margin-bottom: 0;
}