@charset "UTF-8";@font-face{font-family:Roboto;font-display:swap;src:url(../fonts/Roboto-Black.woff2) format(woff2),url(../fonts/Roboto-Black.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:Roboto;font-display:swap;src:url(../fonts/Roboto-Light.woff2) format(woff2),url(../fonts/Roboto-Light.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Roboto;font-display:swap;src:url(../fonts/Roboto-Bold.woff2) format(woff2),url(../fonts/Roboto-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Roboto;font-display:swap;src:url(../fonts/Roboto-Medium.woff2) format(woff2),url(../fonts/Roboto-Medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Roboto;font-display:swap;src:url(../fonts/Roboto-Thin.woff2) format(woff2),url(../fonts/Roboto-Thin.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Roboto;font-display:swap;src:url(../fonts/Roboto-Regular.woff2) format(woff2),url(../fonts/Roboto-Regular.woff) format("woff");font-weight:400;font-style:normal}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}ul{list-style:none}a{text-decoration:none;color:inherit}body{font-weight:400;font-family:Roboto,serif;font-size:16px;color:#fff;position:relative}body.light-theme{background-color:#fff;color:#212121}body.dark-theme{background-color:#16202c;color:#fff}.theme-switcher{position:fixed;top:50%;right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;z-index:2}.theme-btn{padding:10px 15px;background-color:green;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:14px;font-weight:700;-webkit-transition:background-color .3s;transition:background-color .3s}.theme-btn:hover{background-color:#ff4500}body.dark-theme.theme-btn{background-color:#38b449}body.dark-theme.theme-btn:hover{background-color:tomato}.container{width:100%;max-width:1440px;padding:20px 24px;margin:0 auto}.main{padding:60px}.main p{margin-top:18px}h2{font-weight:500;font-family:Roboto,serif;font-size:40px;font-weight:500;font-family:Roboto,serif;font-size:40px;margin-top:60px;text-align:start}p{font-weight:400;font-family:Roboto,serif;font-size:18px;font-weight:400;font-family:Roboto,serif;font-size:18px;margin:10px 0}body:not(.dark-theme) .card-title{font-weight:500;font-family:Roboto,serif;font-size:28px;color:#fafafa}body.dark-theme .card-title{font-weight:500;font-family:Roboto,serif;font-size:28px;color:#fff}.btn-label-primary{display:block;background-color:#ffbc00;color:#212121;padding:16px 44px;font-size:16px;font-weight:500;-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:6px;border:1px solid #ffbc00}.btn-label-primary:hover{background-color:#ffcc3f}.btn-label-black{display:block;background-color:#212121;color:#ffbc00;padding:16px 44px;font-size:16px;font-weight:500;-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:6px;border:1px solid #ffbc00}.btn-label-black:hover{background-color:rgba(255,188,0,.1)}[data-scrollable]{overflow-x:auto}[data-scrollable]::-webkit-scrollbar{height:4px}[data-scrollable]::-webkit-scrollbar-track{background:#3f3f46}[data-scrollable]::-webkit-scrollbar-thumb{background:green;border-radius:4px}[data-scrollable]::-webkit-scrollbar-thumb:hover{background:green}.has-scroll{padding-bottom:20px;overflow-x:auto;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;scroll-behavior:smooth;-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.has-scroll>*{scroll-snap-align:start;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.has-scroll:active{cursor:-webkit-grabbing;cursor:grabbing}.tableWrap{display:-ms-grid;display:grid;margin-top:20px}.table{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:100%;overflow:hidden;border-spacing:0;border-collapse:collapse;border-radius:10px;scrollbar-color:#3ba910}body:not(.dark-theme) .table tbody tr{border-top:solid 1px #d4d4d8}body.dark-theme .table tbody tr{border-top:solid 1px #71717a}body:not(.dark-theme) .table tbody tr:nth-child(odd){background-color:#f4f4f5}body.dark-theme .table tbody tr:nth-child(odd){background-color:#3f3f46}body:not(.dark-theme) .table tbody tr:nth-child(even){background-color:#fff}body.dark-theme .table tbody tr:nth-child(even){background-color:#212121}.table tbody td{position:relative}.table tbody td:not(:first-child)::before{position:absolute;top:50%;left:0;width:1px;height:100%;content:"";-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body:not(.dark-theme) .table tbody td:not(:first-child)::before{background-color:#d4d4d8}body.dark-theme .table tbody td:not(:first-child)::before{background-color:#71717a}.table td,.table th{min-width:160px;padding-block:5px;vertical-align:middle;max-width:360px}.table td:nth-of-type(3),.table th:nth-of-type(3){min-width:400px}.table th{font-weight:500;font-family:Roboto,serif;font-size:20px;font-weight:500;font-family:Roboto,serif;font-size:20px;color:#fafafa;text-align:inherit}body:not(.dark-theme) .table th{background-color:#212121}body.dark-theme .table th{background-color:#3ba910}.table .content-pic{border-radius:0}body:not(.dark-theme) td svg{fill:#212121}body.dark-theme td svg{fill:#fff}.btn-table{display:block;width:100%;text-align:center;padding:12px 0;border-radius:6px;-webkit-transition:all .3s ease;transition:all .3s ease}body:not(.dark-theme) .btn-table{background-color:green;border:1px solid green;font-weight:500;font-family:Roboto,serif;font-size:14px;color:#fff}body:not(.dark-theme) .btn-table:hover{background-color:#009c00;border:1px solid #009c00}body.dark-theme .btn-table{background-color:#212121;border:1px solid #ffbc00;font-weight:500;font-family:Roboto,serif;font-size:14px;color:#ffbc00}body.dark-theme .btn-table:hover{background-color:rgba(255,188,0,.1)}.app_table-container{overflow:hidden}.app_table-container h2{margin-top:0}.app_table{-webkit-box-align:start;-ms-flex-align:start;align-items:start}.screenshots_container{position:relative}.swiper{margin-top:20px;max-width:1125px;width:100%;height:100%}.swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:0!important;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.swiper-slide img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.swiper-button-next,.swiper-button-prev{border-radius:6px;border:2px solid green;width:52px;height:52px}.swiper-button-prev{left:30px}.swiper-button-next{right:30px}.swiper-button-prev{border-radius:6px;width:52px;height:52px;left:30px}body:not(.dark-theme) .swiper-button-prev{border:2px solid green}body.dark-theme .swiper-button-prev{border:2px solid #3ba910}.swiper-button-prev::after{content:"";height:15px;width:13px;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.84961 9.325L3.02461 5.5L6.84961 1.675L5.66628 0.5L0.666277 5.5L5.66628 10.5L6.84961 9.325Z' fill='%23008000'/%3E%3C/svg%3E%0A")}.swiper-button-next{border-radius:6px;width:52px;height:52px;right:30px}body:not(.dark-theme) .swiper-button-next{border:2px solid green}body.dark-theme .swiper-button-next{border:2px solid #3ba910}.swiper-button-next::after{content:"";height:15px;width:13px;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.150391 9.325L3.97539 5.5L0.15039 1.675L1.33372 0.5L6.33372 5.5L1.33372 10.5L0.150391 9.325Z' fill='%23008000'/%3E%3C/svg%3E")}.swiper-pagination{display:none}.indian-players-choice{margin-top:60px;padding:20px}body:not(.dark-theme) .indian-players-choice{border:1px solid green}body.dark-theme .indian-players-choice{border:1px solid #3ba910}.indian-players-choice h2{margin-top:0}.indian-players-choice a{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;gap:10px;-webkit-transition:all .3s ease;transition:all .3s ease}.indian-players-choice a:not(:last-child){margin-bottom:20px}body:not(.dark-theme) .indian-players-choice a{font-weight:400;font-family:Roboto,serif;font-size:18px;color:green}body:not(.dark-theme) .indian-players-choice a svg{-webkit-transition:all .3s ease;transition:all .3s ease;fill:green}body:not(.dark-theme) .indian-players-choice a:hover{font-weight:400;font-family:Roboto,serif;font-size:18px;color:#009c00}body:not(.dark-theme) .indian-players-choice a:hover svg{fill:#009c00}body.dark-theme .indian-players-choice a{font-weight:400;font-family:Roboto,serif;font-size:18px;color:#3ba910}body.dark-theme .indian-players-choice a svg{-webkit-transition:all .3s ease;transition:all .3s ease;fill:#3ba910}body.dark-theme .indian-players-choice a:hover{font-weight:400;font-family:Roboto,serif;font-size:18px;color:#3abe06}body.dark-theme .indian-players-choice a:hover svg{fill:#3abe06}.last-updated{margin-top:60px;display:block;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;padding:10px}body:not(.dark-theme) .last-updated{border:1px solid green;font-weight:500;font-family:Roboto,serif;font-size:24px;color:green}body:not(.dark-theme) .last-updated time{font-weight:500;font-family:Roboto,serif;font-size:20px;color:#212121}body.dark-theme .last-updated{border:1px solid #3ba910;font-weight:500;font-family:Roboto,serif;font-size:24px;color:#3ba910}body.dark-theme .last-updated time{font-weight:500;font-family:Roboto,serif;font-size:20px;color:#fff}.post-update{margin-top:18px;border-radius:2px;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}body:not(.dark-theme) .post-update{border:1px solid green;background-color:rgba(0,128,0,.1);font-weight:500;font-family:Roboto,serif;font-size:28px;color:green}body.dark-theme .post-update{border:1px solid #3ba910;background-color:rgba(0,128,0,.1);font-weight:500;font-family:Roboto,serif;font-size:28px;color:#3ba910}body:not(.dark-theme) .post-update time{font-weight:500;font-family:Roboto,serif;font-size:28px;color:#212121}body.dark-theme .post-update time{font-weight:500;font-family:Roboto,serif;font-size:28px;color:#fff}body:not(.dark-theme) .post-update svg{fill:green}body.dark-theme .post-update svg{fill:#3ba910}.page-404{text-align:center;max-width:1100px}.page-404 img{width:100%;height:auto;margin-top:20px}body:not(.dark-theme) .page-404 h1{font-weight:500;font-family:Roboto,serif;font-size:80px;color:#212121}body.dark-theme .page-404 h1{font-weight:500;font-family:Roboto,serif;font-size:80px;color:#fff}.post-img{width:100%;height:auto;border-radius:10px}.post-main h2{margin-top:20px}.post-main p:not(:first-of-type){margin-top:10px}.blog-main h2{margin-top:0}.header{background-color:#212121}.header__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.header__link-app{margin:0 auto;font-weight:500;font-family:Roboto,serif;font-size:14px;color:#ffbc00;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #ffbc00;padding-bottom:4px;-webkit-transition:all .3s ease;transition:all .3s ease}.header__link-app:hover{border-bottom:1px solid transparent}.header__logo-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__btn-language{padding:11px 11px;cursor:pointer;background-color:transparent;border:1px solid #ffbc00;border-radius:6px;-webkit-transition:all .3s ease;transition:all .3s ease}.header__btn-language:hover{background-color:rgba(255,188,0,.1)}.header__wrap-language{position:relative}.header__item-language:not(:last-child){padding-bottom:4px}.header__link-language{padding:2px 4px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:4px;white-space:nowrap}.header__link-language:hover{background-color:#fff;color:#212121}.header__link-language img{margin-right:10px}.header__list-language{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-weight:500;font-family:Roboto,serif;font-size:14px;color:#fff;padding:10px;border:1px solid #ffbc00;border-radius:4px;position:absolute;bottom:-63px;left:0;width:185px;background-color:#212121;z-index:3}.header .menu-language{display:-webkit-box;display:-ms-flexbox;display:flex}.header__auth{display:-webkit-box;display:-ms-flexbox;display:flex;gap:19px;padding-left:20px}.header__btn-regisration{font-weight:500;font-family:Roboto,serif;font-size:14px;color:#212121;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:12px 24px;font-size:14px;font-weight:500;text-align:center;cursor:pointer;background-color:#ffbc00;color:#212121;border:none;border-radius:6px;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s}.header__btn-regisration:hover{background-color:#ffcc3f;color:#212121}.header__btn-login{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:12px 24px;font-size:14px;font-weight:500;text-align:center;cursor:pointer;background-color:green;color:#fff;border:none;border-radius:6px;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s}.header__btn-login:hover{background-color:#009c00;color:#fff}.header__burger{width:30px;height:20px;position:relative;cursor:pointer;margin-left:25px;display:none}.header__burger::after{content:"";background-color:#fff;position:absolute;width:100%;height:3px;left:0;bottom:0;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.header__burger::before{content:"";background-color:#fff;position:absolute;width:100%;height:3px;right:0;top:0;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.header__burger span{position:absolute;left:0;width:100%;height:3px;background-color:#fff;top:40%;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.header__burger.active::before{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}.header__burger.active::after{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}.header__burger.active span{opacity:0}.header__navigation{background-color:#ffbc00;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.header__navigation.active{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.header__menu{display:-webkit-box;display:-ms-flexbox;display:flex;padding:14px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:24px;font-weight:500;font-family:Roboto,serif;font-size:14px;color:#212121}.header__item{position:relative}.header__menu-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:7px 4px;-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:4px}.header__menu-link svg{fill:#212121;margin-left:9px}.header__menu-link:hover{background-color:#ffcc3f}.header__dropdown-menu{position:absolute;left:0;top:30px;background-color:#ffcc3f;white-space:nowrap;padding:10px;border-radius:4px;z-index:2;display:none}.header__dropdown-item{padding:2px 4px;border-radius:4px;-webkit-transition:all .3s ease;transition:all .3s ease}.header__dropdown-item:hover{background-color:#212121;font-weight:500;font-family:Roboto,serif;font-size:14px;color:#fff}.header__mobile-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:none;padding:24px}.header__btn-close{width:30px;height:20px;position:relative;cursor:pointer;background-color:transparent;border:none}.header__btn-close::after{content:"";background-color:#fff;position:absolute;width:100%;height:3px;left:0;bottom:8px;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.header__btn-close::before{content:"";background-color:#fff;position:absolute;width:100%;height:3px;right:0;top:9px;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.hero{position:relative}.hero::before{content:"";position:absolute;inset:0;width:100%;background:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0)),color-stop(36%,rgba(0,0,0,.45)),color-stop(75%,#000));background:linear-gradient(to left,rgba(0,0,0,0) 0,rgba(0,0,0,.45) 36%,#000 75%);opacity:.6;z-index:-1}.hero img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-o-object-fit:cover;object-fit:cover;display:block;max-width:100%}.hero__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 60px 40px 60px;gap:20px}.hero__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:35px 0;max-width:760px;gap:8px}.hero__wrap p{color:#fff}.hero__title{font-weight:500;font-family:Roboto,serif;font-size:44px;color:#fff}.hero__battons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:18px} .hero__promocode-container{background-image:url(../img/promo-bg.png)}.hero__promocode-container{background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:10px}.hero__content-wrap{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:18px}.hero__container-btns{background-color:#212121;border-radius:10px;width:100%;display:-ms-grid;display:grid;-ms-grid-columns:1fr 122px;grid-template-columns:1fr 122px;gap:10px;padding:10px}.hero__title-promo{font-weight:500;font-family:Roboto,serif;font-size:28px;color:#fff;text-transform:uppercase}.hero__promo-button{background-color:#3ba910;border:none;border-radius:6px;padding:12px 0;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;font-weight:500;font-family:Roboto,serif;font-size:14px;color:#fff}.hero__promo-button:hover{background-color:#3abe06}.hero__promo-code{border:1px solid #3ba910;font-weight:500;font-family:Roboto,serif;font-size:28px;color:#3ba910;padding:3px 10px;border-radius:6px;min-width:165px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:9px;padding:20px 60px}body.page-body:not(.dark-theme) .breadcrumb{font-weight:500;font-family:Roboto,serif;font-size:14px;color:#212121}body:not(.dark-theme) .breadcrumb{font-weight:500;font-family:Roboto,serif;font-size:14px;color:#fff}body.dark-theme .breadcrumb{font-weight:500;font-family:Roboto,serif;font-size:14px;color:#fff}.breadcrumb__nav-link{white-space:nowrap}.breadcrumb__nav-link:not(:last-child){margin-right:6px;-webkit-transition:all .3s ease;transition:all .3s ease}.breadcrumb__nav-link:not(:last-child):hover{opacity:.6}.header-light{padding:20px 60px;position:relative;min-height:600px}.header-light .hero-bg{position:absolute;inset:0;width:100%;pointer-events:none;-o-object-fit:cover;object-fit:cover;-o-object-position:left center;object-position:left center;z-index:-2;height:100%}.header-light .hero-light__container{margin:55px 0 0 0;display:-ms-grid;display:grid;-ms-grid-columns:1fr 20px 1fr;grid-template-columns:1fr 1fr;-ms-grid-rows:auto 20px auto;grid-template-rows:auto auto;grid-template-areas:"title-description promo-code" "buttons promo-code";gap:20px}.header-light .hero-light__wrap{-ms-grid-row:1;-ms-grid-column:1;grid-area:title-description}.header-light .hero-light__wrap p{font-weight:400;font-family:Roboto,serif;font-size:18px;color:#fff}.header-light .hero-light__promo{-ms-grid-row:1;-ms-grid-row-span:3;-ms-grid-column:3;grid-area:promo-code;width:280px;height:150px;margin-left:auto;-ms-grid-row-align:center;align-self:center;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-light .hero-light__promo::before{content:"";-webkit-clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);background-color:#f0f6ff;position:absolute;left:15px;top:35px;width:20px;height:20px}.header-light .hero-light__promo::after{content:"";-webkit-clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);background-color:#f0f6ff;position:absolute;right:15px;top:35px;width:20px;height:20px}.header-light .tiangle{position:absolute;width:100%;height:100%}.header-light .black{-webkit-clip-path:polygon(0 100%,0 0,100% 100%);clip-path:polygon(0 100%,0 0,100% 100%);background-color:#212121;z-index:-1}.header-light .red{-webkit-clip-path:polygon(100% 0,0 0,100% 100%);clip-path:polygon(100% 0,0 0,100% 100%);background-color:#ff4500;z-index:-1}.header-light .hero-light__battons{-ms-grid-row:3;-ms-grid-column:1;grid-area:buttons;display:-webkit-box;display:-ms-flexbox;display:flex;gap:18px}.header-light .hero-light__container-btns{background-color:#f0f6ff;width:210px;height:100px;border-radius:6px 6px 0 0;position:absolute;bottom:-60px;left:12%;-webkit-box-shadow:0 -10px #d4d4d8;box-shadow:0 -10px #d4d4d8;display:-ms-grid;display:grid;-ms-grid-rows:1fr 1fr;grid-template-rows:1fr 1fr;justify-items:center;text-align:center;padding-bottom:10px;gap:10px}.header-light .hero-light__container-btns::before{content:"";width:12px;height:60px;-webkit-clip-path:polygon(0 0,100% 0,89% 26%,74% 50%,49% 76%,25% 93%,7% 100%,0 100%);clip-path:polygon(0 0,100% 0,89% 26%,74% 50%,49% 76%,25% 93%,7% 100%,0 100%);background-color:#d4d4d8;position:absolute;right:-12px;top:40px}.header-light .hero-light__container-btns::after{content:"";width:12px;height:60px;-webkit-clip-path:polygon(100% 0,0 0,11% 26%,26% 50%,51% 76%,75% 93%,93% 100%,100% 100%);clip-path:polygon(100% 0,0 0,11% 26%,26% 50%,51% 76%,75% 93%,93% 100%,100% 100%);background-color:#d4d4d8;position:absolute;left:-12px;top:40px}.header-light .text-white{font-weight:900;font-family:Roboto,serif;font-size:45px;color:#fff;text-transform:uppercase}.header-light .text-black{width:160px;height:40px;background-color:#f0f6ff;font-weight:500;font-family:Roboto,serif;font-size:40px;color:#212121;text-transform:uppercase;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header-light .hero-light__promo-code{font-weight:500;font-family:Roboto,serif;font-size:32px;color:#212121}.header-light .hero-light__promo-button{padding:12px 0;display:-webkit-box;display:-ms-flexbox;display:flex;width:147px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:green;border:none;border-radius:6px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;font-weight:500;font-family:Roboto,serif;font-size:14px;color:#fff}.header-light .hero-light__promo-button:hover{background-color:#009c00}.header-light__container{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;border-radius:10px;padding:20px 24px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-light .header-light__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:500;font-family:Roboto,serif;font-size:14px;color:#212121;-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:4px;padding:7px 10px}.header-light .header-light__link svg{fill:#212121;-webkit-transition:all .3s ease;transition:all .3s ease;margin-left:9px}.header-light .header-light__link:hover{background-color:#212121;font-weight:500;font-family:Roboto,serif;font-size:14px;color:#fff}.header-light .header-light__link:hover svg{fill:#fff}.header-light .hero__light{padding:0}.header-light__btn-language{padding:11px 11px;border:1px solid #ffbc00;background-color:#212121;border-radius:6px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.header-light__btn-language:hover{background-color:rgba(255,188,0,.1)}.header-light__item{position:relative}.header-light__navigation.active{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);-webkit-transition:all .3s ease;transition:all .3s ease}.header-light__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header-light__auth{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.header-light__btn-regisration{font-weight:500;font-family:Roboto,serif;font-size:14px;color:#212121;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:12px 24px;font-size:14px;font-weight:500;text-align:center;cursor:pointer;background-color:#ffbc00;color:#212121;border:none;border-radius:6px;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s}.header-light__btn-regisration:hover{background-color:#ffcc3f;color:#212121}.header-light__btn-login{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:12px 24px;font-size:14px;font-weight:500;text-align:center;cursor:pointer;background-color:green;color:#fff;border:none;border-radius:6px;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s}.header-light__btn-login:hover{background-color:#009c00;color:#fff}.header-light__dropdown-menu{display:none}.header-light__list-language{display:none}.header-light__burger{width:30px;height:20px;position:relative;cursor:pointer;margin-left:25px;display:none}.header-light__burger::after{content:"";background-color:#212121;position:absolute;width:100%;height:3px;left:0;bottom:0;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.header-light__burger::before{content:"";background-color:#212121;position:absolute;width:100%;height:3px;right:0;top:0;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.header-light__burger span{position:absolute;left:0;width:100%;height:3px;background-color:#212121;top:40%;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.header-light__burger.active::before{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}.header-light__burger.active::after{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}.header-light__burger.active span{opacity:0}.header-light__btn-close{width:30px;height:20px;position:relative;cursor:pointer;background-color:transparent;border:none}.header-light__btn-close::after{content:"";background-color:#212121;position:absolute;width:100%;height:3px;left:0;bottom:8px;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.header-light__btn-close::before{content:"";background-color:#212121;position:absolute;width:100%;height:3px;right:0;top:9px;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.header-light__mobile-top{display:none;padding:24px 24px 0 24px}.header-light__wrap-language{position:relative}.header-light__item-language:not(:last-child){padding-bottom:4px}.header-light__link-language{padding:2px 4px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:4px;white-space:nowrap}.header-light__link-language:hover{background-color:#fff;color:#212121}.header-light__link-language img{margin-right:10px}.header-light__list-language{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-weight:500;font-family:Roboto,serif;font-size:14px;color:#fff;padding:10px;border:1px solid #ffbc00;border-radius:4px;position:absolute;bottom:-63px;left:0;width:185px;background-color:#212121;z-index:3}.header-light .menu-language{display:-webkit-box;display:-ms-flexbox;display:flex}.header-light__dropdown-menu{position:absolute;left:0;top:35px;background-color:#212121;white-space:nowrap;padding:10px;border-radius:4px;z-index:2;display:none}.header-light__dropdown-item{padding:2px 4px;border-radius:4px;-webkit-transition:all .3s ease;transition:all .3s ease;font-weight:500;font-family:Roboto,serif;font-size:14px;color:#fff}.header-light__dropdown-item:hover{background-color:#fff;font-weight:500;font-family:Roboto,serif;font-size:14px;color:#212121}.header-light::before{content:"";position:absolute;inset:0;width:100%;background:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0)),color-stop(36%,rgba(0,0,0,.45)),color-stop(75%,#000));background:linear-gradient(to left,rgba(0,0,0,0) 0,rgba(0,0,0,.45) 36%,#000 75%);opacity:.6;z-index:-1}.header-light .breadcrumb-light{padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:9px}.breadcrumb-light{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:9px;padding:20px 60px}body.page-body:not(.dark-theme) .breadcrumb-light{font-weight:500;font-family:Roboto,serif;font-size:14px;color:#212121}body:not(.dark-theme) .breadcrumb-light{font-weight:500;font-family:Roboto,serif;font-size:14px;color:#fff}body.dark-theme .breadcrumb-light{font-weight:500;font-family:Roboto,serif;font-size:14px;color:#fff}.breadcrumb-light__nav-link{white-space:nowrap}.breadcrumb-light__nav-link:not(:last-child){margin-right:6px;-webkit-transition:all .3s ease;transition:all .3s ease}.breadcrumb-light__nav-link:not(:last-child):hover{opacity:.6}.hero__btn-market{padding:16px 0;max-width:147px;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hero__btn-market::before{content:"";background-image:url("data:image/svg+xml,%0A%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4630_13203)'%3E%3Cpath d='M3.83206 0.754884C3.31682 0.444725 2.70275 0.41699 2.1672 0.675196L11.1466 9.67372L14.0825 6.72408L3.83206 0.754884ZM1.34219 1.50802C1.22891 1.74786 1.16797 2.01466 1.16797 2.28927V18.7496C1.16797 19.0254 1.2293 19.2883 1.34375 19.523L10.3196 10.5046L1.34219 1.50802ZM11.1478 11.3343L2.18286 20.3418C2.42075 20.452 2.67388 20.5 2.92662 20.5C3.23873 20.5 3.55006 20.4254 3.8321 20.2559L14.0845 14.2777L11.1478 11.3343ZM17.9865 8.99754C17.983 8.9952 17.9791 8.99286 17.9756 8.9909L15.1295 7.33346L11.9744 10.5034L15.1314 13.6671C15.1314 13.6671 17.983 12.0046 17.9865 12.0026C18.5158 11.6812 18.8319 11.1194 18.8319 10.4999C18.8319 9.88036 18.5158 9.31864 17.9865 8.99754Z' fill='%23212121'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4630_13203'%3E%3Crect width='20' height='20' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");width:20px;height:20px;margin-right:9px}.hero__btn-store{padding:16px 0;max-width:147px;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hero__btn-store::before{content:"";background-image:url("data:image/svg+xml,%0A%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4630_3180)'%3E%3Cpath d='M15.8984 0.5H4.10156C1.83996 0.5 0 2.33996 0 4.60156V16.3984C0 18.66 1.83996 20.5 4.10156 20.5H15.8984C18.16 20.5 20 18.66 20 16.3984V4.60156C20 2.33996 18.16 0.5 15.8984 0.5ZM6.15816 15.9107C5.9775 16.2237 5.64855 16.3988 5.31078 16.3988C5.1452 16.3988 4.97754 16.3568 4.82414 16.2682C4.35781 15.999 4.19746 15.4005 4.46668 14.9342L4.65875 14.6016H6.91402L6.15816 15.9107ZM4.31641 13.8203C3.77793 13.8203 3.33984 13.3822 3.33984 12.8438C3.33984 12.3053 3.77793 11.8672 4.31641 11.8672H6.23742L8.87234 7.30336L8.15824 6.06648C7.88902 5.60016 8.04934 5.00172 8.51566 4.73246C8.98199 4.46324 9.58047 4.62363 9.84969 5.08992L10 5.35027L10.1503 5.08996C10.4196 4.62359 11.0181 4.46328 11.4843 4.7325C11.7102 4.86293 11.8718 5.07352 11.9393 5.32547C12.0068 5.57742 11.9721 5.84063 11.8417 6.06652L8.4927 11.8672H10.6052L11.7328 13.8203H4.31641ZM15.6836 13.8203H14.8902L15.5333 14.9342C15.8025 15.4005 15.6422 15.9989 15.1759 16.2682C15.0254 16.355 14.8584 16.3995 14.6891 16.3995C14.6043 16.3995 14.519 16.3883 14.4348 16.3657C14.1828 16.2982 13.9722 16.1366 13.8418 15.9107L10.451 10.0377L11.5786 8.08457L13.7626 11.8672H15.6836C16.2221 11.8672 16.6602 12.3053 16.6602 12.8438C16.6602 13.3822 16.2221 13.8203 15.6836 13.8203Z' fill='%23FFBC00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4630_3180'%3E%3Crect width='20' height='20' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");width:20px;height:20px;margin-right:9px}.app__hero-btn{padding:16px 0;max-width:192px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;background-color:#3ba910;border-radius:100px;-webkit-transition:all .3s ease;transition:all .3s ease}.app__hero-btn:hover{background-color:#3abe06}.btns_app-hero{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btns-light__hero{-ms-grid-row:3;-ms-grid-column:1;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;grid-area:buttons}.btns__light-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.app__btn-market{-webkit-transition:all .3s ease;transition:all .3s ease}.app__btn-market img{width:100%}.app__btn-market:hover{opacity:.7}.app__btn-store{-webkit-transition:all .3s ease;transition:all .3s ease}.app__btn-store img{width:100%}.app__btn-store:hover{opacity:.7}.app__hero-btn-light{padding:16px 0;max-width:192px;max-height:50px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;background-color:green;border-radius:100px;-webkit-transition:all .3s ease;transition:all .3s ease}.app__hero-btn-light:hover{background-color:#009c00}.page-body .header-light{min-height:auto}.page-body .header-light::before{content:none}.shadow_header{-webkit-box-shadow:0 4px 8px rgba(0,0,0,.1);box-shadow:0 4px 8px rgba(0,0,0,.1)}.acardion-section__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:20px;border:none;cursor:pointer;border-radius:10px;text-align:start;font-weight:500;font-family:Roboto,serif;font-size:24px;color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.acardion-section__button svg{fill:#fff}body:not(.dark-theme) .acardion-section__button{background-color:green}body:not(.dark-theme) .acardion-section__button:hover{background-color:#009c00}body.dark-theme .acardion-section__button{background-color:#3ba910}body.dark-theme .acardion-section__button:hover{background-color:#3abe06}.closed{border-radius:10px 10px 0 0}.closed::after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.acardion-section__content{max-height:0;overflow:hidden;-webkit-transition:max-height .5s ease,-webkit-transform .5s ease;transition:max-height .5s ease,-webkit-transform .5s ease;transition:max-height .5s ease,transform .5s ease;transition:max-height .5s ease,transform .5s ease,-webkit-transform .5s ease;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);border-radius:0 0 10px 10px}body:not(.dark-theme) .acardion-section__content{background-color:#fafafa}.acardion-section__content.open{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.acardion-section__content-item{-webkit-transition:all .3s ease;transition:all .3s ease;padding:18px 0 18px 40px;background-color:transparent;border:none;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;text-align:start;gap:10px}body:not(.dark-theme) .acardion-section__content-item{font-weight:400;font-family:Roboto,serif;font-size:16px;color:#212121}body:not(.dark-theme) .acardion-section__content-item:not(:last-child){border-bottom:1px solid green}body:not(.dark-theme) .acardion-section__content-item span{font-weight:500;font-family:Roboto,serif;font-size:20px;color:green}body:not(.dark-theme) .acardion-section__content-item:hover{color:#009c00}body.dark-theme .acardion-section__content-item{font-weight:400;font-family:Roboto,serif;font-size:16px;color:#fff}body.dark-theme .acardion-section__content-item:not(:last-child){border-bottom:1px solid #3ba910}body.dark-theme .acardion-section__content-item span{font-weight:500;font-family:Roboto,serif;font-size:20px;color:#3ba910}body.dark-theme .acardion-section__content-item:hover{color:#3ba910}.acardion-section__nested-item{-webkit-transition:all .3s ease;transition:all .3s ease;padding:18px 0 18px 60px}body:not(.dark-theme) .acardion-section__nested-item{font-weight:400;font-family:Roboto,serif;font-size:16px;color:#212121;border-bottom:1px solid green}body:not(.dark-theme) .acardion-section__nested-item:hover{color:#009c00}body:not(.dark-theme) .acardion-section__nested-item span{font-weight:500;font-family:Roboto,serif;font-size:14px;color:green}body.dark-theme .acardion-section__nested-item{font-weight:400;font-family:Roboto,serif;font-size:16px;color:#fff;border-bottom:1px solid #3ba910}body.dark-theme .acardion-section__nested-item:hover{color:#3ba910}body.dark-theme .acardion-section__nested-item span{font-weight:500;font-family:Roboto,serif;font-size:14px;color:#3ba910}.acardion-section__nested-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.button-content{display:block;text-align:center;margin:20px auto 0 auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.acardion-section2__button{margin-top:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:20px;border:none;cursor:pointer;border-radius:10px;-webkit-transition:all .3s ease;transition:all .3s ease;background-color:inherit;text-align:start}body:not(.dark-theme) .acardion-section2__button{border:1px solid green;font-weight:500;font-family:Roboto,serif;font-size:24px;color:green}body:not(.dark-theme) .acardion-section2__button svg{fill:green}body:not(.dark-theme) .acardion-section2__button:hover{background-color:green;font-weight:500;font-family:Roboto,serif;font-size:24px;color:#fff}body:not(.dark-theme) .acardion-section2__button:hover svg{-webkit-transition:all .3s ease;transition:all .3s ease;fill:#fff}body.dark-theme .acardion-section2__button{border:1px solid #3ba910;font-weight:500;font-family:Roboto,serif;font-size:24px;color:#3ba910}body.dark-theme .acardion-section2__button svg{-webkit-transition:all .3s ease;transition:all .3s ease;fill:#3ba910}body.dark-theme .acardion-section2__button:hover{background-color:#3abe06;font-weight:500;font-family:Roboto,serif;font-size:24px;color:#fff}body.dark-theme .acardion-section2__button:hover svg{fill:#fff}.closed2{border-radius:10px 10px 0 0}.closed2::after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.acardion-section2__content{border-radius:0 0 10px 10px;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;max-height:0;overflow:hidden;-webkit-transition:max-height .5s ease,-webkit-transform .5s ease;transition:max-height .5s ease,-webkit-transform .5s ease;transition:max-height .5s ease,transform .5s ease;transition:max-height .5s ease,transform .5s ease,-webkit-transform .5s ease;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);border-radius:10px}body:not(.dark-theme) .acardion-section2__content{background-color:#fafafa}.acardion-section2__content.show{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-box-shadow:0 0 0 1px #3ba910;box-shadow:0 0 0 1px #3ba910}.acardion-section2__content-item{-webkit-transition:all .3s ease;transition:all .3s ease;padding:18px 0 18px 70px;background-color:transparent;border:none;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;text-align:start;gap:10px;position:relative}body:not(.dark-theme) .acardion-section2__content-item{font-weight:400;font-family:Roboto,serif;font-size:16px}body:not(.dark-theme) .acardion-section2__content-item:not(:last-child){border-bottom:1px solid green}body:not(.dark-theme) .acardion-section2__content-item span{font-weight:500;font-family:Roboto,serif;font-size:20px;color:green}body:not(.dark-theme) .acardion-section2__content-item:hover{color:#009c00;background-color:rgba(0,156,0,.2)}body:not(.dark-theme) .acardion-section2__content-item:hover::before{background-color:green}body:not(.dark-theme) .acardion-section2__content-item::before{content:"";position:absolute;left:40px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:20px;height:20px;border:4px solid green;border-radius:50%;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease;transition:all .3s ease}body:not(.dark-theme) .acardion-section2__content-item:not(:last-child)::after{position:absolute;inset-inline-start:49px;top:35px;width:2px;height:100%;content:"";background:repeating-linear-gradient(to bottom,green 0,green 5px,transparent 5px,transparent 10px)}body.dark-theme .acardion-section2__content-item{font-weight:400;font-family:Roboto,serif;font-size:16px;color:#fff}body.dark-theme .acardion-section2__content-item:not(:last-child){border-bottom:1px solid #3ba910}body.dark-theme .acardion-section2__content-item span{font-weight:500;font-family:Roboto,serif;font-size:20px;color:#3ba910}body.dark-theme .acardion-section2__content-item:hover{color:#3ba910;background-color:rgba(58,190,6,.2)}body.dark-theme .acardion-section2__content-item:hover::before{background-color:#3ba910}body.dark-theme .acardion-section2__content-item::before{content:"";position:absolute;left:40px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:20px;height:20px;border:4px solid #3ba910;border-radius:50%;background-color:#16202c;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease;transition:all .3s ease}body.dark-theme .acardion-section2__content-item:not(:last-child)::after{position:absolute;inset-inline-start:49px;top:35px;width:2px;height:100%;content:"";background:repeating-linear-gradient(to bottom,#3ba910 0,#3ba910 5px,transparent 5px,transparent 10px)}.acardion-section2__nested-item{position:relative;-webkit-transition:all .3s ease;transition:all .3s ease;padding:18px 0 18px 90px}body:not(.dark-theme) .acardion-section2__nested-item{font-weight:400;font-family:Roboto,serif;font-size:16px;border-bottom:1px solid green}body:not(.dark-theme) .acardion-section2__nested-item:hover{color:#009c00}body:not(.dark-theme) .acardion-section2__nested-item span{font-weight:500;font-family:Roboto,serif;font-size:14px;color:green}body:not(.dark-theme) .acardion-section2__nested-item:hover{background-color:rgba(0,156,0,.2)}body:not(.dark-theme) .acardion-section2__nested-item:hover::before{color:green}body:not(.dark-theme) .acardion-section2__nested-item::before{content:"•";font-size:24px;color:#212121;position:absolute;left:70px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s ease;transition:all .3s ease}body:not(.dark-theme) .acardion-section2__nested-item::after{position:absolute;inset-inline-start:49px;top:20px;width:2px;height:100%;content:"";background:repeating-linear-gradient(to bottom,green 0,green 5px,transparent 5px,transparent 10px)}body.dark-theme .acardion-section2__nested-item{font-weight:400;font-family:Roboto,serif;font-size:16px;color:#fff;border-bottom:1px solid #3ba910}body.dark-theme .acardion-section2__nested-item:hover{color:#3ba910}body.dark-theme .acardion-section2__nested-item span{font-weight:500;font-family:Roboto,serif;font-size:14px;color:#3ba910}body.dark-theme .acardion-section2__nested-item:hover{background-color:rgba(0,156,0,.2)}body.dark-theme .acardion-section2__nested-item:hover::before{color:#3ba910}body.dark-theme .acardion-section2__nested-item::before{content:"•";font-size:24px;color:#fff;position:absolute;left:70px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s ease;transition:all .3s ease}body.dark-theme .acardion-section2__nested-item::after{position:absolute;inset-inline-start:49px;top:20px;width:2px;height:100%;content:"";background:repeating-linear-gradient(to bottom,#3ba910 0,#3ba910 5px,transparent 5px,transparent 10px)}.acardion-section2__nested-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.button-content2{display:block;text-align:center;margin:20px auto 0 auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.content-bet{overflow:auto;margin:60px 0 0 0}.text-content{float:left;width:44%}.text-content p{margin:10px 0}.text-content p:first-of-type{margin-top:18px}.text-content h2{margin-top:0}.content-image{float:right;width:54%;margin-left:20px;height:auto}.promo-description{display:-ms-grid;display:grid;-ms-grid-columns:minmax(300px,1fr) auto;grid-template-columns:minmax(300px,1fr) auto;gap:20px;margin-top:60px}.promo-description--reverse{-ms-grid-columns:auto minmax(300px,1fr);grid-template-columns:auto minmax(300px,1fr)}.promo-description__text{max-width:585px;width:100%}.promo-description__text p+p{margin-top:10px}.promo-description__text h2{margin:0}.promo-description img{width:100%;max-width:715px;height:auto;-ms-grid-column-align:center;justify-self:center}.promo-description2{margin-top:0}.aviator-malbet{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;margin-top:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.aviator-malbet_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:425px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:1;-ms-flex:1 1 calc(33.33% - 20px);flex:1 1 calc(33.33% - 20px);height:100%}.aviator-malbet_item h3{text-align:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:20px}body:not(.dark-theme) .aviator-malbet_item h3{font-weight:500;font-family:Roboto,serif;font-size:28px;color:#212121}body.dark-theme .aviator-malbet_item h3{font-weight:500;font-family:Roboto,serif;font-size:28px;color:#fff}.aviator-malbet_item p{margin:10px 0;text-align:center}.aviator-malbet_image{width:180px;height:180px;background-color:#ffbc00;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.benefits-container__list{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);gap:20px;padding:20px 0 0 0}.benefits-container__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 1 150px;flex:1 1 150px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px;border-radius:10px;text-align:center}body.dark-theme .benefits-container__item{border:1px solid #ffbc00}body:not(.dark-theme) .benefits-container__item{background-color:green;border:1px solid #38b449}.benefits-container__item-img{height:auto}.benefits-container__star{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 0 0 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%}.benefits-container__star::after{content:"";background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1033 0.816984C15.4701 0.0737383 16.5299 0.0737404 16.8967 0.816986L20.7635 8.65191C20.9092 8.94706 21.1907 9.15163 21.5164 9.19896L30.1628 10.4553C30.983 10.5745 31.3105 11.5825 30.717 12.161L24.4604 18.2597C24.2248 18.4894 24.1172 18.8204 24.1729 19.1448L25.6498 27.7562C25.7899 28.5731 24.9325 29.1961 24.1989 28.8104L16.4653 24.7446C16.174 24.5915 15.826 24.5915 15.5347 24.7446L7.80112 28.8104C7.06749 29.1961 6.21006 28.5731 6.35017 27.7562L7.82715 19.1448C7.88278 18.8204 7.77524 18.4894 7.53955 18.2597L1.28299 12.161C0.68947 11.5825 1.01698 10.5745 1.8372 10.4553L10.4836 9.19896C10.8093 9.15163 11.0908 8.94706 11.2365 8.65191L15.1033 0.816984Z' fill='%23FFBC00'/%3E%3C/svg%3E");width:34px;height:34px}.benefits-container__star::before{content:"";background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1033 0.816984C15.4701 0.0737383 16.5299 0.0737404 16.8967 0.816986L20.7635 8.65191C20.9092 8.94706 21.1907 9.15163 21.5164 9.19896L30.1628 10.4553C30.983 10.5745 31.3105 11.5825 30.717 12.161L24.4604 18.2597C24.2248 18.4894 24.1172 18.8204 24.1729 19.1448L25.6498 27.7562C25.7899 28.5731 24.9325 29.1961 24.1989 28.8104L16.4653 24.7446C16.174 24.5915 15.826 24.5915 15.5347 24.7446L7.80112 28.8104C7.06749 29.1961 6.21006 28.5731 6.35017 27.7562L7.82715 19.1448C7.88278 18.8204 7.77524 18.4894 7.53955 18.2597L1.28299 12.161C0.68947 11.5825 1.01698 10.5745 1.8372 10.4553L10.4836 9.19896C10.8093 9.15163 11.0908 8.94706 11.2365 8.65191L15.1033 0.816984Z' fill='%23FFBC00'/%3E%3C/svg%3E");width:34px;height:34px}.benefits-container__card-title{width:100%}.benefits-wrapper__container{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);gap:100px 20px;padding:90px 0 0 0}.benefits-wrapper__card{position:relative;border:1px solid #ffbc00;border-radius:10px;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}body.dark-theme .benefits-wrapper__card{border:1px solid #ffbc00}body:not(.dark-theme) .benefits-wrapper__card{background-color:green;border:1px solid #38b449}.benefits-wrapper__card-img{position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:275px}.benefits-wrapper__star{padding-top:75px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.benefits-wrapper__star::after{content:"";background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1033 0.816984C15.4701 0.0737383 16.5299 0.0737404 16.8967 0.816986L20.7635 8.65191C20.9092 8.94706 21.1907 9.15163 21.5164 9.19896L30.1628 10.4553C30.983 10.5745 31.3105 11.5825 30.717 12.161L24.4604 18.2597C24.2248 18.4894 24.1172 18.8204 24.1729 19.1448L25.6498 27.7562C25.7899 28.5731 24.9325 29.1961 24.1989 28.8104L16.4653 24.7446C16.174 24.5915 15.826 24.5915 15.5347 24.7446L7.80112 28.8104C7.06749 29.1961 6.21006 28.5731 6.35017 27.7562L7.82715 19.1448C7.88278 18.8204 7.77524 18.4894 7.53955 18.2597L1.28299 12.161C0.68947 11.5825 1.01698 10.5745 1.8372 10.4553L10.4836 9.19896C10.8093 9.15163 11.0908 8.94706 11.2365 8.65191L15.1033 0.816984Z' fill='%23FFBC00'/%3E%3C/svg%3E");width:34px;height:34px}.benefits-wrapper__star::before{content:"";background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1033 0.816984C15.4701 0.0737383 16.5299 0.0737404 16.8967 0.816986L20.7635 8.65191C20.9092 8.94706 21.1907 9.15163 21.5164 9.19896L30.1628 10.4553C30.983 10.5745 31.3105 11.5825 30.717 12.161L24.4604 18.2597C24.2248 18.4894 24.1172 18.8204 24.1729 19.1448L25.6498 27.7562C25.7899 28.5731 24.9325 29.1961 24.1989 28.8104L16.4653 24.7446C16.174 24.5915 15.826 24.5915 15.5347 24.7446L7.80112 28.8104C7.06749 29.1961 6.21006 28.5731 6.35017 27.7562L7.82715 19.1448C7.88278 18.8204 7.77524 18.4894 7.53955 18.2597L1.28299 12.161C0.68947 11.5825 1.01698 10.5745 1.8372 10.4553L10.4836 9.19896C10.8093 9.15163 11.0908 8.94706 11.2365 8.65191L15.1033 0.816984Z' fill='%23FFBC00'/%3E%3C/svg%3E");width:34px;height:34px}.benefits-wrapper__card-title{width:100%;height:auto}.benefits-wrapper__card-description{font-weight:400;font-family:Roboto,serif;font-size:16px;font-weight:400;font-family:Roboto,serif;font-size:16px;color:#fafafa;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;margin:10px 0 0 0;text-align:center}.howto-section__list{margin-top:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.howto-section__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;padding:0 0 20px 80px;counter-increment:numlist}.howto-section__item p{margin:0}.howto-section__item::after{position:absolute;inset-inline-start:0;top:0;display:-ms-grid;display:grid;place-items:center;width:60px;height:60px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%0A%3Csvg width='52' height='49' viewBox='0 0 52 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3098 2.45095C24.4102 0.221214 27.5898 0.221219 28.6902 2.45096L34.1188 13.4504C34.5558 14.3359 35.4005 14.9496 36.3776 15.0915L48.5162 16.8554C50.9769 17.2129 51.9594 20.2369 50.1788 21.9725L41.3953 30.5344C40.6882 31.2236 40.3656 32.2166 40.5325 33.1898L42.606 45.2793C43.0263 47.73 40.454 49.5989 38.2531 48.4419L27.396 42.7339C26.522 42.2745 25.4779 42.2745 24.604 42.7339L13.7469 48.4419C11.546 49.5989 8.97368 47.73 9.39401 45.2793L11.4675 33.1898C11.6344 32.2166 11.3118 31.2236 10.6047 30.5344L1.82116 21.9725C0.0406055 20.2369 1.02313 17.2129 3.48379 16.8554L15.6224 15.0915C16.5995 14.9496 17.4442 14.3358 17.8812 13.4504L23.3098 2.45095Z' fill='%23FFBC00'/%3E%3C/svg%3E");content:counter(numlist)}body:not(.dark-theme) .howto-section__item::after{font-weight:500;font-family:Roboto,serif;font-size:24px;color:#fafafa;background-color:#fff}body.dark-theme .howto-section__item::after{font-weight:500;font-family:Roboto,serif;font-size:24px;color:#16202c;background-color:#212121}.howto-section__item:not(:last-child)::before{position:absolute;inset-inline-start:30px;top:1px;width:2px;height:100%;content:counter(numlist);background:repeating-linear-gradient(to bottom,#2caf4d 0,#2caf4d 5px,transparent 5px,transparent 10px)}body:not(.dark-theme) .howto-section__item-title{font-weight:500;font-family:Roboto,serif;font-size:20px;color:#212121}body.dark-theme .howto-section__item-title{font-weight:500;font-family:Roboto,serif;font-size:20px;color:#fff}.howto-section__button-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.howto-section__item-button{padding:12px 24px;background-color:#ffbc00;font-weight:500;font-family:Roboto,serif;font-size:14px;color:#212121;-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:6px}.howto-section__item-button:hover{background-color:#ffcc3f}.howto-wrapper{margin:60px 0 0 0}.howto-wrapper__container{padding:20px;border-radius:10px}.howto-wrapper__container h2{margin-top:0}.howto-wrapper__container p{margin-top:18px}body:not(.dark-theme) .howto-wrapper__container{background-color:#fafafa;border:1px solid #e4e4e7;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.1);box-shadow:0 4px 8px rgba(0,0,0,.1)}body.dark-theme .howto-wrapper__container{background-color:#282a32;border:1px solid #52525b}.howto-wrapper__title{padding-top:0;font-weight:500;font-size:28px}.howto-wrapper__subtitle{padding-bottom:0}.howto-wrapper__list{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:20px;margin-top:20px}.howto-wrapper__item-card{border-radius:10px}body:not(.dark-theme) .howto-wrapper__item-card{background-color:#fafafa;border:1px solid #e4e4e7}body.dark-theme .howto-wrapper__item-card{background-color:#282a32;border:1px solid #52525b}.howto-wrapper__item-card img{border-radius:10px 10px 0 0;width:100%;height:auto}.howto-wrapper__container-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:18px;padding:18px 20px 20px 20px}.app__howto{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[6];grid-template-columns:repeat(6,1fr);margin-top:20px}.step{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px;counter-increment:numlist;gap:10px}body:not(.dark-theme) .step{border:1px dashed green}body:not(.dark-theme) .step::before{inset-inline-start:0;display:-ms-grid;display:grid;place-items:center;width:60px;height:60px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='52' height='49' viewBox='0 0 52 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3098 2.45095C24.4102 0.221214 27.5898 0.221219 28.6902 2.45096L34.1188 13.4504C34.5558 14.3359 35.4005 14.9496 36.3776 15.0915L48.5162 16.8554C50.9769 17.2129 51.9594 20.2369 50.1788 21.9725L41.3953 30.5344C40.6882 31.2236 40.3655 32.2166 40.5325 33.1897L42.606 45.2793C43.0263 47.73 40.454 49.5989 38.2531 48.4419L27.396 42.7339C26.522 42.2745 25.4779 42.2745 24.604 42.7339L13.7469 48.4419C11.546 49.5989 8.97368 47.73 9.39401 45.2793L11.4675 33.1898C11.6344 32.2166 11.3118 31.2236 10.6047 30.5344L1.82116 21.9725C0.0406057 20.2369 1.02313 17.2129 3.48379 16.8554L15.6224 15.0915C16.5995 14.9496 17.4442 14.3359 17.8812 13.4504L23.3098 2.45095Z' fill='%23008000'/%3E%3C/svg%3E%0A");content:counter(numlist);font-weight:500;font-family:Roboto,serif;font-size:24px;color:#fff}body.dark-theme .step{border:1px dashed #3ba910}body.dark-theme .step::before{inset-inline-start:0;display:-ms-grid;display:grid;place-items:center;width:60px;height:60px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='52' height='49' viewBox='0 0 52 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3098 2.45095C24.4102 0.221214 27.5898 0.221219 28.6902 2.45096L34.1188 13.4504C34.5558 14.3359 35.4005 14.9496 36.3776 15.0915L48.5162 16.8554C50.9769 17.2129 51.9594 20.2369 50.1788 21.9725L41.3953 30.5344C40.6882 31.2236 40.3655 32.2166 40.5325 33.1897L42.606 45.2793C43.0263 47.73 40.454 49.5989 38.2531 48.4419L27.396 42.7339C26.522 42.2745 25.4779 42.2745 24.604 42.7339L13.7469 48.4419C11.546 49.5989 8.97368 47.73 9.39401 45.2793L11.4675 33.1898C11.6344 32.2166 11.3118 31.2236 10.6047 30.5344L1.82116 21.9725C0.0406057 20.2369 1.02313 17.2129 3.48379 16.8554L15.6224 15.0915C16.5995 14.9496 17.4442 14.3359 17.8812 13.4504L23.3098 2.45095Z' fill='%233BA910'/%3E%3C/svg%3E");content:counter(numlist);font-weight:500;font-family:Roboto,serif;font-size:24px;color:#fff}.step p{margin:0}.step a{display:block;text-align:center;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin:0 auto}.app__howto.six .step:nth-child(1){border-radius:6px 0 0 0;-ms-grid-column-span:2;grid-column:span 2}.app__howto.six .step:nth-child(2){-ms-grid-column-span:2;grid-column:span 2}.app__howto.six .step:nth-child(3){border-radius:0 6px 0 0;-ms-grid-column-span:2;grid-column:span 2}.app__howto.six .step:nth-child(4){border-radius:0 0 0 6px;-ms-grid-column-span:2;grid-column:span 2}.app__howto.six .step:nth-child(5){-ms-grid-column-span:2;grid-column:span 2}.app__howto.six .step:nth-child(6){border-radius:0 0 6px 0;-ms-grid-column-span:2;grid-column:span 2}.app__howto.five .step:nth-child(1){-ms-grid-column-span:2;grid-column:span 2;border-radius:6px 0 0 0}.app__howto.five .step:nth-child(2){-ms-grid-column-span:2;grid-column:span 2}.app__howto.five .step:nth-child(3){-ms-grid-column-span:2;grid-column:span 2;border-radius:0 6px 0 0}.app__howto.five .step:nth-child(4){-ms-grid-column-span:3;grid-column:span 3;border-radius:0 0 0 6px}.app__howto.five .step:nth-child(5){-ms-grid-column-span:3;grid-column:span 3;border-radius:0 0 6px 0}.app__howto.vier .step:nth-child(1){-ms-grid-column-span:2;grid-column:span 2;border-radius:6px 0 0 0}.app__howto.vier .step:nth-child(2){-ms-grid-column-span:2;grid-column:span 2}.app__howto.vier .step:nth-child(3){-ms-grid-column-span:2;grid-column:span 2;border-radius:0 6px 0 0}.app__howto.vier .step:nth-child(4){-ms-grid-column-span:6;grid-column:span 6;border-radius:0 0 6px 6px}.app__howto.three .step:nth-child(1){-ms-grid-column-span:2;grid-column:span 2;border-radius:6px 0 0 6px}.app__howto.three .step:nth-child(2){-ms-grid-column-span:2;grid-column:span 2}.app__howto.three .step:nth-child(3){-ms-grid-column-span:2;grid-column:span 2;border-radius:0 6px 6px 0}.app__howto.two .step:nth-child(1){-ms-grid-column-span:3;grid-column:span 3;border-radius:6px 0 0 6px}.app__howto.two .step:nth-child(2){-ms-grid-column-span:3;grid-column:span 3;border-radius:0 6px 6px 0}.bonus-guide{margin-top:20px;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:20px}.guide-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.guide-card h3{font-weight:500;font-family:Roboto,serif;font-size:28px;color:#212121}.guide-card p{margin:0}.guide-card_picture{border-radius:10px;background:-webkit-gradient(linear,left top,left bottom,from(#299229),to(#001a00));background:linear-gradient(to bottom,#299229,#001a00);width:100%;height:auto}.bonus-howto{margin-top:60px}.how-to-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;margin-top:20px}.how-to-item{border-radius:10px;border:1px solid #e4e4e7;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;counter-increment:numlist}body:not(.dark-theme) .how-to-item{border:1px solid #e4e4e7;background-color:#fff}body.dark-theme .how-to-item{border:1px solid #52525b;background-color:#212121}.how-to-item img{max-width:413px;height:auto;border-radius:0 10px 10px 0}.how-to-item_content{padding:0 20px 0 40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.how-to-item_content h3{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body:not(.dark-theme) .how-to-item_content h3{font-weight:500;font-family:Roboto,serif;font-size:28px;color:#212121}body.dark-theme .how-to-item_content h3{font-weight:500;font-family:Roboto,serif;font-size:28px;color:#fff}.how-to-item_content h3::before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='52' height='49' viewBox='0 0 52 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3098 1.95095C24.4102 -0.278786 27.5898 -0.278781 28.6902 1.95096L34.1188 12.9504C34.5558 13.8359 35.4005 14.4496 36.3776 14.5915L48.5162 16.3554C50.9769 16.7129 51.9594 19.7369 50.1788 21.4725L41.3953 30.0344C40.6882 30.7236 40.3656 31.7166 40.5325 32.6898L42.606 44.7793C43.0263 47.23 40.454 49.0989 38.2531 47.9419L27.396 42.2339C26.522 41.7745 25.4779 41.7745 24.604 42.2339L13.7469 47.9419C11.546 49.0989 8.97368 47.23 9.39401 44.7793L11.4675 32.6898C11.6344 31.7166 11.3118 30.7236 10.6047 30.0344L1.82116 21.4725C0.0406055 19.7369 1.02313 16.7129 3.48379 16.3554L15.6224 14.5915C16.5995 14.4496 17.4442 13.8358 17.8812 12.9504L23.3098 1.95095Z' fill='%23008000'/%3E%3C/svg%3E%0A");inset-inline-start:0;display:-ms-grid;display:grid;place-items:center;min-width:60px;height:60px;background-repeat:no-repeat;background-position:center;content:counter(numlist);font-weight:500;font-family:Roboto,serif;font-size:24px;color:#fff}.bonus-container{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);gap:20px;padding-top:20px}.bonus-container__item{padding:10px 10px 20px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;gap:20px;border-radius:10px}body.dark-theme .bonus-container__item{background-color:#282a32}body:not(.dark-theme) .bonus-container__item{-webkit-box-shadow:0 4px 8px rgba(0,0,0,.1);box-shadow:0 4px 8px rgba(0,0,0,.1);background-color:#fafafa}.bonus-container__item img{width:100%}body.dark-theme .bonus-container__item-title{font-weight:500;font-family:Roboto,serif;font-size:32px;color:#fafafa}body:not(.dark-theme) .bonus-container__item-title{font-weight:500;font-family:Roboto,serif;font-size:32px;color:#282a32}.bonus-container__btn-wrap{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:20px}.bonus-container__btn-wrap a{padding:12px 0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:block}.bonus-container__card-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.bonus-container__card-content p{margin:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.app-link{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-link a img{-webkit-transition:all .3s ease;transition:all .3s ease}.app-link a img:hover{opacity:.7}.bonuses-list{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);margin-top:20px}.bonuses-item{padding:20px}body.dark-theme .bonuses-item{border:1px dashed #3ba910}body:not(.dark-theme) .bonuses-item{border:1px dashed green}.bonuses-item h3{padding:8px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}body.dark-theme .bonuses-item h3{font-weight:500;font-family:Roboto,serif;font-size:20px;color:#3ba910}body.dark-theme .bonuses-item h3 svg{fill:#3ba910}body:not(.dark-theme) .bonuses-item h3{font-weight:500;font-family:Roboto,serif;font-size:20px;color:green}body:not(.dark-theme) .bonuses-item h3 svg{fill:green}.no-webp .bonuses-item:nth-last-child(1){background-image:url(../img/BonusImageBg.png)}.bonuses-item:nth-last-child(1){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-position:center;background-repeat:no-repeat;background-size:cover}body.dark-theme .bonuses-item:nth-last-child(1){background-color:#3ba910}body:not(.dark-theme) .bonuses-item:nth-last-child(1){background-color:green}.bonuses-item:nth-last-child(1) h3{padding:0}body.dark-theme .bonuses-item:nth-last-child(1) h3{font-weight:500;font-family:Roboto,serif;font-size:24px;color:#fff}body:not(.dark-theme) .bonuses-item:nth-last-child(1) h3{font-weight:500;font-family:Roboto,serif;font-size:24px;color:#fff}.bonuses-item:nth-last-child(1) p{margin:18px 0;font-weight:400;font-family:Roboto,serif;font-size:18px;color:#fff}.terms-list{padding:18px 0 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style:disc inside;gap:10px}.bonuses-btn{display:block;background-color:#ffbc00;color:#212121;padding:16px 5px;width:100%;font-size:16px;font-weight:500;-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:6px;border:1px solid #ffbc00;text-align:center}.bonuses-btn:hover{background-color:#ffcc3f}.deals-container_list{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);margin-top:20px;gap:20px}.deals-container_item{background-color:#212121;border-radius:10px;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:0 2px 6px rgba(0,0,0,.1);box-shadow:0 2px 6px rgba(0,0,0,.1);gap:18px}body.dark-theme .deals-container_item{background-color:#282a32;border:1px solid #ffbc00}body:not(.dark-theme) .deals-container_item{border:1px solid #212121;background-color:#212121}.deals-container_item h3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;font-weight:500;font-family:Roboto,serif;font-size:24px;color:#ffbc00}.deals-container_item h3::before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.40333 0.252001C7.19833 0.240334 5.05167 2.36367 6.03167 5.00033H2.33333C1.71449 5.00033 1.121 5.24617 0.683418 5.68375C0.245833 6.12134 0 6.71483 0 7.33367V9.667C0 9.97642 0.122916 10.2732 0.341709 10.492C0.560501 10.7108 0.857247 10.8337 1.16667 10.8337H11.6667V7.33367H14V10.8337H24.5C24.8094 10.8337 25.1062 10.7108 25.325 10.492C25.5438 10.2732 25.6667 9.97642 25.6667 9.667V7.33367C25.6667 6.71483 25.4208 6.12134 24.9832 5.68375C24.5457 5.24617 23.9522 5.00033 23.3333 5.00033H19.635C21 1.18533 15.8667 -1.50967 13.4983 1.78033L12.8333 2.667L12.1683 1.757C11.4333 0.718668 10.4183 0.263668 9.40333 0.252001ZM9.33333 2.667C10.3717 2.667 10.8967 3.927 10.1617 4.662C9.42667 5.397 8.16667 4.872 8.16667 3.83367C8.16667 3.52425 8.28958 3.2275 8.50838 3.00871C8.72717 2.78992 9.02391 2.667 9.33333 2.667ZM16.3333 2.667C17.3717 2.667 17.8967 3.927 17.1617 4.662C16.4267 5.397 15.1667 4.872 15.1667 3.83367C15.1667 3.52425 15.2896 3.2275 15.5084 3.00871C15.7272 2.78992 16.0239 2.667 16.3333 2.667ZM1.16667 12.0003V21.3337C1.16667 21.9525 1.4125 22.546 1.85008 22.9836C2.28767 23.4212 2.88116 23.667 3.5 23.667H22.1667C22.7855 23.667 23.379 23.4212 23.8166 22.9836C24.2542 22.546 24.5 21.9525 24.5 21.3337V12.0003H14V21.3337H11.6667V12.0003H1.16667Z' fill='%23FFBC00'/%3E%3C/svg%3E");min-width:25px;height:23px;display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.deals-container_item p{margin:0;text-align:center;font-weight:500;font-family:Roboto,serif;font-size:32px;color:#fff}.deals-container_item a{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.deals-container_item a::before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.38464 0.608433C5.80964 0.600099 4.2763 2.11677 4.9763 4.0001H2.33464C1.89261 4.0001 1.46868 4.17569 1.15612 4.48825C0.843564 4.80082 0.667969 5.22474 0.667969 5.66677V7.33343C0.667969 7.55445 0.755766 7.76641 0.912046 7.92269C1.06833 8.07897 1.28029 8.16677 1.5013 8.16677H9.0013V5.66677H10.668V8.16677H18.168C18.389 8.16677 18.6009 8.07897 18.7572 7.92269C18.9135 7.76641 19.0013 7.55445 19.0013 7.33343V5.66677C19.0013 5.22474 18.8257 4.80082 18.5131 4.48825C18.2006 4.17569 17.7767 4.0001 17.3346 4.0001H14.693C15.668 1.2751 12.0013 -0.649901 10.3096 1.7001L9.83464 2.33343L9.35964 1.68343C8.83464 0.941766 8.10964 0.616766 7.38464 0.608433ZM7.33464 2.33343C8.0763 2.33343 8.4513 3.23343 7.9263 3.75843C7.4013 4.28343 6.5013 3.90843 6.5013 3.16677C6.5013 2.94575 6.5891 2.73379 6.74538 2.57751C6.90166 2.42123 7.11362 2.33343 7.33464 2.33343ZM12.3346 2.33343C13.0763 2.33343 13.4513 3.23343 12.9263 3.75843C12.4013 4.28343 11.5013 3.90843 11.5013 3.16677C11.5013 2.94575 11.5891 2.73379 11.7454 2.57751C11.9017 2.42123 12.1136 2.33343 12.3346 2.33343ZM1.5013 9.0001V15.6668C1.5013 16.1088 1.6769 16.5327 1.98946 16.8453C2.30202 17.1578 2.72594 17.3334 3.16797 17.3334H16.5013C16.9433 17.3334 17.3673 17.1578 17.6798 16.8453C17.9924 16.5327 18.168 16.1088 18.168 15.6668V9.0001H10.668V15.6668H9.0013V9.0001H1.5013Z' fill='%23212121'/%3E%3C/svg%3E");min-width:18px;height:17px;display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.features{display:-ms-grid;display:grid;font-size:18px;margin-top:20px}.features_list{display:-ms-grid;display:grid;-ms-flex-line-pack:start;align-content:start;border-radius:10px}.features_list-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.features_list-title .span{width:48px;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50%;background-color:#3ba910;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.features_list-title .span-rot{width:48px;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50%;background-color:tomato;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.features_list-title .span-rot img{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}body:not(.dark-theme) .features_list-title h3{font-weight:500;font-family:Roboto,serif;font-size:28px;color:#212121}body.dark-theme .features_list-title h3{font-weight:500;font-family:Roboto,serif;font-size:28px}.features_list:first-child{background-color:rgba(53,213,44,.1)}.features_list:first-child .features_item::before{background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1033 0.816987C10.4701 0.0737414 11.5299 0.0737402 11.8967 0.816986L14.294 5.67446C14.4397 5.9696 14.7213 6.17417 15.047 6.2215L20.4075 7.00043C21.2277 7.11961 21.5552 8.12759 20.9617 8.70612L17.0828 12.4871C16.8471 12.7169 16.7396 13.0479 16.7952 13.3723L17.7109 18.7111C17.851 19.528 16.9936 20.151 16.26 19.7653L11.4653 17.2446C11.174 17.0915 10.826 17.0915 10.5347 17.2446L5.74005 19.7653C5.00642 20.151 4.14899 19.528 4.2891 18.7111L5.20479 13.3723C5.26043 13.0479 5.15288 12.7169 4.91719 12.4871L1.03827 8.70612C0.444756 8.12759 0.772265 7.11961 1.59249 7.00043L6.95302 6.2215C7.27873 6.17417 7.5603 5.9696 7.70596 5.67446L10.1033 0.816987Z' fill='%233BA910'/%3E%3C/svg%3E")}.features_list:last-child{background-color:rgba(213,44,47,.1)}.features_list:last-child .features_item::before{background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1033 0.816987C10.4701 0.0737414 11.5299 0.0737402 11.8967 0.816986L14.294 5.67446C14.4397 5.9696 14.7213 6.17417 15.047 6.2215L20.4075 7.00043C21.2277 7.11961 21.5552 8.12759 20.9617 8.70612L17.0828 12.4871C16.8471 12.7169 16.7396 13.0479 16.7952 13.3723L17.7109 18.7111C17.851 19.528 16.9936 20.151 16.26 19.7653L11.4653 17.2446C11.174 17.0915 10.826 17.0915 10.5347 17.2446L5.74005 19.7653C5.00642 20.151 4.14899 19.528 4.2891 18.7111L5.20479 13.3723C5.26043 13.0479 5.15288 12.7169 4.91719 12.4871L1.03827 8.70612C0.444756 8.12759 0.772265 7.11961 1.59249 7.00043L6.95302 6.2215C7.27873 6.17417 7.5603 5.9696 7.70596 5.67446L10.1033 0.816987Z' fill='%23FF6347'/%3E%3C/svg%3E%0A")}.features_item{position:relative;min-height:24px}body:not(.dark-theme) .features_item{font-weight:400;font-family:Roboto,serif;font-size:16px;color:#212121}body.dark-theme .features_item{font-weight:400;font-family:Roboto,serif;font-size:16px}.features_item::before{position:absolute;top:0;left:0;width:24px;height:24px;content:""}.games{display:-ms-grid;display:grid;margin-top:20px}.games_item a{position:relative;display:-ms-grid;display:grid;-ms-grid-rows:auto 1fr;grid-template-rows:auto 1fr;row-gap:10px;place-items:center center;padding:0 10px 20px;color:#fff;text-align:center;isolation:isolate}body:not(.dark-theme) .games_item a:hover::before{background-color:#009c00}body.dark-theme .games_item a:hover::before{background-color:#3abe06}.card-link::before{position:absolute;bottom:0;z-index:-1;width:100%;height:calc(100% - var(--pic-size)/ 2);content:"";border-radius:10px;-webkit-transition:all .3s ease;transition:all .3s ease}body:not(.dark-theme) .card-link::before{background-color:green}body.dark-theme .card-link::before{background-color:#3ba910}.games_pic{width:var(--pic-size);height:var(--pic-size);-o-object-fit:contain;object-fit:contain}.games2{display:-ms-grid;display:grid;margin-top:20px}.games2__item{display:-webkit-box;display:-ms-flexbox;display:flex}.games2__item a{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:10px}body:not(.dark-theme) .games2__item a{background-color:#fafafa;border:solid 1px green;font-weight:500;font-family:Roboto,serif;font-size:28px;color:green}body:not(.dark-theme) .games2__item a:hover{background-color:green;font-weight:500;font-family:Roboto,serif;font-size:28px;color:#fafafa}body:not(.dark-theme) .games2__item a:hover span svg{fill:#fff}body.dark-theme .games2__item a{background-color:#282a32;border:solid 1px #3ba910;font-weight:500;font-family:Roboto,serif;font-size:28px;color:#38b449}body.dark-theme .games2__item a:hover{background-color:#3ba910;font-weight:500;font-family:Roboto,serif;font-size:28px;color:#fafafa}body.dark-theme .games2__item a:hover span{background-color:#3ba910}body.dark-theme .games2__item a:hover span svg{fill:#fff}.games2__item a span{content:"";padding:20px;border-radius:6px;background-repeat:no-repeat;background-position:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:all .3s ease;transition:all .3s ease}.games2__item a span svg{-webkit-transition:all .3s ease;transition:all .3s ease}body:not(.dark-theme) .games2__item a span svg{fill:green}body.dark-theme .games2__item a span svg{fill:#3ba910}body:not(.dark-theme) .games2__item a span{border:1px solid green}body.dark-theme .games2__item a span{border:solid 1px #3ba910;background-color:#16202c}.games3{display:-ms-grid;display:grid;margin-top:20px}.games3 .games3_pic{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.games3__item a{display:-ms-grid;display:grid;-ms-grid-rows:auto 1fr;grid-template-rows:auto 1fr;row-gap:10px;place-items:center center;-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:10px;padding:20px 10px}body:not(.dark-theme) .games3__item a{background-color:#fafafa;font-weight:500;font-family:Roboto,serif;font-size:28px;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.1);box-shadow:0 4px 8px rgba(0,0,0,.1)}body:not(.dark-theme) .games3__item a:hover{background-color:#009c00;font-weight:500;font-family:Roboto,serif;font-size:28px;color:#fafafa}body.dark-theme .games3__item a{background-color:#282a32;font-weight:500;font-family:Roboto,serif;font-size:28px;color:#fff}body.dark-theme .games3__item a:hover{background-color:#3abe06}.accent{margin-top:60px;padding:40px;border-radius:10px}body:not(.dark-theme) .accent{border:1px solid #e4e4e7;background-color:#fafafa}body.dark-theme .accent{border:1px solid #52525b;background-color:#282a32}.accent__content{display:-ms-grid;display:grid;-ms-grid-columns:1fr auto;grid-template-columns:1fr auto;gap:20px}.accent h2{margin-top:0}.accent__btn{display:block;text-align:center;margin:18px auto 0 auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.accent img{max-width:540px;width:100%;height:auto}.info{border-radius:10px;margin-top:60px;padding:20px 20px 20px 40px}.info--yellow{background-color:rgba(255,188,0,.2);border:1px solid #ffbc00;border-left:10px solid #ffbc00}.h3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.h3--yellow{font-weight:500;font-family:Roboto,serif;font-size:24px;font-weight:500;font-family:Roboto,serif;font-size:24px}.h3--yellow::before{content:"";width:24px;height:24px;background-repeat:no-repeat;display:block;margin-right:10px;background-position:center;background-size:contain}body:not(.dark-theme) .h3--yellow::before{background-image:url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1033 0.816987C10.4701 0.0737414 11.5299 0.0737401 11.8967 0.816986L14.294 5.67446C14.4397 5.9696 14.7213 6.17417 15.047 6.2215L20.4075 7.00043C21.2277 7.11961 21.5552 8.12759 20.9617 8.70612L17.0828 12.4871C16.8471 12.7169 16.7396 13.0479 16.7952 13.3723L17.7109 18.7111C17.851 19.528 16.9936 20.151 16.26 19.7653L11.4653 17.2446C11.174 17.0915 10.826 17.0915 10.5347 17.2446L5.74005 19.7653C5.00642 20.151 4.14899 19.528 4.2891 18.7111L5.20479 13.3723C5.26043 13.0479 5.15288 12.7169 4.91719 12.4871L1.03827 8.70612C0.444756 8.12759 0.772265 7.11961 1.59249 7.00043L6.95302 6.2215C7.27873 6.17417 7.5603 5.9696 7.70596 5.67446L10.1033 0.816987Z' fill='%23212121'/%3E%3C/svg%3E")}body.dark-theme .h3--yellow::before{background-image:url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1033 0.816987C10.4701 0.0737414 11.5299 0.0737401 11.8967 0.816986L14.294 5.67446C14.4397 5.9696 14.7213 6.17417 15.047 6.2215L20.4075 7.00043C21.2277 7.11961 21.5552 8.12759 20.9617 8.70612L17.0828 12.4871C16.8471 12.7169 16.7396 13.0479 16.7952 13.3723L17.7109 18.7111C17.851 19.528 16.9936 20.151 16.26 19.7653L11.4653 17.2446C11.174 17.0915 10.826 17.0915 10.5347 17.2446L5.74005 19.7653C5.00642 20.151 4.14899 19.528 4.2891 18.7111L5.20479 13.3723C5.26043 13.0479 5.15288 12.7169 4.91719 12.4871L1.03827 8.70612C0.444756 8.12759 0.772265 7.11961 1.59249 7.00043L6.95302 6.2215C7.27873 6.17417 7.5603 5.9696 7.70596 5.67446L10.1033 0.816987Z' fill='white'/%3E%3C/svg%3E")}body:not(.dark-theme) .info--green{background-color:rgba(0,128,0,.2);border:1px solid green;border-left:10px solid green}body.dark-theme .info--green{background-color:rgba(59,169,16,.2);border:1px solid #3ba910;border-left:10px solid #3ba910}body:not(.dark-theme) .h3--green{font-weight:500;font-family:Roboto,serif;font-size:24px;color:green}body.dark-theme .h3--green{font-weight:500;font-family:Roboto,serif;font-size:24px;color:#38b449}.h3--green::before{content:"";width:24px;height:24px;background-repeat:no-repeat;display:block;margin-right:10px;background-position:center;background-size:contain}body:not(.dark-theme) .h3--green::before{background-image:url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1033 0.816987C10.4701 0.0737414 11.5299 0.0737401 11.8967 0.816986L14.294 5.67446C14.4397 5.9696 14.7213 6.17417 15.047 6.2215L20.4075 7.00043C21.2277 7.11961 21.5552 8.12759 20.9617 8.70612L17.0828 12.4871C16.8471 12.7169 16.7396 13.0479 16.7952 13.3723L17.7109 18.7111C17.851 19.528 16.9936 20.151 16.26 19.7653L11.4653 17.2446C11.174 17.0915 10.826 17.0915 10.5347 17.2446L5.74005 19.7653C5.00642 20.151 4.14899 19.528 4.2891 18.7111L5.20479 13.3723C5.26043 13.0479 5.15288 12.7169 4.91719 12.4871L1.03827 8.70612C0.444756 8.12759 0.772265 7.11961 1.59249 7.00043L6.95302 6.2215C7.27873 6.17417 7.5603 5.9696 7.70596 5.67446L10.1033 0.816987Z' fill='%23008000'/%3E%3C/svg%3E%0A")}body.dark-theme .h3--green::before{background-image:url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1033 0.816987C10.4701 0.0737414 11.5299 0.0737402 11.8967 0.816986L14.294 5.67446C14.4397 5.9696 14.7213 6.17417 15.047 6.2215L20.4075 7.00043C21.2277 7.11961 21.5552 8.12759 20.9617 8.70612L17.0828 12.4871C16.8471 12.7169 16.7396 13.0479 16.7952 13.3723L17.7109 18.7111C17.851 19.528 16.9936 20.151 16.26 19.7653L11.4653 17.2446C11.174 17.0915 10.826 17.0915 10.5347 17.2446L5.74005 19.7653C5.00642 20.151 4.14899 19.528 4.2891 18.7111L5.20479 13.3723C5.26043 13.0479 5.15288 12.7169 4.91719 12.4871L1.03827 8.70612C0.444756 8.12759 0.772265 7.11961 1.59249 7.00043L6.95302 6.2215C7.27873 6.17417 7.5603 5.9696 7.70596 5.67446L10.1033 0.816987Z' fill='%233BA910'/%3E%3C/svg%3E")}body:not(.dark-theme) .info--red{background-color:rgba(255,69,0,.1);border:1px solid #ff4500;border-left:10px solid #ff4500}body.dark-theme .info--red{background-color:rgba(255,99,71,.2);border:1px solid tomato;border-left:10px solid tomato}body:not(.dark-theme) .h3--red{font-weight:500;font-family:Roboto,serif;font-size:24px;color:#ff4500}body.dark-theme .h3--red{font-weight:500;font-family:Roboto,serif;font-size:24px;color:tomato}.h3--red::before{background-image:url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1033 0.816987C10.4701 0.0737414 11.5299 0.0737401 11.8967 0.816986L14.294 5.67446C14.4397 5.9696 14.7213 6.17417 15.047 6.2215L20.4075 7.00043C21.2277 7.11961 21.5552 8.12759 20.9617 8.70612L17.0828 12.4871C16.8471 12.7169 16.7396 13.0479 16.7952 13.3723L17.7109 18.7111C17.851 19.528 16.9936 20.151 16.26 19.7653L11.4653 17.2446C11.174 17.0915 10.826 17.0915 10.5347 17.2446L5.74005 19.7653C5.00642 20.151 4.14899 19.528 4.2891 18.7111L5.20479 13.3723C5.26043 13.0479 5.15288 12.7169 4.91719 12.4871L1.03827 8.70612C0.444756 8.12759 0.772265 7.11961 1.59249 7.00043L6.95302 6.2215C7.27873 6.17417 7.5603 5.9696 7.70596 5.67446L10.1033 0.816987Z' fill='%23FF4500'/%3E%3C/svg%3E%0A");content:"";width:24px;height:24px;background-repeat:no-repeat;display:block;margin-right:10px;background-position:center;background-size:contain}.accent ol,.accent ul{-webkit-padding-start:0!important;padding-inline-start:0!important;-webkit-margin-start:0!important;margin-inline-start:0!important}.accent ol li,.accent ul li{position:relative;list-style:none}.accent ol li::before,.accent ul li::before{position:absolute;top:50%;left:0;content:"";-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.accent ul li::before{width:var(--size);height:var(--size);content:"";background-color:currentColor;border-radius:50%}.accent ol{counter-reset:item;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.accent ol li{counter-increment:item}.accent ol li::before{display:-ms-grid;display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:500;content:counter(item)}body:not(.dark-theme) .accent--green{border:1px solid #e4e4e7;background-color:#fafafa;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.1);box-shadow:0 4px 8px rgba(0,0,0,.1)}body.dark-theme .accent--green{border:1px solid #52525b}.accent__list li:nth-child(1){margin-top:18px}.accent__list li:not(:first-child){margin:10px 0}.accent--green ol li::before,.accent--green ul li::before{color:#ffbc00}.accent--green a:not([class]){color:#ffbc00}.slots{display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-top:20px;gap:20px}.slots__item{-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:10px}body:not(.dark-theme) .slots__item{border:1px solid #e4e4e7;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.1);box-shadow:0 4px 8px rgba(0,0,0,.1);background-color:#fafafa}body:not(.dark-theme) .slots__item:hover{border:1px solid #009c00}body:not(.dark-theme) .slots__item:hover .slots__title{color:#009c00}body.dark-theme .slots__item{border:1px solid #52525b;background-color:#282a32}body.dark-theme .slots__item:hover{border:1px solid #3abe06}body.dark-theme .slots__item:hover .slots__title{color:#3abe06}.slots__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center;padding:20px 10px;-webkit-transition:all .3s ease;transition:all .3s ease}body:not(.dark-theme) .slots__title{font-weight:500;font-family:Roboto,serif;font-size:24px;color:#212121}body.dark-theme .slots__title{font-weight:500;font-family:Roboto,serif;font-size:24px;color:#fff}.slots img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.aviator-game{border-radius:10px;padding:126px 40px 40px 40px;position:relative;margin-top:106px;gap:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body:not(.dark-theme) .aviator-game{background-color:rgba(0,128,0,.1)}body.dark-theme .aviator-game{background-color:rgba(59,169,16,.1)}.aviator-game_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:18px;border-radius:10px;padding:20px}body:not(.dark-theme) .aviator-game_item{background-color:#fff}body.dark-theme .aviator-game_item{background-color:#212121}.aviator-game_item p{margin-top:10px}body:not(.dark-theme) .aviator-game_text h3{font-weight:500;font-family:Roboto,serif;font-size:28px;color:#212121}body.dark-theme .aviator-game_text h3{font-weight:500;font-family:Roboto,serif;font-size:28px;color:#fff}.aviator-game_star-img{position:absolute;top:-85px;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}.slot{position:relative;display:-ms-grid;margin-top: 20px; display:grid;-ms-flex-line-pack:center;align-content:center;justify-items:center;max-width:1096px;padding:44px;margin-inline:auto}body:not(.dark-theme) .slot{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1096' height='510' fill='none'%3E%3Cpath fill='%23008000' d='M1096 166V48l-8-6V18h-54l-19-15H829l-19 15h-99l-9-7H445l-9 7H335L312 0H196l-22 18H9v34l-9 6v46l9 7v138l-9 7v46l9 6v59l-9 6v92l9 7v23h38l20 15h98l19-15h366l11 8h218l11-8h123l20 15h98l20-15h37v-57l7-5V261l-7-5v-84l8-6Z'/%3E%3Cpath fill='%23212121' d='M1068 305V188l8-7V28H783l-15 11H582l-15-11H395l-8 6H270l-9-6H21v56l12 10v92l-12 9v290h1055V311l-8-6Z'/%3E%3C/svg%3E") center/100% 100%}body.dark-theme .slot{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1096' height='510' fill='none'%3E%3Cpath fill='%233BA910' d='M1096 166V48l-8-6V18h-54l-19-15H829l-19 15h-99l-9-7H445l-9 7H335L312 0H196l-22 18H9v34l-9 6v46l9 7v138l-9 7v46l9 6v59l-9 6v92l9 7v23h38l20 15h98l19-15h366l11 8h218l11-8h123l20 15h98l20-15h37v-57l7-5V261l-7-5v-84l8-6Z'/%3E%3Cpath fill='%23212121' d='M1068 305V188l8-7V28H783l-15 11H582l-15-11H395l-8 6H270l-9-6H21v56l12 10v92l-12 9v290h1055V311l-8-6Z'/%3E%3C/svg%3E") center/100% 100%}.slot::after,.slot::before{position:absolute;content:"";background-repeat:no-repeat;background-size:contain}.slot::before{top:8.24%;left:3.82%;width:140px;aspect-ratio:140/12}body:not(.dark-theme) .slot::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='12' fill='none'%3E%3Cpath fill='%23008000' d='M12.95 6.14c0 3.24-2.81 5.86-6.28 5.86C3.21 12 .4 9.38.4 6.14S3.2.28 6.67.28c3.47 0 6.28 2.62 6.28 5.86Zm31.74 0c0 3.24-2.81 5.86-6.27 5.86-3.47 0-6.28-2.62-6.28-5.86S34.95.28 38.41.28c3.47 0 6.28 2.62 6.28 5.86Zm31.74 0c0 3.24-2.81 5.86-6.28 5.86-3.46 0-6.27-2.62-6.27-5.86S66.7.28 70.15.28c3.47 0 6.28 2.62 6.28 5.86ZM101.9 12c3.46 0 6.27-2.62 6.27-5.86S105.37.28 101.9.28c-3.47 0-6.28 2.62-6.28 5.86S98.43 12 101.9 12Zm38.01-5.86c0 3.24-2.8 5.86-6.27 5.86-3.46 0-6.27-2.62-6.27-5.86s2.8-5.86 6.27-5.86c3.47 0 6.27 2.62 6.27 5.86Z'/%3E%3C/svg%3E")}body.dark-theme .slot::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='12' fill='none'%3E%3Cpath fill='%233BA910' d='M12.95 6.14c0 3.24-2.81 5.86-6.28 5.86C3.21 12 .4 9.38.4 6.14S3.2.28 6.67.28c3.47 0 6.28 2.62 6.28 5.86Zm31.74 0c0 3.24-2.81 5.86-6.27 5.86-3.47 0-6.28-2.62-6.28-5.86S34.95.28 38.41.28c3.47 0 6.28 2.62 6.28 5.86Zm31.74 0c0 3.24-2.81 5.86-6.28 5.86-3.46 0-6.27-2.62-6.27-5.86S66.7.28 70.15.28c3.47 0 6.28 2.62 6.28 5.86ZM101.9 12c3.46 0 6.27-2.62 6.27-5.86S105.37.28 101.9.28c-3.47 0-6.28 2.62-6.28 5.86S98.43 12 101.9 12Zm38.01-5.86c0 3.24-2.8 5.86-6.27 5.86-3.46 0-6.27-2.62-6.27-5.86s2.8-5.86 6.27-5.86c3.47 0 6.27 2.62 6.27 5.86Z'/%3E%3C/svg%3E")}.slot::after{right:4.2%;bottom:11%;width:11px;aspect-ratio:11/110}body:not(.dark-theme) .slot::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='110' fill='none'%3E%3Cpath fill='%23008000' d='M5.06 100.06a5 5 0 0 1 5.06 4.92 5 5 0 0 1-5.06 4.93A5 5 0 0 1 0 105a5 5 0 0 1 5.06-4.93Zm0-24.93a5 5 0 0 1 5.06 4.93A5 5 0 0 1 5.06 85 5 5 0 0 1 0 80.06a5 5 0 0 1 5.06-4.93Zm0-24.93a5 5 0 0 1 5.06 4.93 5 5 0 0 1-5.06 4.93A5 5 0 0 1 0 55.13a5 5 0 0 1 5.06-4.92Zm0-24.91a5 5 0 0 1 5.06 4.92 5 5 0 0 1-5.06 4.93A5 5 0 0 1 0 30.2a5 5 0 0 1 5.06-4.93Zm0-24.93a5 5 0 0 1 5.06 4.93 5 5 0 0 1-5.06 4.92A5 5 0 0 1 0 5.3 5 5 0 0 1 5.06.36Z'/%3E%3C/svg%3E")}body.dark-theme .slot::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='110' fill='none'%3E%3Cpath fill='%233BA910' d='M5.06 100.06a5 5 0 0 1 5.06 4.92 5 5 0 0 1-5.06 4.93A5 5 0 0 1 0 105a5 5 0 0 1 5.06-4.93Zm0-24.93a5 5 0 0 1 5.06 4.93A5 5 0 0 1 5.06 85 5 5 0 0 1 0 80.06a5 5 0 0 1 5.06-4.93Zm0-24.93a5 5 0 0 1 5.06 4.93 5 5 0 0 1-5.06 4.93A5 5 0 0 1 0 55.13a5 5 0 0 1 5.06-4.92Zm0-24.91a5 5 0 0 1 5.06 4.92 5 5 0 0 1-5.06 4.93A5 5 0 0 1 0 30.2a5 5 0 0 1 5.06-4.93Zm0-24.93a5 5 0 0 1 5.06 4.93 5 5 0 0 1-5.06 4.92A5 5 0 0 1 0 5.3 5 5 0 0 1 5.06.36Z'/%3E%3C/svg%3E")}.slot_logo{width:auto}.slot .content-bg{-o-object-fit:fill;object-fit:fill}.btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.slot_btn-play{padding:16px 10px;-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;white-space:nowrap;font-weight:500;font-family:Roboto,serif;font-size:16px;color:#fff}body:not(.dark-theme) .slot_btn-play{background-color:green}body:not(.dark-theme) .slot_btn-play:hover{background-color:#009c00}body.dark-theme .slot_btn-play{background-color:#3ba910}body.dark-theme .slot_btn-play:hover{background-color:#3abe06}.btn_play{max-width:185px;width:100%;-ms-flex-negative:0;flex-shrink:0}.slot_play-money{max-width:250px;width:100%;-ms-flex-negative:0;flex-shrink:0}.providers-container{margin-top:20px;display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.card{border-radius:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px 10px;opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:opacity .5s ease,-webkit-transform .5s ease;transition:opacity .5s ease,-webkit-transform .5s ease;transition:opacity .5s ease,transform .5s ease;transition:opacity .5s ease,transform .5s ease,-webkit-transform .5s ease;display:none}body:not(.dark-theme) .card{background-color:#fafafa;border:1px solid #e4e4e7}body.dark-theme .card{background-color:#282a32;border:1px solid #52525b}body:not(.dark-theme) .card img{mix-blend-mode:difference}body.dark-theme .card img{mix-blend-mode:none}.card.visible{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.load-more{text-transform:capitalize;border-radius:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;gap:15px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}body:not(.dark-theme) .load-more{background-color:#fafafa;border:1px solid green;font-weight:500;font-family:Roboto,serif;font-size:24px;color:green}body:not(.dark-theme) .load-more svg{fill:green;-webkit-transition:all .3s ease;transition:all .3s ease}body:not(.dark-theme) .load-more:hover{background-color:green;font-weight:500;font-family:Roboto,serif;font-size:24px;color:#fff}body:not(.dark-theme) .load-more:hover svg{fill:#fff}body.dark-theme .load-more{background-color:#282a32;border:1px solid #3ba910;font-weight:500;font-family:Roboto,serif;font-size:24px;color:#3ba910}body.dark-theme .load-more svg{fill:#3ba910;-webkit-transition:all .3s ease;transition:all .3s ease}body.dark-theme .load-more:hover{background-color:rgba(98,255,0,.1);font-weight:500;font-family:Roboto,serif;font-size:24px;color:#3abe06}body.dark-theme .load-more:hover svg{fill:#3abe06}.card{display:none}.card.visible{display:-webkit-box;display:-ms-flexbox;display:flex}.faq{display:-ms-grid;display:grid;margin-top:20px;--icon-color:currentColor;gap:var(--padding,20px)}.faq_item{display:-ms-grid;display:grid;overflow:hidden;border-radius:10px}body:not(.dark-theme) .faq_item{border:solid 1px green}body.dark-theme .faq_item{border:solid 1px #3ba910}.faq_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px;cursor:pointer;text-align:left;border:none;font-weight:500;font-family:Roboto,serif;font-size:20px;color:#fff}body:not(.dark-theme) .faq_title{background-color:green}body.dark-theme .faq_title{background-color:#3ba910}.faq_title::after{content:"";width:15px;height:10px;background-image:url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.645 0.00976562L7 5.36477L12.355 0.00976562L14 1.66643L7 8.66643L0 1.66643L1.645 0.00976562Z' fill='white'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:contain;-webkit-transition:-webkit-transform 250ms ease-in-out;transition:-webkit-transform 250ms ease-in-out;transition:transform 250ms ease-in-out;transition:transform 250ms ease-in-out,-webkit-transform 250ms ease-in-out}.faq_title.show::after{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.faq_text{padding:20px;display:none}body:not(.dark-theme) .faq_text{background-color:inherit}body.dark-theme .faq_text{background-color:#282a32}.faq_text p{margin:0}.faq_item[data-open=true] .faq_text{display:block}.faq_item[data-open=false] .faq_text{display:none}.faq2{display:-ms-grid;display:grid;margin-top:20px;--icon-color:currentColor;gap:var(--padding,20px)}.faq2_item{display:-ms-grid;display:grid;overflow:hidden;border-radius:10px}body:not(.dark-theme) .faq2_item{background-color:#fafafa;border:solid 1px green}body.dark-theme .faq2_item{background-color:#282a32;border:solid 1px #3ba910}.faq2_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px;cursor:pointer;text-align:left;border:none;font-weight:500;font-family:Roboto,serif;font-size:20px;color:#fff}body:not(.dark-theme) .faq2_title{background-color:#fafafa;font-weight:500;font-family:Roboto,serif;font-size:20px;color:#212121}body.dark-theme .faq2_title{background-color:#282a32}.faq2_title::after{content:"";width:36px;height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;background-image:url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.645 0.00976562L7 5.36477L12.355 0.00976562L14 1.66643L7 8.66643L0 1.66643L1.645 0.00976562Z' fill='white'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;-webkit-transition:-webkit-transform 250ms ease-in-out;transition:-webkit-transform 250ms ease-in-out;transition:transform 250ms ease-in-out;transition:transform 250ms ease-in-out,-webkit-transform 250ms ease-in-out;border-radius:100px;-ms-flex-negative:0;flex-shrink:0}body:not(.dark-theme) .faq2_title::after{background-color:green}body.dark-theme .faq2_title::after{background-color:#3ba910}.faq2_title.visability::after{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.faq2_text{padding:20px;display:none}body:not(.dark-theme) .faq2_text{background-color:inherit;border-top:1px solid green}body.dark-theme .faq2_text{background-color:#282a32;border-top:1px solid #52525b}.faq2_text p{margin:0}.faq2_item[data-open=true] .faq2_text{display:block}.faq2_item[data-open=false] .faq2_text{display:none}.board{margin-top:60px;padding:40px 20px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:2px solid #ffbc00;border-radius:10px;font-weight:500;font-family:Roboto,serif;font-size:24px;color:#fff}.board p{max-width:1100px;margin:0 0 14px 0}.board a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:9px;text-align:center;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:14px 44px}.no-webp .board-light{background-image:url(../img/bg-light.png)}.board-light{background-position:center;background-repeat:no-repeat;background-size:cover;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.no-webp .board-dark{background-image:url(../img/bg-dark.png)}.board-dark{background-position:center;background-repeat:no-repeat;background-size:cover;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.more{display:-ms-grid;display:grid;margin-top:20px}.more_item{display:-ms-grid;display:grid;row-gap:30px;padding:30px 20px 20px 20px;-ms-flex-line-pack:start;align-content:start;justify-items:center;text-align:center;border-radius:10px;position:relative;border-radius:10px;-webkit-transition:all .3s ease;transition:all .3s ease}body:not(.dark-theme) .more_item{background-color:#fafafa;border:1px solid #e4e4e7;font-weight:500;font-family:Roboto,serif;font-size:24px;color:#212121}body:not(.dark-theme) .more_item:hover{border:1px solid #009c00;font-weight:500;font-family:Roboto,serif;font-size:24px;color:#009c00}body.dark-theme .more_item{background-color:#282a32;border:1px solid #52525b;font-weight:500;font-family:Roboto,serif;font-size:24px;color:#fff}body.dark-theme .more_item:hover{border:1px solid #3abe06;font-weight:500;font-family:Roboto,serif;font-size:24px;color:#3abe06}.more_pic{-o-object-fit:cover;object-fit:cover;border-radius:50%}.more_item::before{content:"";position:absolute;width:180px;height:180px;background-color:rgba(0,128,0,.2);display:block;left:50%;bottom:60%;-webkit-transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);transform:translate(-50%,50%);border-radius:50%}.blog-list{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);gap:20px;margin-top:20px}.blog-item{padding:10px;-webkit-transition:all .3s ease;transition:all .3s ease}body:not(.dark-theme) .blog-item{border:1px solid #fff}body.dark-theme .blog-item{border:1px solid #16202c}body:not(.dark-theme) .blog-item:hover{border:1px solid #e4e4e7;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.1);border-radius:10px;background-color:#fafafa}body.dark-theme .blog-item:hover{border:1px solid #52525b;border-radius:10px;background-color:#282a32}.blog-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.blog-link img{border-radius:10px;width:100%;height:auto}body:not(.dark-theme) .blog-link h3{font-weight:500;font-family:Roboto,serif;font-size:24px;color:#212121}body.dark-theme .blog-link h3{font-weight:500;font-family:Roboto,serif;font-size:24px;color:#fff}.blog-link p{margin:0}body:not(.dark-theme) .blog-link p{font-weight:400;font-family:Roboto,serif;font-size:16px;color:#212121}body.dark-theme .blog-link p{font-weight:400;font-family:Roboto,serif;font-size:16px;color:#fff}.blog-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}body:not(.dark-theme) .blog-meta{font-weight:400;font-family:Roboto,serif;font-size:16px;color:green}body:not(.dark-theme) .blog-meta svg{fill:green}body.dark-theme .blog-meta{font-weight:400;font-family:Roboto,serif;font-size:16px;color:#3ba910}body.dark-theme .blog-meta svg{fill:#3ba910}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:60px}.pagination-prev{padding:16px 20px;border:none;border-radius:6px;cursor:pointer}.pagination-prev svg{width:7px;height:10px}body:not(.dark-theme) .pagination-prev{background-color:#d4d4d8;border:2px solid #d4d4d8}body.dark-theme .pagination-prev{background-color:#71717a;border:2px solid #71717a}.pagination-next{background-color:#fff;padding:16px 20px;border:none;border-radius:6px;cursor:pointer}.pagination-next svg{width:7px;height:10px}body:not(.dark-theme) .pagination-next{border:2px solid green}body:not(.dark-theme) .pagination-next svg{fill:green}body.dark-theme .pagination-next{border:2px solid #3ba910;background-color:#16202c}body.dark-theme .pagination-next svg{fill:#3ba910}.pagination-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:10px;width:100%;max-width:412px}body:not(.dark-theme) .pagination-list{background-color:#fafafa}body:not(.dark-theme) .pagination-list .active{background-color:green;border-radius:6px;font-weight:500;font-family:Roboto,serif;font-size:16px;color:#fff}body.dark-theme .pagination-list{background-color:#282a32}body.dark-theme .pagination-list .active{background-color:#3ba910;border-radius:6px;font-weight:500;font-family:Roboto,serif;font-size:16px;color:#fff}.pagination-item{padding:16px 20px}body:not(.dark-theme) .pagination-item{font-weight:500;font-family:Roboto,serif;font-size:16px;color:#212121}body.dark-theme .pagination-item{font-weight:500;font-family:Roboto,serif;font-size:16px;color:#fff}.promocode-presents{margin-top:60px;position:relative;border-radius:10px;padding:40px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px;background-color:#141414}body:not(.dark-theme) .promocode-presents{border:1px solid #ffbc00}body.dark-theme .promocode-presents{border:1px solid #ff4500}.promocode-presents__content{max-width:860px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px;z-index:1}.promocode-presents__content p{color:#fff;margin:0}.promocode-presents__content a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto}.promocode-presents__content a svg{margin-right:8px}.promocode-presents__promotion{background-color:#212121;border-radius:10px;border:1px solid #ffbc00;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px}.promocode-presents__code{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:13px;font-weight:500;font-family:Roboto,serif;font-size:32px;color:#ffbc00}.promocode-presents__btn{cursor:pointer;display:block;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:16px 0;max-width:127px;width:100%;border:none;background-color:#ffbc00;border-radius:6px;-webkit-transition:all .3s ease;transition:all .3s ease;font-weight:500;font-family:Roboto,serif;font-size:16px;color:#212121}.promocode-presents__btn:hover{background-color:#ffcc3f}.promocode-light .img-light-right{position:absolute;right:0;top:0;-o-object-fit:cover;object-fit:cover;height:100%;border-radius:10px}.promocode-light .img-light-left{position:absolute;left:0;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);-o-object-fit:cover;object-fit:cover;height:100%;border-radius:10px}.promocode-light .img-black-right{display:none}.promocode-light .img-black-left{display:none}.promocode-dark .img-black-right{position:absolute;right:0;top:0;-o-object-fit:cover;object-fit:cover;height:100%;border-radius:10px}.promocode-dark .img-black-left{position:absolute;left:0;top:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);-o-object-fit:cover;object-fit:cover;height:100%;border-radius:10px}.promocode-dark .img-light-left{display:none}.promocode-dark .img-light-right{display:none}.comments{margin-top:60px}.comments_inner{padding:40px;border-radius:10px;max-width:1080px;margin:0 auto}body:not(.dark-theme) .comments_inner{border:1px solid #e4e4e7;background-color:#fafafa;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.1);box-shadow:0 4px 8px rgba(0,0,0,.1)}body.dark-theme .comments_inner{border:1px solid #52525b;background-color:#282a32}.comments_form{display:-ms-grid;display:grid;-ms-grid-columns:1fr 20px 1fr;grid-template-columns:1fr 1fr;-ms-grid-rows:auto 20px auto;grid-template-rows:auto auto;grid-template-areas:"name email" "text text" "button button";gap:20px;margin-top:20px}.comments .name{-ms-grid-row:1;-ms-grid-column:1;grid-area:name}.comments .email{-ms-grid-row:1;-ms-grid-column:3;grid-area:email}.comments .text{-ms-grid-row:3;-ms-grid-column:1;-ms-grid-column-span:3;grid-area:text}.comments .button_form{-ms-grid-row:5;-ms-grid-column:1;-ms-grid-column-span:3;grid-area:button}.comments .form_field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;gap:20px}body:not(.dark-theme) .comments .form_field{font-weight:500;font-family:Roboto,serif;font-size:20px;color:text-color}body.dark-theme .comments .form_field{font-weight:500;font-family:Roboto,serif;font-size:20px;color:gray-300}.comments .form_label::after{content:"*"}.comments .form_input{padding:15px 20px;border-radius:5px;outline:0;-webkit-transition:border-color .3s ease;transition:border-color .3s ease;resize:none}body:not(.dark-theme) .comments .form_input{border:2px solid #e4e4e7;background-color:background-color;font-weight:400;font-family:Roboto,serif;font-size:20px;color:text-color;color:#212121}body:not(.dark-theme) .comments .form_input:focus{border-color:green}body.dark-theme .comments .form_input{border:2px solid #52525b;background-color:#16202c;font-weight:400;font-family:Roboto,serif;font-size:20px;color:gray-300;color:#fff}body.dark-theme .comments .form_input:focus{border-color:#3ba910}.comments .button_form{-webkit-box-shadow:0 4px 8px rgba(0,0,0,.1);box-shadow:0 4px 8px rgba(0,0,0,.1);font-weight:500;font-family:Roboto,serif;font-size:16px;color:#fff;padding:16px 0;border-radius:6px;border:none;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}body:not(.dark-theme) .comments .button_form{background-color:green}body:not(.dark-theme) .comments .button_form:hover{background-color:#009c00}body.dark-theme .comments .button_form{background-color:#3ba910}body.dark-theme .comments .button_form:hover{background-color:#3abe06}.comments_container h2{margin-top:0}.comments_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.comments_item{border-radius:10px;padding:20px}body:not(.dark-theme) .comments_item{border:1px solid #d4d4d8;background-color:#fafafa;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.1);box-shadow:0 4px 8px rgba(0,0,0,.1)}body.dark-theme .comments_item{border:1px solid #71717a;background-color:#282a32}body:not(.dark-theme) .comments_item p{font-weight:400;font-family:Roboto,serif;font-size:16px;color:text-color}body.dark-theme .comments_item p{font-weight:400;font-family:Roboto,serif;font-size:16px;color:gray-300}body:not(.dark-theme) .comments_author{font-weight:500;font-family:Roboto,serif;font-size:20px;color:text-color}body.dark-theme .comments_author{font-weight:500;font-family:Roboto,serif;font-size:20px;color:gray-300}.comments_header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body:not(.dark-theme) .comments_date{font-weight:400;font-family:Roboto,serif;font-size:16px;color:text-color}body.dark-theme .comments_date{font-weight:400;font-family:Roboto,serif;font-size:16px;color:gray-300}.comments_button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:16px 0;-webkit-transition:all .3s ease;transition:all .3s ease;background-color:#ffbc00;border:none;border-radius:6px;max-width:150px;width:100%;font-weight:500;font-family:Roboto,serif;font-size:16px;color:#212121;cursor:pointer;margin:20px auto 0 auto}.comments_button:hover{background-color:#ffcc3f}.rating_list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px}.rating{margin:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px}.rating_item{cursor:pointer;background-color:inherit;border:none}body:not(.dark-theme) .rating_result{font-weight:500;font-family:Roboto,serif;font-size:20px;color:text-color}body.dark-theme .rating_result{font-weight:500;font-family:Roboto,serif;font-size:20px;color:gray-300}.rating p{margin:0}.rating_item.active path{fill:#ffbc00}.rating_item.hover path{fill:#ffcc3f}.rating_item path{fill:gray}.hidden{display:none}.step__list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.step__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:30px;text-align:center;padding:10px 15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:248px;margin-top:20px}body:not(.dark-theme) .step__item{-webkit-box-shadow:0 -12px 0 green,0 12px 0 green;box-shadow:0 -12px 0 green,0 12px 0 green;background-color:#f4f4f5}body.dark-theme .step__item{-webkit-box-shadow:0 -12px 0 #3ba910,0 12px 0 #3ba910;box-shadow:0 -12px 0 #3ba910,0 12px 0 #3ba910;background-color:#3f3f46}.step__item span{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:10px}body:not(.dark-theme) .step__item span{font-weight:400;font-family:Roboto,serif;font-size:16px;color:#212121}body.dark-theme .step__item span{font-weight:400;font-family:Roboto,serif;font-size:16px;color:#fff}.step__item img{width:100%;height:auto}.payments_list{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[5];grid-template-columns:repeat(5,1fr);gap:20px;margin-top:20px}.payments_btn{margin:20px auto 0 auto;cursor:pointer;font-weight:500;font-family:Roboto,serif;font-size:16px;color:#212121}.payments_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;padding:20px 10px;background-color:#fafafa;border-radius:10px}body:not(.dark-theme) .payments_item{background-color:#fafafa;font-weight:500;font-family:Roboto,serif;font-size:16px;color:text-color}body.dark-theme .payments_item{background-color:#282a32;font-weight:500;font-family:Roboto,serif;font-size:16px;color:gray-300}.payments_item img{max-width:182px;height:auto}.advantages{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.advantages_list{padding:40px;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}body:not(.dark-theme) .advantages_list{background-color:#212121}body.dark-theme .advantages_list{background-color:#282a32}.advantages_list .advantages_icon{width:100px;height:100px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:100px;min-height:100px}body:not(.dark-theme) .advantages_list .advantages_icon{background:radial-gradient(circle,#212121 0,green 97%)}body.dark-theme .advantages_list .advantages_icon{background:radial-gradient(circle,#212121 0,#3ba910 97%)}.advantages_text h3{font-weight:500;font-family:Roboto,serif;font-size:28px;color:#fff}.advantages_text p{font-weight:400;font-family:Roboto,serif;font-size:18px;color:#fff;margin:5px 0}body:not(.dark-theme) .stats{background:-webkit-gradient(linear,left top,right top,from(#212121),color-stop(50%,green),to(#212121));background:linear-gradient(90deg,#212121 0,green 50%,#212121 100%)}body.dark-theme .stats{background:-webkit-gradient(linear,left top,right top,from(#212121),color-stop(50%,rgba(59,169,16,.8)),to(#212121));background:linear-gradient(90deg,#212121 0,rgba(59,169,16,.8) 50%,#212121 100%)}.stats-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:24px 0 30px 0;text-align:center}.stat-item{-webkit-box-flex:1;-ms-flex:1 1 calc(50% - 40px);flex:1 1 calc(50% - 40px);padding:0 20px}.stat-item span{font-weight:500;font-family:Roboto,serif;font-size:32px;color:#fff;text-align:center}.stat-item p{margin:10px 0 0;font-weight:400;font-family:Roboto,serif;font-size:16px;color:#fff}.divider{width:2px;height:80px;background-color:rgba(255,255,255,.6)}.advantages-betting_section{background-color:rgba(59,169,16,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:10px;margin-top:20px}body:not(.dark-theme) .advantages-betting_section{background-color:rgba(59,169,16,.1)}body.dark-theme .advantages-betting_section{background-color:rgba(53,213,44,.1)}.advantages-betting_section img{width:100%;height:100%;max-width:610px;min-width:450px}.advantages-betting_list{padding:30px 10px 30px 40px;display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:20px;max-width:620px}.advantages-betting_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;counter-increment:numlist}.advantages-betting_item::before{content:"0" counter(numlist);font-weight:500;font-family:Roboto,serif;font-size:24px;color:green}body:not(.dark-theme) .advantages-betting_item::before{font-weight:500;font-family:Roboto,serif;font-size:24px;color:green}body.dark-theme .advantages-betting_item::before{font-weight:500;font-family:Roboto,serif;font-size:24px;color:#3ba910}body:not(.dark-theme) .advantages-betting_item h3{font-weight:500;font-family:Roboto,serif;font-size:32px;color:#212121}body.dark-theme .advantages-betting_item h3{font-weight:500;font-family:Roboto,serif;font-size:32px;color:#fff}.advantages-betting_item p{margin:0}.betting_subtitle{margin-top:18px}body:not(.dark-theme) .betting_subtitle{font-weight:500;font-family:Roboto,serif;font-size:32px;color:#212121}body.dark-theme .betting_subtitle{font-weight:500;font-family:Roboto,serif;font-size:32px;color:#fff}.match-item_header{border-radius:10px 10px 0 0;padding:20px 10px}body:not(.dark-theme) .match-item_header{background-color:rgba(59,169,16,.1);border-bottom:1px solid rgba(59,169,16,.1)}body.dark-theme .match-item_header{background-color:#fff;border-bottom:1px solid #fff}.match-item_header h4{font-weight:500;font-family:Roboto,serif;font-size:28px;color:#212121}.match-item_header p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0 0 0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;font-weight:400;font-family:Roboto,serif;font-size:18px;color:#212121}.match-list{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:20px;margin-top:20px}.match-item{border-radius:10px;-webkit-box-shadow:0 4px 8px rgba(59,169,16,.1);box-shadow:0 4px 8px rgba(59,169,16,.1);display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body:not(.dark-theme) .match-item{background-color:#fafafa;border:1px solid green}body.dark-theme .match-item{background-color:#282a32;border:1px solid #3ba910}.match-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.match-team{padding:10px;background-color:#fff;border-radius:10px}body:not(.dark-theme) .match-team{border:1px solid green}body.dark-theme .match-team{border:1px solid #212121}.match-info{padding:10px;border-radius:10px}body:not(.dark-theme) .match-info{border:1px solid green;background-color:rgba(59,169,16,.1)}body.dark-theme .match-info{border:1px solid #212121;background-color:#fff}.line{border:none;height:1px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}body:not(.dark-theme) .line{background-color:green}body.dark-theme .line{background-color:#fff}.match-team_btn{padding:0 30px 20px}.match-team_btn a{display:block;width:100%;padding:12px 10px;font-weight:500;font-family:Roboto,serif;font-size:14px;color:#fff;border-radius:6px;-webkit-transition:all .3s ease;transition:all .3s ease}body:not(.dark-theme) .match-team_btn a{background-color:green}body:not(.dark-theme) .match-team_btn a:hover{background-color:#009c00}body.dark-theme .match-team_btn a{background-color:#3ba910}body.dark-theme .match-team_btn a:hover{background-color:#3abe06}.match-team_name{font-weight:500;font-family:Roboto,serif;font-size:14px;color:#212121;margin-top:5px}.match-date{font-weight:500;font-family:Roboto,serif;font-size:16px;color:#212121}.match-time{font-weight:500;font-family:Roboto,serif;font-size:14px;color:#212121;margin-top:10px}.footer{background-color:#282a32;position:relative;border-top:2px solid green}.footer__baranding-content{max-width:330px}.footer__container{padding:60px}.footer__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer__baranding-section{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.footer__baranding-description{font-weight:400;font-family:Roboto,serif;font-size:16px;color:#fff;margin:20px 0}.footer__social-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.footer__social-link svg{fill:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.footer__social-link svg:hover{fill:#ffbc00}.footer__section-title{font-weight:500;font-family:Roboto,serif;font-size:24px;color:#fff}.footer__section-item{font-weight:500;font-family:Roboto,serif;font-size:12px;color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.footer__section-item svg{fill:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.footer__section-item:hover{font-weight:500;font-family:Roboto,serif;font-size:12px;color:#ffbc00}.footer__section-item:hover svg{fill:#ffbc00}.footer .contact-link{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.footer .betting{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer .about-us{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer .contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:20px}.footer .section-contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:14px}.footer .section-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.footer__company-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer__box{margin-left:90px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__section-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;width:60%;position:relative}.footer__section-list{padding-top:10px}.footer__copy{font-weight:400;font-family:Roboto,serif;font-size:16px;color:#fff}.footer__link-arrow{width:60px;height:60px;background-color:#ffbc00;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);position:absolute;right:60px;top:-30px;-webkit-transition:all .3s ease;transition:all .3s ease}.footer__link-arrow:hover{background-color:#ffcc3f}@media (min-width:740px){.table td,.table th{height:60px;padding-inline:20px}.table th{font-size:20px}.features{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:20px}.features_list{row-gap:20px}.features_item{padding-left:44px}.games{gap:20px}.games_item{--pic-size:154px}.games2{gap:20px}.games2__link{padding:20px}.games3{gap:20px}.slot{row-gap:40px;min-height:510px}.slot_logo{max-height:264px}.faq{--padding:20px;row-gap:20px}.faq2{--padding:20px;row-gap:20px}.more{gap:20px}.more_pic{width:140px;height:140px}}@media (min-width:768px){.accent ul li{padding-left:22px}.accent ul li::before{--size:12px}.accent ol li{padding-left:22px}.accent ol li::before{width:12px;font-size:20px}}@media (min-width:1200px){.features_list{padding:20px}.games{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr)}.games2{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr)}.games3{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr)}.more{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr)}}@media (max-width:1200px){.app_table-container h2{margin-top:20px}.swiper-button-prev{left:0}.swiper-button-next{right:0}.hero__container{-ms-flex-wrap:wrap;flex-wrap:wrap}.hero__wrap{max-width:100%}.hero__promocode-container{width:100%}.hero__container-btns{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.hero__btn{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-light .hero-light__container{margin:0 0 55px 0;grid-template-areas:"title-description title-description" "buttons promo-code"}.header-light .hero-light__promo{margin-bottom:60px}.header-light .hero-light__battons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header-light__container{-ms-flex-wrap:wrap;flex-wrap:wrap}.header-light__navigation{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-top:10px}.hero__btn-market{max-width:100%}.hero__btn-store{max-width:100%}.app__hero-btn{max-width:100%}.btns-light__hero{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.btns__light-wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.app__hero-btn-light{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;max-width:100%}.content-bet{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.content-image{float:none;width:100%;margin:0 0 20px 0;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.text-content{float:none;width:100%}.promo-description{-ms-grid-columns:1fr;grid-template-columns:1fr}.promo-description--reverse{-ms-grid-columns:1fr;grid-template-columns:1fr}.promo-description__text{max-width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.promo-description img{max-width:100%}.benefits-container__list{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}.benefits-container__item{max-width:100%}.benefits-wrapper__container{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}.bonus-container{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.deals-container_list{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}.accent__content{-ms-grid-columns:1fr;grid-template-columns:1fr;justify-items:center}.accent img{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.advantages-betting_section img{padding:20px}.advantages-betting_section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.advantages-betting_list{padding:20px 30px 20px 30px}.match-list{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}.footer__baranding-content{max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.footer__baranding-section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__company-list{margin:0 0 40px 0}.footer__box{margin:40px 0 40px 0}.footer__section-wrap{border-left:none;border-right:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:45%}.header-light .hero-light__wrap{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:2}.header-light .hero-light__promo{-ms-grid-row:2;-ms-grid-row-span:1;-ms-grid-column:2}.header-light .hero-light__battons{-ms-grid-row:2;-ms-grid-column:1}.btns-light__hero{-ms-grid-row:2;-ms-grid-column:1}}@media (max-width:1199.98px){.more{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.howto-wrapper__list{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}.payments_list{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr)}}@media (max-width:920px){.swiper-button-next,.swiper-button-prev{display:none}.swiper-button-prev{display:none}.swiper-button-next{display:none}.swiper-pagination{display:block}.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal{position:absolute;bottom:0;left:0;width:100%;top:unset;z-index:10}.swiper-pagination-progressbar{height:5px;background:rgba(0,0,0,.1);border-radius:2px}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{position:absolute;left:0;bottom:0;width:100%;height:100%;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}body:not(.dark-theme) .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:green}body.dark-theme .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#3ba910}.header-light .header-light__link{width:100%;padding:7px 0 7px 24px}.header-light .header-light__link:hover{background-color:#f4f4f5;font-weight:500;font-family:Roboto,serif;font-size:14px;color:#212121}.header-light .header-light__link:hover svg{fill:#212121}.header-light__item{width:100%}.header-light__item:not(:last-child){border-bottom:1px solid #d4d4d8}.header-light__navigation{margin-top:0;-webkit-box-flex:inherit;-ms-flex-positive:inherit;flex-grow:inherit;-webkit-box-ordinal-group:inherit;-ms-flex-order:inherit;order:inherit;width:calc(100% - 48px);height:100vh;position:absolute;top:0;left:0;background-color:#fff;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);z-index:4}.header-light__menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.header-light__auth{margin-left:auto}.header-light__burger{display:block}.header-light__mobile-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:60px}.header-light__dropdown-menu{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:transparent;padding:10px 0 10px 0}.header-light__dropdown-item{padding:6px 29px;border-radius:0;width:100%;font-weight:500;font-family:Roboto,serif;font-size:14px;color:#212121;opacity:.8}.header-light__dropdown-item:hover{background-color:#f4f4f5;font-weight:500;font-family:Roboto,serif;font-size:14px;color:#212121;opacity:.8}.aviator-malbet_item{-webkit-box-flex:1;-ms-flex:1 1 calc(50% - 20px);flex:1 1 calc(50% - 20px)}.app__howto{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr)}.app__howto.six .step:nth-child(1){-ms-grid-column-span:2;grid-column:span 2}.app__howto.six .step:nth-child(2){-ms-grid-column-span:2;grid-column:span 2;border-radius:0 6px 0 0}.app__howto.six .step:nth-child(3){-ms-grid-column-span:2;grid-column:span 2;border-radius:0}.app__howto.six .step:nth-child(4){-ms-grid-column-span:2;grid-column:span 2;border-radius:0}.app__howto.six .step:nth-child(5){-ms-grid-column-span:2;grid-column:span 2;border-radius:0 0 0 6px}.app__howto.six .step:nth-child(6){-ms-grid-column-span:2;grid-column:span 2}.app__howto.five .step:nth-child(1){-ms-grid-column-span:2;grid-column:span 2}.app__howto.five .step:nth-child(2){-ms-grid-column-span:2;grid-column:span 2;border-radius:0 6px 0 0}.app__howto.five .step:nth-child(3){-ms-grid-column-span:2;grid-column:span 2;border-radius:0}.app__howto.five .step:nth-child(4){-ms-grid-column-span:2;grid-column:span 2;border-radius:0}.app__howto.five .step:nth-child(5){-ms-grid-column-span:4;grid-column:span 4;border-radius:0 0 6px 6px}.app__howto.vier .step:nth-child(1){-ms-grid-column-span:2;grid-column:span 2}.app__howto.vier .step:nth-child(2){-ms-grid-column-span:2;grid-column:span 2;border-radius:0 6px 0 0}.app__howto.vier .step:nth-child(3){-ms-grid-column-span:2;grid-column:span 2;border-radius:0 0 0 6px}.app__howto.vier .step:nth-child(4){-ms-grid-column-span:2;grid-column:span 2;border-radius:0 0 6px 0}.app__howto.three .step:nth-child(1){-ms-grid-column-span:2;grid-column:span 2;border-radius:6px 0 0 0}.app__howto.three .step:nth-child(2){-ms-grid-column-span:2;grid-column:span 2;border-radius:0 6px 0 0}.app__howto.three .step:nth-child(3){-ms-grid-column-span:4;grid-column:span 4;border-radius:0 0 6px 6px}.app__howto.two .step:nth-child(1){-ms-grid-column-span:2;grid-column:span 2}.app__howto.two .step:nth-child(2){-ms-grid-column-span:2;grid-column:span 2}.bonus-guide{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}.how-to-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.how-to-item img{max-width:100%;width:100%;border-radius:10px 10px 0 0;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.how-to-item_content{padding:20px}.how-to-item_content p{margin-top:10px}.bonuses-list{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}.aviator-game{padding:126px 20px 20px 20px}.blog-list{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}.payments_item img{max-width:130px}}@media (max-width:920px) and (max-width:920px){.header-light__dropdown-item:hover{background-color:#f4f4f5}}@media (max-width:768px){.main{padding:60px 24px}.btn-label-primary{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-label-black{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:12px 0}.indian-players-choice{margin-top:40px;padding:10px}.indian-players-choice a:not(:last-child){margin-bottom:12px}body:not(.dark-theme) .indian-players-choice a{font-weight:400;font-family:Roboto,serif;font-size:16px;color:green}body:not(.dark-theme) .indian-players-choice a:hover{font-weight:400;font-family:Roboto,serif;font-size:16px;color:#009c00}body.dark-theme .indian-players-choice a{font-weight:400;font-family:Roboto,serif;font-size:16px;color:#3ba910}body.dark-theme .indian-players-choice a:hover{font-weight:400;font-family:Roboto,serif;font-size:16px;color:#3abe06}.last-updated{margin-top:40px}.last-updated{padding:6px}body:not(.dark-theme) .last-updated time{font-weight:500;font-family:Roboto,serif;font-size:16px;color:#212121}body:not(.dark-theme) .last-updated{font-weight:500;font-family:Roboto,serif;font-size:18px;color:green}body.dark-theme .last-updated time{font-weight:500;font-family:Roboto,serif;font-size:16px;color:#fff}body.dark-theme .last-updated{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#3ba910}.header .desktop{display:none}.header__logo-link{margin-right:auto}.header__burger{display:block}.header__navigation{width:calc(100% - 48px);height:100vh;position:absolute;top:0;left:0;background-color:#212121;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);z-index:4}.header__menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start;font-weight:500;font-family:Roboto,serif;font-size:14px;color:#fff;padding:36px 0;gap:18px}.header__item{width:100%}.header__item:not(:last-child){border-bottom:1px solid #3f3f46}.header__menu-link svg{fill:#fff}.header__menu-link:hover{background-color:#3f3f46;border-radius:0}.header__menu-link{display:block;width:100%;padding:6px 24px}.header__dropdown-menu{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:transparent;padding:10px 0 10px 5px}.header__dropdown-item:hover{background-color:#3f3f46}.header__dropdown-item{padding:6px 29px;border-radius:0;width:100%}.header__mobile-top{display:-webkit-box;display:-ms-flexbox;display:flex}.hero__container{padding:0 24px 60px 24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hero__wrap{padding:0 0 20px 0}.hero__promo-button{width:100%}.hero__promo-code{width:100%;text-align:center}.breadcrumb{padding:20px 24px}.header-light .hero-light__container{margin:0 0 55px 0;grid-template-areas:"title-description title-description" "buttons buttons" "promo-code promo-code"}.header-light .hero-light__promo{margin:0 auto 60px auto}.header-light .hero-light__battons{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.header-light{padding:20px 24px}.header-light__container{padding:20px}.header-light__auth{gap:10px}.header-light__dropdown-item:hover{background-color:#fff}.breadcrumb-light{padding:20px 24px}.hero__btn-market{padding:12px 0}.hero__btn-store{padding:12px 0}.app__hero-btn{padding:12px 0}.btns-light__hero{max-width:350px;margin:0 auto}.content-image,.text-content{float:none;width:100%}.howto-wrapper__list{-ms-grid-columns:1fr;grid-template-columns:1fr}.bonus-container{-ms-grid-columns:1fr;grid-template-columns:1fr}.deals-container_list{-ms-grid-columns:1fr;grid-template-columns:1fr}.features_list-title{gap:10px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.features_list-title .span{width:28px;height:28px}.features_list-title .span img{width:14px;height:14px}.features_list-title .span-rot{width:28px;height:28px}.features_list-title .span-rot img{width:14px;height:14px}.features_list-title h3{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.aviator-game_item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.promocode-light .img-light-right{width:100%}.promocode-light .img-light-left{width:100%}.promocode-dark .img-black-right{width:100%}.promocode-dark .img-black-left{width:100%}.comments_inner{padding:20px}.comments_form{-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:auto 18px auto 18px auto 18px auto;grid-template-areas:"name" "email" "text" "button";gap:18px}body:not(.dark-theme) .comments .form_field{font-weight:500;font-family:Roboto,serif;font-size:16px;color:text-color}body.dark-theme .comments .form_field{font-weight:500;font-family:Roboto,serif;font-size:16px;color:gray-300}.comments .form_field{gap:10px}body:not(.dark-theme) .rating_result{font-weight:500;font-family:Roboto,serif;font-size:16px;color:text-color}body.dark-theme .rating_result{font-weight:500;font-family:Roboto,serif;font-size:16px;color:gray-300}.payments_list{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}.advantages{gap:10px}.advantages_list{padding:20px;gap:10px}.advantages_list .advantages_icon{min-width:80px;min-height:80px;width:80px;height:80px}.advantages_list .advantages_icon svg{width:48px;height:48px}.advantages_text h3{font-weight:500;font-family:Roboto,serif;font-size:22px;color:#fff}.advantages_text p{font-weight:400;font-family:Roboto,serif;font-size:16px;color:#fff}.stats-container{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}.stat-item{-webkit-box-flex:1;-ms-flex:1 1 45%;flex:1 1 45%;margin:20px 0;padding:0 10px}.stat-item span{font-weight:500;font-family:Roboto,serif;font-size:24px;color:#fff;text-align:center}.stat-item p{margin:10px 0 0;font-weight:400;font-family:Roboto,serif;font-size:14px;color:#fff}.divider{width:2px;height:66px;background-color:rgba(255,255,255,.6)}.divider:nth-child(4){display:none}.horisont{width:100%;height:2px;background-color:rgba(255,255,255,.6)}.match-list{-ms-grid-columns:1fr;grid-template-columns:1fr}.footer__container{padding:60px 24px}.footer .contact{width:100%;padding-left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.footer .section-contact{text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.footer__company-list{gap:10px;margin:0 0 20px 0}.footer__box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin:20px 0 20px 0;gap:20px}.footer__section-wrap{width:100%;-ms-flex-pack:distribute;justify-content:space-around}.footer__link-arrow{right:25px}.footer__link-arrow{width:36px;height:36px;top:-20px}.header-light .hero-light__wrap{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:2}.header-light .hero-light__promo{-ms-grid-row:3;-ms-grid-row-span:1;-ms-grid-column:1;-ms-grid-column-span:2}.header-light .hero-light__battons{-ms-grid-row:2;-ms-grid-column:1;-ms-grid-column-span:2}.btns-light__hero{-ms-grid-row:2;-ms-grid-column:1;-ms-grid-column-span:2}.comments .name{-ms-grid-row:1;-ms-grid-column:1}.comments .email{-ms-grid-row:3;-ms-grid-column:1}.comments .text{-ms-grid-row:5;-ms-grid-column:1;-ms-grid-column-span:1}.comments .button_form{-ms-grid-row:7;-ms-grid-column:1;-ms-grid-column-span:1}}@media (max-width:767.98px){.accent ul li{padding-left:16px}.accent ul li::before{--size:6px}.accent ol li{padding-left:20px}.accent ol li::before{width:10px;font-size:16px}}@media (max-width:739.98px){.table td,.table th{height:40px;padding-inline:10px}.table th{font-size:16px}.features{gap:10px}.features_list{row-gap:10px;padding:10px}.features_item{padding-left:34px}.games{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:10px}.games_item{--pic-size:134px}.games2{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px}.games2__link{padding:10px}.games3{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:10px}.slot::before{width:50px}.slot::after{width:5px}.slot{row-gap:32px;min-height:362px}.slot_logo{max-height:115px}.faq{--padding:10px;row-gap:10px}.faq2{--padding:10px;row-gap:10px}.more{gap:10px 6px}}@media (max-width:640px){.main{padding:40px 14px}.main p{margin-top:10px}h2{font-weight:500;font-family:Roboto,serif;font-size:28px;font-weight:500;font-family:Roboto,serif;font-size:28px;margin-top:40px}p{font-weight:400;font-family:Roboto,serif;font-size:16px;font-weight:400;font-family:Roboto,serif;font-size:16px}body:not(.dark-theme) .card-title{font-weight:500;font-family:Roboto,serif;font-size:22px;color:#fafafa}body.dark-theme .card-title{font-weight:500;font-family:Roboto,serif;font-size:22px;color:#fff}.btn-label-primary{padding:12px 0;width:100%}body:not(.dark-theme) .table tbody tr{border-top:solid 1px #d4d4d8}body.dark-theme .table tbody tr{border-top:solid 1px #71717a}body:not(.dark-theme) .table tbody tr:nth-child(odd){background-color:#f4f4f5}body.dark-theme .table tbody tr:nth-child(odd){background-color:#3f3f46}body:not(.dark-theme) .table tbody tr:nth-child(even){background-color:#fff}body.dark-theme .table tbody tr:nth-child(even){background-color:#212121}body:not(.dark-theme) .table tbody td:not(:first-child)::before{background-color:#d4d4d8}body.dark-theme .table tbody td:not(:first-child)::before{background-color:#71717a}.table th{font-weight:500;font-family:Roboto,serif;font-size:16px;font-weight:500;font-family:Roboto,serif;font-size:16px;color:#fafafa}.swiper-wrapper{gap:10px}.post-update{padding:7px;margin-top:10px}body:not(.dark-theme) .post-update{font-weight:500;font-family:Roboto,serif;font-size:22px;color:green}body.dark-theme .post-update{font-weight:500;font-family:Roboto,serif;font-size:22px;color:#3ba910}body:not(.dark-theme) .post-update time{font-weight:500;font-family:Roboto,serif;font-size:22px;color:#212121}body.dark-theme .post-update time{font-weight:500;font-family:Roboto,serif;font-size:22px;color:#fff}body:not(.dark-theme) .page-404 h1{font-weight:500;font-family:Roboto,serif;font-size:48px;color:#212121}body.dark-theme .page-404 h1{font-weight:500;font-family:Roboto,serif;font-size:48px;color:#fff}.header__container{padding:20px 14px 20px 14px}.header__logo-link img{width:160px;height:22px}.header__auth{-ms-flex-preferred-size:100%;flex-basis:100%;padding-left:0;padding-top:20px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.header__btn-regisration{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:12px 35px;font-size:14px;font-weight:500;text-align:center;cursor:pointer;background-color:#ffbc00;color:#212121;border:none;border-radius:6px;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s}.header__btn-regisration:hover{background-color:#ffcc3f;color:#212121}.header__btn-login{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:12px 55px;font-size:14px;font-weight:500;text-align:center;cursor:pointer;background-color:green;color:#fff;border:none;border-radius:6px;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s}.header__btn-login:hover{background-color:#009c00;color:#fff}.header__burger{margin-left:0}.header__menu{padding:20px 0}.header__menu-link{padding:6px 14px}.header__dropdown-item{padding:6px 19px}.header__mobile-top{padding:20px 14px}.hero__container{padding:0 14px 40px 14px}.hero__title{font-weight:500;font-family:Roboto,serif;font-size:30px;color:#fff}.hero__content-wrap{padding:20px 10px}.hero__promo-code{font-weight:500;font-family:Roboto,serif;font-size:22px;color:#3ba910;padding:6px 30px}body.page-body:not(.dark-theme) .breadcrumb{font-weight:500;font-family:Roboto,serif;font-size:12px;color:#212121}body:not(.dark-theme) .breadcrumb{font-weight:500;font-family:Roboto,serif;font-size:12px;color:#fff}body.dark-theme .breadcrumb{font-weight:500;font-family:Roboto,serif;font-size:12px;color:#fff}.breadcrumb{padding:20px 14px}.header-light .hero-light__container{margin:0 0 20px 0}.header-light .hero-light__wrap p{font-weight:400;font-family:Roboto,serif;font-size:16px;color:#fff}.header-light .hero-light__promo-code{font-weight:500;font-family:Roboto,serif;font-size:24px;color:#212121}.header-light{padding:14px 14px}.header-light__container{padding:10px 14px}.header-light .header-light__link{padding:7px 0 7px 14px}.header-light .desktop{display:none}.header-light__auth{gap:20px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;margin-top:20px}.header-light__btn-regisration{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:12px 0;font-size:14px;font-weight:500;text-align:center;cursor:pointer;background-color:#ffbc00;color:#212121;border:none;border-radius:6px;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s;width:100%}.header-light__btn-regisration:hover{background-color:#ffcc3f;color:#212121}.header-light__btn-login{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:12px 0;font-size:14px;font-weight:500;text-align:center;cursor:pointer;background-color:green;color:#fff;border:none;border-radius:6px;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s;width:100%}.header-light__btn-login:hover{background-color:#009c00;color:#fff}.header-light__burger{margin-left:0}.header-light__mobile-top{margin-bottom:40px;padding:20px 14px 0 14px}.header-light__dropdown-item{padding:6px 19px}.header-light .breadcrumb-light{gap:7px}body.page-body:not(.dark-theme) .breadcrumb-light{font-weight:500;font-family:Roboto,serif;font-size:12px;color:#212121}body:not(.dark-theme) .breadcrumb-light{font-weight:500;font-family:Roboto,serif;font-size:12px;color:#fff}body.dark-theme .breadcrumb-light{font-weight:500;font-family:Roboto,serif;font-size:12px;color:#fff}.breadcrumb-light{padding:20px 14px}.app__hero-btn{-ms-grid-column-span:2;grid-column:span 2}.btns_app-hero{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:10px}.btns-light__hero{max-width:266px;gap:10px}.btns__light-wrap{gap:10px}.app__hero-btn-light{padding:12px 0}.acardion-section__button{padding:14px 18px;font-weight:500;font-family:Roboto,serif;font-size:18px;color:#fff}body:not(.dark-theme) .acardion-section__content-item{font-weight:400;font-family:Roboto,serif;font-size:14px;color:#212121}body:not(.dark-theme) .acardion-section__content-item span{font-weight:500;font-family:Roboto,serif;font-size:16px;color:green}body.dark-theme .acardion-section__content-item{font-weight:400;font-family:Roboto,serif;font-size:14px;color:#fff}body.dark-theme .acardion-section__content-item span{font-weight:500;font-family:Roboto,serif;font-size:16px;color:#3ba910}.acardion-section__content-item{padding:10px 18px 10px 18px;font-weight:400;font-family:Roboto,serif;font-size:14px;color:#fff;gap:6px}body:not(.dark-theme) .acardion-section__nested-item{font-weight:400;font-family:Roboto,serif;font-size:14px;color:#212121}body:not(.dark-theme) .acardion-section__nested-item{padding:10px 24px 10px 24px;font-weight:400;font-family:Roboto,serif;font-size:14px;color:#fff}body:not(.dark-theme) .acardion-section__nested-item a{gap:6px}body:not(.dark-theme) .acardion-section__nested-item span{font-weight:500;font-family:Roboto,serif;font-size:12px;color:green}body:not(.dark-theme) .acardion-section__nested-item{font-weight:400;font-family:Roboto,serif;font-size:14px;color:#212121}body.dark-theme .acardion-section__nested-item{padding:10px 24px 10px 24px;font-weight:400;font-family:Roboto,serif;font-size:14px;color:#fff}body.dark-theme .acardion-section__nested-item a{gap:6px}body.dark-theme .acardion-section__nested-item span{font-weight:500;font-family:Roboto,serif;font-size:12px;color:#3ba910}body.dark-theme .acardion-section__nested-item{font-weight:400;font-family:Roboto,serif;font-size:14px;color:#fff}.button-content{max-width:100%}body:not(.dark-theme) .acardion-section2__button{padding:14px 18px;font-weight:500;font-family:Roboto,serif;font-size:18px;color:green}body:not(.dark-theme) .acardion-section2__button:hover{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#fff}body.dark-theme .acardion-section2__button{padding:14px 18px;font-weight:500;font-family:Roboto,serif;font-size:18px;color:#3ba910}body.dark-theme .acardion-section2__button:hover{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#fff}.acardion-section2__button{margin-top:40px}.content-bet{margin-top:40px}.text-content p:first-of-type{margin-top:10px}.text-content a{margin-top:10px}.promo-description{margin-top:40px;gap:0}.aviator-malbet_item{-webkit-box-flex:1;-ms-flex:1 1 calc(100% - 20px);flex:1 1 calc(100% - 20px)}.aviator-malbet_item h3{margin-top:10px}body:not(.dark-theme) .aviator-malbet_item h3{font-weight:500;font-family:Roboto,serif;font-size:22px;color:#212121}body.dark-theme .aviator-malbet_item h3{font-weight:500;font-family:Roboto,serif;font-size:22px;color:#fff}.aviator-malbet_image{width:100px;height:100px}.aviator-malbet_image img{width:80px;height:80px}.benefits-container__list{-ms-grid-columns:1fr;grid-template-columns:1fr}.benefits-container__item-img{width:100px}.benefits-wrapper__container{-ms-grid-columns:1fr;grid-template-columns:1fr}.benefits-wrapper__card-description{font-weight:400;font-family:Roboto,serif;font-size:14px;font-weight:400;font-family:Roboto,serif;font-size:14px;color:#fafafa}.benefits-wrapper__card-description{margin:6px 0 0 0}.howto-section__item{padding-left:50px}body:not(.dark-theme) .howto-section__item::after{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#fafafa}body.dark-theme .howto-section__item::after{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#16202c}.howto-section__item::after{width:40px;height:40px;background-image:url("data:image/svg+xml,%0A%3Csvg width='40' height='40' viewBox='0 0 52 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3098 2.45095C24.4102 0.221214 27.5898 0.221219 28.6902 2.45096L34.1188 13.4504C34.5558 14.3359 35.4005 14.9496 36.3776 15.0915L48.5162 16.8554C50.9769 17.2129 51.9594 20.2369 50.1788 21.9725L41.3953 30.5344C40.6882 31.2236 40.3656 32.2166 40.5325 33.1898L42.606 45.2793C43.0263 47.73 40.454 49.5989 38.2531 48.4419L27.396 42.7339C26.522 42.2745 25.4779 42.2745 24.604 42.7339L13.7469 48.4419C11.546 49.5989 8.97368 47.73 9.39401 45.2793L11.4675 33.1898C11.6344 32.2166 11.3118 31.2236 10.6047 30.5344L1.82116 21.9725C0.0406055 20.2369 1.02313 17.2129 3.48379 16.8554L15.6224 15.0915C16.5995 14.9496 17.4442 14.3358 17.8812 13.4504L23.3098 2.45095Z' fill='%23FFBC00'/%3E%3C/svg%3E")}.howto-section__item:not(:last-child)::before{inset-inline-start:20px}body:not(.dark-theme) .howto-section__item-title{font-weight:500;font-family:Roboto,serif;font-size:16px;color:#212121}body.dark-theme .howto-section__item-title{font-weight:500;font-family:Roboto,serif;font-size:16px;color:#fff}.howto-wrapper__container p{margin-top:10px}.howto-wrapper__title{font-size:22px}.howto-wrapper__container-text{gap:6px;padding:10px}.step a{max-width:100%}.app__howto{-ms-grid-columns:2fr;grid-template-columns:2fr}.app__howto.six .step:nth-child(1){-ms-grid-column-span:2;grid-column:span 2;border-radius:6px 6px 0 0}.app__howto.six .step:nth-child(2){-ms-grid-column-span:2;grid-column:span 2;border-radius:0}.app__howto.six .step:nth-child(3){-ms-grid-column-span:2;grid-column:span 2}.app__howto.six .step:nth-child(4){-ms-grid-column-span:2;grid-column:span 2}.app__howto.six .step:nth-child(5){-ms-grid-column-span:2;grid-column:span 2;border-radius:0}.app__howto.six .step:nth-child(6){-ms-grid-column-span:2;grid-column:span 2;border-radius:0 0 6px 6px}.app__howto.five .step:nth-child(1){-ms-grid-column-span:2;grid-column:span 2;border-radius:6px 6px 0 0}.app__howto.five .step:nth-child(2){-ms-grid-column-span:2;grid-column:span 2;border-radius:0}.app__howto.five .step:nth-child(3){-ms-grid-column-span:2;grid-column:span 2}.app__howto.five .step:nth-child(4){-ms-grid-column-span:2;grid-column:span 2}.app__howto.five .step:nth-child(5){-ms-grid-column-span:2;grid-column:span 2}.app__howto.vier .step:nth-child(1){-ms-grid-column-span:2;grid-column:span 2;border-radius:6px 6px 0 0}.app__howto.vier .step:nth-child(2){-ms-grid-column-span:2;grid-column:span 2;border-radius:0}.app__howto.vier .step:nth-child(3){-ms-grid-column-span:2;grid-column:span 2;border-radius:0}.app__howto.vier .step:nth-child(4){-ms-grid-column-span:2;grid-column:span 2;border-radius:0 0 6px 6px}.app__howto.three .step:nth-child(1){-ms-grid-column-span:2;grid-column:span 2;border-radius:6px 6px 0 0}.app__howto.three .step:nth-child(2){-ms-grid-column-span:2;grid-column:span 2;border-radius:0}.app__howto.three .step:nth-child(3){-ms-grid-column-span:2;grid-column:span 2;border-radius:0 0 6px 6px}.app__howto.two .step:nth-child(1){-ms-grid-column-span:1;grid-column:span 1;border-radius:6px 6px 0 0}.app__howto.two .step:nth-child(2){-ms-grid-column-span:1;grid-column:span 1;border-radius:0 0 6px 6px}.bonus-guide{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:6px}.guide-card{gap:6px}.guide-card h3{font-weight:500;font-family:Roboto,serif;font-size:22px;color:#212121}.bonus-howto{margin-top:40px;padding:10px}.how-to-list{gap:10px}.how-to-item_content{padding:10px}body:not(.dark-theme) .how-to-item_content h3{font-weight:500;font-family:Roboto,serif;font-size:22px;color:#212121}body.dark-theme .how-to-item_content h3{font-weight:500;font-family:Roboto,serif;font-size:22px;color:#fff}.how-to-item_content h3::before{min-width:40px;height:40px;background-size:contain;font-weight:500;font-family:Roboto,serif;font-size:18px;color:#fff}.how-to-item_content p{margin-top:6px}body.dark-theme .bonus-container__item-title{font-weight:500;font-family:Roboto,serif;font-size:24px;color:#fafafa}body:not(.dark-theme) .bonus-container__item-title{font-weight:500;font-family:Roboto,serif;font-size:24px}.bonus-container__btn-wrap{gap:10px}.bonus-container__card-content{gap:6px}.app-link a img{width:100%;width:135px;height:40px}.bonuses-list{-ms-grid-columns:1fr;grid-template-columns:1fr}.bonuses-item{padding:10px}body.dark-theme .bonuses-item h3{font-weight:500;font-family:Roboto,serif;font-size:16px;color:#3ba910}body:not(.dark-theme) .bonuses-item h3{font-weight:500;font-family:Roboto,serif;font-size:16px;color:green}.bonuses-item h3{padding:0}body.dark-theme .bonuses-item:nth-last-child(1) h3{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#fff}body:not(.dark-theme) .bonuses-item:nth-last-child(1) h3{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#fff}.bonuses-item:nth-last-child(1) p{font-weight:500;font-family:Roboto,serif;font-size:16px;color:#fff;margin:10px 0}.terms-list{padding:10px 0 0 10px;gap:6px}.deals-container_item{gap:10px}.deals-container_item h3{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#ffbc00}.deals-container_item p{font-weight:500;font-family:Roboto,serif;font-size:24px;color:#fff}.deals-container_item a{max-width:100%;text-align:center;font-weight:500;font-family:Roboto,serif;font-size:14px;color:#212121}body:not(.dark-theme) .features_list-title h3{font-weight:500;font-family:Roboto,serif;font-size:22px;color:#212121}body.dark-theme .features_list-title h3{font-weight:500;font-family:Roboto,serif;font-size:22px}body:not(.dark-theme) .features_item{font-weight:400;font-family:Roboto,serif;font-size:14px;color:#212121}body.dark-theme .features_item{font-weight:400;font-family:Roboto,serif;font-size:14px}body:not(.dark-theme) .games2__item a{font-weight:500;font-family:Roboto,serif;font-size:22px;color:green}body:not(.dark-theme) .games2__item a:hover{font-weight:500;font-family:Roboto,serif;font-size:22px;color:#fafafa}body.dark-theme .games2__item a{font-weight:500;font-family:Roboto,serif;font-size:22px;color:#38b449}body.dark-theme .games2__item a:hover{font-weight:500;font-family:Roboto,serif;font-size:22px;color:#fafafa}body:not(.dark-theme) .games3__item a{font-weight:500;font-family:Roboto,serif;font-size:22px;color:#fafafa}body:not(.dark-theme) .games3__item a:hover{font-weight:500;font-family:Roboto,serif;font-size:22px;color:#fafafa}body.dark-theme .games3__item a{font-weight:500;font-family:Roboto,serif;font-size:22px;color:#fff}.accent{padding:10px;margin-top:40px}.accent__btn{max-width:100%}.info{padding:10px 10px 10px 20px;margin-top:40px}.h3--yellow{font-weight:500;font-family:Roboto,serif;font-size:18px;font-weight:500;font-family:Roboto,serif;font-size:18px}.h3--yellow::before{width:18px;height:18px;margin-right:6px}body:not(.dark-theme) .h3--green{font-weight:500;font-family:Roboto,serif;font-size:18px;color:green}body.dark-theme .h3--green{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#38b449}.h3--green::before{width:18px;height:18px;margin-right:6px}body:not(.dark-theme) .h3--red{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#ff4500}body.dark-theme .h3--red{font-weight:500;font-family:Roboto,serif;font-size:18px;color:tomato}.h3--red::before{width:18px;height:18px;margin-right:6px}.accent ol{gap:6px}.accent__list li:nth-child(1){margin-top:10px}.accent__list li:not(:first-child){margin:6px 0}body:not(.dark-theme) .slots__title{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#212121}body.dark-theme .slots__title{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#fff}.slots__title{padding:18px 10px}.aviator-game{padding:65px 10px 10px 10px;margin-top:66px}body:not(.dark-theme) .aviator-game_text h3{font-weight:500;font-family:Roboto,serif;font-size:22px;color:#212121}body.dark-theme .aviator-game_text h3{font-weight:500;font-family:Roboto,serif;font-size:22px;color:#fff}.aviator-game_star-img{width:247px;height:95px;top:-45px}.btn-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:18px}.slot_btn-play{font-weight:500;font-family:Roboto,serif;font-size:14px;color:#fff}.btn_play{max-width:183px}.slot_play-money{max-width:183px}.providers-container{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:10px}.card{padding:6px 10px}body:not(.dark-theme) .load-more{font-weight:500;font-family:Roboto,serif;font-size:18px;color:green}body:not(.dark-theme) .load-more:hover{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#fff}body.dark-theme .load-more{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#3ba910}body.dark-theme .load-more:hover{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#3abe06}.faq_title{font-weight:500;font-family:Roboto,serif;font-size:16px;color:#fff}.faq_title{padding:14px}.faq2_title{font-weight:500;font-family:Roboto,serif;font-size:16px;color:#fff}body:not(.dark-theme) .faq2_title{font-weight:500;font-family:Roboto,serif;font-size:16px;color:#212121}.faq2_title{padding:14px}.faq2_title::after{width:28px;height:28px}.board{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#fff}.board{padding:20px}.board a{padding:14px 24px}body:not(.dark-theme) .more_item{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#212121}body:not(.dark-theme) .more_item:hover{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#009c00}body.dark-theme .more_item{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#fff}body.dark-theme .more_item:hover{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#3abe06}.more_pic{width:80px;height:80px}.more_item::before{width:100px;height:100px}.more_item{padding:16px 10px 10px 10px;row-gap:15px}.blog-list{-ms-grid-columns:1fr;grid-template-columns:1fr}.blog-link{gap:6px}body:not(.dark-theme) .blog-link h3{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#212121}body.dark-theme .blog-link h3{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#fff}body:not(.dark-theme) .blog-link p{font-weight:400;font-family:Roboto,serif;font-size:14px;color:#212121}body.dark-theme .blog-link p{font-weight:400;font-family:Roboto,serif;font-size:14px;color:#fff}body:not(.dark-theme) .blog-meta{font-weight:400;font-family:Roboto,serif;font-size:14px;color:green}body.dark-theme .blog-meta{font-weight:400;font-family:Roboto,serif;font-size:14px;color:#3ba910}.pagination{gap:14px;margin-top:40px}.pagination-prev{padding:9px 13px}.pagination-next{padding:9px 13px}.pagination-list{border-radius:6px}body:not(.dark-theme) .pagination-list .active{font-weight:500;font-family:Roboto,serif;font-size:14px;color:#fff}body.dark-theme .pagination-list .active{font-weight:500;font-family:Roboto,serif;font-size:14px;color:#fff}.pagination-item{padding:11px 14px}.pagination-item:nth-child(3){display:none}body:not(.dark-theme) .pagination-item{font-weight:500;font-family:Roboto,serif;font-size:14px;color:#212121}body.dark-theme .pagination-item{font-weight:500;font-family:Roboto,serif;font-size:14px;color:#fff}.promocode-presents{margin-top:40px}.promocode-presents__content a{max-width:100%}.promocode-presents__content{gap:20px}.promocode-presents__promotion{padding:10px}.promocode-presents__code{font-weight:500;font-family:Roboto,serif;font-size:24px;color:#ffbc00;gap:7px}.promocode-presents__code svg{width:26px;height:23px}.promocode-presents__btn{font-weight:500;font-family:Roboto,serif;font-size:14px;color:#212121;padding:12px 0;max-width:85px}.comments{margin-top:40px}.comments_list{gap:10px}body:not(.dark-theme) .comments_item p{font-weight:400;font-family:Roboto,serif;font-size:14px;color:text-color}body.dark-theme .comments_item p{font-weight:400;font-family:Roboto,serif;font-size:14px;color:gray-300}body:not(.dark-theme) .comments_author{font-weight:500;font-family:Roboto,serif;font-size:16px;color:text-color}body.dark-theme .comments_author{font-weight:500;font-family:Roboto,serif;font-size:16px;color:gray-300}body:not(.dark-theme) .comments_date{font-weight:400;font-family:Roboto,serif;font-size:14px;color:text-color}body.dark-theme .comments_date{font-weight:400;font-family:Roboto,serif;font-size:14px;color:gray-300}.comments_button{padding:12px 0;font-weight:500;font-family:Roboto,serif;font-size:14px;color:#212121;margin:10px 0 0 0;max-width:100%}.step__list{gap:10px}body:not(.dark-theme) .step__item{-webkit-box-shadow:0 -6px 0 green,0 6px 0 green;box-shadow:0 -6px 0 green,0 6px 0 green}body.dark-theme .step__item{-webkit-box-shadow:0 -6px 0 #3ba910,0 6px 0 #3ba910;box-shadow:0 -6px 0 #3ba910,0 6px 0 #3ba910}.step__item{max-width:161px;padding:10px 6px;margin-top:10px}body:not(.dark-theme) .step__item span{font-weight:400;font-family:Roboto,serif;font-size:14px;color:#212121}body.dark-theme .step__item span{font-weight:400;font-family:Roboto,serif;font-size:14px;color:#fff}.step__item img{width:109px;height:222px}.payments_list{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:10px}.payments_btn{font-weight:500;font-family:Roboto,serif;font-size:14px;color:#212121}body:not(.dark-theme) .payments_item{font-weight:500;font-family:Roboto,serif;font-size:14px;color:text-color}body.dark-theme .payments_item{font-weight:500;font-family:Roboto,serif;font-size:14px;color:gray-300}.advantages_list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.advantages-betting_section img{padding:10px;min-width:auto}.advantages-betting_list{-ms-grid-columns:1fr;grid-template-columns:1fr;padding:10px 10px 0 10px}body:not(.dark-theme) .advantages-betting_item::before{font-weight:500;font-family:Roboto,serif;font-size:18px;color:green}body.dark-theme .advantages-betting_item::before{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#3ba910}body:not(.dark-theme) .advantages-betting_item h3{font-weight:500;font-family:Roboto,serif;font-size:24px;color:#212121}body.dark-theme .advantages-betting_item h3{font-weight:500;font-family:Roboto,serif;font-size:24px;color:#fff}.advantages-betting_item{gap:6px}.betting_subtitle{margin-top:10px}body:not(.dark-theme) .betting_subtitle{font-weight:500;font-family:Roboto,serif;font-size:24px;color:#212121}body.dark-theme .betting_subtitle{font-weight:500;font-family:Roboto,serif;font-size:24px;color:#fff}.match-item_header{padding:10px}.match-item_header h4{font-weight:500;font-family:Roboto,serif;font-size:22px;color:#212121}.match-item_header p{font-weight:400;font-family:Roboto,serif;font-size:16px;color:#212121}.match-team_logo img{width:40px;height:40px}.match-container{padding:10px}.match-team{padding:6px}.match-info{padding:6px}.match-team_name{font-weight:500;font-family:Roboto,serif;font-size:12px;color:#212121}.match-date{font-weight:500;font-family:Roboto,serif;font-size:14px;color:#212121}.match-time{font-weight:500;font-family:Roboto,serif;font-size:12px;color:#212121}.footer__baranding-logo img{max-width:156px;height:26px}.footer__container{padding:20px 14px}.footer__baranding-description{font-weight:400;font-family:Roboto,serif;font-size:14px;color:#fff}.footer__section-title{font-weight:500;font-family:Roboto,serif;font-size:18px;color:#fff}.footer__copy{font-weight:400;font-family:Roboto,serif;font-size:14px;color:#fff}.footer__link-arrow{right:15px}}@media (max-width:360px){body:not(.dark-theme) .acardion-section2__content-item{font-weight:400;font-family:Roboto,serif;font-size:14px}body:not(.dark-theme) .acardion-section2__content-item span{font-weight:500;font-family:Roboto,serif;font-size:16px;color:green}body.dark-theme .acardion-section2__content-item{font-weight:400;font-family:Roboto,serif;font-size:14px;color:#fff}body.dark-theme .acardion-section2__content-item span{font-weight:500;font-family:Roboto,serif;font-size:16px;color:#3ba910}.acardion-section2__content-item{padding:10px 18px 10px 18px;font-weight:400;font-family:Roboto,serif;font-size:14px;color:#fff;gap:6px}body:not(.dark-theme) .acardion-section2__nested-item{font-weight:400;font-family:Roboto,serif;font-size:14px}body:not(.dark-theme) .acardion-section2__nested-item{padding:10px 24px 10px 24px;font-weight:400;font-family:Roboto,serif;font-size:14px;color:#fff}body:not(.dark-theme) .acardion-section2__nested-item a{gap:6px}body:not(.dark-theme) .acardion-section2__nested-item span{font-weight:500;font-family:Roboto,serif;font-size:12px;color:green}body:not(.dark-theme) .acardion-section2__nested-item{font-weight:400;font-family:Roboto,serif;font-size:14px;color:#fff}body.dark-theme .acardion-section2__nested-item{padding:10px 24px 10px 24px;font-weight:400;font-family:Roboto,serif;font-size:14px;color:#fff}body.dark-theme .acardion-section2__nested-item a{gap:6px}body.dark-theme .acardion-section2__nested-item span{font-weight:500;font-family:Roboto,serif;font-size:12px;color:#3ba910}body.dark-theme .acardion-section2__nested-item{font-weight:400;font-family:Roboto,serif;font-size:14px;color:#fff}.button-content2{max-width:100%}.app-link{gap:10px}}@media (min-width:740px) and (max-width:1199.98px){.features_list{padding:20px}.games{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}.games2{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}.games3{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}.slot::before{width:96px}.slot::after{width:8px}}.webp .hero__promocode-container{background-image:url(../img/promo-bg.webp)}.webp .bonuses-item:nth-last-child(1){background-image:url(../img/BonusImageBg.webp)}.webp .board-light{background-image:url(../img/bg-light.webp)}.webp .board-dark{background-image:url(../img/bg-dark.webp)}