@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swap";*{padding:0;margin:0;box-sizing:border-box}:root{--main-color:#540000;--main-color_hover:#2e0202;--second-color:#ab0c0c;--border-line:#ffffff20;--swiper-pagination-color:var(--second-color);--swiper-navigation-color:var(--second-color);--swiper-theme-color:var(--second-color)}body,html{overflow-x:hidden;height:100%}#__next{display:flex;flex-flow:column nowrap;min-height:100%}#__next>main,#__next>section{flex-grow:1}a,body,button,h1,h2,h3,h4,h5,h6,input,textarea,ul{-webkit-locale:auto;white-space:normal;font-family:Noto Sans SC,sans-serif}a,body,button,input,textarea,ul{color:hsla(0,0%,96%,.85);font-size:17px}body{min-width:320px;background-color:#141212;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/images/bg.webp);background-position:top;background-repeat:repeat;background-size:cover;opacity:.06;mix-blend-mode:exclusion;z-index:-1;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}h1,h2,h3,h4,h5,h6{color:#fafafa;font-weight:700}a{display:inline-flex;text-decoration:none}.container{max-width:1640px;margin:0 auto;width:100%;padding:50px}.markdown-text{white-space:pre-wrap}.markdown-text img{width:100%;margin:15px 0}.markdown-text.cheat-item{width:100%;opacity:.8;margin-top:15px}.markdown-text.cheat-item a,.markdown-text.cheat-item p,.markdown-text.cheat-item ul,.markdown-text.cheat-item ul li{font-size:16px}.markdown-text.cheat-item img{display:none}ul{margin-left:20px}.header{min-height:65px;transition:all .3s ease-in;top:0;z-index:25;position:-webkit-sticky;position:sticky;display:flex;flex-flow:row nowrap;gap:15px 25px;align-items:center;justify-content:center;padding:0 25px}.header.hide,.header__mobile{display:none}.header__burger{margin-left:15px;transform:rotate(90deg);cursor:pointer;transition:all .6s ease-in-out}.header.top{padding:20px 25px}.header .logo__image{transition:all .3s;object-fit:contain;object-position:center left}.header__item:not(.change-language){-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-line);opacity:.9}.header__item:not(.change-language):not(.active){background-color:#303030}.header__item:not(.change-language):not(.active):hover{background-color:#212121}.header[data-top=true] .change-language{display:flex}.header__item{border-radius:3px;width:max-content;text-align:center;transition:all .3s;opacity:.8;padding:10px 25px}.header__item.logo{opacity:1;object-fit:contain;object-position:center left}.header__item.active{color:#fff;background-color:var(--main-color);opacity:1}.header__item:hover:not(.active){opacity:.9}.header__item.target{opacity:.8}.header__item.left{margin-right:25px;justify-self:end}@media screen and (max-width:1440px){.header{gap:15px 25px}.header__item{font-size:18px}}@media screen and (max-width:1248px){.header__item{font-size:16px}.header__item .logo__image{max-width:150px}}@media screen and (max-width:1024px){.header{position:-webkit-sticky;position:sticky;max-height:55px;overflow:hidden;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-end;padding:20px 40px}.header .change-language:not(.mobile){display:none}.header__mobile{margin-top:15px;width:100%;display:flex;flex-flow:row nowrap;align-items:center;margin-bottom:0;justify-content:flex-end}.header[data-active=true]{max-height:600px}.header[data-active=true] .header__item:not(.change-language):not(.active){background-color:#212121;opacity:1}.header[data-active=true] .header__burger{transform:rotate(0deg)}.header__item{min-width:150px;padding:10px 15px;width:-moz-fit-content;width:fit-content;text-align:center;font-size:21px}.header__item .logo__image,.header__item.logo{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;max-height:0;padding:0}.header__item.left{margin-right:0;margin-top:20px}.header__item.first{margin-top:15px}.header:after{display:none}}@media screen and (max-width:680px){.header{padding:20px 25px}}@media screen and (max-width:480px){.header{padding:20px 15px}.header__item{display:flex;justify-content:center;align-items:center}.header__mobile .logo__image{max-width:240px}}.games-title{font-size:36px;font-weight:700;color:#fafafa}.games-wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:25px 50px;gap:25px 50px}.games-wrapper.wide{grid-template-columns:repeat(3,1fr)}.games-image{position:relative;width:100%}.games-image img{object-fit:cover}.games-top{display:flex;flex-flow:row nowrap;align-items:flex-end;justify-content:space-between;margin-bottom:25px}.games__search{border:0;border-radius:3px;background-color:transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-line);padding:10px 20px 10px 30px;outline:0;text-transform:uppercase}.games__item{border-radius:10px;order:1000;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;position:relative;transition:all .3s;border:1px solid var(--border-line);overflow:hidden}.games__item:hover{background-color:rgba(48,48,48,.8)}.games__item:hover img{transform:scale(1.1)}.games__item img{transition:all .6s}.games__item-info{border-radius:5px;border:1px solid var(--border-line);position:absolute;bottom:5px;left:5px;width:calc(100% - 10px);display:flex;flex-flow:column nowrap;flex-grow:1;padding:15px 25px;background-color:#212121}.games__item-title{text-align:center;color:hsla(0,0%,96%,.9);font-size:24px;font-weight:700;margin-top:auto;text-transform:uppercase}.games__item-text{text-align:center;margin-bottom:5px;font-size:16px;color:hsla(0,0%,96%,.6)}.games-more-games{border:1px solid var(--border-line);cursor:pointer;align-self:flex-start;margin:50px auto 0;background-color:var(--main-color);padding:20px 65px;font-size:23px;width:-moz-fit-content;width:fit-content;text-transform:uppercase;text-align:center;transition:all .6s}.games-more-games:hover{background-color:var(--main-color_hover)}.refound hr{opacity:.2;margin:20px 0}.refound h2{margin-bottom:10px}.refound h3{margin-top:15px;margin-bottom:5px}.refound ul{margin:5px 0;padding-left:15px}.refound a{text-decoration:underline}@media screen and (max-width:1440px){.games__item-info{padding:25px 30px}}@media screen and (max-width:1024px){.games-wrapper{grid-template-columns:1fr 1fr}}@media screen and (max-width:768px){.games-top{flex-flow:column;align-items:flex-start;gap:15px 0}.games__search{width:100%}.games-wrapper{grid-template-columns:1fr}.games__item-info{padding:25px}.games-more-games{width:100%}.refound{font-size:16px}.refound ul{padding-left:10px}}@media screen and (max-width:480px){.games-title{width:100%}.games-subtitle,.games-title,.games>p,.games__search{text-align:center}.games__item-info{padding:25px 20px}.games__item-text,.games__item-title{text-align:center}.games-more-games{font-size:21px}.refound{font-size:15px}}.games-banner-wrapper{border-radius:10px;border:1px solid var(--border-line);overflow:hidden;margin-bottom:50px}.games-banner-swiper{width:100%}.games-banner-image{z-index:-2}.games-banner__item{padding:0 25px;position:relative;width:100%;min-height:280px;display:flex;flex-flow:row nowrap}.games-banner__item:after{position:absolute;content:"";top:0;left:0;height:100%;width:100%;background-color:rgba(0,0,0,.8);z-index:-1}.games-banner__item img{display:block;width:100%;height:100%;object-fit:cover}.games-banner-title{text-align:center;color:hsla(0,0%,96%,.9);font-size:23px;font-weight:700;margin-bottom:15px;text-transform:uppercase}.games-banner-text{text-align:center;color:hsla(0,0%,96%,.6)}.games-banner-button{border-radius:5px;width:100%;display:flex;justify-content:center;align-items:center;cursor:pointer;align-self:flex-start;margin-top:25px;background-color:var(--main-color);padding:15px 65px;text-transform:uppercase;text-align:center;transition:all .6s;border:1px solid var(--border-line)}.games-banner-button:hover{background-color:var(--main-color_hover)}.games-banner-left,.games-banner-right{padding:50px;align-self:center}.games-banner-left{display:flex;flex-flow:column nowrap;min-width:400px;max-width:400px}.games-banner-right{flex-grow:1;display:grid;grid-template-rows:1fr 1fr 1fr;direction:rtl;align-items:center;grid-gap:15px 25px;gap:15px 25px}.games-banner-cheat{border-radius:5px;width:-moz-fit-content;width:fit-content;overflow:hidden;border:1px solid var(--border-line);display:flex;flex-flow:column nowrap;align-self:stretch;cursor:pointer;background-color:rgba(33,33,33,.8);transition:all .3s;position:relative}.games-banner-cheat:hover{background-color:rgba(48,48,48,.8)}.games-banner-cheat-image{position:relative;width:100%}.games-banner-cheat-image img{object-fit:cover}.games-banner-cheat-info{border-radius:1px;border:1px solid var(--border-line);z-index:5;display:flex;flex-flow:row-reverse nowrap;justify-content:center;align-items:flex-end;padding:10px 55px;background-color:#212121;gap:10px 20px;justify-content:space-between;flex-grow:1}.games-banner-cheat-info-title{text-align:left;text-align:center;font-size:20px}.games-banner-cheat-info-text{text-align:center;font-size:18px;opacity:.6}@media screen and (max-width:1440px){.games-banner-cheat{height:-moz-fit-content;height:fit-content;align-self:center}.games-banner-right{padding-left:0}}@media screen and (max-width:1280px){.games-banner-cheat{align-self:center;height:-moz-fit-content;height:fit-content}.games-banner-cheat-info{height:min-content}}@media screen and (max-width:1024px){.games-banner__item{justify-content:center}.games-banner-left{width:100%;min-width:auto;max-width:auto}.games-banner-right{gap:0;display:none}}@media screen and (max-width:480px){.games-banner__item{gap:0;padding:15px 50px 35px}.games-banner-left{padding:0}.games-banner-button,.games-banner-left{align-items:center;justify-content:center}.games-banner-button{display:flex;text-align:center;width:100%}.games-banner-text,.games-banner-title{text-align:center}}.footer{display:flex;flex-flow:column wrap;justify-content:center;align-items:center;gap:15px;padding:20px 25px}.footer-links{display:flex;flex-flow:row wrap;gap:15px 25px}.footer__item{opacity:.6;transition:all .6s}.footer__item.active{opacity:1}.footer__item:hover:not(.active){opacity:.9}@media screen and (max-width:768px){.footer{display:flex;flex-flow:column nowrap;padding:20px 40px}.footer,.footer-links{align-items:center;justify-content:center}.footer-links{flex-flow:column;gap:5px;margin-bottom:15px}.footer__item{padding:5px 0}.footer__text{margin-right:0}}@media screen and (max-width:680px){.footer{padding:20px 25px}}@media screen and (max-width:480px){.footer{padding:20px 15px}.footer,.footer-links{align-items:center}}.warranty-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:25px 50px;gap:25px 50px}.warranty__item{border-radius:10px;padding:35px 45px;background-color:rgba(33,33,33,.8);transition:all .3s;border:1px solid var(--border-line);overflow:hidden}.warranty__item-title{text-align:center;color:hsla(0,0%,96%,.9);font-size:23px;font-weight:700;margin-bottom:15px;text-transform:uppercase}.warranty__item-text{text-align:center;color:hsla(0,0%,96%,.8)}@media screen and (max-width:1024px){.warranty-wrapper{grid-template-columns:1fr}.warranty__item{padding:25px 35px}}@media screen and (max-width:480px){.warranty__item{padding:25px 30px}.warranty__item-text,.warranty__item-title{text-align:center}}.faq-subtitle{text-align:left;margin-top:50px;margin-bottom:25px}.faq-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:30px 25px;gap:30px 25px}.faq-image{position:relative;width:100%;height:100%!important}.faq-image img{object-fit:cover}.faq__item{border-radius:10px;order:1000;min-height:275px;max-height:300px;display:flex;flex-flow:column nowrap;position:relative;transition:all .3s;border:1px solid var(--border-line);overflow:hidden}.faq__item-button-wrapper,.faq__item-info{display:flex;flex-flow:column nowrap;justify-content:center;align-items:flex-start;flex-grow:1;padding:25px 35px}.faq__item-button-wrapper{position:absolute;bottom:10px;left:10px;border:1px solid var(--border-line);padding:0}.faq__item-title{color:hsla(0,0%,96%,.9);font-size:19px;font-weight:700;margin-bottom:5px;text-transform:uppercase;text-align:left}.faq__item-text{text-align:left;color:hsla(0,0%,96%,.6)}.faq__item-info{background-color:#212121;position:absolute;top:5px;left:5px;width:calc(100% - 10px);padding:20px 15px}.faq__item-button{border-radius:5px;cursor:pointer;align-self:flex-start;margin-top:auto;background-color:var(--main-color);padding:10px 65px;text-transform:uppercase;text-align:left;transition:all .6s;text-align:center;display:flex;justify-content:center;align-items:center;font-size:22px}.faq__item-button:hover{background-color:var(--main-color_hover)}@media screen and (max-width:1440px){.faq-wrapper{grid-template-columns:1fr 1fr}.faq-button-wrapper,.faq-info{padding:25px 30px}}@media screen and (max-width:1024px){.faq-wrapper{grid-template-columns:1fr}.faq__item-button-wrapper{padding-top:0}}@media screen and (max-width:480px){.faq-subtitle,.faq>p{text-align:center}.faq__item-button-wrapper,.faq__item-info{padding:25px 20px}.faq__item-button-wrapper{padding-top:0}.faq__item-text,.faq__item-title{text-align:center}.faq__item-button{display:flex;justify-content:center;align-items:center;width:100%;margin-top:20px}}.cheats-title{text-align:left;width:100%;text-transform:uppercase;font-size:36px;font-weight:700;color:#fafafa}.cheats-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:15px 45px;gap:15px 45px}.cheats-image{position:relative;width:100%}.cheats-image img{object-fit:cover}.cheats-top{display:flex;flex-flow:row nowrap;align-items:flex-end;justify-content:space-between;margin-bottom:25px}.cheats__status{border-radius:4px;position:absolute;bottom:10px;right:10px;text-transform:uppercase;padding:5px 15px;background-color:#24ab0c;color:#fff;font-size:21px;opacity:1;transition:all .3s;z-index:3;border:1px solid var(--border-line)}.cheats__status[data-value="On update"],.cheats__status[data-value="Use at own risk"]{background-color:#ab730c}.cheats__status[data-value=Detected]{background-color:#ab0c0c}.cheats__item{border-radius:10px;order:1000;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;position:relative;transition:all .3s;border:1px solid var(--border-line);overflow:hidden}.cheats__item:hover{background-color:#303030}.cheats__item:hover .cheats__status{opacity:1}.cheats__item:hover img{transform:scale(1.1)}.cheats__item img{transition:all .6s}.cheats__item-info{border-radius:5px;position:absolute;left:5px;top:5px;width:calc(100% - 10px);display:flex;flex-flow:column nowrap;flex-grow:1;padding:15px 25px;background-color:#212121;border:1px solid var(--border-line)}.cheats__item-title{color:hsla(0,0%,96%,.9);font-size:22px;font-weight:700;text-transform:uppercase}.cheats__item-price{margin-bottom:5px;font-size:16px;color:hsla(0,0%,96%,.6)}@media screen and (max-width:1440px){.cheats-wrapper{grid-template-columns:1fr 1fr 1fr}.cheats__item-info{padding:25px 30px}}@media screen and (max-width:1024px){.cheats-wrapper{grid-template-columns:1fr 1fr}}@media screen and (max-width:768px){.cheats-top{flex-flow:column;align-items:flex-start;gap:15px 0}.cheats__search{width:100%}.cheats-wrapper{grid-template-columns:1fr}.cheats__item-info{padding:25px}}@media screen and (max-width:480px){.cheats-title{width:100%}.cheats-subtitle,.cheats-title,.cheats>p,.cheats__search{text-align:center}.cheats__item-info{padding:25px 20px}.cheats__item-price,.cheats__item-text,.cheats__item-title{text-align:center}}.cheat .border{border-radius:5px;border-left:1px solid var(--border-line);border-bottom:1px solid var(--border-line);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:25px;width:-moz-fit-content;width:fit-content}.cheat-title{text-align:left;width:100%;font-size:36px}.cheat-subtitle,.cheat-title{text-transform:uppercase;font-weight:700;color:#fafafa}.cheat-subtitle{font-size:26px;opacity:.9;margin-bottom:10px}.cheat-wrapper{margin-top:75px;display:grid;grid-template-columns:600px 1fr;grid-gap:25px;gap:25px}.cheat-wrapper-left .sticky,.cheat-wrapper-right .sticky{position:-webkit-sticky;position:sticky;top:25px}.cheat .description_func{border-radius:5px;margin-top:25px;border:1px solid var(--border-line);padding:25px 35px;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.cheat-characteristic,.cheat-characteristic-wrapper{display:flex;flex-flow:column nowrap}.cheat-characteristic-wrapper{gap:15px}.cheat-characteristic__title{font-size:21px;font-weight:700}.cheat-characteristic__text{font-size:18px;opacity:.8}.cheat__button{border-radius:5px;border:1px solid var(--border-line);cursor:pointer;align-self:flex-start;margin-top:15px;background-color:var(--main-color);padding:15px 65px;font-size:23px;width:-moz-fit-content;width:fit-content;text-transform:uppercase;text-align:center;transition:all .6s}.cheat__button:hover{background-color:var(--main-color_hover)}.cheat-slider-text{margin-top:5px;opacity:.6;width:100%;text-align:left;margin-left:-50px;text-transform:uppercase;font-size:16px}.cheat-slider-wrapper{display:flex;flex-flow:column nowrap;max-width:500px;justify-content:center;align-items:center}.rc-slider-mark{margin-top:10px}.rc-slider-mark span{color:#fafafa;opacity:.8;font-style:normal;font-size:16px;white-space:nowrap}@media screen and (max-width:1440px){.cheat-wrapper{grid-template-columns:500px 1fr}.cheat-slider-wrapper{max-width:100%;width:100%}}@media screen and (max-width:1024px){.cheat-wrapper{display:flex;flex-flow:column nowrap}}@media screen and (max-width:480px){.cheat-title{width:100%}.cheat-subtitle,.cheat-title{text-align:center}.cheat__button{width:100%;margin-left:0;display:flex;justify-content:center;align-items:center}.cheat-characteristic__text,.cheat-characteristic__title{text-align:center}.cheat-slider-text{opacity:.6;text-align:center;margin-left:0}}.error__button{border-radius:5px;border:1px solid var(--border-line);cursor:pointer;align-self:flex-start;margin:50px auto 0;background-color:var(--main-color);padding:15px 65px;font-size:23px;width:-moz-fit-content;width:fit-content;text-transform:uppercase;text-align:center;transition:all .6s}.error__button:hover{background-color:var(--main-color_hover)}@media screen and (max-width:480px){.error p,.error__button{text-align:center}.error__button{width:100%;display:flex;justify-content:center;align-items:center}}.image-gallery-icon{color:#fff;transition:all .3s ease-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px #1a1a1a)}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.left .image-gallery-slide .image-gallery-image,.image-gallery-content.right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-slide .image-gallery-description{background:rgba(0,0,0,.4);bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{transform:scale(1.2);background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active{transform:scale(1.2);border:1px solid #fff;background:#fff}@media(hover:hover)and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{display:inline-block;vertical-align:top;width:100px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{width:81px}}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{margin:0 5px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{display:inline-block;border:4px solid transparent;transition:border .3s ease-out;width:100px;background:transparent;padding:0}@media(max-width:768px){.image-gallery-thumbnail{border:3px solid transparent;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{outline:none;border:4px solid #337ab7}@media(max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover:hover)and (pointer:fine){.image-gallery-thumbnail:hover{outline:none;border:4px solid #337ab7}}@media(hover:hover)and (pointer:fine)and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:0 2px 2px #1a1a1a;transform:translateY(-50%);white-space:normal;width:100%}@media(max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:rgba(0,0,0,.4);color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.image-gallery .image-gallery-slides{border-radius:5px;overflow:hidden}.image-gallery .image-gallery-content .image-gallery-thumbnails-container .image-gallery-thumbnail{border:0;border-radius:3px;overflow:hidden;cursor:pointer;transition:all .3s}.image-gallery .image-gallery-content .image-gallery-thumbnail.active{border:3px solid var(--main-color)}.image-gallery .image-gallery-content .image-gallery-thumbnail:hover:not(.active){border:0}.image-gallery .image-gallery-content .image-gallery-icon:hover{border:0;color:var(--main-color)}.image-gallery.fullscreen-modal{z-index:25;z-index:5500}.image-gallery.fullscreen-modal .image-gallery-fullscreen-button.video{margin-bottom:75px;margin-right:15px}.image-gallery.fullscreen-modal .image-gallery-slides{border:1px solid var(--border-line)}.image-gallery .image-gallery-fullscreen-button,.image-gallery .image-gallery-icon,.image-gallery .image-gallery-left-nav,.image-gallery button{outline:0}.image-gallery video{width:100%}.image-gallery .image-gallery-thumbnail.video{position:relative}.image-gallery .image-gallery-thumbnail.video:after{position:absolute;content:"";top:50%;left:50%;transform:translate(calc(-50% + 15px),-50%);width:0;height:0;border-style:solid;border-width:18px 0 18px 30px;border-color:transparent transparent transparent var(--main-color)}.image-gallery .image-gallery-fullscreen-button.disabled{display:none}.image-gallery .image-gallery-fullscreen-button.video{margin-bottom:55px}.image-gallery .image-gallery-icon.image-gallery-left-nav.video,.image-gallery .image-gallery-icon.image-gallery-right-nav.video{margin-top:-50px}#ReactSimpleImageViewer{z-index:35}.status-wrapper{width:100%;margin-top:35px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:50px 45px;gap:50px 45px}.status-game{border-radius:10px;flex-grow:1;min-width:300px;border:1px solid var(--border-line);padding:25px 35px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status-game__title{font-size:32px;font-weight:700;margin-bottom:25px}.status-cheats{font-size:23px;display:flex;flex-flow:row nowrap;gap:10px;margin-bottom:7px}.status-cheats__title:after{content:" -"}.status-cheats__status{color:#24ab0c}.status-cheats__status[data-value="On update"],.status-cheats__status[data-value="Use at own risk"]{color:#ab730c}.status-cheats__status[data-value=Detected]{color:#ab0c0c}.status-cheats:last-child{margin-bottom:0}@media screen and (max-width:1280px){.status-wrapper{grid-template-columns:1fr 1fr}}@media screen and (max-width:900px){.status-wrapper{grid-template-columns:1fr}.status-game{min-width:unset}.status-game__title{font-size:27px}.status-game-cheats{font-size:21px}}@media screen and (max-width:768px){.status-game__title{font-size:23px}.status-game-cheats{font-size:20px}}@media screen and (max-width:568px){.status-game__title{font-size:21px}.status-game-cheats{font-size:19px}}.feature-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:25px 15px;gap:25px 15px;margin-bottom:50px}.feature__item{border-radius:10px;padding:35px 45px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s;border:1px solid var(--border-line);overflow:hidden}.feature-title{text-align:center;color:hsla(0,0%,96%,.9);font-size:23px;font-weight:700;margin-bottom:15px;text-transform:uppercase}.feature-text{text-align:center;color:hsla(0,0%,96%,.8)}@media screen and (max-width:1024px){.feature-title{font-size:19px}.feature-text{font-size:16px}.feature-wrapper{grid-template-columns:1fr 1fr}.feature__item{padding:25px 15px}}@media screen and (max-width:480px){.feature__item{padding:15px 10px}.feature__item-text,.feature__item-title{text-align:center}}main{flex-grow:1}main>h1{text-align:left;text-transform:uppercase;margin-bottom:15px}main.payment p,main.personal p,main.terms p{font-size:19px;line-height:1.4}main.payment p.subtitle,main.personal p.subtitle,main.terms p.subtitle{text-align:center;color:hsla(0,0%,96%,.95);font-size:21px;font-weight:700;margin-top:25px;margin-bottom:5px}main.payment p.subtitle.no-top,main.personal p.subtitle.no-top,main.terms p.subtitle.no-top{margin-top:0}.payment-logos,main.payment p.list,main.payment p.top,main.personal p.list,main.personal p.top,main.terms p.list,main.terms p.top{margin-top:25px}.payment-logos{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;gap:15px 25px}.bottom_text,.loading{font-size:19px;color:hsla(0,0%,96%,.8)}.bottom_text{margin-top:50px}.paggination{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;margin-bottom:25px;gap:10px 15px}.paggination .separator{opacity:.7;-webkit-user-select:none;-moz-user-select:none;user-select:none}.paggination a{opacity:.8;transition:all .3s}.paggination a:hover{opacity:1}.paggination .active{color:var(--second-color)}.change-language{position:fixed;top:5px;right:0;opacity:.6;margin-left:auto;justify-content:center;align-items:center}.change-language p{cursor:pointer;padding:10px 25px;font-size:19px;transition:all .3s}.change-language p:hover{color:var(--second-color)}.change-language.mobile{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-line);margin-left:unset}.change-language.mobile p{text-align:right;font-size:17px;padding:0 0 0 5px}.news-wrapper{margin-top:35px;display:flex;flex-flow:column nowrap;gap:25px 0}.news-date{margin-bottom:10px}.news__item{border-radius:10px;padding:25px 50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-line)}.news__item p.date{opacity:.8;font-size:14px}.news__item p.title{font-size:24px;font-weight:700;margin-bottom:5px}.terms p{margin-bottom:10px}.terms .last-edit{margin-top:15px}.terms .last-edit span{font-style:italic}.terms .link-top{border-bottom:1px solid}@media screen and (max-width:1440px){.container{padding:45px}.bottom_text{font-size:18px}}@media screen and (max-width:1024px){.paggination a,.paggination p,.paggination span{font-size:17px}}@media screen and (max-width:920px){.container{padding:40px}}@media screen and (max-width:680px){.container{padding:25px}}@media screen and (max-width:768px){.bottom_text{font-size:17px}main>h1{font-size:36px}main.payment p,main.personal p,main.terms p{font-size:17px}main.payment p.subtitle,main.personal p.subtitle,main.terms p.subtitle{font-size:18px}}@media screen and (max-width:480px){.container{padding:15px}.bottom_text,.loading{text-align:center}.bottom_text{font-size:16px}main>h1{font-size:34px;font-size:8vw;text-align:center}main.contacts>h1,main.payment>h1,main.personal>h1,main.terms>h1{text-align:left}main.contacts p,main.payment p,main.personal p,main.terms p{font-size:16px}main.contacts p.subtitle,main.payment p.subtitle,main.personal p.subtitle,main.terms p.subtitle{font-size:17px}}