@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap);/*screen sizes*/
/*container sizes*/
/*--------------------
  VISUALLY-HIDDEN
--------------------*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.search-toggle {
  position: relative;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 86px;
  height: 46px;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .search-toggle {
    width: 76px;
    height: 41px;
    top: 6px;
    margin-left: auto;
  }
}
.search-toggle__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.search-toggle__icon--open {
  width: 25px;
  height: 25px;
}
@media (max-width: 767px) {
  .search-toggle__icon--open {
    width: 22px;
    height: 22px;
    margin-top: 3px;
  }
}
.search-toggle__icon--close {
  display: none;
}
.search-toggle--active .search-toggle__icon--open {
  display: none;
}
.search-toggle--active .search-toggle__icon--close {
  display: block;
}

.search {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  min-width: 300px;
  padding: 10px 0;
  background: #E4E4FF;
}
.search__inner {
  position: relative;
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 15px;
}
.search__field {
  position: relative;
}
.search__field > svg {
  position: absolute;
  top: 13px;
  left: 20px;
  width: 14px;
  height: 14px;
}
@media (max-width: 767px) {
  .search__field > svg {
    left: 14px;
  }
}
.search__input {
  display: block;
  width: 100%;
  padding: 11px 120px 11px 40px;
  font-size: 14px;
  color: #353941;
  background: #ffffff;
  border: 1px solid #6D2BF1;
  border-radius: 20px;
  outline: none;
}
@media (max-width: 767px) {
  .search__input {
    padding-right: 40px;
  }
}
.search__input--writing {
  border-radius: 20px 20px 0 0;
}
.search__clear {
  position: absolute;
  top: 10px;
  right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  color: #4A17B6;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .search__clear {
    right: 11px;
  }
}
.search__clear svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 17px;
  height: 17px;
}
.search__clear span {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .search__clear span {
    display: none;
  }
}
.search__list-wrapper {
  position: absolute;
  top: 100%;
  right: 15px;
  left: 15px;
  display: none;
  color: #353941;
  font-size: 14px;
  background: #ffffff;
  border-radius: 0 0 20px 20px;
  border: 1px solid #878C97;
  border-top: none;
}
.search__list ul {
  max-height: 320px;
  overflow-y: auto;
  padding: 7px 20px 15px;
  list-style: none;
}
@media (max-width: 767px) {
  .search__list ul {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.search__list a {
  display: inline-block;
  padding: 7px 0;
  color: inherit;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
}
.search__list a:hover, .search__list a:focus {
  color: #4A17B6;
}
.search__res {
  padding: 10px 20px;
  text-align: center;
  font-size: inherit;
}
.search__res--found {
  position: relative;
  display: none;
}
.search__res--found::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  left: 20px;
  height: 1px;
  background: #878C97;
}
@media (max-width: 767px) {
  .search__res--found::before {
    right: 15px;
    left: 15px;
  }
}
.search__res--found > span {
  position: relative;
  padding: 0 60px;
}
.search__res--found > span::before, .search__res--found > span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.search__res--found > span::before {
  top: 43%;
  left: 0;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
}
.search__res--found > span::after {
  right: 0;
  bottom: 43%;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
.search--active {
  display: block;
}

header {
  min-height: 65px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 20;
}
@media (max-width: 767px) {
  header {
    min-height: 50px;
    border-bottom: 5px solid #E4E4FF;
  }
}

header.out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 1175px;
  padding: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.contact-link img {
  display: none;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.04em;
  padding-right: 10px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  header nav {
    position: absolute;
    top: 75px;
    left: 0;
    display: block;
    width: 80%;
    max-width: 400px;
    min-width: 250px;
    padding: 40px 20px 40px 40px;
    background: #FFFFFF;
    border-radius: 8px;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

.nav-list__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 16px;
  max-height: 16px;
  margin-right: 7px;
}
@media (max-width: 767px) {
  .nav-list__icon {
    max-width: 26px;
    max-height: 26px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .navigation-right .nav-list__icon {
    display: none;
  }
}

header .navigation-left, header .navigation-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  color: #484040;
}

@media (max-width: 767px) {
  header .navigation-left li {
    margin-bottom: 20px;
  }
}

header .navigation-left li, header .navigation-right li {
  padding: 5px 10px;
}
@media (max-width: 767px) {
  header .navigation-left li:nth-child(n+2), header .navigation-right li:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  header .navigation-left {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    height: 30px;
    background: #E4E4FF;
  }
}

@media (max-width: 767px) {
  header .navigation-left,
  header .navigation-right {
    display: block;
  }
}

#checkbox-burger {
  display: none;
  width: 20px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

.burger {
  display: none;
  width: 20px;
  height: 17px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}

.burger span {
  padding: 0;
  width: 20px;
  height: 3px;
  background-color: #353941;
  display: block;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.burger span:first-child {
  top: 0;
}

.burger span:nth-child(2), .burger span:nth-child(3) {
  top: 7px;
}

.burger span:last-child {
  bottom: 0;
}

#checkbox-burger:checked {
  z-index: 20;
}

#checkbox-burger:checked ~ .burger span:nth-last-child(4) {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  background-color: transparent;
}

#checkbox-burger:checked ~ .burger span:nth-last-child(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#checkbox-burger:checked ~ .burger span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#checkbox-burger:checked ~ .burger span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#checkbox-burger:checked ~ .burger span:nth-last-child(1) {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  background-color: transparent;
}

@media (max-width: 767px) {
  #checkbox-burger:checked ~ nav {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}

.header-logo {
  max-width: 180px;
}

header nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
  font-size: 12px;
  line-height: 14px;
  color: #4A17B6;
  text-decoration: none;
}
@media (max-width: 767px) {
  header nav a {
    font-size: 14px;
  }
}

header nav a:hover {
  color: #3a128f;
}

.fill-search-icon {
  fill: #353941;
}

@media (min-width: 1200px) {
  header .navigation-left li,
  header .navigation-right li {
    padding: 5px 15px;
  }
}
@media (min-width: 1340px) {
  header .navigation-left li,
  header .navigation-right li {
    padding: 5px 25px;
  }
}
@media (max-width: 991px) {
  header .navigation-left li, header .navigation-right li {
    padding: 0 7px;
  }
  .contact-link img {
    display: inline;
  }
  .contact-link span {
    display: none;
  }
  .header-wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  header .navigation-right li:last-child {
    display: block;
    padding: 0;
  }
  header .navigation-left li, header .navigation-right li {
    padding: 0;
  }
  .burger, #checkbox-burger {
    display: block;
  }
}
.lang-nav {
  position: relative;
}
.lang-nav img {
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lang-nav__btn {
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  cursor: pointer;
  margin-left: 5px;
}
.lang-nav__list {
  position: absolute;
  top: 53px;
  right: 0;
  display: none;
  width: 210px;
  padding: 20px;
  background: #ffffff;
  list-style: none;
}
@media (max-width: 767px) {
  .lang-nav__list {
    top: 44px;
    right: -15px;
  }
}
.lang-nav__list li:nth-child(n+2) {
  margin-top: 20px;
}
.lang-nav__list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #4A17B6;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.lang-nav__list a:hover, .lang-nav__list a:focus {
  text-decoration: underline;
}
.lang-nav__list span {
  margin-left: 15px;
}
.lang-nav__list--active {
  display: block;
}

/*screen sizes*/
/*container sizes*/
footer {
  width: 100%;
  position: relative;
  overflow: hidden;
}
footer .wrapper {
  max-width: 1175px;
  position: relative;
  z-index: 3;
  padding: 30px 15px 25px;
}
footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: cover;
  background-position: center;
}
footer.visible::before {
  background: url("/img/k1/footer-bg.png") center top repeat;
}
footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4A17B6;
  z-index: 1;
}
footer .title {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #2AB03C;
  text-align: left;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  footer .title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 40px;
  }
}

.footer-navigation {
  position: relative;
  margin: 30px auto;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .footer-navigation {
    display: none;
  }
}
.footer-navigation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 2000px;
  background: #6D2BF1;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.footer-navigation .nav-list__icon {
  display: none;
}
@media (min-width: 768px) {
  .footer-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-navigation ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-navigation ul:nth-child(n+2) {
  margin-left: 50px;
}

.footer-navigation li {
  list-style: none;
}
@media (max-width: 767px) {
  .footer-navigation li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: center;
    margin: 0 25px;
  }
}
@media (min-width: 768px) {
  .footer-navigation li:first-of-type a:first-of-type {
    margin-left: 0;
  }
  .footer-navigation li:last-of-type a:last-of-type {
    margin-right: 0;
  }
}
.footer-navigation li:nth-child(n+2) {
  margin-left: 50px;
}
@media (max-width: 767px) {
  .footer-navigation li.footer-hide-link {
    display: none;
  }
}
.footer-navigation li a {
  display: inline-block;
  padding: 7px 0;
  font-weight: 900;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}
.footer-navigation li a:hover {
  color: #bbbbbb;
}

