.game{padding-bottom:20px;position:relative;display:flex;flex-direction:column;height:100%;border:1px solid rgba(36,38,45,.7);background-color:rgba(24,27,32,.5);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}@media screen and (max-width:610px){.game{max-width:270px;margin:0 auto}}.game:last-child{pointer-events:none}@media screen and (min-width:1170px){.game:last-child{pointer-events:auto!important}}.game__background{width:100%;height:220px;object-fit:cover;object-position:center;position:relative;z-index:1}.game-head{padding:0 20px;z-index:2;justify-content:space-between;width:100%;margin-top:-23px}.game-head,.game-head__icon{height:50px;align-items:center;display:flex;position:relative}.game-head__icon{width:50px;justify-content:center;background:rgba(24,27,32,.6);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.game-head__icon img{object-fit:contain;width:100%;height:100%;max-width:100%;max-height:100%}.game-head__icon:before{content:"";width:46px;height:50%;border:2px solid #212329;border-top:none;bottom:0;left:0;position:absolute}.game-head__bestseller{padding:8px 12px;background:#ffe001;box-shadow:0 4px 27px 0 rgba(255,224,1,.25);color:#1a273f;font-size:10px;font-weight:700;line-height:normal}.game__title{color:#fff;font-size:26px;font-weight:600;line-height:normal;white-space:pre-wrap;word-spacing:.15em}.game__title,.game__value{padding:0 20px;margin-top:10px}.game__value{color:#6b6f7b;font-size:12px;font-weight:500;line-height:1em;display:flex;align-items:center;margin-bottom:40px}.game__value:before{content:"";margin-right:10px;width:4px;height:4px;display:block;border:1px solid #ffe001}.game__price{padding:0 20px;margin-top:auto;color:#fff;font-size:24px;font-weight:600;line-height:normal}.game__price span{color:#6b6f7b;font-size:10px;font-weight:500;line-height:normal}.game__button{margin:20px auto 0;padding:20px 0;width:calc(100% - 40px);border:2px solid rgba(51,53,62,.7);display:flex;justify-content:center;align-items:center;color:#6f7384;font-size:12px;font-weight:700;line-height:normal;letter-spacing:1.56px;text-transform:uppercase}.game__button_disabled{opacity:.5;filter:contrast(1.2);pointer-events:none}@media screen and (min-width:1270px){.game__button{transition:.15s!important}.game__button:hover{translate:0 -3px;box-shadow:0 3px 0 #b19c0b;background-color:#ffe001;border:2px solid #ffe001;color:#1a273f}}