.header{gap:0;justify-content:space-between;display:flex;flex-direction:row;align-items:flex-end;height:var(--header-height);margin-top:10px;width:100%}.header__title{font-size:clamp(24px,1.9444444444vw,28px);font-family:var(--second-family);font-weight:900;color:#000}.header__description{font-weight:600;font-size:clamp(10px,.9722222222vw,14px);line-height:120%;color:#1b1b1d;white-space:nowrap}.header__button{background-color:transparent;gap:8px;justify-content:flex-start;display:flex;flex-direction:row;width:fit-content;align-items:center;padding:0 12px 0 0;font-weight:600;font-size:12px;color:#9a9797;height:28px;border:.5px solid #9a9797;border-radius:24px}.header__button-icon{width:27px;aspect-ratio:1;display:flex;justify-content:center;align-items:center;border-radius:50%;background:#9a9797;color:#fff;flex-shrink:0}.header__part{gap:18px;justify-content:flex-start;display:flex;flex-direction:column}.loader{width:fit-content;font-weight:700;font-size:30px;color:#3a7bd5;background:linear-gradient(90deg,#c02942 calc(50% + .5ch),#fff 0) 100%/calc(200% + 1ch) 100%;-webkit-background-clip:text;background-clip:text;animation:l7 2s steps(11) infinite}.loader:before{content:"Загрузка..."}@keyframes l7{to{background-position:0}}.loader__overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.3);backdrop-filter:blur(2px)}