@charset "utf-8";body{font-family:Roboto,Arial,sans-serif;color:var(--main-color-text);background:var(--bg-color);min-width:360px;overflow:hidden}body,h1,h2,h3,h4,p,ul{margin:0;padding:0}.containerMain{display:flex}.boxLayout{padding-right:25px;padding-bottom:25px;padding-left:0;overflow:auto;max-width:1490px;margin:0 auto;width:100%;height:100svh;gap:34px;display:flex;flex-direction:column;scrollbar-width:none;-ms-overflow-style:none;transition:margin-left .3s ease}.boxLayout::-webkit-scrollbar{display:none}h2{font-weight:700;font-size:24px;line-height:120%;color:var(--title)}ul{list-style:none;display:flex;flex-direction:column;gap:11px;padding:10px 0 20px 0}ol{display:flex;flex-direction:column;gap:11px;padding:10px 0 20px 20px}ul li{position:relative;padding-left:20px}ul li::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background-color:var(--marker-list);border-radius:50%}@media (max-width:768px){.boxLayout{padding-left:16px;padding-right:16px;padding-bottom:95px;gap:12px}}.animatedSection{position:relative;width:100%;height:103px;color:var(--animated-text)}.blockContent{position:absolute;inset:0;display:flex;align-items:center;opacity:0;border-radius:var(--animated-radius);animation:fade 5s infinite}.infoBlock{padding:20px 16px;display:flex;align-items:center;justify-content:space-between;width:100%}.animatedMail{display:flex;align-items:center;gap:16px}.animatedImg{width:63px;height:63px;border-radius:16px}.animatedText{font-weight:600;font-size:18px;line-height:156%;letter-spacing:-0.03em}.animatedDescr{font-weight:600;font-size:18px;line-height:156%;letter-spacing:-0.03em}.animatedSpan{font-weight:600;font-size:24px;line-height:117%;letter-spacing:-0.02em}.b1{background:var(--animated-bg-b1);animation-delay:0}.b2{background:var(--animated-bg-b2);animation-delay:1s}.b3{background:var(--animated-bg-b3);animation-delay:2s}.b4{background:var(--animated-bg-b4);animation-delay:3s}.b5{background:var(--animated-bg-b5);animation-delay:4s}@keyframes fade{0%{opacity:0}10%{opacity:1}20%{opacity:1}30%{opacity:0}100%{opacity:0}}@media (max-width:1024px){.animatedSection{height:66px}.animatedImg{width:50px;height:50px}}@media (max-width:790px){.animatedDescr{display:none}}@import url(./normalize.css);@import url(./fonts.css);@import url(./variables.css);@import url(./global.css);@import url(./reboot.css);@import url(./svgColor.css);@import url(./header.css);@import url(./burger.css);@import url(./banner.css);@import url(./scrollBtn.css);@import url(./animatedWinners.css);@import url(./sectionNav.css);@import url(./bonus.css);@import url(./sectionMain.css);@import url(./faq.css);@import url(./comment.css);@import url(./table.css);@import url(./gameSlider.css);@import url(./footer.css);@import url(./navigateMobile.css);@import url(./loader.css);#loader{position:fixed;inset:0;background:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;z-index:9999;transition:opacity .3s ease}#loader.hidden{opacity:0;pointer-events:none}:root{--br-radius:10px;--br-radius-adaptiv:5px;--color-line-main:#acacac;--bg-color-brend:#98db00;--primary-bg-btn:#98db00;--primary-text-btn:white;--secondary-bg-btn:rgba(255,255,255,0.2);--secondary-text-btn:white;--title:#f0f2f5;--marker-list:#98db00;--shadow-bg:none;--bg-main:#303030;--secodary-text:#98db00;--secondary-descr:#f0f2f5;--bg-color:#151515;--main-color-text:#f0f2f5;--tg-bg:linear-gradient(45deg,#00673e 0,#16bdf5 100%);--nav-text:white;--header-bg:#151515;--nav-list-bg:#303030;--nav-list-border:12px;--header_active:#98db00;--registration-bg:#98db00;--registration-text:black;--registration-borger-radius:12px;--signUp-bg:#464648;--signUp-text:white;--signUp-borger-radius:12px;--signUp-border:0;--banner-radius:12px;--burger-bg:#595959;--text-burger:white;--burger-line:#acacac;--burger-bonus:#cb0004;--burger-text-bonus:white;--burger-free-money:radial-gradient(181.61% 181.61% at 122.05% -3.73%,#c9ed77 0,#98db00 51.3%,#3c5700 100%);--burger-text-free:white;--burger-login-bg:#303030;--burger-Btn-Close-bg:#303030;--burger-Phone-Mail-Box:#303030;--bg-comment-faq-block:#303030;--bg-comment-faq-item:#303030;--border-table:rgba(255,255,255,0.05);--table-faq-comment-text-color:#f0f2f5;--nav-border:rgba(179,182,189,0.4);--nav-text-section:white;--bg-nav:#303030;--animated-bg-b1:radial-gradient(181.61% 181.61% at 122.05% -3.73%,#fd7679 0,#f02b2e 51.3%,#e20104 100%);--animated-bg-b2:radial-gradient(181.61% 181.61% at 122.05% -3.73%,#ad2184 0,#8d2f8f 51.3%,#5b439f 100%);--animated-bg-b3:radial-gradient(181.61% 181.61% at 122.05% -3.73%,#ed9441 0,#b26f31 51.3%,#8e5927 100%);--animated-bg-b4:radial-gradient(181.61% 181.61% at 122.05% -3.73%,#7f66c7 0,#5b439f 51.3%,#4320a6 100%);--animated-bg-b5:radial-gradient(181.61% 181.61% at 122.05% -3.73%,#16f5db 0,#007bff 51.3%,#240da7 100%);--animated-radius:14px;--animated-text:white;--banner-bg:rgba(255,255,255,0.05);--banner-title:white;--banner-data:#838486;--game-bg-input:#303030;--game-border-radius:12px;--game-text-second:#9aa1b1;--game-category-item-bg:#303030;--game-category-item-active:#98db00;--bonus-bg:radial-gradient(271.14% 126.18% at 52.54% -91.41%,#ffd599 0,#ff9500 100%);--bonus-value-text:black;--bonus-value-bg:white;--bonus-text-text:white;--bonus-text-bg:rgba(255,255,255,0.2);--bonus-svg:white;--bonus-btn-text:black;--bonus-btn-bg:white;--bonus-title:white;--svg-stroke:#9aa1b1;--svg-stroke-second:#F1F2F6;--svg-stroke-three:white;--svg-fill:#9aa1b1;--svg-fill-second:#F1F2F6;--svg-fill-three:white;--svg-rect:#98db00;--svg-rect-second:#F1F2F6;--svg-rect-active:white;--line-footer:#bbc0c6;--politic-footer:#787878;--nav-footer-text:#9aa1b1;--bg-color-footer-nav:#141415;--color-text-footer:white;--white:#fff;--black:#000}.section_bonus{background:var(--bonus-bg);border-radius:24px;position:relative;display:flex}.boxInfo{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:19px;padding:24px;padding-left:24px;width:100%;background-image:url(../assets/bonus.webp);background-repeat:no-repeat;background-size:auto;background-position:85%}.bonusTitle{font-weight:600;font-size:24px;line-height:117%;letter-spacing:-0.02em;color:var(--bonus-title)}.bonusInfoContainer{display:flex;flex-direction:column;gap:19px}.bonusContainer{display:flex;align-items:center;gap:19px;justify-content:space-between}.bonusStage{display:flex;align-items:center;gap:12px}.bonusValue{font-weight:600;font-size:12px;line-height:133%;letter-spacing:0;color:var(--bonus-value-text);background:var(--bonus-value-bg);padding:4px 9px 3px 9px;border-radius:100px}.bonusText{font-weight:600;font-size:12px;line-height:133%;letter-spacing:0;background:var(--bonus-text-bg);color:var(--bonus-text-text);padding:9px 15px;border-radius:12px}.svgBonus path{stroke:var(--bonus-svg)}.bonus_btn{font-weight:600;font-size:14px;line-height:143%;text-align:center;padding:14px 24px;color:var(--bonus-btn-text);background:var(--bonus-btn-bg);border-radius:12px}.bonusImg{display:none}@media (max-width:1024px){.section_bonus{justify-content:space-between}.boxInfo{flex-direction:column;background-image:none;max-width:573px}.bonusContainer{display:flex;flex-direction:column;align-items:start;gap:19px;justify-content:space-between}.bonusText{width:100%}.svgBonus{display:none}.bonusStage{width:100%}.bonus_btn{width:100%}.bonusImg{display:block;margin:auto;max-width:305;max-height:193px}}@media (max-width:768px){.bonusTitle{font-size:22px;line-height:127%}.boxInfo{padding:12px 0 12px 12px}}@media (max-width:560px){.boxInfo{background-image:url(../assets/bonus.webp);background-repeat:no-repeat;background-size:auto;background-position:160%;padding:12px}.bonusInfoContainer{gap:12px}.bonusContainer{gap:12px}.bonusText{max-width:50%}.bonusImg{display:none}}@media (max-width:420px){.boxInfo{background-position:250%}}/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}.sectionGame{overflow:hidden}.searchBox{display:flex;flex-direction:column;gap:20px;margin-bottom:34px}.valueSearch{display:flex;align-items:center;width:100%;gap:8px}.inputSearch{background:var(--game-bg-input);padding:12px 16px;border-radius:var(--game-border-radius);width:70%}.moreBtn{background:var(--game-bg-input);padding:12px 16px;border-radius:var(--game-border-radius);width:30%;display:flex;align-items:center;justify-content:center}.svg_margin_game{margin-right:12px}.svg_margin_game_item{margin-right:12px;max-width:20px;max-height:20px}.spanSearch{font-weight:400;font-size:14px;line-height:143%;color:var(--game-text-second)}.spanMoreBtn{font-weight:600;font-size:14px;line-height:143%}.gameListCategory{list-style:none;margin:0;padding:0;display:flex;align-items:flex-start;gap:10px;justify-content:space-between;flex-direction:row}.gameItemCategory{background:var(--game-category-item-bg);border-radius:var(--game-border-radius);width:100%}.gameActiveCategory{background:var(--game-category-item-active)}.gameLinkCategory{padding:12px 22px;display:flex;align-items:center;justify-content:center;width:100%}.spanGameCategory{font-weight:600;font-size:14px;line-height:143%}.gameBoxList{display:flex;flex-direction:column;gap:34px}.gameContainer{display:flex;flex-direction:column;gap:16px}.gameTitleBox{display:flex;align-items:center}.gameImgTitle{width:32px;height:32px;margin-right:12px}.titleGames{font-weight:600;font-size:20px;line-height:120%}.gameList{list-style:none;display:flex;flex-direction:row;gap:16px;margin:0;padding:0;justify-content:space-between}.gameImg{border-radius:16px}@media (max-width:1370px){.gameItemCategory:last-child{display:none}.gameItem:last-child{display:none}.gameLinkCategory{padding:12px 15px}}@media (max-width:1270px){.gameItemCategory:last-child{display:none}.gameItem:last-child{display:none}}@media (max-width:1140px){.gameItemCategory:nth-child(6){display:none}}@media (max-width:940px){.gameItemCategory:nth-child(5){display:none}.gameLinkCategory{padding:12px 20px}}@media (max-width:1024px){.inputSearch{width:50%}.moreBtn{width:50%}}@media (max-width:768px){.gameList{gap:15px}}@media (max-width:680px){.spanGameCategory{display:none}.svg_margin_game_item{margin-right:0}.gameList{display:grid;grid-template-columns:repeat(3,1fr)}.gameItem{display:flex;align-items:center;justify-content:center}}.section_nav_list{margin:0;padding:0;list-style:none;display:flex;flex-direction:row;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--burger-line)}.section_nav_item{width:100%;background:var(--bg-nav);border-radius:var(--br-radius);position:relative;border:1px solid var(--nav-border)}.section_nav_link{width:100%;height:100%}.section_nav_img{margin-left:auto;margin-right:8px;z-index:1;position:relative}.section_nav_text{position:absolute;top:10px;left:10px;font-weight:700;font-size:10px;line-height:120%;color:var(--nav-text-section);z-index:2}.ligthElips{position:absolute;bottom:50%;right:50%;transform:translate(90%,50%);max-width:67px;max-height:67px;width:100%;height:100%;border-radius:100%;background:var(--bg-color-brend);filter:blur(28.5px)}.section_nav_arrow{position:absolute;bottom:10px;right:5px;width:10px;height:10px;z-index:2}@media (max-width:890px){.ligthElips{max-width:40px;max-height:40px;filter:blur(18.5px)}}@media (max-width:807px){.section_nav_list{display:grid;grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.ligthElips{max-width:67px;max-height:67px}}@media (max-width:565px){.section_nav_list{gap:5px}.section_nav_arrow{bottom:10px;right:0}.ligthElips{filter:blur(15.5px)}}@media (max-width:390px){.ligthElips{filter:blur(10.5px);max-width:40px;max-height:40px}}.box_comment{border-radius:16px}.box_avatar_name{display:flex;align-items:center;margin-bottom:13px}.comment_avatar{margin-right:10px}.title_comment{border-radius:var(--br-radius);padding:0;font-weight:700;font-size:24px;line-height:120%;margin-bottom:20px}.list_comment{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:20px}.item_comment{border-radius:var(--br-radius);background:var(--bg-comment-faq-item);color:var(--table-faq-comment-text-color);padding:25px 28px}.item_title_comment{font-weight:700;font-size:18px;line-height:120%;margin-bottom:2px}.span_comment{display:block;font-weight:700;font-size:14px;line-height:120%;color:var(--banner-data)}.text_comment{font-size:16px;line-height:120%}@media (max-width:568px){.box_comment{margin-bottom:20px}.title_comment{font-size:20px;margin-bottom:15px}.item_comment{padding:20px 10px}.item_title_comment{font-size:16px}.text_comment{font-size:14px}}@font-face{font-family:"Roboto";src:local("Roboto-Thin"),url(../fonts/RobotoThin.woff2) format("woff2"),url(../fonts/RobotoThin.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:local("Roboto-Black"),url(../fonts/RobotoBlack.woff2) format("woff2"),url(../fonts/RobotoBlack.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:local("Roboto-Regular"),url(../fonts/RobotoRegular.woff2) format("woff2"),url(../fonts/RobotoRegular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:local("Roboto-Medium"),url(../fonts/RobotoMedium.woff2) format("woff2"),url(../fonts/RobotoMedium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:local("Roboto-Bold"),url(../fonts/RobotoBold.woff2) format("woff2"),url(../fonts/RobotoBold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}html{box-sizing:border-box}html::-webkit-scrollbar{background:transparent;width:0}*,::after,::before{box-sizing:inherit}main{width:100%;display:flex;flex-direction:column;gap:34px}footer{color:var(--color-text-footer)}#bodybox{}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block;object-fit:cover}@media (max-width:768px){main{gap:12px}}.box_faq{border-radius:16px}.title_faq{border-radius:var(--br-radius);padding:0;font-weight:700;font-size:24px;line-height:120%;margin-bottom:20px}.list_faq{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:20px}.item_faq{border-radius:var(--br-radius);background:var(--bg-comment-faq-item);color:var(--table-faq-comment-text-color);padding:25px 28px}.item_title_faq{font-weight:700;font-size:18px;line-height:120%;margin-bottom:13px}.text_faq{font-size:16px;line-height:120%}@media (max-width:568px){.box_faq{margin-bottom:20px}.title_faq{font-size:20px;margin-bottom:15px}.item_faq{padding:20px 10px}.item_title_faq{font-size:16px}.text_faq{font-size:14px}}.navMobile{position:fixed;bottom:-4px;left:0;width:100%;background:var(--bg-color-footer-nav);display:none;z-index:400}.listNavMobile{flex-direction:row;list-style:none;margin:0;padding:0;width:100%;justify-content:space-between;padding:16px;border-top:1px solid var(--color-line-main)}.linkNavMobile{display:flex;flex-direction:column;align-items:center;padding:0 10px}.imgNavMobile{margin-bottom:9px}.textNavMobile{font-weight:600;font-size:10px;line-height:140%;letter-spacing:.01em;color:var(--nav-footer-text)}@media (max-width:768px){.navMobile{display:flex}}.section_main{display:flex;flex-direction:column;gap:30px}.section_main h3{font-weight:700;font-size:18px;line-height:120%;color:var(--title);margin-bottom:20px}.section_main p{font-weight:400;font-size:16px;line-height:120%;margin-bottom:10px}.section_img{border-radius:var(--br-radius);box-shadow:var(--shadow-bg);width:100%;max-height:300px}.section_title{font-weight:700;font-size:24px;line-height:120%}.section_text{font-weight:400;font-size:16px;line-height:120%;color:var(--secondary-descr)}.section_btn{width:100%;display:flex;align-items:center;justify-content:center}.section_link{border-radius:var(--br-radius);padding:16px 30px;background:var(--primary-bg-btn);color:var(--primary-text-btn);font-weight:800;font-size:16px;line-height:120%}@media (max-width:568px){.section_main{gap:15px}.section_title{font-size:20px}.section_text{font-size:14px}.section_link{padding:12px 20px;font-size:14px}}.titleTable{font-weight:700;font-size:20px;line-height:120%;color:var(--title);margin:0;margin-bottom:10px}.table{width:100%;border-collapse:collapse;background:var(--bg-comment-faq-block);border-radius:16px;color:var(--table-faq-comment-text-color)}.tableStroke:not(:last-child){border-bottom:1px solid var(--border-table)}.tableCell{padding:12px}.tableCell:first-child{text-align:left;width:50%}.tableCell:last-child{text-align:right;width:50%}.header{position:sticky;top:0;z-index:10;padding:12px 0;background:var(--header-bg)}.header_container{display:flex;align-items:center;justify-content:space-between}.nav_logo_list{display:flex;align-items:center;gap:19px;color:var(--nav-text)}.logo_img{max-width:130px}.header_nav{background:var(--nav-list-bg);border-radius:var(--nav-list-border);padding:2px}.header_nav_list{margin:0;padding:0;list-style:none;flex-direction:row;gap:0}.header_nav_item:not(:first-child):not(:last-child){border-right:1px solid var(--color-line-main)}.header_nav_link{display:flex;align-items:center;padding:10px 16px}.active_header{background:var(--header_active);border-radius:var(--nav-list-border)}.header_nav_img{margin-right:10px}.header_nav_text{font-weight:600;font-size:14px;line-height:143%}.signUpBox{display:flex;align-items:center;justify-content:center;gap:12px}.signUp{border:var(--signUp-border);padding:14px 20px;font-weight:600;font-size:14px;line-height:143%;border-radius:var(--signUp-borger-radius);color:var(--signUp-text);background:var(--signUp-bg)}.registration{border-radius:var(--registration-borger-radius);padding:14px 20px;font-weight:600;font-size:14px;line-height:143%;color:var(--registration-text);background:var(--registration-bg)}@media (max-width:960px){.header_nav_text{display:none}.header_nav_img{margin-right:0}}@media (max-width:768px){.header_nav{display:none}}@media (max-width:390px){.signUpBox{gap:8px}.signUp{padding:8px 12px}.registration{padding:8px 12px}}.scrollBtn{padding:5px;border-radius:100px;display:flex;align-items:center;justify-content:center;color:var(--color-text-footer);background:transparent;border:0;outline:none;margin:0 auto;display:flex;align-items:center;cursor:pointer}.scrollText{font-weight:700;font-size:16px;line-height:120%;margin-right:10px}.arrowNav{width:24px;height:24px;transition:transform .3s ease-in-out;transform:rotate(-90deg)}.nav_footer{border-top:1px solid var(--line-footer);border-bottom:1px solid var(--line-footer);padding:31px 0;margin-bottom:30px;display:flex;align-items:flex-start}.content_footer{max-width:194px}.helper_footer{display:grid;gap:20px;grid-template-columns:repeat(4,1fr);width:100%}.footer_title{font-weight:700;font-size:14px;line-height:120%;color:var(--politic-footer);margin-bottom:16px}.footer_link{display:block;font-weight:400;font-size:12px;line-height:120%;margin-bottom:8px}.politic{font-weight:700;font-size:14px;line-height:120%;text-align:center;color:var(--politic-footer);margin-bottom:40px}.footer_tg_container{display:flex;align-items:center;justify-content:space-between;padding:21px 12px;background:var(--tg-bg);border-radius:var(--br-radius);max-width:160px}.footer_tg_info{display:flex;border-right:1px solid var(--white);padding-right:12px}.footer_tg_btn{max-width:40px}.footer_social{display:flex;gap:16px}@media (max-width:768px){.helper_footer{grid-template-columns:repeat(2,1fr)}.content_footer{max-width:100%}}@media (max-width:568px){.footer_title{font-weight:400;font-size:12px;line-height:120%}.helper_footer{gap:5px}.footer_link{font-size:12px}.politic{font-size:12px}}.svg_fill path{fill:var(--svg-fill)}.svg_fill_second path{fill:var(--svg-fill-second)}.svg_fill_stroke_three path{fill:var(--svg-fill-three);stroke:var(--svg-stroke-three)}.svg_fill_three path{fill:var(--svg-fill-three)}.svg_stroke path{stroke:var(--svg-stroke)}.svg_rect rect{fill:var(--svg-rect)}.svg_rect_second rect{fill:var(--svg-rect-second)}.svg_rect_active rect{fill:var(--svg-rect-active)}.banner_title{font-weight:700;font-size:24px;line-height:120%;color:var(--banner-title);margin:0;margin-bottom:5px}.banner_data{display:block;font-weight:700;font-size:14px;line-height:120%;text-decoration:underline;text-decoration-skip-ink:none;margin-bottom:23px;color:var(--banner-data)}.bannerBox{display:flex;flex-direction:row;gap:11px;margin-bottom:20px}.img_banner{border-radius:var(--banner-radius)}.bannerGif{display:flex;flex-direction:column;justify-content:space-between;gap:11px}.bannerFrame{position:relative;max-width:454px;max-height:189px;overflow:hidden}.imgfreeBanner{border-radius:var(--banner-radius)}.banner_btn{display:flex;align-items:center;justify-content:center;margin-bottom:23px}.btn_link{width:100%;display:flex;justify-content:center;align-items:center;font-weight:800;font-size:18px;line-height:120%;padding:17px;color:var(--primary-text-btn);border-radius:var(--br-radius);background:var(--primary-bg-btn)}.main_title{font-weight:700;font-size:36px;line-height:120%;color:var(--color-text-footer);margin:0;margin-bottom:15px}@media (max-width:768px){.bannerBox{display:flex;flex-direction:column;gap:11px}.bannerGif{display:flex;flex-direction:row;justify-content:space-between;gap:11px}}@media (max-width:564px){.banner_title{margin-bottom:5px}}.sectionBurger{position:relative;transform:none;z-index:auto}.burgerContainer{width:300px;height:100svh;padding:0 16px 0 0;position:absolute;top:0;left:0;overflow:hidden auto;transition:all .3s ease;z-index:999;scrollbar-width:none;-ms-overflow-style:none}.sidebarBurger{width:100%;height:100%;display:flex;flex-direction:column;gap:8px;overflow:hidden auto;padding:16px;color:var(--text-burger);background:var(--burger-bg)}.burgerContainer.hiddenBurger{width:80px}.sidebarBurger.hiddenBurger{padding:12px 8px 12px 10px}.sidebarBurger::-webkit-scrollbar{display:none}.boxLayout.hiddenBurger.activeBurger{margin-left:305px}.boxLayout.hiddenBurger{margin-left:104px}.login_box{display:flex;align-items:center;justify-content:space-between}.loginIn{display:flex;align-items:center;gap:12px}.loginIn_bg{background:var(--burger-login-bg);border-radius:999px;width:44px;height:44px;display:flex;justify-content:center;align-items:center}.logIn{font-weight:600;font-size:14px;line-height:143%}.burgerFreeMoney{box-shadow:inset 0 0 0 1px rgba(179,182,189,0.12);background:var(--burger-free-money);border-radius:16px;position:relative;padding:15px 12px}.sidebarBurger.hiddenBurger .burgerFreeMoney{display:flex;flex-direction:column-reverse;gap:3px;border-radius:12px;padding:0;height:76px}.burgerFreeMoney_text{font-weight:600;font-size:12px;line-height:133%;letter-spacing:0;color:var(--burger-text-free)}.sidebarBurger.hiddenBurger .burgerFreeMoney_text{font-size:10px;padding:3px 6px;line-height:120%;letter-spacing:.01em}.burgerFreeMoney_img{position:absolute;top:0;right:0}.sidebarBurger.hiddenBurger .burgerFreeMoney_img{width:56px;height:43px}.burger_line{width:100%;height:1px;background:var(--burger-line);z-index:1000;margin-bottom:8px}.burgerBtnClose{position:absolute;background:transparent;padding:0;margin:0;border:0;outline:none;border-radius:100px;top:132px;right:0;z-index:1001}.burgerBtnClose_bg{background:var(--burger-Btn-Close-bg);width:32px;height:32px;border-radius:999px;display:flex;align-items:center;justify-content:center}.burgerBtnSvg{border-radius:100px;transition:transform .3s ease-in-out}.sidebarBurger.hiddenBurger .burgerBtnSvg{transform:rotate(180deg)}.containerNav{list-style:none;padding:0;margin:0;gap:8px}.sidebarBurger.hiddenBurger .containerNav{margin-bottom:auto}.helpBurger{margin-bottom:auto}.sidebarBurger.hiddenBurger .helpBurger{display:none}.linkBurger{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;position:relative}.sidebarBurger.hiddenBurger .linkBurger{padding:0 5px}.itemName{display:flex;align-items:center;gap:13px}.sidebarBurger.hiddenBurger .itemImgSvgBurger{width:36px;height:36px}.itemDescr{font-weight:400;font-size:14px;line-height:143%}.oneBonus{border-radius:999px;padding:3px 11px;background:var(--burger-bonus);font-weight:600;font-size:12px;line-height:133%;letter-spacing:0;color:var(--burger-text-bonus)}.sidebarBurger.hiddenBurger .oneBonus{position:absolute;top:-5px;right:-3px;padding:3px 7px}.burgerSocial{display:flex;align-items:center;justify-content:space-between;gap:4px}.sidebarBurger.hiddenBurger .burgerSocial{flex-direction:column}.socialNetwork{display:flex;gap:4px}.sidebarBurger.hiddenBurger .socialNetwork{flex-direction:column}.burgerPhoneAndMail{display:flex;gap:4px}.burgerPhoneMailBox{width:36px;height:36px;border-radius:10px;background:var(--burger-Phone-Mail-Box);display:flex;justify-content:center;align-items:center}.sidebarBurger.hiddenBurger .burgerPhoneAndMail{flex-direction:column}@media (max-width:1124px){.bgBurgerMobile{position:fixed;inset:0;background:rgba(0,0,0,0.8);z-index:998;visibility:visible;opacity:1;pointer-events:visible;transition:all .3s ease-in}.bgBurgerMobile.hiddenBurger{visibility:hidden;opacity:0;pointer-events:none}.boxLayout.hiddenBurger.activeBurger{margin-left:104px}.boxLayout.hiddenBurger{margin-left:104px}}@media (max-width:768px){.burgerContainer{visibility:visible;opacity:1;pointer-events:visible;transition:all .3s ease-in}.burgerContainer.hiddenBurger{visibility:hidden;opacity:0;pointer-events:none}.boxLayout.hiddenBurger.activeBurger{margin-left:0}.boxLayout.hiddenBurger{margin-left:0}}