*,::after,::before{box-sizing:border-box}ol[class],ul[class]{padding:0}blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,li,p{margin:0}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5}ol[class],ul[class]{list-style:none}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img{max-width:100%;display:block}article>*+*,section>*+*{margin-top:1em}button,input,select,textarea{font:inherit}@media (prefers-reduced-motion:reduce){*{-webkit-animation-duration:0s!important;animation-duration:0s!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}html{font-size:10.5px}body{font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif}.is-locked{overflow:hidden}.o-container{max-width:1400px;width:100%;padding:0 20px;margin:0 auto}.o-title-decor{position:relative;padding-bottom:5px;margin-bottom:15px}.o-title-decor::before{content:"";position:absolute;background-image:linear-gradient(to right,#f32052,#7537ba);width:100%;height:1px;left:0;bottom:0}.o-btn{display:inline-block;font-size:1.4rem;color:#fff;font-weight:700;text-decoration:none;border-radius:25px;padding:5px 10px;margin-top:5px;cursor:pointer;text-align:center;transition:color .2s linear,background-color .2s linear}.o-btn--coral{background-image:linear-gradient(229.4deg,#ff6522 38.65%,#f32052 93.1%)}.o-btn--coral:hover{background-image:linear-gradient(229.4deg,#f32052 38.65%,#ff6522 93.1%)}.o-table-wrap{overflow-x:auto}.o-pretty-list[class]{padding-left:20px;margin-top:0;margin-bottom:10px}.o-pretty-list>li{position:relative;margin-bottom:5px}.o-pretty-list>li:last-child{margin-bottom:0}.o-pretty-list>li::before{content:'';position:absolute;background-image:url(../img/icons/verification-mark.svg);background-repeat:no-repeat;background-position:center;background-size:contain;width:10px;height:10px;top:8px;left:-20px}.o-text-align{text-align:center}.c-header__nav{max-width:380px;width:80%;background-image:linear-gradient(130deg,#3023ab,#c86dd8);padding:50px 20px 10px;overflow-y:scroll}.c-header__nav__item{margin-bottom:10px}.c-header__nav__item:last-child{margin-bottom:0}.c-header__nav__link{color:#fff;font-weight:600;text-decoration:none;font-size:1.6rem;display:inline-block;line-height:1.8;margin-right:35px}@media (min-width:1200px){.c-header__nav{background-image:none;padding:revert;max-width:100%;width:100%;overflow:visible}.c-header__nav__list{display:flex}.c-header__nav__item{margin-bottom:0;margin-right:15px}.c-header__nav__item:last-child{margin-right:0}.c-header__nav__link{display:block;padding:2.5px 20px;border:1px solid #ddd;border-radius:20px;color:#ddd;margin-right:0;transition:all ease .3s}.c-header__nav__link:hover{color:#fff;border-color:#fff}}.c-header{position:fixed;top:0;left:0;height:70px;width:100%;background:linear-gradient(to left,#300f55 0,#4c1f7d 100%);z-index:3}.c-header__container{display:flex;justify-content:space-between;padding:10px 20px;align-items:center}.c-header__logo{color:#fff;text-transform:uppercase;text-decoration:none;font-size:1.6em;font-weight:700}.c-header__nav-btn{background-color:#fff;width:30px;height:20px;border-top:8.5px solid transparent;border-bottom:8.5px solid transparent;background-clip:content-box;position:relative;cursor:pointer;transition:all ease .5s;z-index:2}.c-header__nav-btn::after,.c-header__nav-btn::before{content:"";position:absolute;background-color:#fff;width:100%;height:3px;transition:all ease .5s;left:0}.c-header__nav-btn::before{top:-8.5px}.c-header__nav-btn::after{bottom:-8.5px}.c-header__nav-btn.is-active{background-color:transparent}.c-header__nav-btn.is-active::before{top:50%;transform:rotate(135deg)}.c-header__nav-btn.is-active::after{top:50%;transform:rotate(-135deg)}.c-header__nav{position:absolute;left:0;top:0;height:100vh;transform:translateX(-100%);transition:all ease .3s}.c-header__nav.is-nav-active{transform:translateX(0)}.c-header__overlay{display:none}.c-header__overlay.is-active{position:absolute;height:100vh;width:100%;top:0;left:0;background-color:rgba(0,0,0,.5);display:block;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}@media (min-width:1200px){.c-header{height:-webkit-max-content;height:-moz-max-content;height:max-content}.c-header__nav-btn{display:none}.c-header__nav{position:static;transform:translateX(0);height:auto}}.c-header__nav__link-wrapper{position:relative;transition:all ease .4s}.c-header__nav__drop-btn{width:25px;height:25px;position:absolute;right:0;top:0;cursor:pointer}.c-header__nav__drop-btn.is-active::before{transform:rotate(90deg)}.c-header__nav__drop-btn::before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background-image:url(../img/chevron.svg);background-size:contain;background-position:center;background-repeat:no-repeat}.c-header__nav__drop-menu{display:none}.c-header__nav__drop-menu.is-active{display:block}ul.c-header__nav__drop-list{background-image:linear-gradient(to left,#300f55 0,#4c1f7d 100%);padding:10px;height:-webkit-max-content;height:-moz-max-content;height:max-content}ul.c-header__nav__drop-list[class]{max-height:calc(90vh - 30px);overflow-y:auto}ul.c-header__nav__drop-list[class].is-active{max-height:none;overflow:visible}.c-header__nav__drop-list::-webkit-scrollbar-track{background-color:#e4e4e4;border-radius:100px}.c-header__nav__drop-list::-webkit-scrollbar-thumb{background-color:#57258a;background-image:linear-gradient(to left,#300f54 0,#4c1f7e 100%);border-radius:100px}.c-header__nav__drop-list::-webkit-scrollbar{width:16px}.c-header__nav__drop-item{margin-bottom:10px;padding:5px;border-bottom:1px solid #fff}.c-header__nav__drop-link{font-size:1.6rem;color:#eee;text-decoration:none;font-weight:500;margin-right:35px;display:inline-block;line-height:1.8}.c-header__nav__drop-link:hover{color:#fff}@media (min-width:1200px){.c-header__nav__item{position:relative}.c-header__nav__drop-btn{display:none}.c-header__nav__drop-menu{display:block;position:absolute;bottom:0;right:0;transform:translateY(100%);overflow:visible;min-width:250px;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:auto;padding-top:10px;opacity:0;visibility:hidden}.c-header__nav__item:hover .c-header__nav__drop-menu{opacity:1;visibility:visible}.c-header__nav__drop-list{border-radius:10px}.c-header__nav__drop-link{display:block}}@media (min-width:1200px){.c-header__nav__drop-item{position:relative}.c-header__nav__item:hover .c-header__nav__drop-item .c-header__nav__drop-menu{visibility:hidden;opacity:0}.c-header__nav__drop-item .c-header__nav__drop-menu{visibility:hidden;opacity:0;left:0;top:-10px;transform:translateX(-100%);padding-right:15px;height:-webkit-max-content;height:-moz-max-content;height:max-content}.c-header__nav__item:hover .c-header__nav__drop-item:hover .c-header__nav__drop-menu{visibility:visible;opacity:1}.c-header__nav__drop-item .c-header__nav__drop-menu--child{height:0;overflow:hidden;padding-top:0}.c-header__nav__drop-item .c-header__nav__drop-menu--child.is-active{height:auto;height:35vh;overflow:hidden}.c-header__nav__drop-list[class] .c-header__nav__drop-menu--child .c-header__nav__drop-list{overflow-y:auto;height:auto;max-height:24vh;scrollbar-color:#57258a #e4e4e4;scrollbar-width:thin}.c-header__nav__item:hover .c-header__nav__drop-item:hover .c-header__nav__drop-menu--child{height:auto;height:35vh;overflow:hidden}}.c-main__content{padding-top:20px;padding-bottom:20px;font-size:1.6rem}.c-main__content p:not([class]){margin-bottom:10px}.c-main__content h1{font-size:2.4rem}.c-main__content h2,.c-main__content h3,.c-main__content h4{font-size:1.8rem;text-transform:capitalize}.c-main__content h3{margin-top:10px}.c-main__content ol li,.c-main__content ul li{font-size:1.6rem}.c-main__content ol:not([class]),.c-main__content ul:not([class]){padding-left:15px;margin-bottom:10px}@media (min-height:900px){.c-header__nav__drop-list[class] .c-header__nav__drop-menu--child .c-header__nav__drop-list{max-height:35vh}}@media (min-width:767px){.c-main__content ol:not([class]),.c-main__content ul:not([class]){padding-left:40px}}.c-main__content ul:not([class]){list-style:none}.c-main__content ul:not([class])>li{position:relative}.c-main__content ul:not([class])>li::before{content:'';position:absolute;width:6px;height:6px;border-radius:50%;background-color:#000;top:15px;left:-15px}.c-main__content ol:not([class])>li,.c-main__content ul:not([class])>li{padding:4px 0 0 5px}.c-main__content a:not([class]){text-decoration:none}.c-main__content a:not([class]):hover{text-decoration:underline}.c-main__content table:not([class]){border-collapse:collapse;color:#000;min-width:500px;margin:0 auto}.c-main__content table:not([class]) td,.c-main__content table:not([class]) th{padding:10px;border:1px solid #000;min-width:120px;text-align:center}.c-main__inner{margin-top:15px;display:flex;flex-direction:column}.c-main__inner--mod{margin-top:0}.c-table-of-content[class]{padding:0px 10px 10px 40px;list-style-type:decimal; margin-top: 0;}.c-table-of-content--decimal[class]{padding-left:40px;list-style-type:circle}.c-table-of-content--decimal li+li,.c-table-of-content>li+li{margin-top:5px}.c-table-of-content a,.c-table-of-content--decimal a{color:#005fb9}@media (min-width:1200px){.c-main__inner{flex-direction:row;justify-content:space-between;flex-wrap: wrap;}.c-main__content-left{flex-basis:70%;width:70%}}.c-main-block{padding-top:70px;background-image:linear-gradient(to left,#300f55 0,#4c1f7d 100%);overflow:hidden;}.c-main-block__container{position:relative}.c-main-block__txt{margin:0 auto;padding:20px 30px;display:flex;flex-direction:column;align-items:center;color:#fff;position:relative;z-index:1}.c-main-block__title{font-size:1.8rem;font-weight:700;text-align:center;margin-bottom:5px;}.c-main-block__desc{text-align:center;font-size:1.6em;font-weight:300}.c-main-block__component{width:400px;height:400px;position:absolute}.c-main-block__component_left{bottom:0;left:-80px;transform:rotate(0) translateY(20%)}.c-main-block__component_right{top:0;right:-80px;transform:rotate(180deg) translateY(20%)}.c-main-block__component-item{width:100%;height:100%;background-image:url(../img/blue-component.svg);background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute}.c-main-block__component-item-1{top:0;left:0;opacity:.2}.c-main-block__component-item-2{top:0;left:-20px;opacity:.2}.c-main-block__component-item-3{top:0;left:-40px}@media (min-width:555px){.c-main-block__txt{max-width:100%;padding:80px 20px;max-height:100%!important;mask-image:none!important}.c-main-block__title{font-size:2.8rem;margin-bottom:10px;}.c-top-casino__logo{max-height:150px!important;}.c-top-casino__item-bonus{font-size:2.2rem;}}@media (min-width:768px){.c-main-block__title{font-size:4.2rem}.c-main-block__desc{max-width:700px;margin:0 auto}}.c-casino-top{position:relative;padding-bottom:15px}.c-casino-top__foundation{display:flex;justify-content:center}.c-casino-top__more-btn-wrapper{position:absolute;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content;bottom:0;left:50%;transform:translate(-50%,0);z-index:2}.c-casino-top__more-btn{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:5px 30px;font-size:1.6rem;color:#fff;font-weight:700;background-color:#57258b;cursor:pointer;border-radius:10px;transition:all ease .3s}.c-casino-top__wrapper{max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content;height:100%}.c-casino-top__container{overflow-y:hidden;transition:all ease .5s;will-change:max-height}.c-casino-top{margin-bottom:20px}.c-casino-top__container{width:100%}.c-casino-top .c-casino-top__title{font-size:2rem}.c-casino-top__table{width:auto;margin:0 0 0 20px;border:2px solid #502184}.c-casino-top__heading{background-color:#502182;display:flex;width:100%;justify-content:space-between}.c-casino-top__head{padding:10px;color:#fff;text-align:center;font-size:1.6rem;flex-shrink:0;width:25%;white-space:nowrap}.c-casino-top__top-3{background:linear-gradient(to right,#502182 5%,#2b0c4c 65%);border-bottom:2px solid #fff;padding:5px 0;display:flex;width:100%;justify-content:space-between}.c-casino-top__common-top{border-bottom:2px solid #502182;padding:5px 0;display:flex;width:100%;justify-content:space-between}.c-casino-top__common-top:last-child{border-bottom:none}.c-casino-top__bonus,.c-casino-top__bonus-link,.c-casino-top__casino-logo,.c-casino-top__info{padding:10px;flex-shrink:0;width:-webkit-max-content;width:-moz-max-content;width:max-content;flex-basis:25%;display:flex;flex-direction:column;justify-content:center;align-items:center}.c-casino-top__casino-logo{padding:0;display:block}.c-casino-top__logo-link{display:block;width:243px;background-color:#ccc}.c-casino-top__logo{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.c-casino-top__top-3 .c-casino-top__bonus,.c-casino-top__top-3 .c-casino-top__foundation,.c-casino-top__top-3 .c-casino-top__info{color:#fff}.c-casino-top__common-top .c-casino-top__bonus,.c-casino-top__common-top .c-casino-top__foundation,.c-casino-top__common-top .c-casino-top__info{color:#502184}.c-casino-top__name{font-weight:500;font-size:2.2rem}.c-casino-top__bonus{font-weight:700;font-size:2.4rem}.c-casino-top__foundation{font-size:1.8rem;font-weight:300}.c-casino-top__bonus{text-align:center}.c-casino-top__bonus-btn{display:block;font-weight:700;text-decoration:none;font-size:2.4rem;padding:5px 14px;border-radius:20px;white-space:nowrap}.c-casino-top__top-3 .c-casino-top__bonus-btn{color:#57258b;background-color:#fff;transition:background-color .2s linear}.c-casino-top__top-3 .c-casino-top__bonus-btn:hover{background-color:#57258b;color:#fff}.c-casino-top__common-top .c-casino-top__bonus-btn{color:#fff;background-color:#57258b;transition:background-color .2s linear}.c-casino-top__common-top .c-casino-top__bonus-btn:hover{background-color:#7030b3}@media (max-width:992px){.c-casino-top__container{overflow-x:visible}.c-casino-top__table{display:flex;flex-direction:column;align-items:center;max-width:425px;min-width:auto;margin:0 auto}.c-casino-top__heading{display:none}.c-casino-top__common-top,.c-casino-top__top-3{display:flex;flex-direction:column}.c-casino-top__bonus,.c-casino-top__bonus-link,.c-casino-top__casino-logo,.c-casino-top__info{width:100%}.c-casino-top__logo-link{margin:0 auto}}@media (min-width:555px){.c-casino-top__common-top,.c-casino-top__top-3{position:relative}.c-casino-top__common-top::before,.c-casino-top__top-3::before{content:"";position:absolute;width:50px;height:50px;top:50%;left:0;transform:translate(-50%,-50%);background-size:contain;background-repeat:no-repeat;background-position:center}.c-casino-top__top-3:nth-of-type(2)::before{background-image:url(../img/icons/top-1.svg)}.c-casino-top__top-3:nth-child(3)::before{background-image:url(../img/icons/top-2.svg)}.c-casino-top__top-3:nth-child(4)::before{background-image:url(../img/icons/top-3.svg)}.c-casino-top__table{counter-reset:rank 3}.c-casino-top__common-top::after{counter-increment:rank;content:counter(rank);position:absolute;top:50%;left:0;transform:translate(-50%,-50%);font-size:1.6rem;font-weight:700;color:#502184}.c-casino-top__common-top::before{background-image:url(../img/icons/chip-bg-blue.svg)}}@media (min-width:993px){.c-casino-top__info{align-items:flex-start;width:25%}.c-casino-top__foundation{flex:1;display:block}.c-originator__container{box-shadow:0 2px 0 rgba(0,0,0,.1);border:1px solid rgba(238,238,238,.5);border-radius:10px;padding:10px;display:flex;flex-direction:column;margin-bottom:15px}.c-originator__img-section{margin-bottom:10px}}.c-originator__img{width:250px;height:250px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;margin:0 auto;border-radius:50%;overflow:hidden}.c-originator__main-info{margin-bottom:10px}.c-originator__quote{padding-top:35px;font-size:1.6rem;text-align:center;margin-bottom:10px;position:relative}.c-originator__quote::before{content:"";position:absolute;width:30px;height:30px;top:0;left:50%;transform:translateX(-50%);background-image:url(../img/icons/quotation-mark.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.c-originator__name{font-size:1.6rem;font-style:italic;text-align:center}.c-originator__logo-section{margin-bottom:10px}.c-originator__logo{height:30px;width:auto;margin:0 auto;background-color:#ccc}.c-originator__btn{background-image:linear-gradient(42deg,#fd853c 26%,#fa6b36 48%,#f42727);display:block;padding:5px 30px;font-size:1.4rem;color:#fff;font-weight:600;text-decoration:none;border-radius:50px;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:0 auto}.c-originator__btn:hover{background-image:linear-gradient(42deg,#f42727 26%,#fa6b36 48%,#fd853c)}@media (min-width:992px){.c-originator__container{flex-direction:row;align-items:center;flex-wrap:wrap;justify-content:space-between}.c-originator__img-section{min-width:150px;min-height:150px}.c-originator__img{width:150px;height:150px; display: flex; align-items: center; justify-content: center;}.c-originator__img img{width: 150px;}.c-originator__main-info{flex-basis:50%}.c-originator__logo{height:25px}}.c-sidebar-right{order:-1;margin-bottom:15px; margin-top: 15px;}@media (min-width:992px){.c-sidebar-right{flex-basis:28%; margin-top: 0px;}}@media (min-width:1200px){.c-sidebar-right{order:1;margin-bottom:0}.c-sidebar-right-widget{max-width:290px;margin:0 auto;margin-bottom:25px;height:100%}}.c-sidebar-right-widget__table-of-content-item{padding:5px}.c-sidebar-right-widget__table-of-content-link{display:block;font-size:1.6rem;text-decoration:none;color:#502184;text-transform:capitalize;font-weight:600}.c-sidebar-right-widget__item{display:flex;flex-direction:column;box-shadow:0 1px 2px rgba(0,0,0,.3);border-radius:10px;margin-bottom:15px}.c-sidebar-right-widget__item:last-child{margin-bottom:0;position:-webkit-sticky;position:sticky;top:90px}.c-sidebar-right-widget__top-container{width:100%;padding:5px 10px 15px 10px;text-align:center;position:relative}.c-sidebar-right-widget__top-container::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(340.66deg,#661cb8 41.21%,#b12c89 58.57%,#f32052 77.46%)}.c-sidebar-right-widget__title{font-size:1.8rem;color:#421a70;text-align:center}.c-sidebar-right-widget .c-sidebar-right-widget__list{padding:10px}.c-sidebar-right-widget .c-sidebar-right-widget__item-widget{padding:10px;border-radius:10px;box-shadow:0 2px 0 rgba(0,0,0,.1);border:1px solid rgba(238,238,238,.5);margin-bottom:10px;display:flex;align-items:center;flex-direction:column}@media (min-width:450px){.c-sidebar-right-widget .c-sidebar-right-widget__item-widget{flex-direction:row}}.c-sidebar-right-widget__img-wrapper{min-width:90px;min-height:90px;width:auto;height:90px;overflow:hidden;margin-bottom:5px}.c-sidebar-right-widget__link{display:inline-block;width:100%;height:100%}.c-sidebar-right-widget__link img{width:100%;height:100%}.c-sidebar-right-widget__logo{width:auto;height:100%}.c-sidebar-right-widget__main-content{display:flex;flex-direction:column;justify-content:space-between;width:100%;align-items:center;text-align:center}@media (min-width:450px){.c-sidebar-right-widget__main-content{flex-direction:row;align-items:center;text-align:left}}.c-sidebar-right-widget__item-info{display:flex;flex-direction:column;margin-left:10px;margin-right:10px}.c-sidebar-right-widget__item-name{color:#005fb9;font-size:1.4rem;font-weight:600}.c-sidebar-right-widget__item-bonus{font-size:1.2rem;color:#bd0933;font-weight:700;line-height:1.2em;margin-top:3px}.c-sidebar-right-widget__review-btn{display:block;background-image:linear-gradient(229.4deg,#ff6522 38.65%,#f32052 93.1%);font-size:1.4rem;color:#fff;font-weight:700;text-decoration:none;border-radius:20px;padding:12px 20px;min-width:150px;text-align:center;margin-top:5px}.c-sidebar-right-widget__review-btn:hover{background-image:linear-gradient(229.4deg,#f32052 38.65%,#ff6522 93.1%)}@media (min-width:1200px){.c-sidebar-right-widget__review-btn{min-width:80px}.c-sidebar-right-widget{max-width:290px;margin:0 auto;margin-bottom:25px;position:-webkit-sticky;position:sticky;top:90px}.c-sidebar-right-widget__img-wrapper{min-width:65px;min-height:45px;width:65px;height:45px}}.c-tabs-info{padding:20px 0}.c-tabs-info__container{display:flex;flex-direction:column;align-items:center}.c-tabs-info__tabs-holder{display:flex;flex-direction:column;align-items:flex-start;counter-reset:position;padding:0 40px}.c-tabs-info__tab{margin-bottom:10px}.c-tabs-info__tab:last-child{margin-bottom:0}.c-tabs-info__title{font-size:2.2rem;color:#85868b;font-weight:700;transition:all ease .5s;display:flex;align-items:center;position:relative;cursor:pointer}.c-tabs-info__tab:nth-child(odd){margin-left:30px}.c-tabs-info__title:hover{color:#57258b;transition:all ease .5s}.c-tabs-info__title::before{counter-increment:position;content:counter(position);font-size:5rem;margin-right:10px;font-weight:700;color:#85868b;transition:all ease .5s}.c-tabs-info__title:hover::before{color:#57258b;transition:all ease .5s}.c-tabs-info__title::after{content:'';position:absolute;width:30px;height:30px;background-image:url(../img/icons/check-mark.svg);background-size:contain;background-position:center;background-repeat:no-repeat;left:-40px;top:50%;transform:translateY(-50%);visibility:hidden;opacity:0;transition:all ease .5s}.c-tabs-info__title_active{color:#57258b}.c-tabs-info__title_active::before{color:#57258b}.c-tabs-info__title_active::after{visibility:visible;opacity:1;transition:all ease .5s}.c-tabs-info__tabs-data{position:relative}.c-tabs-info__data{visibility:hidden;position:absolute;top:0;left:0;width:100%;margin:15px 0;opacity:0}.c-tabs-info__data_active{visibility:visible;position:relative;opacity:1;transition:all ease 1s}h2.c-tabs-info__head{margin-bottom:10px;color:#57258b;font-size:2.2rem;font-weight:700}.c-tabs-info__tab-txt{font-size:1.8rem}.c-tabs-info__tab-txt:last-child{margin-bottom:0}@media (min-width:768px){.c-tabs-info__container{flex-direction:row;align-items:flex-start;justify-content:space-evenly}.c-tabs-info__tabs-holder{max-width:40%;width:100%}.c-tabs-info__tabs-data{max-width:50%;width:100%}.c-tabs-info__data{margin:0}}.c-sexangle{margin:20px 0;background-image:linear-gradient(180deg,rgba(48,35,174,.7),rgba(200,109,215,.3))}.c-sexangle__container{padding:20px}.c-sexangle__list{display:flex;flex-direction:column;align-items:center}.c-sexangle__item{margin-bottom:10px}.c-sexangle__item:last-child{margin-bottom:0}.c-sexangle__link{display:flex;flex-direction:column;align-items:center;text-decoration:none}.c-sexangle__link-title{color:#fff;font-size:1.6rem;text-align:center}.c-sexangle__logo-section{width:126px;height:132px;background-color:#ccc;margin-bottom:10px}@media (min-width:768px){.c-sexangle__list{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.c-sexangle__item{flex-basis:50%;margin-bottom:20px}.c-sexangle__item:last-child{margin-bottom:20px}}@media (min-width:992px){.c-sexangle__list{align-items:flex-start}.c-sexangle__item{flex-basis:15%}}@media (min-width:1200px){.c-sexangle__item{flex-basis:30%}}ul.c-list-disc{position:relative;background-color:#eee;padding:10px;margin:15px 0}.c-list-disc::before{content:"";position:absolute;left:0;top:0;height:100%;width:2px;background-image:linear-gradient(180deg,#f32052 -1.22%,#ad1c87 17.39%,#6d18b7 93.06%)}.c-list-disc__item{margin-bottom:15px}.c-list-disc__item:last-child{margin-bottom:0}.c-list-disc__txt{font-size:1.6rem;color:#000}.c-list-disc__txt_colored{color:#57258b;font-weight:700}.c-bricks-block{background-color:#eee;margin:15px 0}.c-bricks-block__container{display:flex;flex-direction:column;padding:10px}.c-bricks-block__item{display:flex;flex-direction:column;align-items:center;margin-bottom:10px}.c-bricks-block__item:last-child{margin-bottom:0}.c-bricks-block__link{display:flex;width:100%;background-color:#fff;padding:10px;text-decoration:none;align-items:center}.c-bricks-block__icon{width:50px;height:50px;margin-right:10px;background-color:#ccc}.c-bricks-block__link-title{color:#000;font-size:1.6rem;font-weight:700}@media (min-width:768px){.c-bricks-block__container{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.c-bricks-block__item{flex-basis:32.5%}}.c-species__list{counter-reset:count}.c-species__item{background-color:#eee;margin-bottom:15px;position:relative;padding:40px 10px 10px}.c-species__item::before{content:"";position:absolute;left:0;top:0;height:100%;width:2px;background-image:linear-gradient(180deg,#f32052 -1.22%,#ad1c87 17.39%,#6d18b7 93.06%)}.c-species__item:last-child{margin-bottom:0}.c-species__item-num{counter-increment:count;position:absolute;width:25px;height:25px;border-radius:50%;top:15px;right:10px}.c-species__item-num::before{content:counter(count);position:absolute;width:22px;height:22px;border-radius:50%;display:flex;justify-content:center;align-items:center;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.4rem;color:#4c1f7d;font-weight:700;background-color:#eee;z-index:1}.c-species__item-num::after{content:"";position:absolute;width:100%;height:100%;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;background-image:linear-gradient(130deg,#f32052 -1.22%,#ad1c87 17.39%,#6d18b7 93.06%)}.c-species__title{font-size:1.8rem;margin-bottom:5px}.c-species__desc{font-size:1.6rem}.c-dev-table{margin:15px 0}.c-dev-table__container{overflow-x:auto}.c-dev-table__container table{border-collapse:collapse;margin:0 auto}.c-dev-table__container td{padding:15px;vertical-align:top;font-size:1.6rem;border:1px solid #57258b;background-color:#eee}.c-dev-table__container td:first-child{color:#57258b;font-weight:700;background-color:#ddd}.c-dev-table__list[class]{margin:0}.c-payments{margin:12px 0}.c-payments__table-container{width:100%;overflow-x:auto}.c-payments__table-container table{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:0 auto;border-collapse:collapse;border:1px solid #ddd}.c-payments__table-container th{padding:10px;border:1px solid #ddd;background-color:#7c4ab0;color:#fff;font-size:1.6rem}.c-payments__table-container td{padding:10px;border:1px solid #ddd}.c-payments__payment-link{display:block;width:120px;height:42px;background-color:#ccc;margin:0 auto}.c-payments__payment-link.visa{background-position:center -42px}.c-payments__payment-link.mastercard{background-position:center -252px}.c-payments__payment-link.paypal{background-position:center -336px}.c-payments__payment-link.skrill{background-position:center -84px}.c-payments__payment-link.neteller{background-position:center -168px}.c-payments__payment-link.paysafe-card{background-position:center -378px}.c-payments__payment-link.giropay{background-position:center -798px}.c-payments__payment-link.sofort{background-position:center -714px}.c-payments__payment-link.paynplay{background-position:center -3376px}.c-payments__payment-link.bank-xfer{background-position:center -504px}.c-payments__payment-link.cheque{background-position:center -630px}.c-payments__payment-link.trustly{background-position:center -2558px}.c-payments__payment-link.transfer-bank{background-image:url(../img/icons/banktransfer.png);background-repeat:no-repeat;background-position:center}.c-payments__payment-link.bitcoin{background-image:url(../img/icons/bitcoin.png);background-repeat:no-repeat;background-position:center}.c-payments__payment-link.ecopayz{background-image:url(../img/icons/ecopayz.png);background-repeat:no-repeat;background-position:center}.c-payments__payment-link.ideal{background-image:url(../img/icons/ideal.png);background-repeat:no-repeat;background-position:center}.c-payments__payment-link.klarna{background-image:url(../img/icons/klarna.png);background-repeat:no-repeat;background-position:center}.c-payments__payment-link.lastschrift{background-image:url(../img/icons/lastschrift.png);background-repeat:no-repeat;background-position:center}.c-payments__payment-link.neosurf{background-image:url(../img/icons/neosurf.png);background-repeat:no-repeat;background-position:center}.c-payments__payment-link.ethereum{background-image:url(../img/icons/ethereum.png);background-size:contain;background-repeat:no-repeat;background-position:center}.c-payments__payment-info{display:block;font-size:1.6rem;text-align:center;color:#666}.c-payments__deposit-withdrawal{display:flex;align-items:center;justify-content:center}.c-payments__mark-section{width:15px;height:15px;display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.c-payments__mark-section_yes{background-image:url(../img/icons/check-mark.svg)}.c-payments__mark-section_no{background-image:url(../img/icons/close.svg)}.c-payments__mark-section-devider{font-size:1.6rem;display:block;margin:0 10px;line-height:1}.c-info{margin:15px 0}.c-info__container{padding:20px;background-image:linear-gradient(to right top,#051937,#0f466c,#187a9f,#30b2cf,#5cecf7)}.c-info__title{margin-bottom:10px}.c-info__txt{color:#fff}.c-info__img{max-height:280px;width:auto;-o-object-fit:cover;object-fit:cover;margin:0 auto 5px}@media (min-width:768px){.c-info__img{width:40%;max-height:none;height:auto}.c-info__img--two{float:left;margin:0 10px 10px 0}.c-info__img--one{float:right;margin:0 0 10px 10px}}.c-purveyor{margin:15px 0}.c-purveyor__header-container{padding:20px;padding-left:0}.c-purveyor__container{display:flex;flex-direction:column}.c-purveyor__card{margin-bottom:15px}.c-purveyor__card:last-child{margin-bottom:0}.c-purveyor__card-link{display:flex;align-items:center;padding:10px;width:100%;height:100%;background:linear-gradient(to right,#502182 5%,#2b0c4c 65%);text-decoration:none}.c-purveyor__card-link:hover{background:linear-gradient(to right,#2b0c4c 5%,#502182 65%)}.c-purveyor__logo-container{width:80px;height:80px;border-radius:50%;flex-shrink:0;border:2px solid #fff;overflow:hidden;margin-right:10px;background-color:#aaa}.c-purveyor__logo-holder{width:100%;height:100%}.c-purveyor__logo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-purveyor__caption,.c-purveyor__title{color:#fff}.c-purveyor__title{line-height:1.3;margin-bottom:5px}.c-purveyor__caption{font-size:1.4rem;font-weight:300}@media (min-width:768px){.c-purveyor__container{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.c-purveyor__card{flex-basis:48%}.c-purveyor__logo-container{margin-right:20px}}.c-games__main-txt{margin-bottom:15px}.c-games__item-title{margin-bottom:10px}.c-games__item-txt::before{content:'';width:60px;height:60px;background-size:contain;background-position:center;background-repeat:no-repeat;margin:0 15px 10px 0;float:left;display:block;flex-shrink:0}.c-games__item-txt.slot::before{background-image:url(../img/icons/gl-cherries.svg)}.c-games__item-txt.roulette::before{background-image:url(../img/icons/gl-roulette.svg)}.c-games__item-txt.blackjack::before{background-image:url(../img/icons/gl-blackjack.svg)}.c-games__item-txt.casino-poker::before{background-image:url(../img/icons/gl-casino.svg)}.c-games__item-txt.video-poker::before{background-image:url(../img/icons/gl-smartphone.svg)}.c-games__item-txt.bingo-keno::before{background-image:url(../img/icons/gl-lottery.svg)}.c-games__item-txt.lotto::before{background-image:url(../img/icons/gl-lotto.svg)}@media (min-width:768px){.c-games__list-container{display:flex;flex-wrap:wrap;justify-content:space-between}.c-games__item{flex-basis:48%;margin-bottom:10px}.c-games__item:last-child{margin-bottom:0}}.c-slots-hexagon{margin:15px 0}.c-slots-hexagon__row{display:flex;flex-direction:column;align-items:center;margin-bottom:10px}.c-slots-hexagon__row:last-child{margin-bottom:0}.c-slots-hexagon__item{position:relative;margin-bottom:10px;width:100%}.c-slots-hexagon__item:last-child{margin-bottom:0}.c-slots-hexagon__item-holder{position:relative;background-color:#eee;height:60vw;max-height:250px;width:100%;max-width:300px;margin:0 auto}.c-slots-hexagon__img-holder{width:100%;height:100%}.c-slots-hexagon__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-slots-hexagon__overlay{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;background-color:rgba(0,0,0,.5);transition:all ease .3s;visibility:hidden;opacity:0;padding:15px 5px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.c-slots-hexagon__item:hover .c-slots-hexagon__overlay{visibility:visible;opacity:1}.c-slots-hexagon__slot-title{color:#fff;font-size:1.4rem;text-align:center;font-weight:700}.c-slots-hexagon__play-btn{display:flex;font-weight:700;text-decoration:none;font-size:1.6rem;padding:5px 10px;border-radius:20px;white-space:nowrap;color:#fff;background-color:#57258b;text-transform:capitalize;text-align:center;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media (min-width:768px){.c-slots-hexagon__row{flex-direction:row;flex-wrap:wrap;margin-bottom:30px}.c-slots-hexagon__item{flex-basis:50%;margin-bottom:30px}.c-slots-hexagon__item:nth-last-child(-n+2){margin-bottom:0}.c-slots-hexagon__item-holder{height:30vw}}@media (min-width:992px){.c-slots-hexagon__row{flex-direction:row;flex-wrap:wrap}.c-slots-hexagon__item{flex-basis:23%;margin-bottom:0}.c-slots-hexagon__item-holder{height:20vw}}@media (min-width:768px){.c-slots-hexagon__row{margin-bottom:0;justify-content:center;flex-wrap:nowrap}.c-slots-hexagon__row:not(:first-child){margin-top:-42px}.c-slots-hexagon__item{width:auto;flex-basis:auto;margin:3px}.c-slots-hexagon__item-holder{max-height:none;max-width:none;width:160px;height:80px;margin:45px 0}.c-slots-hexagon__item::before{content:'';position:absolute;top:0;left:0;border-right:80px solid transparent;border-left:80px solid transparent;border-bottom:45px solid #eee}.c-slots-hexagon__item::after{content:'';position:absolute;bottom:0;left:0;border-right:80px solid transparent;border-left:80px solid transparent;border-top:45px solid #eee}.c-slots-hexagon__img-holder{position:absolute;height:calc(100% + 90px);top:50%;left:50%;transform:translate(-50%,-50%);-webkit-clip-path:polygon(50% 0,50% 0,150% 50%,50% 100%,50% 100%,-50% 50%);clip-path:polygon(50% 0,50% 0,150% 50%,50% 100%,50% 100%,-50% 50%);z-index:1}.c-slots-hexagon__overlay{height:calc(100% + 90px);-webkit-clip-path:polygon(50% 0,50% 0,150% 50%,50% 100%,50% 100%,-50% 50%);clip-path:polygon(50% 0,50% 0,150% 50%,50% 100%,50% 100%,-50% 50%);padding:35px 10px}}.c-slot{margin:15px 0}.c-slot__item{display:flex;align-items:flex-start;flex-direction:column;margin-bottom:10px;text-decoration:none;padding:10px;box-shadow:0 1px 6px rgba(0,0,0,.12)}.c-slot__logo{background-color:#ccc}.c-slot__logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-slot__item:hover{box-shadow:none}.c-slot__item:last-child{margin-bottom:0}.c-slot__logo-holder{width:100%;height:200px;max-width:350px;border-radius:5px;overflow:hidden;margin-bottom:10px}.c-slot__logo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-slot__slot-caption,.c-slot__slot-title{color:#000}.c-slot__slot-title{margin-bottom:10px}.c-slot__slot-title_colored{color:#57258b}@media (min-width:768px){.c-slot__header{background-position:top center;position:relative}.c-slot__header::after{content:'';position:absolute;width:50%;height:70%;bottom:0;right:0;background-image:url(../img/top-10-img.png);background-position:bottom;background-size:contain;background-repeat:no-repeat;z-index:0}.c-slot__main-content{position:relative;z-index:1;width:65%}.c-slot__item{flex-direction:row}.c-slot__logo-holder{margin-right:15px;flex-shrink:0;max-width:250px;height:150px}}.c-prize{margin:15px 0;background-color:#04073d;background-size:cover;background-position:center;border-radius:3px}.c-prize__container{padding:20px}.c-prize__title{text-align:center;color:#fff;margin-bottom:15px}.c-prize__holder{counter-reset:number}.c-prize__card{position:relative;border-radius:5px;padding:50px 10px 10px;overflow:hidden;margin-bottom:10px}.c-prize__card-img{display:none}.c-prize__card.green{background-color:#32b04de6}.c-prize__card.pink{background-color:#aa3a7de6}.c-prize__card.orange{background-color:#c5710fe6}.c-prize__card.blue{background-color:#2295cbe6}.c-prize__card.red{background-color:#af423ce6}.c-prize__card:last-child{margin:0}.c-prize__card::before{counter-increment:number;content:counter(number);color:#fff;font-size:1.6rem;font-weight:700;position:absolute;height:40px;width:100%;display:flex;justify-content:center;align-items:center;top:0;left:0}.c-prize__card.green::before{background-color:#40da83}.c-prize__card.pink::before{background-color:#f273fc}.c-prize__card.orange::before{background-color:#ed8545}.c-prize__card.blue::before{background-color:#50c7ff}.c-prize__card.red::before{background-color:#bd3a32}.c-prize__heading{color:#fff;margin-bottom:10px}.c-prize__txt{color:#fff}.c-prize__txt:last-child{margin-bottom:0}@media (min-width:768px){.c-prize__card{padding:20px 20px 20px 70px}.c-prize__card-img{display:block;max-width:293px;max-height:274px;height:100%;position:absolute;right:20px;bottom:0;-o-object-fit:cover;object-fit:cover}.c-prize__card::before{height:100%;width:50px}.c-prize__content-section{width:70%;position:relative;z-index:2}}.c-best-casino{box-shadow:0 1px 6px #ddd;margin:15px 0}.c-best-casino__container{display:flex;flex-direction:column;padding:10px}.c-best-casino__header-section{display:flex;padding:15px 0;justify-content:center;border-bottom:2px solid #eee}.c-best-casino__bonus-info-section{margin-bottom:15px}.c-best-casino__bonus-header{text-align:center}.c-best-casino__additional-info,.c-best-casino__bonus-data,.c-best-casino__casino-data{padding:15px;border-bottom:2px solid #eee}.c-best-casino__additional-info{border-bottom:none}h3.c-best-casino__bonus-info-title{text-align:center;font-size:1.4rem;padding:10px}.c-best-casino__progress-bar-section{margin-bottom:10px}.c-best-casino__progress-bar-section:last-child{margin-bottom:0}.c-best-casino__progress-bar-caption{font-size:1.2rem;margin-bottom:5px;display:block}.c-best-casino__progress-bar-wrapper{position:relative}.c-best-casino__progress-bar-data{position:absolute;font-size:1.2rem;color:#fff;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.c-best-casino__progress-bar-container{position:relative;height:20px;background-color:#646363;width:100%}.c-best-casino__progress-bar-value{position:absolute;height:100%;background-color:#57258b;left:0;top:0}.c-best-casino__casino-header-section{padding:10px;display:flex;justify-content:center;border-bottom:2px solid #eee;height:200px}.c-best-casino__casino-logo-holder{max-width:350px;height:100%;width:100%}.c-best-casino__casino-logo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background-color:#ccc}.c-best-casino__casino-info-holder{display:flex;justify-content:center}.c-best-casino__casino-info-table{border-collapse:collapse}.c-best-casino__casino-info-table td{padding:5px;font-size:1.4rem;text-align:left}.c-best-casino__casino-info table td:last-child{text-align:right}.c-best-casino__additional-info{display:flex;flex-direction:column}.c-best-casino__note{display:block;padding:5px;background-color:#eee;color:#000;font-size:1.2rem;margin-bottom:10px}.c-best-casino__get-bonus-btn{display:inline-block;text-align:center;background-color:#57258b;padding:10px 15px;font-size:1.6rem;text-decoration:none;color:#fff}@media (min-width:768px){.c-best-casino__container{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.c-best-casino__bonus-data{flex-basis:48%}.c-best-casino__casino-data{flex-basis:48%}.c-best-casino__additional-info{flex-basis:100%}.c-best-casino__casino-header-section,.c-best-casino__header-section{height:100px;align-items:center}}.c-play{margin:15px 0;box-shadow:0 1px 10px #ddd}.c-play__header{padding:15px}.c-play__heading-section{margin-bottom:5px}.c-play__list{padding:15px}.c-play__column:first-child{counter-reset:order -1}.c-play__column:last-child{counter-reset:order}.c-play__item{padding:10px 0;border-bottom:1px solid #eee}.c-play__question{padding:10px 40px 10px 10px;font-size:1.6rem;font-weight:700;outline:0;position:relative;cursor:pointer;display:block}@media (min-width:768px){.c-play__question{padding:10px 40px}.c-play__question::before{counter-increment:order order;content:counter(order);width:30px;height:30px;border-radius:50%;background-color:#57258b;color:#fff;font-size:1.6rem;font-weight:700;display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:0;transform:translateY(-50%)}}.c-play__question::after{content:'';position:absolute;width:20px;height:20px;top:50%;right:10px;transform:translateY(-50%);background-image:url(../img/icons/down-chevron.svg);background-position:center;background-size:contain;background-repeat:no-repeat;transition:all ease .3s}.c-play__item[open] .c-play__question::after{transform:rotate(-180deg) translateY(50%)}.c-play__answer{font-size:1.6rem;padding:10px}.c-play__question::-webkit-details-marker{display:none}@media (min-width:768px){.c-play__content-section,.c-play__list{display:flex;flex-wrap:wrap;justify-content:space-between}.c-play__column,.c-play__txt{flex-basis:47%}}.c-licenses{margin:15px 0;box-shadow:0 1px 10px #ddd}.c-licenses__container{padding:15px}.c-licenses__tab-header{position:relative;padding:0 20px 2px;display:flex;flex-direction:column;justify-content:center;align-items:center}.c-licenses__reg-logo{width:100%;height:100%;background-color:#ccc}.c-licenses__reg-logo img{width:100%;height:100%}.c-licenses__tab-header::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#f32052 -1.22%,#ad1c87 17.39%,#6d18b7 93.06%)}.c-licenses__tab-point{flex-basis:33%;max-width:190px;border:1px solid #eee;border-bottom:none;height:70px;margin:0 3px;padding:5px;position:relative;background-color:#eee;cursor:pointer;transition:all ease .3s}.c-licenses__tab-point:hover{background-color:#fff;height:80px}.c-licenses__tab-point_active{height:80px;background-color:#fff}.c-licenses__tab-point:hover::before{content:'';position:absolute;bottom:-2px;left:0;height:2px;width:100%;background-color:#fff}.c-licenses__tab-point_active::before{content:'';position:absolute;bottom:-2px;left:0;height:2px;width:100%;background-color:#fff}.c-licenses__tab-body{padding:10px}.c-licenses__tab-item{visibility:hidden;opacity:0;position:absolute}.c-licenses__tab-item_active{position:relative;visibility:visible;opacity:1}.c-licenses__tab-title{font-size:1.6rem;text-align:center;margin-bottom:10px}.c-licenses__tab-table{padding:10px 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.c-licenses__tab-table td{padding:5px;vertical-align:top;font-size:1.4rem}.c-licenses__tab-table td a{line-break:anywhere;color:#57258b}@media (min-width:500px){.c-licenses__tab-header{flex-direction:row;align-items:flex-end;height:82px}}.c-faq details{border:1px solid #4c1f7d;margin-bottom:10px}.c-faq details:last-child{margin-bottom:0}.c-faq details[open] summary::after{display:none}.c-faq details::-webkit-details-marker{display:none}.c-faq summary{padding:10px;cursor:pointer;font-size:1.6rem;font-weight:600;outline:0;position:relative;padding-right:35px;display:block}.c-faq summary::before{content:"";position:absolute;right:10px;top:50%;transform:translateY(-50%);width:15px;height:1px;background-color:#4c1f7d}.c-faq summary::after{content:"";position:absolute;right:10px;top:50%;transform:rotate(90deg) translateY(-50%);width:15px;height:1px;background-color:#4c1f7d}.c-faq div{padding:10px;border-top:1px solid #4c1f7d;font-size:1.6rem}.c-breadcrumbs__list[class]{margin:0 0 12px}.c-breadcrumbs__list{display:flex;flex-wrap:wrap}.c-breadcrumbs__item{position:relative;margin-right:30px;margin-bottom:10px}.c-breadcrumbs__item:last-child{margin-right:0}.c-breadcrumbs__item:last-child::before{content:none}.c-breadcrumbs__item::before{content:"";position:absolute;top:50%;right:-24.5px;transform:translateY(-50%);width:15px;height:15px;background-image:url(../img/icons/next.svg);background-size:contain;background-repeat:no-repeat;background-position:center}.c-breadcrumbs__link{display:block;font-size:1.6rem;color:#fff;text-decoration:none;background-image:linear-gradient(to left,#300f55 0,#4c1f7d 100%);padding:2.5px 20px;border-radius:20px}.c-breadcrumbs__link:hover{background-image:linear-gradient(to left,#4c1f7d 0,#300f55 100%)}.c-breadcrumbs__last{display:block;font-size:1.6rem;color:#300f55;border:1px solid #300f55;padding:2.5px 20px;border-radius:20px}.c-best-casinos{border-spacing:0;border-collapse:collapse;width:100%;display:flex;flex-direction:column;flex-wrap:wrap;margin-bottom:15px}.c-best-casinos__row{display:flex;flex-direction:column;align-items:center;flex-wrap:wrap;position:relative;padding:15px 10px;background-color:#fff;box-shadow:0 10px 30px #0d6a8247;border-radius:10px;max-width:350px;margin:0 auto 15px}.c-best-casinos__row:last-child{margin-bottom:0}.c-best-casinos__col--center{display:flex;align-items:center;justify-content:center;width:100%}.c-best-casinos__img{width:150px;height:150px;border-radius:50%;background-color:#ccc;margin-bottom:15px}.c-best-casinos__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background-color:#ccc}.c-best-casinos__info-wrap{display:flex;flex-wrap:wrap}.c-best-casinos__info{margin-left:15px;margin-right:15px;width:calc(50% - 30px)}.c-best-casinos__box{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:10px}.c-best-casinos__box:last-child{margin-bottom:0}.c-best-casinos__name{position:relative;font-weight:700;padding-left:15px}.c-best-casinos__name span{margin-left:5px}.c-best-casinos__name img{position:absolute;left:0;top:5px}.c-best-casinos__btn{padding:10px 25px}.c-best-casinos__rating{display:flex;height:20px;width:110px;margin-bottom:10px}.c-best-casinos__rating--color{width:100%;height:20px;overflow-x:hidden;display:flex}@media (min-width:768px){.c-best-casinos__row{max-width:none;flex-direction:row;flex-wrap:nowrap}.c-best-casinos__col{width:calc(100% / 4)}.c-best-casinos__col--rating{display:none}.c-best-casinos__col--center{min-width:200px}.c-best-casinos__col--list{margin-left:15px;margin-right:15px}.c-best-casinos__col--btn{text-align:center}.c-best-casinos__img{margin-bottom:0}}@media (min-width:992px){.c-best-casinos{flex-wrap:nowrap}.c-best-casinos__col{width:calc(100% / 5)}.c-best-casinos__col--rating{display:flex;justify-content:center;text-align:center;margin-left:15px;margin-right:15px}}@media (min-width:1300px){.c-best-casinos__col--list{min-width:200px}}.c-slot-block{display:flex;justify-content:center;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.c-slot-block__item{width:100%;max-width:250px;margin-left:auto;margin-right:auto;position:relative;overflow:hidden;margin-bottom:15px;border-radius:10px;box-shadow:0 0 10px 0 #323232b3}@media (min-width:412px){.c-slot-block__item{width:calc(100% / 2 - 10px);margin-left:5px;margin-right:5px}}@media (min-width:1200px){.c-slot-block__item{margin-left:10px;margin-right:10px;width:calc(100% / 4 - 20px)}}.c-slot-block__item:hover .c-slot-block__overlay{transform:translateX(0)}.c-slot-block__img{background-color:#ccc;width:100%;height:150px}.c-slot-block__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-slot-block__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);padding:10px 10px;transition:all ease .3s;transform:translateY(-100%);display:flex;justify-content:center;align-items:center;flex-direction:column;flex-wrap:wrap}.c-slot-block__title{color:#300f55;font-weight:700;font-size:18px;margin-bottom:10px;text-decoration:none;display:inline-block}.c-slot-block__link{padding-left:30px;padding-right:30px}.c-casino-brand{color:#fff;font-size:16px}.c-casino-brand__container{display:flex;justify-content:center}.c-casino-brand__container,.c-casino-brand__inner{position:relative; z-index:2}.c-casino-brand__inner{z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:15px 15px 20px;width:100%}.c-casino-brand__title{font-size:22px;font-weight:700;margin-bottom:10px}.c-casino-brand__img{width:260px;height:auto;margin-bottom:30px;border-radius:24px;overflow:hidden}.c-casino-brand__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover; max-width: 260px;}.c-casino-brand__rating{display:flex;flex-direction:column;align-items:center;margin-bottom:10px}.c-casino-brand__rating-val{font-size:16px}.c-casino-brand__rating-val span{font-weight:700;color:#ff0}.c-casino-brand__info span{font-weight:700}.c-casino-brand__payments{display:flex;flex-wrap:wrap;justify-content:center;margin-left:-2px;margin-right:-2px}.c-casino-brand__payments-item{margin-left:2px;margin-right:2px}.c-casino-brand__payments-item img{width:35px;height:23px;border-radius:3px;-o-object-fit:cover;object-fit:cover}.c-casino-brand__info+.c-casino-brand__info{margin-top:5px}.c-casino-brand__bonus-title{font-size:18px;margin-bottom:5px}.c-casino-brand__bonus-value{font-size:20px;font-weight:700}.c-casino-brand__box{margin-bottom:10px}.c-casino-brand__link{padding:15px 25px;min-width:195px;border-radius:50px}.c-mobile-brand{display:none;position:fixed;bottom:0;left:0;width:100%;padding:5px 15px;z-index:99;background-color:#fff;box-shadow:0 1px 3px 0 #00000078;border-top:2px solid #57258b}.c-mobile-brand__title{text-align:center;font-weight:700;color:#000;font-size:18px;margin-bottom:5px}.c-mobile-brand__inner{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;justify-content:center}.c-mobile-brand__info{display:flex;color:#57258b;margin-right:15px}.c-mobile-brand__value{font-weight:700;margin-left:10px}.c-mobile-brand__link{display:inline-block;padding:5px 8px;text-decoration:none;color:#ff6522;border:1px solid #ff6522}.c-mobile-brand__link:hover{background-color:#ff6522;color:#fff}@media (min-width:768px){.c-mobile-brand{display:none}.c-casino-brand__container{min-height:auto;display:block}.c-casino-brand__inner{flex-direction:row;justify-content:center}.c-casino-brand__right{max-width:560px;width:100%;background-color:#57258b;border:1px solid #222b4d;padding:15px;margin-left:30px;border-radius:10px}}@media (min-width:1200px){.c-casino-brand{padding-top:70px}.c-casino-brand__inner{max-width:1200px;margin:0 auto;justify-content:space-around}}.c-footer{padding-bottom:65px;background-image:linear-gradient(94deg,#3023ab,#c86dd8)}.c-footer__container{max-width:1360px;margin:0 auto;padding:20px 20px}.c-footer__logo-section{margin-bottom:10px;text-align:center}.c-footer__logo-link{display:inline-flex;justify-content:center;align-items:center}.c-footer__logo{max-width:400px;height:100px}.c-footer .c-nav-list{margin-bottom:10px}.c-footer .c-nav-item{margin-bottom:5px}.c-footer .c-nav-item:last-child{margin-bottom:0}.c-nav-link{font-size:1.6rem;color:#fff;text-decoration:none}.c-footer__menu-link:hover,.c-nav-link:hover{color:#ccc}.c-footer__social{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:10px}.c-footer__social-item{width:25px;height:25px;background-repeat:no-repeat;background-position:center;background-size:contain;display:block;margin:0 10px}.c-footer__social-item.rss{background-image:url(../img/icons/rss.svg)}.c-footer__social-item.youtube{background-image:url(../img/icons/youtube.svg)}.c-footer__social-item.facebook{background-image:url(../img/icons/facebook.svg)}.c-footer__social-item.twitter{background-image:url(../img/icons/twitter.svg)}.c-footer__list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:10px}.c-footer__list-item.is-load{margin:10px;background-image:url(../img/oficons.png);background-image:-webkit-image-set(url("../img/webp/oficons.webp") 1x,url("../img/webp/oficons.webp") 2x);background-image:-webkit-image-set(url("../img/oficons.png") 1x,url("../img/oficons.png") 2x);background-image:image-set(url("../img/oficons.png") 1x,url("../img/oficons.png") 2x);background-size:116px;opacity:.7;transition:all ease .3s}.c-footer__list-item:hover{opacity:1}.c-footer__list-item.novomatic{width:91px;height:13px;background-position:-2px -297px}.c-footer__list-item.elk{background-position:-2px -192px;width:91px;height:38px}.c-footer__list-item.netent{background-position:-2px -247px;width:91px;height:48px}.c-footer__list-item.bally{background-position:-2px -111px;width:91px;height:46px}.c-footer__list-item.blueprint{background-position:-2px -159px;width:91px;height:31px}.c-footer__list-item.pragmatic{background-position:-2px -374px;width:91px;height:39px}.c-footer__list-item.yggdrasil{background-position:-2px -429px;width:91px;height:16px}.c-footer__list-item.playttech{background-position:-2px -352px;width:91px;height:20px}.c-footer__list-item.gameart{background-position:-2px -232px;width:91px;height:13px}.c-footer__list-item.vms{background-position:-2px -415px;width:91px;height:12px}.c-footer__list-item.playngo{background-position:-2px -312px;width:91px;height:17px}.c-footer__list-item.playson{background-position:-2px -331px;width:91px;height:19px}.c-footer__list-item.paypal{background-position:-2px -21px;width:112px;height:30px}.c-footer__list-item.paysafe{background-position:-2px -53px;width:112px;height:19px}.c-footer__list-item.netteler{background-position:-2px 0;width:112px;height:19px}.c-footer__list-item.trustly{background-position:-2px -74px;width:112px;height:35px}.c-footer__list-item.trustly{background-position:-2px -74px;width:112px;height:35px}.c-footer__list-item.skrill{background-position:-2px -447px;width:72px;height:25px}.c-footer__list-item.maestro{background-position:-2px -531px;width:45px;height:35px}.c-footer__list-item.mastercard{background-position:-49px -531px;width:45px;height:35px}.c-footer__list-item.visa{background-position:-2px -474px;width:70px;height:23px}.c-footer__list-item.visa-e{background-position:-2px -499px;width:66px;height:30px}.c-footer__copyright{color:#fff;font-size:1.4em;text-align:center}.c-footer__disclaimer p{color:#fff;font-weight:400;font-size:1.1rem;margin-bottom:10px;text-align:center}@media (min-width:768px){.c-footer{padding-bottom:0}.c-nav{display:flex;justify-content:space-evenly;margin-bottom:15px}}@media (min-width:1200px){.c-footer__container{display:flex;flex-wrap:wrap;padding:50px 20px}.c-footer__logo-section{flex-basis:33%}.c-nav{flex-basis:33%}.c-footer__interaction{flex-basis:33%;display:flex;align-items:center;justify-content:center;flex-direction:column}.c-footer__list,.c-footer__profiders{flex-basis:100%}}.c-footer__bottom{display:flex;flex-direction:column;align-items:center}.c-footer__menu{display:flex;flex-direction:column;align-items:center}.c-footer__menu-link{font-size:1.4rem;color:#fff;text-decoration:none}@media (min-width:768px){.c-footer__bottom{flex-direction:row;justify-content:center;margin:0 auto;padding:10px 0}.c-footer__menu{flex-direction:row}.c-footer__menu-item{padding:0 10px}}.c-casino-top__casino-logo img{margin:0 auto}.c-games__item-txt img{position:absolute}.c-brand__rating-val span{font-weight:700;color:#ff6523}.c-slots-hexagon__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.o-list-dark[class],.o-list-white[class]{padding-left:15px;margin-bottom:10px}.o-list-dark>li,.o-list-white>li{padding:4px 0 0 5px;position:relative}.o-list-dark>li::before,.o-list-white>li::before{content:'';position:absolute;width:15px;height:15px;left:-15px;top:10px}.o-list-white li::before{background-image:url(../img/decor-white.svg)}.o-list-dark li::before{background-image:url(../img/decor-dark.svg)}@media (min-width:768px){.o-list-dark[class],.o-list-white[class]{padding-left:40px}.o-list-dark>li::before,.o-list-white>li::before{left:-20px}}.c-header__right{display:flex;flex-direction:row;align-items:center}.c-header__flags{position:relative;margin-left:15px;width:30px;height:30px}.c-header__flags-current{display:block;width:30px;height:30px;border-radius:50%;border:1px solid #ddd;cursor:pointer;pointer-events:none}.c-header__flags-current:hover{border:1px solid #fff}.c-header__flags-current img{border-radius:50%}.c-header__flags-alternatives-wrapper{position:absolute;bottom:0;right:0;padding-top:10px;transform:translateY(100%);min-width:250px;height:auto;transition:all ease .4s;opacity:0;visibility:hidden}.c-header__flags:hover .c-header__flags-alternatives-wrapper{visibility:visible;opacity:1}.c-header__flags-alternatives{display:flex;flex-direction:column;padding:10px;background-image:linear-gradient(to left,#300f54 0,#4c1f7e 100%);height:-webkit-max-content;height:-moz-max-content;height:max-content}.c-header__flags-item{margin:5px 0;display:flex;flex-direction:row;align-content:center;text-decoration:none}.c-header__flags-item img{display:block;width:28px;height:28px;border-radius:50%;border:1px solid #ddd}.c-header__flags-item span{font-size:1.6rem;color:#ddd;font-weight:600;padding-left:10px;display:inline-block}.c-header__flags-item:hover img{border:1px solid #fff}.c-header__flags-item:hover span{color:#fff}@media (min-width:1200px){.c-header__flags,.c-header__flags-current{width:35px;height:35px}.c-header__flags-item img{width:33px;height:33px}.c-header__flags-alternatives{border-radius:10px}}.c-casino__more-btn-wrapper{text-align:center;margin-top:1rem}.c-casino__more-btn{padding:.5rem 3rem;font-size:1.6rem;min-width:70px;color:#ffffff;font-weight:700;background-color:#57258a;cursor:pointer;border-radius:10px;display:inline-block;transition:all ease .3s}.c-casino__more-btn:hover{background-color:#7030b2}.c-casino-top__common-top{display:none}.c-casino-top__common-top.visi{display:flex}.c-casino-top__common-top.visi.is-none{display:none}.o-list-plus[class],.o-list-minus[class]{padding-left:15px;margin-bottom:10px}.o-list-plus li,.o-list-minus li{padding:4px 0 0 30px;position:relative;margin-top:25px}.o-list-plus li::before,.o-list-minus li::before{content:'';position:absolute;width:20px;height:20px;left:-8px;top:7px}.o-list-plus li::before{background-image:url(../img/like.svg)}.o-list-minus li::before{background-image:url(../img/like.svg);transform:rotateX(180deg);top:9px}.o-list-minus li::after,.o-list-plus li::after{content:'';width:35px;height:35px;border-radius:50%;left:-15px;top:0;position:absolute;z-index:-1}.o-list-minus li::after{background-color:#ff6523}.o-list-plus li::after{background-color:#300f55}.c-block-filter{position:relative}.c-block-filter__btns{display:flex;justify-content:space-between;position:absolute;bottom:5px;right:0;width:70px}.c-block-filter__btn{cursor:pointer;background:transparent;padding:0;border:0}.c-block-filter__btns img{width:30px;height:30px}.p-r-80{padding-right:80px}.c-top-casino{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;margin:45px 0 20px;justify-content:stretch}@media (min-width:1241px){.c-top-casino{justify-content:space-around;margin:55px 0 30px}}.c-top-casino__item{width:100%;max-width:400px;border-radius:10px;padding:15px;background:linear-gradient(to right,#502180 5%,#2b0c4d 65%);display:flex;flex-direction:column;align-items:center;margin:0 auto 40px;position:relative}.c-top-casino__item.is-none{display:none}.c-top-casino__item.visi{margin-bottom:20px}.c-top-casino__item.visi::before{content:none}.c-top-casino__item.visi:last-child{margin-bottom:20px}@media (min-width:1241px){.c-top-casino__item,.c-top-casino__item.visi:last-child,.c-top-casino__item.visi{margin-bottom:0}}.c-top-casino__item:last-child{margin-bottom:0}.c-top-casino__item-logo{width:250px;height:150px;margin-bottom:10px}.c-top-casino__item:before{content:"";position:absolute;width:50px;height:50px;top:-25px;left:0;right:0;margin:auto;background-size:contain;background-repeat:no-repeat;background-position:center}.c-top-casino__item:nth-child(1):before{background-image:url("../img/icons/top-1.svg");width:60px;height:60px;top:-30px}@media (min-width:1241px){.c-top-casino__item:nth-child(1){order:2;transform:translateY(-20px)}.c-top-casino__item.visi:nth-child(1){transform:translateY(0)}}.c-top-casino__item:nth-child(2):before{background-image:url("../img/icons/top-2.svg")}@media (min-width:1241px){.c-top-casino__item:nth-child(2){order:1}}.c-top-casino__item:nth-child(3):before{background-image:url("../img/icons/top-3.svg")}@media (min-width:1241px){.c-top-casino__item:nth-child(3){order:3}}.c-top-casino__item-bonus{display:inline-block;font-size:1.8rem;color:#fff;font-weight:700;width:100%;text-align:center;border-top:1px solid #d9d4d4;border-bottom:1px solid #b3b3b3;padding:10px 0}.c-top-casino__item-chars{margin:10px 0 20px;text-align:left;padding:0;list-style:none}.c-top-casino__item-chars li{padding:0}.c-top-casino__item-chars li span{padding:5px 0 5px 2.6rem;font-size:1.4rem;color:#fff;position:relative;display:inline-block}.c-top-casino__item-chars li span:before{content:"\2714";font-family:'FontAwesome';display:flex;align-items:center;justify-content:center;position:absolute;left:0;width:2.1rem;height:2.1rem;top:5px;background:#fff;border-radius:50%;color:#502181;font-weight:700}.c-top-casino__item-btn{margin-top:auto;height:45px;border-radius:15px;width:80%;max-width:275px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:2.2rem;font-weight:700;color:#fff}.c-top-casino__item-review{font-size:1.2rem;color:#fff;display:inline-block;margin-top:10px;text-decoration:none}.c-top-casino__item-review:hover{text-decoration:underline}.c-brand__val--mod{padding:15px 0;color:#fff}.c-top-casino__item-bonus--mod{margin-bottom:15px}.c-top-casino__logo{width:100%;height:100%;max-height:90px;-o-object-fit:cover;object-fit:cover}.o-link{text-decoration:none;display:inline-block;color:#fff}.o-link:hover{text-decoration:underline}.c-casino-table__rating{display:flex;height:20px;width:110px;margin-bottom:10px}.c-casino-table__rating--color{width:100%;height:20px;overflow-x:hidden;display:flex}.c-casinos-items{max-width:560px;width:100%;padding:10px;background:linear-gradient(to left,#300f54 0,#19082c 100%);border:1px solid #300f54;border-radius:6px;box-shadow:0 2px 2px #00000080;margin:1rem 0;font-size:16px}.c-casinos-items__inner{margin-top:-10px}.c-casinos-items__left{max-width:500px;width:100%}.c-casinos-items__title{text-align:center;display:block;width:90%;padding:10px;margin-bottom:20px;background:#40166b;color:#eaeaea;font-weight:700;font-size:.875em;line-height:1.1;border-right:1px solid #40166b;border-bottom:1px solid #40166b;border-left:1px solid #40166b;border-bottom-right-radius:10px;border-bottom-left-radius:10px;text-align:center;text-transform:inherit;margin-left:auto;margin-right:auto}.c-casinos-items__subtitle{font-size:15px}.c-casinos-items__img{margin-top:1rem;margin-left:auto;margin-right:auto}.c-casinos-items__table{width:100%;border-collapse:separate;border-spacing:0 10px;margin:-10px 0 0;box-shadow:none}.c-casinos-items__side{overflow-x:auto}.c-casinos-items__col{background-color:#40166b;padding:5px 10px;border-top:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(0,0,0,.5);border-bottom:1px solid rgba(255,255,255,.1);border-left:1px solid rgba(255,255,255,.1);text-align:center;vertical-align:middle;min-width:130px;width:calc(100% / 3)}.c-casinos-items__col:last-child{border-right:none;border-top-right-radius:6px;border-bottom-right-radius:6px}.c-casinos-items__col:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}.c-casinos-items__thumb-hex{position:relative;max-width:200px;width:100%;height:auto;margin:auto}.c-casinos-items__name{display:block;text-decoration:none;font-weight:700;color:#fff;font-size:16px;border-bottom:1px solid #b3b3b3;margin-bottom:5px;padding-bottom:5px}.c-casinos-items__name:hover{text-decoration:underline}.c-casinos-items__bonus{color:#fff;font-weight:700;font-size:14px}.c-casinos-items__btn{background-image:linear-gradient(229.4deg,#ff6522 38.65%,#f32052 93.1%);box-shadow:0 3px 0 0 #ff6522;position:relative;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:6px;padding:.375em 1em;font-weight:700;text-shadow:0 -.0625em 0 #00000066;text-transform:uppercase;text-decoration:none;color:#fff;white-space:nowrap}.c-casinos-items__btn:hover{background-color:#4dc975;top:2px;box-shadow:0 1px 0 0 #ffffff1a}.c-casinos-items__btn span{display:inline-block}.c-thumb img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.c-casinos-items__btn span:first-child{display:none}.c-casinos-items__btn span:last-child{width:25px;height:25px}.c-casinos-items__btn span:last-child img{width:100%;height:100%}@media (min-width:500px){.c-casinos-items__btn span:first-child{display:block}.c-casinos-items__btn span:last-child{display:none}}@media (min-width:768px){.c-casinos-items{margin-left:30px}}.o-btn-flex{display:flex;flex-wrap:wrap;margin-left:-.5rem;margin-right:-.5rem;margin-bottom:1rem}.o-btn--padding{padding:1rem 2.5rem;margin-left:.5rem;margin-right:.5rem}.o-btn--primary{background-color:transparent;color:#000;border:1px solid #57258a}.o-btn--primary:hover{background-color:#57258a;color:#fff}.o-btn--default{background-color:#57258a}.o-btn--default:hover{background-color:#7030b2}.mindep-box{display:flex;flex-flow:row wrap;justify-content:space-around;padding:0;margin:0;list-style:none}.mindep-item{padding:5px;width:200px;height:210px;margin-top:10px;color:#57258a;font-weight:bold;font-size:3em;text-align:center;border-radius:10px;overflow:hidden;background:rgba(255,255,255,.03);padding:20px;box-shadow:0 1px 10px #ddd;overflow-x:auto}.mindep-item:hover{box-shadow:0 1px 15px #ab92c5;background:#ab92c5;color:white}.pm-box{display:flex;flex-flow:row wrap;justify-content:space-around;padding:0;margin:0;list-style:none}.pm-item{padding:5px;width:200px;height:130px;margin-top:10px;color:#57258a;font-weight:bold;font-size:3em;text-align:center;border-radius:10px;overflow:hidden;background:rgba(255,255,255,.03);padding:20px;box-shadow:0 1px 10px #ddd;overflow-x:auto}.pm-item:hover{box-shadow:0 1px 15px #ab92c5;background:#ab92c5;color:white}.c-new-casino{position:fixed;bottom:0;left:0;right:0;width:100%;background-color:#fff;z-index:2;transform:translateY(100%)}.c-new-casino.is-active{transform:translateY(0);transition:transform .2s linear 4s}.c-brand__rating-val{font-size:16px}.c-new-casino__inner{margin-left:-20px;margin-right:-20px;display:flex;flex-direction:column;align-items:center}.c-new-casino__top{display:flex;align-items:center;margin-right:50px}.c-new-casino__logo{display:block;text-align:center;border-radius:10px;padding:5px;width:180px;margin:5px 10px 5px 0;background-color:#57258a}.c-new-casino__logo img{width:auto;height:auto}.c-new-casino__rating{text-align:center}.c-new-casino__bonus{font-size:20px;line-height:25px;padding:5px 10px;text-align:center;font-weight:700;color:#57258a;flex:1}.c-new-casino__rating .c-casino-table__rating{margin-bottom:0}.c-new-casino__warning{color:#DF1010;margin-bottom:5px}.c-new-casino__btn{width:100%;padding:1.4rem;border-radius:4px;font-size:1.7rem;background-color:#57258a}.c-new-casino__close{position:absolute;right:10px;top:10px;background:transparent;border:0;width:30px;height:30px;cursor:pointer}.c-new-casino__close img{width:100%;height:100%}@media (min-width:555px){.c-new-casino__btn{max-width:300px}}@media (min-width:992px){.c-new-casino__inner{flex-direction:row;margin-left:0;margin-right:0}.c-new-casino__btn{margin-right:55px;margin-top:0}.c-new-casino__close{top:50%;transform:translateY(-50%)}.c-new-casino__bonus{font-size:24px;line-height:27px;margin-left:25px;margin-right:25px}}.c-reviews{margin-bottom:3rem}.c-reviews__item{margin-bottom:30px;padding:1.5rem;box-shadow:0 1px 2px rgba(0,0,0,.248);border-radius:1rem}.c-reviews__top{display:flex;justify-content:space-between;align-items:center;font-size:1.7rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #00000040}.c-reviews__rating{text-align:right}.c-reviews__date,.c-reviews__country{font-size:1.2rem;font-weight:400}.c-reviews__name{color:#005fb9;margin-bottom:.5rem}.c-reviews__descr p+p{margin-top:.5rem}.c-reviews__descr p:not([class]){margin-bottom:0}.c-footer-new{color:#fff;background:linear-gradient(to left,#300f54 0,#4c1f7e 100%)}.c-footer__info{display:flex;justify-content:center;flex-wrap:wrap;border-bottom:1px solid #cccccc4a}.c-footer__info[class]{margin:0;padding:2rem 0 1rem 0}.c-footer__info-item{margin:0 1.5rem 1rem}.c-footer__info-link{text-decoration:none;color:#fff;text-transform:capitalize;font-size:1.6rem;font-weight:600;transition:all .2s}.c-footer__info-link:hover{color:#ccc}.c-footer__section{padding:2rem 1rem;border-bottom:1px solid #cccccc4a}.c-footer__section--mod{border-bottom:none;padding-bottom:0}.c-footer__email{display:inline-block;text-decoration:none;color:#fff;margin-top:8px;margin-bottom:8px}.c-footer__email:hover{text-decoration:underline}.c-footer__title{color:#fff;font-size:1.8rem;text-align:center;font-weight:700;display:block}.c-footer__list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.c-footer__list-item{margin:10px;width:auto;opacity:.8;transition:opacity .3s ease}.c-footer__list-item:hover{opacity:1}.c-footer__list-item img{height:26px;width:auto;max-width:130px;-o-object-fit:contain;object-fit:contain}.c-footer__link{text-decoration:none;color:#ddd;font-size:1.6rem;transition:color .2s linear}.c-footer__link:hover{color:#fff}@media (min-width:768px){.c-footer__icons{margin-left:-1rem;margin-right:-1rem}.c-footer__flex{display:flex;justify-content:center;align-items:center;margin-left:1rem;margin-right:1rem}.c-footer__list[class]{margin:0}.c-footer__list{flex:1 1 auto;justify-content:flex-start}.c-footer__title{flex-shrink:0;margin-right:1.5rem}}.c-nav{display:flex;flex-wrap:wrap}.c-nav__col{flex-basis:100%;border-top:1px solid #cccccc4a;margin-bottom:15px}.c-nav__col:first-child{border-top:none}.c-nav__title{color:#fff;font-size:1.8rem;position:relative;padding-top:1.5rem;padding-left:2.5rem}.c-nav__title svg{position:absolute;left:0;top:50%}.c-nav__list[class]{padding-left:2.5rem}.c-nav__item+.c-nav__item{margin-top:1.5rem}.o-icon{width:15px;height:15px}@media (min-width:412px){.c-nav__col{flex-basis:calc(100% / 2 - 25px);margin-right:2rem}.c-nav__col:nth-child(2){border-top:none}}@media (min-width:700px){.c-nav__col{flex-basis:calc(100% / 3 - 25px);margin-right:20px}.c-nav__col:nth-child(3){border-top:none}}@media (min-width:992px){.c-nav__col{flex-basis:calc(100% / 4 - 25px);margin-right:2rem}.c-nav__col:nth-child(4){border-top:none}}@media (min-width:1200px){.c-nav__col{flex-basis:calc(100% / 5 - 25px);margin-right:2rem}.c-nav__col:nth-child(5){border-top:none}}.c-footer__content{text-align:center;padding-top:1.5rem;padding-bottom:1.5rem;font-size:1.4rem;max-width:600px;margin:0 auto}.c-footer__section{border-top:1px solid #cccccc4a}.c-footer__social{margin-bottom:25px}.c-nav__title{display:block;font-weight:bold}.c-nav{margin-bottom:20px;display:flex;flex-direction:column}@media (min-width:410px){.c-nav{flex-direction:row;justify-content:space-evenly}}.c-reviews-form{display:none}.c-reviews-form.is-active{display:block}.c-add-review-btn.is-active{display:none}.c-reviews-form{box-shadow:0 1px 2px rgba(0,0,0,.259);padding:2rem;border-radius:1rem;margin-top:1.5rem;margin-bottom:1.5rem;overflow:hidden}.c-reviews-form__title{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase}.c-reviews-form__rating{margin-bottom:1.5rem}.c-reviews-form__rating{display:flex;flex-wrap:wrap;position:relative}.c-reviews-form__right{display:flex;align-items:center}.c-reviews-form__rating-title{margin-right:1.5rem}.c-reviews-form__inputs{display:flex;flex-wrap:wrap;position:relative}.c-reviews-form input{height:50px;display:inline-block;margin-bottom:2rem}.c-reviews-form select{height:50px;margin-bottom:2rem;cursor:pointer}.c-reviews-form input,.c-reviews-form textarea,.c-reviews-form select{width:100%;max-width:100%;border:1px solid #e1e6ea;border-radius:5px;box-sizing:border-box;padding:15px;color:#dbc1c1;font-size:15px;transition:box-shadow .3s ease;vertical-align:top}.c-reviews-form input:focus,.c-reviews-form textarea:focus,.c-reviews-form select:focus{outline:none;box-shadow:0 0 4px 0 #ff6522}.c-reviews-form textarea{resize:none;margin-bottom:1.5rem}.c-reviews-form__moder{padding:1rem;font-weight:700;background-image:linear-gradient(229.4deg,#f32052 38.65%,#ff6522 93.1%);color:#fff;margin-bottom:1rem;display:none}.c-reviews-form__moder.is-active{display:block}.c-reviews-form__moder svg{width:20px;height:20px;fill:#fff}@media (min-width:768px){.c-reviews-form__inputs{flex-wrap:nowrap}.c-reviews-form input+input{margin-left:2rem}}:root{--rating-bg:#ddd;--rating-fg:#ff6522;--size:2rem;--space:.15em}.rating{position:relative;display:inline-flex}.rating-bg,.rating-fg,.rating-action{display:inline-flex;flex-wrap:nowrap;white-space:nowrap}.rating-bg .icon,.rating-fg .icon,.rating-action .icon{width:var(--size);height:var(--size);min-width:var(--size);min-height:var(--size);padding:var(--space)}.rating-bg{color:var(--rating-bg)}.rating-bg .icon{fill:currentColor;stroke:currentColor}.rating-fg{position:absolute;top:0;left:0;overflow:hidden;color:var(--rating-fg)}.rating-fg .icon{fill:currentColor;stroke:currentColor}.rating-action{flex-direction:row-reverse}.rating-action .icon{cursor:pointer;fill:var(--rating-bg);stroke:var(--rating-bg)}.rating-action .icon:hover,.rating-action .icon:hover~.icon{fill:var(--rating-fg);stroke:var(--rating-fg)}.rating-action[data-rating="1"] .icon:nth-last-child(1),.rating-action[data-rating="1"] .icon:nth-last-child(1)~.icon{fill:var(--rating-fg);stroke:var(--rating-fg)}.rating-action[data-rating="2"] .icon:nth-last-child(2),.rating-action[data-rating="2"] .icon:nth-last-child(2)~.icon{fill:var(--rating-fg);stroke:var(--rating-fg)}.rating-action[data-rating="3"] .icon:nth-last-child(3),.rating-action[data-rating="3"] .icon:nth-last-child(3)~.icon{fill:var(--rating-fg);stroke:var(--rating-fg)}.rating-action[data-rating="4"] .icon:nth-last-child(4),.rating-action[data-rating="4"] .icon:nth-last-child(4)~.icon{fill:var(--rating-fg);stroke:var(--rating-fg)}.rating-action[data-rating="5"] .icon:nth-last-child(5),.rating-action[data-rating="5"] .icon:nth-last-child(5)~.icon{fill:var(--rating-fg);stroke:var(--rating-fg)}.c-reviews-form__send{border:none;cursor:pointer;width:200px;height:40px;display:flex;align-items:center;justify-content:center}.o-img{height: auto;}.o-embed{position:relative;overflow:hidden}.o-embed::before{content:'';display:block;padding-top:56.25%}.o-embed iframe{width:100%;height:100%;border:0;padding:0;margin:0;display:block;position:absolute;top:0;left:0;z-index:1}.c-main__body{display: flex;flex-direction: column;width: 100%;}.c-main__primary{order:-1;}.c-page__error{padding-top: 20px; height: 100%; display: flex; justify-content: center; align-items: center;}.c-error__img{margin: 0 auto 15px;}.c-error__span{text-align: center; display: block; font-size: 40px; font-weight: bold; margin-bottom: 20px; color: #4c1f7b;}.c-error p{max-width: 800px; text-align: center; padding-left: 15px; padding-right: 15px; font-size: 17px;}.c-error__items[class]{display: flex; justify-content: center; flex-wrap: wrap; margin-top: 40px; column-gap: 25px;}.c-error__item-link{display: flex; flex-direction: column; align-items: center; justify-content: center; flex-wrap: wrap;}.c-error__item{margin-bottom: 20px; width: 215px;}.c-error__item-link svg{padding: 17px; flex-shrink: 0; width: 120px; height: auto;}.c-error__item-link{padding: 0 20px 20px; box-shadow: 0 0 10px 3px rgba(50,50,50,.2); border-radius: 10px; transition: box-shadow .3s ease-in-out; cursor: pointer; text-decoration: none;}.c-error__item-link span{color: #4c1f7b; font-weight: bold; text-decoration: none; display: block; font-size: 17px;}.c-error__item-link:hover{box-shadow: 0 0 10px 4px rgb(80 33 128 / 31%);}.c-error p + p{margin-top: 10px;}.c-error__link{text-decoration: none;}.c-error__link:hover{text-decoration: underline;}.c-page{padding-top: 50px;}.c-popup{position:fixed;z-index:10;top:0;left:0;background:rgba(0,0,0,.7);width:100%;height:100%;overflow:auto;display:none}.c-popup.is-active{display:block}.c-popup__wrapper{display:table;height:100%;width:100%}.c-popup__inner{display:table-cell;vertical-align:middle;padding:5rem 1rem}.c-popup__content{background:#fff;padding:6rem 2rem 2rem;max-width:768px;margin:0 auto;position:relative;border-radius:20px}.c-popup__title{color:orange;font-weight:800;text-transform:uppercase;font-size:26px;text-align:center;margin-bottom:15px}.c-popup__btn-close{position:absolute;top:20px;right:20px;padding:0;border:0;background-image:url(../img/close-dark.svg);width:20px;height:20px;background-color:transparent;cursor:pointer;transition:transform .2s linear,opacity .2s;outline:none}.c-popup__btn-close:hover{transform:scale(1.1)}.c-popup__btn-close:focus{transform:scale(.9);opacity:.8}.c-popup__brands{display:flex;justify-content:center;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}.c-popup__brand{padding:1rem;background:linear-gradient(to right,#502181 5%,#2b0c4b 65%);margin-left:.5rem;margin-right:.5rem;border-radius:7px;width:calc(100% / 1 - 1rem);display:flex;flex-direction:column;align-items:center;justify-content:space-between}@media(min-width:412px){.c-popup__brand{width:calc(100% / 2 - 1rem)}}.c-popup__brand{margin-bottom:1.5rem}.c-popup__brand-img{max-height:140px;width:100%;margin-bottom:1rem}.c-popup__brand-btn{color:#57258a;background-color:#fff;box-shadow:0 3px 0 0 #cbcccb;width:100%;text-align:center;text-transform:uppercase;padding:.4rem .8rem;border-radius:1rem;display:inline-block;text-decoration:none;font-weight:700;font-size:1.6rem;transition:background-color .2s linear,color .2s linear,box-shadow .2s linear}.c-popup__brand-btn:hover{background-color:#57258b;box-shadow:none;color:#fff}@media(min-width:768px){.c-popup__brand{width:calc(100% / 3 - 1rem)}.c-popup__content{padding:7rem 3rem 3rem}}.c-btn-popup{cursor:pointer;border:0}.c-popup__brand-bonus{color:#fff;font-weight:700;margin-bottom:15px;font-size:17px;border-top:1px solid #ccc;display:block;width:100%;text-align:center;border-bottom:1px solid #ccc;padding:5px}.c-popup__link{color: white; text-decoration: none; padding: 10px 40px; font-size: 20px; border-radius: 50px;}.c-author__btn{padding: 5px 30px; font-weight: 600; font-size: 1.4rem; min-width: 150px;}.c-author__container{box-shadow:0 2px 0 rgba(0,0,0,.1);border:1px solid rgba(238,238,238,.5);border-radius:10px;padding:10px;display:flex;flex-direction:column;align-items:center;margin-bottom:15px}.c-author__img-section{margin-bottom:10px}.c-author__img{width:250px;height:250px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;margin:0 auto;border-radius:50%;overflow:hidden}.c-author__main-info{margin-bottom:10px}.c-author__quote{padding-top:35px;font-size:1.6rem;text-align:center;margin-bottom:10px;position:relative}.c-author__quote::before{content:"";position:absolute;width:30px;height:30px;top:0;left:50%;transform:translateX(-50%);background-image:url("../img/icons/quotation-mark.svg");background-repeat:no-repeat;background-position:center;background-size:contain}.c-author__name{font-size:1.6rem;font-style:italic;text-align:center}.c-author__logo-section{margin-bottom:10px}.c-author__info{text-align:center;display:block;color:#000;font-weight:700;margin-bottom:5px}.c-author__logo{width:200px;margin:0 auto}.c-author__logo img{height:auto}.c-author__btns{background-image:linear-gradient(42deg,#fd853c 26%,#fa6b36 48%,#f42727);display:block;padding:5px 30px;font-size:1.4rem;color:#fff;font-weight:600;text-decoration:none;min-width:150px;text-align:center;border-radius:50px;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:0 auto}.c-author__btns:hover{background-image:linear-gradient(42deg,#f42727 26%,#fa6b36 48%,#fd853c)}@media (min-width:992px){.c-author__container{flex-direction:row;align-items:center;flex-wrap:wrap;justify-content:space-between}.c-author__img-section{min-width:150px;min-height:150px}.c-author__img{width:150px;height:150px;background-color:#ccc}.c-author__main-info{flex-basis:50%}}.o-center{margin:10px auto;text-align:center}.o-center img{height:auto;display:inline-block}.c-varieties__list{counter-reset:count}.c-varieties__item{background-color:#eee;margin-bottom:15px;position:relative;padding:40px 10px 10px}.c-varieties__item::before{content:"";position:absolute;left:0;top:0;height:100%;width:2px;background-image:linear-gradient(180deg,#f32052 -1.22%,#ad1c87 17.39%,#6d18b7 93.06%)}.c-varieties__item:last-child{margin-bottom:0}.c-varieties__item-num{counter-increment:count;position:absolute;width:25px;height:25px;border-radius:50%;top:15px;right:10px}.c-varieties__item-num::before{content:counter(count);position:absolute;width:22px;height:22px;border-radius:50%;display:flex;justify-content:center;align-items:center;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.4rem;color:#4c1f7e;font-weight:700;background-color:#eee;z-index:1}.c-varieties__item-num::after{content:"";position:absolute;width:100%;height:100%;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;background-image:linear-gradient(130deg,#f32052 -1.22%,#ad1c87 17.39%,#6d18b7 93.06%)}.c-varieties__title{font-size:1.8rem;margin-bottom:5px}.c-varieties__desc{font-size:1.6rem}.c-casino-brand__left{display: flex; flex-direction: column; align-items: center;}.c-alt-casino-table{display: block;margin-bottom: 1em;}
.c-alt-casino-table tr{background: rgba(255,255,255,.03);padding: 20px;box-shadow: 0 5px 20px #ab92c5;overflow: hidden;overflow-x: auto;border-radius: 10px;}.c-alt-casino-table table {border:none;border-collapse:separate;width:100%;table-layout: fixed;border-spacing: 0 30px;}
.c-alt-casino-table td:nth-child(1) {border-radius: 10px 0 0 10px;}
.c-alt-casino-table td:nth-child(1) img {padding:10px;margin: 0 auto;object-fit:contain;}
.c-alt-casino-table td:nth-child(2),.c-alt-casino-table td:nth-child(3) {color: #502181;text-align: center;font-weight: 700;font-size: 2rem;padding:10px;}
.c-alt-casino-table td:nth-child(2) a {font-size: 2.4rem;color: #502181;}
.c-alt-casino-table td:nth-child(4) {background: linear-gradient(229.4deg,#ff6522 38.65%,#f32052 93.1%);border-radius: 0 10px 10px 0;width:260px;text-align:center;padding: 0;}
.c-alt-casino-table td:nth-child(4):hover {background: linear-gradient(49.4deg,#ff6522 38.65%,#f32052 93.1%);}
.c-alt-casino-table td:nth-child(4) a {display: flex;width:100%;height:100%;align-items: center;justify-content: center;font-size: 2.4rem;font-weight: 700;text-shadow: 0 -0.0625em 0 #00000066;text-transform: uppercase;text-decoration: none;color: #fff;min-height:150px;}
.c-alt-casino-table td:nth-child(4) a:hover {text-decoration: none;color: #fff;}
.c-alt-casino-table__rating {display: table;margin: 0px auto;background-image: url("https://miglioricasinoonlineaams.com/static/img/icons/rating.svg");height: 20px;width: 110px;text-align: center;display: flex;}
.c-alt-casino-table__rating--color {width: 95%;background-image: url("https://miglioricasinoonlineaams.com/static/img/icons/rating-yellow.svg");height: 20px;overflow-x: hidden;display: flex;}@media (max-width: 780px){.c-alt-casino-table table{max-width:460px;}.c-alt-casino-table td {display:block;}.c-alt-casino-table td:nth-child(1){border-radius: 10px 10px 0 0;}
.c-alt-casino-table td:nth-child(1) img{display: block;margin-left: auto;margin-right: auto;}
.c-alt-casino-table td:nth-child(2),.c-alt-casino-table td:nth-child(3) {width:auto}
.c-alt-casino-table td:nth-child(4){border-radius: 0 0 10px 10px;width:auto;height:100px;}
.c-alt-casino-table td:nth-child(4) a{min-height:auto;}}
.c-dev-table__container th{color: #57258b;font-weight: 700;background-color: #ddd;}.c-dev-table__container th span{font-weight: normal}.c-payments__table-container th a{color: coral;text-decoration:none}
.pros_cons_table{display: block;margin-bottom: 1em;overflow: hidden;background: rgba(255,255,255,.03);padding: 20px;box-shadow: 0 1px 10px #ddd;overflow-x: auto;}
.pros_cons_table h2{text-align:center;color:#421a70;}
.pros_cons_table table {border:none;border-collapse: collapse;width:100%;table-layout: fixed;}
.pros_cons_table td {vertical-align: top;}
.pros_cons_table td ul {list-style: none;margin-left: 15px;}
.pros_cons_table td ul li {margin-bottom: 12px;margin-left: -10px;display: flex;align-items: center;}
.pros_cons_table td:nth-child(1) ul li::before {color: transparent;font-size: 1px;content: " ";margin-left: -1.3em;margin-right: 15px;padding: 10px;background-color: green;-webkit-mask-image: url("https://miglioricasinoonlineaams.com/static/img/icons/check-mark.svg");-webkit-mask-size: cover;}
.pros_cons_table td:nth-child(2) ul li::before {color: transparent;font-size: 1px;content: " ";margin-left: -1.3em;margin-right: 15px;padding: 10px;background-color: red;-webkit-mask-image: url("https://miglioricasinoonlineaams.com/static/img/icons/close.svg");-webkit-mask-size: cover;}@media screen and (max-width: 480px){
.pros_cons_table table thead {display: none;}
.pros_cons_table td {display:block;text-align: left;}
.pros_cons_table td:nth-child(1):before {content: "PRO";font-weight: bold;}
.pros_cons_table td:nth-child(2):before {content: "CONTRO";font-weight: bold;}.sitemap__lst{display: block;margin-bottom: 1em;overflow: hidden;background: rgba(255,255,255,.03);padding: 20px;box-shadow: 1px 1px 5px #000;}}
.sitemap__lst ol li{display: inline-block;list-style-type: none;}
.sitemap__lst h2{text-align:center;color:#421a70;}
.sitemap__lst ol li a {text-decoration: none;padding: .2em 0.5em;width: 250px;display: block;color:#3e176a;}
.c-block-author{font-size:1.6rem}.c-block-author__left{display:flex;flex-direction:column;align-items:center}.c-block-author__title{margin-bottom:0}.c-block-author__subtitle{display:block;text-align:center;margin-bottom:.5rem}.c-block-author__img{display:inline-block}.c-block-author__info{background:#57258a;padding:1.5rem;padding-bottom:3.5rem;border-radius:1rem;position:relative}.c-block-author__info-title{display:block;margin-bottom:.3rem;text-decoration:underline;font-weight:700}.c-block-author__info-descr{display:block;margin-bottom:1rem;position:relative}.c-block-author__info-list[class]{margin:0}.c-block-author__info-item{margin-bottom:.3rem}.c-block-author__info-link{color:#ffffffe3;text-decoration:none}.c-block-author__info-link:hover{text-decoration:underline}.c-block-author__social-list[class]{margin-top:-1rem;margin-bottom:1rem}.c-block-author__social-list{display:flex;align-items:center;flex-wrap:wrap;justify-content:center}.c-block-author__social-item{margin-left:.6rem;margin-right:.6rem;margin-bottom:.5rem}.c-block-author__info-img{width:40px;height:40px;position:absolute;bottom:10px;right:10px}@media (min-width:768px){.c-block-author{flex-direction:row;justify-content:center}.c-block-author__left{min-width:360px;margin-right:2rem}.c-block-author__info{max-width:585px;width:100%;border-radius:2rem;padding:2rem}.c-block-author__img img{width:250px;height:250px}}@media (min-width:992px){.c-block-author__info{padding:2.5rem}.c-block-author__left{margin-right:5rem}}.o-clearfix::after{content:'';display:block;clear:both}.c-casino-info__img--two{float:left;margin:0 10px 10px 0}.c-casino-info__img--one{float:right;margin:0 0 10px 10px}.c-aside__menu{max-width: 500px; width: 100%; margin: 25px auto 20px;}.c-aside-menu__title{color: white; font-weight: bold; background: linear-gradient(to left,#300f54 0,#4c1f7e 100%); border-radius: 10px; text-align: center; display: block; padding: 10px; margin-bottom: 10px;}.c-aside__list{border-radius: 10px; background: linear-gradient(to left,#300f54 0,#4c1f7e 100%)}.c-aside__list[class]{margin-top: 5px; margin-bottom: 10px; padding-top: 7px; padding-bottom: 7px;}.c-aside__list-link{padding: 12px 15px; color: white; display: block; text-decoration: none;}.c-aside__list-item + .c-aside__list-item{border-top: 1px solid #ffffff59;}.c-aside__list-link:hover{text-decoration: underline;}@media(min-width:1200px){.c-aside__menu{max-width: none;}}.c-casinos[class]{margin-bottom: 30px;}.c-casinos__title{font-size: 18px; font-weight: bold;}.c-casinos{display: flex; justify-content: center; flex-wrap: wrap; gap: 10px}.c-casinos__item{padding: 15px;}.c-casinos__link{display: block; padding: 10px; font-size: 12px; color: #2b0c4d; background: #ddd; text-decoration: none; font-weight: bold; border-radius: 40px; cursor: pointer; text-align: center; transition: background .3s linear;}.c-casinos__item{max-width: 300px; width: 100%; border: 10px solid #4c1f7e}@media(min-width:640px){.c-casinos__item{width: calc(100% / 2 - 6px);}}@media(min-width:950px){.c-casinos__item{width: calc(100% / 3 - 7px);}}@media(min-width:1200px){.c-casinos__item{width: calc(100% / 4 - 8px);}}.c-casinos__link:hover{background: #e6e6e6;}.c-article-author{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:20px;margin-bottom:10px}.c-article-author__name{font-weight:bold;color:#421a70;margin-right:15px}.c-article-author__left{display:flex;flex-wrap:wrap;flex:1 1 300px;margin-bottom:10px}.c-article-author__right{display:flex;flex:1 1 300px;justify-content:left;margin-bottom:10px}@media (min-width:640px){.c-article-author__right{justify-content:flex-end}}.c-article-author__date-publicate{color:#555}.c-article-author__date-update{color:#555;text-transform:uppercase}
.c-sidebar-right-widget__item summary{padding:1.5rem 6rem 1.5rem 3rem;display:block;font-size:19px;cursor:pointer;text-align:center;position:relative;outline:0;color:#421a70;font-weight:700}.c-sidebar-right-widget__item summary:before{content:"";position:absolute;display:block;height:2.5rem;width:2.5rem;background-image:url('../img/arrow-purple.svg');top:50%;right:20px;transform:translateY(-50%)}.c-sidebar-right-widget details[open] summary:before{transform:rotate(180deg) translateY(50%)}.c-sidebar-right-widget{margin-bottom:15px}.c-bonus{z-index:10;background:white;box-sizing:border-box;border-radius:5px;max-width:520px;width:100%;margin:0 auto}.c-bonus__top{background-color:#57258a;border-radius:5px 5px 0 0;position:relative;padding:10px}.c-bonus__img{max-width:180px;margin:-90px auto 0 auto;display:block}.c-bonus__flag{position:absolute;margin:0 0 0px -30px;border-radius:50%;border:5px solid white;overflow:hidden;box-sizing:border-box;background:white;left:auto;right:20px;width:45px;height:45px;bottom:-25px}.c-bonus__content{padding:10px}.c-bonus__info{display:flex;align-items:center;max-width:220px;font-size:18px}.c-bonus__info span{font-weight:700;color:#fff;display:inline-block;margin-left:15px}.c-bonus__title{font-size:30px;line-height:30px;padding-top:25px;margin-bottom:15px;display:block;font-weight:700;text-transform:uppercase;color:#57258a;text-align:center}.c-bonus__box{display:flex;flex-wrap:wrap}.c-bonus__brand{width:100px;height:100px;border:2px solid #57258a;border-radius:50%;padding:5px;display:inline-block;margin-right:15px;overflow:hidden}.c-bonus__brand img,.c-bonus__flag img{width:100%;height:100%;object-fit:contain}.c-bonus__box{display:flex;align-items:center}.c-bonus__descr{font-weight:700;font-size:24px;flex:1}.o-purple-text{color:#57258a}.o-red-text{color:#f32052}.c-bonus__btns{display:flex;flex-wrap:wrap}.c-bonus__btn{width:100%;font-size:20px;padding:1rem 1rem;border-radius:5px}.o-btn--grey{color:#b0b0b0;background:#e8e8e8;border:2px solid #b0b0b0;cursor:default}.c-bonus__close{position:absolute;right:-15px;top:-15px;width:35px;height:35px;background:white;padding:10px;border:0;border-radius:50%;color:#dc133c;cursor:pointer;transition:background .3s ease,color .3s ease;z-index:100}.c-bonus__close:hover{background-color:#40166b}@media(min-width:767px){.c-bonus__img{max-width:310px;margin:-110px auto -30px auto}.c-bonus__flag{bottom:-35px;left:50%;width:65px;height:65px}.c-bonus__title{padding-top:35px;font-size:35px;line-height:40px;margin-bottom:30px}.c-bonus__descr{font-size:32px}}.o-btn--purple{background: #57258a;}.c-sidebar-right-widget__item--two{display: none;}@media(min-width:1200px){.c-sidebar-right-widget__item--first{display: none;}.c-sidebar-right-widget__item--two{display: flex;}.c-casino-top{padding-bottom: 40px;}}
.c-sidebar-right-widget__item--first .c-sidebar-right-widget__item-widget{padding:10px;border-radius:10px;box-shadow:0 2px 0 rgba(0,0,0,.1);border:1px solid rgba(238,238,238,.5);margin-bottom:10px;display:flex;align-items:center;flex-direction:column}@media (min-width:450px){.c-sidebar-right-widget__item--first .c-sidebar-right-widget__item-widget{flex-direction:row}}.c-top-casino__list-promo[class]{color:white;list-style:disc;margin-bottom:20px;}.c-top-casino__list-promo li + li{margin-top:10px;}.c-casino-top__casino-logo-promo{display:flex;align-items:center;}.c-casino-top__common-top-promo{padding-bottom:15px;}.c-casino-top__bonus-span .c-top-casino__list-promo[class]{color:#502184;font-weight:bold;padding-left:22px;}.c-casino-top__common-top-promo{align-items:center;}.с-top-casino__promo-bottom{color:#502184;font-weight:bold;text-align:center;}.с-top-casino__promocode.c-promocode__span::after{display:none;}.с-top-casino__promocode.c-promocode__span{padding:10px 15px;width:100%;margin-bottom:0;color:white;background:linear-gradient(229.4deg,#ff6522 38.65%,#f32052 93.1%)}@media(min-width:993px){.c-promo-bonus__item{width:25%;padding-left:30px;padding-right:30px;padding-bottom:0;}.c-promo-bonus__item-img{object-fit:contain;}.с-top-casino__promocode.c-promocode__span{width:80%;}}.с-top-casino__promo{display:flex;flex-direction:column;align-items:center;}.c-promocode__span{width:80%;display:block;text-align:center;padding:8px 35px 8px 15px;margin-bottom:10px;margin-top:10px;position:relative;cursor:pointer;background:white;border:none;margin-right:auto;margin-left:auto;}.c-promocode__span::after{position:absolute;content:'';top:50%;right:10px;transform:translateY(-50%);width:15px;height:15px;background-repeat:no-repeat;background-image:url(../img/copy-promo.svg)}.c-promo-bonus__item{padding-bottom:10px;}.o-title-similar{font-size:3rem!important;display:block;}.o-test-container{display:flex;flex-direction:column}.c-breadcrumbs-test{order:3;margin-top:15px}.c-main-block__txt{position:relative;max-height:none;overflow:visible}.c-main-block__txt .c-main-block__desc{display:block;max-height:22px;overflow:hidden;transition:max-height .3s}.c-main-block__txt.expanded .c-main-block__desc{max-height:none}.show-more-btn{display:block;margin-top:5px;color:#ff6522;cursor:pointer;font-size:16px;background:0 0;border:none;font-weight:700}@media (min-width:556px){.show-more-btn{display:none}.c-main-block__txt .c-main-block__desc{max-height:none;overflow:visible}}.c-authors{margin-bottom:2rem;display:flex;justify-content:space-between;flex-wrap:wrap}.c-authors__item{width:100%;text-align:center;min-height:100%;padding:24px 40px;background-color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.c-authors__img{margin-bottom:2rem}.c-authors__img img{width:145px;border-radius:50%;margin-left:auto;margin-right:auto}.c-authors__link{font-size:2rem;margin-bottom:1rem;display:block;color:#00e;text-decoration:none}.c-authors__link:hover{text-decoration:underline}.c-authors__socials{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.c-authors__socials li{margin-left:4px;margin-right:4px}.c-authors__text{margin-bottom:1rem}@media(min-width:992px){.c-authors__item{width:calc(100% / 2 - 20px);margin-left:10px;margin-right:10px;margin-bottom:15px}}.c-info-play{margin:15px 0;box-shadow:0 1px 10px #ddd}.c-info-play__header{padding:15px}.c-info-play__heading-section{margin-bottom:5px}.c-info-play__list{padding:15px}.c-info-play__column:first-child{counter-reset:order -1}.c-info-play__column:last-child{counter-reset:order}.c-info-play__item{padding:10px 0;border-bottom:1px solid #eee}.c-info-play__question{padding:10px 40px 10px 10px;font-size:1.6rem;font-weight:700;outline:none;position:relative;cursor:pointer;display:block}.c-info-play__question::after{content:'';position:absolute;width:20px;height:20px;top:50%;right:10px;transform:translateY(-50%);background-image:url(../img/icons/down-chevron.svg);background-position:center;background-size:contain;background-repeat:no-repeat;transition:all ease .3s}.c-info-play__item[open] .c-info-play__question::after{transform:rotate(-180deg) translateY(50%)}.c-info-play__answer{font-size:1.6rem;padding:10px}.c-info-play__question::-webkit-details-marker{display:none}@media (min-width:768px){.c-info-play__question{padding:10px 40px}.c-info-play__question::before{counter-increment:order order;content:counter(order);width:30px;height:30px;border-radius:50%;background-color:#57258a;color:#fff;font-size:1.6rem;font-weight:700;display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:0;transform:translateY(-50%)}.c-info-play__content-section,.c-info-play__list{display:flex;flex-wrap:wrap;justify-content:space-between}.c-info-play__txt,.c-info-play__column{flex-basis:47%}}.c-statistics{display:flex;flex-wrap:wrap;justify-content:center;margin-top:15px;margin-bottom:25px;background-color:#4e3382;padding:1.5rem;border-radius:15px;align-items:center}.c-statistics__element{text-align:center;max-width:250px;width:100%;margin-left:20px;margin-right:20px;margin-bottom:35px;text-transform:uppercase;flex-shrink:1;flex-grow:1;flex-basis:calc(100% / 4 - 30px)}@media(min-width:992px){.c-statistics__element{margin-left:15px;margin-right:15px;margin-bottom:15px;padding-top:2rem;padding-bottom:2rem}}.c-statistics__number{font-size:38px;line-height:48px;font-weight:900;color:white;margin-bottom:5px;}.c-statistics__text{font-size:14px;font-weight:700;color:whitesmoke}.c-statistics__content{display:flex;flex-direction:column;text-align:center;justify-content:center}.c-casino-bonus{margin-bottom:0;}.c-casino-bonus__item{display:flex;}.c-casino-bonus__item-name{display:block;margin-bottom:5px;}.c-casino-bonus__item-logo{display:flex;}@media(min-width:1200px){.c-casino-bonus{padding-bottom:20px;}}@media(min-width:992px){.c-casino-bonus__item-heading{padding-left:20px;}.c-casino-bonus__item-logo{margin-left:20px;}.c-casino-bonus__item-head{width:calc(25% - 5px);}}.c-promocode__bottom{display:flex;align-items:center;font-size:16px;color:#502184;flex-direction:column;justify-content:center;margin-bottom:0;border:none;}.c-promocode__bottom-item{border:1px dashed #502184;}


.c-code{background:white;border:2px dashed black;display:block;text-align:center;font-weight:500;padding:12px 18px;margin-top:10px;margin-bottom:20px;min-width:245px;font-size:18px;cursor:pointer;margin-right:auto;margin-left:auto;}.c-code__block{display:none;flex-direction:column;justify-content:center;align-items:center;padding:50px 25px 25px 50px;background:linear-gradient(to left,#300f55 0,#4c1f7d 100%);border-radius:15px;position:relative;height:auto;width:auto;overflow:visible}.c-code__list li{color:white;text-align:center;font-size:16px;}.c-code__list li+li{margin-top:5px}.c-code__list[class]{list-style:circle;margin-top:0;margin-bottom:10px}.c-code__block{max-width:320px;min-width:300px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5}.c-code__link{margin-right:25px}.c-code__span{width:100%;display:block;text-align:center;padding:8px 35px 8px 15px;margin-right:25px;margin-bottom:20px;margin-top:7px;position:relative;cursor:pointer}.c-code__span::after{position:absolute;content:'';top:50%;right:10px;transform:translateY(-50%);width:15px;height:15px;background-repeat:no-repeat;background-image:url(../img/copy-promo.svg)}.c-code__close{top:15px;right:15px;position:absolute;padding:0;margin:0;border:none;background:transparent;cursor:pointer}.c-code__block.is-active{display:flex}body.no-scroll{overflow:hidden;}.c-author__img-section img{margin: 0 auto;}.bottom-block{background:#eaf4ff;box-shadow:0 12px 30px rgba(28,10,61,.14);display:flex;align-items:center;width:100%;margin-bottom:15px;overflow-x:auto;}.mini-tab{font-size:18px;padding:13px 35px;text-decoration:none;font-weight:600;color:#4b2a7b;transition:.25s;position:relative;min-width:132px;text-align:center}.mini-tab.active::after,.mini-tab:hover::after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:4px;background:linear-gradient(90deg,#2db7ff,#6a5cff)}@media(min-width:600px){.bottom-block{justify-content:center;}}