.hotBonuses__header {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(255, 177, 0, 0) 0%, rgba(255, 177, 0, 0.16) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 12px;
  cursor: pointer;
  order: 3;
  overflow: hidden;
}
.hotBonuses__header--wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.hotBonuses__header--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hotBonuses__header--icon {
  position: relative;
  z-index: 1;
}
.hotBonuses__header--title {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  background: linear-gradient(0deg, #FFE59A 0%, #FFFFD5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 10px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
}
.hotBonuses__popup {
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 101;
}
.hotBonuses__popup.show {
  display: flex;
}
@media (max-width: 576px) {
  .hotBonuses__popup {
    top: 72px;
  }
  .hotBonuses__popup .container-fluid {
    padding: 0;
  }
}
.hotBonuses__content {
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, rgba(255, 177, 0, 0) 0%, rgba(255, 177, 0, 0.16) 100%), #181818;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.48);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 375px;
  margin-left: auto;
}
@media (max-width: 576px) {
  .hotBonuses__content {
    width: 100%;
  }
}
.hotBonuses__title {
  display: flex;
  align-items: center;
  color: #f0ad00;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 16px 0;
}
.hotBonuses__title:after {
  content: attr(data-text-after);
}
.hotBonuses__title img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.hotBonuses__bonuses {
  max-height: 450px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hotBonuses__bonuses::-webkit-scrollbar {
  display: none;
}
.hotBonuses__bonus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #2B2B2B;
  width: 100%;
  margin-bottom: 8px;
  position: relative;
  cursor: pointer;
}
.hotBonuses__bonus:last-of-type {
  margin-bottom: 0;
}
.hotBonuses__bonus--best {
  position: absolute;
  top: -2px;
  left: 2px;
  width: 100%;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(1deg, #FD9902 -31.89%, #FCD950 60.87%);
  color: #181818;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding: 4px 16px;
}
.hotBonuses__bonus--best .title:before {
  content: attr(data-text-before);
}
.hotBonuses__bonus--best .number {
  position: absolute;
  top: 0;
  left: -4px;
  border-radius: 16px 0;
  background: linear-gradient(1deg, #FD9902 -31.89%, #FCD950 60.87%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  color: #181818;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotBonuses__bonus--ordered {
  border: 1px solid #FD9902;
  background: rgba(61, 41, 0, 0.6);
  backdrop-filter: blur(10px);
}
.hotBonuses__bonus--ordered--first {
  border-width: 2px;
  padding-top: 32px;
}
.hotBonuses__bonus--label {
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 16px 0;
  background: linear-gradient(1deg, #FD9902 -31.89%, #FCD950 60.87%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  color: #181818;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotBonuses__bonus--label:before {
  content: attr(data-text-before);
}
.hotBonuses__bonus--card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.hotBonuses__bonus--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  border-radius: 12px;
  margin-right: 12px;
}
.hotBonuses__bonus--logo img {
  max-width: 90%;
  max-height: 90%;
  height: auto;
  width: auto;
}
.hotBonuses__bonus--data {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.hotBonuses__bonus--title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.hotBonuses__bonus--info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 8px;
}
.hotBonuses__bonus--value {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.12px;
  color: #b5b5b5;
  margin: 0;
}
.hotBonuses__bonus--value:before {
  content: attr(data-text-before);
}
.hotBonuses__bonus--value span {
  color: #ffffff;
}
.hotBonuses__bonus--value span:before {
  content: attr(data-text-before);
}
.hotBonuses__bonus--value:first-of-type {
  margin-right: 8px;
}
.hotBonuses__bonus--promo {
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  cursor: pointer;
  margin-top: 8px;
}
.hotBonuses__bonus--promo .code {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.hotBonuses__bonus--promo .code:before {
  content: attr(data-text-before);
}
.hotBonuses__bonus--promo svg {
  width: 16px;
  height: 16px;
}
.hotBonuses__bonus--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #05e98f;
  cursor: pointer;
  align-self: center;
  margin-left: 12px;
}
@media (max-width: 576px) {
  .casinoInfoWidget {
    margin: 8px 0;
  }
}
.casinoInfoWidget__wrapper {
  padding: 20px;
  background: #2B2B2B;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .casinoInfoWidget__wrapper {
    padding: 28px;
  }
}
.casinoInfoWidget__table {
  width: 100%;
  border-collapse: collapse;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.casinoInfoWidget__table tr {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #3a3a3a;
  width: calc(100% + 20px);
  gap: 8px;
}
@media (min-width: 768px) {
  .casinoInfoWidget__table tr {
    gap: unset;
    margin: 0 -10px;
  }
}
.casinoInfoWidget__table tr:first-of-type {
  padding-top: 0;
}
.casinoInfoWidget__table tr:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.casinoInfoWidget__table td {
  display: inline-flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .casinoInfoWidget__table td {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .casinoInfoWidget__table td {
    margin: 0 10px;
  }
}
.casinoInfoWidget__table td:first-of-type {
  font-weight: 600;
}
@media (max-width: 576px) {
  .casinoInfoWidget__table td:first-of-type {
    color: #ffffff;
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .casinoInfoWidget__table td:first-of-type {
    flex: 0 0 calc(40% - 20px);
  }
}
@media (max-width: 576px) {
  .casinoInfoWidget__table td:last-of-type {
    color: #dBd8d8;
    font-weight: 500;
    flex: 0 0 calc(50% - 20px);
  }
}
@media (min-width: 768px) {
  .casinoInfoWidget__table td:last-of-type {
    flex: 0 0 calc(60% - 20px);
  }
}
.casinoInfoWidget__more-btn {
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 24px;
  padding: 4px 0;
}
.casinoInfoWidget__more-btn svg {
  background: #404040;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.casinoInfoWidget__show-more.casinoInfoWidget__chat-support, .casinoInfoWidget__show-more.casinoInfoWidget__deposit-methods, .casinoInfoWidget__show-more.casinoInfoWidget__licence, .casinoInfoWidget__show-more.casinoInfoWidget__game-types {
  display: inline-flex;
}
.casinoInfoWidget__show-more.casinoInfoWidget__chat-support span, .casinoInfoWidget__show-more.casinoInfoWidget__deposit-methods span, .casinoInfoWidget__show-more.casinoInfoWidget__licence span, .casinoInfoWidget__show-more.casinoInfoWidget__game-types span {
  display: -webkit-box;
  word-break: break-all;
  max-height: 24px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.casinoInfoWidget__show-more .casinoInfoWidget__more-btn {
  display: inline-flex;
}
.casinoInfoWidget__show-items .casinoInfoWidget__chat-support {
  margin-bottom: 4px;
}
.casinoInfoWidget__show-items .casinoInfoWidget__chat-support:nth-child(n+2) {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.casinoInfoWidget__show-items .casinoInfoWidget__deposit-methods:nth-child(n+3) {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.casinoInfoWidget__show-items .casinoInfoWidget__licence:nth-child(n+2) {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.casinoInfoWidget__show-items .casinoInfoWidget__game-types:nth-child(n+2) {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.casinoInfoWidget__chat-support {
  display: inline;
  width: 100%;
}
.casinoInfoWidget__chat-support__item {
  display: inline-flex;
  align-items: center;
}
.casinoInfoWidget__chat-support--name {
  word-break: break-all;
}
.casinoInfoWidget__chat-support img {
  min-width: 18px;
  min-height: 18px;
  margin-right: 8px;
}
.casinoInfoWidget__chat-support:not(.casinoInfoWidget__show-more):not(:nth-last-of-type(1)) {
  margin-right: 6px;
}
.casinoInfoWidget__chat-support:not(.casinoInfoWidget__show-more):not(:nth-last-of-type(1)) .casinoInfoWidget__chat-support--name:after {
  content: ",";
  margin-left: 2px;
}
.casinoInfoWidget__chat-support:nth-child(n+2) {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.casinoInfoWidget__deposit-methods {
  display: inline;
}
.casinoInfoWidget__deposit-methods--name {
  word-break: break-all;
}
.casinoInfoWidget__deposit-methods:not(.casinoInfoWidget__show-more):not(:nth-last-of-type(1)) {
  margin-right: 6px;
}
.casinoInfoWidget__deposit-methods:not(.casinoInfoWidget__show-more):not(:nth-last-of-type(1)) span:after {
  content: ",";
  margin-left: 2px;
}
.casinoInfoWidget__deposit-methods:nth-child(n+3) {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.casinoInfoWidget__licence {
  display: inline;
}
.casinoInfoWidget__licence--name {
  word-break: break-all;
}
.casinoInfoWidget__licence:not(.casinoInfoWidget__show-more):not(:nth-last-of-type(1)) {
  margin-right: 6px;
}
.casinoInfoWidget__licence:not(.casinoInfoWidget__show-more):not(:nth-last-of-type(1)) span:after {
  content: ",";
  margin-left: 2px;
}
.casinoInfoWidget__licence:nth-child(n+2) {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.casinoInfoWidget__game-types {
  display: inline;
}
.casinoInfoWidget__game-types--name {
  word-break: break-all;
}
.casinoInfoWidget__game-types:not(.casinoInfoWidget__show-more):not(:nth-last-of-type(1)) {
  margin-right: 6px;
}
.casinoInfoWidget__game-types:not(.casinoInfoWidget__show-more):not(:nth-last-of-type(1)) span:after {
  content: ",";
  margin-left: 2px;
}
.casinoInfoWidget__game-types:nth-child(n+2) {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.casinoInfoWidget__owner {
  max-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.casinoInfoWidget__top-links {
  max-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.casinoInfoWidget__top-links--link {
  text-decoration: underline;
}
.stickyWidget {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  z-index: 100;
}
@media (max-width: 576px) {
  .stickyWidget {
    margin: 0 auto;
  }
}
.stickyWidget__card {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  background: #2A2A2A;
  padding: 20px 16px;
  border-radius: 16px;
  color: #f4f4f4;
}
@media (max-width: 576px) {
  .stickyWidget__card {
    margin-bottom: 24px;
    align-items: flex-start;
    padding: 20px 12px;
  }
}
.stickyWidget__card__label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}
.stickyWidget__card__logo {
  width: 65px;
  height: 65px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
@media (max-width: 576px) {
  .stickyWidget__card__logo {
    width: 64px;
    height: 64px;
    margin-right: 12px;
  }
}
.stickyWidget__card__logo__img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
}
.stickyWidget__card__casino-name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 128px;
  margin-right: 30px;
}
@media (max-width: 576px) {
  .stickyWidget__card__casino-name {
    display: none;
  }
}
.stickyWidget__card__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 0;
  margin-right: 30px;
  gap: 8px;
}
@media (max-width: 576px) {
  .stickyWidget__card__info {
    margin-right: 0;
  }
}
.stickyWidget__card__info__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}
.stickyWidget__card__info__title {
  overflow-wrap: break-word;
  margin: 0 30px 0 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  align-self: flex-start;
}
@media (max-width: 576px) {
  .stickyWidget__card__info__title {
    display: flex;
    align-items: center;
    height: 48px;
    font-size: 14px;
    line-height: 20px;
    margin-right: 0;
  }
}
.stickyWidget__card__info__details {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.12px;
}
.stickyWidget__card__info__details .wrapper {
  display: inline-block;
}
@media (max-width: 576px) {
  .stickyWidget__card__info__details .wrapper {
    white-space: nowrap;
  }
}
.stickyWidget__card__info__details .wrapper .title {
  color: #b5b5b5;
  margin-right: 8px;
}
.stickyWidget__card__info__details .wrapper .text {
  color: #f4f4f4;
}
.stickyWidget__card__btn {
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  width: 148px;
  background: #05e98f;
  border-radius: 16px;
  padding: 16px 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
}
.stickyWidget__card__btn:before {
  content: attr(data-text-before);
}
.stickyWidget__card__btn:hover {
  background: #04C378;
}
@media (max-width: 576px) {
  .stickyWidget__card__btn {
    display: none;
  }
}
.stickyWidget__card__btn-mobile {
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  background: #05e98f;
  border-radius: 16px;
  padding: 12px 12px 6px 12px;
  color: #181818;
}
.stickyWidget__card__btn-mobile:hover {
  background: #04C378;
}
@media (max-width: 576px) {
  .stickyWidget__card__btn-mobile {
    display: unset;
  }
}
.stickyWidget__card.sponsored {
  flex-direction: column;
  border-radius: 20px;
  background: none;
  padding: 0;
}
.stickyWidget__card.sponsored .card-td-limited {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 16px;
  border-radius: 20px 20px 0 0;
  border: 1px solid #05e98f;
  border-bottom: 0;
  background: linear-gradient(94deg, #5554de 32.24%, #11D58F 97.04%);
}
.stickyWidget__card.sponsored .card-td-limited .limited-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  display: flex;
  align-items: center;
}
.stickyWidget__card.sponsored .card-td-limited .limited-text svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-top: -1px;
}
.stickyWidget__card.sponsored .card-td-limited .limited-timer {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
}
.stickyWidget__card.sponsored .card-td-limited .limited-timer span {
  padding: 0 2px;
}
.stickyWidget__card.sponsored .card-td-limited .limited-timer span.starter {
  opacity: 0.3;
}
.stickyWidget__card.sponsored .card-td-limited .limited-timer span:nth-child(2n+1) {
  min-width: 22px;
  text-align: center;
}
.stickyWidget__card.sponsored .card-td-limited .limited-timer span:first-of-type {
  padding-left: 0;
  text-align: center;
  min-width: 22px;
}
.stickyWidget__card.sponsored .card-td-limited .limited-timer span:last-of-type {
  padding-right: 0;
}
.stickyWidget__card.sponsored .card-td-content {
  background: linear-gradient(76deg, #071C3C 3.28%, #010215 94.73%);
  box-shadow: 0 4px 16px 0 rgba(255, 163, 71, 0.2);
  border: 1px solid #05e98f;
  border-top: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
}
@media (min-width: 768px) {
  .stickyWidget__card.sponsored .card-td-content {
    padding: 20px 16px;
  }
}
.stickyWidget__card.sponsored .card-td-content .stickyWidget__card__casino-name {
  width: auto;
  max-width: 128px;
}
.stickyWidget__card.sponsored .card-td-content .stickyWidget__card__btn {
  padding: 20px 32px;
  height: 52px;
  width: 157px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
@media (max-width: 576px) {
  .stickyWidget__card.sponsored .card-td-content .stickyWidget__card__btn {
    display: none;
  }
}

.pinned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.pinned .stickyWidget__card {
  border-radius: unset;
}
.pinned .stickyWidget__card.sponsored {
  border-radius: unset;
}
.pinned .stickyWidget__card.sponsored .flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pinned .stickyWidget__card.sponsored .card-td-limited {
  border-radius: unset;
  border: unset;
}
.pinned .stickyWidget__card.sponsored .card-td-limited .flex-container {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .pinned .stickyWidget__card.sponsored .card-td-limited .flex-container {
    padding: 0 20px;
  }
}
@media (min-width: 1320px) {
  .pinned .stickyWidget__card.sponsored .card-td-limited .flex-container {
    padding: 0 20px 0 35px;
  }
}
.pinned .stickyWidget__card.sponsored .card-td-content {
  border-radius: unset;
  border: unset;
}
.pinned .stickyWidget__card.sponsored .card-td-content .flex-container {
  padding: 0 12px;
}
@media (min-width: 768px) {
  .pinned .stickyWidget__card.sponsored .card-td-content .flex-container {
    padding: 0 20px;
  }
}
@media (min-width: 1320px) {
  .pinned .stickyWidget__card.sponsored .card-td-content .flex-container {
    padding: 0 20px 0 35px;
  }
}
.numberedList {
  font-family: "Poppins", sans-serif;
}
.numberedList__wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .numberedList__wrapper {
    padding: 40px;
  }
}
.numberedList__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #181818;
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .numberedList__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
}
.numberedList__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #181818;
}
@media (min-width: 768px) {
  .numberedList__description {
    margin-bottom: 30px;
  }
}
.numberedList__description p:first-child {
  margin-top: 0;
}
.numberedList__description p:last-child {
  margin-bottom: 0;
}
.numberedList__item {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  padding: 24px 16px;
  margin-bottom: 20px;
}
.numberedList__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .numberedList__item {
    justify-content: space-between;
  }
}
.numberedList__item-top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  .numberedList__item-top {
    flex: 1;
  }
}
.numberedList__item-top__number {
  display: inline-flex;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #4443B8;
  width: 32px;
  height: 32px;
  background: #f9f9ff;
  border-radius: 50%;
  margin-right: 16px;
}
.numberedList__item-top__title-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}
.numberedList__item-top__title {
  flex: 1;
  line-height: 24px;
  color: #181818;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  font-size: 16px;
}
.numberedList__item-top__content {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .numberedList__item-top__content:last-child {
    margin-bottom: 0;
  }
}
.numberedList__item-top__content a {
  text-decoration: underline;
  color: revert;
}
.numberedList__item-image {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .numberedList__item-image {
    flex: 0 0 200px;
    margin-left: 24px;
  }
}
.numberedList__item-image img {
  max-height: 140px;
  overflow: hidden;
  object-fit: cover;
}
.prosAndCons {
  font-family: "Poppins", sans-serif;
}
.prosAndCons__wrapper {
  background: #fff;
  padding: 24px 16px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .prosAndCons__wrapper {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .prosAndCons__wrapper {
    padding: 40px;
  }
}
.prosAndCons__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #181818;
  margin-top: 0;
  margin-bottom: 12px;
  text-align: left;
}
@media (min-width: 768px) {
  .prosAndCons__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
}
.prosAndCons__description {
  margin-bottom: 20px;
}
.prosAndCons__description p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #181818;
  margin-bottom: 12px;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .prosAndCons__description p {
    margin-bottom: 16px;
  }
}
.prosAndCons__row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .prosAndCons__row {
    justify-content: space-between;
  }
}
.prosAndCons__block {
  width: 100%;
}
@media (min-width: 768px) {
  .prosAndCons__block {
    flex: 0 0 calc(50% - 10px);
  }
}
.prosAndCons__block li {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.prosAndCons__block li:last-of-type {
  margin-bottom: 0;
}
.prosAndCons__block-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}
.prosAndCons__block--plus {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .prosAndCons__block--plus {
    margin-bottom: 0;
  }
}
.prosAndCons__block--plus .prosAndCons__block-title {
  color: #04C378;
  border-bottom: 1px solid #04C378;
}
.prosAndCons__block--minus .prosAndCons__block-title {
  color: #ff455b;
  border-bottom: 1px solid #ff455b;
}
.prosAndCons__block ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.prosAndCons__block ul li {
  width: 100%;
}
.prosAndCons__block ul li svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin-right: 12px;
}
.prosAndCons__block ul li span {
  flex: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #181818;
}
.casinoGeneralInformationWidget__description{font-weight:400;font-size:14px;line-height:24px;color:#181818;letter-spacing:.01em}.casinoGeneralInformationWidget .general__wrapper{padding:24px 16px;background:#fff;border:1px solid #f1f1f1;border-radius:20px}@media(min-width: 768px){.casinoGeneralInformationWidget .general__wrapper{padding:40px}}.casinoGeneralInformationWidget .general__title{margin-top:0;margin-bottom:16px;font-weight:600;font-size:20px;line-height:32px;color:#181818}@media(min-width: 768px){.casinoGeneralInformationWidget .general__title{font-weight:700;font-size:28px;line-height:36px;margin-bottom:24px}}.casinoGeneralInformationWidget .general__info{width:100%;display:flex;flex-wrap:wrap}.casinoGeneralInformationWidget .general__info tbody{display:flex;flex-wrap:wrap;width:100%}.casinoGeneralInformationWidget .general__info tr{display:flex;flex-wrap:wrap;width:100%;padding:10px 0;border-bottom:1px solid #f1f1f1}@media(min-width: 768px){.casinoGeneralInformationWidget .general__info tr{padding:14px 0;width:calc(100% + 20px);margin:0 -10px}}.casinoGeneralInformationWidget .general__info tr:first-of-type{padding-top:0}.casinoGeneralInformationWidget .general__info tr:last-of-type{padding-bottom:0;border-bottom:none}.casinoGeneralInformationWidget .general__info tr:last-of-type td{padding-bottom:0}.casinoGeneralInformationWidget .general__info tr.general__lang--row{padding-bottom:4px}@media(min-width: 768px){.casinoGeneralInformationWidget .general__info tr.general__lang--row{padding-bottom:8px}}.casinoGeneralInformationWidget .general__info td{display:inline-flex;flex-wrap:wrap;width:100%;padding:6px 28px;font-weight:400;font-size:16px;line-height:24px;color:#181818}@media(min-width: 768px){.casinoGeneralInformationWidget .general__info td{margin:0 10px}}.casinoGeneralInformationWidget .general__info td:first-of-type{position:relative}@media(min-width: 768px){.casinoGeneralInformationWidget .general__info td:first-of-type{flex:0 0 calc(35% - 20px)}}.casinoGeneralInformationWidget .general__info td:first-of-type:before{content:"";width:7px;height:7px;border-radius:50%;background:#5554de;position:absolute;left:8px;top:14px}@media(min-width: 768px){.casinoGeneralInformationWidget .general__info td:last-of-type{flex:0 0 calc(65% - 20px)}}.casinoGeneralInformationWidget .general__info td.general__lang{padding-bottom:0}.casinoGeneralInformationWidget .general__info--checked{margin-left:auto;display:inline-flex;align-items:center}.casinoGeneralInformationWidget .general__info--checked span{margin-right:10px}.casinoGeneralInformationWidget .general__info--checked svg{width:20px;height:20px}.casinoGeneralInformationWidget .general__lang--name[data-text-before]:before{content:attr(data-text-before)}.casinoGeneralInformationWidget .general__lang--flag{width:20px;height:20px;border-radius:50%;margin-right:12px}.casinoGeneralInformationWidget .general__lang .flag{border:1px solid #f1f1f1;width:20px;height:20px;margin-right:12px}.casinoGeneralInformationWidget .general__lang .link__lang{display:inline-flex;align-items:center;margin-right:8px;margin-bottom:12px}.casinoGeneralInformationWidget .general__lang .link__lang:last-child{margin-right:0}.casinoGeneralInformationWidget .general__license{width:100%;margin-right:12px}.casinoGeneralInformationWidget .general__license p{margin:0}.casinoGeneralInformationWidget .general__license p[data-text-before]:before{content:attr(data-text-before)}.casinoGeneralInformationWidget .general__license--more{cursor:pointer;background:none;outline:none;border:none;padding:0;font-size:16px;font-weight:400;line-height:24px;color:#5554de;text-decoration:underline}.casinoGeneralInformationWidget .general__licenses{width:100%;display:none}.casinoGeneralInformationWidget .general__site--btn{cursor:pointer;padding:0;border:none;background:none;outline:none;font-size:16px;font-weight:400;line-height:24px;text-decoration:underline;color:#5554de}.casinoGeneralInformationWidget .general__items-short{display:inline-flex;flex-wrap:wrap;flex:1}.casinoGeneralInformationWidget .general__items-visible{display:flex;flex-wrap:wrap;width:100%}.casinoGeneralInformationWidget .general__items-hidden{display:none}.casinoGeneralInformationWidget .general__items-hidden--active{display:inline-flex;flex-wrap:wrap;width:100%}.casinoGeneralInformationWidget .general__more{display:flex;align-items:center;margin-bottom:12px}.casinoGeneralInformationWidget .general__more .button{display:flex;align-items:center;background:#f2f2ff;padding:0 8px;border-radius:20px;border:unset;cursor:pointer}.casinoGeneralInformationWidget .general__more .text{font-size:16px;color:#5554de}.casinoGeneralInformationWidget .general__more .icon_drop-down{margin-left:4px;width:20px;height:20px;min-width:20px}.casinoGeneralInformationWidget .organs__item{max-width:100px;display:inline-flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;margin-right:20px;margin-bottom:10px}.casinoGeneralInformationWidget .organs__item:last-child{margin-right:0}.casinoGeneralInformationWidget .organs__item--img{border:1px solid #f1f1f1;padding:30px 10px;width:100%;height:52px;display:inline-flex;align-items:center;border-radius:16px;overflow:hidden;background-color:#f9f9ff;margin-bottom:10px}.casinoGeneralInformationWidget .organs__item--img img{width:100%;height:auto;object-fit:contain}.casinoGeneralInformationWidget .organs__item--link{cursor:pointer;font-size:14px;font-weight:400;line-height:20px;text-align:center;text-decoration:underline;color:#5554de}.casinoGeneralInformationWidget .organs__link{width:100%;display:block;margin-bottom:5px;color:#5554de;text-decoration:underline}
.staticContentWidget p, .staticContentWidget li {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #181818;
  letter-spacing: 0.01em;
}
.staticContentWidget a {
  color: #5554de;
  text-decoration: underline;
}
.staticContentWidget ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 8.5px;
}
.staticContentWidget ul:last-of-type {
  margin-bottom: 0;
}
.staticContentWidget ul li {
  position: relative;
  padding-left: 15.5px;
  margin-bottom: 20px;
}
.staticContentWidget ul li:last-child {
  margin-bottom: 0;
}
.staticContentWidget ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8.5px;
  background: #5554de;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.staticContentWidget img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 16px;
}
.staticContentWidget .bonus__table {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table {
    display: table;
    border-collapse: separate;
    border-spacing: 0 16px;
  }
}
.staticContentWidget .bonus__table tbody {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table tbody {
    display: table-row-group;
  }
}
.staticContentWidget .bonus__table thead {
  display: none;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table thead {
    display: table-header-group;
  }
}
.staticContentWidget .bonus__table tr {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 22px 16px;
  background: #f9f9ff;
  border-radius: 20px;
  margin-bottom: 16px;
  border: 1px solid #f4f5f7;
}
.staticContentWidget .bonus__table tr:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table tr {
    display: table-row;
    width: auto;
    margin-bottom: 0;
    border-radius: unset;
    padding: 0;
    background: none;
  }
}
.staticContentWidget .bonus__table td, .staticContentWidget .bonus__table th {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table td, .staticContentWidget .bonus__table th {
    display: table-cell;
    width: 1%;
  }
}
.staticContentWidget .bonus__table th {
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: #2B2B2B;
  background: #f9f9ff;
  white-space: nowrap;
  padding: 8px 10px;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table th:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .staticContentWidget .bonus__table th:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
.staticContentWidget .bonus__table td {
  padding: 0;
  text-align: center;
  background: #f9f9ff;
  position: relative;
  margin-bottom: 12px;
}
.staticContentWidget .bonus__table td:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -12px;
  background: #f1f1f1;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table td:after {
    height: auto;
    width: 1px;
    right: 0;
    top: 16px;
    bottom: 16px;
  }
}
.staticContentWidget .bonus__table td:nth-child(2):after {
  display: none;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table td:nth-child(2):after {
    display: inline-block;
  }
}
.staticContentWidget .bonus__table td:first-child {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table td:first-child {
    margin-bottom: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-left: 1px solid #f4f5f7;
    padding-left: 16px;
  }
}
.staticContentWidget .bonus__table td:last-child {
  margin-bottom: 0;
}
.staticContentWidget .bonus__table td:last-child:after {
  display: none;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table td:last-child {
    border-right: 1px solid #f4f5f7;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table td {
    border-top: 1px solid #f4f5f7;
    border-bottom: 1px solid #f4f5f7;
    margin-bottom: 0;
    padding: 16px 25px;
  }
}
.staticContentWidget .bonus__table a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5554de;
  text-decoration: underline;
}
.staticContentWidget .bonus__table a.bonus__table--link {
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
  text-decoration: none;
}
.staticContentWidget .bonus__table a.bonus__table--btn {
  width: 100%;
  white-space: nowrap;
  text-decoration: none;
  padding: 16px 40px;
  color: #ffffff;
  background: #5554de;
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
}
.staticContentWidget .bonus__table--logo {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  min-width: 160px;
  max-width: 260px;
}
.staticContentWidget .bonus__table--img {
  width: 100%;
  display: inline-flex;
  position: relative;
}
.staticContentWidget .bonus__table--img img {
  width: 100%;
  height: auto;
}
.staticContentWidget .bonus__table--img:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(46, 45, 146, 0) 52.78%, #2B2872 100%);
}
.staticContentWidget .bonus__table--link {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 12px;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table--link {
    padding: 8px;
  }
}
.staticContentWidget .bonus__table caption {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table caption {
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
}
.staticContentWidget .flex-responsive {
  overflow-x: auto;
  display: flex;
  margin-bottom: 10px;
}
.staticContentWidget .flex-responsive::-webkit-scrollbar {
  height: 8px;
}
.staticContentWidget .flex-responsive::-webkit-scrollbar-thumb {
  background-color: #dBd8d8;
  border-radius: 32px;
}
.staticContentWidget .flex-responsive.sc-col-3 .style_1 th, .staticContentWidget .flex-responsive.sc-col-3 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-3 .style_1 td, .staticContentWidget .flex-responsive.sc-col-3 .style_rowspan td {
  width: 33.3333333333%;
}
.staticContentWidget .flex-responsive.sc-col-4 .style_1 th, .staticContentWidget .flex-responsive.sc-col-4 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-4 .style_1 td, .staticContentWidget .flex-responsive.sc-col-4 .style_rowspan td {
  width: 25%;
}
.staticContentWidget .flex-responsive.sc-col-5 .style_1 th, .staticContentWidget .flex-responsive.sc-col-5 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-5 .style_1 td, .staticContentWidget .flex-responsive.sc-col-5 .style_rowspan td {
  width: 20%;
}
.staticContentWidget .flex-responsive.sc-col-6 .style_1 th, .staticContentWidget .flex-responsive.sc-col-6 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-6 .style_1 td, .staticContentWidget .flex-responsive.sc-col-6 .style_rowspan td {
  width: 16.6666666667%;
}
.staticContentWidget .flex-responsive.sc-col-7 .style_1 th, .staticContentWidget .flex-responsive.sc-col-7 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-7 .style_1 td, .staticContentWidget .flex-responsive.sc-col-7 .style_rowspan td {
  width: 14.2857142857%;
}
.staticContentWidget .flex-responsive.sc-col-8 .style_1 th, .staticContentWidget .flex-responsive.sc-col-8 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-8 .style_1 td, .staticContentWidget .flex-responsive.sc-col-8 .style_rowspan td {
  width: 12.5%;
}
.staticContentWidget .flex-responsive.sc-col-9 .style_1 th, .staticContentWidget .flex-responsive.sc-col-9 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-9 .style_1 td, .staticContentWidget .flex-responsive.sc-col-9 .style_rowspan td {
  width: 11.1111111111%;
}
.staticContentWidget .flex-responsive.sc-col-10 .style_1 th, .staticContentWidget .flex-responsive.sc-col-10 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-10 .style_1 td, .staticContentWidget .flex-responsive.sc-col-10 .style_rowspan td {
  width: 10%;
}
.staticContentWidget .style_1, .staticContentWidget .style_rowspan {
  display: flex;
  flex-wrap: wrap;
}
.staticContentWidget .style_1 thead, .staticContentWidget .style_rowspan thead, .staticContentWidget .style_1 tbody, .staticContentWidget .style_rowspan tbody {
  width: 100%;
}
.staticContentWidget .style_1 tr, .staticContentWidget .style_rowspan tr {
  width: 100%;
  display: flex;
  border-radius: 20px;
  border: 1px solid #f4f5f7;
  margin-bottom: 10px;
}
.staticContentWidget .style_1 tbody tr:last-child, .staticContentWidget .style_rowspan tbody tr:last-child {
  margin-bottom: 0;
}
.staticContentWidget .style_1 th, .staticContentWidget .style_rowspan th, .staticContentWidget .style_1 td, .staticContentWidget .style_rowspan td {
  text-align: center;
  min-width: 100px;
  width: 50%;
  display: inline-block;
  word-break: break-word;
  padding: 16px;
  background: #f9f9ff;
  font-size: 12px;
  line-height: 17px;
}
@media (min-width: 768px) {
  .staticContentWidget .style_1 th, .staticContentWidget .style_rowspan th, .staticContentWidget .style_1 td, .staticContentWidget .style_rowspan td {
    max-width: unset;
    font-size: 14px;
    line-height: 24px;
  }
}
.staticContentWidget .style_1 td, .staticContentWidget .style_rowspan td {
  font-weight: 400;
}
.staticContentWidget .style_1 td:first-of-type, .staticContentWidget .style_rowspan td:first-of-type {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.staticContentWidget .style_1 td:last-of-type, .staticContentWidget .style_rowspan td:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.staticContentWidget .style_1 th, .staticContentWidget .style_rowspan th {
  font-weight: 600;
  word-break: unset;
}
.staticContentWidget .style_1 th:first-of-type, .staticContentWidget .style_rowspan th:first-of-type {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.staticContentWidget .style_1 th:last-of-type, .staticContentWidget .style_rowspan th:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.staticContentWidget .style_1 img, .staticContentWidget .style_rowspan img {
  width: 100%;
  height: auto;
}
.staticContentWidget .style_1--wrapper {
  overflow-y: scroll;
  padding-bottom: 10px;
  scrollbar-width: none;
}
.staticContentWidget .style_1--wrapper::-webkit-scrollbar {
  display: none;
}
.staticContentWidget .style_rowspan {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
}
.staticContentWidget .style_rowspan tbody:before {
  content: "-";
  display: block;
  line-height: 10px;
  color: transparent;
}
.staticContentWidget .style_rowspan tr {
  display: table-row;
}
.staticContentWidget .style_rowspan th, .staticContentWidget .style_rowspan td {
  display: table-cell;
  border: 1px solid #f4f5f7;
}
.staticContentWidget .style_rowspan th:first-of-type {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.staticContentWidget .style_rowspan th:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.staticContentWidget .style_rowspan tr:first-of-type td:first-of-type {
  border-top-left-radius: 20px;
}
.staticContentWidget .style_rowspan tr:first-of-type td:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.staticContentWidget .style_rowspan tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 20px;
}
.staticContentWidget__black {
  border-radius: unset;
  background: #181818;
  padding: 64px 24px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
.staticContentWidget__black p {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .staticContentWidget__black {
    padding: 200px;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
  }
  .staticContentWidget__black p {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .staticContentWidget__black p {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
  }
}
.staticContentWidget__black .widget-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 28px;
}
@media (min-width: 1200px) {
  .staticContentWidget__black .widget-title {
    font-size: 40px;
    line-height: 52px;
  }
}
.staticContentWidget .category__list {
  align-items: center;
}
.staticContentWidget .category__list div a {
  display: block;
  line-height: 20px;
  padding: 12px 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .staticContentWidget .category__list div a {
    padding: 8px 0;
  }
}
.staticContentWidget .category__list div:first-of-type a:not(.category--flags) {
  padding-top: 0;
}
@media (min-width: 768px) {
  .staticContentWidget .category__list div:first-of-type a:not(.category--flags) {
    padding-top: 8px;
  }
}
.staticContentWidget .category__list .category--flags {
  display: flex;
  margin: 8px 0;
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  padding: 6px 8px;
  align-items: center;
  justify-content: flex-end !important;
  flex-direction: row-reverse;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #5554de;
}
.staticContentWidget .category__list .category--flags img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin: 0 8px 0 0;
  min-width: 28px;
  min-height: 28px;
}

#world-map-markers {
  height: 200px;
}
@media (min-width: 768px) {
  #world-map-markers {
    height: 400px;
  }
}

svg {
  -ms-touch-action: none;
  touch-action: none;
}

image, text, .jvm-zoomin, .jvm-zoomout {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jvm-container {
  -ms-touch-action: none;
  touch-action: none;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.jvm-tooltip {
  border-radius: 3px;
  background-color: #5c5cff;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.2);
  padding: 3px 5px;
  white-space: nowrap;
  position: absolute;
  display: none;
  color: #FFF;
}
.jvm-tooltip.active {
  display: block;
}

.jvm-zoom-btn {
  border-radius: 3px;
  background-color: #292929;
  padding: 3px;
  box-sizing: border-box;
  position: absolute;
  line-height: 10px;
  cursor: pointer;
  color: #FFF;
  height: 15px;
  width: 15px;
  left: 10px;
}
.jvm-zoom-btn.jvm-zoomout {
  top: 30px;
}
.jvm-zoom-btn.jvm-zoomin {
  top: 10px;
}

.jvm-series-container {
  right: 15px;
  position: absolute;
}
.jvm-series-container.jvm-series-h {
  bottom: 15px;
}
.jvm-series-container.jvm-series-v {
  top: 15px;
}
.jvm-series-container .jvm-legend {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  margin-left: 0.75rem;
  border-radius: 0.25rem;
  border-color: #e5e7eb;
  padding: 0.6rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  float: left;
}
.jvm-series-container .jvm-legend .jvm-legend-title {
  line-height: 1;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 0.5rem;
  margin-bottom: 0.575rem;
  text-align: left;
}
.jvm-series-container .jvm-legend .jvm-legend-inner {
  overflow: hidden;
}
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick {
  overflow: hidden;
  min-width: 40px;
}
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick:not(:first-child) {
  margin-top: 0.575rem;
}
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick .jvm-legend-tick-sample {
  border-radius: 4px;
  margin-right: 0.65rem;
  height: 16px;
  width: 16px;
  float: left;
}
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick .jvm-legend-tick-text {
  font-size: 12px;
  text-align: center;
  float: left;
}

.jvm-line[animation=true] {
  -webkit-animation: jvm-line-animation 10s linear forwards infinite;
  animation: jvm-line-animation 10s linear forwards infinite;
}

@-webkit-keyframes jvm-line-animation {
  from {
    stroke-dashoffset: 250;
  }
}
@keyframes jvm-line-animation {
  from {
    stroke-dashoffset: 250;
  }
}
.casinoBankingAndPayoutsWidget {
  padding: 24px 16px;
  background: #ffffff;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .casinoBankingAndPayoutsWidget {
    padding: 40px 24px;
  }
}
@media (min-width: 1200px) {
  .casinoBankingAndPayoutsWidget {
    padding: 40px;
  }
}
.casinoBankingAndPayoutsWidget__title {
  margin-top: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .casinoBankingAndPayoutsWidget__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
}
.casinoBankingAndPayoutsWidget__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .casinoBankingAndPayoutsWidget__description {
    margin-bottom: 16px;
  }
}
.casinoBankingAndPayoutsWidget__link {
  cursor: pointer;
  color: #5554de;
}
.casinoBankingAndPayoutsWidget__link:hover {
  text-decoration: underline;
}
.casinoBankingAndPayoutsWidget__comma {
  margin: 0 4px 0 0;
}
.casinoBankingAndPayoutsWidget__table {
  border-collapse: collapse;
}
.casinoBankingAndPayoutsWidget__table tr {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom: 1px solid #f1f1f1;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .casinoBankingAndPayoutsWidget__table tr {
    padding: 20px 0;
  }
}
.casinoBankingAndPayoutsWidget__table tr.casinoBankingAndPayoutsWidget__withdrawal--row {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .casinoBankingAndPayoutsWidget__table tr.casinoBankingAndPayoutsWidget__withdrawal--row {
    padding-bottom: 20px;
  }
}
.casinoBankingAndPayoutsWidget__table tr:first-child {
  padding-top: 0;
}
.casinoBankingAndPayoutsWidget__table tr:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.casinoBankingAndPayoutsWidget__table tr td {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #6c6c6c;
  margin-bottom: 8px;
}
.casinoBankingAndPayoutsWidget__table tr td.casinoBankingAndPayoutsWidget__withdrawal--cell:last-child {
  padding-left: 0;
}
.casinoBankingAndPayoutsWidget__table tr td:first-child {
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .casinoBankingAndPayoutsWidget__table tr td:first-child {
    max-width: 230px;
    margin-right: 40px;
    margin-bottom: 0;
    align-items: flex-start;
  }
}
.casinoBankingAndPayoutsWidget__table tr td:first-child:before {
  display: inline-block;
  content: "";
  min-width: 7px;
  width: 7px;
  height: 7px;
  margin: 8px 12px 8px 8px;
  background: #5554de;
  border-radius: 50%;
}
.casinoBankingAndPayoutsWidget__table tr td:last-child {
  color: #181818;
  padding-left: 28px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .casinoBankingAndPayoutsWidget__table tr td:last-child {
    flex: 1;
    padding-left: 0;
  }
}
.casinoBankingAndPayoutsWidget__withdrawal--row {
  padding-bottom: 0;
}
.casinoBankingAndPayoutsWidget__withdrawal--names {
  width: 100%;
  padding-left: 28px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .casinoBankingAndPayoutsWidget__withdrawal--names {
    padding-left: 0;
  }
}
.casinoBankingAndPayoutsWidget__withdrawal--payments {
  display: inline-flex;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin: 0 -8px;
}
.casinoBankingAndPayoutsWidget__withdrawal--logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 calc(33.333% - 16px);
  margin: 0 8px 16px 8px;
  padding: 8px 20px;
  background: #f9f9ff;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .casinoBankingAndPayoutsWidget__withdrawal--logo {
    flex: 0 0 calc(16.6666666667% - 16px);
    padding: 8px 10px;
    margin-bottom: 0;
  }
}
.casinoBankingAndPayoutsWidget__withdrawal--logo svg {
  width: 100%;
  max-height: 24px;
  max-width: 40px;
}
.casinoBankingAndPayoutsWidget__more {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.casinoBankingAndPayoutsWidget__more .text {
  font-size: 14px;
  line-height: 24px;
  color: #5554de;
}
.casinoBankingAndPayoutsWidget__more .button {
  display: flex;
  align-items: center;
  background: #f2f2ff;
  padding: 0 8px;
  border-radius: 20px;
  border: unset;
  cursor: pointer;
}
.casinoBankingAndPayoutsWidget__more .button .icon_drop-down {
  margin-left: 4px;
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.casinoBankingAndPayoutsWidget__items-visible {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.casinoBankingAndPayoutsWidget__items-short {
  flex: 1;
  display: inline-flex;
  flex-wrap: wrap;
}
.casinoBankingAndPayoutsWidget__items-short .coma {
  margin-right: 4px;
}
.casinoBankingAndPayoutsWidget__items-short .coma:last-child {
  margin-right: 0;
}
.casinoBankingAndPayoutsWidget__items-hidden {
  display: none;
}
.casinoBankingAndPayoutsWidget__items-hidden *[data-text-before]:before {
  content: attr(data-text-before);
}
.casinoBankingAndPayoutsWidget__items-hidden--active {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}
.casinoBankingAndPayoutsWidget__items-hidden--active .coma {
  margin-right: 4px;
}
.casinoBankingAndPayoutsWidget__items-hidden--active .coma:last-child {
  margin-right: 0;
}
.support_contacts{padding:40px;background:#fff;border-radius:20px;width:100%;margin-bottom:30px}.support_contacts__description{font-weight:400;font-size:14px;line-height:24px;color:#181818;letter-spacing:.01em}.support_contacts .title-box{width:100%}.support_contacts .title-box .title{font-size:28px;font-weight:700;line-height:32px;padding-bottom:4px;width:100%;text-align:left}.support_contacts-box .item{padding:24px 0;border-bottom:1px solid #f1f1f1;width:50%}.support_contacts-box .item-title{display:flex;align-items:center}.support_contacts-box .item-title .dot{width:7px;min-width:7px;height:7px;margin:8px 12px 8px 8px;background:#5554de;border-radius:100%}.support_contacts-box .item .country_group{display:flex;align-items:center;justify-content:end;flex-wrap:wrap;margin-left:auto}.support_contacts-box .item .country_group-disabled{display:none;width:100%;justify-content:end;align-items:center;flex-wrap:wrap}.support_contacts-box .item .country_group-disabled--active{display:inline-flex;flex-wrap:wrap;width:100%}.support_contacts-box .item .country_group-box{display:flex;align-items:center;margin-right:8px}.support_contacts-box .item .country_group-box[data-text-before]:before{content:attr(data-text-before)}.support_contacts-box .item .country_group-short{display:inline-flex;justify-content:end;flex-wrap:wrap;flex:1}.support_contacts-box .item .country_group .flag{width:20px;height:20px;min-width:20px;margin-right:8px;border-radius:100%;object-fit:cover}.support_contacts-box .item .phone{display:flex;justify-content:end}.support_contacts-box .item .active{display:flex;justify-content:end;align-items:center}.support_contacts-box .item .active .text{margin-left:12px}.support_contacts-box:last-child .item{padding:20px 0 0 0;border-bottom:unset}.support_contacts-country-show{display:flex;align-items:center;margin-left:12px}.support_contacts-country-show .button{background:#f2f2ff;padding:4px 8px;border-radius:20px;border:unset;display:flex;align-items:center;cursor:pointer}.support_contacts-country-show .button .text{font-size:16px;line-height:24px;color:#5554de}.support_contacts-country-show .button .icon_drop-down{margin-left:4px;width:20px;height:20px;min-width:20px}@media(max-width: 750px){.support_contacts{padding:24px 16px 24px 16px}.support_contacts-country-show{margin-left:auto;margin-bottom:12px}.support_contacts-country-show .button{margin-left:8px}.support_contacts .title-box .title{font-weight:600;font-size:20px}.support_contacts .item{width:100%}.support_contacts .item:first-child{padding-top:16px;border-bottom:unset}.support_contacts .item:last-child{padding-bottom:5px}.support_contacts-box:last-child .item{padding:0}.support_contacts-box .item{display:block;padding:0}.support_contacts-box .item .phone{justify-content:left;margin-left:28px}.support_contacts-box .item .country_group-disabled{margin-top:unset;justify-content:left}.support_contacts-box .item .country_group-box{margin-left:unset;margin-right:8px;margin-bottom:12px}.support_contacts-box .item .country_group-box:last-child,.support_contacts-box .item .country_group-box:nth-child(3){margin-right:unset}.support_contacts-box .item .country_group{width:unset;padding:12px 0 0 28px;justify-content:left}.support_contacts-box .item .country_group-short{justify-content:left}.support_contacts-box .item .active{justify-content:left;padding:12px 0 12px 28px}}
.review_gallery {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    padding: 24px 16px;
    margin-bottom: 28px;
}

@media (min-width: 768px) {
    .review_gallery {
        padding: 40px;
    }
}

.review_gallery_title {
    margin-top: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #181818;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .review_gallery_title {
        font-weight: 700;
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 16px;
    }
}

.review_gallery_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .review_gallery_container {
        margin-bottom: 24px;
    }
}

.review_gallery_subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #181818;
    margin: 0;
}

.review_gallery .carousel_box-CKEDITOR {
    flex-direction: column;
    margin: 0;
}

.review_gallery .carousel_box-CKEDITOR:nth-child(3) {
    margin-top: 8px;
}

@media (min-width: 768px) {
    .review_gallery .carousel_box-CKEDITOR:nth-child(3) {
        margin-top: 24px;
    }
}

.review_gallery .carousel_box-CKEDITOR .arrow_left, .review_gallery .carousel_box-CKEDITOR .arrow_right {
    width: 36px;
    height: 36px;
}

.review_gallery .carousel_box-CKEDITOR .arrow_left svg, .review_gallery .carousel_box-CKEDITOR .arrow_right svg {
    width: 20px;
    height: 20px;
}

.review_gallery .carousel_box-CKEDITOR .slide {
    overflow: hidden;
}

.review_gallery .carousel_box-CKEDITOR .slide_buttons {
    margin-bottom: 0;
}

.review_gallery .carousel_box-CKEDITOR .slide.slide_mob {
    max-width: 303px;
    height: 280px;
    margin-right: 16px;
    position: relative;
}

@media (min-width: 768px) {
    .review_gallery .carousel_box-CKEDITOR .slide.slide_mob {
        max-width: 155px;
    }
}

.review_gallery .carousel_box-CKEDITOR .slide.slide_mob img {
    height: 280px;
    border-radius: 16px;
}

.review_gallery .carousel_box-CKEDITOR .slide.slide_mob img.slide-horizontal {
    transform: rotate(90deg);
    width: 280px;
    height: 303px;
    position: absolute;
    top: -12px;
    left: 12px;
}

@media (min-width: 768px) {
    .review_gallery .carousel_box-CKEDITOR .slide.slide_mob img.slide-horizontal {
        height: 155px;
        top: 63px;
        left: -62px;
    }
}

.review_gallery .carousel_box-CKEDITOR .slide.slide_website {
    max-width: 303px;
    height: 280px;
    margin-right: 16px;
    position: relative;
}

@media (min-width: 768px) {
    .review_gallery .carousel_box-CKEDITOR .slide.slide_website {
        max-width: 280px;
    }
}

.review_gallery .carousel_box-CKEDITOR .slide.slide_website img {
    height: 280px;
    border-radius: 16px;
}
/* Primary / Brand Green */
/* Secondary / Accent Purple */
/* Neutrals */
/* Error / Red */
/* Warning / Yellow */
/* Others */
.reviewWidget__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .reviewWidget__top {
        justify-content: space-between;
    }
}