.footer-items-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .footer-items-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer-items__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .footer-items__img {
    margin: 20px auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer-items__img a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-items__img a:nth-of-type(n+2) {
  margin-left: 5px;
}
.footer-items__img img {
  width: auto;
  height: auto;
  border-radius: 8px;
  max-width: 100px;
}
.footer-items__img img[src$=svg] {
  min-width: 100px;
}

.footer-items__age {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  color: #6D2BF1;
  font-weight: 900;
  font-size: 20px;
  border-radius: 50%;
  background: #ffffff;
  width: 44px;
  height: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer-items__center {
  margin: 0;
  padding: 0 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer-items__center {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 30px auto 0;
  }
}

@media (max-width: 767px) {
  .footer-items__help {
    margin: 0 auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.footer-items__help p {
  margin: 5px 0 0;
  color: #F0F041;
  font-size: 14px;
}

.footer-items__tel {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.footer-items__tel img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.footer-disclaimer {
  margin-bottom: 10px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .footer-disclaimer {
    margin-bottom: 15px;
  }
}

.footer-disclaimer,
.footer-bottom {
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #EEEEFF;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  line-height: 14px;
  width: 100%;
}
@media (max-width: 767px) {
  .footer-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    line-height: 1.5;
  }
}
.footer-bottom li {
  margin-right: 10px;
}
.footer-bottom li:nth-child(2) {
  padding-left: 10px;
  border-left: 1px solid #A9A9A9;
}
@media (max-width: 767px) {
  .footer-bottom li:last-child {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }
}
.footer-bottom a {
  color: #F0F041;
}

.cookie-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 590px;
  padding: 22px 39px 22px 24px;
  border-radius: 16px;
  background: #F7F7F7;
  -webkit-box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.05);
  z-index: 100;
}
@media (max-width: 400px) {
  .cookie-popup {
    bottom: 0;
    right: 0;
  }
}
.cookie-popup.hidden-cookie {
  display: none;
}
.cookie-popup .lazy-image {
  margin-right: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 72px;
  height: 72px;
}
.cookie-popup .cookie-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}
.cookie-popup .cookie-center {
  margin-right: 15px;
}
.cookie-popup .cookie-text {
  color: #000;
  font-size: 16px;
}
.cookie-popup .cookie-text a {
  color: #2AB03C;
  font-weight: 700;
}
.cookie-popup .info-btn {
  min-width: 120px;
  color: #333;
  text-decoration: underline;
}
.cookie-popup .info-btn:hover {
  background-color: transparent;
}
.cookie-popup .cookie-agree {
  min-width: 120px;
  border-radius: 50px;
  background: #FDBD13;
  color: #353941;
}
.cookie-popup .close-cookie {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.cookie-popup .close-cookie::before, .cookie-popup .close-cookie::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #333;
}
.cookie-popup .close-cookie::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cookie-popup .close-cookie::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .cookie-popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 355px;
    padding: 25px 20px 20px;
  }
  .cookie-popup .lazy-image {
    position: absolute;
    left: 20px;
    top: 15px;
    margin: 0;
    width: 43px;
    height: 43px;
  }
  .cookie-popup .cookie-center {
    margin: 0;
  }
  .cookie-popup .cookie-title {
    padding-left: 85px;
    margin-bottom: 25px;
  }
  .cookie-popup .cookie-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .cookie-popup .info-btn {
    min-width: 136px;
    margin-top: 0;
    margin-right: auto;
  }
  .cookie-popup .cookie-agree {
    min-width: 136px;
  }
}
.popup-open {
  overflow: hidden;
}

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
}
@media screen and (max-width: 600px) {
  .popup-wrapper {
    padding-top: 5px;
  }
}

