.icon.garanty1{background-image:url(/img/18.png?ver=3)}.icon.garanty2{background-image:url(/img/cga.png?ver=4)}.icon.garanty3{background-image:url(/img/rg.png?ver=4)}
.newgametitle {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
margin: 15px 0 15px;
}
#winslider::-webkit-scrollbar, .home::-webkit-scrollbar{width:4px;height:4px;border-radius:4px;background:#282A2E}
#winslider::-webkit-scrollbar-thumb, .home::-webkit-scrollbar-thumb{background-color:#3D4045;border-radius:3px;cursor:pointer}
#winslider::-webkit-scrollbar-thumb:hover, .home::-webkit-scrollbar-thumb:hover{background-color:#858991}
.newgametitle .maintitlespan {
width: 100%;
text-align: left;
margin: 0;
display: flex;
align-items: center;
font-size: 20px;
}
.newgametitle .icon.search {
display: block;
}
.home.games.allresults {
overflow: unset;
flex-wrap: wrap;
}
.newgameblock p.nogames {
margin: -7px 5px 10px;
}
.newgameblock #seeallbut {
display: none;
}
#maintitlespan h1 {
margin: 0px auto 25px;
}
.game_col {
flex-shrink: 0;
}
.home.games {
max-width: calc(100% + 10px);
flex-shrink: 0;
}
.newgametitle .maintitlespan .icon {
margin: 0 10px 0 0;
width: 16px;
height: 16px;
background-size: 16px 16px;
}
.newgametitle .popularbut {
max-width: 120px;
}
.newgametitle .morebut button, .newgametitle .morebut div {
margin: 0
}
.newgameblock {
display: flex;
flex-wrap: wrap;
overflow: hidden;
}
.main-left-part-content.width100 .main-left__top {
margin: 0 auto;
}
.footer-copy {
white-space: normal;
max-width: 600px;
}
.morebuts {
display: flex;
gap: 10px;
}
.morebuts .morebut div {
min-width: 32px;
height: 32px;
}
.minwidth80 {
min-width: 80px !important;
}
@media (max-width:767px){
.home.games{
flex-wrap: nowrap;
overflow: auto;
}
.home.games {
overflow-x: auto;
scrollbar-width: none;      /* Firefox */
-ms-overflow-style: none;   /* IE/Edge */
}
.home.games::-webkit-scrollbar {
display: none;              /* Chrome, Safari */
}
.game_col, .home.games .game_col{
flex-shrink: 0;
}
}
@media (max-width:540px){
.newgametitle .popularbut {
max-width: 120px;
}
.newgametitle .maintitlespan {
font-size: 20px;
}
}
@media (max-width:540px){
.newgametitle .popularbut {
max-width: 100px;
}
.newgametitle .maintitlespan {
font-size: 18px;
}
}