.tooltip{position:relative}.tooltip,.tooltip__icon{display:inline-flex;align-items:center}.tooltip__icon{width:16px;height:16px;flex-shrink:0;justify-content:center;border:1px solid #33353e;border-radius:50%;background:rgba(0,0,0,0);color:#6b6f7b;font-size:10px;font-weight:700;line-height:1;cursor:help;transition:color .2s,border-color .2s}.tooltip__icon:focus-visible,.tooltip__icon:hover,.tooltip__icon_active{color:#ffe001;border-color:#ffe001;outline:none}.tooltip__panel{display:block;position:absolute;left:50%;z-index:30;width:max-content;max-width:280px;padding:10px 12px;box-sizing:border-box;border:1px solid #33353e;background:#181b20;box-shadow:0 8px 30px rgba(0,0,0,.4);color:#fff;font-size:13px;font-weight:500;line-height:1.45;text-align:left;text-transform:none;letter-spacing:normal;white-space:normal;pointer-events:none;transform:translateX(calc(-50% + var(--tooltip-shift, 0px)))}.tooltip__panel_top{bottom:calc(100% + 8px)}.tooltip__panel_bottom{top:calc(100% + 8px)}.tooltip__panel:after{content:"";position:absolute;left:calc(50% - var(--tooltip-shift, 0px));width:8px;height:8px;background:#181b20;border:1px solid #33353e;transform:translateX(-50%) rotate(45deg)}.tooltip__panel_top:after{bottom:-5px;border-top:none;border-left:none}.tooltip__panel_bottom:after{top:-5px;border-bottom:none;border-right:none}@media screen and (max-width:480px){.tooltip__panel{max-width:calc(100vw - 24px)}}.cheat-reviews{width:100%}.cheat-reviews>h2{gap:10px 16px;color:#fff;font-size:26px;font-weight:600;line-height:142%}.cheat-reviews-summary,.cheat-reviews>h2{display:flex;align-items:center;flex-wrap:wrap}.cheat-reviews-summary{margin-top:20px;padding:16px 20px;gap:14px;border:1px solid #33353e;background:rgba(24,27,32,.5);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.cheat-reviews-summary__average{color:#fff;font-size:32px;font-weight:700;line-height:100%;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cheat-reviews-summary__count{color:#6b6f7b;font-size:14px;font-weight:500}.cheat-reviews-list{margin-top:20px;display:flex;flex-direction:column;gap:14px}.cheat-reviews-item{padding:18px 20px;border:1px solid rgba(36,38,45,.7);background:rgba(24,27,32,.5);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.cheat-reviews-item-head{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px 16px}.cheat-reviews-item-head h4{color:#fff;font-size:15px;font-weight:600;line-height:140%}.cheat-reviews-item-head span{color:#6b6f7b;font-size:12px;font-weight:500}.cheat-reviews-item__verified{display:inline-flex;align-items:center;gap:5px;margin-left:10px;color:#84b545;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.cheat-reviews-item__verified svg{width:12px;height:12px}.cheat-reviews-item p{margin-top:10px;color:#c9cbd1;font-size:14px;font-weight:500;line-height:150%;word-break:break-word}.cheat-reviews__more{margin-top:20px;padding:14px 24px;border:1px solid #33353e;background:rgba(24,27,32,.5);color:#fff;font-size:14px;font-weight:600}@media screen and (min-width:1270px){.cheat-reviews__more:hover{background-color:#22262c}}