.casino-popup {
  position: relative;
  max-width: 980px;
  width: 100%;
  min-width: 320px;
  padding: 50px 65px 55px;
  background: #ffffff linear-gradient(-40deg, #EEEEFF 15%, transparent 15%);
  border: 2px solid #6D2BF1;
  border-radius: 16px;
}
@media screen and (max-width: 1000px) {
  .casino-popup {
    padding: 40px 10px 15px;
  }
}
.casino-popup .bonus-card {
  width: 31%;
  margin: 0 5px;
}
@media screen and (max-width: 800px) {
  .casino-popup .bonus-card {
    width: 48%;
    margin-bottom: 10px;
    background: #ffffff;
  }
}
@media screen and (max-width: 600px) {
  .casino-popup .bonus-card {
    width: 100%;
  }
}
@media screen and (min-width: 801px) {
  .casino-popup .bonus-card:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 801px) {
  .casino-popup .bonus-card:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 801px) {
  .casino-popup .bonus-card:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.casino-popup .bonus-card .custom-stars-group svg {
  width: 22px;
  height: 22px;
}
.casino-popup .bonus-card .logo-button {
  position: relative;
  overflow: hidden;
  border: 1px solid #E4E4FF;
  border-radius: 8px;
}
@media screen and (max-width: 800px) {
  .casino-popup .bonus-card .logo-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    margin-bottom: 10px;
  }
}
.casino-popup .bonus-card .green-main-btn {
  margin-top: auto;
}
@media screen and (max-width: 575px) {
  .casino-popup .bonus-card .green-main-btn {
    max-width: 100%;
  }
}
.casino-popup .bonus-card__top {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .casino-popup .bonus-card__top {
    position: relative;
    padding-left: 115px;
    min-height: 82px;
    margin-bottom: 10px;
  }
}
.casino-popup .bonus-card__logo {
  border: none;
}
@media screen and (max-width: 800px) {
  .casino-popup .bonus-card__logo {
    width: 100%;
    height: 80px;
  }
}
.casino-popup .bonus-card__name {
  text-transform: capitalize;
}
.casino-popup .bonus-card__btn {
  width: 100%;
}
.casino-popup .bonus-card__bonus-title {
  text-transform: capitalize;
}
@media screen and (max-width: 800px) {
  .casino-popup .bonus-card__bonus-title {
    padding-left: 0;
    margin-right: 5px;
  }
}
@media screen and (max-width: 800px) {
  .casino-popup .bonus-card__bonus-title::before {
    position: relative;
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .casino-popup .bonus-card__bonus-title span {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .casino-popup .bonus-card__bonus-text {
    font-size: 14px;
  }
}
.casino-popup .bonus-card--top {
  background: #4A17B6;
}
@media screen and (max-width: 800px) {
  .casino-popup .bonus-card--top {
    position: relative;
  }
}
.casino-popup .bonus-card--top > .bonus-card__badge {
  display: none !important;
}
@media screen and (max-width: 800px) {
  .casino-popup .bonus-card--top > .bonus-card__badge {
    display: block;
    border-radius: 7px 7px 0 0;
  }
}
@media screen and (max-width: 800px) {
  .casino-popup .bonus-card--top .logo-button .bonus-card__badge {
    display: none;
  }
}
.casino-popup .bonus-card--top .bonus-card__name {
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .casino-popup .bonus-card--top .bonus-card__center {
    padding-top: 40px;
  }
}
.casino-popup .bonus-card--top .bonus-card__badge {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 3px;
  text-align: center;
  color: #6D2BF1;
  background: #F0F041;
  font-size: 16px;
}
.casino-popup .bonus-card--top .bonus-card__badge svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.casino-popup .bonus-card--top .bonus-card__bonus-title {
  color: #ffffff;
}
.casino-popup .bonus-card--top .bonus-card__bonus-title::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxOSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMi43ODIgNC4xMjdjLS4wOTctLjU1Mi0uMjYzLTEuMDcyLS4yNzctMS41OTItLjA0MS0xLjE3LjY1LTIuMTQ2IDEuNjYxLTIuNDcuODMxLS4yNiAxLjg3LjI0MyAyLjMyNiAxLjE1My4yMjEuNDM5LjM4OC45MjcuNTk1IDEuMzgyLjA4My4xNzguMTUzLjMyNS4zODguMzA4LjI0OS0uMDE2LjM4Ny0uMDY1LjUxMi0uMzQuMjYzLS42MDIuNTEyLTEuMjUyLjg3Mi0xLjc3Mi41NTQtLjc5NyAxLjUwOS0uOTc1IDIuNDA5LS41Ny43MzMuMzQyIDEuMzE1IDEuMjg1IDEuMjczIDIuMjYtLjAxNC41MzYtLjE2NiAxLjA3Mi0uMjQ5IDEuNjQxLjA3IDAgLjE5NC4wMzMuMzA1LjAzMy40NDMgMCAuODcyLS4wMTYgMS4zMTUuMDE2LjY5Mi4wMzMgMS4wNTIuNTIgMS4wNTIgMS4zMzMgMCAuNDM4LjA1NS44NzcuMDU1IDEuMzMydjEwLjMzNmMwIC45NDMtLjQ3IDEuNDgtMS4yNzQgMS40OEgxLjMzYy0uODQ1IDAtMS4zMTUtLjU3LTEuMzE1LTEuNTc3VjUuNzUyYzAtMS4wMjMuNDQzLTEuNTQzIDEuMzE1LTEuNTZoMS4xMzVjLjExLS4wMzIuMjM1LS4wNDguMzE4LS4wNjVaTS44NDQgMTQuMzk4Yy4yMzYtLjE2Mi4zODgtLjI3Ni41NC0uMzkuNDU3LS4zNC45LS42OTggMS4zNTctMS4wNC4yMzUtLjE3OC40Ny0uMjI3LjY2NC4wODIuMTM5LjIyNy4wNTUuNTItLjIyMS43NDctLjQ1Ny4zNTgtLjkuNjk5LTEuMzU3IDEuMDQtLjk5Ny43MTUtLjk5Ny42OTktLjk4MyAyLjA4IDAgLjYxOC4wODMuNzE1LjYzNy43MTVoMy45NzNjLjQ4NCAwIC40ODQgMCAuNDg0LS41NTJWNi44MDljMC0uMjc2LjEzOS0uNDcxLjM2LS40MzkuMTY2LjAzMy4zMzIuMTk1LjQzLjM1OC4wNjkuMTEzLjA0LjMwOC4wNC40N3Y5LjczNmMwIC42OTggMCAuNjk4LjYxLjY5OC4xNjYgMCAuMzQ2LS4wMTYuNTEyIDAgLjMxOC4wMzMuNDE1LS4xMTMuNDE1LS40ODctLjAxMy0xLjgyIDAtMy42MjQgMC01LjQ0NCAwLS41MzcuMTExLS43MzIuNDE2LS43MzIuMjkgMCAuNDE1LjIyOC40MTUuNzMydjUuNDc2YzAgLjI2LjAxNC40NC4zMDQuNDQgMS40MTItLjAxNyAyLjgzOCAwIDQuMjUgMCAuMzg4IDAgLjQ4NS0uMTE0LjQ4NS0uNTg2di0yLjUxOWMwLS4wODEtLjAyOC0uMTc5LS4wNDItLjMwOS0uMjA3LjE0Ny0uMzc0LjI3Ny0uNTU0LjQwNy0uNDI5LjMyNS0uODU4LjY5OS0xLjMuOTkxLS4xNjcuMDk3LS40MTYuMDY1LS42MSAwLS4wNy0uMDMzLS4wOTctLjM0MS0uMDgzLS41MDQuMDE0LS4xMTQuMTUyLS4yMjcuMjUtLjMwOWwyLjA3Ni0xLjYwOGMuMDk2LS4wNjYuMjIxLS4xOC4yMjEtLjI3Ny4wMjgtLjUwNC4wMTQtMS4wMDcuMDE0LTEuNjA5LS4xNTIuMDk4LS4yNS4xNDctLjMzMi4yMTItLjUyNi40MDYtMS4wNjYuODEyLTEuNTkyIDEuMjAyLS4yMjIuMTYzLS40NDMuMTk1LS42MS0uMDgxLS4xOC0uMjkzLS4wODItLjUzNi4xNTMtLjcxNS41MTItLjM5Ljk5Ny0uODQ1IDEuNTM3LTEuMTcuNzItLjQyMyAxLjAzOC0xLjA0LjkxMy0xLjk4My0uMDE0LS4xNDYtLjA0MS0uMjkyLS4wNTUtLjQ4OC0uMTEuMDY1LS4xNTIuMDgyLS4yMDguMTMtLjU1My40NTYtMS4xMDcuOTEtMS42NzUgMS4zNS0uMzA0LjIyNy0uNTY3LjE3OC0uNzA2LS4wODItLjEzOC0uMjYtLjA0MS0uNTM2LjI2My0uNzY0LjcwNi0uNTM2IDEuNDI2LTEuMDcyIDIuMTMyLTEuNjI1LjA5Ny0uMDgxLjIwOC0uMjQ0LjIyMS0uMzc0YTkuNDIgOS40MiAwIDAgMC0uMDEzLTEuMjUxYy0uMDI4LS4zOS0uMTk0LS41MzYtLjU1NC0uNTM2LTEuNDgxLjAxNi0yLjk0OSAwLTQuNDMgMGgtNy44MmMtLjUxMyAwLS41NjguMDY1LS41NjguNjgydjIuNzYzbDEuODY4LTEuNDNjLjIzNi0uMTc5LjQ3MS0uMjc2LjY3OS4wMTYuMTY2LjIyOC4wODMuNTUzLS4yMDguNzgtLjU1NC40MzktMS4xMjEuODQ1LTEuNjc1IDEuMjg0LS4yMzUuMTc5LS41NjcuMzktLjYyMy42NS0uMDk3LjQ3MS0uMDI3IDEuMDA4LS4wMjcgMS42MS4zMDQtLjIyOC41MjYtLjQwNy43Ni0uNTcuNDAyLS4yOTIuNzktLjYwMSAxLjE5MS0uODk0LjIzNi0uMTc4LjQ0My0uMTYyLjU5Ni4xMTQuMTUyLjI2LjA4My40ODgtLjEyNS42NjZsLS4zNzQuMjkzYy0uNjIzLjQ4OC0xLjI0Ni45NTktMS44NjkgMS40NDYtLjA4My4wNjUtLjE4LjE5Ni0uMTguMzEuMDI4LjQ4Ny4wMjguOTc0LjAyOCAxLjU2Wk05LjYyIDQuMTZ2LjAzMmMuMzQ3LS4wMzIuNjkzLS4wNDggMS4wMjUtLjA5Ny42NjQtLjA5OCAxLjA1Mi0uODYyIDEuMDgtMS4zODIuMDQxLS42NjYtLjI5MS0xLjM0OS0uNzktMS41Ni0uNjA5LS4zMDktMS4yNDUtLjE2Mi0xLjU3OC40NzItLjMxOC41NjgtLjU2NyAxLjIwMi0uNzg5IDEuODM2LS4xNTIuMzkuMDcuNjk5LjQ0My43MTUuMTk0LS4wMTYuNDAyLS4wMTYuNjEtLjAxNlptLTQuMjA4LjAxNlY0LjE2aC42MjNjLjQwMiAwIC42MS0uMzA5LjQ0My0uNzMyYTE2LjE2IDE2LjE2IDAgMCAwLS44MDMtMS44MzZjLS4yNzctLjUzNi0uOTEzLS43MTUtMS40NC0uNTItLjUyNS4xOTUtLjg3MS43OC0uOTI3IDEuNDE0LS4wNTUuNzY0LjUxMiAxLjU2IDEuMTM1IDEuNjI1LjMxOS4wMTYuNjM3LjA0OS45Ny4wNjVaIi8+PHBhdGggZD0iTTguMzA2IDcuNzg2VjYuODFjMC0uMjkzLjE1Mi0uNDU2LjQwMS0uNDU2LjI1IDAgLjQxNS4xNDcuNDE1LjQ0LjAxNC42ODIuMDE0IDEuMzggMCAyLjA2MyAwIC4yOTMtLjIwNy40MjMtLjQyOS40MDctLjIyMSAwLS4zODctLjEzLS4zODctLjQyM1Y3Ljc4NloiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDE1LjAxOXYxOC42NDFIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
}
.casino-popup .bonus-card--top .bonus-card__bonus-text {
  color: #F0F041;
}
.casino-popup .bonus-card--top .green-main-btn {
  background: #F0F041;
  color: #4A17B6;
}
.casino-popup .bonus-card--top .green-main-btn:hover {
  background: #d3d339;
  color: #4A17B6;
}
.casino-popup .bonus-card--top .casino-popup__card-review-btn {
  color: #ffffff;
}
.casino-popup .bonus-card__logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.casino-popup .bonus-card .static-stars__wrapper {
  margin: 0 0 15px;
}
@media screen and (max-width: 800px) {
  .casino-popup .bonus-card .static-stars__wrapper {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 801px) {
  .casino-popup .static-stars {
    margin: 0 auto;
  }
}
.casino-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .casino-popup__close {
    top: 15px;
    right: 15px;
  }
}
.casino-popup__close svg {
  width: 18px;
  height: 18px;
}
.casino-popup__name {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.casino-popup__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 800px) {
  .casino-popup__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.casino-popup__card-review-btn {
  margin-top: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #6D2BF1;
}
@media screen and (max-width: 800px) {
  .casino-popup__card-review-btn {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .casino-popup .casino-popup__name {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .casino-popup .bonus-card__center {
    padding: 10px;
  }
  .casino-popup .bonus-card__name {
    font-size: 18px;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .casino-popup .bonus-card .custom-stars-group svg {
    width: 14px;
    height: 14px;
  }
  .casino-popup .bonus-card__bonus-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.popup-confirmation {
  position: fixed;
  top: 70px;
  left: 50%;
  z-index: 99999;
  display: none;
  width: 95%;
  min-width: 300px;
  max-width: 350px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.8);
          box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.8);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .popup-confirmation {
    top: 30%;
    width: 100%;
    max-width: 725px;
  }
}
.popup-confirmation__wrapper {
  padding: 20px 20px 15px;
}
@media screen and (min-width: 992px) {
  .popup-confirmation__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 80px;
    padding: 30px 15px 20px 140px;
  }
}
.popup-confirmation__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding-right: 5px;
}
.popup-confirmation__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  color: #6D2BF1;
  font-weight: 700;
  font-size: 40px;
  border-radius: 50%;
  border: 2px solid #6D2BF1;
}
@media screen and (min-width: 992px) {
  .popup-confirmation__label {
    position: absolute;
    top: 55px;
    left: 30px;
  }
}
.popup-confirmation__title {
  color: #000000;
  font-size: 22px;
}
.popup-confirmation__text {
  margin-bottom: 20px;
  color: #000000;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .popup-confirmation__text {
    margin-bottom: 0;
  }
}
.popup-confirmation__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .popup-confirmation__btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 25px;
  }
}
@media screen and (max-width: 991px) {
  .popup-confirmation__btns .main-btn {
    min-width: 140px;
  }
}
@media screen and (min-width: 992px) {
  .popup-confirmation__btns .main-btn:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
  }
}
.popup-confirmation__btns .main-btn:last-child {
  border: none;
}
@media screen and (min-width: 992px) {
  .popup-confirmation__btns .main-btn:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.popup-confirmation__hint {
  background: #E4E4FF;
  -webkit-transition: 0.15s background;
  transition: 0.15s background;
}
@media screen and (min-width: 992px) {
  .popup-confirmation__hint {
    min-height: 40px;
    padding: 8px 20px;
  }
}
.popup-confirmation__hint p {
  display: none;
  padding: 8px 20px;
  color: #CA1D1D;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .popup-confirmation__hint p {
    padding: 0;
  }
}
.popup-confirmation__hint--active {
  background: #FFE5E5;
}

#email-collector {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}

