/* 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
---------------------------------*/
.recomend-casino {
  width: 100%;
  max-width: 660px;
}
@media only screen and (max-width: 992px) {
  .recomend-casino {
    max-width: inherit;
    margin-bottom: 20px;
  }
}
.recomend-casino .recomend-casino__header {
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recomend-casino .recomend-casino__header .title {
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .recomend-casino .recomend-casino__header {
    padding: 20px;
  }
}
.recomend-casino .recomend-casino__thumbnail {
  height: 300px;
}
@media only screen and (max-width: 575px) {
  .recomend-casino .recomend-casino__thumbnail {
    height: 180px;
  }
}
.recomend-casino .recomend-casino__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recomend-casino .recomend-casino-bonus {
  padding: 0 10px 0 0;
  width: 100%;
}
.recomend-casino .recomend-casino-bonus .recomend-casino-bonus__text {
  font-size: 18px;
  font-weight: 500;
  color: #FF5B00;
}
.recomend-casino .recomend-casino-bonus .recomend-casino-bonus__text a:visited {
  color: #FF5B00;
}
.recomend-casino .recomend-casino-bonus .recomend-casino-bonus__type {
  font-size: 16px;
  font-weight: 400;
  color: #FF5B00;
}
.recomend-casino .recomend-casino__information {
  padding: 10px 20px 30px 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recomend-casino .recomend-casino__information .casino-thumbnail {
  width: 100%;
  max-width: 137px;
  height: 137px;
  margin-top: -70px;
  margin-right: 20px;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .recomend-casino .recomend-casino__information .casino-thumbnail {
    max-width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .recomend-casino .recomend-casino__information .casino-thumbnail {
    display: none;
  }
}
.recomend-casino .recomend-casino__information .btn {
  min-width: 80px;
  width: 45px;
  min-height: 45px;
}
.recomend-casino .recomend-casino__information .btn.icon-money::before {
  height: 75px;
  top: -15px;
  right: 2px;
}

/* COLORS
---------------------------------*/
.section-top-description.has-recomend-casino {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .section-top-description.has-recomend-casino {
    display: block;
  }
}
.section-top-description.has-recomend-casino .top-description {
  width: 100%;
  max-width: 650px;
  margin-left: 30px;
  padding-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .section-top-description.has-recomend-casino .top-description {
    max-width: inherit;
    margin-left: 0;
  }
}
.section-top-description.has-recomend-casino .top-description .top-description__text {
  overflow-y: auto;
  max-height: 410px;
}
@media only screen and (max-width: 992px) {
  .section-top-description.has-recomend-casino .top-description .top-description__text {
    max-height: inherit;
    overflow: auto;
  }
}
@media only screen and (max-width: 575px) {
  .section-top-description.has-recomend-casino .top-description .top-description__text {
    padding: 0;
    overflow-y: auto;
  }
}
.section-top-description.has-recomend-casino .top-description .top-description__text::-webkit-scrollbar {
  width: 5px;
}
.section-top-description.has-recomend-casino .top-description .top-description__text::-webkit-scrollbar-track {
  background: #fff;
}
.section-top-description.has-recomend-casino .top-description .top-description__text::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.section-top-description.has-recomend-casino .top-description .top-description__text:after {
  content: "";
  display: block;
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 30px 30px;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
}
@media only screen and (max-width: 992px) {
  .section-top-description.has-recomend-casino .top-description .top-description__text:after {
    content: none;
  }
}

.top-description .top-description__title {
  margin-bottom: 10px;
  margin-top: 0;
}
.top-description .top-description__text {
  padding-right: 20px;
}

/* COLORS
---------------------------------*/
@media only screen and (max-width: 992px) {
  .buttom-text {
    margin-bottom: 20px;
  }
}

/* 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
---------------------------------*/
.table-casino-wrapper .table-casino-wrapper__header {
  display: flex;
  align-items: center;
}
.table-casino-wrapper .table-casino-wrapper__header .title {
  margin: 0;
}

.table-casino {
  padding-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .table-casino {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 992px) {
  .table-casino {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.table-casino .title {
  margin-bottom: 30px;
}
.table-casino .table-casino__head {
  display: flex;
  justify-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 25px 8px;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  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-casino .table-casino__head {
    font-size: 16px;
    padding: 20px 5px;
  }
}
@media only screen and (max-width: 575px) {
  .table-casino .table-casino__head {
    display: none;
  }
}
.table-casino .table-casino__head .th {
  text-align: center;
}
.table-casino .table-casino__head .table-logo {
  width: 20%;
}
.table-casino .table-casino__head .table-name {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .table-casino .table-casino__head .table-name {
    width: 25%;
  }
}
.table-casino .table-casino__head .table-bonus {
  width: 30%;
}
.table-casino .table-casino__head .table-btn-block {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .table-casino .table-casino__head .table-btn-block {
    width: 25%;
  }
}
.table-casino .btn-wrap {
  margin: 30px auto 0;
}

/* 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
---------------------------------*/
/*---------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
---------------------------------*/
.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
---------------------------------*/