.reviewWidget__top__title {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #181818;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .reviewWidget__top__title {
        font-size: 28px;
        line-height: 36px;
        width: auto;
        margin-bottom: 0;
    }
}

.reviewWidget__top__rating {
    display: inline-flex;
    align-items: center;
}

.reviewWidget__top__rating--star {
    display: inline-flex;
    margin-right: 8px;
}

.reviewWidget__top__rating--value {
    display: inline-flex;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-right: 8px;
    color: #181818;
}

.reviewWidget__top__rating--reviews {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #2B2B2B;
    margin-right: 8px;
}

.reviewWidget__top__rating--tooltip {
    display: inline-flex;
}

.reviewWidget__items {
    display: flex;
    flex-wrap: wrap;
}

.reviewWidget__item {
    width: 100%;
    padding: 20px 16px;
    border-radius: 20px;
    background: #ffffff;
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .reviewWidget__item {
        padding: 40px;
        justify-content: space-between;
        margin-bottom: 28px;
    }
}

.reviewWidget__item__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

@media (min-width: 768px) {
    .reviewWidget__item__top {
        margin-bottom: 22px;
    }
}

.reviewWidget__item__author {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .reviewWidget__item__author {
        width: 50%;
        margin-bottom: 0;
    }
}

.reviewWidget__item__author--logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-right: 16px;
}