.ec-modal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 850px;
  padding: 25px 35px 25px 25px;
  border: 2px solid #6D2BF1;
  border-radius: 16px;
  background: #FFF;
}
@media (max-width: 767px) {
  .ec-modal {
    padding: 25px 20px;
  }
}
.ec-modal .ec-modal__close {
  position: absolute;
  top: 10px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ec-modal .ec-modal__close {
    right: 10px;
  }
}
.ec-modal .ec-modal__close::before, .ec-modal .ec-modal__close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ec-modal .ec-modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .ec-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ec-modal .ec-modal__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .ec-modal .ec-modal__img {
    margin: 5px 0 0;
  }
}
.ec-modal .ec-modal__title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 800;
  color: #6D2BF1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .ec-modal .ec-modal__title {
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
  }
}
.ec-modal .ec-modal__text {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.72px;
  color: #727070;
}
@media (max-width: 767px) {
  .ec-modal .ec-modal__text {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
  }
}
.ec-modal .ec-modal__input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .ec-modal .ec-modal__input-wrapper {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .ec-modal .ec-modal__input-wrapper.error {
    margin-bottom: 20px;
  }
}
.ec-modal .ec-modal__input-wrapper.error .ec-modal__input {
  outline: 1px solid #B00020;
}
.ec-modal .ec-modal__input-wrapper.error .error-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ec-modal .ec-modal__input {
  width: 100%;
  height: 44px;
  padding: 20px;
  border: none;
  outline: none;
  border-radius: 10px;
  font-size: 14px;
  letter-spacing: 0.07px;
  background: #FEF4D8;
}
.ec-modal .ec-modal__input::-webkit-input-placeholder {
  color: #B5B6C4;
}
.ec-modal .ec-modal__input::-moz-placeholder {
  color: #B5B6C4;
}
.ec-modal .ec-modal__input:-ms-input-placeholder {
  color: #B5B6C4;
}
.ec-modal .ec-modal__input::-ms-input-placeholder {
  color: #B5B6C4;
}
.ec-modal .ec-modal__input::placeholder {
  color: #B5B6C4;
}
.ec-modal .error-text {
  display: none;
  position: absolute;
  bottom: -17px;
  left: 5px;
  font-size: 12px;
  color: #B00020;
}
.ec-modal .ec-modal__btn {
  width: 100%;
  height: 46px;
  border: none;
  outline: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background: #FDBD13;
  color: #353941;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
@media (max-width: 767px) {
  .ec-modal .ec-modal__btn {
    height: 39px;
    font-size: 16px;
  }
}
.ec-modal .ec-modal__btn:hover {
  background: #6D2BF1;
  color: #fff;
}
.ec-modal .ec-modal__checkbox-wrapper {
  display: block;
  margin-bottom: 20px;
  margin-top: 15px;
}
.ec-modal .ec-modal__checkbox-wrapper.error label {
  color: #B00020;
}
.ec-modal .ec-modal__checkbox-wrapper.error label:before {
  border-color: #B00020;
}
.ec-modal .ec-modal__checkbox-wrapper input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.ec-modal .ec-modal__checkbox-wrapper label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #727070;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ec-modal .ec-modal__checkbox-wrapper label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ec-modal .ec-modal__checkbox-wrapper .ec-modal__checkbox-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.ec-modal .ec-modal__checkbox-wrapper .ec-modal__checkbox-check:before {
  content: "";
  position: relative;
  display: inline-block;
  padding: 8px;
  border: 1px solid #B5B6C4;
  border-radius: 4px;
  -webkit-appearance: none;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  cursor: pointer;
}
.ec-modal .ec-modal__checkbox-wrapper input:checked + label .ec-modal__checkbox-check:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 9px;
  border: solid #6D2BF1;
  border-width: 0 2px 2px 0;
  -webkit-transform: translatey(-1px) rotate(45deg);
          transform: translatey(-1px) rotate(45deg);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

body {
  min-width: 320px;
  color: #353941;
}

main {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  main {
    padding-top: 95px;
  }
}

section {
  width: 100%;
}

.main-left,
.content,
article {
  width: 100%;
}
@media (min-width: 1050px) {
  .main-left,
  .content,
  article {
    max-width: 851px;
  }
}

.main-left,
.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

article {
  word-wrap: break-word;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
article a {
  text-decoration: underline;
  color: #6D2BF1;
}
article a:hover {
  text-decoration: none;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
  margin-bottom: 20px;
}
article ul, article ol, article p {
  margin-bottom: 35px;
}
article img {
  max-width: 100%;
  height: auto;
}
article .breadcrumbs-list {
  margin-bottom: 0;
}

aside {
  width: 271px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  margin-left: 22px;
  margin-bottom: 50px;
}

.wrapper {
  width: 100%;
  max-width: 1175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 15px 0;
  margin: 0 auto;
}
.wrapper--main {
  padding-top: 60px;
}
.wrapper--main h1 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
}
.wrapper--main .table.without-number tbody td:nth-child(2) {
  font-weight: 700;
}
.wrapper--main .table:not(.without-number) tbody td:first-child {
  font-weight: 700;
}
.wrapper--slot {
  padding-top: 15px;
}
.wrapper--slot article h1 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .wrapper--slot article h1 {
    margin-bottom: 10px;
    text-align: left;
  }
}
.wrapper--slot article h2, .wrapper--slot article h3, .wrapper--slot article h4, .wrapper--slot article h5, .wrapper--slot article h6 {
  margin-bottom: 20px;
}
.wrapper--slot aside {
  padding-top: 65px;
}
.wrapper--slot .breadcrumbs {
  margin-bottom: 25px;
}
.wrapper--slot .breadcrumbs .wrapper {
  padding: 0;
}
.wrapper--slot .slot-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .wrapper--slot .slot-title {
    display: block;
  }
}
.wrapper--slot .slot-title .static-stars {
  margin-right: 20px;
}
.wrapper--slot .slot-title .custom-stars-group svg {
  width: 26px;
  height: 25px;
}
.wrapper--slot .slot-title__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  .wrapper--slot .slot-title__rate {
    margin-bottom: 20px;
  }
}

.row-direction {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.referral-btn {
  padding: 0;
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
}

.main-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-width: 130px;
  height: 40px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  cursor: pointer;
}

.main-btn:hover {
  text-decoration: underline;
  background-color: #ffffff;
}

.white-main-btn {
  background-color: #ffffff;
  color: #333333;
}

.white-main-btn::before {
  border: 1px solid #ffffff;
}

.green-main-btn {
  height: 46px;
  font-size: 14px;
  background: #18B18D;
  border-radius: 40px;
  text-transform: uppercase;
}

.green-main-btn:hover {
  color: #18B18D;
  text-decoration: none;
}

.yelow-main-btn {
  height: 46px;
  background-color: transparent;
  border: 1px solid #4A17B6;
  color: #4A17B6;
  border-radius: 40px;
  text-transform: uppercase;
  text-decoration: none;
}

.yelow-main-btn:hover {
  background: rgba(73, 23, 181, 0.1);
  text-decoration: none;
}

