.page-container{box-sizing:border-box;background-color:var(--c-white);border-radius:20px;flex-direction:column;margin:0 auto;padding:60px 37px;display:flex;position:relative}.checklist{flex-direction:column;height:100%;display:flex}.checklist__header{margin-bottom:90px}.checklist__badge{position:absolute;top:15px;right:15px}.checklist__title{color:var(--c-heading-text);margin:42px 0 12px}.checklist__subtitle{color:var(--c-sutitle-text);margin:0}.checklist__content{color:var(--c-main-text);flex-grow:1;padding-right:32px}.checklist__table-head{border-bottom:1px solid var(--c-separator);justify-content:space-between;padding-bottom:13px;display:flex}.checklist__label:last-child{margin-right:10px}.checklist__row{justify-content:space-between;align-items:center;padding:12px 10px 12px 0;display:flex}.checklist__rating{gap:3px;display:flex}.checklist__dot{background-color:var(--c-table);border-radius:4px;width:7px;height:16px;display:inline-block}.container{background-color:var(--c-background)}
