:root{--base-black:#1c1c1c;--gray:#444;--base-white:#fff;--white-add:#f5f5f5;--ligth-gray:#d9d9d9;--blue:#051dbf;--blue-hover:#0424f0;--green:#148936;--green-hover:#30a552;--container-width:1220px;--wrapper-width:1462px;--mobile-container-width:520px}*{box-sizing:border-box;margin:0;padding:0;outline:0}.header{margin-bottom:55px;width:100%}@media screen and (max-width:720px){.header{margin-bottom:30px}}.header.sticky{position:sticky;top:0;z-index:999}.header ul{list-style:none}.header-block{border-radius:32px;box-shadow:0 1px 4px #0000001f;background:var(--base-white);display:flex;flex-wrap:wrap;align-items:center;padding:28px 30px}@media screen and (max-width:720px){.header-block{border-radius:16px;padding:2px 20px}}.header .logo{flex-grow:1}.header .logo a:hover{opacity:1}.header .logo img{display:block}@media screen and (max-width:720px){.header .logo img{max-width:66px}}.header .menu-list{display:flex;flex-wrap:wrap}@media screen and (max-width:1130px){.header .menu-list{display:block}}.header .menu-list>li{position:relative;margin-bottom:0}@media screen and (max-width:1130px){.header .menu-list>li{margin-bottom:16px}}.header .menu-list>li:last-child:after{display:none}@media screen and (max-width:1130px){.header .menu-list>li:last-child{margin-bottom:0}}.header .menu-list>li:after{content:"";background-color:#fff;border-radius:50%;position:absolute;right:-3px;top:55%;transform:translateY(-50%);height:6px;width:6px}@media screen and (max-width:1130px){.header .menu-list>li:after{display:none}}.header .menu-list>li>a{font-weight:600}.header .menu-list a{display:inline-block;font-size:16px;position:relative;padding:10px 20px}@media screen and (max-width:1130px){.header .menu-list a{padding:0}}.header .menu-list .menu-item-has-children:hover .sub-menu{visibility:visible}.header .menu-list .menu-item-has-children:before{content:"";background-color:var(--base-black);border-radius:unset;mask-image:url(/wp-content/themes/xbet/assets/img/dropdown.svg);-webkit-mask-image:url(/wp-content/themes/xbet/assets/img/dropdown.svg);mask-size:100%;-webkit-mask-size:100%;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;display:inline-block;position:absolute;top:19px;right:0;height:6px;width:10px}@media screen and (max-width:1130px){.header .menu-list .menu-item-has-children:before{display:none}}.header .menu-list .menu-item-has-children:after{display:none}.header .menu-list .menu-item-has-children .sub-menu{background-color:var(--base-white);border-top:2px solid var(--green);box-shadow:0 4px 10px -2px #6d6868bd;display:block;position:absolute;top:100%;left:-2rem;padding:.85rem;width:240px;z-index:999;visibility:hidden}@media (max-width:1130px){.header .menu-list .menu-item-has-children .sub-menu{background-color:unset;border-top:none;box-shadow:unset;border-radius:5px;position:static;padding:0 0 0 10px;width:auto;visibility:visible}}.header .menu-list .menu-item-has-children li,.header-search{position:relative}@media (max-width:1130px){.header .menu-list .menu-item-has-children li:after{content:"";background-color:#e7e4e4;position:absolute;left:-50%;bottom:0;height:1px;width:200%}.header .menu-list .menu-item-has-children li:first-child:before{content:"";background-color:#e7e4e4;position:absolute;left:-50%;top:0;height:1px;width:200%}.header .menu-list .menu-item-has-children li:first-child{margin-top:10px}}.header .menu-list .menu-item-has-children li a{padding:10px 0}@media screen and (max-width:720px){.header-search{display:none}}.header-search--menu{display:none}@media screen and (max-width:720px){.header-search--menu{display:block;margin-top:40px;margin-bottom:10px}}.header-search .screen-reader-text{visibility:hidden;height:0;width:0}.header-search-form{display:flex}.header-search-field{border:1px solid #b0b0b0;border-radius:16px;font-size:14px;line-height:100%;padding:12px 15px 12px 45px;width:192px}@media screen and (max-width:720px){.header-search-field{padding:8px 15px 8px 45px;width:100%}}.comments-area input[type=email]::placeholder,.comments-area input[type=text]::placeholder,.comments-area textarea::placeholder,.header-search-field::placeholder{color:#b0b0b0}.header-search-submit{background:0 0;border:0;cursor:pointer;position:absolute;top:10px;left:15px}@media screen and (max-width:720px){.header-search-submit{top:8px}}.menu-block{margin-right:50px}@media screen and (max-width:1130px){.menu-block{margin:0 0 0 50px;order:1}}@media screen and (max-width:720px){.menu-block{margin-left:30px}}@media screen and (max-width:1130px){.menu-block .menu-dropdown{background-color:#fff;box-shadow:#0000002e 0 2px 4px;border-radius:4px;position:absolute;top:60px;right:20px;padding:16px;max-width:280px;transition:opacity .4s linear;pointer-events:none;opacity:0;width:calc(100% - 30px);overflow:hidden;visibility:hidden;height:0;z-index:9999}}@media screen and (max-width:720px){.menu-block .menu-dropdown{top:45px}}.mobile-label{display:none}@media screen and (max-width:1130px){.mobile-label{display:block}}.mobile-checkbox{left:0;opacity:.01;position:absolute}.mobile-label{cursor:pointer}.mobile-label .line{fill:none;stroke:var(--base-black);stroke-width:3;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}.mobile-label .line1{stroke-dasharray:60 207;stroke-width:6}.mobile-label .line2{stroke-dasharray:60 60;stroke-width:6}.mobile-label .line3{stroke-dasharray:60 207;stroke-width:6}.mobile-checkbox:checked~.mobile-label svg .line1{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}.mobile-checkbox:checked~.mobile-label svg .line2{stroke-dasharray:1 60;stroke-dashoffset:-30;stroke-width:6}.mobile-checkbox:checked~.mobile-label svg .line3{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}.mobile-checkbox:checked~.menu-dropdown{pointer-events:all;height:auto;opacity:1;visibility:visible}a,body{color:var(--base-black)}body{background:var(--white-add);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-weight:400;font-size:18px;line-height:110%;min-width:340px}@media (max-width:720px){body{font-size:16px}}a{text-decoration:none;transition:opacity .2s linear}a:hover{color:var(--blue)}p:not(:last-child){margin-bottom:20px}strong{font-weight:700}img{height:auto}img,svg{max-width:100%}h1{font-size:25px}.text-h3,h1,h2,h3{color:var(--gray);font-weight:700;line-height:112%}@media (max-width:720px){.text-h3,h1,h2,h3{font-size:20px}}h2{font-size:25px}@media (max-width:720px){h2{font-size:20px}}.text-h3,h3{font-size:20px}@media (max-width:720px){.text-h3,h3{font-size:18px}}#up,.site{display:flex}.site{flex-direction:column;min-height:calc(100vh - 32px);padding-top:20px;position:relative;overflow-x:clip}.main{flex-grow:1;min-height:500px}.container{margin:0 auto;padding-left:15px;padding-right:15px;position:relative;max-width:var(--container-width)}@media (max-width:720px){.container{max-width:var(--mobile-container-width)}}.wrapper{margin:0 auto;padding-left:15px;padding-right:15px;position:relative;max-width:var(--wrapper-width)}@media (max-width:720px){.wrapper{max-width:var(--mobile-container-width)}}#up{background-color:var(--ligth-gray);border-radius:50%;align-items:center;justify-content:center;position:fixed;bottom:10px;right:24px;height:50px;width:50px;z-index:999}@media screen and (max-width:720px){#up{bottom:65px}}.btn,.entry-content a.btn{border:1px solid var(--white-add);border-radius:24px;color:var(--base-white);font-weight:400;font-size:20px;display:inline-flex;align-items:center;padding:6px 13px;transition:all .2s linear}@media screen and (max-width:720px){.btn,.entry-content a.btn{font-size:17px}}.btn:after,.entry-content a.btn:after{content:url(/wp-content/themes/xbet/assets/img/btn-arrow.svg);display:inline-block;padding-left:20px}.btn:hover,.entry-content a.btn:hover{color:var(--base-white);opacity:1}.btn-primary{background:var(--green)}.btn-primary:hover{background:var(--green-hover);opacity:1}.btn-secondary{background:var(--blue);border:1px solid var(--base-white)}.btn-secondary:hover,.comments-area .form-submit #submit:hover{background:var(--blue-hover)}.card{background-color:var(--base-white);box-shadow:0 1px 4px #0000001f;border-radius:32px;color:var(--gray);display:flex;flex-wrap:wrap;padding:30px;height:100%}@media (max-width:720px){.card{padding:20px}}.card-logo{margin-bottom:45px;width:calc(100% - 115px)}@media (max-width:720px){.card-logo{margin-bottom:20px}}.card-logo img{max-width:170px}.card-rating{width:115px;margin-bottom:45px}@media (max-width:720px){.card-rating{margin-bottom:20px}}.card-rating-list{display:flex;justify-content:flex-end;list-style:none}.card-rating-list li{margin-right:5px}.card-apps ul.card-apps-list li:last-child,.card-rating-list li:last-child{margin-right:0}.card-bonus{margin-bottom:20px;width:100%}@media (max-width:720px){.card-bonus{width:120px}}.card-bonus-text{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:10px}.card-bonus-text span{font-size:20px;padding-left:10px}.card-bonus-txt{font-weight:500;font-size:25px;color:#11a13b}.card-bonus-txt:hover{color:var(--green-hover);text-decoration:underline}.card-apps{margin-bottom:20px;width:100%}@media (max-width:720px){.card-apps{display:flex;justify-content:flex-end;align-items:flex-end;width:calc(100% - 120px)}}.card-apps ul.card-apps-list{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0;width:auto}.card-apps ul.card-apps-list li{border:1px solid var(--gray);border-radius:24px;font-size:20px;margin-right:10px;margin-bottom:0;padding:6px 12px;line-height:100%;transition:all .2s linear}@media (max-width:720px){.card-apps ul.card-apps-list li{font-size:17px}}.card-review{margin-bottom:48px;text-decoration:underline;width:100%}@media (max-width:720px){.card-review{margin-bottom:20px}}.card-review:hover{text-decoration:none}.card-btn{display:flex;justify-content:end;align-items:center;width:100%}.entry-excerpt{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:80px}@media (max-width:720px){.entry-excerpt{margin-bottom:30px}}.entry-excerpt-text{padding-right:20px;width:calc(100% - 464px)}@media (max-width:1130px){.entry-excerpt-text{width:calc(100% - 364px)}}@media (max-width:720px){.entry-excerpt-text{margin-bottom:30px;padding-right:0;width:100%}}.entry-excerpt-right{width:464px}@media (max-width:1130px){.entry-excerpt-right{width:364px}}@media (max-width:720px){.entry-excerpt-right{width:100%}}.entry-content h1,.entry-excerpt p{margin-bottom:32px}@media (max-width:720px){.entry-excerpt p{margin-bottom:24px}}.entry-content ol li:last-child,.entry-content ul li:last-child,.entry-excerpt p:last-child{margin-bottom:0}.entry-content{line-height:140%;margin-bottom:64px}@media (max-width:1130px){.entry-content{margin-bottom:48px}}@media (max-width:720px){.entry-content{margin-bottom:28px}}@media (max-width:720px){.entry-content h1{margin-bottom:24px}}.entry-content h2{margin-bottom:28px}@media (max-width:720px){.entry-content h2{margin-bottom:20px}}.comments-area h3.comment-reply-title,.entry-content h3,.entry-main p{margin-bottom:20px}.entry-content ol,.entry-content ul{padding-left:25px;margin-bottom:40px;width:85%}@media (max-width:720px){.entry-content ol,.entry-content ul{margin-bottom:20px;width:100%}}.entry-content ol li,.entry-content ul li{margin-bottom:7px}.entry-content a{color:var(--green)}.entry-content a:hover{color:var(--green-hover)}.entry-text img{border-radius:32px;outline-offset:-10px;outline:10px solid var(--base-white)}.aligncenter,img.aligncenter{margin-right:auto;margin-left:auto;display:block;clear:both}.entry-date{font-weight:500;text-align:right;margin-bottom:80px;margin-top:40px}@media screen and (max-width:720px){.entry-date{margin-bottom:40px;margin-top:30px}}.entry-author,.entry-main .entry-toc .text-h3{display:flex;justify-content:space-between;align-items:center}.entry-author,.entry-main .entry-toc{border-radius:32px;box-shadow:0 1px 4px #0000001f}.entry-author{background:#fff;flex-wrap:wrap;padding:28px 30px}@media screen and (max-width:720px){.entry-author{border-radius:16px;padding:20px}}.entry-author-photo-block{display:flex;flex-wrap:wrap;align-items:center}.entry-author-photo{border-radius:50%;height:80px;width:80px}@media screen and (max-width:720px){.entry-author-photo{height:60px;width:60px}}.entry-author-photo img{border-radius:50%;object-fit:cover;object-position:center;height:100%;width:100%}.entry-author-text{padding-left:20px}.entry-author-name{font-weight:700;color:var(--gray);margin-bottom:8px}.entry-main .entry-toc{background-color:var(--base-white);font-size:20px;line-height:140%;margin-bottom:70px;padding:30px}@media screen and (max-width:720px){.entry-main .entry-toc{border-radius:16px;font-size:17px;margin-bottom:30px;padding:20px}}.entry-main .entry-toc .text-h3{margin-bottom:20px}.entry-main .entry-toc-list{list-style:none;padding:0;margin:0}.entry-main .entry-toc .entry-toc-open{cursor:pointer}.entry-main .entry-toc .entry-toc-open-icon{background-image:url(/wp-content/themes/xbet/assets/img/dropdown.svg);background-size:100%;background-repeat:no-repeat;display:inline-block;transform:rotate(180deg);height:16px;width:28px;transition:all .2s linear}@media screen and (max-width:720px){.entry-main .entry-toc .entry-toc-open-icon{height:12px;width:20px}}.entry-main .entry-toc.closed{position:relative}.entry-main .entry-toc.closed .text-h3{margin-bottom:0}.entry-main .entry-toc.closed .entry-toc-open-icon{transform:rotate(0)}.entry-main .entry-toc.closed .entry-toc-list{display:none}.entry-main .block-wrapper,.plusminus{display:flex;flex-wrap:wrap;margin-bottom:64px}@media screen and (max-width:1130px){.entry-main .block-wrapper{margin-bottom:48px}}@media screen and (max-width:720px){.entry-main .block-wrapper{flex-wrap:wrap;margin-bottom:32px}}.entry-main .block-wrapper:after{content:"";display:table;clear:both}.entry-main .text-block-wrapper{flex:1 1 0%;min-width:400px;padding-right:20px}@media screen and (max-width:720px){.entry-main .text-block-wrapper{width:100%}}.plusminus{gap:20px}@media screen and (max-width:1130px){.plusminus{margin-bottom:48px}}@media screen and (max-width:720px){.plusminus{margin-bottom:32px}}.plusminus .minus,.plusminus .plus{flex:1 0 calc(50% - 10px);font-size:18px;border-radius:32px;box-shadow:0 1px 4px #0000001f;background:var(--base-white);list-style:none;margin-bottom:0;padding:30px 100px 30px 30px}@media screen and (max-width:1130px){.plusminus .minus,.plusminus .plus{font-size:16px;padding:20px}}@media screen and (max-width:720px){.plusminus .minus,.plusminus .plus{flex:1 0 100%}}.plusminus .minus li,.plusminus .plus li{display:flex;margin-bottom:20px}.plusminus .minus li:before,.plusminus .plus li:before{content:"";background-size:100%;background-repeat:no-repeat;display:inline-block}.plusminus .minus li span,.plusminus .plus li span{padding-left:15px}.plusminus .plus li:before{background-image:url(/wp-content/themes/xbet/assets/img/plus.svg);height:20px;width:27px}@media screen and (max-width:720px){.plusminus .plus li:before{height:17px;width:23px}}.plusminus .plus li span{width:calc(100% - 27px)}@media screen and (max-width:720px){.plusminus .plus li span{width:calc(100% - 23px)}}.plusminus .minus li:before{background-image:url(/wp-content/themes/xbet/assets/img/minus.svg);height:20px;width:20px}@media screen and (max-width:720px){.plusminus .minus li:before{height:13px;width:13px}}.plusminus .minus li span{width:calc(100% - 10px)}@media screen and (max-width:720px){.plusminus .minus li span{width:calc(100% - 13px)}}.footer{margin-bottom:10px}.footer,.footer a{color:var(--ligth-gray)}.footer a:hover{color:var(--base-white)}.footer-block{background-color:var(--gray);border-radius:32px;display:flex;flex-wrap:wrap;padding:30px;position:relative}@media screen and (max-width:720px){.footer-block{padding:20px}}.footer-logo{margin-right:130px}@media screen and (max-width:720px){.footer-logo{margin-right:0;margin-bottom:48px}.footer-menus{width:100%}}.footer .menu:nth-child(1){margin-bottom:32px}@media screen and (max-width:720px){.footer .menu:nth-child(1){margin-bottom:0}.footer .menu:nth-child(2) li:last-child{margin-bottom:65px}}.footer .menu-list{list-style:none;display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}@media screen and (max-width:720px){.footer .menu-list{flex-direction:column}}.footer .menu-list li{margin-left:15px;margin-right:15px}@media screen and (max-width:720px){.footer .menu-list li{margin-bottom:20px}}.footer-social{display:flex;flex-wrap:wrap}@media screen and (max-width:720px){.footer-social-links{position:absolute;top:20px;right:20px}}.footer-social a{margin-right:15px;height:35px;width:35px}@media screen and (max-width:720px){.footer-social a{margin-right:10px}}@media screen and (max-width:350px){.footer-social a{margin-right:4px}}.footer-social-block{margin-left:auto;width:245px}@media screen and (max-width:1130px){.footer-social-block{margin-left:0;width:100%}}.footer-social-age{background-image:url(/wp-content/themes/xbet/assets/img/18+.svg);background-size:100%;display:inline-block;margin-right:15px;height:35px;width:35px}@media screen and (max-width:720px){.footer-social-age{margin-right:0}}@media screen and (max-width:1130px){.footer-social-logo{margin-top:10px;margin-left:auto}}@media screen and (max-width:720px){.footer-social-logo{margin-top:0}}.footer-bottom{font-size:12px;color:var(--gray);line-height:100%;text-align:justify;padding-top:10px;padding-bottom:20px}.powered{font-size:10px;line-height:100%;margin-top:20px;text-align:right;width:100%}.comments-area{background:var(--base-white);border-radius:32px;padding:30px;box-shadow:0 2px 8px #0000000d;margin-top:30px;margin-bottom:50px}@media screen and (max-width:720px){.comments-area{border-radius:16px;box-shadow:0 1px 4px #0000001f;margin-top:40px;margin-bottom:40px;padding:20px}}@media screen and (max-width:720px){.comments-area h3.comment-reply-title{margin-bottom:16px}}.comments-area .comment-form{font-size:16px}.comments-area input[type=email],.comments-area input[type=text]{border-radius:24px}.comments-area input[type=email],.comments-area input[type=text],.comments-area textarea{width:100%;padding:20px;font-size:16px;border:1px solid var(--gray);background:var(--base-white);transition:border-color .2s;resize:vertical}@media screen and (max-width:720px){.comments-area input[type=email],.comments-area input[type=text],.comments-area textarea{border-radius:12px;padding:10px}}.comments-area input[type=email]:focus,.comments-area input[type=text]:focus,.comments-area textarea:focus{outline:0;border-color:var(--blue-hover)}.comments-area textarea{border-radius:24px;min-height:140px}@media screen and (max-width:720px){.comments-area textarea{border-radius:12px}}.comments-area .comment-form-author{margin-top:30px}@media screen and (max-width:720px){.comments-area .comment-form-author{margin-top:20px}}.comments-area .comment-form-cookies-consent{display:flex;align-items:center;font-size:16px}@media screen and (max-width:720px){.comments-area .comment-form-cookies-consent{align-items:flex-start;font-size:14px}}.comments-area .comment-form-cookies-consent input[type=checkbox]{border-radius:4px;width:20px;height:20px}@media screen and (max-width:720px){.comments-area .comment-form-cookies-consent input[type=checkbox]{width:25px;height:25px}}.comments-area .comment-form-cookies-consent label{padding-left:15px;width:calc(100% - 10px)}@media screen and (max-width:720px){.comments-area .comment-form-cookies-consent label{padding-left:10px;width:calc(100% - 25px)}}.comments-area .form-submit{margin-bottom:0;text-align:left}.comments-area .form-submit #submit{display:inline-block;padding:6px 13px;font-size:20px;color:#fff;background:var(--blue);border:0;border-radius:24px;cursor:pointer;transition:background .2s;margin-top:30px}@media screen and (max-width:720px){.comments-area .form-submit #submit{padding:10px 15px;font-size:17px}}.mobile-btn{display:none}@media screen and (max-width:720px){.mobile-btn{background-color:var(--green);color:var(--base-white);font-size:18px;display:flex;align-items:center;justify-content:center;position:fixed;left:0;bottom:0;padding:18px;transition:all .2s linear;width:100%}.mobile-btn:hover{background-color:var(--green-hover);color:var(--base-white);opacity:1}.mobile-btn:after{content:url(/wp-content/themes/xbet/assets/img/btn-arrow.svg);display:inline-block;padding-left:20px}}