.reviewWidget__item__author--logo__svg {
    background: #f2f2ff;
    padding: 8px;
}

.reviewWidget__item__author--logo img {
    border-radius: 50%;
    width: 100%;
    height: auto;
}

.reviewWidget__item__author--logo svg {
    width: 40px;
    height: 40px;
}

.reviewWidget__item__author--info {
    display: inline-flex;
    flex-wrap: wrap;
    flex: 1;
    align-items: center;
}

.reviewWidget__item__author--name {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #181818;
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    .reviewWidget__item__author--name {
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
    }
}

.reviewWidget__item__author--role {
    padding: 4px 8px;
    border-radius: 16px;
    background: #e3fff4;
    color: #00a665;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.reviewWidget__item__info {
    width: 100%;
    margin-bottom: 16px;
    display: inline-flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .reviewWidget__item__info {
        width: 50%;
        justify-content: flex-end;
        margin-bottom: 0;
    }
}

.reviewWidget__item__info__rating {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    width: 100%;
}

@media (min-width: 768px) {
    .reviewWidget__item__info__rating {
        justify-content: flex-end;
    }
}

.reviewWidget__item__info__rating--stars {
    display: inline-flex;
    margin-right: 8px;
}

.reviewWidget__item__info__rating--value {
    display: inline-flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    margin-top: 2px;
}