.casino-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 200px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 14px;
}
.casino-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.flag-row {
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-center {
  text-align: center;
}

.columns {
  display: grid;
}

.columns--three {
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
}

.content-top-title {
  font-size: 48px;
  margin-bottom: 35px;
}

.content section {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-row__items {
  margin-right: 2%;
}

.content-row img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-row__two-items .content-row__items {
  width: 100%;
  max-width: 48%;
  height: 206px;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-row__three-items .content-row__items {
  width: 100%;
  max-width: 31%;
  height: 365px;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-row__four-items .content-row__items {
  width: 100%;
  max-width: 23%;
  height: 305px;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-title,
h4:not([class]),
h3:not([class]) {
  text-align: start;
  width: 100%;
  line-height: 150%;
  font-weight: bold;
}

h2:not([class]) {
  font-size: 32px;
}

h3:not([class]) {
  font-size: 28px;
}

h4:not([class]) {
  font-size: 26px;
}

.content h2:not(.main-title) {
  font-size: 32px;
  margin-right: auto;
  margin-bottom: 35px;
}

article ul:not([class]),
article ol:not([class]) {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 25px;
}

article ul:not([class]),
.checked-list {
  padding: 0;
  font-size: 20px;
  width: 100%;
  line-height: 150%;
  list-style: none;
  margin: 15px 0 25px;
}
article ul:not([class]) li,
.checked-list li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}
article ul:not([class]) li::before,
.checked-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMiI+PHBhdGggZD0iTTMwIDE2LjVjMCA4LjI4NS02LjcxNSAxNS0xNSAxNS04LjI4NCAwLTE1LTYuNzE1LTE1LTE1IDAtOC4yODQgNi43MTYtMTUgMTUtMTUgOC4yODUgMCAxNSA2LjcxNiAxNSAxNVoiIGZpbGw9IiM2RDJCRjEiLz48cGF0aCBkPSJNMzAgMTVjMCA4LjI4NS02LjcxNSAxNS0xNSAxNS04LjI4NCAwLTE1LTYuNzE1LTE1LTE1QzAgNi43MTYgNi43MTYgMCAxNSAwYzguMjg1IDAgMTUgNi43MTYgMTUgMTVaIiBmaWxsPSIjNkQyQkYxIi8+PHBhdGggZD0ibTIxIDEwLjUtOSA5LTMuNzUtMy43NS0zLjE4OCAzLjE1IDMuNzUgMy43NSAzIDMgLjE4OC4xNSAxMi4xODgtMTIuMTVMMjEgMTAuNVoiIGZpbGw9IiM2RDJCRjEiLz48cGF0aCBkPSJtMjEgOS05IDktMy43NS0zLjc1LTMuMTg4IDMuMTUgMy43NSAzLjc1IDMgMyAuMTg4LjE1IDEyLjE4OC0xMi4xNUwyMSA5WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
article ul:not([class]) li a,
.checked-list li a {
  color: #000000 !important;
}

article ol:not([class]) {
  counter-reset: ol-list;
  list-style: none;
}
article ol:not([class]) li {
  counter-increment: ol-list;
  margin-bottom: 20px;
}
article ol:not([class]) li::before {
  content: counter(ol-list);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #353941;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  min-width: 36px;
  min-height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}

.text-content {
  width: 100%;
  margin: 50px 0;
}

.four-items-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.four-item-column {
  width: 24%;
  margin-bottom: 20px;
  -webkit-box-shadow: 6px 8px 22px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 8px 22px rgba(0, 0, 0, 0.2);
}

.four-item__name {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
}

.load-more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
  border: 1px solid #2AB03C;
  border-radius: 8px;
  font-size: 16px;
  text-transform: uppercase;
  color: #219653;
  height: 56px;
  cursor: pointer;
}

.load-more svg {
  margin-left: 5px;
}

.content > picture {
  margin: 0 auto;
}

.content > picture img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.content > img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
  .four-items-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .four-item-column {
    width: 100%;
    max-width: 270px;
    margin-bottom: 10px;
  }
  .content-top-title {
    font-size: 36px;
  }
  .content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-row__items {
    max-width: 400px !important;
    margin: 5px 0;
    max-height: 100% !important;
  }
  .content-row__four-items .content-row__items {
    height: 294px;
    width: 48%;
    margin-right: 2%;
  }
  .content-row.content-row__four-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .pros-cons h2 {
    text-align: center !important;
    color: #FFF;
  }
}
.wrapper--page article section:not([class]) {
  margin-bottom: 15px;
  padding: 30px;
  background: #EEEEFF;
  border: 2px solid #6D2BF1;
  border-radius: 8px;
}
.wrapper--page article section:not([class]) h2, .wrapper--page article section:not([class]) h3, .wrapper--page article section:not([class]) h4, .wrapper--page article section:not([class]) h5, .wrapper--page article section:not([class]) h6 {
  font-weight: 700;
  margin: 0 0 20px;
}
.wrapper--page article section:not([class]) h2 {
  font-size: 32px;
}
.wrapper--page article section:not([class]) h3 {
  font-size: 30px;
}
.wrapper--page article section:not([class]) h4 {
  font-size: 28px;
}
.wrapper--page article section:not([class]) h5 {
  font-size: 26px;
}
.wrapper--page article section:not([class]) h6 {
  font-size: 24px;
}
.wrapper--page article section:not([class]) p {
  font-size: 20px;
  margin: 0;
}
.wrapper--page article section:not([class]) p:not(:last-child) {
  margin-bottom: 15px;
}

.wrapper--content {
  display: block;
  padding-top: 15px;
}
.wrapper--content .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wrapper--content .breadcrumbs {
  margin-bottom: 30px;
}
.wrapper--content .breadcrumbs .wrapper {
  padding: 0;
}
.wrapper--content .text-content {
  margin-bottom: 0;
}

.wrapper--contact .content-wrapper .wrapper {
  padding: 0;
}
@media (max-width: 767px) {
  .wrapper--contact .content {
    width: 100%;
  }
}

.wrapper--about .content h2:not(:first-child), .wrapper--about .content h3:not(:first-child), .wrapper--about .content h4:not(:first-child), .wrapper--about .content h5:not(:first-child), .wrapper--about .content h6:not(:first-child) {
  margin: 30px 0 10px;
}
.wrapper--about .content ul, .wrapper--about .content ol {
  margin: 30px 0 10px;
}
.wrapper--about .content li:nth-child(n+2) {
  margin-top: 15px;
}
.wrapper--about .content .main-title, .wrapper--about .content .subheading {
  text-align: left;
}

table {
  height: auto !important;
}

.static-stars__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.static-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.custom-stars__wrapper {
  position: relative;
}
.custom-stars__wrapper .custom-stars-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.custom-stars__wrapper .custom-stars-rated {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.custom-stars__wrapper svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.custom-stars-group svg {
  width: 31px;
  height: 29px;
  margin: 0px 1px;
}
@media (min-width: 768px) {
  .custom-stars-group svg {
    width: 21px;
    height: 19px;
  }
}

.custom-stars-empty svg {
  fill: #C4C4C4;
}

.custom-stars-rated svg {
  fill: #FFC24D;
}

.heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .heading-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.heading-wrap .lazy-image {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .heading-wrap .lazy-image {
    margin: 5px auto 20px;
  }
}
.heading-wrap .main-title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .heading-wrap .main-title {
    margin-left: 18px;
  }
}

.main-title,
.subheading {
  width: 100%;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .main-title,
  .subheading {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    text-align: center;
  }
}

.subheading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .subheading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.subheading::before {
  display: block;
  content: "";
  width: 30px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg width='30' height='32' viewBox='0 0 30 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 16.5C30 24.7845 23.2845 31.5 15 31.5C6.7158 31.5 0 24.7845 0 16.5C0 8.2158 6.7158 1.5 15 1.5C23.2845 1.5 30 8.2158 30 16.5Z' fill='%230A0D10'/%3E%3Cpath d='M30 15C30 23.2845 23.2845 30 15 30C6.7158 30 0 23.2845 0 15C0 6.7158 6.7158 0 15 0C23.2845 0 30 6.7158 30 15Z' fill='%231D2730'/%3E%3Cpath d='M21 10.5L12 19.5L8.25 15.75L5.0625 18.9L8.8125 22.65L11.8125 25.65L12 25.7999L24.1875 13.65L21 10.5Z' fill='%230A0D10'/%3E%3Cpath d='M21 9L12 18L8.25 14.25L5.0625 17.4L8.8125 21.15L11.8125 24.15L12 24.2999L24.1875 12.15L21 9Z' fill='%23ECF0F1'/%3E%3C/svg%3E") no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 29px;
}
@media (max-width: 767px) {
  .subheading::before {
    margin-right: 0;
    margin-bottom: 21px;
  }
}

.title {
  width: 100%;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 20px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .title {
    font-size: 36px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .title {
    font-size: 48px;
    line-height: 55px;
  }
}

@media (max-width: 1049px) {
  aside {
    display: none;
  }
}

.aside-links,
.aside-casinos {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}

.aside-links .aside-title {
  background: #6D2BF1;
}
.aside-links .aside-title__text {
  color: #ffffff;
}
.aside-links ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  background: #EEEEFF;
}
.aside-links ul:last-child {
  border-radius: 0 0 8px 8px;
}
.aside-links li {
  padding: 10px 20px;
  line-height: 1;
}
.aside-links li:nth-child(n+2) {
  border-top: 1px solid #E4E4FF;
}
.aside-links a {
  font-size: 14px;
  color: #353941;
  text-decoration: none;
}
.aside-links a:hover {
  color: #6D2BF1;
}

.aside-title {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E4E4FF;
}
@media (min-width: 1050px) {
  .aside-title {
    padding: 10px;
    padding-left: 50px;
  }
}

.aside-list {
  list-style: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #1D2730;
  padding: 6px 0 15px;
}
.aside-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
.aside-list a:hover {
  background-color: #D6D8DB;
}

@media (min-width: 1050px) {
  .aside-title__img {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.aside-title__text {
  font-weight: 700;
  color: #353941;
  word-break: break-word;
}
@media (min-width: 1050px) {
  .aside-title__text {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 1050px) {
  .aside-casinos {
    margin-bottom: 15px;
  }
  .aside-casinos .aside-title {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 13px 10px 13px 45px;
  }
  .aside-casinos .aside-title__text {
    font-size: 20px;
    line-height: 23px;
  }
}
.aside-casinos .custom-stars-group svg {
  width: 15px;
  height: 15px;
}

.casinos-list {
  list-style: none;
  padding-bottom: 8px;
  border: 1px solid #E4E4FF;
  border-radius: 0 0 8px 8px;
}
.casinos-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 5px;
}
.casinos-list li:nth-child(n+2) {
  border-top: 1px solid #E4E4FF;
}
.casinos-list picture {
  display: block;
  width: 65px;
  height: 45px;
  border-radius: 8px;
  margin-right: 12px;
}

.aside-casinos-logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}

.aside-casino-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 103.19%;
  color: #353941;
  margin-bottom: 6px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.aside-casino-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  min-height: 32px;
  padding: 5px;
  background-color: #18B18D;
  border-radius: 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  margin-left: auto;
  text-transform: uppercase;
}

.aside-card {
  width: 100%;
  background: #2E3841;
  color: #ffffff;
  border-radius: 0 0 8px 8px;
  margin-bottom: 59px;
}
.aside-card .custom-stars-group svg {
  width: 26px;
  height: 26px;
}
.aside-card p {
  color: #ffffff;
}
.aside-card .casino-logo {
  width: 162px;
  border: none;
  margin-bottom: 14px;
  margin-right: 0;
}

.aside-card__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 10px;
}

.aside-card__center-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.aside-card__name {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.aside-card__center-bottom-column {
  margin-bottom: 20px;
}

.aside-card__center-bottom-available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.casino-flag {
  width: 21px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 5px;
}

.header-banner--reviews h1:not([class]), .header-banner--reviews h2:not([class]), .header-banner--reviews h3:not([class]), .header-banner--reviews h4:not([class]), .header-banner--reviews h5:not([class]), .header-banner--reviews h6:not([class]) {
  margin-bottom: 15px;
}
.header-banner--reviews .wrapper {
  padding-top: 0;
}
.header-banner--reviews .main-header {
  padding: 50px 0;
}
.header-banner--reviews .square-links__wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.header-banner--reviews .wrapper-content {
  margin: 0 auto 0 50px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 767px) {
  .header-banner--reviews .wrapper-content {
    margin-left: auto;
  }
}
.header-banner--reviews .square-link div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-banner--reviews .square-link img {
  margin: 0;
}
.header-banner--single-payment .main-header {
  padding: 75px 0;
}
@media (max-width: 767px) {
  .header-banner--single-payment .main-header {
    padding: 50px 0 40px;
  }
}
.header-banner--single-payment .square-links__wrapper.wrapper {
  width: 105px;
}
@media (max-width: 767px) {
  .header-banner--single-payment .square-links__wrapper.wrapper {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.header-banner--single-payment .square-link-wrapper {
  display: block;
}
.header-banner--single-payment .square-link {
  display: block;
  width: auto;
  height: auto;
  background: none;
  padding: 0;
  text-decoration: none;
}
.header-banner--single-payment .square-link div {
  display: block;
  border: none;
  padding: 0;
}
.header-banner--single-payment .square-link img.slots {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.header-banner--single-payment .wrapper-content {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .header-banner--single-payment .wrapper-content {
    margin-left: 0;
  }
}
.header-banner--single-payment .top-title {
  margin-bottom: 15px;
}
.header-banner--single-payment .title {
  font-size: 42px;
}
@media (max-width: 767px) {
  .header-banner--single-payment .title {
    font-size: 36px;
  }
}
.header-banner--game .title {
  margin-bottom: 15px;
}

.main-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4A17B6 url("/img/k1/footer-bg.png") center top repeat;
  color: #ffffff;
  padding: 0 0 30px;
}
@media (min-width: 768px) {
  .main-header {
    padding: 10px 0 40px;
  }
}
.main-header .wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .main-header .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.wrapper-content {
  text-align: center;
}
@media (min-width: 768px) {
  .wrapper-content {
    text-align: left;
    margin-right: 50px;
  }
}

.top-title {
  color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .top-title {
    margin-bottom: 20px;
  }
}

.top-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 0;
}

.square-links__wrapper.wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 174px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  .square-links__wrapper.wrapper {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .square-links__wrapper.wrapper {
    display: none;
  }
}

.square-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.square-link {
  width: 174px;
  height: 174px;
  background-image: linear-gradient(-45deg, #1C9C7E 0 50%, #18B18D 50% 100%);
  -webkit-box-shadow: 22px 22px 33px rgba(39, 98, 52, 0.25);
          box-shadow: 22px 22px 33px rgba(39, 98, 52, 0.25);
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 7px;
  text-decoration: none;
  color: #fff;
}
.square-link:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.square-link div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  padding: 13px 0;
}
.square-link img {
  margin-bottom: 15px;
}
.square-link img.casino {
  width: 73px;
  height: 71px;
}
.square-link img.bonuses {
  width: 68px;
  height: 72px;
}
.square-link img.games {
  width: 80px;
  height: 82px;
}
.square-link img.guides {
  width: 99px;
  height: 68px;
}
.square-link img.slots {
  max-width: 71px;
}

.square-link-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  text-align: center;
  margin-top: 14px;
}

.casinos-review-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .casinos-review-section {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.casinos-review-section .custom-stars__wrapper {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .casinos-review-section .custom-stars__wrapper {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .casinos-review-section .static-stars__wrapper {
    margin-top: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .casinos-review-section .custom-stars-group svg {
    width: 24px;
    height: 24px;
  }
}

.casino-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 2px solid #6D2BF1;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 15px;
}
.casino-review:last-child {
  margin-bottom: 0;
}

.casino-review__number {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
}
.casino-review__number span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #E4E4FF;
  border-radius: 8px 0 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 26px;
  color: #6D2BF1;
  z-index: 1;
}

.casino-review__wrapper {
  width: 100%;
}

.casino-review__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.casino-review__left-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
@media (max-width: 767px) {
  .casino-review__left-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.casino-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
  margin-bottom: 0;
  max-width: 100%;
  width: 200px;
  max-height: 100%;
  height: 130px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .casino-logo {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.casino-logo img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
}

.casino-review__left-top__center {
  width: 100%;
}
@media (max-width: 767px) {
  .casino-review__left-top__center > div {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .casino-review__left-top__center ul {
    margin-left: 10px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .casino-review__left-top__center ul {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.casino-review__name {
  font-weight: 700;
  line-height: 103.19%;
  font-size: 32px;
  color: #6D2BF1;
}
@media (max-width: 767px) {
  .casino-review__name {
    font-size: 26px;
    text-align: center;
  }
}

.casino-review__rating {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.casino-review__rating p {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: unset;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .casino-review__rating p {
    margin-bottom: 0;
  }
}

.casino-review__payment-methods {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 16px;
  color: #353941;
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .casino-review__payment-methods {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.casino-review__payment-methods li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 8px;
}
.casino-review__payment-methods img {
  width: 100%;
  max-height: 30px;
  max-width: 50px;
  border-radius: 8px;
}

.casino-review__payments-inner {
  margin-left: 5px;
  position: relative;
  color: #353941;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 767px) {
  .casino-review__payments-inner {
    margin-left: auto;
  }
}
.casino-review__payments-inner:hover > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.casino-review__payments-inner:hover > .casino-review__payments-tooltip {
  background: #E4E4FF;
}
.casino-review__payments-inner ul {
  z-index: 9;
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  width: 460px;
  -webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.15);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding: 10px 15px;
  list-style: none;
  background: #E4E4FF;
  border-radius: 6px;
  -webkit-transform: translate(-50%, 18px);
          transform: translate(-50%, 18px);
}
@media (max-width: 767px) {
  .casino-review__payments-inner ul {
    right: -5px;
    left: auto;
    width: 295px;
    padding: 10px;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}
.casino-review__payments-inner ul::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 13px;
  border-left-width: 13px;
  border-bottom: 13px solid #E4E4FF;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .casino-review__payments-inner ul::before {
    left: auto;
    right: 18px;
    -webkit-transform: none;
            transform: none;
  }
}
.casino-review__payments-inner ul li {
  max-width: 100%;
  max-height: 100%;
  width: 50px;
  height: 30px;
  margin: 5px;
}
.casino-review__payments-inner ul img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.casino-review__payments-tooltip {
  margin-top: 5px;
  display: inline-block;
  padding: 3px 15px;
  border: 1px solid #E4E4FF;
  font-size: 20px;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.casino-review__payments-tooltip:hover {
  background: #E4E4FF;
}

.casino-review__left-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #EEEEFF;
  padding: 12px 15px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 767px) {
  .casino-review__left-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.casino-review__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .casino-review__head {
    display: block;
    margin-bottom: 20px;
  }
}

.casino-review__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 767px) {
  .casino-review__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.casino-review__left-bottom > div,
.casino-review__info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .casino-review__left-bottom > div,
  .casino-review__info div {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.casino-review__left-bottom > div strong,
.casino-review__info div strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  word-break: break-word;
}

.casino-review__info div {
  width: 24.5%;
}
@media (max-width: 767px) {
  .casino-review__info div {
    width: 32%;
    margin-bottom: 10px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .casino-review__info div:last-child {
    width: 100%;
  }
}

.casino-review__left-bottom .casino-review__right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.casino-review__right {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 30px;
}
@media (max-width: 1100px) {
  .casino-review__right {
    margin-left: 10px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .casino-review__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    margin: 0 auto;
  }
}
.casino-review__right .main-btn {
  min-width: 136px;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .casino-review__right .main-btn {
    min-width: 130px;
  }
}
.casino-review__right .green-main-btn {
  margin-left: 15px;
  padding: 0 5px;
}

.top-casino-review {
  display: block;
  height: 100% !important;
  color: #ffffff;
  background: #4A17B6 linear-gradient(45deg, transparent 30%, #6D2BF1 30%, #6D2BF1 70%, transparent 70%);
  margin-top: 0;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .top-casino-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-casino-review .casino-review__name {
  color: #ffffff;
}
.top-casino-review .casino-review__number {
  width: 50px;
  height: 50px;
}
.top-casino-review .casino-review__number span {
  background: #F0F041;
  font-size: 32px;
}
.top-casino-review .top-casino-review__title {
  position: absolute;
  top: 14px;
  left: 70px;
  font-weight: 700;
  font-size: 20px;
  line-height: 21px;
  color: #F0F041;
}
.top-casino-review .casino-review__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-casino-review .casino-logo {
  color: #ffffff;
}
@media (min-width: 768px) {
  .top-casino-review .casino-review__left-top__center {
    border: none;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .top-casino-review .casino-review__name {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .top-casino-review .custom-stars-group svg {
    width: 23px;
    height: 22px;
  }
}
@media (min-width: 768px) {
  .top-casino-review .casino-review__right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.top-casino-review .casino-review__payment-methods {
  margin: 5px 0 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0;
}
@media (max-width: 767px) {
  .top-casino-review .casino-review__payment-methods {
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.slot-type-card__wrapper {
  margin-bottom: 50px;
}

.slot-type-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  overflow: hidden;
  border: 1px solid #6D2BF1;
  border-radius: 6px;
  padding: 15px;
  padding-bottom: 48px;
  margin-bottom: 10px;
  z-index: 1;
}
@media (min-width: 768px) {
  .slot-type-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 15px;
    padding-left: 25px;
  }
}
.slot-type-card:last-child {
  margin-bottom: 0;
}
.slot-type-card::before, .slot-type-card::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
}
.slot-type-card::before {
  left: 0;
  top: 0;
  border-top: 81px solid #eeeeff;
  border-right: 81px solid transparent;
  display: none;
}
@media (min-width: 768px) {
  .slot-type-card::before {
    display: block;
    border-top-width: 79px;
  }
}
.slot-type-card::after {
  right: 0;
  bottom: 0;
  border-bottom: 81px solid #eeeeff;
  border-left: 81px solid transparent;
}
@media (min-width: 768px) {
  .slot-type-card::after {
    border-bottom-width: 130px;
    border-left-width: 127px;
  }
}

.slot-type-card__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 170%;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .slot-type-card__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}

.slot-type-card__text {
  margin: 0;
}

.slot-type-card__img-wrapper {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .slot-type-card__img-wrapper {
    border-radius: 8px;
    margin-left: 25px;
    margin-bottom: 0;
  }
}
.slot-type-card__img-wrapper:hover .slot-type-card__hidden {
  height: 131px;
}
@media (min-width: 768px) {
  .slot-type-card__img-wrapper:hover .slot-type-card__hidden {
    height: 164px;
  }
}

.slot-type-card__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 131px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .slot-type-card__img {
    width: 164px;
    height: 164px;
    border-radius: 8px;
  }
}
.slot-type-card__img img {
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .slot-type-card__img img {
    border-radius: 8px;
  }
}

.slot-type-card__hidden {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
@media (min-width: 768px) {
  .slot-type-card__hidden {
    border-radius: 8px;
  }
}

.content-card__wrapper {
  margin-bottom: 50px;
}
.content-card__wrapper--alt .content-card {
  padding-top: 11px;
  padding-bottom: 13px;
  padding-left: 15px;
  background: #EEEEFF;
  border-radius: 6px;
}

.content-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 20px 0 0;
}
.content-card:not(:last-of-type) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .content-card:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.content-card__inner {
  margin: 0 0 0 40px;
}
.content-card__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 55px;
  margin-top: 7px;
  border-radius: 5px;
}
.content-card__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  margin: 0;
}
.content-card__text {
  margin: 0;
}

.provider-cards__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .provider-cards__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.provider-card {
  width: 250px;
  position: relative;
  margin: 0 -1px -1px 0;
}
@media (min-width: 768px) {
  .provider-card {
    width: 260px;
  }
}
.provider-card:hover .provider-card__hidden {
  height: 145px;
}
@media (min-width: 768px) {
  .provider-card:hover .provider-card__hidden {
    height: 155px;
  }
}
.provider-card picture {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 145px;
}
@media (min-width: 768px) {
  .provider-card picture {
    height: 155px;
  }
}
.provider-card picture img {
  width: 100%;
  height: 100%;
}

.provider-card__hidden {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}

.slots {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .slots {
    display: block;
  }
}

.slot {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #6D2BF1;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .slot {
    margin-bottom: 10px;
  }
}
.slot:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  z-index: -1;
  border-left: 55px solid transparent;
  border-bottom: 55px solid #EEEEFF;
}

.slot__link {
  display: grid;
  grid-template-columns: 57px 1fr 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 11px 30px 12px 11px;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 550px) {
  .slot__link {
    grid-template-columns: 88px 1fr 0;
    padding: 11px 43px 12px 11px;
  }
}
.slot__link img {
  width: 100%;
  max-width: 72px;
  height: 72px;
  border-radius: 8px;
}
@media (min-width: 550px) {
  .slot__link img {
    max-width: 88px;
    height: 50px;
  }
}

.slot__heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  padding-left: 20px;
}

.slot__icon {
  width: 15px;
  height: 20px;
}
.slot__icon img {
  width: 100%;
  height: 100%;
}

.stepper {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 25px;
  counter-reset: ol-list;
  list-style: none;
}
.stepper li {
  position: relative;
  counter-increment: ol-list;
  margin-bottom: 20px;
  padding-left: 65px;
}
.stepper li::before, .stepper li::after {
  position: absolute;
}
.stepper li::before {
  content: "";
  top: 7px;
  bottom: -20px;
  left: 16px;
  width: 3px;
  background: #353941;
}
.stepper li::after {
  content: counter(ol-list);
  top: 0;
  left: 0;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #353941;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  min-width: 36px;
  min-height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.stepper li:last-child::before {
  display: none;
}
.stepper li:last-child::after {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMiI+PHBhdGggZD0iTTMwIDE2LjVjMCA4LjI4NS02LjcxNSAxNS0xNSAxNS04LjI4NCAwLTE1LTYuNzE1LTE1LTE1IDAtOC4yODQgNi43MTYtMTUgMTUtMTUgOC4yODUgMCAxNSA2LjcxNiAxNSAxNVoiIGZpbGw9IiM2RDJCRjEiLz48cGF0aCBkPSJNMzAgMTVjMCA4LjI4NS02LjcxNSAxNS0xNSAxNS04LjI4NCAwLTE1LTYuNzE1LTE1LTE1QzAgNi43MTYgNi43MTYgMCAxNSAwYzguMjg1IDAgMTUgNi43MTYgMTUgMTVaIiBmaWxsPSIjNkQyQkYxIi8+PHBhdGggZD0ibTIxIDEwLjUtOSA5LTMuNzUtMy43NS0zLjE4OCAzLjE1IDMuNzUgMy43NSAzIDMgLjE4OC4xNSAxMi4xODgtMTIuMTVMMjEgMTAuNVoiIGZpbGw9IiM2RDJCRjEiLz48cGF0aCBkPSJtMjEgOS05IDktMy43NS0zLjc1LTMuMTg4IDMuMTUgMy43NSAzLjc1IDMgMyAuMTg4LjE1IDEyLjE4OC0xMi4xNUwyMSA5WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat;
}

article .table-wrap {
  margin-bottom: 20px;
}
article .table-wrap .table,
article .table-wrap table:not([class]) {
  margin-bottom: 0;
}

.table,
article table:not([class]) {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: left;
  border-radius: 8px;
  overflow: hidden;
  border-collapse: collapse;
  width: 100%;
  min-width: 600px;
}
.table th, .table td,
article table:not([class]) th,
article table:not([class]) td {
  padding: 10px;
  border: 1px solid #ffffff;
}
.table th,
article table:not([class]) th {
  font-weight: 500;
  background: #4A17B6;
  color: #E4E4FF;
}
.table td,
article table:not([class]) td {
  background: #EEEEFF;
}
.table tbody tr:nth-child(even) td,
article table:not([class]) tbody tr:nth-child(even) td {
  background: #E4E4FF;
}
.table img,
article table:not([class]) img {
  max-width: 50px;
  border-radius: 8px;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
}

.table button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-width: 130px;
  height: 40px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  cursor: pointer;
  height: 32px;
  font-size: 14px;
  background: #18B18D;
  border-radius: 40px;
  text-transform: uppercase;
  margin: 0 auto;
}
.table button:hover {
  background: #149677;
  color: #fff;
}

article table:not([class]) button {
  display: inline-block;
  min-width: 120px;
  min-height: 32px;
  height: auto;
  padding: 5px 10px;
  color: #6D2BF1;
  border: 1px solid #6D2BF1;
  border-radius: 40px;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  background: transparent;
  -webkit-transition: 0.15s background;
  transition: 0.15s background;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 auto;
}
article table:not([class]) button:hover {
  background: rgba(109, 43, 241, 0.1);
  color: #6D2BF1;
}

.grid-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.grid-blocks p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .grid-blocks .heading-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.grid-blocks .lazy-image {
  margin-top: 0;
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .grid-blocks .lazy-image {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid-blocks .main-title {
  margin-top: 5px;
  margin-left: 25px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #6D2BF1;
}
@media (max-width: 767px) {
  .grid-blocks .main-title {
    margin-top: 0;
    margin-left: 0;
    text-align: left;
  }
}
.grid-blocks__item {
  width: 48.5%;
  margin-bottom: 20px;
  padding: 30px 35px;
  background: #EEEEFF;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .grid-blocks__item {
    width: 100%;
  }
}

.how-work-section {
  position: relative;
  color: #ffffff;
  background: #353941;
  padding: 35px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .how-work-section.visible {
    background: #353941 url("/img/k1/how-work-bg.png") top/contain no-repeat;
  }
}
.how-work-section .main-title,
.how-work-section p,
.how-work-section ul {
  color: #ffffff;
}
.how-work-section .main-title {
  text-align: left;
  margin-left: 0;
}
.how-work-section .subheading {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #F0F041;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}
.how-work-section .subheading::before {
  width: 31px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMSAzMCI+PHBhdGggZD0iTTMwLjMwNyAxNWMwIDguMjg1LTYuNzg0IDE1LTE1LjE1MyAxNUM2Ljc4NCAzMCAwIDIzLjI4NSAwIDE1IDAgNi43MTYgNi43ODUgMCAxNS4xNTQgMHMxNS4xNTMgNi43MTYgMTUuMTUzIDE1WiIgZmlsbD0iI0YwRjA0MSIvPjxwYXRoIGQ9Im0xNC44MTcgMTAuNS02LjMxNCA5LTIuNjMxLTMuNzUtMi4yMzYgMy4xNSAyLjYzIDMuNzUgMi4xMDUgMyAuMTMyLjE1IDguNTUtMTIuMTUtMi4yMzYtMy4xNVoiIGZpbGw9IiNGMEYwNDEiLz48cGF0aCBkPSJtMjEuMTU2IDctOS4wOTUgOC45LTMuNzktMy43MDgtMy4yMiAzLjExNSAzLjc5IDMuNzA4IDMuMDMgMi45NjcuMTkuMTQ4IDEyLjMxNi0xMi4wMTVMMjEuMTU2IDdaIiBmaWxsPSIjMzUzOTQxIi8+PC9zdmc+") no-repeat;
  margin-right: 23px;
}
@media (max-width: 767px) {
  .how-work-section .subheading::before {
    margin-right: 18px;
    margin-bottom: 0;
  }
}
.how-work-section ul {
  list-style-position: inside;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  padding-left: 15px;
  margin-bottom: 30px;
}

.how-work-section__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .how-work-section__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.how-work-section__bottom .main-btn {
  width: 167px;
}

@media (max-width: 767px) {
  .how-work-section__logo {
    display: none;
  }
}
@media (max-width: 1100px) {
  .how-work-section__logo .how-work-section__logo {
    margin: 0;
  }
}

.best-payment-section {
  margin: 50px 0 25px;
}

.best-payment__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .best-payment__wrapper {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

.best-payment__card {
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 27px 20px 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .best-payment__card {
    width: calc(50% - 30px);
    padding: 27px 27px 21px;
    margin: 0 15px 32px;
  }
}
.best-payment__card .main-text {
  margin-bottom: 0;
}

.best-payment__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #134E1B;
  margin-bottom: 16px;
}
.best-payment__heading img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.about-casino-table,
.info-table {
  display: block;
  border-collapse: collapse;
  border: 1px solid #E4E4FF;
  border-radius: 8px;
  overflow: hidden;
  min-width: 600px;
  width: 100%;
  margin-bottom: 20px;
}
.about-casino-table tbody,
.info-table tbody {
  width: 100%;
  display: table;
}
.about-casino-table tr:nth-child(even),
.info-table tr:nth-child(even) {
  background-color: #EEEEFF;
}
.about-casino-table tr:first-of-type td:first-of-type,
.info-table tr:first-of-type td:first-of-type {
  border-radius: 8px 0 0 0;
}
.about-casino-table tr:first-of-type td:last-of-type,
.info-table tr:first-of-type td:last-of-type {
  border-radius: 0 8px 0 0;
}
.about-casino-table tr:last-of-type td:first-of-type,
.info-table tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 8px;
}
.about-casino-table tr:last-of-type td:last-of-type,
.info-table tr:last-of-type td:last-of-type {
  border-radius: 0 0 8px 0;
}
.about-casino-table tr td,
.info-table tr td {
  font-size: 18px;
  line-height: 110%;
  padding: 10px 20px;
}
.about-casino-table tr td:first-child,
.info-table tr td:first-child {
  width: 40%;
  border-right: 1px solid #E4E4FF;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .about-casino-table tr td:first-child,
  .info-table tr td:first-child {
    margin-bottom: 0;
  }
}

.casino-table-wrapper {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .casino-table-wrapper {
    overflow-x: auto;
  }
}

.about-bonuses .columns--three {
  margin-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-bonuses .columns--three {
    grid-column-gap: 10px;
  }
}
@media (max-width: 991px) {
  .about-bonuses .columns {
    display: block;
  }
}

.about-bonuses__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 8px;
  padding: 20px;
  background: #4A17B6;
  border: 1px solid #6D2BF1;
}
@media (max-width: 991px) {
  .about-bonuses__item {
    padding: 21px 17px;
  }
  .about-bonuses__item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.about-bonuses__item .casino-logo {
  max-width: 230px;
  max-height: 120px;
  border-radius: 6px;
  border: none;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .about-bonuses__item .casino-logo {
    max-width: 290px;
    max-height: 150px;
    border: none;
  }
}
.about-bonuses__item .casino-logo img {
  width: auto;
  height: auto;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-bonuses__info-wrap {
  width: 100%;
  margin: 15px 0 0;
}
@media (max-width: 991px) {
  .about-bonuses__info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 15px 0 0;
  }
}

.about-bonuses__info-column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .about-bonuses__info-column {
    word-break: break-word;
  }
}
.about-bonuses__info-column span {
  text-transform: capitalize;
}
.about-bonuses__info-column div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40%;
}
@media (max-width: 991px) {
  .about-bonuses__info-column div {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .about-bonuses__info-column div span {
    width: 97px;
    margin-right: 10px;
    margin-left: 15px;
  }
}
.about-bonuses__info-column img {
  width: auto;
  height: 18px;
  margin-right: 5px;
}
.about-bonuses__info-column strong {
  margin-left: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #F0F041;
}
@media (max-width: 991px) {
  .about-bonuses__info-column strong {
    width: 50%;
  }
}

.about-bonuses__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.about-bonuses__links .green-main-btn {
  width: 100%;
  max-width: 306px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .about-bonuses__links .green-main-btn {
    width: calc(100% - 5px);
  }
}

.about-bonuses__bottom {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}

.about-bonuses__review-link {
  display: block;
  color: #fff;
  text-decoration: underline;
  margin-top: 10px;
  font-size: 16px;
}

.about-bonuses__payment-methods {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.about-bonuses__payment-methods li {
  margin: 4px 8px;
}
.about-bonuses__payment-methods img {
  max-height: 30px;
}

.faqs {
  background: #EEEEFF;
  border-radius: 8px;
  padding: 30px 30px 25px;
}
@media (max-width: 767px) {
  .faqs {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
    padding: 30px 15px 50px;
  }
}
.faqs:not(:last-child) {
  margin-bottom: 30px;
}
.faqs__title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 32px;
  color: #353941;
}
.faqs__list {
  list-style: none;
}
.faqs__list li:nth-child(n+2) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .faqs__list li:nth-child(n+2) {
    margin-top: 30px;
  }
}
.faqs__subtitle {
  margin-bottom: 7px;
  font-size: 20px;
}
.faqs__text {
  margin-bottom: 0;
  font-size: 20px;
}

.pros-cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .pros-cons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.pros-cons__wrapper {
  width: 100%;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .pros-cons__wrapper {
    width: 48.5%;
  }
}

.pros-cons__list {
  border-radius: 8px;
  margin-bottom: 0;
}

.pros__wrapper {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pros__wrapper {
    margin-bottom: 0;
  }
}
.pros__wrapper .pros-cons__list {
  background: rgba(42, 176, 128, 0.1);
}

.cons__wrapper .pros-cons__list {
  background: rgba(202, 29, 29, 0.1);
}

.pros-cons__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 170%;
  text-align: center;
  border-radius: 8px;
  padding: 8px 10px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .pros-cons__title {
    padding: 12px 10px;
  }
}

.pros__title {
  background: rgba(42, 176, 128, 0.1);
}

.cons__title {
  background: rgba(202, 29, 29, 0.1);
}

.pros-cons__list {
  list-style-type: none;
  padding: 20px;
}

.pros-cons__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 20px;
  line-height: 140%;
}
.pros-cons__item:not(:last-of-type) {
  margin-bottom: 20px;
}

.pros-cons__item::before {
  content: "";
  height: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 6px;
  margin-right: 20px;
  opacity: 0.8;
}

.pros__item::before {
  width: 24px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='17' viewBox='0 0 24 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.93463 12.677L2.59914 7.6432L0.308105 9.80469L7.93463 17L23.6624 2.1615L21.3714 0L7.93463 12.677Z' fill='%232AB03C'/%3E%3C/svg%3E");
}

.cons__item::before {
  width: 18px;
  background: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7591 0L9.28496 6.375L2.81233 0L0.654785 2.125L7.12741 8.5L0.654785 14.875L2.81233 17L9.28496 10.625L15.7591 17L17.9167 14.875L11.444 8.5L17.9167 2.125L15.7591 0Z' fill='%23CA1D1D'/%3E%3C/svg%3E");
}

.breadcrumbs {
  width: 100%;
}
.breadcrumbs .wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 15px;
}

.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .breadcrumbs-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.breadcrumbs-list__link {
  text-decoration: none;
  color: #353941;
}
.breadcrumbs-list__link:hover {
  text-decoration: underline;
}

.breadcrumbs-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #B20000;
  margin-right: 7px;
}
.breadcrumbs-list__item:not(:last-of-type)::after {
  content: "";
  width: 6px;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.38375 7.59914C1.20711 7.59803 1.03268 7.55714 0.871875 7.47914C0.697965 7.39737 0.549795 7.26393 0.445063 7.09477C0.34033 6.9256 0.283462 6.72785 0.28125 6.52514V1.47314C0.283462 1.27043 0.34033 1.07268 0.445063 0.90351C0.549795 0.734342 0.697965 0.600906 0.871875 0.519138C1.07198 0.418319 1.29461 0.379487 1.5144 0.407068C1.73419 0.43465 1.94229 0.527535 2.115 0.675138L4.98375 3.20114C5.09625 3.29667 5.1871 3.41803 5.24954 3.55619C5.31198 3.69435 5.34441 3.84576 5.34441 3.99914C5.34441 4.15252 5.31198 4.30392 5.24954 4.44208C5.1871 4.58025 5.09625 4.70161 4.98375 4.79714L2.115 7.32314C1.90821 7.50201 1.64999 7.59948 1.38375 7.59914Z' fill='%23484040'/%3E%3C/svg%3E%0A") center no-repeat;
  margin-left: 7px;
}

