.days{display:flex;align-items:center;overflow:auto;gap:8px;scrollbar-width:thin;padding-bottom:10px}.days::-webkit-scrollbar{width:5px}.days__item{flex-shrink:0;padding:8px 10px;box-sizing:border-box;width:36px;height:63px;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#f5f6fa;border-radius:6px;font-size:14px}.days__item:not(.days__item--disabled){cursor:pointer}.days__item--disabled .days__item__day,.days__item--disabled .days__item__week{color:#adb0bb}.days__item--select{background:#3ba1ff}.days__item--select .days__item__day,.days__item--select .days__item__week{color:#fff!important}.days__item__day{color:#494a4e;font-weight:500}.days__item__week{color:#adb0bb;margin-bottom:10px;font-weight:400}@media(max-width:720px){.days{padding-bottom:0}}