.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;
}
.frontSearch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 44px;
}
@media (min-width: 576px) {
  .frontSearch {
    position: inherit;
    margin-bottom: 0;
  }
}
.frontSearch .search__dropdown {
  box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.12);
  max-height: none;
  overflow-y: auto;
}
@media (min-width: 576px) {
  .frontSearch .search__dropdown {
    max-height: 540px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.frontSearch .search__dropdown .search__scroll--container {
  max-height: 304px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (min-width: 576px) {
  .frontSearch .search__dropdown .search__scroll--container {
    max-height: none;
    overflow: auto;
  }
}
.frontSearch .search__dropdown .search__btns {
  padding: 20px 20px 8px 20px;
}
.frontSearch .search__dropdown .search__btns--items {
  display: flex;
  width: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.frontSearch .search__dropdown .search__btns--items::-webkit-scrollbar {
  display: none;
}
@media (min-width: 576px) {
  .frontSearch .search__dropdown .search__btns--items {
    overflow-y: auto;
    flex-wrap: wrap;
  }
}
.frontSearch .search__dropdown .search__btns--items button {
  color: #181818;
  border-color: #dBd8d8;
  white-space: nowrap;
  margin-right: 6px;
}
.frontSearch .search__dropdown .search__btns--items button.active {
  border-color: #4443b8;
}
@media (min-width: 576px) {
  .frontSearch .search__dropdown .search__btns--items button {
    margin-right: 4px;
  }
}
.frontSearch .search__dropdown .search__popular p {
  color: #4443b8;
}
.frontSearch .search__dropdown .search__popular--items .item p {
  color: #1f1f1f;
}
.frontSearch .search__dropdown .search__popular--items .item p.item__subtitle {
  color: #6c6c6c;
}
.frontSearch .search__dropdown .search__nav {
  padding: 0 20px 15px 20px;
}
.frontSearch .search__dropdown .search__nav a {
  color: #2B2B2B;
  margin-bottom: 20px;
}
.frontSearch .search__dropdown .search__nav a:last-of-type {
  margin-bottom: 0;
}
.frontSearch.show .search__dropdown {
  opacity: 1;
  height: auto;
  z-index: 10;
}
.frontSearch__form {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  border: 1px solid #2B2B2B;
  background: #181818;
}
@media (min-width: 576px) {
  .frontSearch__form {
    position: relative;
  }
}
.frontSearch__form form {
  width: 100%;
}
.frontSearch__form form #form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
}
.frontSearch__form form #form > div:first-of-type {
  width: 100%;
}
.frontSearch__form form #form label {
  display: none;
}
.frontSearch__form form #form input {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 20px 20px 20px 24px;
  background: transparent;
  width: 80%;
  height: 100%;
  border: none;
}
@media (min-width: 576px) {
  .frontSearch__form form #form input {
    width: 73%;
  }
}
.frontSearch__form form #form input:focus {
  outline: 0;
}
.frontSearch__form form #form input:focus::placeholder {
  color: transparent;
}
.frontSearch__form form #form input:placeholder-shown {
  text-overflow: ellipsis;
}
.frontSearch__form form #form input::placeholder {
  color: #6c6c6c;
  transition: 0.2s;
  text-overflow: ellipsis;
}
@media (min-width: 576px) {
  .frontSearch__form form #form input::placeholder {
    text-overflow: initial;
  }
}
.frontSearch__form form #form .header__search-btn {
  padding: 20px 0;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #05e98f;
  color: transparent;
  border: none;
  position: absolute;
  top: -2px;
  right: -1px;
  background-image: url("/build/midori/assets/icons/search--dark.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
@media (min-width: 576px) {
  .frontSearch__form form #form .header__search-btn {
    width: 181px;
    height: 105%;
    background-image: none;
  }
}
.frontSearch__form__btn {
  display: none;
  width: 68px;
  height: 68px;
  position: absolute;
  right: 0;
  z-index: 10;
  align-items: center;
  justify-content: center;
  color: #181818;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
}
@media (min-width: 576px) {
  .frontSearch__form__btn {
    display: flex;
    width: 181px;
    height: 100%;
  }
}
.frontSearch__form__btn span {
  display: none;
}
@media (min-width: 576px) {
  .frontSearch__form__btn span {
    display: inline;
    margin-left: 8px;
  }
  .frontSearch__form__btn span:before {
    content: attr(data-text-before);
  }
}
.frontSearch__form__btn svg {
  width: 32px;
  height: 32px;
}
@media (min-width: 576px) {
  .frontSearch__form__btn svg {
    width: 24px;
    height: 24px;
  }
}
.frontSearch__btn--close {
  background: none;
  border: none;
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}
.frontSearch__btn--close.active {
  display: flex;
  margin-left: 20px;
  cursor: pointer;
}
.frontSearch__btn--close svg {
  width: 28px;
  height: 28px;
}

.widget-half .frontSearch {
  position: relative;
  margin-bottom: 40px;
}
.widget-half .frontSearch .search__dropdown {
  box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.12);
  max-height: none;
  overflow-y: auto;
}
.widget-half .frontSearch .search__dropdown .search__scroll--container {
  max-height: 304px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.widget-half .frontSearch .search__dropdown .search__btns--items {
  display: flex;
  width: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  flex-wrap: nowrap;
}
.widget-half .frontSearch .search__dropdown .search__btns--items button {
  margin-right: 6px;
}
.widget-half .frontSearch__form {
  position: initial;
  background: #ffffff;
  border-color: #f1f1f1;
}
.widget-half .frontSearch__form form #form input {
  width: 80%;
  color: #181818;
}
.widget-half .frontSearch__form form #form input::placeholder {
  color: #6c6c6c;
}
.widget-half .frontSearch__form form #form .header__search-btn {
  width: 68px;
  height: 68px;
  background-image: url("/build/midori/assets/icons/search--dark.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.widget-half .frontSearch__form__btn {
  display: none;
  width: 68px;
  height: 68px;
}
.widget-half .frontSearch__btn--close svg path {
  fill: #181818;
}
@media (min-width: 768px) {
  .col-lg-8 .titleWidget h1 {
    margin-bottom: 20px;
  }
}

