:root{--main-font:"Inter",sans-serif;--accent-1:#FF8A00;--accent-1-hover:#E68F41;--accent-2:#00B170;--secondary-button:#043232;--secondary-button-hover:#022021;--main-bg:#081919;--bg-1:#002223;--bg-2:#133536;--stroke:#204143;--button-text:#071213;--title:#FFFFFF;--body-text:#F2F8F8;--secondary-text:#8CA89E;--success:#01C178;--error:#FF3235;--yellow:#f7d50e;--basic-overlay:rgba(0, 0, 0, 0.7)}*,*::after,*::before{box-sizing:border-box}blockquote,body,dd,dl,figure,h1,h2,h3,h4,h5,h6,p{margin:0}ol[role=list],ul[role=list]{list-style:none}body,html{min-height:100vh}body{-webkit-font-smoothing:antialiased;overflow-x:hidden}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,p{overflow-wrap:break-word}.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5{font-weight:600;color:var(--title)}.h1,h1{font-size:28px;line-height:32px;text-transform:uppercase}.h2,h2{font-size:20px;line-height:28px;text-transform:uppercase}.h3,h3{font-size:20px;line-height:24px}.h4,h4{font-size:18px;line-height:24px}.h5,h5{font-size:16px;line-height:22px}.bon-big{font-size:16px;line-height:22px;font-weight:800}.bon-small{font-size:12px;line-height:16px;font-weight:600}.button-text{font-size:14px;line-height:16px;font-weight:700}.text-small{font-size:12px;line-height:16px}.text-secondary{font-size:14px;line-height:20px}.text-accent{color:var(--accent-1)}.truncate{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}body::-webkit-scrollbar-button{width:5px;height:0}body::-webkit-scrollbar-track{background-color:var(--bg-2)}body::-webkit-scrollbar-thumb{border-radius:0;background-color:var(--accent-2)}body::-webkit-scrollbar-thumb:hover{background-color:var(--accent-2)}body::-webkit-resizer{width:6px;height:0}body::-webkit-scrollbar{width:8px}.page-body{box-sizing:border-box;width:100%;margin:0;background-color:var(--main-bg);font-family:var(--main-font);color:var(--body-text)}.main{margin-top:20px;margin-bottom:64px}.scroll{scrollbar-gutter:stable}.page-body--no-scroll{position:relative;overflow:hidden;touch-action:none}img{height:auto}ol,ul{padding:0;margin:0;list-style:none}button{all:unset;box-sizing:inherit}.container{max-width:2000px;padding:0 12px;margin:0 auto}.container--content{max-width:1210px;background-color:var(--bg-1)}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.icon{width:24px;height:24px}.button{display:inline-flex;gap:10px;align-items:center;justify-content:center;color:var(--title);font-size:14px;line-height:20px;font-weight:600;background-color:rgba(0,0,0,0);border-radius:8px;min-width:80px;transition:background-color .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.button--big{padding:10px}.button--small{padding:8px;font-size:12px;line-height:16px}.button--responsive{min-width:unset}.button--accent{color:var(--accent-1)}.button--accent:hover{color:var(--accent-1-hover)}.button--primary{background-color:var(--accent-1)}.button--primary:focus,.button--primary:hover{background-color:var(--accent-1-hover)}.button--primary.button--disabled,.button--primary:disabled{background-color:var(--stroke);color:var(--secondary-text)}.button--secondary{background-color:var(--secondary-button);border:1px solid var(--accent-1)}.button--secondary:focus,.button--secondary:hover{background-color:var(--secondary-button-hover)}.button--secondary.button--disabled,.button--secondary:disabled{background-color:var(--stroke);color:var(--secondary-text)}.button__text{pointer-events:none}.button--burger{width:32px;height:32px;min-width:32px;background:var(--secondary-button);border-radius:4px}.header-buttons{display:flex;justify-content:flex-end;gap:8px;margin-left:auto}.header-buttons_item:last-child{background:rgba(0,0,0,0)}.header-menu-open{transform:rotate(180deg)}.header-menu{display:flex;flex-direction:column;position:fixed;top:0;left:0;width:0;z-index:2;max-width:240px;height:100vh;overflow-y:auto;overflow-x:hidden;transform:translateX(-100%);transition:transform .3s;background-color:var(--bg-1)}.header-menu:before{content:"";position:fixed;top:0;right:0;width:100vw;height:100vh;background-color:rgba(12,6,18,.5);opacity:0;visibility:hidden;z-index:-1;transform:translateX(100%);transition:opacity}.header-menu.open{width:100%;transform:translateX(0);overflow:unset;transition:transform .3s}.header-menu.open:before{opacity:1;visibility:visible;transition:opacity .2s .2s,visibility .2s .2s}.header-menu__wrap{overflow-y:auto;overflow-x:hidden;height:100%;padding:12px 8px}.header-menu__wrap.scroll--usual::-webkit-scrollbar{width:4px;height:75px;background-color:rgba(0,0,0,0)}.header-menu__wrap.scroll--usual::-webkit-scrollbar-thumb{background-color:var(--accent-1);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.header-menu__wrap.scroll--usual::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin-top:24px;margin-bottom:24px}.header-menu__close{min-width:24px}.header-menu__close svg{width:24px;height:24px}.header-menu__head{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-start;gap:16px;margin-bottom:24px}.header-menu__logo img{width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left;height:32px}.menu{width:100%;z-index:2;border-top:1px solid var(--stroke);padding:8px 0}.menu__link{display:block;flex-grow:1;padding:10px 0;font-size:14px;line-height:20px;font-weight:400;color:var(--secondary-text);text-decoration:none;transition:color .3s,background-color .3s;cursor:pointer}.menu__link:focus,.menu__link:hover{color:var(--body-text)}.menu__link-wrap{display:flex;align-items:center}.menu__link-wrap.active .menu__link.open{color:var(--title)}.menu__link-wrap.active .menu__arrow svg{transform:rotate(180deg);transition-duration:320ms;fill:var(--title)}.menu__arrow{min-width:24px}.menu__arrow svg{width:24px;height:24px;fill:var(--secondary-text)}.menu__dropdown{max-height:0;max-width:0;opacity:0;visibility:hidden}.menu__dropdown .submenu{padding:8px 16px 0}.menu__dropdown.open{max-height:1500px;max-width:unset;opacity:1;visibility:visible}.menu__dropdown .menu__item:first-child .menu__link{padding-top:0}.menu__dropdown .menu__link{font-size:12px;line-height:16px;font-weight:400;padding:6px 0}.menu__icon{width:24px;height:24px;margin-right:8px;-o-object-fit:contain;object-fit:contain}.menu>.menu__item:nth-child(3n){padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid var(--stroke)}.additional-menu{position:fixed;bottom:0;left:0;width:100vw;display:flex;align-items:center;justify-content:space-evenly;padding:8px;background-color:var(--bg-1)}.additional-menu__item{display:flex;flex-direction:column;justify-content:center;gap:0;min-width:62px;pointer-events:unset}.additional-menu__item svg{flex:none;pointer-events:none}.additional-menu__item .button__text{font-size:12px;line-height:16px;font-weight:400;color:var(--secondary-text);margin-top:4px}.additional-menu__button{display:flex;flex-direction:column;align-items:center;gap:4px;margin-top:-20px}.additional-menu__button .button__text{font-size:12px;line-height:16px;font-weight:400;color:var(--secondary-text)}.additional-menu__button .icon{height:42px;width:56px}.promo-block{background-color:var(--main-bg);padding:20px 0 32px;margin-bottom:32px}.promo-block .promo-block__slide{width:257px}.promo-block__item{position:relative;z-index:0;width:100%;height:144px;min-height:144px;display:flex;flex-direction:column;gap:6px;align-items:flex-start;padding:16px;background-color:var(--bg-1);border-radius:8px}.promo-block__subtitle,.promo-block__title{text-transform:uppercase}.promo-block__image{position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;border-radius:8px}.promo-block__button{min-width:68px;margin-top:auto}.promo-block__pagination{position:relative;bottom:0;margin-top:12px;text-align:center}.promo-block__pagination .swiper-pagination-bullet{width:8px;height:4px;background-color:var(--secondary-text);border-radius:8px}.promo-block__pagination .swiper-pagination-bullet-active{width:32px;background-color:var(--accent-2)}.content{padding-top:32px;padding-bottom:32px;margin-bottom:64px}.content h2.wp-block-heading,.content h3.wp-block-heading,.content h4.wp-block-heading,.content h5.wp-block-heading,.content>h1:not([class]),.content>h2:not([class]),.content>h3:not([class]),.content>h4:not([class]),.content>h5:not([class]){margin-bottom:16px}.content h2.wp-block-heading:not(:first-child),.content>h2:not([class]):not(:first-child){margin-top:32px}.content>p:not([class]){font-size:16px;line-height:24px;font-weight:400}.content>p:not([class]):not(:last-child){margin-bottom:16px}.content a:not([class]){color:var(--accent-1);text-decoration:none;transition:.3s}.content a:not([class]):focus,.content a:not([class]):hover{color:var(--accent-1-hover)}.content>figure img,.content>img,.content>p img,.wp-block-image img{border-radius:8px}.wp-block-image img{margin:0 auto 12px}.wp-block-image .wp-element-caption{color:var(--secondary-text);text-align:center;font-size:14px;margin-bottom:16px}.content>ul:not([class]){margin-top:16px;padding:0;font-size:16px;line-height:24px;font-weight:400;color:var(--body-text);list-style-type:none}.content>ul:not([class]):not(:last-child){margin-bottom:24px}.content>ul:not([class])>li{position:relative;margin-bottom:16px;padding-left:26px}.content>ul:not([class])>li::before{content:"";position:absolute;top:6px;left:0;display:block;width:10px;height:10px;background-color:var(--body-text);border-radius:50%}.content>ul:not([class])>li:last-child{margin-bottom:0}.content>ul:not([class]) ul li{list-style-position:inside;list-style-type:disc}.content>ul:not([class]) ol li{list-style-position:inside;list-style-type:decimal}.content>ol:not([class]){margin-top:16px;padding-left:24px;font-size:16px;line-height:24px;font-weight:400;color:var(--body-text);counter-reset:count}.content>ol:not([class]):not(:last-child){margin-bottom:16px}.content>ol:not([class])>li{position:relative;padding-left:36px;counter-increment:count}.content>ol:not([class])>li::before{content:counter(count,decimal-leading-zero);position:absolute;left:0;display:flex;align-items:center;justify-content:center;color:var(--accent-2);text-align:center}.content>ol:not([class])>li:not(:last-child){margin-bottom:16px}.content>ol:not([class])>li ul li{list-style-position:inside;list-style-type:disc}.content>ol:not([class])>li ol li{list-style-position:inside;list-style-type:decimal}.content>blockquote{display:grid;grid-gap:12px;position:relative;background-color:var(--accent-2);border-radius:8px;padding:20px 24px}.content>blockquote:not(:last-child){margin-bottom:24px}.content>blockquote p{font-size:18px;color:var(--button-text);font-weight:700}.content>blockquote p+p{margin-top:16px}.content>blockquote svg{width:36px;height:36px;fill:var(--body-text);flex:none}.content .wp-block-table{overflow-x:auto;border-radius:12px;border:1px solid var(--stroke)}.content .wp-block-table:not(:last-child){margin-bottom:32px}.wp-block-table table{width:100%;border-collapse:separate;border-spacing:0;padding:0 8px 8px;border-radius:8px}.wp-block-table table thead th{padding:16px 24px;font-size:14px;line-height:20px;font-weight:500;text-align:left;color:var(--secondary-text)}.wp-block-table table thead th:first-child{border-radius:8px 0 0}.wp-block-table table thead th:last-child{border-radius:0 8px 0 0}.wp-block-table table tbody tr{position:relative}.wp-block-table table tbody tr:nth-child(2n+1) td{background-color:var(--bg-2)}.wp-block-table table td{padding:16px;font-size:14px;line-height:20px;font-weight:400;background-color:rgba(0,0,0,0);color:var(--body-text)}.wp-block-table table td:first-child{color:var(--title);font-size:14px;line-height:20px;font-weight:500}.wp-block-table table td b,.wp-block-table table td strong{font-weight:600;color:inherit}.wp-block-table table td ol,.wp-block-table table td ul{padding-left:48px}.wp-block-table table td ol:not(:last-child),.wp-block-table table td ul:not(:last-child){margin-bottom:16px}.wp-block-table table td ul>li{list-style:disc}.wp-block-table table td ol>li{list-style:decimal}.image-gallery{position:relative;margin-bottom:32px;padding-top:16px}.image-gallery__item{display:flex;justify-content:center;align-items:center;height:100%;border-radius:8px;border:1px solid var(--stroke)}.image-gallery__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.image-gallery__main-slider{position:relative;width:100%;height:196px;margin-bottom:24px}.image-gallery__thumbs-slider{height:116px;box-sizing:border-box;padding:10px 0}.image-gallery__thumbs-slider .swiper-slide{width:20%;height:100%;opacity:.6}.image-gallery__thumbs-slider .swiper-slide-thumb-active{opacity:1}.image-gallery .swiper-button-next,.image-gallery .swiper-button-prev{display:flex;position:absolute;top:unset;bottom:44px;width:28px;height:28px;margin:0;z-index:30;border-radius:50%;background:var(--secondary-button)}.image-gallery .swiper-button-next.swiper-button-disabled,.image-gallery .swiper-button-next:after,.image-gallery .swiper-button-prev.swiper-button-disabled,.image-gallery .swiper-button-prev:after{display:none}.image-gallery .swiper-button-prev{left:-10px}.image-gallery .swiper-button-next{right:-10px}.image-gallery .swiper-button-next .swiper__icon{transform:rotate(-180deg)}.game-block{margin-bottom:24px}.game-block__heading{display:flex;align-items:center;gap:8px;margin-bottom:24px}.game-block__heading:before{content:"";height:28px;width:8px;border-radius:8px;background-color:var(--accent-1)}.game-block__item.swiper-slide{display:flex;flex-direction:column;align-items:center;gap:6px;width:33.3333333333%;aspect-ratio:1/1}.game-block--big .game-block__item.swiper-slide{aspect-ratio:1/2}.game-block__winner.swiper-slide{min-width:130px}.game-block__title{text-transform:uppercase}.game-block__link{font-weight:400;margin-right:8px}.game-block__controls{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-left:auto}.game-block .game-block__control-btn{position:unset;height:28px;width:28px;margin-top:0}.game-block .game-block__control-btn:after{display:none}.game-card{position:relative;z-index:0}.game-card__image{border-radius:8px;width:100%;max-height:262px;max-width:262px}.game-card__overlay{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;visibility:hidden;opacity:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--basic-overlay);border-radius:8px;transition:.3s}.game-card:focus .game-card__overlay,.game-card:hover .game-card__overlay{visibility:visible;opacity:1;transition:.3s}.game-card__info,.game-card__text{display:none}.winner-card{width:130px;display:grid;grid-template-columns:52px auto;gap:8px}.winner-card__image{width:52px;height:52px;-o-object-fit:contain;object-fit:contain;border-radius:8px}.winner-card__info{display:flex;flex-direction:column;justify-content:flex-start;gap:2px;min-width:0}.winner-card__game,.winner-card__player,.winner-card__sum{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;max-width:100%;vertical-align:middle}.winner-card__game,.winner-card__player{font-size:10px;line-height:14px;color:var(--secondary-text)}.winner-card__player{display:flex;gap:4px;flex-wrap:nowrap;align-items:center}.winner-card__sum{font-weight:600;text-transform:uppercase}.winner-card__player-icon{max-width:8px;max-height:8px;fill:var(--secondary-text)}.winner-card__game{text-decoration:underline}.promo-banner{position:relative;width:100%;height:272px;padding:32px 24px;margin-bottom:32px}.promo-banner__image{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;-o-object-fit:cover;object-fit:cover;border:1px solid var(--stroke);border-radius:12px}.promo-banner__info{height:100%;display:flex;flex-direction:column;align-items:flex-start;gap:12px;max-width:323px}.promo-banner__title{font-size:48px;line-height:52px;font-weight:800}.promo-banner__button{margin-top:auto;min-width:220px}.footer-menu{margin-bottom:28px}.footer-menu__item--dropdown{display:flex;flex-direction:column;padding-right:0}.footer-menu>.footer-menu__item{border-bottom:1px solid var(--stroke)}.footer-menu__link-wrap{display:flex;align-items:center;padding:10px 0}.footer-menu__link-wrap.active{border-bottom:none}.footer-menu__link-wrap.active .footer-menu__arrow svg{transform:rotate(180deg);transition-duration:320ms}.footer-menu__link{display:block;flex-grow:1;font-size:14px;line-height:20px;font-weight:500;color:var(--title);text-decoration:none;transition:color .3s,background-color .3s;cursor:pointer}.footer-menu__arrow{width:32px;height:32px;min-width:32px}.footer-menu__arrow svg{fill:var(--title)}.footer-menu__dropdown{max-height:0;opacity:0;visibility:hidden}.footer-menu__dropdown .footer-menu__link-wrap{border-top:none;padding:0 0 16px}.footer-menu__dropdown.open{padding:0 0 4px;max-height:1500px;opacity:1;visibility:visible}.footer-menu__submenu .footer-menu__link{font-size:14px;line-height:18px;font-weight:500;color:var(--secondary-text);padding-left:24px}.game-types{display:grid;grid-template-columns:44px auto;gap:8px;margin-bottom:32px;cursor:pointer}.game-types__search{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:8px;background-color:var(--bg-1)}.game-types__search-text{display:none;color:var(--secondary-text)}.game-types__search-icon{fill:var(--title)}.game-types__list{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:6px;-webkit-overflow-scrolling:touch;scrollbar-color:var(--accent-1);padding-bottom:8px;cursor:grab}.game-types__list.is-dragging{cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;user-select:none}.game-types__list::-webkit-scrollbar{height:2px}.game-types__list::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.game-types__list::-webkit-scrollbar-thumb{background-color:var(--accent-1);border-radius:2px}.game-type{display:flex;align-items:center;gap:8px;padding:10px 16px;color:var(--title);background-color:var(--bg-1);border-radius:8px}.game-type__icon{min-width:24px}.game-type__name{max-width:90px}.payments{padding-bottom:32px;overflow-x:auto;cursor:pointer}.payments__button{display:flex;flex-wrap:nowrap;justify-content:space-between;gap:24px;min-width:100%;filter:grayscale(1)}.payment__item{height:32px;min-width:67px;fill:var(--secondary-text);opacity:.6}.providers{width:100%;margin-bottom:32px;cursor:pointer}.providers__title{display:grid;grid-template-columns:8px auto;gap:8px;margin-bottom:24px;text-transform:uppercase}.providers__title:before{content:"";width:8px;height:28px;background-color:var(--accent-1);border-radius:8px}.providers__button{width:100%;max-width:100%;overflow-x:auto}.providers__list{display:grid;grid-template-columns:repeat(5,129px);align-items:center;width:100%;gap:24px}.providers__image{-o-object-fit:contain;object-fit:contain}.providers--footer{border-bottom:1px solid var(--stroke);margin-bottom:24px}.providers--footer .providers__button{padding-bottom:24px}.providers--footer .providers__list{display:flex;flex-wrap:nowrap;opacity:.6}.features{padding-top:42px;margin-bottom:32px;max-width:100%;overflow:hidden}.feature__item.swiper-slide{width:100%}.feature__wrapper{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;gap:4px;padding:48px 44px 12px;background-color:var(--bg-1);border-radius:12px}.feature__image{position:absolute;top:-48px}.feature__title{font-size:18px;line-height:24px;font-weight:700}.feature__text{color:var(--secondary-text)}.feature__btn{margin-top:4px}.table-of-contents{border-radius:8px;background-color:var(--bg-2);margin-bottom:32px}.table-of-contents__button{display:flex;justify-content:center;gap:0;font-size:16px;line-height:24px;font-weight:500;padding:8px 12px;width:100%;position:relative}.table-of-contents__button svg{fill:var(--title);width:32px;height:32px}.table-of-contents__button.open{color:var(--accent-1)}.table-of-contents__button.open:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:calc(100% - 40px);border-top:1px solid var(--stroke)}.table-of-contents__button.open svg{fill:var(--accent-1);transform:rotate(180deg)}.table-of-contents__list{display:none;list-style-type:decimal;list-style-position:inside;color:var(--title);margin:0 6px 0 20px;padding:20px 10px 20px 0;max-height:335px;overflow-y:scroll}.table-of-contents__list .table-of-contents__item::marker{transition:color .3s}.table-of-contents__list>.table-of-contents__item:hover>.table-of-contents__link{color:var(--accent-1)}.table-of-contents__list>.table-of-contents__item:hover::marker{color:var(--accent-1)}.table-of-contents__list>.table-of-contents__item:hover:has(.table-of-contents__sublist:hover)>.table-of-contents__link{color:inherit}.table-of-contents__list>.table-of-contents__item:hover:has(.table-of-contents__sublist:hover)::marker{color:inherit}.table-of-contents__list>.table-of-contents__item .table-of-contents__sublist .table-of-contents__item:hover>.table-of-contents__link{color:var(--accent-1)}.table-of-contents__list>.table-of-contents__item .table-of-contents__sublist .table-of-contents__item:hover::marker{color:var(--accent-1)}.table-of-contents__list>.table-of-contents__item:not(:last-child){margin-bottom:8px}.table-of-contents__list.scroll--usual::-webkit-scrollbar{width:4px;height:75px;background-color:rgba(0,0,0,0)}.table-of-contents__list.scroll--usual::-webkit-scrollbar-thumb{background-color:var(--secondary-text);border-radius:8px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.table-of-contents__list.scroll--usual::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin-bottom:20px}.table-of-contents__item{position:relative;transition:color .3s}.table-of-contents__item::marker{font-size:16px;line-height:24px;font-weight:500;transition:color .3s}.table-of-contents__item:not(:last-child){margin-bottom:8px}.table-of-contents__link{color:var(--title);font-size:16px;line-height:24px;font-weight:500;text-decoration:none;transition:color .3s}.table-of-contents__link:hover{color:var(--accent-1);text-decoration:none}.table-of-contents__sublist{margin:0;padding:8px 0 0 26px;list-style:disc inside}.table-of-contents__sublist .table-of-contents__item::marker{font-size:14px}.table-of-contents__sublist .table-of-contents__link{font-size:16px;line-height:24px;font-weight:400}.steps{border-radius:8px;background-color:var(--bg-2);padding:24px 16px;margin-bottom:32px}.steps__item{display:flex;align-items:flex-start}.steps__item:not(:last-child){margin-bottom:16px}.steps__counter{border-radius:8px;background-color:var(--accent-2);margin-right:16px;min-width:66px;text-align:center;font-size:16px;line-height:24px;font-weight:500;padding:1px 0;color:var(--title)}.steps__text{font-size:16px;line-height:24px;font-weight:400}.advantages{display:grid;grid-gap:16px 30px}.advantages:not(:last-child){margin-bottom:32px}.advantages__item{background-color:var(--bg-2);border-radius:8px;overflow:hidden}.advantages__title{padding:12px 24px;color:var(--title)}.advantages__title--plus{background-color:var(--success)}.advantages__title--minus{background-color:var(--error)}.advantages__list{padding:24px}.advantages__list li{display:grid;grid-template-columns:16px auto;gap:12px;word-wrap:break-word}.advantages__list li:not(:last-child){margin-bottom:16px}.faq{display:grid;padding-bottom:32px}.faq__item{background-color:rgba(0,0,0,0);border-bottom:1px solid var(--stroke)}.faq__item:first-child{border-top:1px solid var(--stroke)}.faq__icon{flex:none;background-color:var(--bg-2);border-radius:50%;width:24px;height:24px;fill:var(--title);margin-left:auto}.faq__title{display:flex;padding:24px 0;position:relative;cursor:pointer;transition:background-color .3s,color .3s,padding-bottom .3s;text-transform:none}.faq__title h3{margin-right:24px}.faq__title.open{padding-bottom:20px}.faq__title.open h3{color:var(--accent-1)}.faq__title.open .faq__icon{fill:var(--accent-1);transform:rotate(180deg)}.faq__text{padding:0 24px 24px 0;display:none}.faq__text p{font-size:16px;line-height:24px;font-weight:400}.faq__text p:not(:first-child){margin-top:16px}.faq__text ol,.faq__text ul{list-style-position:inside;padding-left:16px}.faq__text ol:not(:first-child),.faq__text ul:not(:first-child){margin-top:16px}.faq__text ul{list-style-type:disc}.faq__text ol{list-style-type:decimal}.socials{display:flex;gap:12px}.socials__title{color:var(--title)}.socials__list{display:flex;gap:8px}.socials__item{width:24px;min-width:24px}.socials__list .icon{fill:var(--title)}.copyright{margin-bottom:24px}.copyright__text{font-size:10px;line-height:14px;font-weight:400;color:var(--secondary-text)}.copyright__image{display:none}.header{position:sticky;top:0;left:0;z-index:80;width:100%;max-height:58px;padding:8px 12px;background-color:var(--bg-1)}.header__wrap{display:flex;align-items:center;gap:12px}.header__logo img{width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left;height:26px}.header__buttons{display:grid;grid-template-columns:repeat(2,80px);gap:8px}.header__buttons .button{min-width:80px;max-width:100%}.header__top-menu{display:none}.footer{background:var(--main-bg);padding:0 0 96px}.footer__info{display:grid;grid-template-columns:52px auto 52px;gap:20px 12px;margin-bottom:24px}.footer__socials{grid-column:1/4}.footer__info-icon{width:52px;height:52px}.footer__info-text{font-size:10px;line-height:14px;font-weight:400;color:var(--secondary-text);padding-right:48px}.footer__info-text-icon{height:18px;width:134px}.error-page__info{margin-bottom:48px}.error-page__title{margin-bottom:8px;text-transform:uppercase}.error-page__subtitle{margin-bottom:24px}.error-page__button{text-decoration:none}.error-page__image{width:100%;margin:0 auto}@media screen and (min-width:768px){.button--small{padding:10px;font-size:14px;line-height:20px}.additional-menu__button{min-width:120px}.promo-block .promo-block__slide{width:321px}.promo-block__item{height:180px;min-height:180px;padding:24px}.promo-block__button{min-width:100px;margin-top:auto}.game-block__item{max-width:16.6666666667%}.providers__list{display:flex}.advantages{grid-template-columns:repeat(2,1fr)}.advantages:not(:last-child){margin-bottom:48px}.advantages__title{padding:12px 32px}.advantages__list{padding:24px 32px}.header{padding:8px 32px 8px 12px;max-height:68px}.header__logo img{height:32px}.header__buttons{grid-template-columns:auto auto;min-width:300px}.header__buttons .button{font-size:16px;line-height:22px;padding:12px 32px}}@media screen and (min-width:1024px){.h1,h1{font-size:32px;line-height:40px}.h2,h2{font-size:24px;line-height:32px}.h3,h3{font-size:22px;line-height:30px}.h4,h4{font-size:20px;line-height:24px}.h5,h5{font-size:18px;line-height:24px}.bon-big{font-size:24px;line-height:32px}.bon-small{font-size:18px;line-height:24px}.main{margin-top:32px;margin-bottom:96px}.container{padding:0 32px}.page__content{transition:.3s ease-in-out}.page__content.narrow{padding-left:240px;transition:.3s ease-in-out}.additional-menu,.header-menu:before{display:none}.content{padding:48px;margin-top:24px;border-radius:12px}.content h1.wp-block-heading,.content h2.wp-block-heading,.content h3.wp-block-heading,.content h4.wp-block-heading,.content h5.wp-block-heading,.content>h1:not([class]),.content>h2:not([class]),.content>h3:not([class]),.content>h4:not([class]),.content>h5:not([class]){margin-bottom:24px}.content h2.wp-block-heading:not(:first-child),.content>h2:not([class]):not(:first-child){margin-top:32px}.content>p:not([class]):not(:last-child){margin-bottom:24px}.wp-block-image img{margin-bottom:12px}.wp-block-image .wp-element-caption{margin-bottom:24px}.content>ul:not([class]){margin-top:24px;padding-left:48px}.content>ul:not([class])>li{padding-left:34px}.content>ol:not([class]){margin-top:24px;padding-left:48px}.content .wp-block-table:not(:last-child),.content>ol:not([class]):not(:last-child),.content>ol:not([class])>li:not(:last-child){margin-bottom:24px}.image-gallery__main-slider{height:486px}.game-block .game-block__control-btn{width:32px;height:32px}.game-block__item.swiper-slide{gap:8px}.game-block{margin-bottom:40px}.game-card__info,.game-card__text{display:block}.game-card__overlay{justify-content:space-between;padding:12px 12px 16px}.game-card__info{align-self:flex-start}.game-card__name{color:var(--title)}.game-card__provider{color:var(--secondary-text);margin-top:4px}.promo-banner{height:419px;padding:79px 56px;margin-bottom:40px}.promo-banner__title{font-size:60px;line-height:60px}.promo-banner__button{margin-top:28px;min-width:220px}.footer-menu{margin-bottom:0}.footer-menu .footer-menu__arrow{display:none}.footer-menu__item--dropdown{gap:16px}.footer-menu__dropdown{max-height:unset;padding:0;opacity:1;visibility:visible}.footer-menu__dropdown .footer-menu__link-wrap{padding:0}.footer-menu__dropdown .footer-menu__item:not(:last-child){margin-bottom:8px}.footer-menu>.footer-menu__item{border:none}.footer-menu__link-wrap{padding:0}.footer-menu__submenu .footer-menu__link{padding-left:0}.game-types__search-text{display:block}.game-types{grid-template-columns:auto auto}.game-types__search{width:unset;display:grid;grid-template-columns:24px auto;gap:12px;padding:0 88px 0 12px}.payments{padding-bottom:0}.providers__list{gap:62px;justify-content:space-between}.providers{margin-bottom:40px}.table-of-contents{margin-bottom:48px}.table-of-contents__list{margin:0 6px 0 32px;padding:20px 22px 20px 0}.table-of-contents__button.open:before{width:calc(100% - 64px)}.steps{padding:24px 32px;margin-bottom:48px}.steps__item:not(:last-child){margin-bottom:20px}.faq:not(:last-child){margin-bottom:64px}.faq__title{padding:24px 16px 24px 12px}.faq__title.open{padding-bottom:24px}.faq__text{padding:0 40px 24px 12px}.copyright__image{display:block;margin-top:20px}.header__logo{min-width:142px}.header__top-menu{display:flex;overflow:auto;gap:12px;margin-left:42px}.header__top-menu .menu__item{padding-left:12px;white-space:nowrap}.header__top-menu .menu__icon{margin:0}.header__top-menu .menu__link{padding:12px;font-size:16px;line-height:24px;font-weight:500}.footer{padding:20px 0;transition:.3s ease-in-out}.footer.narrow{padding-left:240px;transition:.3s ease-in-out}.footer__container{display:grid;gap:24px;grid-template-columns:1fr 1fr}.footer__info-icon--emblem{display:none}.footer__menu{grid-column:1/2;grid-row:1/3;display:flex;gap:40px}.footer__bottom{grid-column:1/3}.footer__info{grid-template-columns:52px auto;justify-content:flex-end;grid-row:1}.footer__socials{grid-column:1/3}.footer__info-text{padding-right:0}.footer__copyright{grid-column:2}.error-page{display:flex;justify-content:space-between}.error-page__info{margin-bottom:0}.error-page__title{margin-top:81px}.error-page__subtitle{margin-bottom:32px}}@media screen and (min-width:1280px){.promo-block .promo-block__slide{width:518px}.promo-block__item{height:244px;min-height:244px}.footer__container{grid-template-columns:400fr auto 300fr;align-items:flex-start;gap:24px 60px}.footer__bottom{grid-column:1/4}.footer__menu{grid-column:2;grid-row:1}.footer__copyright{grid-column:1;max-width:674px}.footer__info{grid-column:3;min-width:220px}}@media screen and (min-width:1400px){.footer__container{grid-template-columns:auto auto 220px;gap:24px 160px}}
/*# sourceMappingURL=../sourcemaps/style.min.css.map */