.breadcrumbs-list__current {
  color: #6D2BF1;
}

.game-banner h1 {
  margin-bottom: 25px;
  font-size: 42px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .game-banner h1 {
    font-size: 36px;
  }
}
.game-banner img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  border-radius: 8px;
}

.similar-games:not(:last-child) {
  margin-bottom: 50px;
}
.similar-games__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin-bottom: 0;
}
.similar-games__similar-game {
  width: 31.5%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .similar-games__similar-game {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .similar-games__similar-game {
    width: 100%;
  }
}
.similar-games__similar-game:nth-child(n+4) {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .similar-games__similar-game:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .similar-games__similar-game:nth-child(n+2) {
    margin-top: 10px;
  }
}

.similar-game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  border: 2px solid #6D2BF1;
  border-radius: 8px;
  text-align: center;
}
.similar-game__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 140px;
  margin-bottom: 20px;
  background: #EEEEFF;
  border: 1px solid #E4E4FF;
  border-radius: 4px;
  overflow: hidden;
}
.similar-game__img-wrapper img {
  height: 100%;
}
.similar-game__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  border-radius: 4px;
}
.similar-game__name {
  word-wrap: break-word;
  margin-top: auto;
  margin-bottom: 20px;
  color: #6D2BF1;
  font-weight: 700;
  font-size: 20px;
}
.similar-game__link {
  text-decoration: none;
}
.similar-game__link:hover {
  color: #ffffff;
  background: #159e7e;
}

.square-link div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.square-link img {
  margin: 0;
}