/* @charset "UTF-8"; */

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: icons;
    font-display: swap;
    src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --white-color: #fff;
    --gray-color: #8f8f8f;
    --bg-color: #1a1a1a;
    --yellow-color: #ffcb11;
    --brown-color: #3b2f00;
}

[class*=icon-]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*=icon-]:before {
    display: block;
}

.icon-search:before {
    content: "\e903";
}

.icon-vk:before {
    content: "\e900";
}

.icon-discord:before {
    content: "\e901";
}

.icon-telegram:before {
    content: "\e902";
}

.icon-youtube:before {
    content: "\e904";
        font-size: 28px;

}
* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    color: #939393;
    line-height: 1;
    font-family: "Gilroy";
    font-size: 1.25rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
    font-family: "Gilroy";
    font-size: inherit;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
}

a {
    color: inherit;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

body {
    background: #0a0a0a;
    font-weight: 700;
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.wrapper {
    /*min-height: 100%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url('../img/main-bg-4-new.webp')0 0/100% auto fixed;

}

.wrapper.catalog {
    background: url('../img/bg/01.jpg')0 0/100% auto fixed;

}

.wrapper.faq {
    background: url('../img/bg/02.jpg')0 0/100% auto fixed;

}

.wrapper.guarantee {
    background: url('../img/bg/03.jpg')0 0/100% auto fixed;

}

   .main-why-content__wrapper > .main-why-item:nth-child(2):after,
   .main-why-content__wrapper > .main-why-item:nth-child(2):before {
        display: block;
        content: '';
        position: absolute;
        left: 24px;
        top: 24px;
        width: calc( 100% - 48px );
        height: calc( 100% - 48px );
        border: 1px solid #E7C23E30;
        border-radius: 1em;
        z-index: 3;
   }
   
   .main-why-content__wrapper > .main-why-item:nth-child(2):after {
        border: 0;
        border-radius: 0;
        background-repeat: no-repeat;
        background-position: center bottom;
        background: linear-gradient( to top, #1b1b1b, transparent  );
        background-size: 100% 100%;
        z-index: 5;
   }
   
    .main-why-content__wrapper > .main-why-item:nth-child(2) .main-why-item__content {
        z-index: 10;
    }

    .product-labels {
        top: 1em;
        left: .75em;
       position: absolute;
       font-size: 13px;
       display: flex;
       gap: .5em;
       justify-content: flex-start;
    }


    .product-label {
         background: #FFCF37;
    color: #000;
    font-weight: 700;
    width: max-content;
    /* border-radius: 5px 0 0 0; */
    /* height: 30px; */
    /* min-width: 9em; */
    text-align: center;
    /* text-indent: -1000px; */
    overflow: hidden;
    border-radius: 11px;
    border: 2px solid black;
    padding: 0.45em 0.65em;
    font-size: 18px;
    outline: 2px solid #FFCF37;
    }

 /*   .product-label_top {
        background-image: url( '../img/label-top.png' );
        width: 50px;
    }

    .product-label_new {
        background-image: url( '../img/label-new.png' );
        width: 52px;
    }

    .product-label_popular {
        background-image: url( '../img/label-popular.png' );
        width: 90px;
    }*/

   .product-label + .product-label {
        left: 10em;
        border-radius: 0 0 5px 5px;
   }

   .comment-respond {
        position: fixed;    
        width: 30em;
        max-width: 100%;
        left: 50%;
        background: #171717;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        border-radius: 10px;
        padding: 1.5em;
        z-index: 3000;
        box-shadow: rgba( 0,0,0, .8 ) 0 0 0 2000px;
   }

    .single-cheat__main {
        padding: 1.25em 1em 2.5em 1.75em;
        margin-bottom: 2.5em;
    }


    ul.the_champ_login_ul {

      display: flex;
      gap: 1em;
      justify-content: center;
    }

    .theChampLogin {
        width: 44px !important;
        height: 44px !important;
       
        filter: saturate(0);
    }

    .theChampDiscordBackground,
    .theChampVkontakteBackground,
    .theChampGoogleBackground ,
    .theChampSteamBackground {
        background: none !important;
             border: 0 !important;
    
    }

    :root ul.the_champ_login_ul li {
         border-radius: 8px !important;
        border: 1px solid #8E8E8E !important;
        padding: 0 !important;
        background: #222222;
    }


    .the_champ_login_ul .theChampLogin {
        transition: .25s opacity;
        margin: 0 !important;
        border: .25em solid transparent !important;
    }
    
       :root ul.the_champ_login_ul li:hover {
        border-color: #ffc700  !important;
       }
       :root ul.the_champ_login_ul li:hover .theChampLogin {
            filter: brightness(76.9%) sepia(100) saturate(100) hue-rotate(356deg);
       }
       
       :root ul.the_champ_login_ul li:hover #theChampGoogleButton.theChampLogin {
            filter: brightness(2.9) sepia(100) saturate(100) hue-rotate(-44deg);
       }

    .the_champ_login_ul li:first-child {
        order: 10;
    }

    .the_champ_login_ul li:first-child   .theChampLogin {
        filter: invert(1) saturate(0) brightness(3);
    }

    .the_champ_login_ul li:last-child  .theChampLogin {
        filter: brightness(.6) saturate(0) contrast(3)
    }
    
    .the_champ_login_ul li:last-child  {
        order: -10;
    }

    @media screen and (max-width: 500px) {
        .single-cheat__main {
            padding-left: 4%;
            padding-right: 4%;
        }

        .images-single-cheat__body.swiper-wrapper {
            overflow: auto;
            margin-bottom: 0;
        }
    }

   /* Single product tabs */


        .single-cheat__main,
        .single-cheat__tabs {
            background: #101010;
            border-radius: 10px ;            
        }

            .single-cheat__tab-head {
                display: flex;
                gap: 1em;
                align-items: flex-end;
                padding-left: 1.75em;
                padding-right: 1.75em;
                border-bottom: 2px solid #1A1A1A;
            }

                .single-cheat__tab-title {
                    filter: saturate(0) brightness(0.75);
                    padding: 1em .5em;
                    padding-left: 2.25em;
                    cursor: pointer;
                    background-repeat: no-repeat;
                    background-position: .5em center;
                    background-size: auto;
                    font-size: 1.1em;
                    user-select: none;
                    outline: none;
                    appearance: none;
                    margin-bottom: -2px;
                    font-weight: 700;
                    border-bottom: 2px solid transparent;
                }



                    @media screen and (max-width: 1100px) {
                        .single-cheat__tab-head {
                            padding-left: .5em;
                            padding-right: .5em;
                            gap: .25em;
                        }
                    }
                    
                    @media screen and (max-width: 700px) {
                        .single-cheat__tab-head {
                            flex-wrap: wrap;
                        }
                    }

                    .single-cheat__tab-title__func {
                        background-image: url( '../img/gears-icon.svg' );
                    }
                    .single-cheat__tab-title__require {
                        background-image: url( '../img/chip-icon.svg' );
                    }
                    .single-cheat__tab-title__updates {
                        background-image: url( '../img/cloud-icon.svg' );
                    }

                
                    .single-cheat__tab-title:hover,
                    .single-cheat__tab-title:active,
                    .single-cheat__tab-title:focus,
                    .single-cheat__tab-title.active {
                        filter: none;
                        color: #FFCB1160;
                        border-bottom-color: #FFCB1160;
                    }
                    
                    .single-cheat__tab-title.active {
                        color: #FFCB11;
                        border-bottom: 2px solid currentColor;
                    }

                .single-cheat__tab-content {
                    padding: 1.25em 1em 1.25em 1.75em;
                    max-height: 27em;
                    overflow: auto;
                }

                .single-cheat__tab-descr:not(.active) {
                    display: none;
                }

                .single-cheat__tab-descr.single-cheat__tab-descr__updates > p,
                .single-cheat__tab-descr > ul li {
                    background: #1B1B1B;
                    padding: 1em .75em;
                    line-height: 1.3;
                    border-radius: 8px;
                    margin-bottom: .5em;
                }

        
        @media screen and (max-width: 35em) {
            .comment-respond  {
                left: 0;
                width: 100%;
                transform:  none;
                overflow: auto;
                bottom: 0;
                height: 80vh;
                top: auto;
                height: auto;
                padding-bottom: 2.5em;
            }

        }

    
        .comment-respond .required {
            display: none;
        }

        .comment-respond textarea {
            background: #141414;
            border-radius: 10px;
            display: block;
            width: 100%;
            height: 150px;
            padding: .75em 1em;

            color: white;
            outline: none;
        }

            .comment-respond textarea:focus,
            .comment-respond textarea:active {
                outline: 1px solid #ffe0737a ;
            }


            .comment-reply-title {
                  color: white;
                  font-size: 1.2em;
                display: block;
                line-height: 1.4;
                 margin-bottom: 1.5em;
            }
            
                .comment-reply-title small {
                    color: #939393;
                    font-size: .75em;
                    display: inline-block;
                    vertical-align: middle;
                    margin-left: .5em;
                    font-weight: normal;
                }

            .comment-form-rating {
                font-weight: normal;
                color: white;
            }

            .product-review-limit {
                margin-bottom: 1em;
                color: #FF4B4B;
                font-size: .7em;
                padding: .6em 0;
            }

            .comment-form {
                display: flex;
                flex-direction: column;
                gap: .5em;
            }

                .woocommerce-Reviews:has(.woocommerce-noreviews) {
                    display: inline-block;
                    vertical-align: middle;
                }
                
                .woocommerce-Reviews:has(.woocommerce-noreviews) + .product-reviews-actions {
                    display: inline-block;
                vertical-align: middle;
                margin-left: auto;
                margin: 0;
                float: right;
                }


                .product-review-close {
                    color: pointer;
                    font-size: 3em;
    font-weight: normal !important;
    background: none;
    position: absolute;
    appearance: none;
    right: 1.9rem;
    top: 1.3rem;
    line-height: 3rem;
                }

                    .product-review-close:hover,
                    .product-review-close:active,
                    .product-review-close:focus {
                        color: white;
                    }

            
                .comment-form .comment-form-rating {
                    order: 5
                }

                .comment-form .form-submit {
                    order: 10;
                }
    

   .product-reviews.system-block-single-cheat__body {
        border: 0;
        padding-right: 0;
        padding-top: 0;
        margin-bottom: 2em;
   }
   
    .product-reviews h2 small {
        font-size: 1.3125rem;
        font-weight: normal;
        color: #939393;
        display: inline-block;
        vertical-align: middle;
    }

    .commentlist {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem 1.5rem;
        width: 100%;
    }

        .commentlist .avatar {
            border-radius: 50%;
        }

            .page-reviews-row .commentlist {
                gap: 1rem;
            }

            .page-reviews-row .commentlist .avatar {
                width: 3rem;
                height: 3rem;
                max-width: 3rem;
                max-height: 3rem;
                margin-left: .25em;
            }

        .commentlist .woocommerce-review__published-date {
            position: absolute;
            right: 0;
            top: 0;
            font-weight: normal;
            font-size: .8em;
            color: white;
            color: #818181;
        }

        .commentlist .description {
            font-weight: normal;
            font-size: .8em;
            margin-top: 1em;
            line-height: 1.5;
        }

        .commentlist .product-rating-stars,
        .commentlist .meta {
            position: absolute;
            color: white;
            left: 100px;
            width: calc( 100% - 100px - 1.5em );
            top: 1.65em;
        }
        
        .commentlist .product-rating-stars {
            top: 2.85em;
        }

        .comment-form-rating .product-rating-stars {
            max-width: max-content;
            display: flex;
            margin: 0.4em 0 0 0;
            font-size: 1.75em;
            cursor: pointer;
            gap: 0;
        }
        
            .comment-form-rating .product-rating-stars .review-star {
                padding-left: .125em;
                padding-right: .125em;
            }
            
            .comment-form-rating .product-rating-stars:hover .review-star:has(input:checked):before,
            .comment-form-rating .product-rating-stars:has(input:checked) .review-star:before {
                color: #FFCB11;                  
            }

            .comment-form-rating .product-rating-stars:hover .review-star:hover:before,
            .comment-form-rating .product-rating-stars:hover .review-star:before {
                color: #e7c031 !important;
                cursor: pointer;
            }

           
            .comment-form-rating .product-rating-stars:hover .review-star:hover ~ .review-star:before {
                color: #939393 !important
            }

            .comment-form-rating .product-rating-stars .review-star:has(input:checked) ~ .review-star:before {
                color: #939393;                
            }


        .cheats-search {
          text-align: center;
          padding: 0 0 3.5em 3.5em;
          display: flex;
        }

            @media screen and (max-width: 500px) {

                .single-cheat__tab-content {
                    padding-left: .5em;
                    padding-left: .5em;
                    max-height: 70vh;
                }

                .single-cheat__tab-title {
                    white-space: nowrap;
                    padding-top: .75em;
                    padding-bottom: .75em;
                }

                .cheats-search {
                    padding-left: 0;
                    padding-bottom: 2em;
                    padding-left: 0;
                    margin-left: 0;
                    margin-right: -2.7em;
                }
            }
        
            
            @media screen and (max-width: 374px) {
                .single-cheat__tab-title {
                    font-size: 1em;
                }
            }

          .cheats-search [type='search'] {
            color: black;
            background: #B1B1B0;
            outline: None;
            padding: 1.25em 1.2em;
            padding-right: 2.3em;
            border-radius: 6px;
            font-size: 1.2em;
            width: 100%;
            display: inline-block;
          }

          @media screen and (max-width: 500px) {
              .cheats-search [type='search'] {
                padding-left: .6em;
                padding-right: .6em;
              }
            }
          
          @media screen and (max-width: 400px) {
                .cheats-search [type='search'] {
                    font-size: 1.1em;
                }
          }

             @media screen and (max-width: 379px) {
                .cheats-search [type='search'] {
                    font-size: .9em;
                }
          }
          
          .cheats-search button {
            position: relative;
            transition: .25s opacity;
                left: -3.7em;
                padding: 0 1.2em;
                box-sizing: border-box;
          } 

              @media screen and (max-width: 400px) {
                    .cheats-search button {
                        padding-left: .7em;
                        padding-right: .7em;
                        left: -2.6em;
                    }

            }

          
            .cheats-search button:hover,
            .cheats-search button:active,
            .cheats-search button:focus {
                opacity: .8;
            }

          .cheats-search button .fa {
            color: #181818;
            font-size: 1.4em;
          }

          .cheats-search  [type='search']::placeholder {
            color: #111111;
          }
    
          .cheats-search  [type='search']:focus::placeholder {
            color: #888;
          }

            
            .page-cheats {
                --middle-card-gradient: #171717;
            }


            .page-cheats .block-catalog-items__body {
                background-repeat: no-repeat;
                background-position: right center;
                background-size: 120% auto, auto 220%;
                border-radius: 4px;
                transition: .25s filter;
                padding-top: .35rem !important;
                padding-bottom: .35rem !important;
                height: 67px !important;
                transition: .25s background;
                position: relative;
                overflow: hidden;
            }

                .page-cheats .block-catalog-items__body:after {
                    width: .5em;
                    height: .75em;
                    position: absolute;
                    right: -1em;
                    transform: translateY(-50%);
                    top: 60%;
                    content: '';
                    opacity: 0;
                    transition: .25s all;
                    background: url( ../img/chevron-right.svg ) no-repeat center / cover;
                }
            
                .page-cheats .block-catalog-items__body:has([hidden]) {
                    display: none;
                }

                .cheat-name {
                    color: #B1B1B0;
                    font-weight: normal;
                    text-transform: uppercase;
                }

                .page-cheats .block-catalog-items__body:hover {
                    /*filter: brightness(1.2);*/
                    background-size: 120% auto, auto 280%;
                    filter: brightness(1.1);
                }
                
                    .page-cheats .block-catalog-items__body:hover * {
                        filter: brightness(.95);
                    }
                
                    .page-cheats .block-catalog-items__body:hover:after {
                        right: .8em;
                        top: 50%;
                        opacity: 1;
                    }

                .page-cheats .block-catalog-items__label.label-catalog {
                    padding-left: 2em !important;
                    position: relative;
                    padding-right: 1em;
                }

                    .cheats-filter:before,
                    .page-cheats .block-catalog-items__label.label-catalog:before {
                        position: absolute;
                        width: 1.25em;
                        height: 1.75em;
                        content: '';
                        background-repeat: no-repeat;
                        background-position: center;
                        background-size: contain;
                        left: -.25em;
                        top: 50%;
                        transform: translateY(-50%);
                    }


                      @media screen and (max-width: 500px) {

                        .page-cheats .block-catalog-items__body {
                            height: auto !important;
                            padding-top: 0 !important;
                            padding-bottom: 0 !important;
                        }

                        .page-cheats .block-catalog-items__label.label-catalog:before {
                            left: .7em;
                        }
                      }


                      .cheats-filter[hidden] {
                        display: none;
                      }
                    
                    .cheats-filter:before {
                        left: .95em;
                    }

                    .cheats-status {
                        text-transform: uppercase;
                        display: block;
                        margin-top: .75em;
                        font-size: .75em;
                        font-weight: normal;
                        color: #888;
                    }

                        .cheats-filter_total:before {
                            background-image: url( ../img/heart-blue.svg );
                        }


                        .cheats-filter_0:before,
                        .cheats_undetected:before {
                            background-image: url( ../img/shield-green.svg );
                        }

                        .cheats-filter_5:before,
                        .cheats_on-update:before {
                            background-image: url( ../img/shield-yellow.svg );
                        }

                        .cheats_on-update .cheats-status  {
                            color: #AA7330;
                        }

                        .cheats_undetected .cheats-status  {
                            color: #48943C;
                        }
                        
                        .cheats-filter_10:before,
                        .cheats_detected:before ,
                        .cheats_risk:before {                      
                            background-image: url( ../img/shield-red.svg );                            
                        }

                        .cheats_risk .cheats-status ,  
                        .cheats_detected .cheats-status {
                            color: #C5412B;
                        }

                    .cheats-category {
                        color: #B1B1B0;
                        font-size: 1em;
                        font-weight: normal;
                        text-transform: none;
                        margin: 2em 0 .75em 0;
                    }
                        
                        .cheats-category a {
                            display: inline-flex;
                            align-items: center;
                            gap: .5em;
                        }
                        .cheats-category-icon {
                            max-height: 1.2em;
                            object-fit: contain;
                            object-position: left;
                        }
                       
                
            .cheats-filters {
                display: flex;
                gap: 1em;
                flex-wrap: wrap;
            }

                @media screen and (max-width: 400px) {
                    .cheats-filters {
                        gap: .5em;
                    }
                }

                .cheats-filter {
                    padding: 1em 1.5em;
                    font-weight: normal;
                    font-size: .7em;
                    border: 1px solid transparent;
                    border-radius: 4px;
                    display: flex;
                    gap: 1em;
                    position: relative;
                    padding-left: 3.35em;
                    text-transform: uppercase;
                    align-items: center;
                    cursor: pointer;
                }
                
                    .cheats-filter small {
                        font-size: .9em;
                        display: inline-block;
                        vertical-align: middle;
                        position: relative;
                        top: .1em;
                    }
                
                    .cheats-filter.active,
                    .cheats-filter:hover,
                    .cheats-filter:active,
                    .cheats-filter:focus {
                        border-color: currentColor;
                    }

                    .cheats-filter_total {
                        color: #63A8A3;
                        background: #101313;
                    }
                    
                    .cheats-filter_0 {
                        color: #48943C;
                        background-color: #0F120E;
                    }
                    
                    .cheats-filter_5 {
                        color: #AA7330;
                        background-color: #13110D;

                    }

                    .cheats-filter_10 {
                        color: #C5412B;
                        background-color: #150E0D;
                    }

        .commentlist .review {
            border-radius: 10px;
            position: relative;
            background: #171717;
            padding: 1.5rem;
            list-style: none;
            margin: 0;
            flex: 0 0 calc( 32.95% - .75rem );
        }
        
            .commentlist .review:has(.woocommerce-review__awaiting-approval) {
                display: none;
            }

            .commentlist:has(.woocommerce-review__awaiting-approval):has(.review:only-child):after {
                content: 'Ваш отзыв будет опубликован после проверки';
            }

            .page-reviews-row  .commentlist .review {
                flex-basis: calc( 33.33% - .7rem );
            }
            
            .page-reviews-row  .commentlist .meta {
                top: 1.35em;
                padding-right: 4.2em;
                    word-break: break-all;
    max-height: 1.1em;
    overflow: hidden;
            }

            .page-reviews-row  .commentlist .product-rating-stars {
                top: 2.5em;
            }


            .page-reviews-row   .product-info {
                background: #1C1C1C;
                margin: .75em 0 .7em 0;
                padding: .25em;
                display: flex;
                align-items: center;
                justify-content: flex-start;
            }

            .product-info_type {
                margin-left: auto;
                color: #535353;
                font-size: .8em;
                margin-right: 1em;
            }

            .product-info_image {
                width: 3rem;
                height: 3rem;
            }
            .product-info_name {
                color: white;
                margin-left: 1.2em;
                font-weight: normal;
            }
            
                .product-info_name a {
                    transition: .25s all    ;
                }
                .product-info_name a:hover,
                .product-info_name a:active,
                .product-info_name a:focus {
                    opacity: .8;
                }

        .commentlist:not(.viewall) .review:nth-child( n + 5 ) {
            display: none;
        }

        .woocommerce-noreviews {
            margin-top: .9em;
        }

        @media screen and (max-width: 1100px) {
            .commentlist .review {
                flex: 1 1 calc( 50% - .75rem );
            }
        }

    .product-rating-avg {
        color: #fff;
    }

        .woocommerce-review__dash {
            display: none;
        }

        .product-reviews-actions {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-top: 1.5rem;
        }

            .comment-respond label.error {
                color: #fd4a4a;
            }
            
                .comment-respond label.error .required {
                    display: inline-block;
                }

            .comment-respond .submit,
            .product-reviews-button {
                padding: .75em 1.5em;
                border-radius: 10px;
                text-align: center;
                transition: all 0.4s ease 0s;
                flex: 1 1 auto;
                font-weight: 700;
                font-size: 1.1em;
                cursor: pointer;
            }

                .product-reviews-button_more {
                    background: #171717;
                    color: #818181;
                }
                
                    .product-reviews-button_more:hover,
                    .product-reviews-button_more:active,
                    .product-reviews-button_more:focus {
                        color: #fff;
                        background: #222;
                    }

                .comment-respond .submit,
                .product-reviews-button_add {
                    flex-basis: max-content;
                    color: #1F1F1F;
                    flex-grow: 0;
                    background: linear-gradient(39.97deg, #FFE073 -14.96%, #FFC700 137.97%);
                }   

                        .comment-respond .submit:hover,
                        .comment-respond .submit:active,
                        .comment-respond .submit:focus,
                        .product-reviews-button_add:hover,
                        .product-reviews-button_add:active,
                        .product-reviews-button_add:focus {
                            filter: brightness(1.01) contrast(1.1);
                        }

                .comment-respond .submit {
                    display: block;
                    width: 100%;
                    margin-top: 1.5rem;
                }

    .product-rating-stars {
        display: inline-flex;
        gap: .25rem;
    }
    
    .product-reviews .system-block-single-cheat__label {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
    }

    @media screen and (max-width: 600px) {


        .product-reviews-button_more[style*="visibility"] {
            display: none;
        }

        .comment-respond textarea {
            height: 4em;
        }

        .comment-reply-title small {
            margin-left: 0;
        }

        .comment-reply-title {
            line-height: 1.1;
        }

        .comment-respond .submit {
            margin-top: .75em;
        }

        .product-reviews-actions,
        .system-block-single-cheat__label {
            flex-wrap: wrap;
            row-gap: 1.5em;
        }

        .product-reviews-actions {
            gap: 1rem;
        }

        .product-reviews-button_add {
            flex-grow: 1;
        }

        .product-reviews-button {
            padding-top: 1.5em;
            padding-bottom: 1.5em;
        }

          .woocommerce-Reviews:has(.woocommerce-noreviews) + .product-reviews-actions {
                            display: block;
                            float: none;
                                   text-align: center;
        padding: 1.5em 0 0 0;
                        }

          .woocommerce-Reviews:has(.woocommerce-noreviews) + .product-reviews-actions .product-reviews-button {
            padding-top: .75em;
            padding-bottom: .75em;
          }
    }

    .review-star:before {
        font-size: 1.1em;
        font-style: normal;
        content: '★';
        color: #939393;  
    }

    .reviews-summary {
        display: inline-flex;
        gap: 1em;
        align-items: flex-end;
        padding-bottom: 0.35em;
    }
        
        .review-star.active:before {
            color: #FFCB11;       
        }

@media (max-width: 767.98px) {
    .wrapper {
        background: url('../img/mobile-bg-new.webp')0 0/100% auto fixed !important;
    }
}

.wrapper>main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.wrapper>* {
    min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
    margin: 0 auto;
    max-width: 77.8125rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

body::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s;
    -o-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
    pointer-events: none;
    z-index: 149;
}

.popup-show body::after {
    opacity: 1;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 10px;
    -webkit-transition: visibility 0.8s ease 0s;
    -o-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
    pointer-events: none;
}

.popup_show {
    z-index: 150;
    visibility: visible;
    overflow: auto;
    pointer-events: auto;
}

.popup_show .popup__content {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.popup__content {
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    background: transparent;
    padding: 50px;
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.popup__content::after {
    content: "";
}

.lock .popup__content {
    visibility: visible;
}

.popup__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 20px;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    background-attachment: fixed;
    opacity: 0.9;
    z-index: -1;
}

.popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
}

.popup__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

[class*=-ibg] {
    position: relative;
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain;
}

.title h1 {
    color: #fff;
    font-size: 2.8125rem;
    line-height: 50px;
}

.title h2 {
    font-size: 2.8125rem;
    line-height: 1.724137931;
    color: #fff;
    text-align: center;
}

.descr {
    line-height: 1.4583333333;
    margin-bottom: 4.375rem;
    text-align: center;
    font-weight: 500;
}

.gold {
    background: -o-linear-gradient(0.23deg, #FFD646 -8.23%, #FFEAA0 95.87%);
    background: linear-gradient(89.77deg, #FFD646 -8.23%, #FFEAA0 95.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    will-change: contents;
}

.gold:hover {
    -webkit-filter: contrast(1.2);
    filter: contrast(1.2);
}

.yellow-btn {
    background: -o-linear-gradient(50.03deg, #FFE073 -14.96%, #FFC700 137.97%);
    background: linear-gradient(39.97deg, #FFE073 -14.96%, #FFC700 137.97%);
    /*border: 1.50217px solid #FFE99D;*/
    border-radius: 7.51087px;
    color: #5F4E11;
    padding:16px;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
}

.yellow-btn:hover {
    -webkit-filter: contrast(1.2);
    filter: contrast(1.2);
}

.gray-btn {
padding:16px;
    font-size: 18px;    background: #1E1E1E;
    border-radius: 7.51087px;
    color: #999999;
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
}

.gray-btn:hover {
    -webkit-filter: contrast(0.8);
    filter: contrast(0.8);
}

.gold-label {
    background: -webkit-gradient(linear, left top, right top, from(#FFC700), color-stop(41.69%, #FFE791));
    background: -o-linear-gradient(left, #FFC700 0%, #FFE791 41.69%);
    background: linear-gradient(90deg, #FFC700 0%, #FFE791 41.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.sidebar__body {
    position: relative;
    padding: 1.875rem 2.25rem;
    border-radius: 22.754px;
    z-index: 3;
    max-width: 659px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidebar__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.02%, #101010), color-stop(306.61%, rgba(16, 16, 16, 0.07)));
    background: -o-linear-gradient(bottom, #101010 0.02%, rgba(16, 16, 16, 0.07) 306.61%);
    background: linear-gradient(0deg, #101010 0.02%, rgba(16, 16, 16, 0.07) 306.61%);
    -webkit-backdrop-filter: blur(26.5464px);
    backdrop-filter: blur(26.5464px);
    border-radius: 10px 10px  0 0;
    z-index: -1;
}

.sidebar__region + .sidebar__body .sidebar__background {
    border-radius: 0;
}

.sidebar__title {
    margin-bottom: 1.25rem;
}

.sidebar__title h3 {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    font-size: 2.1875rem;
    line-height: 1.15;
    color: #fff;
}

.sidebar__choise {
    
        font-weight: normal;
    color: #999999;
    margin-bottom: 2rem;
    font-size: .85em;
    max-width: 300px;
    margin-top: .5rem;
}

.sidebar__button {
    margin-bottom: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#TB_ajaxContent [type="button"],
.sidebar__btn {
    width: 100%;
    padding: 1.85rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: -o-linear-gradient(50.03deg, #FFE073 -14.96%, #FFC700 137.97%);
    background: linear-gradient(39.97deg, #FFE073 -14.96%, #FFC700 137.97%);
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    box-sizing: border-box;
    align-items: center;
    color: #1F1F1F;
    font-size: 1.25rem;
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
}

#TB_ajaxContent [type="button"] {
    padding: 0.8em 1em;
}

#TB_ajaxContent div:has([type="button"]) {
    display: flex;
    margin-top: 1.5em;
    gap: 1.5rem;
}
.sidebar__btn:hover {
    -webkit-filter: contrast(1.2);
    filter: contrast(1.2);
}

.sidebar__btn.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.sidebar__agree {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    line-height: 1.3;
    color: #999999;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.sidebar__agree input {
    margin-right: 1.375rem;
}

.list-sidebar__body {
    margin-bottom: 1.875rem;
    display: none;
}

.list-sidebar__body.active {
    display: block;
}

.list-sidebar__body.disabled {
    display: none;
}

.list-sidebar__item:not(:last-child) {
    margin-bottom: .5em;
}

.list-sidebar-item__body {
    /*border: 1.25313px solid #626262;*/
    -webkit-backdrop-filter: blur(26.5464px);
    backdrop-filter: blur(26.5464px);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.625rem 1.25rem;
    background: #0A0A0A;
}

   

    @media screen and (pointer: fine) {
        .list-sidebar-item__body:hover {
          background: #1B1B1B;
        }
    }
    2
    .list-sidebar-item__body:has(:checked) {        
        background: #1B1B1B;
    }



.list-sidebar-item__block {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 1.1rem;
}

.list-sidebar-item__price {
    font-size: 1.1rem;
    color: #fff;
}

input[type=checkbox] {
    visibility: hidden;
}

.roundedOne {
    width: 25px;
    height: 25px;
    border: 1px solid #555;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfff4", endColorstr="#b3bead", GradientType=0);
    margin: 20px auto;
    border-radius: 50%;
    position: relative;
    margin-right: 1.25rem;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .roundedOne {
        margin: 0px 20px 0px auto;

    }
}

.roundedOne label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: transparent;
}

.roundedOne label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #FFD12E;
    border-radius: 50px;
    top: 2px;
    left: 2px;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

[for="squaredFour"] {
    padding-top: 1em;
        cursor: pointer;
}

.list-sidebar-item__block:hover .roundedOne label::after,
.roundedOne label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.roundedOne input[type=checkbox]:checked+label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.squaredFour {
    width: 20px;
    position: relative;
    margin-right: .9rem;
}

.squaredFour label {
    cursor: pointer;
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    top: 0;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    background: #FFDB59;
}

.squaredFour label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: "";
    position: absolute;
       width: 14px;
    height: 8px;
    background: transparent;
    top: 7px;
    left: 5px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredFour label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked+label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.sidebar__region {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.region-sidebar__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sidebar__region {
    border-radius: 10px 10px 0 0;
}


.lite_full_toggle {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

    .lite_full_toggle_checkbox {
        border-radius: 70px;
        background-color: #262626;
        position: relative;
        width: 4.6rem;
        height: 2.5rem;
    }

        .tariff-sidebar__btn {
             color: #fff;
             text-transform: uppercase;
             user-select: none;
             transition: .25s opacity;
        }
        
            .tariff-sidebar__btn:hover,
            .tariff-sidebar__btn:active,
            .tariff-sidebar__btn:focus {
                opacity: .8;
            }
    
        
        .lite_full_toggle_checkbox {
            cursor: pointer;
        }

        .lite_full_toggle_checkbox:after {
            content: '';
            height: 60%;
            transition: .35s transform;
            aspect-ratio: 1;
            background: #FFDB5C;
            display: inline-block;
            position: absolute;
            left: 0;
            transform: translateX(30%);
            top: 20%;
            border-radius: 50%;
        }
        
            .lite_full_toggle_checkbox:has(:checked):after {
                transform: translateX(115%);
                left: auto;
            }

.region-sidebar__btn {
    padding: 1.5rem .875rem;
    border-bottom: 2px solid #1B1B1B;
    color: #fff;
    flex: 1 1 auto;
    font-size: 1.1rem;
    background: #1B1B1B;
    color: #999999;
    user-select: none;
}


    
    .region_cis:before,
    .region_global:before,
    .region-sidebar__btn:before {
        display: inline-block;
        margin-right: .5em;
        width: 25px;
        vertical-align: middle;
        height: 25px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        content: '';
        margin-top: -.2em;
    }

    .region_cis,
    .region_global {
        white-space: nowrap;
        display: inline-block;
        width: auto;
        font-size: 1rem;
        margin: 0;
    }

     .region_cis:before,
    .region_global:before {
        width: 18px;
        height: 18px;
    }


.region-sidebar__btn.left {
    border-radius: 10px 0px 0px 0;
    border-right: none;    
}

    .region_cis:before,
    .region-sidebar__btn.left:before {
        background-image: url( '../img/flag-ru.svg');
    }

.region-sidebar__btn.right {
    border-radius: 0px 10px 0 0;
}
    
    .region_global:before,    
    .region-sidebar__btn.right:before {
        background-image: url( '../img/flag-eu.svg');
    }

    .region-sidebar__btn.right:only-child {
        pointer-events: none;
        cursor: default;
    }

.region-sidebar__btn:hover,
.region-sidebar__btn:active,
.region-sidebar__btn:focus {
    border-bottom-color: #FFCB1160;
}

.region-sidebar__btn.active:hover,
.region-sidebar__btn.active:active,
.region-sidebar__btn.active:focus,
.region-sidebar__btn.active {
    /*background-color: rgba(98, 98, 98, 0.5);*/
    border-bottom-color: #FFCB11;
    color: #fff;
}

.header {
    position: fixed;
    z-index: 5;
    background: #111111;
    width:100%;
}

.header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px;
    position: relative;
    z-index: 2222;
}

.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    .header__left {
        width: 100%;
        justify-content: space-between;
    }
}

.header__logo {
    margin-right: 2.5rem;
    position: relative;
    z-index: 5;
}

.header__menu {
    position: relative;
}

.header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* @media (min-width: 992.98px) {
    .header__social{
        margin-right:auto;
        margin-left:20px;
    }
} */

.header__social._mob, .header__login._mob {
    display: none;
}
.header__login{
    font-size:18px;
    padding: 0.7375rem 1.2625rem;

}
.header__login:hover{
transform:none !important;

}
@media (max-width: 767.98px) {
    .header__social, .header__login {
        display: none !important;
    }

    .header__social._mob, .header__login._mob {
        display: flex !important;
        justify-content: center;
        
    }
    .header__login._mob{
width:fit-content;
        margin-left:auto;
        margin-right:auto;
        margin-top:30px;
    }
}

.header__social a {
    margin-right: 1.25rem;
}

.header__social a {
    font-size: 1rem;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.header__social a:hover {
    color: #fff;
}

.header__lang {
    position: relative;
}

.header__lang::before {
    content: "";
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu__item:not(:last-child) {
    margin-right: 1.875rem;
}

.menu__link {
    font-size: 1rem;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.menu__link:hover {
    color: #fff;
}

.icon-menu {
    display: none;
}

body.lock {
    overflow: hidden;
}

.menu__list .menu-item:not(:last-child) {
    margin-right: 3.125rem;
}

.menu__list .menu-item.current-menu-item {
    color: #fff;
}

.menu__list .menu-item a {
    font-size: 1.125rem;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.menu__list .menu-item a:hover {
    color: #fff;
}

.menu__list .menu-item:last-child a {
    background: -o-linear-gradient(0.23deg, #FFD646 -8.23%, #FFEAA0 95.87%);
    background: linear-gradient(89.77deg, #FFD646 -8.23%, #FFEAA0 95.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    will-change: contents;
}

.menu__list .menu-item:last-child a:hover {
    -webkit-filter: contrast(1.2);
    filter: contrast(1.2);
}

.footer {
    background-color: #171717;
}

.footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.875rem 0rem;
    position: relative;
}

.footer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__item:not(:last-child) {
    margin-bottom: 1.25rem;
}

.footer__link {
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    -o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.footer__link:hover {
    color: #fff;
}

.footer__social {
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__social a:not(:last-child) {
    margin-right: 2.0625rem;
}

.footer__social a {
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    -o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.footer__social a:hover {
    color: #fff;
}

.block-footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block-footer__left-col {
    margin-right: 13.4375rem;
}

.footer__support {
    position: absolute;
    top: -50px;
    right: 0;
}

.footer__support-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFCB11;
    border-radius: 125px;
    padding: 1.75rem 3.125rem;
    font-size: 1.6875rem;
    color: #3B2F00;
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
}

.footer__support-btn div {
    margin-right: 1.25rem;
}

.footer__support-btn:hover {
    background-color: #f3ca34;
}

.footer__list>li:not(:last-child) {
    margin-bottom: 1.25rem;
}

.footer__list>li a {
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    -o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.footer__list>li a:hover {
    color: #fff;
}

.top {
    overflow: hidden;
    position: relative;
    background: black;
}

.top:after {
    content: '';
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 33%, rgba(255, 214, 69, 1) 50%, rgba(0, 0, 0, 1) 68%);
}

@media (max-width: 991.98px) {
    .top {
        overflow: hidden;
    }

    .top:after {
        display: none;
    }
}

.top__container {
    padding: 60px 0 120px;
    position: relative;
}

@media (max-width: 991.98px) {
    .top__container {
        padding: 0 0 30px !important;
        overflow: visible !important;
    }
}

.top__bg {
    position: absolute;
    top: -350px;
    left: 0;
    right: 0;
    background: url('../img/banner-main-3.0.webp') center/cover no-repeat;
    inset: 0 0 0 0;

}

@media (max-width: 768.98px) {
    .top__bg {
        background: url('../img/banner-main-mob-2.0.webp')center/ cover no-repeat;
        inset: -120px 0 0px 0px;
    }
}

.top__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.top__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top__decoration {
    position: absolute;
    bottom: -30%;
    right: 0;
    z-index: -1;
    height: 28.125rem;
}

.top__decoration img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -o-object-position: top;
    object-position: top;
}

.top__rightblock {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.leftblock-top__body {
    position: relative;
    z-index: 2;
}

.leftblock-top__title {
    /*   margin-top: 7.1875rem; */
    width: 800px;
}
.leftblock-top__title,
.leftblock-top__descr {
    margin-top: 2.5rem;
    width: 621px;
    color: rgba(242, 242, 242, 0.50);
    text-align: start;
    font-size: 18px;
}

.leftblock-top__btns-block {
    margin-top: 3.4375rem;
}

/*.leftblock-top__btn {
    font-size: 1.6rem;
}

@media (max-width: 767.98px) {
    .leftblock-top__btn {
        font-size: 1.1rem;
    }
}*/

.leftblock-top__btn:first-child {
    margin-right: 0.9375rem;
}

.top__rightblock {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 991.98px) {
    .top__rightblock {
        position: static;
        /* margin: -500px 0 0 0 !important; */
        /* opacity: 0.5; */
        margin-top: 0 !important;
        order: -1;
    }
}

.rightblock-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: -15.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rightblock-top__body {
    height: 550px;
    margin-right: -150px;
}

.rightblock-top__body img {
    display: none;
}

@media (max-width: 991.98px) {
    .rightblock-top {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100%;
    }

    .leftblock-top {
        margin-top: -180px;
    }

    .rightblock-top__body {
        height: fit-content;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .rightblock-top__body video {
        display: none;
    }

    .rightblock-top__body img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .leftblock-top__descr {
        margin: 30px 0px;
        font-size: 14px;
    }

    .leftblock-top__btns-block {
        margin-top: 30px;
    }
}



.rightblock-top__body video {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.swiper {
    position: relative;
}

.swiper-slide img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    -o-object-position: top;
    object-position: top;
}

.fav {
    position: relative;
}

.fav__container {}

.fav__decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 300px;
    width: 400px;
    z-index: 1;
}

.fav__decoration img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.fav__body {
    margin-top: 4.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 6.25rem;
    position: relative;
    z-index: 2;
}

.fav__label h2 {
    font-size: 2.8125rem;
    line-height: 1.724137931;
    color: #fff;
    text-align: center;
}

.grid-fav__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.item-fav__body {
    border-radius: 18.1577px;
    width: 100%;
    overflow: hidden;
}

.item-fav__img {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.item-fav__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}



.item-fav__block {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.02%, #101010), color-stop(306.61%, rgba(16, 16, 16, 0.07)));
    background: -o-linear-gradient(bottom, #101010 0.02%, rgba(16, 16, 16, 0.07) 306.61%);
    background: linear-gradient(0deg, #101010 0.02%, rgba(16, 16, 16, 0.07) 306.61%);
    -webkit-backdrop-filter: blur(21.184px);
    backdrop-filter: blur(21.184px);
    border-radius: 18.1577px;
    padding: 0rem 1.25rem;
}

.block-fav__body {
    height: 4.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-fav__title h3 {
    font-size: 1.2rem;
    /* line-height: 2.2222222222; */
    line-height: 1.1;
    color: #fff;
}

.block-fav__btn {
    display: block;
    padding: 0.625rem 1.25rem;
    background: #252525;
    border: 1.29886px solid #595959;
    border-radius: 8.64654px;
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    white-space:nowrap;
}

.block-fav__btn:hover {
    background: #FFC700;
    border: 1.29886px solid #FFE99D;
    color: #5F4E11;
}

.catalog__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4.375rem;
    margin-bottom: 7.5rem;
}

.catalog__descr {
    max-width: 579px;
    text-align: center;
    margin-bottom: 4.375rem;
}

.catalog__search-block {
    margin-bottom: 4.375rem;
    width: 100%;
    position: relative;
}

.catalog__search-block::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.125rem;
    height: 2.5rem;
    background-color: #3F3F3F;
    z-index: 2;
    color: #fff;
}

.catalog__search-input {
    height: 4.375rem;
    width: 100%;
    background: white;
    border-radius: 25px;
    padding-left: 6.25rem;
    outline: 1px solid #1A1A1A;
    color: #fff;
    font-size: 1.375rem;
    color: black;
}

.catalog__search-input::-webkit-input-placeholder {
    color: #3F3F3F;
    font-size: 1.5rem;
}

.catalog__search-input::-moz-placeholder {
    color: #3F3F3F;
    font-size: 1.5rem;
}

.catalog__search-input:-ms-input-placeholder {
    color: #3F3F3F;
    font-size: 1.5rem;
}

.catalog__search-input::-ms-input-placeholder {
    color: #3F3F3F;
    font-size: 1.5rem;
}

.catalog__search-input::placeholder {
    color: #3F3F3F;
    font-size: 1.5rem;
}

.catalog .icon-search {
    color: #3F3F3F;
    font-size: 2.5rem;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
}

.catalog .icon-search:hover {
    color: #FFC700;
}

.catalog-items__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4.375rem;
    margin-bottom: 8.125rem;
}
.catalog-items__grid{
    width:100%;
}
.catalog-items__title {
    margin-bottom: 2.1875rem;
}

.catalog-items__descr {
    max-width: 1267px;
    text-align: center;
    margin-bottom: 4.375rem;
    font-weight: 500;
}


.grid-catalog-items__body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
    
    .page-cheats .grid-catalog-items__body {
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
    }

        @media screen and (max-width: 1100px) {
                .page-cheats .grid-catalog-items__body {
                    grid-template-columns: repeat(4, 1fr);
                }
            }

   @media screen and (max-width: 800px) {
                .page-cheats .grid-catalog-items__body {
                    grid-template-columns: repeat(3, 1fr);
                }
            }


           @media screen and (max-width: 500px) {

                .region-sidebar__btn {
                    font-size: 1em;
                }

                .sidebar__choise {
                    font-size: .9em;
                }
                .page-cheats .grid-catalog-items__body {
                    grid-template-columns: repeat(2, 1fr);
                }
            }

           @media screen and (max-width: 374px) {
                .region-sidebar__body {
                    flex-wrap: wrap;
                }

                .region-sidebar__btn {
                    text-align: left;
                }

           }

.item-catalog-items__body {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .item-catalog-items__body {
        border-radius: 8px;
    }
}

.item-catalog-items__body img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 18px;
}

.item-catalog-items__block {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background-image: linear-gradient(45deg, black 0%, transparent 1em ), linear-gradient(-45deg, black 0%, transparent 1em );
    background-repeat: no-repeat;
    background-position: left bottom, right bottom;
}

.block-catalog-items__body {
    height: 4.375rem;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.02%, #101010), color-stop(306.61%, rgba(16, 16, 16, 0.07)));
    background: -o-linear-gradient(bottom, #101010 0.02%, rgba(16, 16, 16, 0.07) 306.61%);
    background: linear-gradient(0deg, #101010 0.02%, rgba(16, 16, 16, 0.87) 306.61%);
    
    /*backdrop-filter: blur(21.184px);*/
    border-radius: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.5rem 1.25rem;
}

.block-catalog-items__label {
    color: #fff;
    font-size: 1.5rem;
}


.block-catalog-items__label.label-catalog {
    font-size: 16px;
}

.block-catalog-items__logo img {
    height: 50px;
    width: 50px;
    display: block;
    margin-right: 10px;
}


.block-catalog-items__btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    .block-catalog-items__btn-block {
        width: 100%;
    }

    .block-catalog-items__btn {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;
    }
}

.label-catalog .woocommerce-loop-product__title {
    font-size: 18px;
}


.block-catalog-items__price {
    color: #fff;
    font-size: 1.5rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.block-catalog-items__btn {
    background: -o-linear-gradient(50.03deg, #FFE073 -14.96%, #FFC700 137.97%);
    background: linear-gradient(39.97deg, #FFE073 -14.96%, #FFC700 137.97%);
    border: 1.2px solid #FFE99D;
    border-radius: 8px;
    padding: 0.625rem 1.25rem;
    color: #5F4E11;
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    white-space:nowrap;
}

.block-catalog-items__btn:hover {
    -webkit-filter: contrast(1.2);
    filter: contrast(1.2);
}

.single-cheat__body {
    margin-top: 4.375rem;
    margin-bottom: 6.25rem;
}

.single-cheat__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-cheat__descr {
    margin-bottom: 2.1rem;
    text-align: start;
    font-weight: normal;
    line-height: 1.4;
}

.single-cheat__block {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 6.25rem;
    /*border-right: 1px solid #6F6F6F;*/
}

.single-cheat__label {
    margin-bottom: 2.5rem;
}

.single-cheat__label h2 {
    font-size: 2.8125rem;
    color: #fff;
}

.single-cheat__func ul {
    will-change: contents;
    max-width: 530px;
/*     overflow: hidden; */
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
}

.single-cheat__func ul.open {
    height: auto;
}

.single-cheat__func ul li {
    padding-left: 2rem;
    position: relative;
    color: #fff;
}

.single-cheat__func ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 19px;
    height: 3px;
    background-color: #FFD12E;
}

.single-cheat__func ul li:not(:last-child) {
    margin-bottom: 1.875rem;
}

.single-cheat__func ul li.show {
    display: block;
}

.single-cheat__btn-more {
    margin-bottom: 4.375rem;
}

.single-cheat__btn,
.single-cheat__btn-popup {
    background: #282828;
    border-radius: 10px;
    text-align: center;
    color: #818181;
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    padding: 2.5rem 0rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.875rem;
}

@media (max-width: 991.98px) {
    .single-cheat__btn-popup {
        padding: 1.5rem 0rem;

    }
}

.single-cheat__btn:hover {
    -webkit-filter: contrast(0.8);
    filter: contrast(0.8);
}

.title-block-single-cheat__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.1875rem;
}
    

    .title-block-single-cheat__avgrating {
           background: -webkit-linear-gradient( #FFC700, #FFE790 );
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          display: flex;
          flex-direction: row-reverse;
          gap: .25em;
    }

    .title-block-single-cheat__avgrating .review-star:nth-child( n + 2 ) {
        display: none;
    }

    .title-block-single-cheat__body--main {
        flex-direction: column;
        gap: .5em;
        margin-bottom: 1.8rem;
        align-items: flex-start;
    }




        .single-cheat__main-additional,
        .single-cheat__main-info {
            display: flex;
            gap: 1.5em;
            align-items: flex-end;
            align-items: stretch;
        }

            .single-cheat__main-additional {
                width: 100%;
                gap: 1em;   
                margin-bottom: 1em;
            }

            .single-cheat__main-info > img {
                width: 75px;
                height: 75px;
                object-fit: cover;
            }


        @media screen and (max-width: 500px) {
            .single-cheat__main-info {
                flex-wrap: wrap;
            }

            .single-cheat__main-additional {
                gap: .5em;
            }

            .single-cheat__main-info > img 
                {
                    flex: 1 1 100%;
                    height: 120px;
                    border-radius: 5px;
                }
        }


 
        .single-cheat__main-status:before {
            content: '';
            display: inline-block;
            width: 1em;
            height: 1em;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
        }

        .single-cheat__main-status__undetected {
            background-color: #172116;
            color: #48943C;
        }

        .single-cheat__main-status__on-update {
            background-color: #AA733040;
            color: #AA7330;
        }

         .single-cheat__main-status__detected,
         .single-cheat__main-status__risk {
            background-color: #C5412B40;
            color: #C5412B;
        }

        
            .single-cheat__main-status__undetected:before {
                background-image: url( ../img/shield-green.svg );
            }

            .single-cheat__main-status__on-update:before {
                background-image: url( ../img/shield-yellow.svg );                
            }

            .single-cheat__main-status__detected:before ,
            .single-cheat__main-status__risk:before {
                background-image: url( ../img/shield-red.svg );                
            }
            

        .single-cheat__video,
        .single-cheat__main-status {
            display: inline-flex;
            border-radius: 10px;
            align-items: center;
            padding: 1.15em 2.5em;
            flex: 0 0 max-content;
            justify-content: center;
            gap: .75em;
        }

        .single-cheat__video em {
            font-style: normal;
        }

        .single-cheat__video span {
            display: inline-block;
            margin-right: .35em;
        }

        @media screen and (max-width: 1200px) {
              .single-cheat__video,
            .single-cheat__main-status {
                padding-left: 1em;
                font-size: 0.8em;
                padding-right: 1em;
            }

            .single-cheat__video span {
                display: none;
            }

            .single-cheat__video em {
                text-transform: uppercase;
            }
        }

        .single-cheat__video {
            color: white;
            background-color: #D12D2D;
            flex-grow: 1;
            transition: .25s all;
            gap: 0;
        }
        
            .single-cheat__video:hover,
            .single-cheat__video:active,
            .single-cheat__video:focus {
                filter: brightness(1.1);
            }
        
            .single-cheat__video:before {
                content: '';
                width: 1em;
                height: 1em;
                margin-right: .5em;
                background: url( ../img/triangle-right.svg ) no-repeat center center / contain;

                
            }
            


        .title-block-single-cheat__count-reviews {
            padding-left: 1.6em;
            background: url( '../img/comments-icon.svg' ) no-repeat left center / auto;
            color: white;
            margin-bottom: .1em;
        }



.title-block-single-cheat__title {
    margin-right: 0;
}

.title-block-single-cheat__title h1 {
    font-size: 2.6rem;
    color: #fff;
}

.title-block-single-cheat__category {
    margin-bottom: .35em;
    display: block;
    font-size: 1em;
}

.title-block-single-cheat__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.25rem;
}

.title-block-single-cheat__rate p {
    position: relative;
    bottom: -2px;
    margin-right: 0.25rem;
}

.title-block-single-cheat__comm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.title-block-single-cheat__comm p {
    position: relative;
    bottom: -2px;
    margin-right: 0.25rem;
}
    @media screen and (max-width: 374px) {
            .single-cheat__main-additional {
                flex-wrap: wrap;
            }

            .single-cheat__video, .single-cheat__main-status {
                flex: 1 1 100%;
            }

            .single-cheat__tab-title {
                white-space: normal;
                text-align: left;
            }

            .single-cheat__tab-content {
                padding-right: 0;
            }
        }
@media (min-width: 992.98px) {

    .images-single-cheat__body {
        display: -ms-grid;
        display: grid !important;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        justify-items: start;
        gap: 20px;
        margin-bottom: 0;
    }
}

.images-single-cheat__body {
    margin-bottom: 0;

}

.images-single-cheat__body .swiper-slide {
    opacity: 1 !important;
}


        @media screen and (min-width: 501px) {

            .images-single-cheat__body {
                flex-wrap: nowrap;
                overflow: auto;
                display: flex !important;
            }

            .images-single-cheat__body .swiper-slide {
                flex: 0 0 calc( 33.3%  - 13px );
            }
        }

        @media screen and (max-width: 500px) {
            .images-single-cheat__body .swiper-slide {
                max-width: 71vw;
            }

            .single-cheat__main {
                padding-bottom: .75em;
            }
            
            .images-single-cheat__body .swiper-slide + .swiper-slide {
                margin-left: 1em;
            }
        }


.images-single-cheat__img {
    max-width: 419px;
    width: 100%;
    height: 152px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    opacity: 1 !important;
}

@media (max-width: 991.98px) {
    .images-single-cheat__img {
        border-radius: 15px;

    }
}

.images-single-cheat__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
}

@media (any-hover: hover) {
    .images-single-cheat__img img:hover {
        transform: scale(1.1);
    }
}


.func-single-cheat__list {
    margin-bottom: 5.625rem;
    will-change: contents;
    max-width: 530px;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
}

.func-single-cheat__list.open {
    height: auto;
}

.func-single-cheat__item {
    padding-left: 2rem;
    position: relative;
    color: #fff;
}

.func-single-cheat__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 19px;
    height: 3px;
    background-color: #FFD12E;
}

.func-single-cheat__item:not(:last-child) {
    margin-bottom: 1.875rem;
}

.func-single-cheat__item.show {
    display: block;
}

.system-block-single-cheat__body {
    padding: 3.125rem 3.125rem 3.125rem 0rem;
    margin-bottom: 12.5rem;
    border-bottom: 1px solid #6F6F6F;
}

    @media screen and (max-width: 1100px) {
        .system-block-single-cheat__body {
            padding-right: 0;
        }
    }

.system-block-single-cheat__label {
    margin-bottom: 5rem;
}

@media (max-width: 992.98px) {
    .system-block-single-cheat__label {
        margin-bottom: 2rem;
    }
}

.system-block-single-cheat__label h2 {
    font-size: 2.8125rem;
    color: #fff;
}

@media screen and (max-width: 500px) {
    .system-block-single-cheat__label h2 {
        font-size: 2.4rem;
    }

    .commentlist .review {
        flex: 1 1 100%;
    }
}

/*.grid-system-block-single-cheat__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}*/

.grid-system-block-single-cheat__body {
    display: flex;
    flex-direction: column;
}

.item-single-cheat__label {
    margin-bottom: 0.3125rem;
    margin-top: 1em;
}

.item-single-cheat__label h3 {
    font-size: 1.3125rem;
    font-weight: normal;
}

.item-single-cheat__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 1.3125rem;
    border-bottom: 1px solid rgba( 88, 88, 88, 70% );
    padding: .5em 0 1em 0;
}

.item-single-cheat__block img {
    margin-right: 0.625rem;
    position: absolute;
    left: 0;
    top: 0;
    filter: brightness(76.9%) sepia(100) saturate(100) hue-rotate(356deg);
    min-height: 0.9em;
    max-width: 1.2em;

}

.video-single-cheat__body {
    margin-bottom: 3.125rem;
}

.single-cheat__checkout,
.single-cheat__help,
.video-single-cheat__video {
    display: flex;
     position: fixed;
   
    background: rgba( 0, 0, 0, .7 );
    z-index: 1000;
   
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 28px;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    box-sizing: border-box;
    backdrop-filter: blur( 6px);
}

.single-cheat__help .close,
.video-single-cheat__video .close {
   color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 300;
    font-size: 3.5rem;
    line-height: 0.8;
    width: 0.7em;
    transition: .25s opacity;
}

    .single-cheat__help .close:hover,
    .single-cheat__help .close:active,
    .single-cheat__help .close:focus,
    .video-single-cheat__video .close:hover,
    .video-single-cheat__video .close:active,
    .video-single-cheat__video .close:focus {
        opacity: .8;
    }


#TB_window,
.single-cheat__checkout-wrap,
.single-cheat__help-content,
.video-single-cheat__video iframe {
         top: 50%;
    left: 50%;
    max-height: 100vh;
    transform: translate(-50%, -50%);
    border: 4px solid rgba(255, 255, 255, .1);
    padding: 0.6em;
    position: absolute;
    border-radius: 24px;
    width: 800px;
    height: 500px;
    /* border-width: 0; */
    outline-width: 0;
    display: block;
}

#TB_window {
    margin: 0 !important;
    min-width: 500px;
    background-color: #141414 !important;
}



#TB_ajaxContent {
    clear: both;
    padding: 1.3em;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
    min-width: 100%;
    min-height: 100%;
}

#TB_title {
    background: none !important;
    border: 0 !important;
    color: white !important;
    height: auto !important;
    margin-bottom: 2em !important;
    font-size: 1.3em   !important;
}

.tb-close-icon {
    width: 3em;
    height: 1.3em;  
        right: 1em !important;
    
}


@media screen and (max-width: 550px) {
    #TB_window {
        min-width: 100%;
        height: 100%;
        border-radius: 0;
        border: 0;
    }

    #TB_ajaxContent div:has([type="button"]) {
        flex-direction: column;
    }

  
}


    .tb-close-icon:before {
        font-size: 2em !important;
    }

#the_champ_confirm_email,
#the_champ_email {
    color: white;
    background: #222;
    border-radius: 10px;
    margin-bottom: .35rem;
    padding: 0.85rem 1.5rem;
    align-items: center;
    font-weight: normal;
    min-height: 3.9rem;
        width: 100%;
    margin: 1em 0 0em 0;
}

.single-cheat__checkout-wrap  {
    overflow: auto;
    display: flex;
    flex-direction: row;
    width: 1000px;
    max-width: 100%;
    padding: 0;
    height: auto;
    border: 0;

    background: #1a1a1a;
    border-radius: 10px;
}


    
    .single-cheat__checkout-wrap .close {
            position: absolute;
            transition: .25s opacity;
            right: 0.3em;
            top: 0em;
            font-size: 2.3em;
            background: none;
            font-weight: normal;
    }
    
        .single-cheat__checkout-wrap .close:hover,
        .single-cheat__checkout-wrap .close:active,
        .single-cheat__checkout-wrap .close:focus {
            opacity: .7;
        }

    .checkout-title {
        line-height: 1.3;
        color: white;
        font-size: 1.1em;
        font-weight: normal;
        margin-bottom: 1.5em;
    }

.single-cheat__help-content {
    background: #181818;
    padding: 1.5em;
    overflow: auto;
    line-height: 1.4;
}

@media screen and (max-width: 840px)
{
    .single-cheat__help-content ,
    .video-single-cheat__video iframe {
        max-width: 100%;
        padding: 0;
        border-radius: 0;
        left: 0;
        border: 0;
        height: 40vh;
        transform: translateY(-20vh);
    }

    .single-cheat__help-content {
        height: 80vh;
        transform: translateY(-40vh);
        padding: 0 5%;

    }
}

.video-single-cheat__label {
    margin-bottom: 1.875rem;
}

.item-single-cheat__body {
    position: relative;
    padding-left: 1.85em;
}

.video-single-cheat__label h2 {
    font-size: 2.8125rem;
    color: #fff;
}

.grid-system-block-single-cheat__item:first-child .item-single-cheat__label {
    margin-top: 0;
}

.grid-system-block-single-cheat__item:last-child .item-single-cheat__block {
    border: 0;
}


    .checkout-content {
        flex: 1 1 auto;
    }

    .checkout-content > .checkout-wrap,
    .checkout-sidebar {
        padding: 2rem;
        box-sizing: border-box;
        color: #999999;
    }
    
        .checkout-content > .checkout-wrap.checkout-wrap__description {
            border-top: 1px solid rgba( 255,255,255, .2 );
            font-weight: normal;
            font-size: .9em;
            line-height: 1.4;
        }

      
            .checkout-wrap__description ol,
            .checkout-wrap__description ul {
                margin: 0.5em 0 0 1.6em;
            }

                .checkout-wrap__description ul li {
                    list-style: disc;
                    margin: 0;
                }

    
    .checkout-payment_systems {
        display: flex;
        gap: 1rem;
    }   

        .checkout-payment_system {
            background: #141414;
            padding: 2.25rem 1.25rem;
            border-radius: 7px;
            flex: 0 0 37%;
            border: 1px solid transparent;
        }

            @media screen and (max-width: 1023px) {
                    .checkout-payment_system {
                        flex-basis: 45%;
                    }
            }

                @media screen and (max-width: 767px) {
                    .checkout-payment_system {
                        flex-basis: 60%;
                    }
            }

            
            .checkout-payment_system.active {
                border-color: #FFE073;
            }
            
            .checkout-payment_system img {
                display: block;
                width: 100%;
                height: auto;
            }

    .checkout-fee {
           background: #222222;
            border-radius: 7px;
            padding: 1.5rem 1rem;
            display: flex;
            align-items: center;
            gap: .25em;
            width: max-content;
            margin: 1em 0;
            color: white;
    }
    
        .checkout-fee:before {
            content: 'Комиссия сервиса:';
            color: #999;
        }

    .checkout-disclaimer {
        display: block;
        font-weight: normal;
        font-size: .9rem;
        margin: 1rem 0 1rem 0;
        line-height: 1.3;    
    }

    .checkout-label {
           background: #222;
        border-radius: 10px;
        margin-bottom: .35rem;
        padding: 0.85rem 1.5rem;
        align-items: center;
        font-weight: normal;
        min-height: 3.9rem;
    }

        .checkout-label__region {
            display: flex;
            justify-content: space-between;
        }
        
            .checkout-label__region:before {
                content: 'Регион';
                font-size: 1rem;
            }

        .checkout-label__simple {
            background: none;
            padding: 1rem 0;
            font-weight: normal;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .checkout-label__subtotal {
            margin-top: 1rem;
        }

        .checkout-label__subtotal:before {
            content: 'Стоимость товара';
            font-size: .9em;
            margin-right: .5rem;
            line-height: 1.3;
        }

        .checkout-label__product-option {
            color: #999;
            font-size: 1rem;
            margin-left: auto;
            white-space: nowrap;
        }

        .checkout-label__product {
            display: flex;
            gap: 1rem;
            align-items: center;
            color: white;
        }

        .checkout-label__product-name {
            font-size: .9em;
        }

        .checkout-label__info {
            padding-left: 3rem;
            color: #CCCCCC;
            padding-top: .75rem;
            padding-bottom: .75rem;
            line-height: 1.3;
            font-size: .9rem;
            background: #3F3F3F url( '../img/i-solid.svg' ) no-repeat 1.25rem center / 1rem 1rem;
        }


            .checkout-label__product-image {
                width: 2rem;
                height: 2rem;
            }

        .checkout-label__total {
            padding-top: 0;
        }


        .checkout-label__total:before {
            content: 'К оплате';  
            font-size: .9em;
    margin-right: .5rem;
    line-height: 1.3;
        }
        
        .checkout-label:has(input) {
            margin-top: 1.5rem;
        }

        .checkout-label input {
            background: none;
            font-size: 1.1rem;
            border: 0;            
            display: block;
            width: 100%;
        }

            .checkout-label input,
            .checkout-label input::placeholder {
                color: #999;
                outline: none !important;
            }

        .checkout-label__simple-value {
            color: white;
            font-weight: bold;
            white-space: nowrap;
        }

         .checkout-label__total .checkout-label__simple-value {
            font-size: 1.1em;

         }

        .checkout-button {
            padding-top: 1.35rem;
            padding-bottom: 1.35rem;
        }

    .checkout-sidebar {
        background: #141414;
        width: 43%;
    }

    @media screen and (max-width: 1023px) {
        .checkout-sidebar {
            width: 60%;
        }
    }
    
    @media screen and (max-width: 767px) {
        .checkout-sidebar {
            width: 70%;
        }
    }

    .checkout-labels {
        display: flex;
        flex-direction: column;
    }


@media screen and (max-width: 650px) {
    .single-cheat__checkout-wrap {
        flex-direction: column;
    }

    .checkout-sidebar {
        width: 100%;
    }

    .checkout-content > .checkout-wrap, .checkout-sidebar {
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 1rem;
    }

    .checkout-label__info {
        font-size: 1rem;
    }

    .checkout-label {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}



.faq__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4.375rem;
}

.faq__descr {
    max-width: 579px;
    text-align: center;
    color: #8F8F8F;
    margin-bottom: 3.125rem;
}

.grid-faq__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 7.5rem;
}

.item-faq__body {
    background: #1A1A1A;
    -webkit-backdrop-filter: blur(21.184px);
    backdrop-filter: blur(21.184px);
    border-radius: 10px;
    padding: 3.125rem 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
}

.item-faq__icon {
    margin-bottom: 2.75rem;
}

.item-faq__label {
    margin-bottom: 0.9375rem;
}

.item-faq__label h2 {
    color: #fff;
    font-size: 1.6875rem;
    max-width: 260px;
}

.item-faq__descr {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #797979;
    font-size: 1rem;
    margin-bottom: 2.625rem;
}

.item-faq__btn {
    background: #2C2C2C;
    border-radius: 8px;
    color: #A7A7A7;
    padding: 1rem 2.375rem;
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    position: relative;
}

.item-faq__btn::after {
    content: "";
    position: absolute;
    bottom: -60%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    height: 80%;
    background-color: #FFC700;
    border-radius: 8px;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    opacity: 0;
}

.item-faq__btn:first-child {
    margin-right: 0.5625rem;
}

.item-faq__btn:hover {
    background-color: #FFC700;
    color: #2B2B2B;
}

.item-faq__btn:hover::after {
    opacity: 0.5;
}

.guarantee__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4.375rem;
    margin-bottom: 70px;
}

.guarantee__descr {
    max-width: 657px;
    text-align: center;
    margin-bottom: 4.375rem;
}

.grid-guarantee__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.item-guarantee__body {
    /*max-width: 321px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;

    background: #1A1A1A;
    padding: 20px;
    border-radius: 8px;
    gap: 15px;
}

.item-guarantee__icon {
    margin-bottom: 1.5625rem;
    position: relative;
}

.item-guarantee__icon:before {
      content: '';
    position: absolute;
    inset: 0;
    opacity: 1;
    filter: blur(25px);
    background: #FFE073;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item-guarantee__icon img {
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
}

.item-guarantee__label {
    margin-bottom: 0.9375rem;
}

.item-guarantee__label h2 {
    font-size: 1.2rem;
    color: #fff;
}

.item-guarantee__descr {
    font-size: 0.9rem;
    line-height: 150%;
    color: #797979;
}

.accounts__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4.375rem;
    margin-bottom: 7.5rem;
}

.accounts__title h1 {
    text-align: center;
}

.accounts__descr {
    margin-bottom: 4.375rem;
    max-width: 657px;
    text-align: center;
}

.grid-accounts__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.item-accounts__body {
    max-width: 403px;
    max-height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    height: 100%;
    width: 100%;
}

.item-accounts__img {
    height: 350px;
    width: 100%;
    max-width: 403px;
}

.item-accounts__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
    display: block;
}

.item-accounts__block {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.02%, #101010), color-stop(306.61%, rgba(16, 16, 16, 0.07)));
    background: -o-linear-gradient(bottom, #101010 0.02%, rgba(16, 16, 16, 0.07) 306.61%);
    background: linear-gradient(0deg, #101010 0.02%, rgba(16, 16, 16, 0.07) 306.61%);
    -webkit-backdrop-filter: blur(21.184px);
    backdrop-filter: blur(21.184px);
    border-radius: 18px;
    padding: 1.875rem 2.1875rem;
}

.block-accounts__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

.block-accounts__label-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5625rem;
}

.block-accounts__label {
    padding-left: 2.8125rem;
    position: relative;
}

.block-accounts__label h2 {
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
}

.block-accounts__label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 29px;
    height: 3px;
    background-color: #FFC700;
}

.block-accounts__type {
    font-size: 1rem;
    text-align: center;
    padding-left: 0.625rem;
    position: relative;
}

.block-accounts__type::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 21px;
    background-color: #949494;
}

.block-accounts__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.9375rem;
}

.block-accounts__tag {
    color: #fff;
    font-size: 1rem;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.02%, #101010), color-stop(306.61%, rgba(16, 16, 16, 0.07)));
    background: -o-linear-gradient(bottom, #101010 0.02%, rgba(16, 16, 16, 0.07) 306.61%);
    background: linear-gradient(0deg, #101010 0.02%, rgba(16, 16, 16, 0.07) 306.61%);
    border: 1px solid #393939;
    -webkit-backdrop-filter: blur(21.184px);
    backdrop-filter: blur(21.184px);
    border-radius: 6px;
    padding: 0.25rem 0.625rem;
}

.block-accounts__tag:not(:last-child) {
    margin-right: 0.625rem;
}

.block-accounts__price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-accounts__price {
    color: #fff;
    font-size: 1.625rem;
}

.block-accounts__price span {
    font-size: 1rem;
}

.block-accounts__btn {
    background: -o-linear-gradient(50.03deg, #FFE073 -14.96%, #FFC700 137.97%);
    background: linear-gradient(39.97deg, #FFE073 -14.96%, #FFC700 137.97%);
    border-radius: 8.64654px;
    color: #5F4E11;
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
    padding: 0.625rem 1.25rem;
}

.block-accounts__btn:hover {
    -webkit-filter: contrast(1.2);
    filter: contrast(1.2);
}

.payment__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4.375rem;
    margin-bottom: 7.5rem;
}

.payment__title {
    text-align: center;
    margin-bottom: 3.125rem;
}

.payment__list {
    margin-bottom: 1.875rem;
}

.payment__item {
    padding-left: 1.875rem;
    position: relative;
}

.payment__item::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: #FFD646;
}

.payment__item:not(:last-child) {
    margin-bottom: 0.625rem;
}

.payment__label {
    text-align: center;
    margin-bottom: 3.125rem;
}

.privacy__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4.375rem;
    margin-bottom: 7.5rem;
}

.privacy__title {
    margin-bottom: 3.125rem;
}

.privacy__descr {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 1.875rem;
}

.list-privacy {
    margin-bottom: 4.375rem;
}

.payment__list {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

body {
    position: relative;
}

.not-found {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 35em) {
    .block-fav__body {
        height: 6.25rem;
    }
}

@media (max-width: 25em) {
    .item-faq__btns {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .item-faq__btn:first-child {
        margin-right: 0rem;
        margin-bottom: 0.625rem;
    }
}

@media (max-width: 79.0625em) {
    [class*=__container] {
        max-width: 71.875rem;
    }

    .footer__block {
        margin-bottom: 3.125rem;
    }

    .leftblock-top__title {
        width: 750px;
    }

    .leftblock-top__descr {
        width: 580px;
    }

    .rightblock-top {
        margin-left: -15.625rem;
    }

    .grid-fav__body {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .grid-catalog-items__body {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 500.98px) {
    .grid-catalog-items__body {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .grid-catalog-items__body {
        /* grid-template-columns: 1fr; */
    }
}

@media (max-width: 74.99875em) {
    [class*=__container] {
        max-width: 60.625rem;
    }

    .sidebar__body {
        padding: 1.875rem 2.5rem;
        max-width: 400px;
    }

 

    .sidebar__btn {
        padding: 1.5625rem 0rem;
    }

    .list-sidebar-item__body {
        padding: 1.25rem;
    }

    .list-sidebar-item__block {
        font-size: 1.25rem;
    }

    .list-sidebar-item__price {
        font-size: 1.25rem;
    }

    .header__logo {
        margin-right: 2.5rem;
    }

    .menu__item {
        text-align: center;
    }

    .menu__item:not(:last-child) {
        margin-right: 1.875rem;
    }

    .menu__list .menu-item {
        text-align: center;
    }

    .menu__list .menu-item:not(:last-child) {
        margin-right: 1.875rem;
    }

    .block-footer__left-col {
        margin-right: 7.5rem;
    }

    .top__decoration {
        display: none;
    }

    .rightblock-top {
        margin-left: -30rem;
    }

    .swiper-slide {
        opacity: 0.4;
    }

    .block-fav__body {
        height: 100px;
    }

    .catalog__search-block::before {
        left: 105px;
    }

    .catalog__search-input {
        height: 6.25rem;
        padding-left: 8.4375rem;
    }

    .catalog .icon-search {
        left: 30px;
    }

    .catalog-items__body {
        margin-top: 3.125rem;
        margin-bottom: 6.25rem;
    }

    .faq__body {
        margin-top: 3.125rem;
    }

    .grid-faq__body {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .grid-accounts__body {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 991.98px) {
    .item-fav__body {
        border-radius: 8px;

    }

    .item-fav__img {
        padding-bottom: 130px;
    }

    .grid-fav__body {
        grid-gap: 20px;
    }

    .item-fav__img img {
        height: 200px;
        width: 100%;
    }

    .block-fav__title {
        /* padding-bottom: 30px; */
        padding-top: 10px;
        height: 80px;
        display: flex;
        align-items: center;
    }

    .block-fav__title h3 {
        text-align: center;
    }

    .block-fav__body {
        height: 150px !important;
        /* display: grid; */
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        border-radius: 8px;
    }

    .block-fav__btn-block {
        width: 100%;
        margin-top: auto;

    }

    .block-fav__btn {
        margin: 0px -10px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .grid-fav__item.item-fav:last-child:nth-child(2n+1) {
        grid-column-start: 1;
        grid-column-end: 3;
    }
}

@media (max-width: 61.99875em) {
    [class*=__container] {
        max-width: 46.875rem;
    }

    .sidebar {
        position: static;
        top: 0;
        /* margin-top: -6.25rem; */
        margin-bottom: 6.25rem;
        left: 0;
        right: 0;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .sidebar__body {
        max-width: 100%;
    }

    .footer__body {
        padding: 3.75rem 0 1.875rem 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .footer__social a {
        font-size: 1.75rem;
    }

    .footer__support {
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    .top__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .leftblock-top__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 20px ;
    }

    .leftblock-top__title {
        width: 100%;
        margin-top: 3.125rem;
    }

    .leftblock-top__descr {
        width: 100%;
    }

    .rightblock-top {
        margin-left: 0rem;
        margin-top: -18.75rem;
    }

    /* .grid-fav__body {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    } */

    .catalog__body {
        margin-top: 3.125rem;
        margin-bottom: 6.25rem;
    }

    .catalog__descr {
        margin-bottom: 3.125rem;
    }

    .catalog__search-block {
        margin-bottom: 3.125rem;
    }

    .catalog-items__body {
        margin-top: 1.875rem;
    }

    .block-catalog-items__body {
        height: 6.25rem;
        padding: 1.25rem 0.9375rem;
        border-radius: 14px;
    }

    .block-catalog-items__label {
        font-size: 1.4375rem;
    }

    .block-catalog-items__price {
        font-size: 1.5625rem;
    }

    .block-catalog-items__btn {
        padding: 0.625rem 1.25rem;
    }

    .single-cheat__body {
        margin-bottom: 3.125rem;
    }

    .single-cheat__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .single-cheat__func ul {
        margin-bottom: 4.375rem;
    }

    .single-cheat__btn-more {
        margin-right: 0.625rem;
    }

    .images-single-cheat__body {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .func-single-cheat__list {
        margin-bottom: 4.375rem;
    }

    .faq__body {
        margin-top: 1.875rem;
    }

    .guarantee__body {
        margin-top: 3.125rem;
        margin-bottom: 6.25rem;
    }

    .guarantee__descr {
        margin-bottom: 6.25rem;
    }

    .grid-guarantee__body {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .accounts__body {
        margin-top: 3.125rem;
        margin-bottom: 6.25rem;
    }

    .accounts__body {
        margin-top: 1.875rem;
    }

    .accounts__descr {
        margin-bottom: 3.125rem;
    }

    .payment__body {
        margin-top: 3.125rem;
        margin-bottom: 6.25rem;
    }

    .privacy__body {
        margin-top: 3.125rem;
        margin-bottom: 6.25rem;
    }

    .list-privacy {
        margin-bottom: 3.125rem;
    }
}

@media (max-width: 47.99875em) {
    [class*=__container] {
        max-width: none;
        padding: 0 0.625rem;
    }

    .title h1 {
        font-size: 2.5rem;
    }

    .descr {
        font-size: 1.125rem;
    }

    .sidebar {
        /* margin-top: -9.375rem; */
        /* margin-right: 0.625rem; */
    }

    .sidebar__body {
        max-width: 100%;
    }

    .header__body {
        height: 100px;
    }

    .header__social a {
        font-size: 1.5625rem;
    }

    .header__social a:not(:last-child) {
        margin-right: 2.1875rem;
    }

    .menu__body {
        position: fixed;
        top: -60px;
        left: -140px;
        width: 100%;
        height: 100%;
        background-color: #111111;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        inset: 0;
    }

    @media (max-width: 991.98px) {
        .menu__body {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
    }

    .menu__body.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /* min-height: 100%; */
        position: relative;
        /* top: 50%; */
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-30%);
        -ms-transform: translateX(-50%) translateY(-30%);
        transform: translateX(-50%) translateY(-30%);
    }

    .menu__item:not(:last-child) {
        margin-right: 0rem;
        margin-bottom: 4.375rem;
    }

    .menu__link {
        font-size: 1.625rem;
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 1.875rem;
        height: 1.125rem;
        cursor: pointer;
        z-index: 5;
    }

    .icon-menu span,
    .icon-menu::before,
    .icon-menu::after {
        content: "";
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: 0.125rem;
        background-color: #FFD646;
    }

    .icon-menu::before {
        top: 0;
    }

    .icon-menu::after {
        bottom: 0;
    }

    .icon-menu span {
        top: calc(50% - 0.0625rem);
    }

    .icon-menu.open span {
        width: 0;
    }

    .icon-menu.open::before {
        top: calc(50% - 0.0625rem);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .icon-menu.open::after {
        bottom: calc(50% - 0.0625rem);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menu__list .menu-item:not(:last-child) {
        margin-right: 0rem;
        margin-bottom: 40px;
    }

    .menu__list .menu-item a {
        font-size: 1.625rem;
    }

    .fav__decoration {
        height: 18.75rem;
        width: 25rem;
    }

    .catalog__body {
        margin-top: 1.875rem;
    }

    .catalog__descr {
        margin-bottom: 1.875rem;
    }

    .catalog__search-block {
        margin-bottom: 1.875rem;
    }

    .catalog-items__descr {
        font-size: 1.25rem;
    }

    .grid-catalog-items__body {
        /* -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; */
        grid-gap: 20px;
    }

    .single-cheat__body {
        margin-top: 3.125rem;
    }

    .single-cheat__block {
        padding-right: 0rem;
    }

    .single-cheat__func ul {
        margin-bottom: 3.125rem;
    }

    .single-cheat__btn-more {
        margin-bottom: 3.125rem;
    }

    .title-block-single-cheat__title h1 {
        font-size: 1.875rem;
    }

    .images-single-cheat__body {
        margin-bottom: 3.125rem;
    }

    .func-single-cheat__list {
        margin-bottom: 3.125rem;
    }

    .faq__descr {
        margin-bottom: 1.875rem;
    }

    .grid-faq__body {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .guarantee__body {
        margin-top: 1.875rem;
    }

    .guarantee__descr {
        margin-bottom: 4.375rem;
    }

    .accounts__descr {
        margin-bottom: 1.875rem;
    }

    .grid-accounts__body {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .payment__body {
        margin-top: 1.875rem;
    }

    .payment__title {
        margin-bottom: 1.875rem;
    }

    .payment__label {
        margin-bottom: 1.875rem;
    }

    .privacy__body {
        margin-top: 1.875rem;
    }

    .privacy__title {
        margin-bottom: 1.875rem;
    }

    .privacy__descr {
        font-size: 1.125rem;
    }

    .payment__item {
        font-size: 1.125rem;
    }
}

@media (max-width: 40.375em) {
    .footer__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__item {
        text-align: center;
    }

    .footer__item:not(:last-child) {
        margin-bottom: 2.1875rem;
    }

    .footer__social {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .block-footer__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 250px;
    }

    .block-footer__left-col {
        margin-right: 0rem;
    }

    .block-footer__right-col {
        margin-bottom: 3.125rem;
    }

    .footer__list>li {
        text-align: center;
    }

    .footer__list>li:not(:last-child) {
        margin-bottom: 2.1875rem;
    }
}

@media (max-width: 37.5em) {
    .grid-guarantee__body {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 36.25em) {
    .title h1 {
        font-size: 2.1875rem;
    }

    .leftblock-top__btns-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        /* -ms-flex-direction: column; */
        /* flex-direction: column; */
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .leftblock-top__btn:first-child {
        margin-right: 0rem;
        /* margin-bottom: 1.875rem; */
    }

    .rightblock-top {
        margin-top: -25rem;
    }
}

@media (max-width: 35.625em) {
    .grid-system-block-single-cheat__body {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 34.375em) {
    .title h2 {
        font-size: 2.1875rem;
        line-height: 1.1111111111;
    }

    .fav__body {
        margin-top: 3.125rem;
        padding-bottom: 3.125rem;
    }

    .fav__label h2 {
        font-size: 2.1875rem;
        line-height: 1.1111111111;
    }

    .item-faq__btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .item-faq__btn:first-child {
        margin-right: 0.5625rem;
        margin-bottom: 0rem;
    }
}

@media (max-width: 32.5em) {
    .swiper-slide {
        width: 500px;
    }
}

@media (max-width: 29.99875em) {
         {
        max-width: 375px;
    }

    .sidebar__agree {
        font-size: 1.125rem;
    }

    .header__social a {
        margin-right: 0.625rem;
    }

    .header__social a:nth-child(1),
    .header__social a:nth-child(2) {
        margin-right: 0.3125rem;
    }

    .top__container {
        overflow: hidden;
    }

    .item-fav__block {
        padding: 0rem 0.625rem;
    }

    .item-fav__block {
        padding: 0rem 0.625rem;
        border-radius: 8px;
    }

    .block-fav__body {
        height: 3.125rem;
    }

    .block-fav__btn {
        padding: 0.3125rem 1.25rem;
    }

    .catalog__search-block::before {
        height: 2.5rem;
        left: 80px;
    }

    .catalog__search-input {
        height: 4.375rem;
        padding-left: 6.25rem;
    }

    .catalog .icon-search {
        font-size: 1.875rem;
    }

    .catalog-items__descr {
        font-size: 1.125rem;
        margin-bottom: 4.375rem;
    }

    .single-cheat__body {
        margin-top: 1.875rem;
    }

    .single-cheat__descr {
        margin-bottom: 1.875rem;
    }

    .single-cheat__btn-more {
        margin-bottom: 2.5rem;
    }

    .images-single-cheat__body {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .guarantee__descr {
        margin-bottom: 3.125rem;
    }
}

@media (max-width: 28.125em) {
    .rightblock-top {
        /*         margin-right: -6.25rem; */
    }
}

@media (max-width: 25.625em) {
    .block-fav__btn {
        padding: 1.25rem 2.5rem;
    }
}

@media (max-width: 23.4375em) {
    .single-cheat__btn-more {
        margin-left: 0.625rem;
    }
}

.preloader.done {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader {
    opacity: 1;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: visible;
    position: fixed;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.25rem;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*     background-color: #000; */
    background-color: #000000c9;
    backdrop-filter: blur(20px);
}

.preloader img {
    max-width: 12.5rem;
    width: 300px;
    height: 300px;
    object-fit: contain;
}

.loading-text {
    -webkit-transform: translateX(-3%);
    -ms-transform: translateX(-3%);
    transform: translateX(-3%);
}

.loading-text span {
    display: inline-block;
    margin: 0 5px;
    font-weight: 700;
    font-size: 1rem;
    color: rgb(255, 207, 55);
    font-family: "Quattrocento Sans", sans-serif;
}

.loading-text span:nth-child(1) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
    animation: blur-text 1.5s 0s infinite linear alternate;
}

.loading-text span:nth-child(2) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
    animation: blur-text 1.5s 0.2s infinite linear alternate;
}

.loading-text span:nth-child(3) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
    animation: blur-text 1.5s 0.4s infinite linear alternate;
}

.loading-text span:nth-child(4) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
    animation: blur-text 1.5s 0.6s infinite linear alternate;
}

.loading-text span:nth-child(5) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
    animation: blur-text 1.5s 0.8s infinite linear alternate;
}

.loading-text span:nth-child(6) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
    animation: blur-text 1.5s 1s infinite linear alternate;
}

.loading-text span:nth-child(7) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
    animation: blur-text 1.5s 1.2s infinite linear alternate;
}

.loading-text span:nth-child(8) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.4s infinite linear alternate;
    animation: blur-text 1.5s 1.4s infinite linear alternate;
}

@-webkit-keyframes blur-text {
    0% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        filter: blur(4px);
    }
}

@keyframes blur-text {
    0% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        filter: blur(4px);
    }
}

.loading {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.loading.done {
    opacity: 0;
    visibility: hidden;
}




.yellow-btn {
    display: inline-block;
    transition: all 0.4s ease 0s;

}

.gray-btn {
    display: inline-block;
}

.yellow-btn:hover {
    transform: scale(.95) rotate(-8deg);
    background: linear-gradient(39.97deg, #FFF -14.96%, #FFC700 137.97%);
}

.gray-btn:hover {
    transform: scale(.95) rotate(8deg);
}

.item-fav__img:hover img {
    transform: scale(1.1);
}

.item-fav__img img {
    transition: all 0.4s ease 0s;
}

.item-fav__body {
    transition: all 0.4s ease 0s;
}

.item-fav__body:hover {
    /*     transform: scale(.95); */

}

.main-content-wrapper {
    position: relative;
}

.main-content-wrapper__bg {
    position: absolute;
    inset: 0;
    background: url('../img/bg-main-new.webp') 0 0 / 100% auto;
    /* background: url('../img/bg-main-new.webp') 0 0/ cover no-repeat; */
}

@media (max-width: 767.98px) {
    .main-content-wrapper__bg {
        background-position: center;
        /* background: url('../img/bg-main-new.webp') center/cover no-repeat; */ 
    }
}

.main-content-wrapper__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.advantages__slider {
    padding: 30px !important;
    margin: -30px;
}

@media (max-width: 991.98px) {
    .advantages__slider {
        padding: 0 !important;
        margin: 0;
    }
}

.advantages__item {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 1 !important;
}

@media (any-hover: hover) {
    .advantages__item:hover {
        /*   -webkit-box-shadow: 0px 0px 18px 0px #000;
          box-shadow: 0px 0px 18px 0px #000; */
        box-shadow: 0px 0px 18px 0px #ffda6b;
    }

    .advantages__item:hover .item-advantages__info {
        color: #FFD647;
    }
}

.advantages__item:hover .item-advantages__image img {}

.item-advantages__info {

    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.item-advantages__image img {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100px;
    height: 100px;
}

@media (max-width: 991.98px) {
    .item-advantages__image img {
        width: 140px;
        height: 140px;
    }
}

.advantages {
    padding-top: 8.75rem;
    padding-bottom: 4.75rem;
    position: relative;
}

.advantages__nav {
    display: none;
}

.slider-prev::before,
.slider-next::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M22.8275 30.5835L28.0075 25.4035C28.7875 24.6235 28.7875 23.3635 28.0075 22.5835L22.8275 17.4035C21.5675 16.1635 19.4075 17.0435 19.4075 18.8235V29.1635C19.4075 30.9635 21.5675 31.8435 22.8275 30.5835Z' fill='white'/%3E%3C/svg%3E");
    ;
}

.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;

}

.slider-prev {
    transform: translateY(-50%) rotate(180deg);
}

.slider-next {
    right: 0px;
}

@media (max-width: 991.98px) {
    .advantages {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .advantages__nav {
        display: block;

    }
}

.advantages__container {
    position: relative;
}



@media (min-width: 767.98px) {
    .advantages__items {
        z-index: 2;
        position: relative;
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }
}

.item-advantages {
    position: relative;
    z-index: 3;
    /*  box-shadow: 0px 0px 18px 0px #ffda6b; */
    border-radius: 10px;
    background: #1A1A1A;
    backdrop-filter: blur(21.184019088745117px);
    display: flex !important;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    height: 100% !important;

}

.item-advantages::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    background: inherit;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.item-advantages__image {
    /*   margin-bottom: 1.875rem; */
    margin-bottom: 10px;
    position: relative;
}

.item-advantages__image:before {
    content: '';

    position: absolute;
    inset: 0;
    opacity: 0.6;
    filter: blur(45px);
    background: #FFE073;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.item-advantages__image img {
    /*   width: 6.25rem; */
}

.item-advantages__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    font-weight: 500;
    line-height: 120%;
    font-size: 1.2rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 10rem;
}

.advantages__bg {
    position: absolute;
    bottom: -70%;
    left: -300px;
    max-width: 17.625rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.advantages__bg-two {
    position: absolute;
    bottom: -70%;
    right: -150px;
    max-width: 15.625rem;
    -o-object-fit: contain;
    object-fit: contain;
}

/* @media (max-width: 56.25em) {
    .advantages__items {
        grid-template-columns: repeat(2, 1fr);

    }
} */

@media (max-width: 43.75em) {
    .advantages__bg {
        top: -40%;
    }

    .advantages__bg-two {
        bottom: -40%;
    }
}

@media (max-width: 34.375em) {
    /* .advantages__items {
        grid-template-columns: 1fr;

    } */

    .advantages__bg {
        top: -20%;
    }

    .advantages__bg-two {
        bottom: -20%;
    }
}

@media (max-width: 26.25em) {
    .advantages__bg {
        top: 0;
    }

    .advantages__bg-two {
        bottom: 0;
    }
}

.sidebar {
    margin-left: 20px;
    max-width: 405px;
}

html {
    overflow-y: overlay;
}

::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0) inset;
}

::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-thumb {
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 9999px;
    background-color: #FFE073 !important;
}

.item-catalog-items__body {
    height: 100% !important;
}

@media (max-width: 767.98px) {
    .item-catalog-items__body {
        height: 300px !important;
    }
}

.item-catalog-items__body a img {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.item-catalog-items__body:hover a img {
    transform: scale(1.1);
}

.block-catalog-items__label.label-catalog {
    flex: 1 1 auto !important;
}

@media (max-width: 767.98px) {
    .block-catalog-items__label.label-catalog {
        padding: 10px;
        text-align: center;
    }

    .page-cheats .block-catalog-items__label.label-catalog {
        text-align: left;
        padding-left: 2.75em !important;
    }

    .block-catalog-items__label.label-catalog .block-catalog-items__price {
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
    }
}

.block-catalog-items__body {
    min-height: 72px !important;
    height: 90px;
    padding: 0.5rem 1rem !important;
}

@media (max-width: 767.98px) {
    .block-catalog-items__body {
        height: auto !important;
        flex-wrap: wrap;
    }

    .block-catalog-items__body {
        padding: 0 !important;
    }
}

.block-catalog-items__btn {
    padding: 11px 8px !important;
}

.block-catalog-items__price {
    font-size: 16px !important;
    white-space: nowrap;

}

.block-catalog-items__price._mob {
    display: none;
}

@media (max-width: 767.98px) {
    .block-catalog-items__price {
        display: none;
    }

    .block-catalog-items__price._mob {
        display: block;
    }
}

.label-catalog .woocommerce-loop-product__title {
    font-size: 15px !important;
}

.item-catalog-items__body img {
    border-radius: 6px !important;
    margin-right: 0 !important;
}

.block-catalog-items__logo {
    flex: 0 0 50px;
}

@media (max-width: 767.98px) {
    .block-catalog-items__logo {
        display: none;
    }
}

.block-catalog-items__body {
    gap: 10px;
}

/* @media (any-hover: hover) { */

.sup {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    max-width: 100%;
    background: #1B1B1B;
/*    border: 1.29886px solid #595959;*/
    padding: 0.625rem 1rem;
    border-radius: 10px;
}

    .sup:has(button.sup__box:first-child:last-child) {
        padding: 0;
    }

.sup__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    padding-top: .6rem;
    padding-bottom: .6rem;
    appearance: none;
    transition: .25s filter;
    cursor: pointer;
}
    
    button.sup__box {
        padding: 1.2rem 1rem;
    }

    .sup__box:hover,
    .sup__box:active,
    .sup__box:focus {
        filter: brightness(1.2);
    }

.sup__icon img {
    max-width: 3.125rem;
    height: fit-content;
 
}

.sup__icon img[src*="02.png"] {
       width: 50px;
    height: 45px;
}

.sup__info {
    line-height: 130%;
    font-weight: 600;
    font-size: 1rem;
}

.sup__link {
    font-size: 1rem;
    font-weight: 600;
    padding: 0.625rem 0.9375rem;
    background-color: #252525;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1.29886px solid #595959;
}

.sup__link:hover {
    color: rgb(236, 190, 38);
    background-color: #353535;
}

/* } */

.sidebar__button {
    margin-bottom: 10px !important;

}

.sidebar {
    margin-left: 20px;
}

.single-cheat__block {
    padding-right: 20px !important;
    flex: 1 1 auto;
}

.single-cheat__func ul li:not(:last-child) {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bba45d3d;
}

.single-cheat__func ul {
    max-width: 100% !important;
}

.single-cheat__func ul li::before {
    background: url('https://up-game.pro/wp-content/uploads/pre.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    top: -3px !important;
}

.squaredFour {
    height: 28px;
    width: 28px;
}

.sidebar__agree {
    font-size: .8em !important;
    align-items: center !important;
}

.item-accounts__img img {
    transition: all 0.4s ease 0s;
}

.grid-accounts__item:hover .item-accounts__img img {
    transform: scale(1.1);
}

.block-accounts__btn {
    transition: all 0.4s ease 0s;
}

.block-accounts__btn:hover {
    background: linear-gradient(39.97deg, #FFC806 -14.96%, #FFF 137.97%);
}

@media (max-width: 767.98px) {

    .sup {
        padding: 0.625rem 1rem .6rem 0.1rem;
    }

    .grid-accounts__item {
        grid-column-start: 1;
        grid-column-end: 3;
    }
}

.page-faq__title {
    justify-content: center !important;
}

.banner_t {
    background: #272314;
    min-height: 50px;
    color: #fed953;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0.8em 1em .8em 2.2em;
    border-radius: 0 0 10px 10px;
    /* padding: 5px; */
    font-size: .8em;
    font-weight: normal;
    line-height: 1.2;
}

.banner_t p {
    margin-left: 1.1rem;
}

.banner_t svg {
    flex-shrink: 0;
}

.single-cheat__images-nav {
    display: none;
}

@media (max-width: 991.98px) {
    .single-cheat__images-nav {
        display: block;
    }
}

.single-cheat__mobile {
    display: none;
}

@media (max-width: 991.98px) {
    .single-cheat__mobile {
        display: block;
    }

        
    .single-cheat__content > .single-cheat__system-block {
        display: block;
}
    
    .single-cheat__content > * ,
    .single-cheat__content > .single-cheat__system-block > *:not(.system-block-single-cheat__body) ,
    .single-cheat__content > .single-cheat__system-block > .system-block-single-cheat__body > *:not(.product-reviews) {
        display: none;
    }

    .single-cheat__content > .single-cheat__system-block > .system-block-single-cheat__body {
        padding: 0;
    }


    .single-cheat__block {
        width: 100%;
        border-right: none;
        padding-right: 0 !important;
        margin-bottom: 30px;
    }

    .sidebar {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 0;
        max-width: 100%;
        width: 100%;
    }

    .sidebar__body {
        max-width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }

    .banner_t {
        padding-left: 4%;
    }

    .sidebar__background {
        background: none;
        backdrop-filter: none;
    }
}

/*.top {
    background: url(/homef.png) no-repeat;
    background-position: top;
    background-size: cover;
    min-height: 900px;
}
.top__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}*/
.item-nav-footer-t__sociallist {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.item-nav-footer-t__sociallink::before {
    transition: all 0.4s ease 0s;
}

.item-nav-footer-t__sociallink:hover.item-nav-footer-t__sociallink::before{
    color:#FFC700   ;
}

.no-webp .footer-t {
    background: url("../img/bgf.png");
}

.footer-t {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.footer-t::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(25, 25, 26, 0.51);
    height: 100%;
}

.footer-t__container {
    z-index: 2;
    position: relative;
}

.footer-t-head {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
}

.footer-t-head .footer-t-head__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: relative;
    gap: 1.25rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-t-head__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-t-head__text {
    font-size: 1.5rem;
    font-weight: 600;
    max-width: 800px;
    line-height: 130%;
}

.footer-t-head__link {
    font-size: 1.25rem;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer-t-head__link svg {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.nav-footer-t {
    padding-bottom: 3.75rem;
}

.nav-footer-t .nav-footer-t__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.875rem;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
    z-index: 3;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-nav-footer-t__item-p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
}

.item-nav-footer-t__title {
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    letter-spacing: 0.009em;
    color: #51555f;
    margin-bottom: 25px;
}

.item-nav-footer-t__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
}

.item-nav-footer-t__list:has( .item-nav-footer-t__link ) .item-nav-footer-t__item > a:not([class]),
.item-nav-footer-t__list:has( .item-nav-footer-t__link ) .item-nav-footer-t__item > a > span,
.item-nav-footer-t__link {
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.1875rem;
    color: #dadada;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display:flex;
    align-items:center;
}

.item-nav-footer-t__item > a[href*="yougame"] {
    background: url(/wp-content/themes/up-game/assets/img/Yougame.png) no-repeat left center;
    padding-left: 2.2em;
}



.item-nav-footer-t__item a > img {
    width: 18px;
    margin-right: 0.8em;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    
}
.item-nav-footer-t__link svg{
    width:14px;
    height:14px;
    margin-top:-3px;
}

.item-nav-footer-t__link:has( img ) {
    gap: 0;
}

.item-nav-footer-t__link svg {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer-t-bottom {
    padding-bottom: 1.875rem;
}

.footer-t-bottom .footer-t-bottom__container {
    padding-top: 1.875rem;
    position: relative;
    z-index: 2;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
    color: rgba(125, 129, 138, 0.68);
    font-size: 0.9375rem;
    line-height: 120%;
    letter-spacing: 0.009em;
}

.footer-t-bottom__payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
}

.footer-t-bottom__payments svg {
    width: 1.875rem;
    height: 1.875rem;
}

@media (max-width: 60em) {
    .footer-t-head {
        padding-top: 2.5rem;
        padding-bottom: 1.875rem;
    }

    .footer-t-head .footer-t-head__container {
        text-align: center;
    }

    .footer-t-head__top {
        margin: 0 auto;
    }

    .footer-t-head__text {
        font-size: 1.125rem;
    }

    .footer-t-head__link {
        margin: 0 auto;
    }
}

/* @media (max-width: 56.25em) {
  .advantages__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem;
  }
} */

@media (max-width: 47.875em) {
    .nav-footer-t {
        padding-bottom: 0.625rem;
    }

    .nav-footer-t .nav-footer-t__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 43.75em) {
    .advantages__bg {
        top: -40%;
    }

    .advantages__bg-two {
        bottom: -40%;
    }
}

@media (max-width: 34.375em) {
    .advantages__bg {
        top: -20%;
    }

    .advantages__bg-two {
        bottom: -20%;
    }

    .footer-t-bottom {
        padding-bottom: 1.25rem;
    }

    .footer-t-bottom .footer-t-bottom__container {
        padding-top: 1.25rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0.625rem;
    }

    .footer-t-bottom__payments svg {
        width: 1.25rem;
        height: 1.25rem;
    }
}

@media (max-width: 26.25em) {
    .advantages__bg {
        top: 0;
    }

    .advantages__bg-two {
        bottom: 0;
    }
}

@media (any-hover: hover) {
    .footer-t-head__link:hover {
        color: #737373;
    }

    .footer-t-head__link:hover svg {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .item-nav-footer-t__link:hover {
        color: #8e8e8e;
    }

/*     .item-nav-footer-t__link:hover svg {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    } */
}

.webp .footer-t {
    background: url(../img/bgf.webp);
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: url(../img/close.png) 0 0/contain no-repeat;
    padding-left: 20px;
    cursor: pointer;
}


@keyframes progress-bar {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    to {
        left: 100%;
        right: -90%;
    }
}

@keyframes progress-bar-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    to {
        left: 107%;
        right: -8%;
    }
}

.progress-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    height: 8px;
    display: block;
    width: 100%;
    overflow: hidden;
    background: var(--bg-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.progress-bar.active {
    opacity: 1;
    visibility: visible;
}

.progress-bar__indeterminate:before,
.progress-bar__indeterminate:after {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: progress-bar 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    background: var(--yellow-color);
}

.progress-bar__indeterminate:after {
    animation: progress-bar-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation-delay: 1.15s;
}

.alert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--red-color);
    color: white;
    padding: 20px 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    transform: translateY(100%);
    visibility: hidden;
    z-index: 30;
    box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.1);
    font-size: 18px;
}

.alert_success {
    background: #64bd4c;
}

.alert.active {
    transform: none;
    visibility: visible;
}

.alert.active a {
    color: white;
    border-bottom: 1px solid;
    transition: all 0.3s ease 0s;
}

.alert.active a:hover {
    border-color: transparent;
}

.oneall_social_login_label{
    display: none !important;
}
.woocommerce-pagination{
    display: none;
}
.page{
    padding-top:80px;
}

@media (max-width: 767px) {
    .page{
    padding-top:92px;
}
}

.fix-support{
    position: fixed;
    max-width:330px ;
    top: 20%;
    right: -255px;display: grid;
    padding:15px;
    border-radius: 8.647px;
    border: 1.299px solid #595959;
    background: #252525;
    z-index: 5;
    max-width: 330px;
    transition: all 0.3s ease 0s;

}
.fix-support__icon{
    width: 50px;
    height: 50px;
    flex-shrink: 0;

}
.fix-support__icon svg{
    width: 100%;
    height: 100%;
}
.fix-support__content{
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 16px;
}
.fix-support a{
    background: linear-gradient(39.97deg, #FFE073 -14.96%, #FFC700 137.97%);
    padding: 10px;
    font-weight: 700;
    border-radius: 8px;
    margin-top: -41px;
    visibility: hidden;
        transition: all 0.3s ease 0s;
        opacity: 0;
        text-align: center;

}
.fix-support:hover.fix-support a{
    margin-top: 10px;
    visibility: visible;
    opacity: 1;
    font-size: 16px; color: #5F4E11;
}
.fix-support:hover{
    right: 10px;
}
@media (max-width: 767px) {
 .fix-support{
    display: none;
}
}

.breadcrumbs-list {
    display: flex;
    gap: .25em;
    margin-top: 1em;
    flex-wrap: wrap;
}

.breadcrumbs-item a {
    color: white; 
    text-decoration: underline;
}

    .breadcrumbs-item a:hover,
    .breadcrumbs-item a:active,
    .breadcrumbs-item a:focus {
        color: #f0f0f0;
        text-decoration: none;
    }

.breadcrumbs-item + .breadcrumbs-item:before {
    content: '»';
    
    margin: 0 .25em;
}
.breadcrumbs-item + .breadcrumbs-item:before,
.breadcrumbs-item span {
    display: inline-block; 
    vertical-align: middle;
}



.main-why {
    position: relative;
  padding: 64px 0;
}
.main-why__txt {
  text-align: center;
  line-height: 140%;
  margin-bottom: 44px;
}
@media (min-width: 992px) {
  .main-why-content__wrapper {
    display: -ms-grid;
    display: grid !important;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 400px 20px 1fr;
    grid-template-rows: 400px 1fr;
    grid-gap: 20px;
  }
  .main-why-content__wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .main-why-content__wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .main-why-content__wrapper > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .main-why-content__wrapper > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .main-why-content__wrapper > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .main-why-content__wrapper > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}
@media (min-width: 992px) {
  .main-why-content__wrapper > .main-why-item:nth-child(1) {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0)), color-stop(59.97%, rgba(22, 22, 22, 0.8)), to(#161616));
    background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, rgba(22, 22, 22, 0.8) 59.97%, #161616 100%);
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }
  .main-why-content__wrapper > .main-why-item:nth-child(1) .main-why-item__bg {
    background: linear-gradient(142deg, #fc0 0%, #c92f66 100%);
    inset: 0;
  }
  .main-why-content__wrapper > .main-why-item:nth-child(1) .main-why-item__bg img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main-why-content__wrapper > .main-why-item:nth-child(1) .main-why-item__content {
    margin-top: 0;
  }
  .main-why-content__wrapper > .main-why-item:nth-child(2) {
    width: 500px;
  }
}
@media (max-width: 991.98px) {
  .main-why-content__wrapper > .main-why-item {
    height: 394px;
  }
  .main-why-content__wrapper > .main-why-item:nth-child(1) .main-why-item {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0)), color-stop(59.97%, rgba(22, 22, 22, 0.8)), to(#161616));
    background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, rgba(22, 22, 22, 0.8) 59.97%, #161616 100%);
  }
  .main-why-content__wrapper > .main-why-item:nth-child(1) .main-why-item__bg {
    inset: 0;
    background: linear-gradient(142deg, #fc0 0%, #c92f66 100%);
  }
  .main-why-content__wrapper > .main-why-item:nth-child(1) .main-why-item__bg img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-why-content__wrapper > .main-why-item:nth-child(3)::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0)), color-stop(50.74%, #161616));
    background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, #161616 50.74%);
  }
}
@media (max-width: 500.98px) {
  .main-why-content__wrapper > .main-why-item {
    height: 324px !important;
  }
}
.main-why-content__items {
  display: -ms-grid;
  display: grid !important;
  grid-gap: 20px;
  opacity: 1;
}
.main-why-content__items .main-why-item {
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.main-why-content__items .main-why-item:first-child {
  background: -webkit-gradient(linear, left top, right top, from(rgba(95, 194, 79, 0.07)), to(rgba(0, 0, 0, 0))), rgba(255, 255, 255, 0.06);
  background: linear-gradient(90deg, rgba(95, 194, 79, 0.07) 0%, rgba(0, 0, 0, 0) 100%), rgba(255, 255, 255, 0.06);
}
.main-why-content__items .main-why-item__content {
  margin-top: 0;
}
@media (min-width: 992px) {
  .main-why-content__items {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    opacity: 1;
    width: 100%;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
  }
}
.main-why-item {
  position: relative;
  opacity: 1;
  padding: 24px;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
@media (max-width: 991.98px) {
  .main-why-item {
    padding: 20px;
  }
}
.main-why-item::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0)), to(#161616));
  background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, #161616 100%);
  position: absolute;
  inset: 0;
  z-index: 0;
}
.main-why-item:nth-child(3):before{
    background: linear-gradient(180deg, rgba(22, 22, 22, 0.00) 0%, #161616 50.74%);
}
.main-why-item__bg {
  position: absolute;
  inset: 24px;
  z-index: -1;
}

    .main-why-item__bg_ease {
        padding: 10px;
        background: url( ../img/prostota.jpg ) no-repeat center center / calc( 100% - 24px ) calc( 100% - 24px );
    }

    .shield {
        position: absolute;
        left: 28px;
        top: 6em;
        filter: brightness(.8);
        z-index: 100;
        width: 53px;
        height: 53px;
        transform: rotate( 3deg );
        background: url( ../img/shield.svg ) no-repeat center center / cover;
    }

    .upgameexe {
         position: absolute;
        right: 18px;
        top: 24px;
        z-index: 100;
        width: 120px;
        height: 130px;
        border-radius: 0 1.2em 0 0;
        overflow: hidden;
        background: url( ../img/upgamesexe.png ) no-repeat center / 100% auto;        
    }

    @media screen and (max-width: 480px) {
        .upgameexe {
            width: 105px;
            height: 117px;
        }
    }

.main-why-item__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
    
    .main-why-item__bg_ease img {
        border-radius: .85em;
        overflow: hidden;
        object-fit: contain;
    }

.main-why-item__nums {
  -ms-grid-column-align: center;
      justify-self: center;
  position: relative;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 6px;
  background: rgba(242, 242, 242, 0.1);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-left: auto;
  margin-right: auto;
}
.main-why-item__num {
  padding: 24px;
}
.main-why-item__num div {
  font-size: 12px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
}
.main-why-item__num div:first-child {
  font-weight: 800;
  font-size: 48px;
  color: white;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .main-why-item__num div:first-child {
    font-size: 24px;
  }
}
.main-why-item__content {
  justify-self: flex-end;
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  margin-top: auto;
}
.main-why-item__content.small h3 {
  font-size: 20px;
}
.main-why-item__content h3 {
  font-size: 32px;
  font-weight: 600;
  color: white;
}
@media (max-width: 991.98px) {
  .main-why-item__content h3 {
    font-size: 20px;
  }
}
.main-why-item__content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  .main-why-item__content p {
    font-size: 14px;
  }
}
.main-why-content__label{
    display: flex;
    gap: 10px;
    color: #5FC24F;
    font-size: 12px;
    font-weight: 500;
    margin-top: 17px;
    padding: 14px 10px;
    background: #5FC24F0F;

border-radius: 8px;}
.main-why-content__label:before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M8.40804 6.06897C6.62775 6.06897 5.17342 7.51218 5.17342 9.29247C5.17342 9.46344 5.10524 9.62745 4.98394 9.74833C4.86264 9.86921 4.69807 9.93717 4.5265 9.93717C4.35494 9.93717 4.19036 9.86921 4.06906 9.74833C3.94777 9.62745 3.87958 9.46344 3.87958 9.29247C3.87958 7.51218 2.42526 6.06897 0.644969 6.06897C0.473405 6.06897 0.308828 6.00102 0.18753 5.88014C0.0662325 5.75926 -0.00195312 5.59525 -0.00195312 5.42427C-0.00195312 5.2533 0.0662325 5.08929 0.18753 4.9684C0.308828 4.84752 0.473405 4.77957 0.644969 4.77957C2.42526 4.77957 3.87958 3.33636 3.87958 1.55608C3.87958 1.3851 3.94777 1.22109 4.06906 1.10021C4.19036 0.979328 4.35494 0.911377 4.5265 0.911377C4.69807 0.911377 4.86264 0.979328 4.98394 1.10021C5.10524 1.22109 5.17342 1.3851 5.17342 1.55608C5.17342 3.33636 6.62775 4.77957 8.40804 4.77957C8.5796 4.77957 8.74418 4.84752 8.86547 4.9684C8.98677 5.08929 9.05496 5.2533 9.05496 5.42427C9.05496 5.59525 8.98677 5.75926 8.86547 5.88014C8.74418 6.00102 8.5796 6.06897 8.40804 6.06897Z' fill='%235FC24F'/%3E%3C/svg%3E");
}

.main-how {position: relative;
  padding: 64px 0;
}
.main-how__txt {
  text-align: center;
  margin-bottom: 44px;
}
.main-how-item {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  padding: 24px;
  text-align: center;
  opacity: 1;
}
.main-how-item__step {
  font-size: 12px;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffcb11), to(#ffe073));
  background: linear-gradient(180deg, #ffcb11 0%, #ffe073 100%);
  color: #0d1011;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}
.main-how-item__ttl {
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
}
.main-how-item__txt {
  font-size: 16px;
  margin-bottom: 48px;
}
.main-how-items__pagination,
.main-why-content__pagination {
  position: static;
  margin-top: 20px;
}
.main-how-items__pagination .swiper-pagination-bullet,
.main-why-content__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffc700;
}

.category-item {
  position: relative;
  overflow: hidden;
  height: 268px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 24, 23, 0)), to(#191817));
  background: linear-gradient(180deg, rgba(25, 24, 23, 0) 0%, #191817 100%);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767.98px) {
  .category-item {
    padding: 12px;
  }
}
.category-item.catalog .category-item__tll {
  font-size: 32px;
}
@media (max-width: 768.98px) {
  .category-item.catalog .category-item__tll {
    font-size: 16px;
    font-weight: 600;
  }
}
@media (any-hover: hover) {
  .category-item.catalog:hover .category-item__tll {
    color: #ffcb11;
  }
}
.category-item::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 203, 17, 0)), to(rgba(255, 203, 17, 0.0901960784)));
  background: linear-gradient(180deg, rgba(255, 203, 17, 0) 0%, rgba(255, 203, 17, 0.0901960784));
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .category-item:hover::before {
    visibility: visible;
    opacity: 1;
  }
  .category-item:hover .category-item__btn {
    visibility: visible;
    opacity: 1;
    margin-bottom: 0;
  }
}
.category-item__img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.category-item__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.category-item__content {
  margin-top: auto;
}
.category-item__subttl {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
  line-height: 120%;
}
@media (max-width: 768.98px) {
  .category-item__subttl {
    font-size: 10px;
  }
}
.category-item__tll {
  font-weight: 700;
  line-height: 120%;
  color: white;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768.98px) {
  .category-item__tll {
    font-size: 16px;
    font-weight: 600;
  }
}
.category-item__btn {
  border-radius: 6px;
  background: linear-gradient(40deg, #ffe073 -14.96%, #ffc700 137.97%);
  font-size: 16px;
  color: #5f4e11;
  width: 100%;
  font-weight: 700;
  padding: 12px;
  margin-top: 24px;
  text-align: center;
  margin-bottom: -70px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .category-item__btn {
    display: none;
  }
}



/* Referral link */

.account-cooperation__content:has(.account-cooperation__referral) {
    padding-top: 0;
}

.account-cooperation__referral {
    max-width: 88%;
    padding-bottom: 40px;
}

    :root .wprc-copy-link .tooltip .tooltiptext {
        left: auto;
        right: -3em;
        width: max-content;
    }

    
    .account-cooperation__referral-label {
        font-size: 1.2em;
        display: block;
        margin-bottom: .75em;
        margin-top: 2em;
        color: #999;
    }

     :root .wprc-copy-link .btn-copy:hover,
        :root .wprc-copy-link .btn-copy:active,
        :root .wprc-copy-link .btn-copy:focus,
    :root .wprc-copy-link .btn-copy {
        background: linear-gradient(40deg, #ffe073 -14.96%, #ffc700 137.97%);
        color: var(--brown-color);
        border: 2px solid #ffcf22;
    }

        .account-cooperation__referral-count {
            font-size: 1.1em;
            display: block;
            color: var(--gray-color);
            margin-top: .75em;
        }
        
        :root .wprc-copy-link .btn-copy:hover svg {
            fill: var(--brown-color);
        }

        :root .wprc-copy-link .btn-copy:hover,
        :root .wprc-copy-link .btn-copy:active,
        :root .wprc-copy-link .btn-copy:focus {
            filter: brightness(1.05);
            color: var(--brown-color);
        }

    :root .wprc-copy-link .copy-ref-link-input {
             border: 1px solid var(--gray-color);
            background: #1e1e1e;
            color: var(--gray-color);
            transition: all 0.3s ease 0s;
    }

      

    .account-cooperation__stats {
        display: flex;
        width: 100%;
        gap: 3%;
        justify-content: space-between;
    }

        .account-cooperation__stats-block {
            border-radius: 10px;
            background: rgb( 34 34 34 );
            flex: 0 0 22%;
            display: flex;
            padding: 1.5em 1em;
            flex-direction: column;
            color: #999;
            gap: 2rem;
            white-space: nowrap;
        }

        .account-cooperation__stats-value {
            color: white;
            font-weight: bold;
            font-size: 1.8rem;
            display: block;
        }



    @media screen and (max-width: 767px) {
        .account-cooperation__stats {
            flex-wrap: wrap;
            gap: 2rem;
        }

        .account-cooperation__stats-block {
            flex: 1 1  48.5%;
        }
    }

    @media screen and (max-width: 480px) {
        .account-bottom__right {
            padding-right: 10px;
        }
    }

    
.dma_how_works, .dma_card{
    margin:80px 0px;
    
}

.wrapper.dma_how_works, 
.wrapper.dma_card {
    display: block;
    padding-top: 1px;
    margin-top: 0;
    padding-bottom: 80px;
    margin-bottom: 0;
}

.dma_card__container{
     background: linear-gradient(270deg, rgba(19, 19, 19, 0) 0%, #131313 100%);  
    padding: 30px 50px;
    border-radius: 39px;
}

.needed_DMA_blocks{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    justify-items: center;
    gap: 1.4%;
}
.needed_DMA_blocks div{
    background: #000;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    background: linear-gradient(90deg, #FFC700 0%, #FFD439 41.69%);
    font-weight:400;
}
.needed_DMA_blocks p{
    font-size: 13px;
    line-height: 1.5;
    color:#000;
    font-family: "Unbounded", sans-serif;
}
.needed_DMA_blocks img {
    width:fit-content;
}
.needed_DMA_blocks h3 {
    color:#000;
    font-size:20px;
    font-family: "Unbounded", sans-serif;
}
.dma_how_works .title h2, .dma_card .title h2 {
    max-width: 800px;
    margin: 80px auto;
    line-height: 119%;
}
.dma_card_label_inner {
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(90deg, #FFC700 0%, #FFD439 41.69%);
    border-radius: 24px;
    /* gap: 10px; */
    padding-top: 4px;
    padding-right: 14px;
    padding-bottom: 4px;
    padding-left: 14px;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    color: rgba(33, 32, 32, 1);
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    width:fit-content;
}
.dma_card_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 0%;
}
.dma_card h3 {
    font-weight: 700;
    font-size: 45px;
    line-height: 119%;
    letter-spacing: 0%;
    color:#FFF;
}

.dma_card_checkboxes{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.dma_card_checkboxes div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #FFF;
    font-weight: 400;
}