.calendar{flex-direction:column;align-items:center;width:100%;max-width:1400px;margin-top:20px;margin-left:auto;margin-right:auto;display:flex;position:relative}.calendar__header-row{justify-content:space-between;align-items:center;width:100%;margin-bottom:22px;padding:0 60px;font-family:Manrope;font-size:32px;font-weight:800;display:flex}.calendar__days-wrap{align-items:center;width:100%;display:flex;position:relative}.calendar__fade{pointer-events:none;z-index:5;width:120px;position:absolute;top:0;bottom:0}.calendar__fade--left{background:linear-gradient(90deg,#fff 25%,#fff0 100%);left:0}.calendar__fade--right{background:linear-gradient(270deg,#fff 25%,#fff0 100%);right:0}.calendar__arrow{z-index:10;color:#fff;cursor:pointer;background:#0e0f11;border:none;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;padding:12px;transition:transform .2s,background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.calendar__arrow svg{width:20px;height:20px}.calendar__arrow:hover{background:#26272b}.calendar__arrow:active{transform:translateY(-50%)scale(.92)}.calendar__arrow--prev{left:16px}.calendar__arrow--next{right:16px}.calendar__days-row{scroll-behavior:smooth;justify-content:center;align-items:center;gap:16px;width:100%;padding:10px 24px;display:flex;overflow-x:auto}.calendar__days-row::-webkit-scrollbar{display:none}.calendar__pill{box-sizing:border-box;cursor:pointer;background:#f5f6f9;border-radius:14px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:12px;width:64px;height:68px;line-height:1;transition:all .25s;display:flex}.calendar__pill:hover{background:#e9edf1}.calendar__weekday{color:#0e0f11;font-family:Manrope;font-size:14px;font-weight:400}.calendar__day{color:#0e0f11;font-family:Astrohead;font-size:20px;font-weight:700}.calendar__pill--today{border:1px solid #000;color:#fff!important}.calendar__pill--today__weekday,.calendar__pill--today__day{color:#fff!important}.calendar__pill--selected{background:#0066ff14;border:1px solid #06f;box-shadow:0 6px 18px #0066ff1f}
@media (max-width:768px){.calendar{flex-direction:column;align-items:center;width:100%;max-width:1400px;margin-top:20px;margin-left:auto;margin-right:auto;display:flex}.calendar__header-row{margin-bottom:12px;padding:0 16px;font-family:Manrope;font-size:20px;font-weight:800}.calendar__arrow{border-radius:14px;width:44px;height:44px;padding:10px}.calendar__arrow svg{width:18px;height:18px}.calendar__arrow--prev{left:8px}.calendar__arrow--next{right:8px}.calendar__fade{width:56px}.calendar__days-row{scroll-behavior:smooth;justify-content:flex-start;align-items:center;gap:12px;width:100%;padding:10px 50px;display:flex;overflow-x:auto}.calendar__days-row::-webkit-scrollbar{display:none}.calendar__pill{box-sizing:border-box;cursor:pointer;background:#f5f6f9;border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:10px;width:58px;height:64px;line-height:1;transition:all .25s;display:flex}.calendar__weekday{color:#0e0f11;font-family:Manrope;font-size:14px;font-weight:400}.calendar__day{color:#0e0f11;font-family:Astrohead;font-size:20px;font-weight:700}.calendar__pill--today{border:1px solid #000;color:#fff!important}.calendar__pill--today__weekday,.calendar__pill--today__day{color:#fff!important}.calendar__pill--selected{background:#0066ff14;border:1px solid #06f;box-shadow:0 6px 18px #0066ff1f}}