.reviewWidget__item__info__date {
    display: inline-flex;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #6c6c6c;
}

.reviewWidget__item__info__date time {
    margin-left: 4px;
}

@media (min-width: 768px) {
    .reviewWidget__item__info__date {
        justify-content: flex-end;
    }
}

.reviewWidget__item__content {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #2B2B2B;
}

.reviewWidget__item__content ul {
    list-style: none;
    padding-left: 6px;
}

.reviewWidget__item__content ul:last-of-type {
    margin-bottom: 0;
}

.reviewWidget__item__content ul li {
    position: relative;
    padding-left: 14px;
}

.reviewWidget__item__content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #2B2B2B;
}

.reviewWidget__item__content p:first-of-type {
    margin-top: 0;
}

.reviewWidget__item__content p:last-of-type {
    margin-bottom: 0;
}
.casinoSoftwareProviderWidget {
    background: #ffffff;
    padding: 24px 16px 8px;
    border-radius: 20px;
}

@media (min-width: 768px) {
    .casinoSoftwareProviderWidget {
        padding: 40px 24px 32px;
    }
}

@media (min-width: 1200px) {
    .casinoSoftwareProviderWidget {
        padding: 40px 40px 32px;
    }
}

.casinoSoftwareProviderWidget__title {
    margin-top: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #181818;
    margin-bottom: 18px;
}

