.game{display:flex;flex-direction:column;gap:20px}.game__block--text{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.game__title{display:flex;align-items:center;margin:0}.game__title img{width:30px;height:30px;margin-right:10px}.game__items{display:flex;align-items:center;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:10px;scrollbar-color:#a3a8b1 rgba(0,0,0,0);scrollbar-width:thin}.game__ietms::-webkit-scrollbar{width:5px;color:rgba(0,0,0,0)}.game__ietms::-webkit-scrollbar-track{margin-top:10px;background:rgba(0,0,0,0)}.game__ietms::-webkit-scrollbar-thumb{background-color:#050c26;border-radius:20px;border:3px solid #050c26}.game__items.expanded{display:grid;overflow:visible;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:15px;gap:15px}@media(max-width:1030px){.game__items.expanded{grid-template-columns:repeat(5,1fr)}}@media(max-width:720px){.game__items.expanded{grid-template-columns:repeat(3,1fr)}}@media(max-width:370px){.game__items.expanded{grid-template-columns:repeat(2,1fr)}}.game__item{width:112px}@media(max-width:1030px){.game__item{width:120px}}.game__item img{width:100%;object-fit:cover}.game__button{display:none;background:rgba(0,0,0,0)}@media(max-width:1030px){.game__button{display:block;color:#fff}}.game__items.expanded .game__item{width:100%;height:100%}.game__items.expanded .game__item img{width:100%;height:100%;object-fit:cover;display:block}