.slot-price{display:flex;flex-direction:column;gap:var(--gap-sm);padding:8px 16px;border:1px solid var(--color-bg-light);border-radius:var(--radius-md);background:#fff}.slot-price__label{font-size:18px;font-weight:500;line-height:120%;color:#1E1E1E}.slot-price__value{font-size:24px;font-weight:700;line-height:100%;color:#1e1e1e}.slot-price__note{font-size:16px;font-weight:500;color:rgba(30,30,30,.69)}.slot-price__tabs{display:flex;gap:8px;margin-top:var(--gap-xs)}.slot-price__tabs .slot-price__tab{width:100%;max-width:251px;display:flex;align-items:center;justify-content:flex-start;gap:8px;border:1px solid var(--color-primary);border-radius:8px;background:transparent;color:var(--color-text-secondary);font-size:15px;cursor:pointer;transition:background .15s,color .15s,border-color .15s;padding:12px 10px}.slot-price__tab:before{content:"";flex:0 0 auto;width:18px;height:18px;border-radius:50%;border:2px solid var(--color-border);box-sizing:border-box}.slot-price__tab--active{background:#fff;color:#1e1e1e;border-color:var(--color-primary)}.slot-price__tab--active:before{border-color:var(--color-primary);background:var(--color-primary);box-shadow:inset 0 0 0 3px #fff}@media (max-width:768px){.slot-price__tabs .slot-price__tab{max-width:167px}}.slot-date-strip{display:flex;flex-direction:column;gap:var(--gap-sm);margin-bottom:4px}.slot-date-strip__header{display:flex;align-items:center;justify-content:space-between}.slot-date-strip__month{text-transform:capitalize}.slot-date-strip__arrows{display:flex;gap:var(--gap-xs)}.slot-date-strip__arrow{display:flex;align-items:center;justify-content:center;color:#757575;width:20px;height:20px;cursor:pointer;transition:color .15s}.slot-date-strip__arrow-icon{width:10px;height:5px}.slot-date-strip__arrow--prev .slot-date-strip__arrow-icon{transform:rotate(90deg)}.slot-date-strip__arrow--next .slot-date-strip__arrow-icon{transform:rotate(-90deg)}.slot-date-strip__arrow:hover{color:#1e1e1e}.slot-date-strip__track{display:flex;gap:var(--gap-sm);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.slot-date-strip__track::-webkit-scrollbar{display:none}.slot-date-strip__chip{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:4px;min-width:48px;padding:12px;border:1px solid #1348ba;border-radius:16px;background:#fff;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.slot-date-strip__chip--active,.slot-date-strip__chip:hover{border-color:var(--color-primary)}.slot-date-strip__chip--active{background:var(--color-primary);color:#fff}.slot-date-strip__weekday{font-size:14px;font-weight:500;text-transform:uppercase;color:rgba(30,30,30,.6);line-height:100%}.slot-date-strip__chip--active .slot-date-strip__weekday{color:#fff}.slot-date-strip__day{font-size:16px;font-weight:400;line-height:100%}.slot-schedule{flex-direction:column}.slot-schedule,.slot-schedule__tabs{display:flex;gap:var(--gap-sm)}.slot-schedule__tabs .slot-schedule__tab{flex:1 1 0;padding:var(--gap-sm);border:none;border-radius:var(--radius-md);background:#f6f6f6;color:#1e1e1e;cursor:pointer;transition:background .15s,color .15s}.slot-schedule__tabs .slot-schedule__tab--active{background:var(--color-primary);color:#fff}.slot-schedule__tab-inner{display:flex;flex-direction:column;gap:2px}.slot-schedule__tab-name,.slot-schedule__tab-time{font-size:14px;font-weight:400;line-height:100%}.slot-schedule__times{display:flex;flex-wrap:wrap;gap:var(--gap-sm)}.slot-schedule__time{width:100%;max-width:97px;font-size:14px;font-weight:500;line-height:100%;border:1px solid var(--color-primary);border-radius:16px;background:#fff;color:#1E1E1E;cursor:pointer;transition:background .15s,color .15s;padding:5px}.slot-schedule__time--active,.slot-schedule__time:hover{background:var(--color-primary);color:#fff}