@media (min-width: 768px) {
    .casinoSoftwareProviderWidget__title {
        font-weight: 700;
        font-size: 28px;
        line-height: 36px;
    }
}

.casinoSoftwareProviderWidget__providers {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 12px);
    margin: 0 -6px;
}

@media (min-width: 768px) {
    .casinoSoftwareProviderWidget__providers {
        width: calc(100% + 16px);
        margin: 0 -8px;
    }
}

.casinoSoftwareProviderWidget__providers--item {
    display: inline-flex;
    cursor: pointer;
    width: calc(50% - 12px);
    height: 144px;
    margin: 0 6px 16px 6px;
}

.casinoSoftwareProviderWidget__providers--item.hide {
    display: none;
}

.casinoSoftwareProviderWidget__providers--item.show {
    display: inline-flex;
}

@media (min-width: 768px) {
    .casinoSoftwareProviderWidget__providers--item {
        width: calc(16.6666666667% - 16px);
        height: 100px;
        margin: 8px;
    }
}

@media (min-width: 1200px) {
    .casinoSoftwareProviderWidget__providers--item {
        height: 118px;
    }
}

.casinoSoftwareProviderWidget__providers--item-link {
    background: #f9f9ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 16px;
}

.casinoSoftwareProviderWidget__providers--item-link img {
    width: 60%;
    height: auto;
}

