@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;
}

.review-intro {
  padding: 35px 0 25px;
  color: #ffffff;
  background: #4A17B6 url("/img/k1/footer-bg.png") center top repeat;
}
@media (max-width: 767px) {
  .review-intro {
    padding: 30px 0 20px;
  }
}
.review-intro .main-btn {
  position: absolute;
  top: 50%;
  right: 0;
  min-width: 210px;
  height: 55px;
  color: #353941;
  background: #F0F041;
  -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(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1199px) {
  .review-intro .main-btn {
    min-width: 190px;
  }
}
@media (max-width: 991px) {
  .review-intro .main-btn {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media (max-width: 767px) {
  .review-intro .main-btn {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    min-width: 310px;
    height: 45px;
  }
}
.review-intro .main-btn:hover {
  background: #dada38;
}
.review-intro .wrapper {
  padding-top: 0;
}
.review-intro .static-stars svg {
  width: 26px;
  height: 26px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.review-intro__inner {
  position: relative;
  width: 100%;
  padding-left: 380px;
  padding-right: 220px;
}
@media (max-width: 1199px) {
  .review-intro__inner {
    padding-left: 300px;
    padding-right: 200px;
  }
}
@media (max-width: 991px) {
  .review-intro__inner {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .review-intro__inner {
    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-left: 0;
    text-align: center;
  }
}
.review-intro__image {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 330px;
  max-height: 225px;
  border-radius: 8px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1199px) {
  .review-intro__image {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .review-intro__image {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    position: static;
    max-width: 330px;
    margin-bottom: 20px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.review-intro__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .review-intro__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.review-intro__available {
  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;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .review-intro__available {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .review-intro__available span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.review-intro__available img {
  max-width: 40px;
  max-height: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 10px;
}
.review-intro__date, .review-intro__bonus {
  position: relative;
  display: block;
  padding-left: 25px;
}
.review-intro__date::before, .review-intro__bonus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: no-repeat;
}
.review-intro__date {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .review-intro__date {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 280px;
    max-width: 100%;
    text-align: left;
  }
}
.review-intro__date::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTEyLjIgMi40SDMuOEEyLjggMi44IDAgMCAwIDEgNS4ydjdBMi44IDIuOCAwIDAgMCAzLjggMTVoOC40YTIuOCAyLjggMCAwIDAgMi44LTIuOHYtN2EyLjggMi44IDAgMCAwLTIuOC0yLjhaTTUuMiAxdjIuOE0xMC44IDF2Mi44TTEgNi42aDE0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
}
@media (max-width: 991px) {
  .review-intro__bonus {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .review-intro__bonus {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    width: 280px;
    max-width: 100%;
    text-align: left;
  }
}
.review-intro__bonus::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMy4yOCAzLjgyYy0uMDk3LS40NDQtLjI2My0uODYzLS4yNzctMS4yODEtLjA0MS0uOTQyLjY1LTEuNzI2IDEuNjYtMS45ODguODI5LS4yMSAxLjg2NS4xOTYgMi4zMjIuOTI5LjIyLjM1My4zODcuNzQ1LjU5NCAxLjExMS4wODMuMTQ0LjE1Mi4yNjIuMzg3LjI0OS4yNS0uMDEzLjM4Ny0uMDUzLjUxMi0uMjc1LjI2Mi0uNDg0LjUxMS0xLjAwNy44Ny0xLjQyNS41NTQtLjY0MSAxLjUwOC0uNzg1IDIuNDA2LS40NTguNzMzLjI3NCAxLjMxNCAxLjAzMyAxLjI3MiAxLjgxOC0uMDE0LjQzMS0uMTY2Ljg2My0uMjQ5IDEuMzIuMDcgMCAuMTk0LjAyNy4zMDUuMDI3LjQ0MiAwIC44Ny0uMDE0IDEuMzEzLjAxMy42OTEuMDI2IDEuMDUuNDE4IDEuMDUgMS4wNzIgMCAuMzUzLjA1Ni43MDYuMDU2IDEuMDcydjguMzE4YzAgLjc1OC0uNDcgMS4xOS0xLjI3MiAxLjE5SDEuODI4Yy0uODQzIDAtMS4zMTMtLjQ1OC0xLjMxMy0xLjI2OVY1LjEyOGMwLS44MjQuNDQyLTEuMjQyIDEuMzEzLTEuMjU1aDEuMTM0Yy4xMS0uMDI2LjIzNS0uMDQuMzE4LS4wNTNabS0xLjkzNiA4LjI2NWMuMjM1LS4xMy4zODctLjIyMi41NC0uMzEzLjQ1Ni0uMjc1Ljg5OC0uNTYzIDEuMzU0LS44MzcuMjM1LS4xNDQuNDctLjE4My42NjQuMDY1LjEzOC4xODMuMDU1LjQxOC0uMjIxLjYwMmE3Ni40NCA3Ni40NCAwIDAgMS0xLjM1NS44MzdjLS45OTYuNTc1LS45OTYuNTYyLS45ODIgMS42NzQgMCAuNDk2LjA4My41NzUuNjM2LjU3NWgzLjk2OGMuNDg0IDAgLjQ4NCAwIC40ODQtLjQ0NVY1Ljk3OGMwLS4yMjIuMTM4LS4zNzkuMzYtLjM1My4xNjUuMDI2LjMzLjE1Ny40MjguMjg4LjA2OS4wOTEuMDQxLjI0OC4wNDEuMzh2Ny44MzNjMCAuNTYyIDAgLjU2Mi42MDguNTYyLjE2NiAwIC4zNDYtLjAxMy41MTIgMCAuMzE4LjAyNi40MTUtLjA5Mi40MTUtLjM5Mi0uMDE0LTEuNDY1IDAtMi45MTcgMC00LjM4MSAwLS40MzIuMTEtLjU4OS40MTUtLjU4OS4yOSAwIC40MTQuMTgzLjQxNC41ODl2NC40MDZjMCAuMjEuMDE0LjM1NC4zMDQuMzU0IDEuNDEtLjAxMyAyLjgzNSAwIDQuMjQ1IDAgLjM4NyAwIC40ODQtLjA5Mi40ODQtLjQ3MXYtMi4wMjdjMC0uMDY1LS4wMjgtLjE0NC0uMDQyLS4yNDgtLjIwNy4xMTctLjM3My4yMjItLjU1My4zMjYtLjQyOS4yNjItLjg1Ny41NjMtMS4zLjc5OC0uMTY1LjA3OS0uNDE0LjA1Mi0uNjA4IDAtLjA2OS0uMDI2LS4wOTctLjI3NC0uMDgzLS40MDUuMDE0LS4wOTIuMTUyLS4xODMuMjUtLjI0OWwyLjA3My0xLjI5NGMuMDk3LS4wNTMuMjIxLS4xNDQuMjIxLS4yMjMuMDI4LS40MDUuMDE0LS44MS4wMTQtMS4yOTQtLjE1Mi4wNzgtLjI0OS4xMTctLjMzMi4xNy0uNTI1LjMyNy0xLjA2NS42NTQtMS41OS45NjctLjIyMS4xMzEtLjQ0Mi4xNTctLjYwOC0uMDY1LS4xOC0uMjM1LS4wODMtLjQzMi4xNTItLjU3NS41MTEtLjMxNC45OTUtLjY4IDEuNTM0LS45NDIuNzItLjM0IDEuMDM3LS44MzcuOTEzLTEuNTk1LS4wMTQtLjExOC0uMDQxLS4yMzYtLjA1NS0uMzkzLS4xMS4wNTMtLjE1Mi4wNjYtLjIwOC4xMDVhNzEuNjggNzEuNjggMCAwIDEtMS42NzIgMS4wODVjLS4zMDUuMTgzLS41NjcuMTQ0LS43MDYtLjA2NS0uMTM4LS4yMS0uMDQxLS40MzIuMjYzLS42MTUuNzA1LS40MzEgMS40MjQtLjg2MyAyLjEzLTEuMzA4LjA5Ni0uMDY1LjIwNy0uMTk2LjIyLS4zLjAyOC0uMzQuMDE0LS42OC0uMDEzLTEuMDA3LS4wMjgtLjMxNC0uMTk0LS40MzItLjU1My0uNDMyLTEuNDguMDEzLTIuOTQ1IDAtNC40MjQgMEgxLjg2OWMtLjUxMSAwLS41NjYuMDUyLS41NjYuNTVWNy4zOWwxLjg2Ni0xLjE1Yy4yMzUtLjE0NC40Ny0uMjIzLjY3Ny4wMTMuMTY2LjE4My4wODMuNDQ0LS4yMDcuNjI4LS41NTMuMzUzLTEuMTIuNjgtMS42NzMgMS4wMzMtLjIzNS4xNDQtLjU2Ny4zMTQtLjYyMi41MjMtLjA5Ny4zOC0uMDI4LjgxLS4wMjggMS4yOTUuMzA1LS4xODQuNTI2LS4zMjcuNzYtLjQ1OC40MDItLjIzNi43ODktLjQ4NCAxLjE5LS43Mi4yMzUtLjE0My40NDItLjEzLjU5NC4wOTIuMTUyLjIxLjA4My4zOTItLjEyNC41MzZsLS4zNzMuMjM2Yy0uNjIzLjM5Mi0xLjI0NS43NzEtMS44NjcgMS4xNjQtLjA4My4wNTItLjE4LjE1Ni0uMTguMjQ4LjAyOC4zOTIuMDI4Ljc4NS4wMjggMS4yNTVabTguNzY1LTguMjM4di4wMjZjLjM0Ni0uMDI2LjY5MS0uMDQgMS4wMjMtLjA3OS42NjQtLjA3OCAxLjA1LS42OTMgMS4wNzktMS4xMTEuMDQxLS41MzctLjI5LTEuMDg2LS43ODktMS4yNTYtLjYwOC0uMjQ4LTEuMjQ0LS4xMy0xLjU3Ni4zOC0uMzE4LjQ1Ny0uNTY2Ljk2Ny0uNzg4IDEuNDc3LS4xNTIuMzE0LjA3LjU2My40NDMuNTc2LjE5My0uMDEzLjQtLjAxMy42MDgtLjAxM1ptLTQuMjAzLjAxM3YtLjAxM2guNjIyYy40MDEgMCAuNjA5LS4yNDkuNDQzLS41ODlhMTEuODczIDExLjg3MyAwIDAgMC0uODAyLTEuNDc4Yy0uMjc2LS40MzEtLjkxMi0uNTc1LTEuNDM4LS40MThBMS4zMzEgMS4zMzEgMCAwIDAgMy44MDUgMi41Yy0uMDU1LjYxNC41MTEgMS4yNTUgMS4xMzQgMS4zMDcuMzE4LjAxMy42MzYuMDQuOTY3LjA1M1oiLz48cGF0aCBkPSJNOC43OTUgNi43NjRWNS45OGMwLS4yMzUuMTUyLS4zNjYuNC0uMzY2LjI1IDAgLjQxNi4xMTguNDE2LjM1My4wMTMuNTUuMDEzIDEuMTEyIDAgMS42NjEgMCAuMjM2LS4yMDguMzQtLjQyOS4zMjctLjIyMSAwLS4zODctLjEwNC0uMzg3LS4zNHYtLjg1WiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC41IC41KSIgZD0iTTAgMGgxNXYxNUgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}
.review-intro__bonus strong {
  font-size: 18px;
  text-transform: uppercase;
}
.review-intro__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .review-intro__rate {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 15px;
  }
}
.review-intro__rate-num {
  margin-left: 15px;
  font-weight: 700;
  font-size: 20px;
}
.review-intro--availability {
  background-color: #4c4c4c;
}
.review-intro--availability .review-intro__image,
.review-intro--availability .referral-btn {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.payments-list {
  padding: 10px 0;
  background: #E4E4FF;
}
.payments-list ul {
  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;
  list-style: none;
}
.payments-list li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 5px 10px;
}
.payments-list img {
  width: 100%;
  max-width: 80px;
  height: auto;
  border-radius: 8px;
}
.payments-list .wrapper {
  padding-top: 0;
}

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

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

.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");
}

.game-type-cards__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.game-type-cards__wrapper .referral-btn {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.game-type-card {
  width: 142px;
  height: 142px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: linear-gradient(135deg, #ffffff 0% 50%, #EEEEFF 50% 100%);
  border: 2px solid #6D2BF1;
  border-radius: 8px;
  padding: 10px;
  margin: 10px 5px;
  color: #353941;
}
.game-type-card::before {
  content: url("/img/k1/game-card-check.svg");
  position: absolute;
  top: 10px;
  left: 10px;
}
.game-type-card.absent-game {
  opacity: 0.5;
}
.game-type-card.absent-game::before {
  content: none;
}

.game-type-card__name {
  font-size: 16px;
  font-weight: 700;
}

.game-type-card__image {
  width: 60px;
  height: 50px;
  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-bottom: 15px;
}
.game-type-card__image#keno {
  margin-left: 13px;
}
.game-type-card__image#lotteries {
  margin-left: 10px;
}

.game-cards__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.game-card {
  position: relative;
  width: 100%;
  height: 174px;
  min-width: 200px;
  max-width: 250px;
  margin: 10px;
}
@media (max-width: 767px) {
  .game-card {
    min-width: auto;
    max-width: 160px;
    height: 116px;
  }
}
.game-card:hover .game-card__hover {
  height: 174px;
}
@media (max-width: 767px) {
  .game-card:hover .game-card__hover {
    height: 116px;
  }
}

.game-card__picture {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.game-card__picture img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.game-card__hover {
  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: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
}

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;
}

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

.bottom-fixed-wrapper {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
}

.welcome-bonus {
  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%;
  background: #D9FFF5;
  -webkit-box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
}

.welcome-bonus__container {
  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%;
}

.welcome-bonus__logo {
  width: 60px;
  height: 60px;
  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;
  background: #ffffff;
  border: 1px solid #F1F1F1;
  padding: 3px;
  border-radius: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .welcome-bonus__logo {
    margin-right: 20px;
    width: 50px;
    height: 50px;
  }
}
.welcome-bonus__logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.welcome-bonus__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .welcome-bonus__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .welcome-bonus__content {
    margin-right: 25px;
  }
}

.welcome-bonus__amount-text {
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  color: #18B18D;
  margin-right: 25px;
}
@media (min-width: 768px) {
  .welcome-bonus__amount-text {
    font-size: 24px;
    line-height: 24px;
  }
}

.welcome-bonus__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  color: #000000;
}
@media (min-width: 768px) {
  .welcome-bonus__text {
    font-size: 20px;
  }
}

.welcome-bonus__btn {
  min-width: 120px;
}
@media (max-width: 767px) {
  .welcome-bonus__btn {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}

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

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

.bonus-cards__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .bonus-cards__wrapper {
    width: calc(100% + 20px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 -10px 40px;
  }
}
@media (min-width: 992px) {
  .bonus-cards__wrapper {
    width: calc(100% + 40px);
    margin: 0 -20px 40px;
  }
}

.bonus-card {
  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;
  width: 30%;
  background: #FFFFFF;
  border-radius: 8px;
  border: 2px solid #6D2BF1;
  background: linear-gradient(-25deg, #EEEEFF 55%, transparent 45%);
}
@media (max-width: 767px) {
  .bonus-card {
    width: 100%;
    max-width: 317px;
    margin-bottom: 20px;
  }
}
.bonus-card .green-main-btn {
  width: calc(100% - 5px);
  max-width: 230px;
}
.bonus-card .static-stars__wrapper {
  margin-bottom: 15px;
}
.bonus-card .custom-stars-group svg {
  width: 24px;
  height: 24px;
}
.bonus-card__link {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 14px;
  color: #6D2BF1;
  font-weight: 700;
  text-decoration: none;
}
.bonus-card__link:hover {
  text-decoration: underline;
}

.logo-button {
  width: 100%;
  margin-bottom: 15px;
}

.bonus-card__logo {
  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;
  height: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #FFFFFF;
  border: 1px solid #E4E4FF;
  border-radius: 8px;
}
.bonus-card__logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
}

.bonus-card__center {
  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%;
  padding: 20px 13px;
}

.bonus-card__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 103.19%;
  color: #6D2BF1;
  text-align: center;
  margin-bottom: 10px;
}

.bonus-card__bonus-info {
  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: auto 0 18px;
}

.bonus-card__bonus-title {
  position: relative;
  display: block;
  padding-left: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 6px;
}
.bonus-card__bonus-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxOSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIiBmaWxsPSIjMzUzOTQxIj48cGF0aCBkPSJNMi43ODIgNC4xMjdjLS4wOTctLjU1Mi0uMjYzLTEuMDcyLS4yNzctMS41OTItLjA0MS0xLjE3LjY1LTIuMTQ2IDEuNjYxLTIuNDcuODMxLS4yNiAxLjg3LjI0MyAyLjMyNiAxLjE1My4yMjEuNDM5LjM4OC45MjcuNTk1IDEuMzgyLjA4My4xNzguMTUzLjMyNS4zODguMzA4LjI0OS0uMDE2LjM4Ny0uMDY1LjUxMi0uMzQuMjYzLS42MDIuNTEyLTEuMjUyLjg3Mi0xLjc3Mi41NTQtLjc5NyAxLjUwOS0uOTc1IDIuNDA5LS41Ny43MzMuMzQyIDEuMzE1IDEuMjg1IDEuMjczIDIuMjYtLjAxNC41MzYtLjE2NiAxLjA3Mi0uMjQ5IDEuNjQxLjA3IDAgLjE5NC4wMzMuMzA1LjAzMy40NDMgMCAuODcyLS4wMTYgMS4zMTUuMDE2LjY5Mi4wMzMgMS4wNTIuNTIgMS4wNTIgMS4zMzMgMCAuNDM4LjA1NS44NzcuMDU1IDEuMzMydjEwLjMzNmMwIC45NDMtLjQ3IDEuNDgtMS4yNzQgMS40OEgxLjMzYy0uODQ1IDAtMS4zMTUtLjU3LTEuMzE1LTEuNTc3VjUuNzUyYzAtMS4wMjMuNDQzLTEuNTQzIDEuMzE1LTEuNTZoMS4xMzVjLjExLS4wMzIuMjM1LS4wNDguMzE4LS4wNjVaTS44NDQgMTQuMzk4Yy4yMzYtLjE2Mi4zODgtLjI3Ni41NC0uMzkuNDU3LS4zNC45LS42OTggMS4zNTctMS4wNC4yMzUtLjE3OC40Ny0uMjI3LjY2NC4wODIuMTM5LjIyNy4wNTUuNTItLjIyMS43NDctLjQ1Ny4zNTgtLjkuNjk5LTEuMzU3IDEuMDQtLjk5Ny43MTUtLjk5Ny42OTktLjk4MyAyLjA4IDAgLjYxOC4wODMuNzE1LjYzNy43MTVoMy45NzNjLjQ4NCAwIC40ODQgMCAuNDg0LS41NTJWNi44MDljMC0uMjc2LjEzOS0uNDcxLjM2LS40MzkuMTY2LjAzMy4zMzIuMTk1LjQzLjM1OC4wNjkuMTEzLjA0LjMwOC4wNC40N3Y5LjczNmMwIC42OTggMCAuNjk4LjYxLjY5OC4xNjYgMCAuMzQ2LS4wMTYuNTEyIDAgLjMxOC4wMzMuNDE1LS4xMTMuNDE1LS40ODctLjAxMy0xLjgyIDAtMy42MjQgMC01LjQ0NCAwLS41MzcuMTExLS43MzIuNDE2LS43MzIuMjkgMCAuNDE1LjIyOC40MTUuNzMydjUuNDc2YzAgLjI2LjAxNC40NC4zMDQuNDQgMS40MTItLjAxNyAyLjgzOCAwIDQuMjUgMCAuMzg4IDAgLjQ4NS0uMTE0LjQ4NS0uNTg2di0yLjUxOWMwLS4wODEtLjAyOC0uMTc5LS4wNDItLjMwOS0uMjA3LjE0Ny0uMzc0LjI3Ny0uNTU0LjQwNy0uNDI5LjMyNS0uODU4LjY5OS0xLjMuOTkxLS4xNjcuMDk3LS40MTYuMDY1LS42MSAwLS4wNy0uMDMzLS4wOTctLjM0MS0uMDgzLS41MDQuMDE0LS4xMTQuMTUyLS4yMjcuMjUtLjMwOWwyLjA3Ni0xLjYwOGMuMDk2LS4wNjYuMjIxLS4xOC4yMjEtLjI3Ny4wMjgtLjUwNC4wMTQtMS4wMDcuMDE0LTEuNjA5LS4xNTIuMDk4LS4yNS4xNDctLjMzMi4yMTItLjUyNi40MDYtMS4wNjYuODEyLTEuNTkyIDEuMjAyLS4yMjIuMTYzLS40NDMuMTk1LS42MS0uMDgxLS4xOC0uMjkzLS4wODItLjUzNi4xNTMtLjcxNS41MTItLjM5Ljk5Ny0uODQ1IDEuNTM3LTEuMTcuNzItLjQyMyAxLjAzOC0xLjA0LjkxMy0xLjk4My0uMDE0LS4xNDYtLjA0MS0uMjkyLS4wNTUtLjQ4OC0uMTEuMDY1LS4xNTIuMDgyLS4yMDguMTMtLjU1My40NTYtMS4xMDcuOTEtMS42NzUgMS4zNS0uMzA0LjIyNy0uNTY3LjE3OC0uNzA2LS4wODItLjEzOC0uMjYtLjA0MS0uNTM2LjI2My0uNzY0LjcwNi0uNTM2IDEuNDI2LTEuMDcyIDIuMTMyLTEuNjI1LjA5Ny0uMDgxLjIwOC0uMjQ0LjIyMS0uMzc0YTkuNDIgOS40MiAwIDAgMC0uMDEzLTEuMjUxYy0uMDI4LS4zOS0uMTk0LS41MzYtLjU1NC0uNTM2LTEuNDgxLjAxNi0yLjk0OSAwLTQuNDMgMGgtNy44MmMtLjUxMyAwLS41NjguMDY1LS41NjguNjgydjIuNzYzbDEuODY4LTEuNDNjLjIzNi0uMTc5LjQ3MS0uMjc2LjY3OS4wMTYuMTY2LjIyOC4wODMuNTUzLS4yMDguNzgtLjU1NC40MzktMS4xMjEuODQ1LTEuNjc1IDEuMjg0LS4yMzUuMTc5LS41NjcuMzktLjYyMy42NS0uMDk3LjQ3MS0uMDI3IDEuMDA4LS4wMjcgMS42MS4zMDQtLjIyOC41MjYtLjQwNy43Ni0uNTcuNDAyLS4yOTIuNzktLjYwMSAxLjE5MS0uODk0LjIzNi0uMTc4LjQ0My0uMTYyLjU5Ni4xMTQuMTUyLjI2LjA4My40ODgtLjEyNS42NjZsLS4zNzQuMjkzYy0uNjIzLjQ4OC0xLjI0Ni45NTktMS44NjkgMS40NDYtLjA4My4wNjUtLjE4LjE5Ni0uMTguMzEuMDI4LjQ4Ny4wMjguOTc0LjAyOCAxLjU2Wk05LjYyIDQuMTZ2LjAzMmMuMzQ3LS4wMzIuNjkzLS4wNDggMS4wMjUtLjA5Ny42NjQtLjA5OCAxLjA1Mi0uODYyIDEuMDgtMS4zODIuMDQxLS42NjYtLjI5MS0xLjM0OS0uNzktMS41Ni0uNjA5LS4zMDktMS4yNDUtLjE2Mi0xLjU3OC40NzItLjMxOC41NjgtLjU2NyAxLjIwMi0uNzg5IDEuODM2LS4xNTIuMzkuMDcuNjk5LjQ0My43MTUuMTk0LS4wMTYuNDAyLS4wMTYuNjEtLjAxNlptLTQuMjA4LjAxNlY0LjE2aC42MjNjLjQwMiAwIC42MS0uMzA5LjQ0My0uNzMyYTE2LjE2IDE2LjE2IDAgMCAwLS44MDMtMS44MzZjLS4yNzctLjUzNi0uOTEzLS43MTUtMS40NC0uNTItLjUyNS4xOTUtLjg3MS43OC0uOTI3IDEuNDE0LS4wNTUuNzY0LjUxMiAxLjU2IDEuMTM1IDEuNjI1LjMxOS4wMTYuNjM3LjA0OS45Ny4wNjVaIi8+PHBhdGggZD0iTTguMzA2IDcuNzg2VjYuODFjMC0uMjkzLjE1Mi0uNDU2LjQwMS0uNDU2LjI1IDAgLjQxNS4xNDcuNDE1LjQ0LjAxNC42ODIuMDE0IDEuMzggMCAyLjA2MyAwIC4yOTMtLjIwNy40MjMtLjQyOS40MDctLjIyMSAwLS4zODctLjEzLS4zODctLjQyM1Y3Ljc4NloiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDE1LjAxOXYxOC42NDFIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=") no-repeat;
}

.bonus-card__bonus-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  word-break: break-word;
}

.content-row {
  margin: 30px 0 50px;
}
.content-row img {
  border-radius: 8px;
}