@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.tp-xxl{font-size:2.5rem}@media(max-width:700px){.tp-xxl{font-size:2rem}}.tp-xl{font-size:2rem}.tp-l{font-size:1.5rem}.tp-m{font-size:1rem}.tp-s{font-size:.8rem}.tp-xs{font-size:.7rem}.tp-xxs{font-size:.6rem}.tp-thin{font-weight:100}.tp-extra-light{font-weight:200}.tp-light{font-weight:300}.tp-normal{font-weight:400}.tp-medium{font-weight:500}.tp-semi-bold{font-weight:600}.tp-bold{font-weight:700}.tp-extra-bold{font-weight:800}.tp-black{font-weight:900}.tp-upper{text-transform:uppercase}.tp-underline{text-decoration:underline}.tp-underline--link:hover{color:#d1af6d}.tp-ls{letter-spacing:.2rem}.tp-white,h1{color:#fff}.tp-red--standart{color:red}.dashboard-main-container{display:grid;gap:2rem;grid-template-areas:"counter1 counter2 counter3" "charts  extra    extra";grid-template-columns:repeat(3,1fr)}.dashboard-item-container{display:contents}.dashboard-item-container__item{display:grid;grid-template-columns:1fr 6fr;gap:0;max-width:100%;background-color:#5e5d67;border-radius:1rem;overflow:hidden}.dashboard-item-container__item:first-child,.dashboard-item-container__item:nth-child(2),.dashboard-item-container__item:nth-child(3){grid-area:counters}.dashboard-item-container__item--skeleton{animation:pulse .5s ease-in-out infinite;height:108px}.dashboard-item-container__item--skeleton .dashboard-item-container__icon-container svg{animation:spin 1s linear infinite}.dashboard-item-container--grid-section{display:contents}.random-container{background-color:#5e5d67;border-radius:1rem;padding:2rem;color:#fff}.random-container:first-of-type{grid-area:charts}.random-container:last-of-type{grid-area:extra}.dashboard-item-container__content{border-radius:0 1rem 1rem 0;padding:1rem;background-color:#5e5d67;color:#fff}.dashboard-item-container__icon-container{width:6rem;padding:1rem;box-sizing:border-box;background-color:#d1af6d;color:#fff;display:flex;justify-content:center;align-items:center;border-radius:1rem 0 0 1rem}.dashboard-item-container__icon-container svg{height:100%;width:100%}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}