.casinoSoftwareProviderWidget__providers--item-others {
    width: 100%;
    border-radius: 16px;
    background: #f9f9ff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.casinoSoftwareProviderWidget__providers--item-others span {
    color: #2B2B2B;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
.widget-half .linksWidget__wrapper {
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .widget-half .linksWidget__wrapper {
    padding: 24px;
  }
}
.widget-half .linksWidget__title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .widget-half .linksWidget__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 24px;
  }
}
.widget-half .linksWidget__default {
  margin-top: 0;
}
.widget-half .linksWidget__default-col {
  flex: 0 0 100%;
  margin-bottom: 28px;
}
.widget-half .linksWidget__default-col:last-child {
  margin-bottom: 0;
}
.widget-half .linksWidget__default-item {
  margin-bottom: 28px;
  align-items: center;
}
.widget-half .linksWidget__default-item .icon_check {
  display: none;
}
.widget-half .linksWidget__default-item:last-child {
  margin-bottom: 0;
}
.widget-half .linksWidget__default-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}
.widget-half .linksWidget__default-link:hover {
  color: #5554de;
}
.widget-half .linksWidget__similar-col {
  flex: 0 0 100%;
  margin-bottom: 16px;
  position: relative;
}
.widget-half .linksWidget__similar-col:before {
  content: "";
  height: 1px;
  background: #f1f1f1;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  position: absolute;
}
.widget-half .linksWidget__similar-col:last-child {
  margin-bottom: 0;
}
.widget-half .linksWidget__similar-col:last-child:before {
  display: none;
}
.widget-half .linksWidget__similar-item {
  margin-bottom: 16px;
  padding: 8px;
  border: none;
  position: relative;
}
.widget-half .linksWidget__similar-item:last-child {
  margin-bottom: 0;
}
.widget-half .linksWidget__similar-item:last-child:before {
  display: none;
}
.widget-half .linksWidget__similar-item:before {
  content: "";
  height: 1px;
  background: #f1f1f1;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  position: absolute;
}
.widget-half .linksWidget__similar-item:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4298 5.44321L16.9869 12.0003L10.4298 18.5573L9.01562 17.1431L14.1585 12.0003L9.01562 6.85742L10.4298 5.44321Z' fill='%23181818'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  margin-left: 12px;
}
.widget-half .linksWidget__similar-casinos-item {
  flex-basis: 100%;
}
.widget-half .linksWidget__similar-casinos-item:last-child {
  margin-bottom: 28px;
}
.widget-half .linksWidget__similar-title {
  flex: 1;
}
.widget-half .linksWidget__similar-link {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.linksWidget__wrapper {
  padding: 24px 16px;
  background: #ffffff;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .linksWidget__wrapper {
    padding: 40px 24px;
  }
}
@media (min-width: 1200px) {
  .linksWidget__wrapper {
    padding: 40px;
  }
}
.linksWidget__title {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #181818;
}
@media (min-width: 768px) {
  .linksWidget__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 24px;
  }
}
.linksWidget__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
  margin-top: -20px;
  margin-bottom: -20px;
}
.linksWidget__table th {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
}
.linksWidget__table th:first-child {
  padding-left: 20px;
}
.linksWidget__table th:last-child {
  max-width: 42px;
  padding-right: 20px;
  text-align: right;
}
.linksWidget__table tbody td {
  padding: 10px;
  background: #f9f9ff;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #181818;
}
.linksWidget__table tbody td a:hover {
  text-decoration: underline;
}
.linksWidget__table tbody td:first-child {
  padding-left: 20px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
.linksWidget__table tbody td:last-child {
  max-width: 60px;
  font-weight: 500;
  color: #5554de;
  padding-right: 20px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}
.linksWidget__default {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 24px;
}
.linksWidget__default-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-basis: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .linksWidget__default-item {
    flex-basis: calc(50% - 10px);
  }
}
.linksWidget__default-item:last-child {
  margin-bottom: 0;
}
.linksWidget__default-item .icon_check {
  flex: 0 0 20px;
  margin-right: 12px;
  width: 20px;
  height: 20px;
}
.linksWidget__default-link {
  flex: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #181818;
}
.linksWidget__default-link:hover {
  text-decoration: underline;
}
.linksWidget__similar {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .linksWidget__similar {
    justify-content: space-between;
  }
}
.linksWidget__similar-col {
  width: 100%;
  margin-bottom: 30px;
}
.linksWidget__similar-col-solo {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .linksWidget__similar-col-solo {
    margin-bottom: 0;
  }
}
.linksWidget__similar-col:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .linksWidget__similar-col {
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 0;
  }
}
.linksWidget__similar-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 16px;
  padding: 8px;
  border: 1px solid #f1f1f1;
  border-radius: 16px;
}
.linksWidget__similar-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .linksWidget__similar-item {
    margin-bottom: 28px;
  }
}
.linksWidget__similar-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  margin-right: 12px;
  border: 1px solid #f1f1f1;
}
.linksWidget__similar-logo img {
  width: 40px;
  height: auto;
}
.linksWidget__similar-title a, .linksWidget__similar-title span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #5554de;
}
.linksWidget__similar-title a:hover {
  text-decoration: underline;
}
.linksWidget__similar-casinos-item {
  position: relative;
  flex-basis: 100%;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .linksWidget__similar-casinos-item {
    flex-basis: calc(50% - 10px);
  }
}
.linksWidget__similar-casinos-item:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}
.linksWidget__similar-casinos-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.linksWidget__similar-casinos-solo-item {
  position: relative;
  flex-basis: 100%;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .linksWidget__similar-casinos-solo-item {
    flex-basis: calc(50% - 10px);
  }
}

