.providers-select{position:relative;width:246px}.providers-select__trigger.button{align-items:center;display:flex;gap:8px;justify-content:space-between;max-width:360px;min-height:48px;padding:12px 24px;width:100%}@media(min-width:600px){.providers-select__trigger.button{min-height:56px}}.providers-select__item-img{background-color:var(--neutral-greyback-3-lvl-to-2-lvl);border-radius:5px;height:40px;padding:2px;width:40px}.providers-select__provider-wrap{align-items:center;-moz-column-gap:16px;column-gap:16px;display:flex}.providers-select__trigger-img{border-radius:4px;flex-shrink:0;height:24px;-o-object-fit:contain;object-fit:contain;width:24px}.providers-select__trigger-text{align-items:center;-moz-column-gap:10px;column-gap:10px;display:flex;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.providers-select__trigger-text .menu-link-notification{background-color:var(--neutral-greyback-3-lvl-to-2-lvl)}.providers-select__trigger-icon{align-items:center;display:flex;transition:transform .2s}.providers-select__trigger-icon svg path{stroke:var(--font-color)}.providers-select__trigger-icon svg{height:12px;width:12px}.providers-select._open .providers-select__trigger-icon{transform:rotate(180deg)}.providers-select__dropdown{background:var(--neutral-greyback-1-lvl);border:1px solid var(--border-color);border-radius:var(--base-border-radius);box-shadow:0 4px 10px #18171940;display:none;left:0;max-height:320px;min-width:280px;overflow:hidden;padding:4px;position:absolute;top:calc(100% + 6px);z-index:100}.providers-select._open .providers-select__dropdown{display:block}.providers-select__search{border-bottom:1px solid var(--neutral-greyback-2-lvl);padding:8px}.providers-select__search-input{background:var(--neutral-greyback-2-lvl);border:none;border-radius:8px;color:var(--font-color);font-size:14px;outline:none;padding:8px 12px;width:100%}.providers-select__search-input::-moz-placeholder{color:var(--icons-small-color)}.providers-select__search-input::placeholder{color:var(--icons-small-color)}.providers-select__actions{border-bottom:1px solid var(--neutral-greyback-2-lvl);display:flex;gap:4px;padding:6px 8px}.providers-select__action{background:none;border-radius:6px;color:var(--primary-purple-default);cursor:pointer;font-size:12px;padding:4px 8px;transition:background .2s}.providers-select__list{list-style:none;margin:0;max-height:240px;overflow-y:auto}.providers-select__item{align-items:center;border-radius:6px;cursor:pointer;display:flex;justify-content:space-between;padding:10px 14px;transition:background .3s,border-color .3s}.providers-select__checkbox{background:var(--neutral-greyback-3-lvl-to-base);border-radius:4px;display:inline-flex;flex:0 0 20px;height:20px;position:relative;transition:background-color var(--transition);width:20px}.providers-select__checkbox:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%239e69ff' stroke-linejoin='round' stroke-width='2' d='m13.33 4-7.333 7.333L2.664 8'/%3E%3C/svg%3E");height:16px;inset:2px;opacity:0;position:absolute;transition:opacity var(--transition);width:16px}.providers-select__checkbox._checked{background-color:var(--menu-icon-wrap-bg)}.providers-select__checkbox._checked:before{opacity:1}.providers-select__item-img{flex-shrink:0;height:24px;-o-object-fit:contain;object-fit:contain;width:24px}.providers-select__name{color:var(--font-color);font-size:14px}.providers-select__empty{color:var(--icons-small-color);font-size:14px;padding:16px 12px;text-align:center}@media(min-width:1025px){.providers-select__action:hover,.providers-select__item:hover{background:var(--neutral-greyback-2-lvl)}.providers-select__dropdown{max-height:296px}}html.dark .providers-select__checkbox:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%239e69ff' stroke-linejoin='round' stroke-width='2' d='m13.33 4-7.333 7.333L2.664 8'/%3E%3C/svg%3E")}html.light .providers-select__checkbox:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23854fe9' stroke-linejoin='round' stroke-width='2' d='m13.33 4-7.333 7.333L2.664 8'/%3E%3C/svg%3E")}.modal{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000}.modal__container{background:var(--neutral-greyback-1-lvl);position:relative;z-index:1}.modal__closer{border:none;color:var(--base-light-100);cursor:pointer;font-size:20px;height:50px;position:absolute;width:50px}@media(min-width:1025px){.modal__container{border-radius:20px}.modal__closer{background:var(--base-light-10);border-radius:100px;right:-65px;top:0}}@media(max-width:1024px){.modal__container{display:flex;height:100%;padding-left:var(--grid-spacer);padding-right:var(--grid-spacer);position:relative;width:100%}.modal__closer{background:var(--t);color:var(--font-color);right:calc(var(--grid-spacer) - 18px)}.modal_for-wheel .modal__container{border-radius:20px;height:auto;padding:var(--grid-spacer);width:calc(100% - (var(--grid-spacer))*4)}.modal_for-wheel .modal__closer{background:var(--base-light-10);border-radius:100px;color:var(--base-light-100);left:calc(50% - 25px);top:-65px}}.collection-filters-modal.modal-overlay{background:#0009}.collection-filters-modal__container{display:flex;flex-direction:column;overflow:hidden}.collection-filters-modal__container.modal__container{background:var(--bg-body-color)}.collection-filters-modal__mobile-header{align-items:center;display:flex;flex:0 0 auto;justify-content:space-between;position:relative}.collection-filters-modal__mobile-header:before{background-color:var(--border-color);bottom:0;content:"";height:1px;position:absolute}.collection-filters-modal__heading-wrap{align-items:center;-moz-column-gap:10px;column-gap:10px;display:flex}.collection-filters-modal__heading-icon{display:flex;height:24px;width:24px}.collection-filters-modal__heading-icon svg path:first-child{fill:var(--primary-purple-darker)}.collection-filters-modal__heading-icon svg path:last-child{fill:var(--primary-purple-default)}.collection-filters-modal__content{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow:hidden}.collection-filters-modal__providers-section{display:flex;flex:0 1 auto;flex-direction:column;min-height:0}.collection-filters-modal__game-section{display:flex;flex:0 0 auto;flex-direction:column}.collection-filters-modal__section-title{color:var(--greytext-default--both-theme);flex:0 0 auto;font-size:14px;font-weight:600;line-height:1.2;text-transform:uppercase}.collection-filters-modal__providers-list{background:var(--neutral-greyback-1-lvl);border-radius:10px;flex:0 1 auto;max-height:calc(100vh - 360px);min-height:0;overflow:hidden}.collection-filters-modal__switcher-table{background:var(--neutral-greyback-1-lvl);border-radius:10px;display:flex;flex-direction:column;padding:0 8px}.collection-filters-modal__switcher-row{align-items:center;cursor:pointer;display:flex;justify-content:space-between;min-height:48px;padding:0 12px}.collection-filters-modal__switcher-row .text_body_medium_default{text-transform:capitalize}.collection-filters-modal__switcher-row:not(:last-child){border-bottom:1px solid var(--divider-2-lvl-to-1-lvl)}.collection-filters-modal__footer{align-items:center;display:grid;flex:0 0 auto;gap:10px;grid-template-columns:minmax(0,1fr) auto}.collection-filters-modal__apply{width:100%}.collection-filters-modal__clear{min-width:134px}.collection-filters-modal__closer.modal__closer{right:0;text-align:right}.collection-filters-modal .providers-select{display:flex;max-height:inherit;min-height:0;width:100%}.collection-filters-modal .providers-select__trigger{display:none}.collection-filters-modal .providers-select__dropdown{background:var(--neutral-greyback-1-lvl);border:0;border-radius:10px;box-shadow:none;display:flex;flex:1 1 auto;max-height:inherit;min-height:0;min-width:0;padding:4px;position:static;width:100%}.collection-filters-modal .providers-select__list{flex:1 1 auto;max-height:inherit;min-height:0;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.collection-filters-modal .providers-select__list::-webkit-scrollbar{display:none}.collection-filters-modal .providers-select__item{border-radius:10px;min-height:48px;padding:0 12px}.collection-filters-modal .providers-select__provider-wrap{min-width:0}.collection-filters-modal .providers-select__name{font-size:15px;font-weight:600;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:1025px){.collection-filters-modal__container{height:min(952px,100vh - 40px);width:min(840px,100vw - 40px)}.collection-filters-modal__mobile-header{min-height:72px}.collection-filters-modal__content{padding:30px 0 0;row-gap:26px}.collection-filters-modal__providers-list{max-height:min(480px,100vh - 420px)}.collection-filters-modal__game-section,.collection-filters-modal__providers-section{row-gap:16px}.collection-filters-modal__game-section{margin-bottom:0}.collection-filters-modal__footer{padding:30px 0}}@media(min-width:768px)and (max-width:1024px){.collection-filters-modal__mobile-header:before{left:-40px;right:-40px}}@media(min-width:540px)and (max-width:1024px){.collection-filters-modal__container{border-radius:0;height:100vh;width:100vw}.collection-filters-modal__mobile-header{min-height:72px}.collection-filters-modal__content{padding:30px 0 0;row-gap:26px}.collection-filters-modal__providers-list{max-height:calc(100vh - 420px)}.collection-filters-modal__game-section,.collection-filters-modal__providers-section{row-gap:16px}.collection-filters-modal__footer{padding:30px 0}}@media(min-width:540px)and (max-width:767px){.collection-filters-modal__mobile-header:before{left:-30px;right:-30px}}@media(max-width:539px){.collection-filters-modal__container{border-radius:0;height:100vh;width:100vw}.collection-filters-modal__mobile-header{min-height:64px}.collection-filters-modal__mobile-header:before{left:-14px;right:-14px}.collection-filters-modal__content{padding:24px 0 0;row-gap:24px}.collection-filters-modal__game-section,.collection-filters-modal__providers-section{row-gap:12px}.collection-filters-modal__footer{grid-template-columns:minmax(0,1fr) auto;padding:20px 0}.collection-filters-modal__clear{min-width:104px}}.jackpot-card{border-radius:20px;color:#fff;display:flex;flex-direction:column;overflow:hidden;position:relative}.jackpot-card:before{background:#fb03;content:"";filter:blur(50px);height:184px;left:calc(50% - 91.5px);pointer-events:none;position:absolute;top:-90px;width:184px;z-index:0}.jackpot-card[style*=--jackpot-start-color]{background:linear-gradient(180deg,var(--jackpot-start-color) 0,var(--jackpot-end-color) 100%)}.jackpot-card__hero{align-items:center;display:flex;justify-content:center;min-height:145px;position:relative;z-index:1}.jackpot-card__hero:after,.jackpot-card__hero:before{background-image:var(--jackpot-hero-img);background-repeat:no-repeat;background-size:contain;content:"";height:145px;pointer-events:none;position:absolute;top:0;width:145px}.jackpot-card__hero:before{left:0;transform:scaleX(-1)}.jackpot-card__hero:after{right:0}.jackpot-card__logo{height:105px;max-width:100%;-o-object-fit:contain;object-fit:contain}.jackpot-card__fallback-logo{display:flex;flex-direction:column;row-gap:4px;text-align:center}.jackpot-card__title{font-size:32px;font-weight:800;line-height:.9;text-shadow:0 2px 4px rgba(21,38,33,.45);text-transform:uppercase}.jackpot-card__label{font-size:12px;font-weight:700;opacity:.86}.jackpot-card__prizes-list{display:flex;flex-direction:row;gap:10px;padding:0 20px}.jackpot-card__prize-col{display:flex;flex:1;min-width:0}.jackpot-card__prize-col:only-child{flex:0 0 70%;margin:0 auto;max-width:70%}.jackpot-card__prize-col_grand{flex:1.25}.jackpot-card__prize-col_grand:only-child{flex:0 0 70%;margin:0 auto;max-width:70%}.jackpot-card__prize-col .jackpot-item-row{flex:1}.jackpot-card__content{display:flex;flex-direction:column;position:relative;z-index:1}.jackpot-card__powered-by{align-items:center;color:#ffffffad;-moz-column-gap:6px;column-gap:6px;display:flex;font-size:11px;justify-content:center;min-height:20px;padding:20px 0}.jackpot-card__powered-by-logo{max-height:24px;max-width:110px;-o-object-fit:contain;object-fit:contain}@media(min-width:540px)and (max-width:767px){.jackpot-card{border-radius:12px}.jackpot-card__prizes-list{flex-wrap:wrap}.jackpot-card__prize-col{flex:0 0 calc(50% - 5px)}.jackpot-card__prize-col:only-child{flex:0 0 100%;margin:0;max-width:100%}.jackpot-card__prize-col:first-child:nth-last-child(3){flex:0 0 100%;max-width:100%}.jackpot-card__prize-col:first-child:nth-last-child(3)~.jackpot-card__prize-col,.jackpot-card__prize-col_grand{flex:0 0 calc(50% - 5px)}.jackpot-card__prize-col_grand:first-child:nth-last-child(3),.jackpot-card__prize-col_grand:only-child{flex:0 0 100%;max-width:100%}.jackpot-card__prize-col_grand:first-child:nth-last-child(3)~.jackpot-card__prize-col_grand{flex:0 0 calc(50% - 5px)}.jackpot-card__hero{min-height:145px}.jackpot-card__logo{height:70px}}@media(min-width:768px)and (max-width:1024px){.jackpot-card{border-radius:12px}.jackpot-card__prizes-list{flex-wrap:wrap}.jackpot-card__prize-col{flex:0 0 calc(50% - 5px)}.jackpot-card__prize-col:only-child{flex:0 0 100%;margin:0;max-width:100%}.jackpot-card__prize-col:first-child:nth-last-child(3){flex:0 0 100%;max-width:100%}.jackpot-card__prize-col:first-child:nth-last-child(3)~.jackpot-card__prize-col,.jackpot-card__prize-col_grand{flex:0 0 calc(50% - 5px)}.jackpot-card__prize-col_grand:first-child:nth-last-child(3),.jackpot-card__prize-col_grand:only-child{flex:0 0 100%;max-width:100%}.jackpot-card__prize-col_grand:first-child:nth-last-child(3)~.jackpot-card__prize-col_grand{flex:0 0 calc(50% - 5px)}.jackpot-card__hero{min-height:145px}.jackpot-card__logo{height:70px}}@media(min-width:1025px)and (max-width:1199px){.jackpot-card{border-radius:12px}.jackpot-card__prizes-list{flex-wrap:wrap}.jackpot-card__prize-col{flex:0 0 calc(50% - 5px)}.jackpot-card__prize-col:only-child{flex:0 0 100%;margin:0;max-width:100%}.jackpot-card__prize-col:first-child:nth-last-child(3){flex:0 0 100%;max-width:100%}.jackpot-card__prize-col:first-child:nth-last-child(3)~.jackpot-card__prize-col,.jackpot-card__prize-col_grand{flex:0 0 calc(50% - 5px)}.jackpot-card__prize-col_grand:first-child:nth-last-child(3),.jackpot-card__prize-col_grand:only-child{flex:0 0 100%;max-width:100%}.jackpot-card__prize-col_grand:first-child:nth-last-child(3)~.jackpot-card__prize-col_grand{flex:0 0 calc(50% - 5px)}.jackpot-card__hero{min-height:145px}.jackpot-card__logo{height:70px}}@media(max-width:767px){.jackpot-card{border-radius:12px;padding-left:14px}.jackpot-card__prizes-list{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:8px;padding-right:14px;scroll-snap-type:x mandatory;scrollbar-width:none}.jackpot-card__prizes-list::-webkit-scrollbar{display:none}.jackpot-card__prize-col{scroll-snap-align:start}.jackpot-card__prize-col,.jackpot-card__prize-col:only-child,.jackpot-card__prize-col_grand,.jackpot-card__prize-col_grand:only-child{flex:0 0 100%;min-width:100%}.jackpot-card__hero{min-height:100px}.jackpot-card__hero:after,.jackpot-card__hero:before{height:88px;width:88px}.jackpot-card__hero:before{left:auto;right:0;transform:none}.jackpot-card__hero:after{display:none}.jackpot-card__logo{height:60px;margin-left:14px;margin-right:auto}.jackpot-card__fallback-logo{padding-left:14px}}.provider-page__active-provider{border:1px solid var(--primary-purple-default)}.provider-page__game-list{display:grid;grid-gap:var(--grid-gap)}.provider-page__providers-list-wrap{position:relative}.provider-page__providers-list-wrap:before{background:var(--hero-left-shadow);left:0}.provider-page__providers-list-wrap:after,.provider-page__providers-list-wrap:before{bottom:0;content:"";position:absolute;top:0;transition:background var(--transition);z-index:2}.provider-page__providers-list-wrap:after{background:var(--hero-right-shadow);right:0}.provider-page__providers-list{overflow:hidden}.provider-page__providers-list .swiper-slide{width:auto}.provider-page__clear-button:disabled .link-button__text{color:var(--greytext-default--both-theme)}@container (min-width: 1200px){.provider-page__game-list{grid-template-columns:repeat(7,1fr)}}@container (min-width: 945px) and (max-width: 1199px){.provider-page__game-list{grid-template-columns:repeat(6,1fr)}}@container (min-width: 688px) and (max-width: 944px){.provider-page__game-list{grid-template-columns:repeat(5,1fr)}}@container (min-width: 480px){.provider-page__empty-component{margin-top:60px}.provider-page__providers-list-wrap:after,.provider-page__providers-list-wrap:before{width:40px}.provider-page__empty,.provider-page__game-list,.provider-page__providers-list{margin-top:30px}}@container (min-width: 480px) and (max-width: 707px){.provider-page__game-list{grid-template-columns:repeat(4,1fr)}}@container (max-width: 511px){.provider-page__empty-component{margin-top:30px}.provider-page__providers-list-wrap:after,.provider-page__providers-list-wrap:before{width:20px}.provider-page__empty,.provider-page__providers-list{margin-top:20px}.provider-page__game-list{grid-template-columns:repeat(3,1fr);padding-top:16px}}.providers-select-wrap{margin-top:16px}.filters-row{align-items:center;display:flex;justify-content:space-between}.filters-row__filter-side{align-items:center;-moz-column-gap:30px;column-gap:30px;display:flex;flex-wrap:wrap}.filters-row__checkboxes-wrap{align-items:center;-moz-column-gap:20px;column-gap:20px;display:flex}.filters-row__filter-mob{align-items:center;background:transparent;border:0;color:var(--font-color);-moz-column-gap:8px;column-gap:8px;cursor:pointer;display:inline-flex;padding:0}.filters-row__filter-mob-icon{display:flex;height:24px;width:24px}.filters-row__filter-mob-text{font-size:14px;font-weight:500}.filters-row__filter-mob-count{min-width:20px}.filter-checkbox{align-items:center;color:var(--font-color);cursor:pointer;display:flex;font-size:14px;gap:6px;white-space:nowrap}@media(min-width:1025px){.filters-row__filter-mob{display:none}}@media(max-width:1024px){.filters-row__filter-side{display:none}}.collection-jackpot{margin-top:16px}.content-header__search{display:none!important}
