.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;border:0;clip:rect(0 0 0 0)}header{min-height:65px;background-color:#fff;position:fixed;top:0;left:0;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .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 .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;z-index:20}@media (max-width: 767px){header{min-height:50px;border-bottom:5px solid #e4e4ff}}header.out{-webkit-transform:translateY(-100%);-ms-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;align-items:center;margin:0 auto}header nav{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:space-between;text-transform:uppercase;font-weight:900;font-size:14px;line-height:16px;letter-spacing:.04em;padding-right:10px;padding-left:15px}@media (max-width: 991px){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;transform:translate(-100%);transition:transform .3s}}.nav-list__icon{flex-shrink:0;max-width:16px;max-height:16px;margin-right:7px}@media (max-width: 991px){.nav-list__icon{max-width:26px;max-height:26px;margin-right:10px}}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;justify-content:center;flex-wrap:wrap;list-style:none;color:#484040}@media (max-width: 991px){header .navigation-left li,.active-link{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 (max-width: 991px){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 .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .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);-ms-transform:translateX(40px);transform:translate(40px);background-color:transparent}#checkbox-burger:checked~.burger span:nth-last-child(3){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}#checkbox-burger:checked~.burger span:nth-last-child(2){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}#checkbox-burger:checked~.burger span:nth-last-child(1){-webkit-transform:translateX(-40px);-ms-transform:translateX(-40px);transform:translate(-40px);background-color:transparent}@media (max-width: 991px){#checkbox-burger:checked~nav{max-height:calc(100vh - 90px);transform:translate(10px);overflow:auto}}.header-logo{max-width:180px;height:auto}@media (max-width: 991px){.header-logo{max-width:150px}}header nav a{display:flex;align-items:center;font-weight:900;font-size:12px;line-height:14px;color:#4a17b6;text-decoration:none}@media (max-width: 991px){header nav a{font-size:14px}}header nav a:hover{color:#3a128f}.fill-search-icon{fill:#353941}@media (max-width: 991px){header .navigation-left li,header .navigation-right li{padding:0 7px}.header-wrapper{position:relative;padding:0 15px}.burger,#checkbox-burger{display:block}}@media (max-width: 767px){header .navigation-right li:last-child{display:block;padding:0}header .navigation-left li,header .navigation-right li{padding:0}}.cookie-popup .cookie-agree{background:#a512ff;color:#fff}.cookie-popup .cookie-agree:hover{background:#b947ff}@media (min-width: 768px){.navigation-right .nav-list__icon{display:none}}@media (min-width: 992px){header .navigation-left{position:absolute;top:65px;left:0;width:100%;height:30px;background:#E4E4FF}}@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}}.search-toggle{position:relative;top:10px;display:flex;align-items:flex-start;justify-content:center;flex-shrink:0;width:86px;height:46px;border:none;background:none;outline:none;cursor:pointer}@media (max-width: 991px){.search-toggle{width:76px;height:41px;top:6px;margin-left:auto}}.search-toggle__icon{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,.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:flex;align-items:center;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{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;transition:color .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;transform-origin:center center;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}.lang-nav{position:relative}.lang-nav img{width:30px;height:30px;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;overflow:auto;max-height:100vh}@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:inline-flex;align-items:center;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}.rating{width:122px;height:23px;-webkit-mask-image:url(/build/assets/stars-mask3.svg);mask-image:url(/build/assets/stars-mask3.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}*{box-sizing:border-box;padding:0;margin:0;font-family:Roboto,sans-serif}body{min-width:320px;color:#353941}body.no-content-copy{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}main{background:#fff;padding-top:50px;padding-bottom:50px}section{width:100%}.main-left,.content,article{width:100%}.main-left,.content{display:flex;flex-direction:column;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:flex;flex-direction:column;flex-shrink:0;border-radius:8px;margin-left:22px;margin-bottom:50px}.wrapper{width:100%;max-width:1175px;display:flex;flex-direction:column;justify-content: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:flex;align-items:flex-end}@media (max-width: 767px){.wrapper--slot .slot-title{display:block}}.wrapper--slot .slot-title .rating{margin-right:20px}.wrapper--slot .slot-title .rating{width:115px;height:25px}.wrapper--slot .slot-title__rate{display:flex;align-items:center;margin-bottom:25px;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:flex;align-items:center;justify-content:center;position:relative;min-width:130px;height:40px;color:#fff;font-weight:700;font-size:14px;line-height:19px;border-radius:8px;transition:all .3s ease;z-index:1;cursor:pointer}.main-btn:hover{text-decoration:underline;background-color:#fff}.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,.1);text-decoration:none}.casino-logo{display:flex;align-items:center;justify-content:center;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}.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:flex;flex-direction:column;align-items:center}.content-title,h4:not([class]),h3:not([class]){text-align:start;width:100%;line-height:150%;font-weight:700}h2:not([class]){font-size:32px}h3:not([class]){font-size:22px}h4:not([class]){font-size:20px}.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;flex-shrink:0}article ul:not([class]) li a,.checked-list li a{color:#000!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:inline-flex;background-color:#353941;font-size:18px;font-weight:700;color:#fff;min-width:36px;min-height:36px;justify-content:center;align-items:center;margin-right:15px;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,.2);box-shadow:6px 8px 22px #0003}.four-item__name{font-size:24px;font-weight:700;margin:0 auto}.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}.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:flex;flex-direction:row;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}.wrapper--about h2:not([class]),.wrapper--about h3:not([class]),.wrapper--about h4:not([class]),.wrapper--about h5:not([class]),.wrapper--about h6:not([class]),.wrapper--about p:not([class]){margin-bottom:20px}table{height:auto!important}.promo-link{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:38px;height:38px;margin:0 0 0 auto;padding:0;font-size:23px;text-decoration:none;color:inherit;background:none;border:0;background:#e4e4ff;border-radius:8px;transition:background .2s;cursor:pointer}@media screen and (min-width: 768px){.promo-link{width:auto;height:auto;color:#4a17b6;text-transform:uppercase;font-weight:900;background:none}}@media screen and (min-width: 992px){.promo-link{margin-left:0}}@media screen and (min-width: 992px){.promo-link{padding:5px}}.promo-link:hover{color:#3a128f}.promo-link span{font-size:12px}@media screen and (max-width: 767px){.promo-link span{display:none}}@media screen and (min-width: 768px){.promo-link span{position:relative}}@media screen and (min-width: 768px){.promo-link span:before{content:"";position:absolute;right:0;bottom:0;left:0;width:100%;height:1px;background:#00d92f}}.promo-link+.search-toggle{margin-left:0}.winter-scene{z-index:9999999;position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none}.winter-scene__santa{position:fixed;top:30px;right:70px;display:flex;flex-direction:column;align-items:center}.winter-scene__santa-img{position:fixed;width:70px;z-index:2}.winter-scene__rope{position:fixed;top:0;right:70px;width:2px;background-color:#8b4513;z-index:1;height:65px;opacity:.9}.js-snowflake{box-shadow:0 0 .5rem #ffffffe6,0 0 .8rem #000c;animation:fall linear infinite}.js-icon{text-shadow:.1rem .1rem 5px rgba(0,0,0,.3),0 0 .8rem rgba(0,0,0,.5);animation:fall linear infinite}.js-snowflake,.js-icon{animation-timing-function:linear;animation-fill-mode:forwards}@keyframes fall{0%{transform:translateY(-10vh)}to{transform:translateY(110vh)}}@media (min-width: 768px){main{padding-top:95px}}@media (min-width: 1050px){.main-left,.content,article{max-width:851px}}@media (min-width: 992px){.hidden-md-up{display:none!important}}@media (min-width: 768px){.hidden-sm-up{display:none!important}}.heading-wrap{display:flex;width:100%;margin-bottom:20px}@media (max-width: 767px){.heading-wrap{flex-direction:column;align-items:center}}.heading-wrap .lazy-image{width:35px;height:35px;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}.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:flex;align-items:center}@media (max-width: 767px){.subheading{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;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){.heading-wrap .main-title{margin-left:18px}}@media (min-width: 768px){.title{font-size:48px;line-height:55px}}.review-intro{padding:35px 0 25px;color:#fff;background:#4A17B6 url(/build/assets/footer-bg-1.webp) 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;box-shadow:0 4px 4px #00000040;transform:translateY(-50%)}@media (max-width: 1199px){.review-intro .main-btn{min-width:190px}}@media (max-width: 991px){.review-intro .main-btn{position:static;transform:translate(0)}}@media (max-width: 767px){.review-intro .main-btn{order:7;min-width:310px;height:45px}}.review-intro .main-btn:hover{background:#dada38}.review-intro .wrapper{padding-top:0}.review-intro .rating{width:139px;height:26px;filter:drop-shadow(0px 4px 4px rgba(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:flex;flex-direction:column;justify-content:center;align-items:center;padding-left:0;text-align:center}}.review-intro__image{position:absolute;top:50%;left:0;width:auto;height:auto;max-width:330px;max-height:225px;border-radius:8px;transform:translateY(-50%)}@media (max-width: 1199px){.review-intro__image{max-width:290px}}@media (max-width: 767px){.review-intro__image{order:4;position:static;max-width:330px;margin-bottom:20px;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{order:1}}.review-intro__available{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:10px}@media (max-width: 767px){.review-intro__available{width:100%;order:3;justify-content:center}}@media (max-width: 767px){.review-intro__available span{justify-content:center}}.review-intro__available img{max-width:40px;max-height:20px;width:auto;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{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{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:flex;align-items:center;margin-bottom:25px}@media (max-width: 767px){.review-intro__rate{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{filter:grayscale(1)}.payments-list{padding:10px 0;background:#E4E4FF}.payments-list ul{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;list-style:none}.payments-list li{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{justify-content:flex-start;flex-direction:row;padding-top:15px}.breadcrumbs-list{display:flex;align-items:center;justify-content:center;text-transform:capitalize}.breadcrumbs-list__link{text-decoration:none;color:#353941}.breadcrumbs-list__link:hover{text-decoration:underline}.breadcrumbs-list__item{display:flex;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}@media (min-width: 768px){.breadcrumbs-list{justify-content:flex-start}}@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:#fff}.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:flex;align-items:center;background:#E4E4FF}.aside-list{list-style:none;font-weight:400;font-size:18px;line-height:21px;color:#1d2730;padding:6px 0 15px}.aside-list a{display:flex;padding:10px}.aside-list a:hover{background-color:#d6d8db}.aside-title__text{font-weight:700;color:#353941;word-break:break-word}.aside-casinos .rating{width:85px;height:16px}.casinos-list{list-style:none;padding-bottom:8px;border:1px solid #E4E4FF;border-radius:0 0 8px 8px}.casinos-list li{display:flex;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%;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:flex;align-items:center;justify-content:center;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:#fff;margin-left:auto;text-transform:uppercase}@media (min-width: 1050px){.aside-title{padding:10px 10px 10px 50px}}@media (min-width: 1050px){.aside-title__img{position:absolute;left:10px;top:50%;transform:translateY(-50%)}}@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{box-shadow:none;padding:13px 10px 13px 45px}.aside-casinos .aside-title__text{font-size:20px;line-height:23px}}.aside-card{width:100%;background:#2E3841;color:#fff;border-radius:0 0 8px 8px;margin-bottom:59px}.aside-card .rating{width:139px;height:26px}.aside-card p{color:#fff}.aside-card .casino-logo{width:162px;border:none;margin-bottom:14px;margin-right:0}.aside-card__top{width:100%;display:flex;align-items:center;flex-direction:column;padding:20px 10px}.aside-card__center-top{display:flex;flex-direction:column;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:flex;align-items:center}.casino-flag{width:21px;flex-shrink:0;margin-left:5px}.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(2n),.info-table tr:nth-child(2n){background-color:#eef}.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}.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}.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}.casino-table-wrapper{width:100%;margin-bottom:50px}@media (max-width: 767px){.casino-table-wrapper{overflow-x:auto}}@media (min-width: 768px){.about-casino-table tr td:first-child,.info-table tr td:first-child{margin-bottom:0}}.pros-cons{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:50px}.pros-cons__wrapper{width:100%;border-radius:8px}.pros-cons__list{border-radius:8px;margin-bottom:0}.pros__wrapper{margin-bottom:20px}.pros__wrapper .pros-cons__list{background:rgba(42,176,128,.1)}.cons__wrapper .pros-cons__list{background:rgba(202,29,29,.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}.pros__title{background:rgba(42,176,128,.1)}.cons__title{background:rgba(202,29,29,.1)}.pros-cons__list{list-style-type:none;padding:20px}.pros-cons__item{display:flex;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;flex-shrink:0;margin-top:6px;margin-right:20px;opacity:.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")}@media (min-width: 768px){.pros-cons{flex-direction:row}}@media (min-width: 768px){.pros-cons__wrapper{width:48.5%}}@media (min-width: 768px){.pros__wrapper{margin-bottom:0}}@media (min-width: 768px){.pros-cons__title{padding:12px 10px}}.game-type-cards__wrapper{width:100%;display:flex;flex-wrap:wrap;margin:40px 0;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:flex;flex-direction:column;align-items:center;justify-content:flex-end;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(/build/assets/game-card-check.svg);position:absolute;top:10px;left:10px}.game-type-card.absent-game{opacity:.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:flex;align-items: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:flex;flex-wrap:wrap;margin-bottom:40px;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:flex}.game-card__picture img{width:100%;height:100%;border-radius:8px}.game-card__hover{display:flex;justify-content:center;align-items:center;width:100%;height:0;overflow:hidden;transition:height .2s ease;position:absolute;bottom:0;left:0;background-color:#000000b3;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(2n) td,article table:not([class]) tbody tr:nth-child(2n) 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:flex;align-items:center;justify-content:center;position:relative;min-width:130px;height:40px;color:#fff;font-weight:700;line-height:19px;transition:all .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;transition:.15s background;text-transform:uppercase;cursor:pointer;margin:0 auto}article table:not([class]) button:hover{background:rgba(109,43,241,.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:flex;align-items:center;justify-content:center;width:100%;background:#D9FFF5;box-shadow:0 0 80px #0000000d;padding:10px 20px}.welcome-bonus__container{display:flex;align-items:center;justify-content:center;width:100%}.welcome-bonus__logo{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#ffffff;border:1px solid #F1F1F1;padding:3px;border-radius:5px;flex-shrink:0;margin-right:15px}.welcome-bonus__logo img{max-width:100%;max-height:100%;width:auto;height:auto;flex-shrink:0;object-fit:contain}.welcome-bonus__content{display:flex;align-items:center;margin-right:10px}@media (max-width: 767px){.welcome-bonus__content{flex-wrap:wrap}}.welcome-bonus__amount-text{font-weight:800;font-size:20px;line-height:20px;color:#18b18d;margin-right:25px}.welcome-bonus__text{font-weight:500;font-size:16px;line-height:170%;color:#000}.welcome-bonus__btn{min-width:120px}@media (max-width: 767px){.welcome-bonus__btn{margin-top:3px;margin-bottom:3px}}@media (min-width: 768px){.welcome-bonus__logo{margin-right:20px;width:50px;height:50px}}@media (min-width: 768px){.welcome-bonus__content{margin-right:25px}}@media (min-width: 768px){.welcome-bonus__amount-text{font-size:24px;line-height:24px}}@media (min-width: 768px){.welcome-bonus__text{font-size:20px}}.about-bonuses .columns--three{margin-bottom:35px}@media (max-width: 991px){.about-bonuses .columns{display:block}}.about-bonuses__item{display:flex;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}.about-bonuses__item .casino-logo img{width:auto;height:auto;border-radius:6px;object-fit:cover}.about-bonuses__info-wrap{width:100%;margin:15px 0 0}@media (max-width: 991px){.about-bonuses__info-wrap{flex-direction:column;margin:15px 0 0}}.about-bonuses__info-column{width:100%;display:flex;font-weight:400;font-size:16px;line-height:19px;color:#fff;margin-bottom:15px}.about-bonuses__info-column span{text-transform:capitalize}.about-bonuses__info-column div{display:flex;align-items:flex-start;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:flex;flex-direction:column;align-items:center;margin-top:auto}.about-bonuses__links .green-main-btn{width:100%;max-width:306px;margin-bottom:0}.about-bonuses__bottom{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:flex;flex-wrap:wrap;justify-content:center;align-items:center;width:100%}.about-bonuses__payment-methods li{margin:4px 8px}.about-bonuses__payment-methods img{max-height:30px}@media (min-width: 992px) and (max-width: 1199px){.about-bonuses .columns--three{grid-column-gap:10px}}@media (min-width: 992px){.about-bonuses__item .casino-logo{max-width:290px;max-height:150px;border:none}}@media (min-width: 992px){.about-bonuses__info-column{word-break:break-word}}@media (min-width: 992px){.about-bonuses__links .green-main-btn{width:calc(100% - 5px)}}.casino-popup .bonus-card--top .bonus-card__bonus-title:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxOSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMi43ODIgNC4xMjdjLS4wOTctLjU1Mi0uMjYzLTEuMDcyLS4yNzctMS41OTItLjA0MS0xLjE3LjY1LTIuMTQ2IDEuNjYxLTIuNDcuODMxLS4yNiAxLjg3LjI0MyAyLjMyNiAxLjE1My4yMjEuNDM5LjM4OC45MjcuNTk1IDEuMzgyLjA4My4xNzguMTUzLjMyNS4zODguMzA4LjI0OS0uMDE2LjM4Ny0uMDY1LjUxMi0uMzQuMjYzLS42MDIuNTEyLTEuMjUyLjg3Mi0xLjc3Mi41NTQtLjc5NyAxLjUwOS0uOTc1IDIuNDA5LS41Ny43MzMuMzQyIDEuMzE1IDEuMjg1IDEuMjczIDIuMjYtLjAxNC41MzYtLjE2NiAxLjA3Mi0uMjQ5IDEuNjQxLjA3IDAgLjE5NC4wMzMuMzA1LjAzMy40NDMgMCAuODcyLS4wMTYgMS4zMTUuMDE2LjY5Mi4wMzMgMS4wNTIuNTIgMS4wNTIgMS4zMzMgMCAuNDM4LjA1NS44NzcuMDU1IDEuMzMydjEwLjMzNmMwIC45NDMtLjQ3IDEuNDgtMS4yNzQgMS40OEgxLjMzYy0uODQ1IDAtMS4zMTUtLjU3LTEuMzE1LTEuNTc3VjUuNzUyYzAtMS4wMjMuNDQzLTEuNTQzIDEuMzE1LTEuNTZoMS4xMzVjLjExLS4wMzIuMjM1LS4wNDguMzE4LS4wNjVaTS44NDQgMTQuMzk4Yy4yMzYtLjE2Mi4zODgtLjI3Ni41NC0uMzkuNDU3LS4zNC45LS42OTggMS4zNTctMS4wNC4yMzUtLjE3OC40Ny0uMjI3LjY2NC4wODIuMTM5LjIyNy4wNTUuNTItLjIyMS43NDctLjQ1Ny4zNTgtLjkuNjk5LTEuMzU3IDEuMDQtLjk5Ny43MTUtLjk5Ny42OTktLjk4MyAyLjA4IDAgLjYxOC4wODMuNzE1LjYzNy43MTVoMy45NzNjLjQ4NCAwIC40ODQgMCAuNDg0LS41NTJWNi44MDljMC0uMjc2LjEzOS0uNDcxLjM2LS40MzkuMTY2LjAzMy4zMzIuMTk1LjQzLjM1OC4wNjkuMTEzLjA0LjMwOC4wNC40N3Y5LjczNmMwIC42OTggMCAuNjk4LjYxLjY5OC4xNjYgMCAuMzQ2LS4wMTYuNTEyIDAgLjMxOC4wMzMuNDE1LS4xMTMuNDE1LS40ODctLjAxMy0xLjgyIDAtMy42MjQgMC01LjQ0NCAwLS41MzcuMTExLS43MzIuNDE2LS43MzIuMjkgMCAuNDE1LjIyOC40MTUuNzMydjUuNDc2YzAgLjI2LjAxNC40NC4zMDQuNDQgMS40MTItLjAxNyAyLjgzOCAwIDQuMjUgMCAuMzg4IDAgLjQ4NS0uMTE0LjQ4NS0uNTg2di0yLjUxOWMwLS4wODEtLjAyOC0uMTc5LS4wNDItLjMwOS0uMjA3LjE0Ny0uMzc0LjI3Ny0uNTU0LjQwNy0uNDI5LjMyNS0uODU4LjY5OS0xLjMuOTkxLS4xNjcuMDk3LS40MTYuMDY1LS42MSAwLS4wNy0uMDMzLS4wOTctLjM0MS0uMDgzLS41MDQuMDE0LS4xMTQuMTUyLS4yMjcuMjUtLjMwOWwyLjA3Ni0xLjYwOGMuMDk2LS4wNjYuMjIxLS4xOC4yMjEtLjI3Ny4wMjgtLjUwNC4wMTQtMS4wMDcuMDE0LTEuNjA5LS4xNTIuMDk4LS4yNS4xNDctLjMzMi4yMTItLjUyNi40MDYtMS4wNjYuODEyLTEuNTkyIDEuMjAyLS4yMjIuMTYzLS40NDMuMTk1LS42MS0uMDgxLS4xOC0uMjkzLS4wODItLjUzNi4xNTMtLjcxNS41MTItLjM5Ljk5Ny0uODQ1IDEuNTM3LTEuMTcuNzItLjQyMyAxLjAzOC0xLjA0LjkxMy0xLjk4My0uMDE0LS4xNDYtLjA0MS0uMjkyLS4wNTUtLjQ4OC0uMTEuMDY1LS4xNTIuMDgyLS4yMDguMTMtLjU1My40NTYtMS4xMDcuOTEtMS42NzUgMS4zNS0uMzA0LjIyNy0uNTY3LjE3OC0uNzA2LS4wODItLjEzOC0uMjYtLjA0MS0uNTM2LjI2My0uNzY0LjcwNi0uNTM2IDEuNDI2LTEuMDcyIDIuMTMyLTEuNjI1LjA5Ny0uMDgxLjIwOC0uMjQ0LjIyMS0uMzc0YTkuNDIgOS40MiAwIDAgMC0uMDEzLTEuMjUxYy0uMDI4LS4zOS0uMTk0LS41MzYtLjU1NC0uNTM2LTEuNDgxLjAxNi0yLjk0OSAwLTQuNDMgMGgtNy44MmMtLjUxMyAwLS41NjguMDY1LS41NjguNjgydjIuNzYzbDEuODY4LTEuNDNjLjIzNi0uMTc5LjQ3MS0uMjc2LjY3OS4wMTYuMTY2LjIyOC4wODMuNTUzLS4yMDguNzgtLjU1NC40MzktMS4xMjEuODQ1LTEuNjc1IDEuMjg0LS4yMzUuMTc5LS41NjcuMzktLjYyMy42NS0uMDk3LjQ3MS0uMDI3IDEuMDA4LS4wMjcgMS42MS4zMDQtLjIyOC41MjYtLjQwNy43Ni0uNTcuNDAyLS4yOTIuNzktLjYwMSAxLjE5MS0uODk0LjIzNi0uMTc4LjQ0My0uMTYyLjU5Ni4xMTQuMTUyLjI2LjA4My40ODgtLjEyNS42NjZsLS4zNzQuMjkzYy0uNjIzLjQ4OC0xLjI0Ni45NTktMS44NjkgMS40NDYtLjA4My4wNjUtLjE4LjE5Ni0uMTguMzEuMDI4LjQ4Ny4wMjguOTc0LjAyOCAxLjU2Wk05LjYyIDQuMTZ2LjAzMmMuMzQ3LS4wMzIuNjkzLS4wNDggMS4wMjUtLjA5Ny42NjQtLjA5OCAxLjA1Mi0uODYyIDEuMDgtMS4zODIuMDQxLS42NjYtLjI5MS0xLjM0OS0uNzktMS41Ni0uNjA5LS4zMDktMS4yNDUtLjE2Mi0xLjU3OC40NzItLjMxOC41NjgtLjU2NyAxLjIwMi0uNzg5IDEuODM2LS4xNTIuMzkuMDcuNjk5LjQ0My43MTUuMTk0LS4wMTYuNDAyLS4wMTYuNjEtLjAxNlptLTQuMjA4LjAxNlY0LjE2aC42MjNjLjQwMiAwIC42MS0uMzA5LjQ0My0uNzMyYTE2LjE2IDE2LjE2IDAgMCAwLS44MDMtMS44MzZjLS4yNzctLjUzNi0uOTEzLS43MTUtMS40NC0uNTItLjUyNS4xOTUtLjg3MS43OC0uOTI3IDEuNDE0LS4wNTUuNzY0LjUxMiAxLjU2IDEuMTM1IDEuNjI1LjMxOS4wMTYuNjM3LjA0OS45Ny4wNjVaIi8+PHBhdGggZD0iTTguMzA2IDcuNzg2VjYuODFjMC0uMjkzLjE1Mi0uNDU2LjQwMS0uNDU2LjI1IDAgLjQxNS4xNDcuNDE1LjQ0LjAxNC42ODIuMDE0IDEuMzggMCAyLjA2MyAwIC4yOTMtLjIwNy40MjMtLjQyOS40MDctLjIyMSAwLS4zODctLjEzLS4zODctLjQyM1Y3Ljc4NloiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDE1LjAxOXYxOC42NDFIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=)}@media screen and (min-width: 801px){.casino-popup .bonus-card:nth-child(1){order:2}}@media screen and (min-width: 801px){.casino-popup .bonus-card:nth-child(2){order:1}}@media screen and (min-width: 801px){.casino-popup .bonus-card:nth-child(3){order:3}}.bonus-cards__wrapper{width:100%;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:space-around;align-items:center;margin-bottom:20px}.bonus-card{display:flex;flex-direction:column;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 .rating{margin-bottom:15px;width:128px;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:flex;justify-content:center;align-items:center;height:140px;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;flex-shrink:0;border-radius:8px}.bonus-card__center{display:flex;flex-direction:column;justify-content:flex-end;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:flex;flex-direction:column;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}@media (min-width: 768px){.bonus-cards__wrapper{width:calc(100% + 20px);flex-direction:row;align-items:stretch;margin:0 -10px 40px}}@media (min-width: 992px){.bonus-cards__wrapper{width:calc(100% + 40px);margin:0 -20px 40px}}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(/build/assets/footer-bg-1.webp) 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}.footer-navigation{position:relative;margin:30px auto;list-style:none;display:grid;grid-template-columns:1fr 1fr;justify-items:center;justify-content:center;width:100%;color:#fff;text-transform:uppercase;font-weight:900;font-size:14px;line-height:16px;letter-spacing:.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;box-shadow:0 4px 4px #00000040;transform:translate(-50%)}.footer-navigation .nav-list__icon{display:none}.footer-navigation ul{position:relative;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:flex;flex-direction:column;align-items:flex-start;text-align:center;margin:0 25px}}.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:#fff;text-decoration:none}.footer-navigation li a:hover{color:#bbb}.footer-items-row{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}@media (max-width: 767px){.footer-items-row{flex-direction:column;align-items:flex-start}}.footer-items__img{display:flex;align-items:center;flex-shrink:0}@media (max-width: 767px){.footer-items__img{flex-wrap:wrap;justify-content:center;margin:20px auto;order:2}}.footer-items__img a{flex-shrink:0}.footer-items__img a:nth-of-type(n+2){margin-left:5px}.footer-items__img .trustpilot-widget{margin-left:5px}.footer-items__img img{width:auto;height:auto;border-radius:8px;max-width:100px;max-height:45px}.footer-items__img img[src$=svg]{min-width:100px}.footer-items__age{display:inline-flex;justify-content:center;align-items:center;margin-right:30px;color:#6d2bf1;font-weight:900;font-size:20px;border-radius:50%;background:#ffffff;width:44px;height:44px;flex-shrink:0}.footer-items__center{margin:0;padding:0 5px;font-weight:400;font-size:18px;line-height:16px;color:#fff}@media (max-width: 767px){.footer-items__center{order:1;margin:30px auto 0}}@media (max-width: 767px){.footer-items__help{margin:0 auto;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:#fff;display:flex;align-items:center;text-decoration:none}.footer-items__tel img{width:20px;height:20px;margin-right:10px}@media (max-width: 767px){.footer-items__app-link{order:4;margin:20px auto 0}}.footer-disclaimer{margin-bottom:10px;font-size:12px}.footer-disclaimer,.footer-bottom{font-weight:400;letter-spacing:.04em;color:#eef}.footer-bottom{display:flex;align-items:center;justify-content:center;list-style:none;line-height:14px;width:100%}@media (max-width: 767px){.footer-bottom{flex-wrap:wrap;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}@media (min-width: 768px){footer .title{font-size:24px;line-height:32px;text-align:center;margin-bottom:40px}}@media (min-width: 768px){.footer-navigation{display:flex;align-items:center}}@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}}@media (min-width: 768px){.footer-disclaimer{margin-bottom:15px}}.cookie-popup{position:fixed;bottom:20px;right:20px;display:flex;align-items:center;width:100%;max-width:590px;padding:22px 39px 22px 24px;border-radius:16px;background:#F7F7F7;box-shadow:0 0 80px #0000000d;z-index:100}.cookie-popup.hidden-cookie{display:none}.cookie-popup .lazy-image{margin-right:25px;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:flex;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{transform:rotate(45deg)}.cookie-popup .close-cookie:after{transform:rotate(-45deg)}@media (max-width: 767px){.cookie-popup{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:flex;justify-content:center;margin-top:16px;column-gap:20px;margin-bottom:0;flex-direction:row-reverse}.cookie-popup .info-btn{min-width:136px;margin-top:0;margin-right:auto}.cookie-popup .cookie-agree{min-width:136px}.cookie-popup.mobile{bottom:10px;right:10px;max-width:unset;width:calc(100% - 20px);padding:10px 20px 10px 15px;border-radius:8px;border:1px solid rgba(109,43,241,.5)}.cookie-popup.mobile .cookie-title{display:none}.cookie-popup.mobile .cookie-center{padding-left:35px}.cookie-popup.mobile .cookie-text{font-size:14px}.cookie-popup.mobile .cookie-text .info-btn{display:inline;font-weight:700;color:#333;text-transform:capitalize}.cookie-popup.mobile .close-cookie{top:5px;right:5px}.cookie-popup.mobile .cookie-btns{margin-top:10px}.cookie-popup.mobile .cookie-agree{height:32px;font-size:12px;min-width:115px}.cookie-popup.mobile .lazy-image{width:32px;height:32px;left:10px;top:15px}}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:none;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.overlay--new{background:rgba(13,11,106,.4);-webkit-backdrop-filter:none;backdrop-filter:none}.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;box-shadow:2px 5px 25px #000c;transform:translate(-50%);overflow:hidden}.popup-confirmation__wrapper{padding:20px 20px 15px}.popup-confirmation__head{display:flex;align-items:center;margin-bottom:15px;padding-right:5px}.popup-confirmation__label{display:flex;justify-content:center;align-items:center;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}.popup-confirmation__title{color:#000;font-size:22px}.popup-confirmation__text{margin-bottom:20px;color:#000;font-size:16px}.popup-confirmation__btns{display:flex;justify-content:space-between}@media screen and (max-width: 991px){.popup-confirmation__btns .main-btn{min-width:140px}}.popup-confirmation__btns .main-btn:last-child{border:none}.popup-confirmation__hint{background:#E4E4FF;transition:.15s background}.popup-confirmation__hint p{display:none;padding:8px 20px;color:#ca1d1d;font-size:16px;font-weight:700}.popup-confirmation__hint--active{background:#FFE5E5}@media screen and (min-width: 992px){.popup-confirmation{top:30%;width:100%;max-width:725px}}@media screen and (min-width: 992px){.popup-confirmation__wrapper{display:flex;justify-content:space-between;align-items:flex-end;min-height:80px;padding:30px 15px 20px 140px}}@media screen and (min-width: 992px){.popup-confirmation__label{position:absolute;top:55px;left:30px}}@media screen and (min-width: 992px){.popup-confirmation__text{margin-bottom:0}}@media screen and (min-width: 992px){.popup-confirmation__btns{flex-wrap:wrap;margin-left:25px}}@media screen and (min-width: 992px){.popup-confirmation__btns .main-btn:first-child{order:2;margin-top:10px}}@media screen and (min-width: 992px){.popup-confirmation__btns .main-btn:last-child{order:1}}@media screen and (min-width: 992px){.popup-confirmation__hint{min-height:40px;padding:8px 20px}}@media screen and (min-width: 992px){.popup-confirmation__hint p{padding:0}}#email-collector{align-items:center;justify-content:center;padding:15px}.ec-modal{position:relative;display:flex;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:flex;align-items: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;transform:rotate(45deg)}.ec-modal .ec-modal__close:after{transform:rotate(-45deg)}@media (max-width: 767px){.ec-modal{flex-direction:column-reverse}}.ec-modal .ec-modal__img{flex-shrink:0;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:.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: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:flex}.ec-modal .ec-modal__input{width:100%;height:44px;padding:20px;border:none;outline:none;border-radius:10px;font-size:14px;letter-spacing:.07px;background:#FEF4D8}.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;transition:background .2s ease,color .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:flex;align-items:center;font-size:14px;color:#727070;cursor:pointer}@media (max-width: 767px){.ec-modal .ec-modal__checkbox-wrapper label{justify-content:center}}.ec-modal .ec-modal__checkbox-wrapper .ec-modal__checkbox-check{display:flex;align-items: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;box-shadow:0 1px 2px #0000000d,inset 0 -15px 10px -12px #0000000d;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;transform:translatey(-1px) rotate(45deg)}#new-email-collector{align-items:center;padding:15px;justify-content:center}@media screen and (max-width: 991px){#new-email-collector{align-items:flex-start;overflow-y:auto}}.new-ec-modal{position:relative;display:flex;align-items:center;width:100%;max-width:1020px;padding:50px 70px 30px 50px;border-radius:12px;background:linear-gradient(91deg,#30084F 12.52%,#191774 88.9%)}@media screen and (max-width: 991px){.new-ec-modal{padding:35px 45px 35px 35px}}@media screen and (max-width: 767px){.new-ec-modal{flex-direction:column;padding:25px 20px}}.new-ec-modal:before{z-index:-1;content:"";position:absolute;top:-13px;right:-13px;bottom:-13px;left:-13px;background:#ffffff;border-radius:13px}@media screen and (max-width: 767px){.new-ec-modal:before{top:-8px;right:-8px;bottom:-8px;left:-8px}}.new-ec-modal__close{position:absolute;top:13px;right:13px;display:flex;align-items:center;justify-content:center;width:18px;height:18px;cursor:pointer}@media screen and (max-width: 767px){.new-ec-modal__close{right:10px}}.new-ec-modal__close:before,.new-ec-modal__close:after{content:"";position:absolute;width:100%;height:2px;background:rgba(229,241,252,.5);border-radius:5px;transform:rotate(45deg)}.new-ec-modal__close:after{transform:rotate(-45deg)}.new-ec-modal__img{flex-shrink:0;display:flex;margin-right:65px}@media screen and (max-width: 991px){.new-ec-modal__img{margin-right:35px}}@media screen and (max-width: 767px){.new-ec-modal__img{margin:0 0 15px}}.new-ec-modal__success{display:none}.new-ec-modal__title{margin-bottom:20px;font-size:36px;font-weight:700;color:#fff}@media screen and (max-width: 767px){.new-ec-modal__title{margin-bottom:8px;font-size:28px;text-align:center}}.new-ec-modal__text{max-width:530px;margin-bottom:15px;font-weight:500;font-size:20px;line-height:150%;letter-spacing:.72px;color:#fff;text-align:left}@media screen and (max-width: 767px){.new-ec-modal__text{margin-bottom:20px;font-size:16px;text-align:center;font-weight:400}}.new-ec-modal__switcher-text{margin-bottom:8px;color:#237bffe6;font-size:14px;font-weight:700;text-decoration-line:underline;background:none;padding:0;border:none;cursor:pointer}@media screen and (max-width: 767px){.new-ec-modal__switcher-text{margin-bottom:10px}}.new-ec-modal__switcher-text:hover{text-decoration:none}.new-ec-modal__input-wrapper{position:relative;display:flex;width:100%;margin-bottom:15px}@media screen and (max-width: 767px){.new-ec-modal__input-wrapper.error{margin-bottom:20px}}.new-ec-modal__input-wrapper.error .new-ec-modal__input{outline:1px solid #B00020}.new-ec-modal__input-wrapper.error .error-text{display:flex}.new-ec-modal__input{width:100%;height:44px;padding:20px;border:none;outline:none;border-radius:8px;font-size:14px;letter-spacing:.07px;background:#ffffff;color:#2e2a31}.new-ec-modal__input::placeholder{color:#2e2a31}.new-ec-modal .error-text{display:none;position:absolute;bottom:-17px;left:5px;font-size:12px;color:#b00020}.new-ec-modal__agreements{margin-bottom:25px;color:#76727d;font-size:10px;font-style:italic;line-height:1.5;text-align:left}@media screen and (max-width: 767px){.new-ec-modal__agreements{margin-bottom:15px}}.new-ec-modal__agreements a{color:#237bff}.new-ec-modal__btn{width:100%;height:46px;border:none;outline:none;border-radius:50px;font-size:14px;font-weight:700;text-transform:uppercase;background:#A512FF;color:#fff;cursor:pointer;transition:background .2s ease,color .2s ease}.new-ec-modal__btn:hover{background:#6D2BF1;color:#fff}.new-ec-modal--success{padding-top:12px;padding-bottom:25px;padding-left:25px}.new-ec-modal--success .new-ec-modal__img{margin-right:100px}@media screen and (max-width: 767px){.new-ec-modal--success .new-ec-modal__img{margin-right:0}}.new-ec-modal--success .new-ec-modal__img img{max-width:120px;height:auto}.new-ec-modal--success .new-ec-modal__success{display:block;margin:0}.new-ec-modal--success .new-ec-modal__right{display:none}.social-links{display:flex;justify-content:center;align-items:center;list-style:none;margin:5px 0 20px}.social-links li{margin:0 20px}.social-links li:first-child{margin-left:0}.social-links li:last-child{margin-right:0}.social-links a:hover svg{opacity:.8}.social-links svg{width:20px;transform:.2 opacity}.popup-open{overflow:hidden}.popup-wrapper{position:fixed;top:0;left:0;display:flex;align-items:flex-start;justify-content:center;width:100%;height:100%;padding-top:50px;z-index:9999;background:rgba(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%}}.casino-popup .bonus-card .rating{width:122px;height:23px}.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:#fff}@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:flex;align-items: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:#fff}.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:#fff}.casino-popup .bonus-card__logo img{max-width:100%;max-height:100%;width:auto;height:auto}.casino-popup .bonus-card .rating{margin:0 0 15px}@media screen and (max-width: 800px){.casino-popup .bonus-card .rating{margin-bottom:10px}}@media screen and (min-width: 801px){.casino-popup .bonus-card .rating{margin-left:auto;margin-right:auto}}.casino-popup__close{position:absolute;top:20px;right:20px;width:22px;height:22px;display:flex;align-items:center;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:flex;justify-content:space-around}@media screen and (max-width: 800px){.casino-popup__inner{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 .rating{width:80px;height:15px}.casino-popup .bonus-card__bonus-info{display:flex;flex-direction:row;margin-bottom:0}}