.linksWidget_sidebar {
  padding: 32px;
  background: #ffffff;
  border-radius: 16px;
}
.linksWidget_sidebar .linksWidget__similar-col {
  flex: unset;
}
.linksWidget_sidebar .linksWidget__similar-col .linksWidget__similar-item {
  flex-wrap: nowrap;
  padding: 16px 0 16px 0;
  border: unset;
  border-bottom: 1px solid #f4f5f7;
  border-radius: unset;
  margin-bottom: unset;
}
.linksWidget_sidebar .linksWidget__similar-col .linksWidget__similar-item:first-child {
  padding: 0 0 16px 0;
}
.linksWidget_sidebar .linksWidget__similar-col .linksWidget__similar-item:last-child {
  border-bottom: unset;
  padding: 16px 0 0 0;
}
.linksWidget_sidebar .linksWidget__similar-col .linksWidget__similar-icon {
  margin-left: auto;
}

.linksWidget_sidebar-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
  margin-bottom: 24px;
}
.faq {
    font-family: "Poppins", sans-serif;
}

.faq__link {
    cursor: pointer;
    color: #5554de;
    text-decoration: underline;
}

.faq__link:hover {
    color: #5554de;
}

.faq__title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #181818;
}

.faq__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #181818;
}

.accordion p {
    margin-bottom: 0;
    margin-top: 0;
}

.accordion a {
    color: #5554de;
    text-decoration: underline;
}

.accordion__item:last-of-type .accordion {
    margin-bottom: 0;
}

.accordion__wrapper {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 8px 16px;
}

@media (min-width: 768px) {
    .accordion__wrapper {
        padding: 24px;
    }
}

@media (min-width: 1024px) {
    .accordion__wrapper {
        padding: 24px 40px;
    }
}

.accordion__card {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}

.accordion__card-title {
    width: 100%;
    cursor: pointer;
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 52px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #181818;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-appearance: none;
}

.accordion__card-title p {
    margin-bottom: 0;
    margin-top: 0;
}

@media (min-width: 768px) {
    .accordion__card-title {
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 16px;
        line-height: 24px;
    }
}

.accordion__card-arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-color: #F2F2FF;
    border-radius: 50%;
}

.accordion__card-arrow:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.98995 6.47758C6.44321 7.02431 5.55678 7.02431 5.01005 6.47758L1.38995 2.85748C0.507997 1.97553 1.13263 0.467529 2.3799 0.467529H9.6201C10.8674 0.467529 11.492 1.97553 10.6101 2.85748L6.98995 6.47758Z' fill='%235554DE'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
}

.accordion__card-arrow:focus {
    outline: 0;
}

.accordion__card-content {
    margin-left: 0;
    margin-bottom: 0;
    overflow: hidden;
    transition: height 0.3s ease-in;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #181818;
    opacity: 0;
}

.accordion__card-active {
    margin-bottom: 6px;
}

.accordion__card-active .accordion__card {
    margin-bottom: 16px;
}

.accordion__card-active .accordion__card-arrow:after {
    transform: rotate(180deg);
}

.accordion__card-active .accordion__card-content {
    transition: height 0.3s ease-out;
    opacity: 1;
}
.testimonialWidget__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .testimonialWidget__top {
        justify-content: space-between;
    }
}

.testimonialWidget__top__title {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #181818;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .testimonialWidget__top__title {
        width: auto;
        margin-bottom: 0;
    }
}

.testimonialWidget__top__rating {
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.testimonialWidget__top__rating:hover .testimonialWidget__top__rating--tooltip-dialog {
    display: block;
}

.testimonialWidget__top__rating--star {
    display: inline-flex;
    margin-right: 8px;
}

.testimonialWidget__top__rating--value {
    display: inline-flex;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-right: 8px;
    color: #181818;
}

.testimonialWidget__top__rating--reviews {
    display: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #2B2B2B;
    margin-right: 8px;
}

.testimonialWidget__top__rating--tooltip {
    display: inline-flex;
}

.testimonialWidget__top__rating--tooltip-dialog {
    position: absolute;
    width: 100%;
    min-width: 285px;
    right: 0;
    top: 37px;
    display: none;
}

@media (max-width: 768px) {
    .testimonialWidget__top__rating--tooltip-dialog {
        left: 0;
    }
}

.testimonialWidget__top__rating--tooltip-box {
    font-size: 12px;
    background: #404040;
    color: #ffffff;
    border-radius: 16px;
    min-width: 285px;
    padding: 16px 20px;
}

@media (max-width: 768px) {
    .testimonialWidget__top__rating--tooltip-box {
        padding: 16px 20px 8px 20px;
    }
}

.testimonialWidget__top__rating--button-close {
    display: none;
}

@media (max-width: 768px) {
    .testimonialWidget__top__rating--button-close {
        display: block;
        margin: 8px auto 0 auto;
    }
}

.testimonialWidget__top__rating--top-arrow {
    position: absolute;
    top: -9px;
    right: 33px;
}

@media (max-width: 768px) {
    .testimonialWidget__top__rating--top-arrow {
        left: 38px;
    }
}

.testimonialWidget__cards {
    display: flex;
    flex-wrap: wrap;
}

.testimonialWidget__card {
    width: 100%;
    padding: 20px 16px;
    border-radius: 20px;
    background: #ffffff;
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .testimonialWidget__card {
        padding: 40px;
        justify-content: space-between;
        margin-bottom: 28px;
    }
}

.testimonialWidget__card:last-child {
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .testimonialWidget__card:last-child {
        margin-bottom: 32px;
    }
}

.testimonialWidget__card__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

@media (min-width: 768px) {
    .testimonialWidget__card__top {
        margin-bottom: 16px;
    }
}

.testimonialWidget__card__user {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .testimonialWidget__card__user {
        width: 50%;
        margin-bottom: 0;
    }
}

.testimonialWidget__card__user--logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #f2f2ff;
    padding: 8px;
    margin-right: 16px;
}

.testimonialWidget__card__user--logo svg {
    width: 40px;
    height: 40px;
}

.testimonialWidget__card__user--info {
    display: inline-flex;
    flex-wrap: wrap;
    flex: 1;
    align-items: center;
}

.testimonialWidget__card__user--name {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #181818;
}

@media (min-width: 768px) {
    .testimonialWidget__card__user--name {
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
    }
}

.testimonialWidget__card__user--flag {
    display: inline-flex;
    margin-right: 8px;
}

.testimonialWidget__card__user--verified {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #5554de;
    padding: 4px 8px;
    border-radius: 16px;
    background: #f2f2ff;
}

.testimonialWidget__card__info {
    width: 100%;
    margin-bottom: 16px;
    display: inline-flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .testimonialWidget__card__info {
        width: 50%;
        justify-content: flex-end;
        margin-bottom: 0;
    }
}

.testimonialWidget__card__info__rating {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    width: 100%;
}

@media (min-width: 768px) {
    .testimonialWidget__card__info__rating {
        justify-content: flex-end;
    }
}

.testimonialWidget__card__info__rating--stars {
    display: inline-flex;
    margin-right: 8px;
}

.testimonialWidget__card__info__rating--value {
    display: inline-flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    margin-top: 2px;
}

.testimonialWidget__card__info__date {
    display: inline-flex;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #6c6c6c;
}

@media (min-width: 768px) {
    .testimonialWidget__card__info__date {
        justify-content: flex-end;
    }
}

.testimonialWidget__card__content {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #2B2B2B;
}

.testimonialWidget__pagination {
    display: none;
    width: 100%;
    padding: 0;
    list-style: none;
    align-items: center;
    justify-content: center;
    margin: 0 -8px 32px;
}

@media (min-width: 768px) {
    .testimonialWidget__pagination {
        margin-bottom: 62px;
    }
}

.testimonialWidget__pagination li {
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #b5b5b5;
}

.testimonialWidget__pagination li.active {
    color: #5554de;
}

.testimonialWidget__pagination li.active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 2px;
    background: #5554de;
}

.testimonialWidget__pagination--left, .testimonialWidget__pagination--right {
    width: 36px !important;
    height: 36px !important;
    padding: 8px;
    background: #ffffff;
    border-radius: 50%;
}

.testimonialWidget__pagination--left svg, .testimonialWidget__pagination--right svg {
    width: 20px;
    height: 20px;
}

.testimonialWidget__form {
    padding: 20px 16px;
    border-radius: 20px;
    background: #ffffff;
    border: none;
}

@media (min-width: 768px) {
    .testimonialWidget__form {
        padding: 40px;
    }
}

.testimonialWidget__form__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #181818;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .testimonialWidget__form__title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 24px;
    }
}

.testimonialWidget__form__user-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .testimonialWidget__form__user-group {
        justify-content: space-between;
        margin-bottom: 24px;
    }

    .testimonialWidget__form__user-group .testimonialWidget__form__group {
        flex: 0 0 calc(50% - 10px);
        margin-bottom: 0;
    }
}

