    .content_full{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 10px;
    padding: 20px;
    }
    .content_full .tabs-header h1{
        font-size: 30px;    
    }
    .all__block .bg_category{
        width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(
180deg, rgba(0, 0, 0, 0) 62.68%, rgba(0, 0, 0, 0.9) 100%);
    }
    .all__block .popular_list .catalog-card__info-title{
        max-width: 295px;
    }
    .all__block .side_cat .category-card__info-title{
        white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    }
    .all__block .side_cat .category-card__act{
            margin: 0px 0px 7px 0;
    }
    .content_full-left{
    width: 53%;
    padding-right: 0px;
    height: fit-content;
    }
    .content_full-right{
    }
    .alph{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 20px 10px rgb(0 0 0 / 3%);
    }
    .alph a{
        color: #fff;
    }
    #genre_select{
        border-radius: 10px;
        transition: all 0.3s;
        font-size: 16px;
        box-shadow: 0px 4px 20px 10px rgb(0 0 0 / 3%);
    }
    #genre_select:hover{
        
    }
    .cont_info_card{
        position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    }
    .category-col{
        width: 48%;
        border-radius: 10px;
        overflow: hidden;
        transition: all 0.3s;
        position: relative;
    }

    .category-col .category-card-inner{
        display: flex;
        position: relative;
        height: 310px;
        width: 244px;
        border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;
    }

    .category-col .category-card-inner img{
        object-fit: cover;
    width: 100%;
    object-position: center;
    }
    .category-col .category-card__info-title{
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    }
    .category-col .category-card__act{

        padding: 5px 10px;
        max-width: 63%;
    }
    .category-col .category-card__info-price{
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 5px 10px;
        max-width: 40%;
    border-radius: 7px;
    color: #fff;
    margin: 0px 10px 10px 0;
    font-weight: 500;
    }
    .all__block .catalog-col{
        width: 100%;
    }
    .slick-prev, .slick-next{
        width: 15px;
        height: 15px;
        top: -6%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    background: transparent;
    }
    .slick-prev:before, .slick-next:before{
        width: 15px;
    height: 15px;
    display: block;
    left: 0;

    }
    .slick-prev{
        right: 34px;
        left: auto!important;

    }
    .slick-next{
        right: 10px!important;
        left: auto;
    }

    .slick-prev:before{
        background: none;
        background-repeat: no-repeat;
    }
    .slick-next:before{
        background: none;
        background-repeat: no-repeat;
    }
    .slick-prev.slick-disabled, .slick-next.slick-disabled{
        opacity: 0.2;
        display: block;
    }



.games_genre{
    margin-bottom: 15px;
}

.select {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    min-width: 120px;
    width: 100%;
    max-width: 174px;
}

.select__head {
    width: 100%;
    max-width: 100%;
    border: 1px solid transparent;
    border-radius: 40px;
    padding: 11px 15px;
    font-size: 16px;
    line-height: 14px;
    height: 40px;
    color: #fff;
    cursor: pointer;
    position: relative;
    background: #1d1c1c;
    transition: 0.3s;
}
.select__head:hover{
border: 1px solid #ececec;
}
.select__head i{
    transition: 0.3s;
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: 13px;
}
.select__head.open i {
    transform: rotate(180deg);
}

.select__head.open{
    background: #1d1c1c;
}

.select__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #1d1c1c;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 5px;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}
.select__list a{
    color: #333;
}
.select__list::-webkit-scrollbar {
    width: 3px;
    background-color: #1d1c1c;
    padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #3a3939;
}

.select__list .select__item {
    position: relative;
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
    color: #fff;
}

.select__list .select__item:hover {
    background-color: rgb(34 34 34);
    color: #fbbb43;
}

.countdown_block{
        width: 70%;
    margin: auto;
}
ul.countdown {
list-style: none;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0px 0px 10px 10px;
border: 2px solid;
border-top: 0;

}
ul.countdown i{
    margin-right: 5px;
}
ul.countdown li span{
    width: 22px;
    display: flex;
    justify-content: center;
}
ul.countdown li .days_ref{
    margin-right: 5px;
}
ul.countdown li:first-child{
    width: 40%;
}
ul.countdown li {
display: flex;
    align-items: baseline;
    font-size: 16px;

}
ul.countdown li .days{
        margin-right: 5px;
}

.time_preorder{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: #fbbb43;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    font-weight: 500;
}
.preorder_block{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    padding: 10px;
}
.preorder_block > span{
    background: #387dff;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 10px;
    width: 40px;

}