.metrics.three{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:1050px){.metrics.three{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.metrics.three{grid-template-columns:1fr}}
@media(max-width:650px){
  .table-wrap:has(.mobile-cards){overflow:visible;margin:0}
  .mobile-cards,.mobile-cards tbody,.mobile-cards tr,.mobile-cards td{display:block;width:100%}
  .mobile-cards thead{display:none}
  .mobile-cards tr{padding:13px 0;border-bottom:1px solid #e5ebf2}
  .mobile-cards tr:last-child{border-bottom:0}
  .mobile-cards td{border:0;padding:5px 0!important;min-width:0!important;text-align:left!important}
  .mobile-cards td[data-label]:before{content:attr(data-label);display:block;margin-bottom:3px;color:#8492a4;font-size:.66rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}
  .mobile-cards td[data-label="Действие"]{padding-top:10px!important}
  .mobile-cards td[data-label="Действие"] .button{width:100%;justify-content:center}
}