.testimonialWidget__form__group {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .testimonialWidget__form__group {
        margin-bottom: 24px;
    }
}

.testimonialWidget__form__group .liked {
    margin-left: 4px;
    color: #04C378;
}

.testimonialWidget__form__group .not-liked {
    margin-left: 4px;
    color: #ff455b;
}

.testimonialWidget__form__group label {
    width: 100%;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #2B2B2B;
    margin-bottom: 8px;
}

.testimonialWidget__form__group input {
    width: 100%;
    padding: 16px 16px 20px;
    background: #f9f9ff;
    border-radius: 12px;
    outline: none;
    border: 1px solid #f9f9ff;
}

.testimonialWidget__form__group input:focus {
    border: 1px solid #5554de;
}

.testimonialWidget__form__group input.invalid {
    border: 1px solid #ff455b;
}

.testimonialWidget__form__group textarea {
    width: 100%;
    padding: 12px 16px;
    background: #f9f9ff;
    border: 1px solid #f9f9ff;
    border-radius: 12px;
    outline: none;
    resize: none;
    overflow: hidden;
}

.testimonialWidget__form__group textarea:focus {
    border: 1px solid #5554de;
}

.testimonialWidget__form__group textarea.invalid {
    border: 1px solid #ff455b;
}

.testimonialWidget__form__additional-info {
    display: inline-flex;
    margin-left: auto;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #6c6c6c;
}

.testimonialWidget__form__radio {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .testimonialWidget__form__radio {
        margin-bottom: 24px;
    }
}

.testimonialWidget__form__radio input {
    display: none;
}

.testimonialWidget__form__radio input:checked ~ label svg use {
    color: #f0d800;
}

.testimonialWidget__form__radio--title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #2B2B2B;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .testimonialWidget__form__radio--title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
    }
}

.testimonialWidget__form__radio--wrapper {
    width: 100%;
    background: #f9f9ff;
    border-radius: 12px;
    padding: 24px 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.testimonialWidget__form__radio--wrapper.invalid {
    border: 1px solid #ff455b;
}

.testimonialWidget__form__radio--stars {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}

.testimonialWidget__form__radio--star {
    cursor: pointer;
    display: inline-flex;
    width: 52px;
    height: 40px;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .testimonialWidget__form__radio--star {
        width: 60px;
        height: 48px;
    }
}

.testimonialWidget__form__radio--star:first-child {
    width: 40px;
}

@media (min-width: 768px) {
    .testimonialWidget__form__radio--star:first-child {
        width: 48px;
    }
}

.testimonialWidget__form__radio--star:hover svg use, .testimonialWidget__form__radio--star:hover ~ .testimonialWidget__form__radio--star svg use {
    color: #f0d800;
}

.testimonialWidget__form__radio--star.radio_star-active svg {
    fill: #f0d800;
}

.testimonialWidget__form__radio svg {
    width: 40px;
    height: 40px;
    fill: #dBd8d8;
}

@media (min-width: 768px) {
    .testimonialWidget__form__radio svg {
        width: 48px;
        height: 48px;
    }
}

.testimonialWidget__form__radio--description {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #6c6c6c;
}

@media (min-width: 768px) {
    .testimonialWidget__form__radio .testimonialWidget__form__error {
        margin-top: 12px;
    }
}

.testimonialWidget__form__dropzone {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .testimonialWidget__form__dropzone {
        margin-bottom: 24px;
    }
}

.testimonialWidget__form__dropzone__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    color: #181818;
    display: block;
}

@media (min-width: 768px) {
    .testimonialWidget__form__dropzone__title {
        font-size: 16px;
        line-height: 24px;
    }
}

.testimonialWidget__form__dropzone__wrapper, .testimonialWidget__form__dropzone__add {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px dashed #5554de;
    border-radius: 12px;
    padding: 24px 12px;
    position: relative;
}

.testimonialWidget__form__dropzone__wrapper.invalid, .testimonialWidget__form__dropzone__add.invalid {
    border: 1px dashed #ff455b;
}

.testimonialWidget__form__dropzone__add {
    width: 96px;
    height: 96px;
    display: inline-flex;
    align-items: center;
    margin: 0 4px 8px;
}

.testimonialWidget__form__dropzone__add--img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #E9E9FF;
    border-radius: 50%;
}

.testimonialWidget__form__dropzone--img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #E9E9FF;
    border-radius: 50%;
    margin-bottom: 12px;
}

.testimonialWidget__form__dropzone--title {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #4443b8;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .testimonialWidget__form__dropzone--title {
        font-size: 16px;
        line-height: 24px;
    }
}

.testimonialWidget__form__dropzone--description {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #6c6c6c;
}

.testimonialWidget__form__dropzone input {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.testimonialWidget__form__dropzone__gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.testimonialWidget__form__dropzone__gallery--title {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #6c6c6c;
    margin-bottom: 16px;
}

.testimonialWidget__form__dropzone__thumb {
    width: 96px;
    height: 96px;
    display: inline-flex;
    margin: 0 4px 8px;
    position: relative;
}

.testimonialWidget__form__dropzone__thumb--img {
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.testimonialWidget__form__dropzone__thumb--close {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #ffefee;
    border-radius: 50%;
}

.testimonialWidget__form__dropzone .testimonialWidget__form__error {
    margin-top: 12px;
}

.testimonialWidget__form__submit {
    cursor: pointer;
    width: 100%;
    border-radius: 16px;
    background: #05e98f;
    color: #181818;
    padding: 16px 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border: none;
    outline: none;
}

.testimonialWidget__form__error {
    margin-top: 6px;
    display: inline-flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ff455b;
}

.testimonialWidget__form__success {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 440px;
    margin: 0 auto;
}

.testimonialWidget__form__success--logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #f2f2ff;
    border-radius: 50%;
    margin-bottom: 20px;
}

.testimonialWidget__form__success--title {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
    color: #181818;
}

.testimonialWidget__form__success--description {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #181818;
    margin-bottom: 20px;
}

.testimonialWidget__form__success--btn {
    cursor: pointer;
    width: 100%;
    padding: 16px 40px;
    border-radius: 16px;
    background: #05e98f;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border: none;
    outline: none;
}
.widget-half .popularCategoryWidget .disabled {
  cursor: not-allowed;
}
.widget-half .popularCategoryWidget .disabled:hover .popularCategoryWidget__item__link, .widget-half .popularCategoryWidget .disabled:hover .popularCategoryWidget__item__description, .widget-half .popularCategoryWidget .disabled:hover svg path {
  color: #b5b5b5 !important;
  fill: #b5b5b5 !important;
}
.widget-half .popularCategoryWidget .disabled .popularCategoryWidget__item__description,
.widget-half .popularCategoryWidget .disabled .popularCategoryWidget__item__link {
  color: #b5b5b5 !important;
}
.widget-half .popularCategoryWidget__title {
  display: inline-block;
}
.widget-half .popularCategoryWidget__item {
  background: #ffffff;
  display: flex;
  border-radius: 16px;
  margin-bottom: 12px;
  align-items: center;
  padding: 12px 20px;
}
.widget-half .popularCategoryWidget__item.active .popularCategoryWidget__item__link, .widget-half .popularCategoryWidget__item.active .popularCategoryWidget__item__description, .widget-half .popularCategoryWidget__item.active svg path, .widget-half .popularCategoryWidget__item:hover .popularCategoryWidget__item__link, .widget-half .popularCategoryWidget__item:hover .popularCategoryWidget__item__description, .widget-half .popularCategoryWidget__item:hover svg path {
  color: #5554de;
  fill: #5554de;
}
.widget-half .popularCategoryWidget__item:last-child {
  margin-bottom: 0;
}
.widget-half .popularCategoryWidget__item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 20px;
}
.widget-half .popularCategoryWidget__item__icon svg {
  width: 36px;
  height: 36px;
}
.widget-half .popularCategoryWidget__item__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.widget-half .popularCategoryWidget__item__description {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  display: block;
  color: #616161;
}
.widget-half .authorWidget__img{margin:0 auto 16px}.widget-half .authorWidget__data{flex:0 0 100%;display:inline-flex;flex-wrap:wrap;justify-content:center;margin-bottom:24px}.widget-half .authorWidget__data-title,.widget-half .authorWidget__data-date{width:100%;text-align:center}.widget-half .authorWidget__socials{flex:0 0 100%;justify-content:center}.authorWidget{display:flex;flex-wrap:wrap;padding:20px;background:#fff;border-radius:20px}@media(min-width: 768px){.authorWidget{align-items:center}}@media(min-width: 768px){.authorWidget.authorWidget-with-bio{align-items:unset}}.authorWidget__img{width:100px;height:100px;display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;margin:0 auto 12px}@media(min-width: 768px){.authorWidget__img{margin:0 20px 0 0;flex:0 0 100px}}.authorWidget__img img{width:100%;border-radius:50%;object-fit:cover;height:auto}.authorWidget__data{width:100%;text-align:center;margin-bottom:20px}@media(min-width: 768px){.authorWidget__data{flex:1;margin-bottom:0;text-align:left}}.authorWidget__data-title{font-weight:600;font-size:18px;line-height:28px;margin-bottom:8px}.authorWidget__data a{cursor:pointer}.authorWidget__data-wrapper{text-align:left}.authorWidget__data-date{width:100%;display:block;font-weight:400;font-size:16px;line-height:24px;color:#6c6c6c}.authorWidget__data-bio{margin-top:12px;font-size:16px;line-height:24px;text-align:left;color:#404040}.authorWidget__data-bio p{margin:12px 0 0}.authorWidget__socials{width:100%;display:flex;flex-wrap:wrap;justify-content:center}@media(min-width: 768px){.authorWidget__socials{margin-left:20px;padding:12px 0;flex:0 0;flex-wrap:nowrap}}.authorWidget__socials .social{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:#f1f1f1;border:none;border-radius:12px}.authorWidget__socials .social+.social{margin-left:16px}
