.cards-ol{padding-top:42px}.cards-ol__list{counter-reset:num;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);list-style-type:none;margin:0 auto;max-width:1152px;padding:0}.cards-ol__item{background-color:#fff;border-radius:18px;box-shadow:0 6px 24px 0 rgba(19,45,56,.08);overflow:hidden;padding:35px 30px;position:relative}.cards-ol__item:before{align-items:center;border-radius:0 0 0 18px;content:counter(num);counter-increment:num;display:flex;font-size:22px;font-weight:900;height:64px;justify-content:center;line-height:1.55;position:absolute;right:0;top:0;width:64px}.cards-ol__item.cards-ol__item_green:before{background-color:#ebf5f1;color:#297b50}.cards-ol__item.cards-ol__item_yellow:before{background-color:#e8ecee;color:#c9a211}.cards-ol__item.cards-ol__item_red:before{background-color:#ebf5f1;color:#dc4937}.cards-ol__item:nth-child(-n+9):before{content:"0" counter(num)}.cards-ol__tag{color:#5a6770;font-size:13px;font-weight:700;letter-spacing:.15em;line-height:1.55;margin-bottom:6px;text-transform:uppercase}.cards-ol__item h4{color:#132d38;font-size:28px;font-weight:900;letter-spacing:-.02em;line-height:1.55;margin-bottom:12px}.cards-ol__item p{color:#5a6770;font-size:16px;font-weight:400;line-height:1.55;margin-bottom:12px}.card-list{display:flex;flex-direction:column}.card-list__item{color:#132d38;font-size:15px;font-weight:400;line-height:1.55;padding:6px 0 6px 26px;position:relative}.card-list__item:before{background-color:#35ab6d;content:"";height:2px;left:0;position:absolute;top:17px;transform:translateY(-50%);width:14px}@media (max-width:900px){.cards-ol__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.cards-ol__list{grid-template-columns:repeat(1,1fr)}}