.list{flex-direction:column}.list--fullscreen{min-height:calc(100vh - 250px)}.list__content{grid-template-columns:repeat(3,1fr)}@media (max-width:1380px){.list__content{grid-template-columns:repeat(2,1fr)}}.list__header{justify-content:space-between;gap:5px}.list__header__id{margin-right:10px;color:#4d7aeb}.list__header__destak,.list__header__id{font-size:20px;line-height:33px;font-weight:400}.list__header__actions__info{width:24px;height:24px}.list__header__actions__info:focus:before{border:2px dashed #4d7aeb;border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.list__header__actions__info__image{width:100%;height:100%}.list__body{grid-template-columns:repeat(3,1fr);row-gap:40px}.list__body__group__header{color:#707070;font-weight:500;margin-bottom:5px}.list__body__group__email,.list__body__group__progress{grid-column:1/3}.list__pagination{margin-top:50px}