#graph_component{border-radius:10px;display:flex;flex-direction:column;gap:20px;justify-content:space-between;padding:80px}#graph_component .graph__top{align-items:center;display:flex;justify-content:space-between}#graph_component .graph__top-right{align-items:end;display:flex;flex-direction:column;gap:10px}#graph_component .graph__top-right p{margin:0}#graph_component .graph__top-right-number{font-size:50px;font-weight:700;line-height:normal}#graph_component .graph__top-right-alert{border-radius:17px;font-size:10px;font-weight:700;padding:5px 20px}#graph_component .graph__cards-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;list-style:none;padding:0}#graph_component .graph__card-item p{margin:0}#graph_component .graph__card-content{align-items:center;display:flex;justify-content:space-between}#graph_component .graph__card-item{border-radius:10px;max-width:50%;padding:19px 32px;width:500px}#graph_component .graph__card-after-label,#graph_component .graph__card-before-label{font-size:15px;font-weight:400}#graph_component .graph__card-after-number,#graph_component .graph__card-before-number{font-weight:700}#graph_component .graph__bottom-item-icon svg{width:20px}#graph_component .graph__bottom-list{display:flex;justify-content:space-between;list-style:none;padding:0}#graph_component li.graph__bottom-item p{line-height:normal;margin:0}#graph_component li.graph__bottom-item{align-items:baseline;display:flex;gap:10px}@media screen and (max-width:1000px){#graph_component .graph__top{flex-direction:column;justify-content:center}#graph_component .graph__top,#graph_component .graph__top-right{align-items:center;text-align:center}#graph_component .graph__top-left{padding:10px 20px 0}#graph_component .graph__card-item{border-radius:10px;max-width:none;padding:19px 32px;width:100%}#graph_component{padding:20px}#graph_component .graph__bottom-list{flex-direction:column;gap:20px;padding:30px}}