.primeImagesShow .titleWidget h1 {
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .primeImagesShow .titleWidget h1 {
    font-size: 40px;
    line-height: 52px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.titleWidget h1 {
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 8px;
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  .titleWidget h1 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 32px;
  }
}
.intro__more-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .intro__more-btn-wrapper {
    justify-content: flex-start;
  }
}
.intro__more-btn {
  cursor: pointer;
  margin-left: 0;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .intro__more-btn {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.12px;
    color: #f1f1f1;
    -webkit-text-fill-color: #f1f1f1;
  }
}
@media (min-width: 768px) {
  .intro__more-btn {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
  }
}
.intro__more-btn--show {
  position: relative;
  background: linear-gradient(180deg, #b5b5b5 30%, #1f1f1f calc(100% - 24px), #1f1f1f 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
@media (max-width: 576px) {
  .intro__more-btn--show {
    background: linear-gradient(180deg, #b5b5b5 30%, #1f1f1f 100%);
    -webkit-background-clip: text;
  }
}
.intro__more-btn--show .block.block__more--content * {
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.intro__more-btn--show .block.block__more--content a {
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}
.intro__more-btn--show .block.block__more--content a:hover {
  color: #05e98f;
  -webkit-text-fill-color: #05e98f;
}

.block__intro {
  font-size: 14px;
  line-height: 24px;
  color: #b5b5b5;
}
@media (max-width: 576px) {
  .block__intro {
    letter-spacing: 0.14px;
  }
}
@media (max-width: 576px) {
  .block__intro p {
    margin: 8px 0;
  }
}
.block__intro p:last-of-type {
  margin-bottom: 0;
}
.block__intro a {
  color: #ffffff;
  text-decoration: underline !important;
}
.block__intro a:hover {
  color: #05e98f;
  text-decoration: underline !important;
}
.block.block__more--content {
  background: unset;
  padding: 0 !important;
  max-height: 110px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .block.block__more--content {
    max-height: 134px;
  }
}
@media (max-width: 990px) {
  .block.block__more--content {
    max-height: 136px;
  }
}
@media (max-width: 967px) {
  .block.block__more--content {
    max-height: 136px;
  }
}
@media (max-width: 768px) {
  .block.block__more--content {
    max-height: 160px;
  }
}
@media (max-width: 658px) {
  .block.block__more--content {
    max-height: 182px;
  }
}
@media (max-width: 485px) {
  .block.block__more--content {
    max-height: 222px;
  }
}
@media (max-width: 430px) {
  .block.block__more--content {
    max-height: 246px;
  }
}
@media (max-width: 400px) {
  .block.block__more--content {
    max-height: 270px;
  }
}
@media (max-width: 370px) {
  .block.block__more--content {
    max-height: 294px;
  }
}
.block.block__more--content .intro__more-btn {
  color: #f1f1f1;
  -webkit-text-fill-color: #f1f1f1;
}
@media (max-width: 576px) {
  .block.block__more--content:has(.intro__more-btn-wrapper) {
    max-height: 120px;
  }
}
.block .intro__btn {
  background: none;
  border: none;
  padding: 0;
  color: white;
  cursor: pointer;
}
.block__intro {
  margin-bottom: 32px;
  position: unset;
}
@media (max-width: 576px) {
  .block__intro {
    margin: 8px 0;
  }
}
.block__intro_title {
  margin-top: 4px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 0.01em;
}
@media (max-width: 576px) {
  .block__intro p {
    margin: 8px 0;
  }
}

.buttonViewBonusesWidget {
  display: none;
}
@media (min-width: 768px) {
  .buttonViewBonusesWidget {
    display: block;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .buttonViewBonusesWidget {
    display: none;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .buttonViewBonusesWidget {
    display: block;
  }
}
.buttonViewBonusesWidget__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0;
}
@media (min-width: 768px) {
  .buttonViewBonusesWidget__wrapper {
    max-width: 360px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .buttonViewBonusesWidget__wrapper {
    margin: 16px 0;
    max-width: 100%;
  }
}
.buttonViewBonusesWidget__more-bonuses {
  width: 100%;
}
.buttonViewBonusesWidget__more-bonuses__btn {
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  position: relative;
  border-radius: 16px;
  background: #5554de;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff !important;
}
.buttonViewBonusesWidget__more-bonuses__btn:hover {
  background: #4443b8;
}
.buttonViewBonusesWidget__more-bonuses__btn:hover .bonusWelcomeTypeWidget__more-bonuses__dropdown-icon {
  background: #5554de;
}
.buttonViewBonusesWidget__more-bonuses__dropdown-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #4443b8;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.bonusWelcomeTypeWidget {
  margin-top: 8px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .bonusWelcomeTypeWidget {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .bonusWelcomeTypeWidget {
    margin-top: 0;
  }
}
.bonusWelcomeTypeWidget__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .bonusWelcomeTypeWidget__wrapper {
    max-width: 360px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .bonusWelcomeTypeWidget__wrapper {
    max-width: 100%;
  }
}
.bonusWelcomeTypeWidget__cards {
  width: 100%;
}
.bonusWelcomeTypeWidget__card {
  cursor: pointer;
  width: 100%;
  background: linear-gradient(0deg, rgba(31, 31, 31, 0.7), rgba(31, 31, 31, 0.7)), linear-gradient(76.39deg, #5554DE 3.28%, #11D588 94.73%);
  border-radius: 20px;
  padding: 16px;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .bonusWelcomeTypeWidget__card {
    margin-bottom: 0;
  }
}
.bonusWelcomeTypeWidget__card.tnc-show .bonusWelcomeTypeWidget__card__tnc--toogle .icon_drop-down {
  transform: rotate(180deg);
}
.bonusWelcomeTypeWidget__card.tnc-show .bonusWelcomeTypeWidget__card__tnc--toogle-txt:before {
  content: attr(data-text-hide);
}
.bonusWelcomeTypeWidget__card__img-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  background: #1f1f1f;
  border-radius: 16px;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .bonusWelcomeTypeWidget__card__img-wrapper {
    display: none;
  }
}
@media (min-width: 1200px) {
  .bonusWelcomeTypeWidget__card__img-wrapper {
    display: inline-flex;
  }
}
.bonusWelcomeTypeWidget__card__img-wrapper.logo {
  border: 1px solid #404040;
}
.bonusWelcomeTypeWidget__card__logo {
  object-fit: contain;
  padding: 6px;
  width: 100%;
  height: auto;
}
.bonusWelcomeTypeWidget__card__gift {
  width: 40px;
  height: 40px;
}
.bonusWelcomeTypeWidget__card__top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .bonusWelcomeTypeWidget__card__top {
    margin-bottom: 12px;
  }
}
.bonusWelcomeTypeWidget__card__top__info {
  flex: 1;
}
.bonusWelcomeTypeWidget__card__top__type {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.5;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .bonusWelcomeTypeWidget__card__top__type {
    margin-bottom: 0;
  }
}
.bonusWelcomeTypeWidget__card__top__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.bonusWelcomeTypeWidget__card__main {
  margin-top: -4px;
  margin-bottom: 20px;
}
.bonusWelcomeTypeWidget__card__main .card-info {
  margin-bottom: 8px;
}
.bonusWelcomeTypeWidget__card__main .card-info:last-child {
  margin-bottom: 0;
}
.bonusWelcomeTypeWidget__card__main .card-info .title {
  color: #f4f5f7;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.bonusWelcomeTypeWidget__card__main .card-info .text {
  font-weight: 600;
  color: #f4f5f7;
  font-size: 14px;
  line-height: 24px;
}
.bonusWelcomeTypeWidget__card__btn {
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  width: 100%;
  background: #05e98f;
  border-radius: 16px;
  padding: 14px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .bonusWelcomeTypeWidget__card__btn {
    padding: 16px 32px;
    margin-bottom: 12px;
  }
}
.bonusWelcomeTypeWidget__card__btn:before {
  content: attr(data-text-before);
}
.bonusWelcomeTypeWidget__card__tnc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bonusWelcomeTypeWidget__card__tnc__report-btn {
  padding: 0;
  width: auto;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  white-space: nowrap;
}
.bonusWelcomeTypeWidget__card__tnc__report-btn:hover span, .bonusWelcomeTypeWidget__card__tnc__report-btn.active span {
  color: #5554de;
}
.bonusWelcomeTypeWidget__card__tnc__report-btn:hover .warning-img, .bonusWelcomeTypeWidget__card__tnc__report-btn.active .warning-img {
  mask: url("/build/img/icons/basic/warning_small.svg") no-repeat center;
  background-color: #5554de;
}
.bonusWelcomeTypeWidget__card__tnc__report-btn span {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.bonusWelcomeTypeWidget__card__tnc__report-btn span:before {
  content: attr(data-text-before);
}
.bonusWelcomeTypeWidget__card__tnc--toogle {
  flex-wrap: wrap;
  flex-basis: 100%;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.bonusWelcomeTypeWidget__card__tnc--toogle-txt {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
}
.bonusWelcomeTypeWidget__card__tnc--toogle-txt:before {
  content: attr(data-text-show);
}
.bonusWelcomeTypeWidget__card__tnc--content {
  margin-top: 12px;
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
}
.bonusWelcomeTypeWidget__card__tnc--content:hover {
  text-decoration: underline;
}
.bonusWelcomeTypeWidget__card__tnc--content .hidden-text {
  display: none;
}
.bonusWelcomeTypeWidget__card__tnc--content .show-more-link {
  color: #ffffff;
}
.bonusWelcomeTypeWidget__card__tnc .icon_drop-down {
  transition: all ease 0.3s;
  width: 20px;
  height: 20px;
}
.bonusWelcomeTypeWidget__more-bonuses {
  width: 100%;
}
.bonusWelcomeTypeWidget__more-bonuses__btn {
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  position: relative;
  border-radius: 16px;
  background: #5554de;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.bonusWelcomeTypeWidget__more-bonuses__btn:hover {
  background: #4443b8;
}
.bonusWelcomeTypeWidget__more-bonuses__btn:hover .bonusWelcomeTypeWidget__more-bonuses__dropdown-icon {
  background: #5554de;
}
.bonusWelcomeTypeWidget__more-bonuses__dropdown-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #4443b8;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .summary_widget-box {
    margin: 8px 0;
  }
}
.summary_widget-box .title {
  font-weight: 400;
  color: #b5b5b5;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
  display: block;
}
@media (min-width: 768px) {
  .summary_widget-box .title {
    margin-bottom: 32px;
  }
}
.summary_widget-box .title_bottom {
  margin-top: 4px;
  margin-bottom: 0;
}
.summary_widget-box .list {
  list-style-type: none;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
.summary_widget-box .list .item {
  position: relative;
  margin: 0;
  padding-bottom: 28px;
  padding-left: 20px;
}
@media (max-width: 576px) {
  .summary_widget-box .list .item {
    padding: 0 0 12px 24px;
  }
  .summary_widget-box .list .item:last-child {
    padding-bottom: 0;
  }
}
.summary_widget-box .list .item:first-child:before {
  top: 10px;
}
.summary_widget-box .list .item:last-child:before {
  height: 15px;
}
.summary_widget-box .list .item:before {
  background-color: #2B2B2B;
  width: 12px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.summary_widget-box .list .scrollto {
  margin: unset;
  cursor: pointer;
}
@media (min-width: 768px) {
  .summary_widget-box .list .scrollto {
    padding-left: 14px;
  }
}
.summary_widget-box .list .scrollto:hover {
  text-decoration: underline;
}
.summary_widget-box .list .scrollto .link {
  text-decoration: underline;
}
.summary_widget-box .list .bullet {
  position: relative;
  margin-left: -24px;
  width: 12px;
  float: left;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .summary_widget-box .list .bullet {
    margin-left: -20px;
  }
}
.casinoCardWidgetReview__wrapper {
  width: 100%;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 20px;
  background: #2B2B2B;
}
@media (min-width: 768px) {
  .casinoCardWidgetReview__wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 12px 20px;
    justify-content: center;
    align-items: flex-start;
  }
}
.casinoCardWidgetReview__image-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .casinoCardWidgetReview__image-wrapper {
    margin-bottom: 22px;
    width: 100%;
  }
}
.casinoCardWidgetReview__image {
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .casinoCardWidgetReview__image {
    display: inline-flex;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    margin-right: 0;
    border-radius: 20px;
  }
}
.casinoCardWidgetReview__image .logo-image {
  width: 80px;
  height: 80px;
  padding: 12px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .casinoCardWidgetReview__image .logo-image {
    width: 100%;
    height: auto;
    padding: 25px;
  }
}
.casinoCardWidgetReview__adaptive {
  display: flex;
  flex: 1;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .casinoCardWidgetReview__adaptive {
    padding: 0 4px;
    justify-content: center;
    flex: 0 0 100%;
    align-items: flex-start;
  }
}
@media all and (min-width: 1280px) {
  .casinoCardWidgetReview__adaptive {
    padding: 0 4px;
  }
}
.casinoCardWidgetReview__review {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 24px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .casinoCardWidgetReview__review {
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .casinoCardWidgetReview__review {
    justify-content: flex-start;
  }
}
.casinoCardWidgetReview__review .score {
  margin-left: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .casinoCardWidgetReview__review .score {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-left: 5px;
  }
}
.casinoCardWidgetReview__review .score .link {
  color: #f4f4f4;
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 768px) {
  .casinoCardWidgetReview__review .score .link {
    color: unset;
    line-height: unset;
    margin-left: 5px;
  }
}
.casinoCardWidgetReview__review .score .text:before {
  content: attr(data-text-before);
}
.casinoCardWidgetReview__review .score__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.casinoCardWidgetReview__review .score .icon_question-fill {
  margin-left: 8px;
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .casinoCardWidgetReview__review .score .icon_question-fill {
    margin-left: 5px;
  }
}
.casinoCardWidgetReview__review-title {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .casinoCardWidgetReview__review-title {
    font-weight: 400;
    display: none;
    flex: 1;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .casinoCardWidgetReview__review-title {
    display: inline-flex;
  }
}
.casinoCardWidgetReview__review-stars {
  display: flex;
}
@media (min-width: 1280px) {
  .casinoCardWidgetReview__review-stars {
    margin-bottom: 0;
  }
}
.casinoCardWidgetReview__review-stars .icon_star {
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .casinoCardWidgetReview__review-stars .icon_star {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .casinoCardWidgetReview__review-stars .icon_star {
    width: 24px;
    height: 24px;
  }
}
.casinoCardWidgetReview__info {
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.casinoCardWidgetReview__info--flag {
  background-size: cover;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 4px;
}
.casinoCardWidgetReview__info--accept {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.casinoCardWidgetReview__info--accept svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .casinoCardWidgetReview__info--accept {
    margin-right: 4px;
  }
}
.casinoCardWidgetReview__info--date {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.12px;
  color: #ffffff;
}
.casinoCardWidgetReview__info--date span {
  font-weight: 600;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .casinoCardWidgetReview__info--date span {
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .casinoCardWidgetReview__info--date {
    flex: 1;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.17px;
  }
}

[data-locale-country=pl] .casinoCardWidgetReview__review-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.12px;
}
[data-locale-country=pl] .casinoCardWidgetReview__info--date {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.12px;
}
[data-locale-country=pl] .casinoCardWidgetReview__info--date span {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media all and (min-width: 1280px) {
  [data-locale-country=pl] .casinoCardWidgetReview__adaptive {
    padding: 0 4px;
  }
}
.restrictedBlock {
  background: #2c2222;
  border-radius: 20px;
  padding: 24px 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0;
}
@media (min-width: 768px) {
  .restrictedBlock {
    margin-top: 32px;
    margin-bottom: 0;
  }
}
.restrictedBlock__less {
  margin-top: 8px;
  margin-bottom: 32px;
  padding: 16px;
}
@media (min-width: 768px) {
  .restrictedBlock__less {
    margin-top: 0;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .restrictedBlock__less .restrictedBlock__top {
    justify-content: flex-start;
  }
}
.restrictedBlock__less .restrictedBlock__top__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .restrictedBlock__less .restrictedBlock__top__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
.restrictedBlock.no-bonuses {
  background: #282419;
}
.restrictedBlock.no-bonuses .restrictedBlock__top {
  background: #282419;
  border-color: #f0ad00;
}
.restrictedBlock.no-bonuses .restrictedBlock__top__title {
  max-width: unset;
  color: #f0ad00;
}
.restrictedBlock__top {
  width: 100%;
  border: 1px solid #ff455b;
  border-radius: 20px;
  background: #2c2222;
  display: flex;
  flex-wrap: wrap;
  padding: 12px;
  margin: 0 auto 12px;
  min-height: 72px;
}
@media (min-width: 768px) {
  .restrictedBlock__top {
    padding: 12px 20px;
    margin: 0 auto 24px;
    justify-content: center;
  }
}
.restrictedBlock__top.restricted-country .restrictedBlock__top__flag {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.restrictedBlock__top.restricted-country .restrictedBlock__top__title-wrapper {
  max-width: calc(100% - 40px);
}
.restrictedBlock__top.restricted-country .restrictedBlock__top__title-wrapper.gift {
  max-width: calc(100% - 66px);
}
.restrictedBlock__top__attention {
  display: flex;
  padding: 14px 0;
  align-items: center;
  margin-right: 13.5px;
}
.restrictedBlock__top.no-country {
  align-items: center;
}
@media (min-width: 768px) {
  .restrictedBlock__top {
    max-width: 800px;
    align-items: center;
  }
}
.restrictedBlock__top__flag {
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 16px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  .restrictedBlock__top__flag {
    margin-right: 20px;
  }
}
.restrictedBlock__top__flag--restricted {
  position: absolute;
  bottom: -4px;
  right: -4px;
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  background: #181818;
  border-radius: 50%;
}
.restrictedBlock__top__gift {
  width: 52px;
  height: 52px;
  background: #383030;
  border-radius: 16px;
  padding: 10px;
  position: relative;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .restrictedBlock__top__gift {
    margin-right: 14px;
  }
}
.restrictedBlock__top__gift--restricted {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  background: #181818;
  border-radius: 50%;
}
.restrictedBlock__top__gift--img {
  width: 100%;
  height: auto;
}
.restrictedBlock__top__title-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  max-width: calc(100% - 68px);
}
.restrictedBlock__top__title-wrapper[data-text-before]:before {
  content: attr(data-text-before);
}
.restrictedBlock__top__title-wrapper.gift {
  max-width: calc(100% - 66px);
}
@media (min-width: 768px) {
  .restrictedBlock__top__title-wrapper {
    align-items: center;
  }
}
.restrictedBlock__top__title {
  width: 100%;
  color: #ff455b;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.restrictedBlock__top__title[data-text-before]:before {
  content: attr(data-text-before);
}
@media (min-width: 768px) {
  .restrictedBlock__top__title {
    flex: 1;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
  }
}
.restrictedBlock__top__change {
  cursor: pointer;
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #dBd8d8;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .restrictedBlock__top__change {
    max-width: 120px;
    margin-left: 32px;
    margin-top: 0;
  }
}
.restrictedBlock__alternative-txt {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: 0.14px;
}
.restrictedBlock__alternative-txt span[data-text-before]:before {
  content: attr(data-text-before);
}
@media (min-width: 768px) {
  .restrictedBlock__alternative-txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.restrictedBlock__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .restrictedBlock__cards {
    margin-bottom: 12px;
  }
}
.restrictedBlock__cards__less {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .restrictedBlock__cards__less {
    width: 100%;
  }
}
.restrictedBlock__cards__less .restrictedBlock__card__wrapper {
  max-width: 100%;
}
.restrictedBlock__cards__less .restrictedBlock__card__wrapper:last-child {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .restrictedBlock__cards__less .restrictedBlock__card__wrapper:first-child {
    max-width: 100%;
  }
}
.restrictedBlock__cards__less .restrictedBlock__card {
  max-width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .restrictedBlock__cards {
    width: calc(100% + 20px);
    margin: 0 -10px 4px;
  }
}
.restrictedBlock__card {
  position: relative;
  cursor: pointer;
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background: #1f1f1f;
  border-radius: 20px;
  padding: 16px;
  color: #ffffff;
  margin-bottom: 20px;
}
.restrictedBlock__card.sponsored {
  padding: 0;
  background: none;
}
.restrictedBlock__card:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .restrictedBlock__card {
    max-width: 354px;
    flex-direction: column;
    margin: 0 10px 20px;
  }
}
@media (min-width: 1200px) {
  .restrictedBlock__card {
    max-width: 380px;
  }
}
.restrictedBlock__card__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.restrictedBlock__card__wrapper:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .restrictedBlock__card__wrapper {
    max-width: 354px;
  }
  .restrictedBlock__card__wrapper:first-child {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .restrictedBlock__card__wrapper {
    max-width: 380px;
  }
  .restrictedBlock__card__wrapper:first-child {
    max-width: 380px;
  }
  .restrictedBlock__card__wrapper:last-child {
    margin-bottom: 20px;
  }
}
.restrictedBlock__card__top {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 12px;
  position: relative;
}
.restrictedBlock__card__top:after {
  content: "";
  position: absolute;
  left: -16px;
  top: 100%;
  height: 1px;
  background: #2B2B2B;
  width: calc(100% + 32px);
}
.restrictedBlock__card__top__logo {
  display: inline-flex;
  width: 80px;
  height: 80px;
  margin-right: 12px;
}
.restrictedBlock__card__top__logo img {
  width: 100%;
  height: auto;
}
.restrictedBlock__card__top__logo-bg {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 16px;
}
.restrictedBlock__card__top__info {
  flex: 1;
  display: inline-flex;
  flex-wrap: wrap;
}
.restrictedBlock__card__top__info--name {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.restrictedBlock__card__top__info--name[data-text-before]:before {
  content: attr(data-text-before);
}
.restrictedBlock__card__top__info--rating-wrapper {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.restrictedBlock__card__top__info--rating {
  display: inline-flex;
  align-items: center;
  margin-right: 4px;
}
.restrictedBlock__card__top__info--rating svg {
  width: 24px;
  height: 24px;
}
.restrictedBlock__card__top__info--rate {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-left: 4px;
}
.restrictedBlock__card__top__info--rate[data-text-before]:before {
  content: attr(data-text-before);
}
@media (max-width: 576px) {
  .restrictedBlock__card__top__info--rate {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }
}
.restrictedBlock__card__top__info--rate-from {
  font-size: 14px;
  line-height: 20px;
  color: #b5b5b5;
}
.restrictedBlock__card__top__info--rate-from[data-text-before]:before {
  content: attr(data-text-before);
}
.restrictedBlock__card__top__info--reviews {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.restrictedBlock__card__top__info--reviews a {
  text-decoration: underline;
  cursor: pointer;
}
.restrictedBlock__card__top__info--reviews a[data-text-before]:before {
  content: attr(data-text-before);
}
.restrictedBlock__card__top__info--reviews span {
  color: #b5b5b5;
}
.restrictedBlock__card__top__info--reviews span[data-text-before]:before {
  content: attr(data-text-before);
}
.restrictedBlock__card__content {
  width: 100%;
  padding: 12px 0;
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
  align-content: flex-start;
}
.restrictedBlock__card__content:after {
  content: "";
  position: absolute;
  left: -16px;
  top: 100%;
  height: 1px;
  background: #2B2B2B;
  width: calc(100% + 32px);
}
.restrictedBlock__card__content--type {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  padding-top: 0;
  padding-bottom: 4px;
  letter-spacing: 0.14px;
}
@media (min-width: 768px) {
  .restrictedBlock__card__content--type {
    line-height: 20px;
    letter-spacing: unset;
  }
}
.restrictedBlock__card__content--main {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 0;
  color: #f4f5f7;
}
.restrictedBlock__card__content--main[data-text-before]:before {
  content: attr(data-text-before);
}
.restrictedBlock__card__content--req, .restrictedBlock__card__content--dep {
  width: 100%;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  padding: 4px 0;
}
.restrictedBlock__card__content--req[data-text-before]:before, .restrictedBlock__card__content--dep[data-text-before]:before {
  content: attr(data-text-before);
}
.restrictedBlock__card__content--req span[data-text-before]:before, .restrictedBlock__card__content--dep span[data-text-before]:before {
  content: attr(data-text-before);
  margin-right: 5px;
}
.restrictedBlock__card__content--req span.text[data-text-before]:before, .restrictedBlock__card__content--dep span.text[data-text-before]:before {
  font-weight: 500;
}
.restrictedBlock__card__content--req b, .restrictedBlock__card__content--dep b {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.restrictedBlock__card__content--req b[data-text-before]:before, .restrictedBlock__card__content--dep b[data-text-before]:before {
  content: attr(data-text-before);
  font-weight: 500;
}
.restrictedBlock__card__content--req svg, .restrictedBlock__card__content--dep svg {
  margin-left: 4px;
}
.restrictedBlock__card__btn-wrapper {
  width: 100%;
  display: inline-flex;
  padding-top: 12px;
  margin-bottom: 12px;
}
.restrictedBlock__card__btn {
  cursor: pointer;
  padding: 14px 40px;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #f1f1f1;
  background: #5554de;
  border-radius: 16px;
  border: none;
  outline: none;
}
@media (min-width: 768px) {
  .restrictedBlock__card__btn {
    font-size: 16px;
    line-height: 24px;
  }
}
.restrictedBlock__card__btn:before {
  content: attr(data-text-before);
}
.restrictedBlock__card__btn[data-text-before]:before {
  content: attr(data-text-before);
}
.restrictedBlock__card__after {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #f4f5f7;
}
.restrictedBlock__card__after svg {
  margin-left: 4px;
  width: 20px;
  height: 20px;
  transition: all ease 0.3s;
}
.restrictedBlock__card__after--report-btn {
  white-space: nowrap;
  color: #f4f5f7;
  padding: 0;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.restrictedBlock__card__after--report-btn:hover span, .restrictedBlock__card__after--report-btn.active span {
  color: #5554de;
}
.restrictedBlock__card__after--report-btn:hover .warning-img, .restrictedBlock__card__after--report-btn.active .warning-img {
  mask: url("/build/img/icons/basic/warning_small.svg") no-repeat center;
  background-color: #5554de;
}
@media (max-width: 576px) {
  .restrictedBlock__card__after--report-btn span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.12px;
  }
}
.restrictedBlock__card__after--report-btn span:before {
  content: attr(data-text-before);
}
.restrictedBlock__card__after--nocode {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #b5b5b5;
}
.restrictedBlock__card__after--nocode[data-text-before]:before {
  content: attr(data-text-before);
}
div .restrictedBlock__card__after--select {
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  text-align: end;
}
div .restrictedBlock__card__after--select span {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.12px;
}
div .restrictedBlock__card__after--select span:before {
  content: attr(data-text-show);
}
.restrictedBlock__card__after--text {
  display: block;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #f4f5f7;
  max-height: 400px;
  overflow: hidden;
}
.restrictedBlock__card__after--text:hover {
  text-decoration: underline;
}
.restrictedBlock__card__after--text .hidden-text {
  display: none;
}
.restrictedBlock__card__after--link {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #f4f5f7;
}
.restrictedBlock__card__after--link:hover {
  text-decoration: underline;
  color: #5554de;
}
.restrictedBlock__card.tac-show .restrictedBlock__card__after--select svg {
  transform: rotate(180deg);
}
.restrictedBlock__card.tac-show .restrictedBlock__card__after--select span:before {
  content: attr(data-text-hide);
}
.restrictedBlock__why {
  width: 100%;
  display: inline;
  flex-wrap: wrap;
  text-align: center;
}
.restrictedBlock__why--text {
  font-size: 14px;
  line-height: 24px;
  color: #dBd8d8;
  font-weight: 400;
  letter-spacing: 0.14px;
  margin: 0;
}
@media (min-width: 768px) {
  .restrictedBlock__why--text {
    font-size: 16px;
  }
}
.restrictedBlock__why--text span[data-text-before]:before {
  content: attr(data-text-before);
}
.restrictedBlock__why--text a, .restrictedBlock__why--text [data-element=restrictedBlock__why__link] {
  cursor: pointer;
  text-decoration: underline;
}
.restrictedBlock__why--text a[data-text-before]:before, .restrictedBlock__why--text [data-element=restrictedBlock__why__link][data-text-before]:before {
  content: attr(data-text-before);
  padding: 0 5px;
}
@media (max-width: 576px) {
  .restrictedBlock__why--text a, .restrictedBlock__why--text [data-element=restrictedBlock__why__link] {
    white-space: nowrap;
  }
}
.restrictedBlock__popup-countries__wrapper {
  max-width: 400px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 24px 0;
  background: #ffffff;
  border-radius: 20px;
  display: none;
  z-index: 500;
}
.restrictedBlock__popup-countries__wrapper.show {
  display: flex;
  flex-wrap: wrap;
}
.restrictedBlock__popup-countries__top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 24px;
}
.restrictedBlock__popup-countries__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  margin-bottom: 24px;
}
.restrictedBlock__popup-countries__title[data-text-before]:before {
  content: attr(data-text-before);
}
.restrictedBlock__popup-countries__close {
  cursor: pointer;
}
.restrictedBlock__popup-countries__list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  max-height: 440px;
  overflow-y: auto;
}
.restrictedBlock__popup-countries__list::-webkit-scrollbar {
  width: 8px;
}
.restrictedBlock__popup-countries__list::-webkit-scrollbar-thumb {
  background-color: #dBd8d8;
  border-radius: 32px;
}
.restrictedBlock__popup-countries__item {
  width: 100%;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
  padding: 0 24px;
}
.restrictedBlock__popup-countries__item:last-child {
  margin-bottom: 0;
}
.restrictedBlock__popup-countries__item--current {
  width: 100%;
  display: inline-flex;
  align-items: center;
  padding: 12px;
  background: #f4f5f7;
  border-radius: 12px;
}
.restrictedBlock__popup-countries__item--flag {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 12px;
}
.restrictedBlock__popup-countries__item--title {
  flex: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #181818;
}
.restrictedBlock__popup-countries__item--title[data-text-before]:before {
  content: attr(data-text-before);
}
.restrictedBlock__popup-countries__item--link {
  padding: 12px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
}
.restrictedBlock__popup-countries__item--link:hover {
  background: #f4f5f7;
}
.restrictedBlock__popup-countries__show {
  position: relative;
}
.restrictedBlock__popup-countries__show:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2B2B2B;
  opacity: 0.5;
  z-index: 200;
}
.restrictedBlock .card-td-promo {
  padding: 12px 0 0 0;
  min-height: 48px;
}
.restrictedBlock .card-td-promo .promo_code-title {
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.14px;
  color: #ffffff;
}
.restrictedBlock .card-td-promo .promo_code-block {
  border: none;
  background: rgba(255, 255, 255, 0.08);
}
.restrictedBlock .card-td-promo .promo_code-block::before {
  background: #313131;
}
.restrictedBlock .card-td-promo .promo_code-block::after {
  background: #313131;
}
.restrictedBlock .card-td-promo .promo_code-block .promo_code-text {
  color: #b5b5b5;
}
.restrictedBlock .card-td-promo .promo_code-block .promo_code-copied {
  background: none;
  border: none;
}
.restrictedBlock .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%);
}
.restrictedBlock .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;
}
.restrictedBlock .card-td-limited .limited-text[data-text-before]:after {
  content: attr(data-text-before);
}
.restrictedBlock .card-td-limited .limited-text svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-top: -1px;
}
.restrictedBlock .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;
}
.restrictedBlock .card-td-limited .limited-timer span {
  padding: 0 2px;
}
.restrictedBlock .card-td-limited .limited-timer span.starter {
  opacity: 0.3;
}
.restrictedBlock .card-td-limited .limited-timer span:nth-child(2n+1) {
  min-width: 22px;
  text-align: center;
}
.restrictedBlock .card-td-limited .limited-timer span:first-of-type {
  padding-left: 0;
  text-align: center;
  min-width: 22px;
}
.restrictedBlock .card-td-limited .limited-timer span:last-of-type {
  padding-right: 0;
}
.restrictedBlock .card-td-content {
  padding: 20px 16px;
  border-radius: 0 0 20px 20px;
  border: 1px solid #05e98f;
  border-top: 0;
  background: linear-gradient(76deg, #071C3C 3.28%, #010215 94.73%);
}
.restrictedBlock .card-td-content .restrictedBlock__card__top__info--name {
  margin-bottom: 0;
}
.restrictedBlock .card-td-content .restrictedBlock__card__top {
  padding-bottom: 0;
}
.restrictedBlock .card-td-content .restrictedBlock__card__top::after {
  display: none;
}
.restrictedBlock .card-td-content .restrictedBlock__card__content {
  padding: 20px 0;
}
.restrictedBlock .card-td-content .restrictedBlock__card__content > * {
  padding: 0;
  margin-bottom: 12px;
}
.restrictedBlock .card-td-content .restrictedBlock__card__content > *:last-of-type {
  margin-bottom: 0;
}
.restrictedBlock .card-td-content .restrictedBlock__card__content::after {
  display: none;
}
.restrictedBlock .card-td-content .restrictedBlock__card__btn-wrapper {
  margin: 0;
  padding: 0;
}
.restrictedBlock .card-td-content .restrictedBlock__card__btn {
  background: #05e98f;
  color: #181818;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.restrictedBlock .content-sponsored-promo {
  margin: 0 0 20px 0;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px dashed #b5b5b5;
}
.restrictedBlock .content-sponsored-promo.mobile {
  display: flex;
  width: 100%;
}
.restrictedBlock .content-sponsored-promo .content-promo.coping .content-promo-code {
  display: none;
}
.restrictedBlock .content-sponsored-promo .content-promo.coping .content-promo-copied {
  display: flex;
}
.restrictedBlock .content-sponsored-promo .content-promo .content-promo-code {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.restrictedBlock .content-sponsored-promo .content-promo .content-promo-code .promo_code-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-right: 6px;
  max-width: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .restrictedBlock .content-sponsored-promo .content-promo .content-promo-code .promo_code-text {
    max-width: 100px;
  }
}
.restrictedBlock .content-sponsored-promo .content-promo .content-promo-code .promo_code-text:before {
  content: attr(data-text-before);
}
.restrictedBlock .content-sponsored-promo .content-promo .content-promo-code svg {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
}
.restrictedBlock .content-sponsored-promo .content-promo .content-promo-copied {
  display: none;
  align-items: center;
  color: #04C378;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.restrictedBlock .content-sponsored-promo .content-promo .content-promo-copied:before {
  content: attr(data-text-before);
}
.restrictedBlock .content-sponsored-promo .content-promo .content-promo-copied svg {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin-left: 8px;
}
.restrictedBlock .content-sponsored-promo .content-promo-liked {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .restrictedBlock .content-sponsored-promo .content-promo-liked {
    margin-left: 30px;
  }
}
.restrictedBlock .content-sponsored-promo .content-promo-liked .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.12px;
  color: #b5b5b5;
}
.restrictedBlock .content-sponsored-promo .content-promo-liked .text:before {
  content: attr(data-text-before);
}
.restrictedBlock .content-sponsored-promo .content-promo-liked svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  margin-right: 4px;
}
.bulletWidget {
  border-collapse: collapse;
  border: none;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  margin-top: 10px;
}
@media (max-width: 576px) {
  .bulletWidget {
    margin: 8px 0;
  }
}
@media (max-width: 576px) {
  .bulletWidget {
    margin: 8px 0;
  }
}
.bulletWidget.bulletWidget__casino {
  line-height: 20px;
}
@media (min-width: 768px) {
  .bulletWidget.bulletWidget__casino {
    margin-top: 32px;
  }
}
.bulletWidget.bulletWidget__casino tbody tr {
  width: 100%;
}
.bulletWidget.bulletWidget__casino tbody tr:first-of-type {
  padding-right: 0;
}
.bulletWidget tbody {
  display: flex;
  flex-wrap: wrap;
}
.bulletWidget tbody tr {
  width: 50%;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
}
@media (max-width: 576px) {
  .bulletWidget tbody tr {
    width: 100%;
    padding-bottom: 12px;
  }
  .bulletWidget tbody tr:last-of-type {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .bulletWidget tbody tr:nth-child(2) {
    padding-bottom: 24px !important;
  }
}
.bulletWidget tbody tr:first-of-type {
  padding-right: 36px;
}
@media (max-width: 576px) {
  .bulletWidget tbody tr:first-of-type {
    padding-right: 0;
  }
}
.bulletWidget tbody td {
  padding: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .bulletWidget tbody td .bulletWidget__title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.14px;
  }
}
.bulletWidget tbody td .bulletWidget__title:after {
  content: attr(data-text-after);
  padding-left: 6px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .bulletWidget tbody td .bulletWidget__title:after {
    font-weight: 600;
    line-height: 20px;
  }
}
.bulletWidget tbody td.bulletWidget__text {
  height: 0;
  width: 0;
  overflow: hidden;
}
.bulletWidget tbody .icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  max-width: 36px;
  max-height: 36px;
  padding: 8px;
  background: #2B2B2B;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
@media (max-width: 576px) {
  .bulletWidget tbody .icon {
    margin-right: 8px;
  }
  .bulletWidget tbody .icon svg path {
    fill: #b5b5b5;
  }
}
@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;
}
.wrapper-social-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  @media (min-width: 768px) {
    .wrapper-social-btn {
      justify-content: center; } }

.socialProof {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid #f1f1f1;
  padding: 16px 40px;
  width: 103px;
  height: 56px;
  margin-right: 10px; }
  .socialProof__icon {
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/build/midori/assets/icons/team_line.svg");
    margin-right: 8px; }
    @media (min-width: 768px) {
      .socialProof__icon {
        margin-right: 0; } }
  @media (min-width: 768px) {
    .socialProof {
      flex-direction: column;
      width: 60px;
      min-width: 60px;
      height: 56px;
      padding: 0;
      background: #f9f9ff;
      border: none;
      margin-right: 8px; } }
  .socialProof span {
    color: #2B2B2B;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
    @media (min-width: 768px) {
      .socialProof span {
        font-size: 14px;
        line-height: 20px; } }

.table_cards {
  width: 100%; }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .table_cards-card {
      justify-content: space-between;
      align-items: center; } }
  .table_cards:not(.table_cards-half) .card-td-header {
    width: 60%;
    order: 0; }
    @media (max-width: 1200px) {
      .table_cards:not(.table_cards-half) .card-td-header {
        width: 58%; } }
    @media (max-width: 576px) {
      .table_cards:not(.table_cards-half) .card-td-header {
        width: 100%; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-label {
      padding: 8px 16px; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-td-logo {
      padding: 20px 20px 0 20px; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-logo {
      width: 124px;
      height: 124px; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-td-title {
      padding-top: 20px; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-td-title .card-title {
      font-size: 20px;
      line-height: 32px; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-promo-desktop {
      display: flex;
      align-items: center;
      margin-top: 8px; }
      .table_cards:not(.table_cards-half) .card-promo-desktop .promo_code-title:before {
        content: attr(data-text-before); }
      .table_cards:not(.table_cards-half) .card-promo-desktop .promo_code-bg:before {
        content: attr(data-text-before); }
      .table_cards:not(.table_cards-half) .card-promo-desktop .promo_code-copied:after {
        content: attr(data-text-after); } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-benefits-desktop {
      display: block;
      margin-top: 8px; }
      .table_cards:not(.table_cards-half) .card-benefits-desktop .card-benefits li:last-of-type {
        margin-bottom: 4px; }
      .table_cards:not(.table_cards-half) .card-benefits-desktop .card-benefits li::before {
        margin: 0 13px; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-td-footer {
      order: 4;
      padding: 0 20px;
      border: none; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-td-footer .card-tr {
      flex-wrap: nowrap;
      justify-content: space-between; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-casino-country {
      margin-right: 0; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-td-country {
      padding-right: 20px;
      border-right: 1px solid #f1f1f1;
      order: 1; } }
  .table_cards:not(.table_cards-half) .card-td-country[data-element="casino-name-alternative"] {
    order: 0;
    padding: 0;
    margin-right: 12px; }
    @media (min-width: 768px) {
      .table_cards:not(.table_cards-half) .card-td-country[data-element="casino-name-alternative"] {
        padding-right: 8px;
        margin-right: 8px; } }
    .table_cards:not(.table_cards-half) .card-td-country[data-element="casino-name-alternative"] .card-casino-country {
      margin: 0; }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-td-name {
      min-width: auto;
      width: auto;
      padding: 0 20px;
      order: 2; } }
  .table_cards:not(.table_cards-half) .card-td-name[data-element="casino-name-alternative"] {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    order: 1;
    width: 100%; }
    @media (min-width: 768px) {
      .table_cards:not(.table_cards-half) .card-td-name[data-element="casino-name-alternative"] {
        width: auto; } }
    .table_cards:not(.table_cards-half) .card-td-name[data-element="casino-name-alternative"] svg {
      width: 24px;
      height: 24px;
      min-width: 24px;
      min-height: 24px;
      margin-left: 4px; }
    .table_cards:not(.table_cards-half) .card-td-name[data-element="casino-name-alternative"] a, .table_cards:not(.table_cards-half) .card-td-name[data-element="casino-name-alternative"] .disabled-link {
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: none;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font;
      color: #5554de;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .table_cards:not(.table_cards-half) .card-td-name[data-element="casino-name-alternative"] .disabled-link {
      text-decoration: none;
      pointer-events: none;
      color: #b5b5b5;
      cursor: not-allowed; }
  .table_cards:not(.table_cards-half) .card-td-rating.td--last {
    padding-right: 0; }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-td-rating {
      order: 4;
      padding: 0 20px;
      min-width: auto;
      margin-left: 0;
      margin-right: 0; } }
  .table_cards:not(.table_cards-half) .card-td-rating[data-element="casino-name-alternative"] {
    order: 2;
    padding: 0; }
  .table_cards:not(.table_cards-half) .card-casino-rating {
    width: auto;
    margin-right: 0; }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-td-deposit {
      margin-left: auto;
      margin-right: 0;
      min-width: auto;
      padding: 0;
      order: 3; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-td-review {
      order: 5;
      padding: 0 0 0 20px;
      margin-left: 0;
      margin-right: 0;
      width: auto;
      min-width: 120px;
      display: flex;
      align-items: center;
      border-left: 1px solid #f1f1f1; } }
  .table_cards:not(.table_cards-half) .card-td-review[data-element="casino-name-alternative"] {
    order: 3;
    padding: 0;
    margin-left: 8px;
    border-left: none;
    width: 100%; }
    @media (min-width: 768px) {
      .table_cards:not(.table_cards-half) .card-td-review[data-element="casino-name-alternative"] {
        margin-left: 8px;
        width: auto; } }
  .table_cards:not(.table_cards-half) .card-td-review p {
    display: flex; }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-td-body {
      order: 2;
      border: none;
      padding: 12px 20px 19px 20px; }
      .table_cards:not(.table_cards-half) .card-td-body table tr {
        flex-direction: row;
        align-items: center; }
      .table_cards:not(.table_cards-half) .card-td-body table td.card-info-td {
        max-width: 50%; }
        .table_cards:not(.table_cards-half) .card-td-body table td.card-info-td .card-info {
          max-width: none; }
      .table_cards:not(.table_cards-half) .card-td-body.card-td-body-benefits {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-td-body .card-td {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: 100%; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-info {
      padding: 0 24px;
      margin-top: 0;
      max-width: 50%;
      border-right: 1px solid #f1f1f1; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-td-promo, .table_cards:not(.table_cards-half) .card-td-benefits {
      display: none; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .promo_code-block {
      margin-left: 22px; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .promo_code-block.coping {
      margin-left: 22px; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .promo_code-block.copied {
      margin-left: 22px; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .promo_code-text {
      max-width: none;
      word-break: normal; }
      .table_cards:not(.table_cards-half) .promo_code-text:before {
        content: attr(data-text-before); } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .promo-no-code {
      margin-left: 20px; }
      .table_cards:not(.table_cards-half) .promo-no-code:before {
        content: attr(data-text-before); } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-td-btn {
      order: 1;
      width: auto;
      padding: 0 20px;
      display: block; } }
  @media (min-width: 992px) {
    .table_cards:not(.table_cards-half) .card-td-btn .wrapper-social-btn .custom_button {
      min-width: auto;
      width: 100%;
      padding: 16px; } }
  @media (min-width: 1200px) {
    .table_cards:not(.table_cards-half) .card-td-btn .wrapper-social-btn .custom_button {
      padding: 16px 32px;
      width: auto;
      min-width: 188px; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-td-btn button {
      padding: 16px 32px;
      width: auto;
      min-width: 188px; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-btn-info {
      line-height: 17px;
      margin: 8px 0 0 0; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-btn-info[data-social-proof="true"] {
      text-align: left;
      padding-left: 90px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .table_cards:not(.table_cards-half) .card-btn-info[data-social-proof="true"] {
      text-align: right;
      padding: 0; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .table_cards:not(.table_cards-half) .card-btn-info[data-social-proof="true"] {
      text-align: left;
      padding-left: 90px; } }

  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-btn-data {
      justify-content: center; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-terms {
      display: none; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-terms-desktop {
      display: flex;
      padding-left: 24px;
      min-width: 120px;
      margin: 0; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-td-terms {
      order: 3; } }
  @media (min-width: 768px) {
    .table_cards:not(.table_cards-half) .card-terms-block {
      padding: 0 20px 20px 20px;
      margin-top: -4px; } }
  .table_cards:not(.table_cards-half) .card-terms-block .hidden-text {
    display: none; }
  .table_cards:not(.table_cards-half) .card_signUp-banner {
    cursor: pointer;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(96.23deg, #5554DE 0%, #20C086 62.28%, #FFF506 96.83%);
    border-radius: 20px;
    padding: 0 29px;
    overflow: hidden;
    margin-bottom: 28px;
    position: relative;
    height: 88px; }
    @media (max-width: 768px) {
      .table_cards:not(.table_cards-half) .card_signUp-banner {
        padding: 0 0 0 16px;
        height: 148px; } }
    .table_cards:not(.table_cards-half) .card_signUp-banner-box {
      width: 100%;
      height: 88px;
      display: flex;
      justify-content: space-between; }
      .table_cards:not(.table_cards-half) .card_signUp-banner-box .option {
        width: 100%; }
        .table_cards:not(.table_cards-half) .card_signUp-banner-box .option:first-child {
          display: flex;
          align-items: center; }
          .table_cards:not(.table_cards-half) .card_signUp-banner-box .option:first-child:before {
            content: "";
            background: url(/build/midori/img/auth/wheel-auth-arrow.png) no-repeat;
            background-size: cover;
            position: absolute;
            width: 40px;
            height: 40px;
            right: -30px;
            top: 23px;
            z-index: 5; }
          @media (max-width: 768px) {
            .table_cards:not(.table_cards-half) .card_signUp-banner-box .option:first-child {
              display: unset;
              height: 148px; }
              .table_cards:not(.table_cards-half) .card_signUp-banner-box .option:first-child:before {
                content: unset; } }
        .table_cards:not(.table_cards-half) .card_signUp-banner-box .option:last-child {
          right: -18px;
          top: -30px;
          width: 147px;
          height: 147px;
          background: url(/build/midori/img/auth/wheel-auth-box.png) no-repeat;
          background-size: cover;
          position: absolute; }
          @media (max-width: 768px) {
            .table_cards:not(.table_cards-half) .card_signUp-banner-box .option:last-child {
              top: unset;
              right: -75px; } }
        .table_cards:not(.table_cards-half) .card_signUp-banner-box .option .button {
          font-size: 16px;
          font-weight: 600;
          border: unset;
          border-radius: 16px;
          width: 100%;
          height: 40px;
          max-width: 151px;
          cursor: pointer;
          color: #ffffff;
          background: #181818;
          margin-left: 40px; }
          .table_cards:not(.table_cards-half) .card_signUp-banner-box .option .button:before {
            content: attr(data-text-before); }
          @media (max-width: 768px) {
            .table_cards:not(.table_cards-half) .card_signUp-banner-box .option .button {
              margin-left: unset; } }
        .table_cards:not(.table_cards-half) .card_signUp-banner-box .option .image {
          width: 136px;
          height: 136px;
          margin-top: 6px;
          margin-left: 8px;
          display: flex; }
          @media (max-width: 768px) {
            .table_cards:not(.table_cards-half) .card_signUp-banner-box .option .image {
              width: 133px;
              height: 133px;
              margin-top: 7px;
              margin-right: 7px; } }
        .table_cards:not(.table_cards-half) .card_signUp-banner-box .option .text {
          font-size: 26px;
          color: #ffffff;
          font-weight: 700;
          line-height: 32px;
          max-width: unset; }
          .table_cards:not(.table_cards-half) .card_signUp-banner-box .option .text_yellow {
            color: #f0d800; }
          @media (max-width: 576px) {
            .table_cards:not(.table_cards-half) .card_signUp-banner-box .option .text {
              font-size: 20px;
              margin-bottom: 8px;
              margin-top: 26px;
              max-width: 220px;
              line-height: 24px; }
              .table_cards:not(.table_cards-half) .card_signUp-banner-box .option .text_yellow {
                white-space: pre; } }
          .table_cards:not(.table_cards-half) .card_signUp-banner-box .option .text span:before {
            content: attr(data-text-before); }
  .table_cards:not(.table_cards-half) .trustpilot-banner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 28px;
    padding: 0; }
    @media (min-width: 768px) {
      .table_cards:not(.table_cards-half) .trustpilot-banner {
        flex-wrap: nowrap; } }
    .table_cards:not(.table_cards-half) .trustpilot-banner__part-left {
      display: flex;
      align-items: center;
      width: 100%;
      height: 64px;
      padding: 8px 20px;
      background: linear-gradient(94deg, #5554DE 32.24%, #11D58F 97.04%); }
      @media (min-width: 768px) {
        .table_cards:not(.table_cards-half) .trustpilot-banner__part-left {
          max-width: 330px;
          height: 68px;
          border-radius: 16px 0 0 16px;
          padding: 8px 40px; } }
      @media (min-width: 992px) {
        .table_cards:not(.table_cards-half) .trustpilot-banner__part-left {
          padding: 8px 10px 8px 20px; } }
      @media (min-width: 1200px) {
        .table_cards:not(.table_cards-half) .trustpilot-banner__part-left {
          padding: 8px 40px; } }
    .table_cards:not(.table_cards-half) .trustpilot-banner__site-logo {
      width: 35px;
      height: 35px;
      margin-right: 10px; }
      @media (min-width: 992px) {
        .table_cards:not(.table_cards-half) .trustpilot-banner__site-logo {
          margin-right: 5px; } }
      @media (min-width: 1200px) {
        .table_cards:not(.table_cards-half) .trustpilot-banner__site-logo {
          margin-right: 10px; } }
    .table_cards:not(.table_cards-half) .trustpilot-banner__text {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-top: 5px; }
    .table_cards:not(.table_cards-half) .trustpilot-banner__site-name {
      height: 10px;
      width: auto; }
    .table_cards:not(.table_cards-half) .trustpilot-banner__description {
      margin-top: 4px;
      font-size: 12px;
      font-weight: 600;
      line-height: 20px;
      color: #fff; }
      @media (min-width: 768px) {
        .table_cards:not(.table_cards-half) .trustpilot-banner__description {
          font-size: 14px; } }
    .table_cards:not(.table_cards-half) .trustpilot-banner__part-right {
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      padding: 16px 20px; }
      @media (min-width: 768px) {
        .table_cards:not(.table_cards-half) .trustpilot-banner__part-right {
          padding: 16px 40px; } }
      @media (min-width: 992px) {
        .table_cards:not(.table_cards-half) .trustpilot-banner__part-right {
          padding: 16px 20px 16px 10px; } }
      @media (min-width: 1200px) {
        .table_cards:not(.table_cards-half) .trustpilot-banner__part-right {
          padding: 16px 40px; } }
    .table_cards:not(.table_cards-half) .trustpilot-banner__status {
      font-size: 24px;
      font-weight: 700;
      line-height: 36px; }
    .table_cards:not(.table_cards-half) .trustpilot-banner__meta {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      @media (min-width: 768px) {
        .table_cards:not(.table_cards-half) .trustpilot-banner__meta {
          align-items: flex-end;
          flex-direction: row; } }
      .table_cards:not(.table_cards-half) .trustpilot-banner__meta .logo-trustpilot {
        width: 96px;
        margin-bottom: 8px; }
        @media (min-width: 768px) {
          .table_cards:not(.table_cards-half) .trustpilot-banner__meta .logo-trustpilot {
            width: 115px;
            margin: 0 20px 0 0; } }
        @media (min-width: 992px) {
          .table_cards:not(.table_cards-half) .trustpilot-banner__meta .logo-trustpilot {
            margin: 0 5px 0 0; } }
        @media (min-width: 1200px) {
          .table_cards:not(.table_cards-half) .trustpilot-banner__meta .logo-trustpilot {
            margin: 0 20px 0 0; } }
    .table_cards:not(.table_cards-half) .trustpilot-banner__rating {
      display: flex;
      align-items: center; }
    .table_cards:not(.table_cards-half) .trustpilot-banner__stars {
      width: 82px;
      margin-right: 8px; }
      @media (min-width: 768px) {
        .table_cards:not(.table_cards-half) .trustpilot-banner__stars {
          width: 112px; } }
    .table_cards:not(.table_cards-half) .trustpilot-banner__value {
      color: #181818;
      font-size: 16px;
      font-weight: 600;
      line-height: 1; }
  .table_cards:not(.table_cards-half) .community-banner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background: url("/build/midori/img/community-banner/cb_tg_mob.png") no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 28px;
    padding: 22px 20px;
    position: relative; }
    @media (min-width: 768px) {
      .table_cards:not(.table_cards-half) .community-banner {
        height: 148px;
        background: url("/build/midori/img/community-banner/cb_tg_desktop.png") no-repeat;
        background-size: cover; } }
    .table_cards:not(.table_cards-half) .community-banner__part-left {
      flex: 0 0 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media (min-width: 768px) {
        .table_cards:not(.table_cards-half) .community-banner__part-left {
          flex: 0 1 auto;
          max-width: 292px;
          margin: 0 24px; } }
    .table_cards:not(.table_cards-half) .community-banner__title {
      width: 100%;
      text-align: center;
      font-size: 22px;
      line-height: 24px;
      font-weight: 700;
      margin-bottom: 4px;
      color: #ffffff; }
      .table_cards:not(.table_cards-half) .community-banner__title:before {
        content: attr(data-text-before); }
      @media (min-width: 768px) {
        .table_cards:not(.table_cards-half) .community-banner__title {
          font-size: 30px;
          font-weight: 700;
          line-height: 32px;
          margin-bottom: 8px; } }
    .table_cards:not(.table_cards-half) .community-banner__desc {
      width: 100%;
      text-align: center;
      font-size: 12px;
      font-weight: 600;
      line-height: 16px;
      color: #ffffff;
      margin-bottom: 16px; }
      .table_cards:not(.table_cards-half) .community-banner__desc:before {
        content: attr(data-text-before); }
      @media (min-width: 768px) {
        .table_cards:not(.table_cards-half) .community-banner__desc {
          font-size: 16px;
          font-weight: 500;
          line-height: 24px;
          margin-bottom: 0; } }
    .table_cards:not(.table_cards-half) .community-banner__part-right {
      flex: 0 0 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      @media (min-width: 768px) {
        .table_cards:not(.table_cards-half) .community-banner__part-right {
          flex: 0 1 auto;
          max-width: 188px;
          margin: 0 24px; } }
    .table_cards:not(.table_cards-half) .community-banner__btn {
      width: 144px;
      height: 44px;
      display: inline-flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding: 12px 16px;
      border-radius: 16px;
      background: #5554de; }
      @media (min-width: 768px) {
        .table_cards:not(.table_cards-half) .community-banner__btn {
          width: 188px;
          height: 54px;
          padding: 12px; } }
      .table_cards:not(.table_cards-half) .community-banner__btn span {
        flex: 1;
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px; }
        .table_cards:not(.table_cards-half) .community-banner__btn span:before {
          content: attr(data-text-before); }
        @media (min-width: 768px) {
          .table_cards:not(.table_cards-half) .community-banner__btn span {
            font-size: 16px;
            line-height: 24px; } }
    .table_cards:not(.table_cards-half) .community-banner .cb_tg_icon {
      width: 20px;
      height: 20px;
      margin-right: 4px; }
      @media (min-width: 768px) {
        .table_cards:not(.table_cards-half) .community-banner .cb_tg_icon {
          width: 30px;
          height: 30px;
          margin-right: 8px; } }
  .table_cards:not(.table_cards-half) .card_review:not(:last-child) {
    margin-bottom: 28px; }
  .table_cards:not(.table_cards-half) .card_review-banner {
    cursor: pointer;
    border-radius: 20px;
    padding: 16px;
    width: 100%;
    display: block;
    background: linear-gradient(93.99deg, rgba(8, 7, 73, 0.3) 20.13%, rgba(8, 7, 73, 0) 83.74%), linear-gradient(83.12deg, #5554DE 22.91%, #11D58E 93.06%); }
    @media (min-width: 768px) {
      .table_cards:not(.table_cards-half) .card_review-banner {
        padding: 24px;
        overflow: hidden; } }
    .table_cards:not(.table_cards-half) .card_review-banner-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative; }
    .table_cards:not(.table_cards-half) .card_review-banner .title {
      margin: 0 0 5px 0;
      color: #ffffff;
      font-size: 18px;
      font-weight: 700; }
      @media (min-width: 768px) {
        .table_cards:not(.table_cards-half) .card_review-banner .title {
          font-size: 24px;
          line-height: 40px;
          margin: 0 0 8px 0; }
          .table_cards:not(.table_cards-half) .card_review-banner .title:after {
            content: "";
            top: -140px;
            border-radius: 100%;
            background: #ffffff14;
            width: 460px;
            display: block;
            position: absolute;
            right: -210px;
            height: 360px; } }
    .table_cards:not(.table_cards-half) .card_review-banner .text {
      color: #ffffff;
      font-size: 14px;
      font-weight: 500;
      margin: unset;
      max-width: 183px; }
      @media (min-width: 768px) {
        .table_cards:not(.table_cards-half) .card_review-banner .text {
          font-size: 16px;
          line-height: 24px;
          max-width: unset;
          font-weight: 400; }
          .table_cards:not(.table_cards-half) .card_review-banner .text:after {
            content: "";
            top: -130px;
            border-radius: 100%;
            background: #ffffff;
            opacity: 4%;
            width: 460px;
            display: block;
            position: absolute;
            right: -126px;
            height: 360px; } }
    .table_cards:not(.table_cards-half) .card_review-banner .button {
      max-width: 156px;
      width: 100%;
      height: 40px;
      border-radius: 32px;
      color: #ffffff;
      background: #181818;
      padding: 0 16px;
      border: unset;
      margin-top: 19px;
      cursor: pointer;
      font-size: 14px; }
      @media (min-width: 768px) {
        .table_cards:not(.table_cards-half) .card_review-banner .button {
          max-width: 200px;
          height: 56px;
          border-radius: 16px;
          font-size: 16px;
          margin-top: 24px; }
          .table_cards:not(.table_cards-half) .card_review-banner .button:after {
            content: "";
            width: 543.22px;
            height: 426.66px;
            top: -133px;
            right: -130px;
            border-radius: 500px;
            transform: rotate(32.81deg);
            background: #ffffff;
            opacity: 3%;
            display: block;
            position: absolute; } }
    .table_cards:not(.table_cards-half) .card_review-banner .image {
      position: absolute;
      right: 8px;
      bottom: 0; }
  .table_cards.table_cards-half .table_cards-card {
    border: 1px solid #f1f1f1;
    border-radius: 16px;
    padding-bottom: 12px;
    margin-bottom: 12px; }
    .table_cards.table_cards-half .table_cards-card.half-hide {
      padding-bottom: 0; }
      .table_cards.table_cards-half .table_cards-card.half-hide .card-td-footer, .table_cards.table_cards-half .table_cards-card.half-hide .card-td-body, .table_cards.table_cards-half .table_cards-card.half-hide .card-td-promo, .table_cards.table_cards-half .table_cards-card.half-hide .card-td-btn, .table_cards.table_cards-half .table_cards-card.half-hide .card-td-terms {
        display: none; }
      .table_cards.table_cards-half .table_cards-card.half-hide .card-drop-down {
        transform: rotate(0); }
  .table_cards.table_cards-half .hidden-text {
    display: none; }
  .table_cards.table_cards-half .card-td-logo {
    padding: 8px 16px 8px 8px; }
  .table_cards.table_cards-half .card-logo {
    border: 1px solid #f4f5f7;
    border-radius: 12px;
    width: 60px;
    height: 60px; }
  .table_cards.table_cards-half .card-td-header {
    width: 100%; }
  .table_cards.table_cards-half .card-td-title {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px 8px 0;
    width: 100%; }
  .table_cards.table_cards-half .card-title {
    padding-right: 13px; }
  .table_cards.table_cards-half .card-td-name {
    min-width: auto;
    max-width: 40%;
    width: 40%; }
  .table_cards.table_cards-half .card-td-rating {
    min-width: auto; }
  .table_cards.table_cards-half .card-drop-down {
    background: #f2f2ff;
    border-radius: 45px;
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    transition: 0.2s; }
    .table_cards.table_cards-half .card-drop-down svg {
      width: 28px;
      height: 28px; }
  .table_cards.table_cards-half .card-td-footer {
    padding: 8px 16px 12px 16px; }
  .table_cards.table_cards-half .card-td-deposit, .table_cards.table_cards-half .card-td-review {
    padding-top: 12px; }
  .table_cards.table_cards-half .card-td-deposit {
    min-width: 50%; }
  .table_cards.table_cards-half .card-td-body {
    padding: 12px 16px; }
  .table_cards.table_cards-half .card-info-td .card-info {
    margin-top: 12px; }
    .table_cards.table_cards-half .card-info-td .card-info .title {
      font-size: 13px; }
  .table_cards.table_cards-half .card-info-td:first-of-type .card-info {
    margin-top: 0; }
  .table_cards.table_cards-half .promo-no-code {
    text-align: right; }
  .table_cards.table_cards-half .card-label {
    border-radius: 15px 0; }

.table_cards {
  border-collapse: collapse; }
  .table_cards > tbody {
    display: flex;
    flex-direction: column; }
  .table_cards-card {
    background: #ffffff;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #f4f5f7;
    border-radius: 20px;
    margin-bottom: 28px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 16px;
    cursor: pointer; }
    .table_cards-card[data-expired="true"] {
      cursor: auto; }
    .table_cards-card:last-of-type {
      margin-bottom: 0; }
    .table_cards-card.hide {
      display: none; }
    .table_cards-card.table_cards-card-benefit {
      border: 2px solid #5554de; }
      .table_cards-card.table_cards-card-benefit[data-sponsored="1"] {
        border: none; }

.card-td-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0; }

.card-label {
  background: #5554de;
  border-radius: 18px 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 4px 16px;
  margin: 0; }
  .card-label:before {
    content: attr(data-text-before); }
  .card-label.card-label_num {
    background: #dBd8d8;
    color: #404040; }
    .card-label.card-label_num.active {
      background: #5554de;
      color: #ffffff; }

.card-td-expired {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0; }
  .card-td-expired .card-expired, .card-td-expired .card-afflink {
    border-radius: 0 18px;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #ffffff;
    padding: 3.5px 16px;
    margin: 0; }
    .card-td-expired .card-expired:before, .card-td-expired .card-afflink:before {
      content: attr(data-text-before); }
    .card-td-expired .card-expired.expires, .card-td-expired .card-afflink.expires {
      background: #ff455b; }
    .card-td-expired .card-expired.expired, .card-td-expired .card-expired.empty, .card-td-expired .card-afflink.expired, .card-td-expired .card-afflink.empty {
      background: #6c6c6c; }

.card-td-header {
  padding: 0; }
  .card-td-header table {
    width: 100%;
    border-collapse: collapse; }
  .card-td-header tr, .card-td-header .card-tr {
    display: flex; }

.card-td-logo {
  padding: 16px 12px 0 16px; }

.card-logo {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  box-shadow: 0 0 0 1px #dBd8d8;
  display: flex;
  align-items: center;
  justify-content: center; }
  .card-logo img {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%; }

.card-td-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px 0 0 0; }
  .card-td-title .card-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding-right: 16px; }
    @media (min-width: 768px) {
      .card-td-title .card-title {
        padding-right: 0; } }
    .card-td-title .card-title:before {
      content: attr(data-text-before); }

.card-promo-desktop, .card-benefits-desktop {
  display: none; }

.card-benefits {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #6c6c6c;
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .card-benefits li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 4px; }
    .card-benefits li:last-of-type {
      margin-bottom: 0; }
    .card-benefits li::before {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      min-width: 6px;
      min-height: 6px;
      border-radius: 50%;
      margin: 0 13px 0 0;
      background: #dBd8d8; }

.card-td-footer {
  width: 100%;
  padding: 14px 16px;
  border-bottom: 1px solid #f4f5f7; }
  .card-td-footer[data-element="casino-name-alternative"] {
    padding-bottom: 0;
    border-bottom: 0; }
    @media (min-width: 768px) {
      .card-td-footer[data-element="casino-name-alternative"] {
        padding-bottom: 14px; } }
    .card-td-footer[data-element="casino-name-alternative"] .card-tr {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      @media (min-width: 768px) {
        .card-td-footer[data-element="casino-name-alternative"] .card-tr {
          flex-direction: row;
          align-items: center;
          justify-content: space-between; } }
      .card-td-footer[data-element="casino-name-alternative"] .card-tr .card-footer-alternative {
        display: flex;
        align-items: center;
        padding: 4px 12px;
        border-radius: 12px;
        background: #f9f9ff;
        width: 100%;
        min-height: 48px; }
        .card-td-footer[data-element="casino-name-alternative"] .card-tr .card-footer-alternative:first-of-type {
          margin-bottom: 8px; }
          @media (min-width: 768px) {
            .card-td-footer[data-element="casino-name-alternative"] .card-tr .card-footer-alternative:first-of-type {
              margin-bottom: 0; } }
        @media (min-width: 768px) {
          .card-td-footer[data-element="casino-name-alternative"] .card-tr .card-footer-alternative {
            padding: 0;
            margin: 0;
            background: none;
            border: none;
            min-height: auto;
            width: auto; } }
  .card-td-footer .card-tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }

.card-casino-country {
  display: flex;
  align-items: center;
  margin-right: 18.5px; }
.card-casino-flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-size: cover;
  margin-right: 4px;
  box-shadow: 0 0 0 1px #dBd8d8; }
.card-casino-accept {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px; }
  .card-casino-accept svg {
    width: 20px;
    height: 20px; }
.card-casino-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin: 0; }
  .card-casino-name.not-accepted {
    color: #ff455b; }
  .card-casino-name:before {
    content: attr(data-text-before); }
.card-casino-rating {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }
  .card-casino-rating .card-casino-stars {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    margin-right: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/build/midori/assets/icons/star.svg"); }
  .card-casino-rating .text {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px; }
    .card-casino-rating .text:before {
      content: attr(data-text-before); }
  .card-casino-rating .rating {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #b5b5b5; }
    .card-casino-rating .rating:before {
      content: attr(data-text-before); }
.card-casino-deposit {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px; }
  .card-casino-deposit svg {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    margin-right: 8px; }
  .card-casino-deposit span.card-deposit-accept {
    color: #6c6c6c;
    margin-right: 12px; }
  .card-casino-deposit span.card-deposit-category {
    color: #181818;
    font-weight: 500; }
  .card-casino-deposit span:before {
    content: attr(data-text-before); }
.card-casino-review {
  font-size: 0;
  position: relative;
  line-height: normal;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  white-space: nowrap; }
  .card-casino-review::before {
    content: attr(data-text-before);
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4443b8;
    text-decoration-line: underline; }
  .card-casino-review:disabled {
    color: #b5b5b5;
    cursor: auto; }
    .card-casino-review:disabled::before {
      color: #b5b5b5; }
  .card-casino-review[data-template-alternative="casino-name-alternative"] {
    font-size: 12px;
    line-height: 20px;
    color: #b5b5b5;
    white-space: normal;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    @media (min-width: 768px) {
      .card-casino-review[data-template-alternative="casino-name-alternative"] {
        width: auto; } }
    .card-casino-review[data-template-alternative="casino-name-alternative"] svg {
      width: 24px;
      height: 24px;
      min-width: 24px;
      min-height: 24px;
      margin-left: 4px; }
    .card-casino-review[data-template-alternative="casino-name-alternative"]::before {
      display: none; }
    .card-casino-review[data-template-alternative="casino-name-alternative"]:disabled {
      color: #b5b5b5;
      cursor: auto; }

.card-td-country {
  padding: 0; }

.card-td-name {
  padding: 0;
  min-width: 50%;
  width: 50%; }

.card-td-rating {
  margin-left: auto;
  padding: 0;
  min-width: 20%; }
  .card-td-rating[data-element="casino-name-alternative"] {
    margin-left: 0;
    min-width: auto; }

.card-td-deposit {
  max-width: 70%;
  min-width: 70%;
  padding: 14px 0 0 0; }

.card-td-review {
  text-align: right;
  padding: 14px 0 0 0; }
  .card-td-review p {
    margin: 0; }

.card-td-body {
  width: 100%;
  padding: 13px 16px;
  border-bottom: 1px solid #f4f5f7; }
  .card-td-body table {
    border-collapse: collapse;
    width: 100%; }
    .card-td-body table tr {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      width: 100%; }
    .card-td-body table td {
      padding: 0; }
      .card-td-body table td .card-info {
        margin-top: 10px; }
      .card-td-body table td:first-of-type .card-info {
        margin-top: 0; }
  .card-td-body.card-td-body-benefits {
    margin-bottom: 13px; }

.card-info {
  display: flex;
  align-items: center; }
  .card-info .title {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #6c6c6c;
    margin: 0; }
    .card-info .title:before {
      content: attr(data-text-before); }
  .card-info .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1f1f1f; }
    .card-info .text:before {
      content: attr(data-text-before); }
  .card-info svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin-left: 4px; }

.card-td-promo {
  width: 100%;
  display: flex;
  padding: 12px 16px;
  align-items: center;
  justify-content: space-between; }

.card-td-benefits {
  width: 100%;
  display: flex;
  padding: 12px 16px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f4f5f7; }

.promo_code-title {
  font-size: 14px;
  line-height: 24px;
  padding-left: 16px;
  letter-spacing: 0.01em;
  color: #6c6c6c;
  margin: 0;
  white-space: nowrap; }
  @media (max-width: 768px) {
    .promo_code-title {
      padding-left: unset; } }
  .promo_code-title:before {
    content: attr(data-text-before); }

.promo_code-block {
  border-radius: 12px;
  position: relative;
  background: #f4f5f7;
  border: 1px solid #f1f1f1;
  text-align: right;
  min-height: 36px;
  width: 100%;
  min-width: 100px;
  max-width: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  overflow: hidden; }
  .promo_code-block:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-flex;
    width: 8px;
    height: 100%;
    background: #f4f5f7;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    z-index: 1; }
  .promo_code-block:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: inline-flex;
    width: 8px;
    height: 100%;
    background: #f4f5f7;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 1; }
  .promo_code-block .promo_code-bg {
    position: absolute;
    left: 0;
    top: 0;
    background: #5554de;
    font-size: 13px;
    line-height: 17px;
    padding: 0 16px;
    border-radius: 12px;
    letter-spacing: 0.01em;
    color: #ffffff;
    height: 100%;
    max-width: 76px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    z-index: 2; }
    .promo_code-block .promo_code-bg:before {
      content: attr(data-text-before); }
  .promo_code-block .promo_code-text-wrapper {
    width: 100%;
    padding: 0 8px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end; }
    .promo_code-block .promo_code-text-wrapper.unsetAnimation {
      animation: unset; }
  .promo_code-block .promo_code-text {
    color: #5554de;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    white-space: nowrap; }
    .promo_code-block .promo_code-text:before {
      content: attr(data-text-before); }
  .promo_code-block .promo_code-copied {
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f4f5f7;
    border: 1px solid #f1f1f1;
    height: 34px;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #5554de;
    transition: 0.2s; }
    .promo_code-block .promo_code-copied svg {
      width: 20px;
      height: 20px;
      min-width: 20px;
      min-height: 20px;
      margin-right: 6px; }
    .promo_code-block .promo_code-copied:after {
      content: attr(data-text-after); }
  .promo_code-block.expired {
    pointer-events: none; }
    .promo_code-block.expired .promo_code-bg {
      background: #b5b5b5; }
    .promo_code-block.expired .promo_code-text {
      color: #6c6c6c; }
  .promo_code-block:hover .promo_code-bg {
    background: #4443b8; }
  .promo_code-block.coping {
    justify-content: center; }
    .promo_code-block.coping .promo_code-bg, .promo_code-block.coping .promo_code-text-wrapper, .promo_code-block.coping .promo_code-text {
      display: none; }
    .promo_code-block.coping .promo_code-copied {
      display: flex; }
  .promo_code-block.copied {
    justify-content: center; }
    .promo_code-block.copied .promo_code-bg {
      display: none; }
    .promo_code-block.copied .promo_code-text-wrapper {
      justify-content: center; }
    .promo_code-block.copied .promo_code-text {
      position: relative;
      text-align: center; }

.promo-no-code {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px; }
  .promo-no-code:before {
    content: attr(data-text-before); }

.card-td-btn {
  width: 100%;
  padding: 0 16px 0 16px;
  display: flex;
  flex-wrap: wrap; }
  .card-td-btn button {
    width: 100%;
    justify-content: center;
    padding: 16px 0;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    order: 0; }
    .card-td-btn button.bg_purple {
      color: #ffffff; }
    .card-td-btn button.bg-grey {
      background: #b5b5b5; }

.card-btn-data {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  margin: 0 0 0 auto; }

.card-td-btn button.card-btn-report {
  padding: 0 !important;
  width: auto;
  color: #6c6c6c;
  order: 1;
  margin: 12px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  background-color: transparent;
  cursor: pointer; }
  .card-td-btn button.card-btn-report:hover span, .card-td-btn button.card-btn-report.active span {
    color: #5554de; }
  .card-td-btn button.card-btn-report:hover .warning-img, .card-td-btn button.card-btn-report.active .warning-img {
    mask: url("/build/img/icons/basic/warning_small.svg") no-repeat center;
    background-color: #5554de; }
  .card-td-btn button.card-btn-report span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.01em; }
    .card-td-btn button.card-btn-report span:before {
      content: attr(data-text-before); }

.card-terms {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  cursor: pointer;
  color: #2B2B2B;
  margin: 12px auto 0 auto; }
  .card-terms span:before {
    content: attr(data-text-before); }
  .card-terms.shown svg {
    transform: rotate(180deg); }
  .card-terms svg {
    width: 20px;
    height: 20px;
    margin-left: 4px; }
  .card-terms-desktop {
    display: none; }

.card-td-terms {
  padding: 0; }

.card-terms-block {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.01em;
  padding: 12px 16px 0 16px;
  margin: 0;
  display: none;
  transition: 0.2s;
  text-decoration: underline;
  color: #5554de; }
  .card-terms-block.shown {
    display: block; }
  @media (min-width: 768px) {
    .card-terms-block {
      text-decoration: none;
      color: #6c6c6c; }
      .card-terms-block:hover {
        text-decoration: underline;
        color: #5554de; } }

.table-show-more, .table-show-ajax {
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
  color: #ffffff;
  border-radius: 16px;
  cursor: pointer;
  width: fit-content;
  height: auto;
  padding: 20px 40px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin: 4px auto 0 auto;
  background: #5554de; }
  .table-show-more:hover, .table-show-ajax:hover {
    background: #4443b8; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.table-show-ajax {
  margin-top: 20px; }
  .table-show-ajax.loading {
    color: transparent; }
    .table-show-ajax.loading::after {
      content: "";
      display: block;
      width: 36px;
      height: 36px;
      position: absolute;
      background-image: url("/build/midori/assets/icons/loading.svg");
      background-size: 36px 36px;
      background-position: center center;
      background-repeat: no-repeat;
      webkit-animation: spin 4s linear infinite;
      -moz-animation: spin 4s linear infinite;
      animation: spin 4s linear infinite; }

a.table-show-more, a.table-show-ajax {
  margin-top: 32px; }

@-webkit-keyframes textLine {
  0% {
    transform: translateX(0%);
    left: 0; }
  50% {
    transform: translateX(-50%);
    left: 50%; }
  75% {
    transform: translateX(-75%);
    left: 75%; }
  100% {
    transform: translateX(-100%);
    left: 100%; } }
@keyframes textLine {
  0% {
    transform: translateX(0%);
    left: 0; }
  50% {
    transform: translateX(-50%);
    left: 50%; }
  75% {
    transform: translateX(-75%);
    left: 75%; }
  100% {
    transform: translateX(-100%);
    left: 100%; } }
.table_cards_with-static {
  margin-bottom: unset; }

.similarCasinos__box {
  margin-bottom: 62px; }
  .similarCasinos__box:last-child {
    margin-bottom: unset; }

.similarCasinos__text {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #181818;
  font-weight: 400;
  letter-spacing: 0.01em; }
  @media (min-width: 768px) {
    .similarCasinos__text {
      padding: 0 20px; } }
  .similarCasinos__text p:first-of-type {
    margin: 14px 0; }

.card-td-btn.table-social button.card-btn-report {
  margin: 12px 5px 0 auto; }
  @media (max-width: 1200px) {
    .card-td-btn.table-social button.card-btn-report {
      margin-right: 8px;
      justify-content: flex-end; } }
  @media (max-width: 992px) {
    .card-td-btn.table-social button.card-btn-report {
      margin: 12px 5px 0 auto;
      justify-content: center; } }
  @media (max-width: 768px) {
    .card-td-btn.table-social button.card-btn-report {
      margin: 12px 0 0 0; } }

.table_cards-half .card-td-btn.table-social button.card-btn-report {
  margin: 12px 0 0 0; }

.editors_choice, .no_deposit {
  border-color: #f0ad00 !important;
  border-width: 1px 1px 1px 1px !important; }
  .editors_choice .card-label-sponsored, .no_deposit .card-label-sponsored {
    background: #f0ad00;
    color: #181818;
    min-width: 116px;
    max-height: 24px;
    text-align: center;
    padding: 3.5px 10px !important; }

/*# sourceMappingURL=style.css.map */
.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;
}
.casinoScore {
    width: 100%;
    margin-bottom: 28px;
}

.casinoScore-box {
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
}

.casinoScore-box .score_info .option {
    width: 100%;
    max-width: 265px;
}

.casinoScore-box .options:nth-child(1) {
    border-bottom: 1px solid #f1f1f1;
}

@media (max-width: 815px) {
    .casinoScore-box .options:nth-child(1) {
        flex-direction: column;
    }
}

.casinoScore-box .options:nth-child(2) {
    padding: 28px 36px 34px 36px;
}

@media (max-width: 815px) {
    .casinoScore-box .options:nth-child(2) {
        padding: 16px 16px 28px 16px;
    }
}

@media (max-width: 768px) {
    .casinoScore-box .options:nth-child(2) {
        flex-direction: column;
    }
}

.casinoScore-box .options {
    padding: 36px 36px 32px 36px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

@media (max-width: 815px) {
    .casinoScore-box .options {
        padding: 20px 16px 24px 16px;
    }
}

.casinoScore-box .options .tooltip_option {
    position: relative;
}

.casinoScore-box .options .option .score {
    margin-left: auto;
    font-weight: 600;
    font-size: 16px;
}

.casinoScore-box .options .option .score_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
    height: 24px;
}

@media (max-width: 768px) {
    .casinoScore-box .options .option .score_text {
        margin: 0 0 16px 0;
        font-size: 14px;
    }
}

.casinoScore-box .options .option .score_text:last-child {
    margin: 0;
}

@media (max-width: 768px) {
    .casinoScore-box .options .option .score_text:last-child {
        margin: 0 0 16px 0;
    }
}

@media (max-width: 815px) {
    .casinoScore-box .options .option:nth-child(2) .score_text:last-child {
        margin: 0;
    }
}

.casinoScore-box .options .option .title {
    color: #181818;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 20px 0;
}

@media (max-width: 815px) {
    .casinoScore-box .options .option .title {
        margin: 0 0 16px 0;
    }
}

.casinoScore-box .options .option .info_text {
    color: #4443b8;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    width: fit-content;
}

.casinoScore-box .options .option .info_text:hover ~ .tooltip {
    top: 58px;
    left: 0;
    z-index: 5;
    position: absolute;
    width: 100%;
    height: fit-content;
    background: #404040;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px 16px 8px 16px;
}

@media (min-width: 815px) {
    .casinoScore-box .options .option .info_text:hover ~ .tooltip {
        padding: 16px 20px;
        top: 42px;
        left: 35px;
    }
}

@media (min-width: 992px) {
    .casinoScore-box .options .option .info_text:hover ~ .tooltip {
        top: 40px;
        max-width: 240px;
        left: 50%;
    }
}

.casinoScore-box .options .option .info_text:hover ~ .tooltip .text {
    font-size: 12px;
    margin: unset;
    font-weight: 400;
    color: #dBd8d8;
}

.casinoScore-box .options .option .info_text:hover ~ .tooltip .close {
    margin-top: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1f1f1f;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

@media (min-width: 815px) {
    .casinoScore-box .options .option .info_text:hover ~ .tooltip .close {
        display: none;
    }
}

.casinoScore-box .options .option .info_text:hover ~ .tooltip .close .icon_cancel {
    padding: 5px;
}

.casinoScore-box .options .option .info_text:hover:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #404040;
    transform: rotate(45deg);
    top: 35px;
    right: 3px;
}

@media (min-width: 992px) {
    .casinoScore-box .options .option .info_text:hover:after {
        top: 33px;
    }
}

@media (max-width: 815px) {
    .casinoScore-box .options .option .info_text {
        margin-top: 16px;
    }
}

.casinoScore-box .options .option .tooltip {
    display: none;
}

.casinoScore-box .options .option .icon_info {
    margin-left: 8px;
}

.casinoScore-box .options .stars_box {
    display: flex;
    align-items: center;
}

@media (max-width: 815px) {
    .casinoScore-box .options .stars_box {
        height: 32px;
    }
}

.casinoScore-box .options .stars_box svg {
    margin-right: 4px;
}

.casinoScore-box .options .stars_box svg:last-child {
    margin-right: unset;
}

@media (max-width: 815px) {
    .casinoScore-box .options .stars_box svg {
        max-width: 28px;
        height: 28px;
    }
}

.casinoScore-box .options .stars_box-counter {
    display: flex;
}

.casinoScore-box .options .stars_box-total {
    font-size: 24px;
    color: #181818;
    font-weight: 700;
    margin-left: 12px;
    margin-right: 8px;
}

@media (max-width: 815px) {
    .casinoScore-box .options .stars_box-total {
        font-size: 20px;
        margin-left: 8px;
    }
}

@media (max-width: 815px) {
    .casinoScore-box .options .stars_box-total-text {
        word-spacing: -4px;
    }
}

@media (max-width: 815px) {
    .casinoScore-box .options .stars_box .reviews_text {
        display: none;
    }
}

.casinoScore-write-btn {
    width: 100%;
    margin-top: 20px;
    padding: 0 40px 0 40px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #05e98f;
    font-size: 16px;
    font-weight: 600;
    border: unset;
    border-radius: 16px;
    cursor: pointer;
}

.casinoScore-write-btn:hover {
    background: #04C378;
}

.casinoScore-write-btn .icon_add-comment {
    margin-right: 8px;
}

/*# sourceMappingURL=style.css.map */
@charset "UTF-8";
.casinoUserComment {
  width: 100%;
}
.casinoUserComment_item-hidden {
  display: none;
}
.casinoUserComment_item {
  width: 100%;
  background: #ffffff;
  margin-bottom: 20px;
  border-radius: 20px;
  flex-direction: column;
}
.casinoUserComment_item-info {
  display: flex;
  padding: 0 16px;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .casinoUserComment_item-info {
    padding: 0 40px;
    flex-direction: unset;
  }
}
.casinoUserComment_item-info:first-child {
  padding: 20px 16px 0 16px;
}
@media (min-width: 992px) {
  .casinoUserComment_item-info:first-child {
    padding: 40px 40px 0 40px;
  }
}
.casinoUserComment_item-info:last-child {
  padding: 0 16px 20px 16px;
}
@media (min-width: 992px) {
  .casinoUserComment_item-info:last-child {
    padding: 0 40px 40px 40px;
  }
}
.casinoUserComment_item-info .user {
  display: flex;
  align-items: center;
}
.casinoUserComment_item-info .user .avatar {
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  background-color: #d1ffed;
}
@media (min-width: 992px) {
  .casinoUserComment_item-info .user .avatar {
    width: 56px;
    height: 56px;
  }
}
.casinoUserComment_item-info .user .info {
  margin-left: 12px;
}
.casinoUserComment_item-info .user .info .reviews {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #6c6c6c;
}
.casinoUserComment_item-info .user .info .base_info {
  display: flex;
  align-items: center;
}
.casinoUserComment_item-info .user .info .base_info .username {
  margin: unset;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 992px) {
  .casinoUserComment_item-info .user .info .base_info .username {
    font-size: 18px;
  }
}
.casinoUserComment_item-info .user .info .base_info .flag {
  width: 20px;
  height: 20px;
  margin-left: 12px;
}
@media (min-width: 992px) {
  .casinoUserComment_item-info .user .info .base_info .flag {
    width: 24px;
    height: 24px;
  }
}
.casinoUserComment_item-info .reviews_total {
  margin-top: 20px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .casinoUserComment_item-info .reviews_total {
    flex-direction: column;
    margin-top: unset;
  }
}
.casinoUserComment_item-info .reviews_total .date {
  font-size: 14px;
  color: #6c6c6c;
  margin: unset;
}
@media (min-width: 992px) {
  .casinoUserComment_item-info .reviews_total .date {
    margin-top: 8px;
    margin-left: auto;
  }
}
.casinoUserComment_item-info .reviews_total .stars_box {
  display: flex;
  align-items: center;
}
.casinoUserComment_item-info .reviews_total .stars_box-total {
  display: none;
}
@media (min-width: 992px) {
  .casinoUserComment_item-info .reviews_total .stars_box-total {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    margin: 0 5px 0 8px;
    height: 24px;
  }
}
.casinoUserComment_item-info .reviews_total .stars_box-counter {
  display: flex;
}
.casinoUserComment_item-info .reviews_total .stars_box-counter .icon_star-review, .casinoUserComment_item-info .reviews_total .stars_box-counter .icon_star-review-half {
  width: 24px;
  height: 24px;
}
@media (min-width: 992px) {
  .casinoUserComment_item-info .comment {
    margin-bottom: 36px;
  }
}
.casinoUserComment_item-info .comment .show_less:before {
  content: " " !important;
}
.casinoUserComment_item-info .comment .show_more-btn {
  background: transparent;
  color: #5554de;
  font-size: 14px;
  font-weight: 500;
  border: unset;
  cursor: pointer;
  padding: unset;
}
.casinoUserComment_item-info .comment .show_more-btn:before {
  content: "... ";
  color: #181818;
}
.casinoUserComment_item-info .comment .text {
  font-size: 14px;
  font-weight: 400;
  margin: 18px 0 20px 0;
  word-break: break-word;
}
@media (min-width: 992px) {
  .casinoUserComment_item-info .comment .text {
    margin: 24px 0 16px 0;
  }
}
.casinoUserComment_item-info .comment .pros_cons .title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px 0;
}
.casinoUserComment_item-info .comment .pros_cons .title_pros {
  color: #04C378;
}
.casinoUserComment_item-info .comment .pros_cons .title_cons {
  color: #ff455b;
}
.casinoUserComment_item-info .comment .pros_cons .text {
  margin: unset;
  font-size: 14px;
}
.casinoUserComment_item-info .comment .pros_cons:last-child {
  margin-top: 16px;
}
.casinoUserComment_item-info .detailed_score {
  box-shadow: inset 0 0 0 1px #f1f1f1;
  background: #f9f9ff;
  border-radius: 20px;
  padding: 20px;
  margin: 20px 0 20px 0;
}
@media (min-width: 992px) {
  .casinoUserComment_item-info .detailed_score {
    min-width: 303px;
    margin: 24px 0 20px 33px;
    height: fit-content;
  }
}
.casinoUserComment_item-info .detailed_score .option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  height: 24px;
}
.casinoUserComment_item-info .detailed_score .option .title {
  font-size: 14px;
  color: #404040;
  font-weight: 500;
  margin: unset;
}
.casinoUserComment_item-info .detailed_score .option .value {
  font-size: 14px;
  font-weight: 600;
  color: #2B2B2B;
}
.casinoUserComment_item-info .detailed_score .option:last-child {
  margin-bottom: unset;
}
.casinoUserComment_item-info .helpful {
  display: flex;
  align-items: center;
  height: 24px;
  margin: unset;
  cursor: pointer;
  user-select: none;
}
.casinoUserComment_item-info .helpful_count {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #1f1f1f;
}
.casinoUserComment_item-info .helpful .text {
  font-weight: 500;
  font-size: 14px;
  color: #6c6c6c;
  margin-left: 8px;
}
.casinoUserComment_item-info .casino_info {
  display: flex;
  align-items: center;
  padding-top: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .casinoUserComment_item-info .casino_info {
    background: #f4f5f7;
    border-radius: 16px 16px 0 0;
    padding: 20px;
  }
}
.casinoUserComment_item-info .casino_info .avatar {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  margin-right: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffefee;
}
.casinoUserComment_item-info .casino_info .avatar .logo-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}
.casinoUserComment_item-info .casino_info .info .title {
  font-size: 18px;
  margin: unset;
  font-weight: 600;
}
.casinoUserComment_item-info .casino_info .info .date {
  font-size: 14px;
  color: #404040;
}
.casinoUserComment_item-info .casino_reply {
  margin: 20px 0 0 0;
  font-size: 14px;
  word-break: break-word;
}
@media (min-width: 992px) {
  .casinoUserComment_item-info .casino_reply {
    margin: unset;
    padding: 0 20px 20px 20px;
    border-radius: 0 0 16px 16px;
    background: #f4f5f7;
  }
}
.casinoUserComment_item-info .casino_reply .show_less:before {
  content: " " !important;
}
.casinoUserComment_item-info .casino_reply .show_more-btn {
  background: transparent;
  color: #5554de;
  font-size: 14px;
  font-weight: 500;
  border: unset;
  cursor: pointer;
  padding: unset;
}
.casinoUserComment_item-info .casino_reply .show_more-btn:before {
  content: "... ";
  color: #181818;
}
.casinoUserComment_item-info .reply_button {
  height: 56px;
  color: #181818 !important;
  background: #05e98f !important;
  border-radius: 16px;
  padding: 0 40px;
  outline: unset;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border: unset;
}
.casinoUserComment_item-info .pending_badge {
  background: #dBd8d8;
  color: #1f1f1f;
  padding: 4px 16px 4px 16px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0 0 0 14px;
  position: absolute;
  top: 0;
  right: -16px;
}
@media (min-width: 992px) {
  .casinoUserComment_item-info .pending_badge {
    right: 0;
    border-radius: 0 14px 0 14px;
  }
}
.casinoUserComment .add_reply-item {
  padding: unset;
}
.casinoUserComment .add_reply-item .casino_reply-box {
  margin: unset;
  padding: 0 16px 20px 16px;
}
@media (min-width: 992px) {
  .casinoUserComment .add_reply-item .casino_reply-box {
    padding: 0 40px 40px 40px;
  }
}
.casinoUserComment .casino_reply-box {
  width: 100%;
  display: none;
  margin-top: 20px;
}
.casinoUserComment .casino_reply-box .label {
  font-size: 14px;
  font-weight: 600;
}
.casinoUserComment .casino_reply-box .textarea {
  width: 100%;
  border: 1px solid #5554de;
  border-radius: 12px;
  padding: 16px;
  resize: vertical;
  background: #f9f9ff;
  font-size: 14px;
  line-height: 24px;
  outline: unset;
  margin-top: 8px;
}
.casinoUserComment .casino_reply-box .textarea::-webkit-scrollbar {
  width: 12px;
}
.casinoUserComment .casino_reply-box .textarea::-webkit-scrollbar-track {
  background: transparent;
}
.casinoUserComment .casino_reply-box .textarea::-webkit-scrollbar-thumb {
  background: #dBd8d8;
  border-radius: 16px;
}
.casinoUserComment .casino_reply-box .save_button-box {
  display: flex;
  justify-content: end;
}
.casinoUserComment .casino_reply-box .save_reply_button, .casinoUserComment .casino_reply-box .edit_reply_button {
  cursor: pointer;
  width: 100%;
  max-width: 146px;
  height: 56px;
  font-weight: 600;
  background: #5554de;
  margin-top: 16px;
  outline: unset;
  border: unset;
  border-radius: 16px;
  font-size: 16px;
  color: #ffffff;
}
.casinoUserComment .casino_reply-box .edit_errors {
  font-size: 13px;
  color: #ff455b;
}
.casinoUserComment .casino_reply-box .success_message {
  padding: 20px;
  background: #e3fff4;
  font-size: 14px;
  color: #04C378;
  border-radius: 16px;
}
.casinoUserComment .edit_reply_button {
  margin-top: 24px;
  height: 56px;
  background: #f2f2ff;
  color: #4443b8;
  border-radius: 16px;
  padding: 0 40px;
  outline: unset;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border: unset;
  max-width: fit-content;
  margin-left: auto;
}
.casinoUserComment .casino_item {
  border-top: 1px solid #f1f1f1;
}
@media (min-width: 992px) {
  .casinoUserComment .casino_item {
    margin-top: unset;
    border-top: unset;
    flex-direction: column;
  }
}
.casinoUserComment .last_info {
  padding: 0 16px 20px 16px;
  flex-direction: unset;
}
@media (min-width: 992px) {
  .casinoUserComment .last_info {
    padding: 0 40px 24px 40px;
  }
}
.casinoUserComment_showMore-container {
  width: 100%;
  text-align: center;
  margin: 8px 0 28px 0;
}
.casinoUserComment_showMore-container .btn-show-more {
  outline: unset;
  border-radius: 16px;
  background: #5554de;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  border: unset;
  height: 56px;
  width: 100%;
  max-width: 450px;
  cursor: pointer;
}
.casinoUserComment_showMore-container .btn-show-more:hover {
  background: #4443b8;
}
@media (min-width: 992px) {
  .casinoUserComment_showMore-container .btn-show-more {
    max-width: 280px;
  }
}
.casinoUserComment .sort {
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #1f1f1f;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .casinoUserComment .sort {
    width: 100%;
    justify-content: end;
  }
}
.casinoUserComment .sort_text {
  font-size: 14px;
  color: #6c6c6c;
  line-height: 20px;
}
.casinoUserComment .sort .select_box {
  padding: 8px;
  margin-left: 8px;
  background: #ffffff;
  border-radius: 12px;
  min-width: 160px;
  box-shadow: inset 0 0 0 1px #f1f1f1;
  position: relative;
  cursor: pointer;
}
.casinoUserComment .sort .select_box .selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
}
.casinoUserComment .sort .select_box .selected_text {
  margin-right: 8px;
}
.casinoUserComment .sort .select_box .selected_arrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s linear all;
}
.casinoUserComment .sort .select_box .options {
  visibility: hidden;
  margin-top: 16px;
  position: absolute;
  transition: visibility 0.2s linear, opacity 0.2s linear;
  box-shadow: inset 0 -0.8px 0px 1px #f1f1f1;
  background: #ffffff;
  width: 100%;
  left: 0;
  top: 14px;
  padding: 16px 8px 0 8px;
  border-radius: 0 0 16px 16px;
}
.casinoUserComment .sort .select_box .options .active {
  background: #f2f2ff;
}
.casinoUserComment .sort .select_box .options .option {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 8px;
  border-radius: 12px;
}
.casinoUserComment .sort .select_box .options .option:hover {
  background: #f2f2ff;
}
.casinoUserComment_item-fadeIn {
  animation: fadeIn 0.7s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.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;
}
.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}}
.casinoAllowedCountriesWidget {
  padding: 24px 16px;
  background: #ffffff;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .casinoAllowedCountriesWidget {
    padding: 40px 24px;
  }
}
@media (min-width: 1200px) {
  .casinoAllowedCountriesWidget {
    padding: 40px;
  }
}
.casinoAllowedCountriesWidget__title {
  margin-top: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 12px;
  color: #181818;
}
@media (min-width: 768px) {
  .casinoAllowedCountriesWidget__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
}
.casinoAllowedCountriesWidget p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 12px;
  color: #181818;
}
@media (min-width: 768px) {
  .casinoAllowedCountriesWidget p {
    margin-bottom: 16px;
  }
}
.casinoAllowedCountriesWidget__items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  transition: height 0.5s ease-in;
}
@media (min-width: 768px) {
  .casinoAllowedCountriesWidget__items {
    margin: 0 -10px 12px -10px;
    width: calc(100% + 20px);
  }
}
.casinoAllowedCountriesWidget__items.all {
  transition: height 0.5s ease-out;
}
.casinoAllowedCountriesWidget__items.all .casinoAllowedCountriesWidget__item:nth-child(n+7) {
  display: inline-flex;
}
.casinoAllowedCountriesWidget__item {
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  padding: 8px;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 768px) {
  .casinoAllowedCountriesWidget__item {
    width: calc(33.333% - 20px);
    margin: 0 10px 12px 10px;
  }
}
.casinoAllowedCountriesWidget__item:nth-child(n+7) {
  display: none;
}
.casinoAllowedCountriesWidget__item--title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
}
.casinoAllowedCountriesWidget__item--link {
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.casinoAllowedCountriesWidget__item--img-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 48px;
  height: 48px;
  margin-right: 12px;
}
.casinoAllowedCountriesWidget__item--img-wrapper svg {
  background: #ffffff;
  position: absolute;
  top: 24px;
  left: 24px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.casinoAllowedCountriesWidget__item--flag {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.casinoAllowedCountriesWidget__btn {
  cursor: pointer;
  width: 100%;
  padding: 2px 20px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  border: none;
  outline: none;
}
.casinoAllowedCountriesWidget__btn.active svg {
  transform: rotate(180deg);
}
.casinoAllowedCountriesWidget__btn svg {
  margin-left: 8px;
  background: #f2f2ff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.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;
  }
}
.numberedListCardsLight__wrapper {
  padding: 24px 16px;
  border-radius: 20px;
  border: 1px solid #f1f1f1;
  background: #ffffff;
}
@media (min-width: 768px) {
  .numberedListCardsLight__wrapper {
    padding: 40px 40px 24px;
  }
}
.numberedListCardsLight .item__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .numberedListCardsLight .item__description {
    margin-bottom: 30px;
  }
}
.numberedListCardsLight .item__description p:first-child {
  margin-top: 0;
}
.numberedListCardsLight .item__description p:last-child {
  margin-bottom: 0;
}
.numberedListCardsLight__cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .numberedListCardsLight__cards {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}
.numberedListCardsLight__card-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.numberedListCardsLight__card-wrapper:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .numberedListCardsLight__card-wrapper {
    width: calc(50% - 20px);
    margin: 0 10px 16px;
  }
  .numberedListCardsLight__card-wrapper:last-child {
    margin-bottom: 16px;
  }
}
.numberedListCardsLight .card {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 24px 16px;
  border-radius: 20px;
  border: 1px solid #f1f1f1;
}
@media (min-width: 768px) {
  .numberedListCardsLight .card {
    flex-direction: column;
  }
}
.numberedListCardsLight .card__img-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.numberedListCardsLight .card__img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 16px;
  overflow: hidden;
  background: #f2f2ff;
}
.numberedListCardsLight .card__title {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #181818;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.numberedListCardsLight .card__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.14px;
  flex-grow: 1;
}
.numberedListCardsLight .card__description a {
  color: #5554de;
  text-decoration: underline;
}
.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;
}
.numberedListCompare__wrapper {
  padding: 24px 16px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #f1f1f1;
  color: #181818;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .numberedListCompare__wrapper {
    padding: 40px;
  }
}
.numberedListCompare .item__title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
@media (min-width: 768px) {
  .numberedListCompare .item__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 24px;
  }
}
.numberedListCompare .item__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.14px;
  color: #181818;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .numberedListCompare .item__description {
    margin-bottom: 30px;
  }
}
.numberedListCompare .item__description p:first-child {
  margin-top: 0;
}
.numberedListCompare .item__description p:last-child {
  margin-bottom: 0;
}
.numberedListCompare__cards-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .numberedListCompare__cards-wrapper {
    width: calc(100% + 24px);
    margin: 0 -12px 16px;
  }
  .numberedListCompare__cards-wrapper:last-child {
    margin: 0 -12px;
  }
}
.numberedListCompare .card {
  width: 100%;
  padding: 20px 12px 20px 14px;
  border-radius: 16px;
  background: #f9f9ff;
  position: relative;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .numberedListCompare .card {
    padding: 20px 14px 28px 16px;
    width: calc(50% - 24px);
    margin: 0 12px;
  }
}
.numberedListCompare .card:last-child {
  margin-bottom: 0;
}
.numberedListCompare .card__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #181818;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .numberedListCompare .card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 28px;
    text-align: center;
  }
}
.numberedListCompare .card__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.numberedListCompare .card__list ul li {
  position: relative;
  padding-left: 19.5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.14px;
  color: #2B2B2B;
  margin-bottom: 16px;
}
.numberedListCompare .card__list ul li:last-child {
  margin-bottom: 0;
}
.numberedListCompare .card__list ul li.red:before {
  background: #ff455b;
}
.numberedListCompare .card__list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8.5px;
  background: #05e98f;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.numberedListCompare .card__icon {
  width: 56px;
  height: 98px;
  position: absolute;
  top: calc(100% - 42px);
  right: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .numberedListCompare .card__icon {
    top: -24px;
    left: calc(100% - 20px);
  }
}
.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}
/* Primary / Brand Green */
/* Secondary / Accent Purple */
/* Neutrals */
/* Error / Red */
/* Warning / Yellow */
/* Others */
.review__range {
    border-collapse: collapse;
    width: 100%;
    vertical-align: middle;
    margin: 28px 0 0 0;
}

@media (max-width: 576px) {
    .review__range {
        margin-top: 24px;
    }
}

.review__range tr {
    display: flex;
    align-items: center;
    margin-bottom: 31px;
}

.review__range tr:last-of-type {
    margin-bottom: 0;
}

.review__range td {
    padding: 0;
}

.review__range td:nth-child(2) {
    width: 100%;
}

.review__range--logo {
    width: 60px;
    height: 60px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
}

@media (max-width: 576px) {
    .review__range--logo {
        width: 42px;
        height: 42px;
        margin-right: 8px;
        border-radius: 8px;
    }
}

.review__range--logo img {
    max-width: 90%;
    max-height: 90%;
}

.review__range--block {
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 6px;
    padding: 4px;
}

.review__range--item {
    width: 20%;
    height: 30px;
    background: #f4f5f7;
    margin: 0 1.5px;
}

.review__range--item:first-of-type {
    margin-left: 0;
    border-radius: 6px 0 0 6px;
}

.review__range--item:last-of-type {
    margin-right: 0;
    border-radius: 6px 0 0 6px;
}

.review__range--item.low {
    background-color: #ff455b;
}

.review__range--item.middle {
    background-color: #f0d800;
}

.review__range--item.high {
    background-color: #01cb7b;
}

.review__range--item.unactive {
    background: #f4f5f7;
}

.review__range--numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 20px;
    border-radius: 6px;
}

.review__range--num {
    width: 20%;
    height: 100%;
    margin: 0 1.5px;
    text-align: center;
}

.review__range--num span {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #b5b5b5;
}

@media (max-width: 576px) {
    .review__range--num span {
        font-size: 12px;
        line-height: 17px;
    }
}

.review__range--num span.current {
    color: #181818;
}

.review__range--num:first-of-type {
    margin-left: 0;
    border-radius: 6px 0 0 6px;
}

.review__range--num:last-of-type {
    margin-right: 0;
    border-radius: 6px 0 0 6px;
}
.casinoVisitsWidget__wrapper{background:#fff;border-radius:20px;padding:24px 16px}@media(min-width: 768px){.casinoVisitsWidget__wrapper{padding:40px}}.casinoVisitsWidget__title{margin-top:0;margin-bottom:12px;font-weight:600;font-size:20px;line-height:32px;color:#181818}@media(min-width: 768px){.casinoVisitsWidget__title{font-weight:700;font-size:28px;line-height:36px;margin-bottom:16px}}.casinoVisitsWidget__description{margin-bottom:16px;font-weight:400;font-size:16px;line-height:24px;color:#181818}.casinoVisitsWidget__main{display:flex;flex-wrap:wrap}.casinoVisitsWidget__map__wrapper{width:100%;height:200px;border:1px solid #5554de;border-radius:20px;padding:24px 10px;margin-bottom:24px}@media(min-width: 768px){.casinoVisitsWidget__map__wrapper{max-width:260px;margin-right:24px;margin-bottom:0}}.casinoVisitsWidget__table{width:100%;display:flex;flex-wrap:wrap}@media(min-width: 768px){.casinoVisitsWidget__table{flex:1}}.casinoVisitsWidget__table tbody{display:flex;flex-wrap:wrap;width:100%}.casinoVisitsWidget__row{width:100%;display:flex;align-items:center;margin-bottom:24px}.casinoVisitsWidget__row:last-child{margin-bottom:0}.casinoVisitsWidget__td{display:inline-flex;align-items:center;padding:0}.casinoVisitsWidget__country-wrapper{margin-right:12px;width:62px}.casinoVisitsWidget__country__info{display:inline-flex;align-items:center}.casinoVisitsWidget__country__info--img{width:32px;height:32px;margin-right:8px}.casinoVisitsWidget__country__info--img img{width:100%;height:auto}.casinoVisitsWidget__country__info--name{font-weight:500;font-size:16px;line-height:24px;color:#181818}.casinoVisitsWidget__info-wrapper{margin-right:4px;width:60px}.casinoVisitsWidget__value{font-weight:600;font-size:16px;line-height:24px;color:#181818}.casinoVisitsWidget__range-wrapper{flex:1}.casinoVisitsWidget__range{display:inline-flex;align-items:center;width:100%;height:24px;position:relative;padding:4px 6px;border-radius:20px;background:#f9f9ff}.casinoVisitsWidget__range span{border-radius:20px;background:#5554de;height:16px}
/* Primary / Brand Green */
/* Secondary / Accent Purple */
/* Neutrals */
/* Error / Red */
/* Warning / Yellow */
/* Others */
.casinoIntroWidget {
    padding: 24px 16px;
    background: #ffffff;
    border-radius: 20px;
}

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

.casinoIntroWidget__quotes {
    padding: 0 43px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.casinoIntroWidget__quotes:before, .casinoIntroWidget__quotes:after {
    content: "";
    position: absolute;
    width: 27px;
    height: 19px;
    background-image: url("../midori/img/redesign/quotes.svg");
}

.casinoIntroWidget__quotes:before {
    left: 0;
    top: 0;
}

.casinoIntroWidget__quotes:after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}
.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;
}
.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;
}
.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;
}
.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}
