.game{margin-bottom:30px}.game .game__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;margin-bottom:25px}.game .page-title-back{margin-bottom:0}.game .game__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.game .game__actions_toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;color:#f1f3f6;line-height:1}.game .game__actions_buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.game .game__actions_buttons .base-button{border-radius:10px;height:36px;width:36px;padding:0}.game .game__actions_buttons .base-button--favorite.added svg:first-child{display:block}.game .game__actions_buttons .base-button--favorite svg:first-child,.game .game__actions_buttons .base-button--favorite.added svg:last-child{display:none}.game .game__slot{min-height:calc(100vh - 190px);border:1px solid #252d3d;border-radius:24px;position:relative;overflow:hidden}.game #gameIframe.fullscreen{position:fixed!important;right:0;top:0;bottom:0;left:0;z-index:1000}@media (max-width:992px){.game .game__slot{min-height:auto;padding-bottom:56%}}@media (max-width:576px){.game .game__slot{padding-bottom:110%}}