:root {
    --design-width: 1430px;
    --bs-nav-tabs-border-color: #232F49;
}
.nav-tabs {
    --bs-nav-tabs-border-color: #232F49;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    --bs-nav-tabs-link-active-color: #fff;
    --bs-nav-tabs-link-active-bg: transparent;
    --bs-nav-tabs-border-width: 0px;
    position: relative;
    cursor: auto;
}
.nav-link.active:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 65px;
    background: linear-gradient(180deg, rgba(14, 20, 33, 0) 18.94%, #7688AF 179.81%);
    z-index: -1;
}
.nav-tabs .nav-link {
    --bs-nav-tabs-border-width: 0px;
    --bs-nav-link-color: #7688AF;
    --bs-nav-link-padding-x: 30px;
    --bs-nav-link-padding-y: 12px;
    --bs-nav-link-font-size: 24px;
    line-height: 36px;
    --bs-nav-link-font-weight: 600;
    --bs-nav-link-hover-color: #fff;
}
.nav-tabs .nav-link:focus-visible {
    outline: none;
}
.cheat-main-data>*{
    vertical-align:middle;
    display:inline-block;
}
.cheat-main-image{
    max-width:100%;
    max-height:100%;
    cursor: pointer;
}
.first-screen {
    background-blend-mode:screen;
    margin-bottom:80px;
    display:flex;
    align-items:end;
    height: unset;
    background: none;
    padding-top: 89px;
    border-radius: 0;
    position: relative;
    overflow-x: hidden;
}
.first-screen .background {
    position: absolute;
    top: 89px;
    mix-blend-mode: lighten;
    height: calc(100% - 150px);
    width: 100%;
}
.first-screen .background .gradient {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 190px;
    background: no-repeat bottom/cover linear-gradient(0deg, #0E1421 0%, #0E1421 28%, rgba(14, 20, 33, 0) 100%);
}
.first-screen .background img {
    position: absolute;
    top: 0;
}
.first-screen .background img {
    max-height: 100%;
    height: 100%;
}
.first-screen .data{
    position:relative;
    width:100%;
    max-width:var(--design-width);
    margin:0 auto
}
.page-content > *:not(.first-screen), main .reviews {
    max-width:var(--design-width);
}
.cheat-main-data,.list>.full-list:not(h4){
    font-weight:500;
    font-style:normal;
    font-family:Inter
}
.cheat-header {
    margin-top: 25px;
}
.cheat-header > * {
    display: inline-block;
    vertical-align: middle;
}
.cheat-main-data {
    margin:80px 0 30px;
    font-size:14px;
    line-height:18px;
    color:#7688af
}
.cheat-main-data .cheat-status{
    margin-left: 50px;
    padding-left:65px;
    border-left:1px solid #232f49;
    font-weight:600;
    font-size:18px;
    line-height:22px;
    position:relative
}
.cheat-main-data .cheat-status:before{
    content:"";
    display:block;
    height:8px;
    width:8px;
    position:absolute;
    left:50px;
    top:7px;
    border-radius:100%
}
.cheat-main-data .cheat-status[data-status="0"]{
    color:#35ff31
}
.cheat-main-data .cheat-status[data-status="0"]:before{
    background-color:#35ff31
}
.cheat-main-data .cheat-status[data-status="1"]{
    color:#ff4646
}
.cheat-main-data .cheat-status[data-status="1"]:before{
    background-color:#ff4646
}
.cheat-main-data .cheat-status[data-status="2"]{
    color:#ffb931
}
.cheat-main-data .cheat-status[data-status="2"]:before{
    background-color:#ffb931
}
.cheat-main-data span{
    display:block
}
.cheat-main-data h1{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 44px;
    text-transform: uppercase;
    color: #fff;
}
.game-info h3 {
    display: inline-block;
    vertical-align: middle;
    font-family:Gilroy;
    font-style:normal;
    font-weight:700;
    font-size:24px;
    line-height:24px;
    color:#7688AF;
    max-width:70%;
    margin:0
}
.game-info img {
    max-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    filter: invert(53%) sepia(13%) saturate(875%) hue-rotate(183deg) brightness(98%) contrast(93%);
}
.cheat-description{
    white-space:break-spaces;
    font-family:Inter;
    line-height:22px;
    color:#7688af;
    margin-top: 50px;
}
.video {
    padding: 0;
}
.video iframe {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    max-height: 400px;
    height: 30vw;
}
.video #video, .video > img {
    border-radius: 20px;
}
.list .full-list {
    margin-left: 0;
    margin-right: 0;
    padding-right: 27px;
}
.list>.full-list:not(h4){
    font-size:16px;
    line-height:16px;
    color:#7688af
}
.supported-feautures{
    margin-top:36px
}
.supported-feautures hr{
    margin:28px 0
}
.feauture-row span,.support-pc .images img{
    display:inline-block;
    margin-right:6px;
    border-radius:6px
}
.supported-feautures>b,.cheat-video-block>b{
    font-family:Inter;
    font-style:normal;
    font-weight:600;
    font-size:24px;
    line-height:36px;
    color:#7688af
}
.feauture-row {
    position: relative;
}
.feauture-row+.feauture-row{
    margin-top:14px
}
.feauture-class-description {
    display: none;
    position: absolute;
    padding-top: 20px;
    background: #192133F2;
    box-shadow: 30px 30px 30px 0px #0E1421CC;
    border-radius: 10px;
    top: -18px;
    left: -23px;
    padding: 66px 25px 32px;
    width: 80vw;  
    max-width: 400px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #C4C4C4;
}
.feauture-class-description.active {
    display: block;
}
.feauture-class-help {
    width: 17px;
    height: 17px;
    background: url('/img/help.svg') no-repeat center/contain;
    margin-left: 5px;
    cursor: pointer;
}
.feauture-row .feauture-class-name{
    width:200px;
    font-weight:600;
    font-size:24px;
    line-height:28px;
    color:#fff
}
.feauture-row>*:not(.feauture-class-description){
    display:inline-block;
    vertical-align:top
}
.feauture-row .feauture-class-elements{
    max-width:600px
}
.feauture-row .feauture-class-elements > span{
    font-size:18px;
    line-height:28px;
    color:#fff;
    padding:6px 12px;
    background:#192133;
    margin-bottom:12px
}
.feauture-class-name[content=aimbot],
.feauture-class-name[content=esp],
.feauture-class-name[content=loot],
.feauture-class-name[content=misc] {
    position:relative;
    padding-left:35px
}
.feauture-class-name[content=aimbot]:before,
.feauture-class-name[content=esp]:before,
.feauture-class-name[content=loot]:before,
.feauture-class-name[content=misc]:before {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:28px;
    height:28px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center
}
.feauture-class-name[content=esp]:before{
    background-image:url('/img/eye.svg')
}
.feauture-class-name[content=aimbot]:before{
    background-image:url('/img/plus.svg')
}
.feauture-class-name[content=loot]:before{
    background-image:url('/img/loot.svg')
}
.feauture-class-name[content=misc]:before{
    background-image:url('/img/more.svg')
}
.support-pc {
    display: flex;
}
.support-pc > *{
    padding-left:50px;
    font-family:Inter;
    font-style:normal;
    font-weight:600;
    font-size:20px;
    line-height:24px;
    color:#fff;
    margin-bottom:24px;
    width: 50%;
}
.support-pc > * > span{
    font-weight:500;
    font-size:16px;
    line-height:16px;
    color:#7688af;
    display:block;
    padding-bottom:10px
}
.support-pc .images img{
    padding:9px;
    height:38px;
    width:38px;
    background:radial-gradient(66.27% 66.27% at 67.5% -5.42%,#212b42 0,#131a2a 100%);
    margin-bottom:18px
}
.support-pc .names span {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.support-pc .names small {
    display: block;
    font-size: 13px;
    color: #7688af
}
.support-pc .names span+span{
    padding-left:16px;
    border-left:2px solid #7688af;
    margin-left:16px
}
@media all and (max-width:var(--design-width)) and (min-width:900px){
    .data .name,.list .full-list{
        padding-left:40px
    }
}
@media all and (max-width:899px){
    .first-screen{
        height:auto;
        padding-top:165px;
        margin-bottom:25px
    }
    .first-screen .data h3{
        margin-top:0!important
    }
    .first-screen .data .name img{
        margin-right:0
    }
    .cheat-full-name{
        width:50%;
        border-right:1px solid #232f49;
        text-align:left
    }
    .cheat-status{
        border:none!important
    }
    .first-screen .data .name{
        padding-bottom:20px
    }
    nav[aria-label=breadcrumb]>ol{
        justify-content:center
    }
    .first-screen .background{
        padding:0 14px;
        margin-bottom:32px;
        opacity: 0.3;
    }
    .first-screen .row{
        margin:0
    }
    .first-screen .form .date{
        flex-wrap:wrap
    }
    .first-screen .form .date span{
        width:48%;
        margin-bottom:4%
    }
    .full-list h4{
        font-size:24px;
        line-height:28px;
        text-align:center;
        padding:0 14px 24px
    }
    .full-list>.row{
        padding:0 14px
    }
    .full-list>.row>*{
        padding:0
    }
    .full-list .header.row img{
        max-width:100%;
        border-radius:12px;
        margin-bottom:24px
    }
    .support-pc > * {
        padding-left:0;
        text-align:center
    }
    .supported-feautures{
        margin-top:0
    }
    .supported-feautures>b{
        display:block;
        text-align:center
    }
    .supported-feautures>hr{
        margin-top:14px
    }
    .feauture-row .feauture-class-name{
        margin-bottom:12px
    }
}
#mainCarousel{
    width:100%;
    margin:0 auto 1rem;
    --carousel-button-color:#170724;
    --carousel-button-bg:#fff;
    --carousel-button-shadow:0 2px 1px -1px rgb(0 0 0 / 20%),0 1px 1px 0 rgb(0 0 0 / 14%),0 1px 3px 0 rgb(0 0 0 / 12%);
    --carousel-button-svg-width:20px;
    --carousel-button-svg-height:20px;
    --carousel-button-svg-stroke-width:2.5
}
#mainCarousel .carousel__slide{
    width:100%;
    padding:0
}
#mainCarousel .carousel__button.is-prev{
    left:-1.5rem
}
#mainCarousel .carousel__button.is-next{
    right:-1.5rem
}
#mainCarousel .carousel__button:focus{
    outline:0;
    box-shadow:0 0 0 4px #a78bfa
}
#thumbCarousel {
    margin-top: 100px;
}
#thumbCarousel:not(.is-draggable) .panzoom__content {
    cursor: pointer;
}
#thumbCarousel .carousel__viewport {
    overflow: visible;
}
#thumbCarousel .carousel__slide{
    padding:0;
    margin:.25rem;
    width:auto;
    height:190px;
    width: 274px;
    border-radius: 20px;
}
#thumbCarousel .carousel__slide+.carousel__slide{
    margin-left: 11px;
}
#thumbCarousel .carousel__slide img{
    width:100%;
    height:100%;
    object-fit:cover;
}
#thumbCarousel .carousel__slide.is-nav-selected{
    opacity:1
}
nav[aria-label="breadcrumb"] {
    position: unset;
}
nav[aria-label="breadcrumb"] a {
    color: #7688AF;
}
.first-screen > .data.row {
    padding-top: 64px;
    align-items: end;
}
.breadcrumb-item + .breadcrumb-item::before {
    opacity: 0.5;
}
#cheatInformationContent {
    padding-top: 50px;
}
.display-secondary {
    cursor: pointer;
}
.display-secondary img {
    width: 25px;
    height: 28px;
}
.prices-block > .form {
    display: flex;
    padding: 20px 17px 28px;
    border: 1px solid #232F49;
    border-radius: 12px;
    flex-wrap: wrap;
    position: sticky;
    top: 150px;
    background: #0E1421;
}
.prices-block > .form:before, .prices-block .date span:before, .prices-block button:before {
    display: none;
}
.prices-block .date {
    display: flex;
    width: 100%;
    align-items: start;
}
.prices-block .price {
    width: 40%;
    margin-top: 30px;
}
.prices-block button {
    width: 60%;
    margin-top: 30px;
}
.prices-block .date span {
    width: 100%;
    /* min-width: 30%; */
    padding: 16px;
    text-align: center;
    border: 1px solid #232F49;
    border-radius: 10px;
    cursor: pointer;
    color: #7688AF;
    transition: all 0.5s;
    line-height: 16px;
}
.prices-block .date span.active {
    background: #232F49;
    color: #fff;
}
.prices-block .date span+span {
    margin-left: 15px;
}
.prices-block .price .left > span {
    display: none;
}
.prices-block .price .left b {
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    color: #FFFFFF;
}
.prices-block button {
    background: #603DFA;
    border: 0;
    border-radius: 6px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.prices-block button.disabled {
    background: rgba(96,61,250,.7);
    pointer-events: none;
}
main {
    background: top center/cover url('/img/cheat-bg.svg')
}
.full-list, .prices-block {
    margin-bottom: 150px;
}
.reviews > .content {
    margin-left: calc((100vw - 30px - 100%) / 2 * -1);
}
@media all and (max-width: 1430px) {
    .video {
        padding-right: 12px;
    }
    .list .full-list {
        padding-left: 12px;
    }
    .reviews > .content {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    nav[aria-label="breadcrumb"] {
        padding: 0 !important;
    }
    .cheat-main-data {
        margin-top: 50px
    }
    .first-screen .data h3 {
        margin: 0px !important;
    }
    #thumbCarousel {
        margin-top: 50px;
    }
    .first-screen {
        margin-bottom: 50px;
    }
    .nav-tabs {
        /* --bs-nav-tabs-border-width: 0px; */
        --bs-nav-tabs-border-color: transparent;
        padding-bottom: 5px;
        margin-right: -12px;
        margin-left: -12px;
        padding-left: 12px;
        box-sizing: content-box;
        gap: 7px;
    }
    .nav-tabs .nav-link {
        --bs-nav-link-padding-x: 20px;
        --bs-nav-link-color: #fff;
        --bs-nav-tabs-border-width: 1px;
        --bs-nav-tabs-border-color: #232F49;
        --bs-nav-tabs-link-hover-border-color: transparent;
        border-bottom-left-radius: var(--bs-nav-tabs-border-radius);
        border-bottom-right-radius: var(--bs-nav-tabs-border-radius);
        background: #192133;
    }
    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        --bs-nav-tabs-link-active-bg: #603DFA;
        --bs-nav-tabs-link-active-color: #fff;
        --bs-nav-tabs-border-width: 1px;
        --bs-nav-tabs-link-active-border-color: #232F49;
    }
    .nav-link.active:before {
        display: none;
    }
    .feauture-row .feauture-class-elements {
        max-width: unset;
    }
    .feauture-row .feauture-class-name {
        padding-bottom: 12px;
    }
    .full-list, .prices-block {
        margin-bottom: 50px;
    }
    .page-content > .list {
        margin-bottom: 0;
    }
    #add-review {
        left: 0;
    }
}
@media all and (max-width: 899px) {
    .cheat-main-data .cheat-status {
        margin-left: 0;
        padding-left: 40px;
    }
    .cheat-main-data .cheat-status:before {
        left: 18px;
    }
    .first-screen .background {
        top: 0;
    }
    .first-screen {
        padding-top:38px;
        margin-bottom: 30px;
    }
    .first-screen .data .name {
        padding-right: 12px !important;
    }
    .cheat-main-data {
        margin-top: 26px;
        margin-bottom: 17px;
    }
    .cheat-header {
        margin-top: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .cheat-main-data h1 {
        font-size: 24px;
        line-height: 24px;
    }
    .first-screen .data h3 {
        font-size: 20px !important;
        line-height: 24px !important;
    }
    .cheat-description {
        margin-top: 30px;
    }
    .video {
        padding-left: 12px;
    }
    .video iframe {
        height: 53.5vw;
    }
    #thumbCarousel {
        margin-top: 15px;
    }
    #thumbCarousel .carousel__slide, #thumbCarousel .carousel__slide+.carousel__slide {
        height: 59px;
        width: 85px;
        border-radius: 6px;
        margin: 2.5px
    }
    .nav-tabs {
        flex-wrap: nowrap;
        overflow: scroll;
        align-items: end;
    }
    .nav-item button {
        white-space: nowrap;
    }
    .prices-block {
        order: 1;
    }
    .list .full-list {
        padding-right: 12px;
        order: 2;
    }
    main .reviews {
        order: 3;
        margin-top: 50px;
    }
    .prices-block .date {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .prices-block .date span {
        width: 47%;
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 17px;
        padding: 6px;
    }
    .prices-block .date span+span {
        margin-left: 0;
    }
    .prices-block .price {
        margin-top: 0;
        width: 100%;
        text-align: center;
    }
    .prices-block button {
        margin-top: 12px;
        width: 100%;
        padding: 16px;
    }
    .add-review.desktop {
        display: none;
    }
    .add-review.mobile {
        display: block;
        text-align: center;
        margin-right: 0;
    }
    .reviews > .content::after, .reviews > .content::before {
        display: none;
    }
    .chatbro_header .chatbro_movable_minimized_title {
        display: none;
    }
    .chatbro_container .chatbro_minimized_chat.chatbro_movable_chat {
        right: 12px !important;
        bottom: 12px !important;
    }
    .feauture-class-description {
        left: -12px;
        width: 90vw;
    }

}