.section__slots_grid .slots_grid .slot_item{
    width:20%;
}
.main{
    padding:0;
}
.first-section{
    text-align:center;
    padding:120px 0;
    background:url('../images/page-all-slots/free-slots.webp') 0 100%;
    background-repeat:no-repeat;
    background-size:cover;
}
.category_name{
    position:relative;
    margin-left:45px;
    font-weight: 500;
font-size: 24px;
line-height: 36px;
}
.category_name:before{
    content:'';
    position:absolute;
    width:30px;
    height:30px;
    left:-45px;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.2422 30H15.9375C14.9667 30 14.1797 29.213 14.1797 28.2422V20.41L20.41 14.1797H28.2422C29.213 14.1797 30 14.9667 30 15.9375V28.2422C30 29.213 29.213 30 28.2422 30ZM18.6954 24.6054C18.21 24.6054 17.8165 24.9989 17.8165 25.4843C17.8165 25.9697 18.21 26.3632 18.6954 26.3632C19.1808 26.3632 19.5743 25.9697 19.5743 25.4843C19.5743 24.9989 19.1808 24.6054 18.6954 24.6054ZM22.0898 21.2109C21.6045 21.2109 21.2109 21.6045 21.2109 22.0898C21.2109 22.5752 21.6045 22.9688 22.0898 22.9688C22.5752 22.9688 22.9688 22.5752 22.9688 22.0898C22.9688 21.6045 22.5752 21.2109 22.0898 21.2109ZM25.4839 17.8168C24.9986 17.8168 24.605 18.2104 24.605 18.6957C24.605 19.1811 24.9986 19.5746 25.4839 19.5746C25.9693 19.5746 26.3629 19.1811 26.3629 18.6957C26.3629 18.2104 25.9693 17.8168 25.4839 17.8168Z' fill='%230370EF'/%3E%3Cpath d='M20.4022 11.7014L11.7015 20.4021C11.015 21.0886 9.90205 21.0886 9.21562 20.4021L0.514863 11.7014C-0.171621 11.0149 -0.171621 9.90196 0.514863 9.21553L9.21557 0.51483C9.90205 -0.171654 11.015 -0.171654 11.7015 0.51483L20.4022 9.21553C21.0887 9.90196 21.0887 11.0149 20.4022 11.7014ZM6.72967 9.21547C6.38643 8.87223 5.82996 8.87223 5.48672 9.21547C5.14348 9.55871 5.14348 10.1152 5.48672 10.4584C5.82996 10.8017 6.38643 10.8017 6.72967 10.4584C7.07291 10.1152 7.07291 9.55871 6.72967 9.21547ZM7.97262 11.7014C7.62937 12.0447 7.62937 12.6011 7.97262 12.9444C8.31586 13.2876 8.87232 13.2876 9.21557 12.9444C9.55881 12.6011 9.55881 12.0447 9.21557 11.7014C8.87232 11.3582 8.31586 11.3582 7.97262 11.7014ZM10.4585 5.48663C10.1153 5.14338 9.55881 5.14338 9.21557 5.48663C8.87232 5.82987 8.87232 6.38633 9.21557 6.72957C9.55881 7.07282 10.1153 7.07282 10.4585 6.72957C10.8018 6.38633 10.8018 5.82981 10.4585 5.48663ZM10.4585 14.1873C10.1153 14.5306 10.1153 15.087 10.4585 15.4303C10.8018 15.7735 11.3582 15.7735 11.7015 15.4303C12.0447 15.087 12.0447 14.5306 11.7015 14.1873C11.3583 13.8441 10.8018 13.8441 10.4585 14.1873ZM12.9445 7.97252C12.6012 7.62928 12.0448 7.62928 11.7015 7.97252C11.3583 8.31577 11.3583 8.87223 11.7015 9.21547C12.0448 9.55871 12.6012 9.55871 12.9445 9.21547C13.2877 8.87223 13.2877 8.31577 12.9445 7.97252ZM15.4304 10.4584C15.0871 10.1152 14.5307 10.1152 14.1874 10.4584C13.8442 10.8017 13.8442 11.3581 14.1874 11.7014C14.5307 12.0446 15.0871 12.0446 15.4304 11.7014C15.7736 11.3582 15.7736 10.8017 15.4304 10.4584Z' fill='%230370EF'/%3E%3C/svg%3E%0A");
}
.carousel_item:hover{
    opacity:0.7;
    cursor:pointer;
}
.slot_item-image{
    height:150px;
    width:200px;
    overflow:hidden;
}
.slot_item-title{
    text-align:center;
    
}
.slot_item-image img{
   
}
.slick-dots {
    position: absolute;
        display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li.slick-active button {
    /*opacity: .75;*/
    background: #EE3032;
}
.slick-dots li button {

    border:none;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
   background: #656F82;
    border-radius: 50%;
    cursor: pointer;
    color: transparent;
    /* border: 0; *
    /* outline: none; */
    /* background: silver; */
    /* opacity: .25; */
}
.slot_count {
    border-bottom:2px solid #fff;
}
.slot_count:hover{
    opacity:0.7;
}
@media(max-width:768px){
    .section__slots_grid .slots_grid .slot_item{
    width:100%;
}
}