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

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

.single-frame-wrapper-block {
  overflow: hidden;
}
.single-frame-wrapper-block.fix-position-frame {
  backdrop-filter: none;
}

/*------game frame--------*/
.game_block_frame .close_fullscreen {
  text-indent: -999px;
  overflow: hidden;
  display: none;
  width: 28px;
  height: 28px;
  color: #fff;
  position: absolute;
  top: -15px;
  right: -15px;
  text-align: center;
  line-height: 24px;
  z-index: 100;
  background: #FF5B00;
  border: 1px solid #ccc;
  cursor: pointer;
}
.game_block_frame .close_fullscreen:before, .game_block_frame .close_fullscreen:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 6px;
  width: 14px;
  height: 1px;
  background: #fff;
}
.game_block_frame .close_fullscreen:before {
  transform: rotate(45deg);
}
.game_block_frame .close_fullscreen:after {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1400px) {
  .game_block_frame .close_fullscreen {
    top: 0;
    right: 0;
  }
}
.game_block_frame .game_meta_block {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px;
}
@media only screen and (max-width: 992px) {
  .game_block_frame .game_meta_block {
    padding: 20px;
  }
}
.game_block_frame .game_meta_block .fullscreen-link {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  display: inline-block;
  margin-left: 10px;
  text-indent: -999px;
  cursor: pointer;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(90deg, #008427 3.01%, #00C93B 100%);
  box-shadow: 0px 12px 27px rgba(35, 140, 16, 0.4);
}
@media only screen and (max-width: 575px) {
  .game_block_frame .game_meta_block .fullscreen-link {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }
}
.game_block_frame .game_meta_block .fullscreen-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: url("../images/icons/icon-full-screen.svg") no-repeat center center;
}
@media only screen and (max-width: 575px) {
  .game_block_frame .game_meta_block .fullscreen-link:after {
    border-radius: 10px;
  }
}
.game_block_frame .game_meta_block .game-played {
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .game_block_frame .game_meta_block .game-played {
    margin-left: 20px;
  }
}
.game_block_frame.fullscreen-container {
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.4);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 8px 15px;
  background: #fff;
  width: 98%;
  max-width: 1600px;
  z-index: 999;
  backdrop-filter: blur(50px);
}
.game_block_frame.fullscreen-container .game_meta_block {
  display: none;
}
.game_block_frame.fullscreen-container .close_fullscreen {
  display: block;
}
.game_block_frame.fullscreen-container .game_block_frame_inner {
  height: 90vh;
  max-height: 1200px;
}

.game_block_frame_inner {
  background: #000;
  height: 630px;
  width: 100%;
  position: relative;
  /*-----------------------------------*/
  /*-----------------------------*/
}
@media only screen and (max-width: 768px) {
  .game_block_frame_inner {
    height: 460px;
  }
}
@media only screen and (max-width: 575px) {
  .game_block_frame_inner {
    height: 420px;
  }
}
@media only screen and (max-width: 480px) {
  .game_block_frame_inner {
    height: 360px;
  }
}
@media only screen and (max-width: 430px) {
  .game_block_frame_inner {
    height: 300px;
  }
}
@media only screen and (max-width: 380px) {
  .game_block_frame_inner {
    height: 240px;
  }
}
.game_block_frame_inner .mask-pk {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: opacity 0.5s ease;
  opacity: 1;
}
.game_block_frame_inner .mask-pk:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  transition: opacity 0.7s ease;
}
.game_block_frame_inner .mask-pk .play-btn-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #008427 3.01%, #00C93B 100%);
  box-shadow: 0px 12px 27px rgb(0, 12, 27);
  border-radius: 50%;
  width: 270px;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .game_block_frame_inner .mask-pk .play-btn-wrapper {
    width: 200px;
    height: 200px;
  }
}
.game_block_frame_inner .mask-pk .play-btn {
  background: linear-gradient(90deg, #008427 3.01%, #00C93B 100%);
  border-radius: 50%;
  border: 20px solid #000;
  position: absolute;
  top: 7px;
  left: 7px;
  bottom: 7px;
  right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.game_block_frame_inner .mask-pk .play-btn .play-btn-text {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 34px;
  line-height: 1em;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .game_block_frame_inner .mask-pk .play-btn .play-btn-text {
    font-size: 16px;
  }
}
.game_block_frame_inner .game_frame_insert {
  height: 100%;
}
.game_block_frame_inner .game_frame_insert iframe {
  width: 100%;
  height: 100%;
}
.game_block_frame_inner .mask-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background: #000;
  display: none;
  padding-top: 20%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .game_block_frame_inner .mask-mobile {
    display: inline-block;
  }
}
.game_block_frame_inner .mask-mobile .massage-for-user {
  text-align: center;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  line-height: 1.3em;
}
@media only screen and (max-width: 480px) {
  .game_block_frame_inner .mask-mobile .massage-for-user {
    font-size: 14px;
  }
}
.game_block_frame_inner .mask-mobile .icon-rotate-mobile {
  max-width: 170px;
  margin: 0 auto;
  height: 100px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .game_block_frame_inner .mask-mobile .icon-rotate-mobile {
    height: 100px;
  }
}
.game_block_frame_inner .mask-mobile .icon-rotate-mobile img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.game_block_frame_inner .close-btn {
  display: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  background: red;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
  text-align: center;
  line-height: 30px;
}
.game_block_frame_inner.horizontal-position .mask-mobile {
  display: none;
}
.game_block_frame_inner.vertical-position .mask-mobile {
  display: inline-block;
}
.game_block_frame_inner.loaded .mask-pk {
  display: none !important;
}
@media only screen and (max-width: 992px) {
  .game_block_frame_inner.loaded.horizontal-position {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  .game_block_frame_inner.loaded.horizontal-position .mask-mobile {
    background: #000;
  }
  .game_block_frame_inner.loaded.horizontal-position #game_frame_insert {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .game_block_frame_inner.loaded.horizontal-position #game_frame_insert iframe {
    width: 100%;
    height: 100%;
    width: 1px;
    min-width: 100%;
    *width: 100%;
    height: 1px;
    min-height: 100%;
    *height: 100%;
  }
}
.game_block_frame_inner.loaded.horizontal-position .close-btn {
  display: block;
}

.game-played {
  font-size: 18px;
  color: #3A1F15;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .game-played {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .game-played {
    display: none;
  }
}
.game-played .game-played__num {
  padding-left: 5px;
}

.similar-games .title {
  margin-bottom: 20px;
}

.main-info-slot .row {
  margin-left: -10px;
  margin-right: -10px;
}
.main-info-slot .row .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
}
.main-info-slot .title {
  margin: 10px 0 30px 0;
}
.main-info-slot .slot-info-table {
  padding: 10px;
  height: 100%;
  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: 768px) {
  .main-info-slot .slot-info-table {
    margin-bottom: 20px;
    height: inherit;
  }
}
.main-info-slot .slot-info-table table th, .main-info-slot .slot-info-table table td {
  padding: 12px 15px;
  font-size: 11px;
  line-height: 1.1em;
  color: #000;
}
.main-info-slot .slot-info-table .table-zebra tr th {
  width: 120px;
}