.react-calendar{width:350px;max-width:100%;background:white;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__century-view__decades__decade--neighboringCentury,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__century-view__decades__decade--neighboringCentury:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__month-view__days__day--neighboringMonth:disabled{color:#cdcdcd}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:white}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.calendar-block{padding:48px 16px;width:1232px;max-width:100vw}.calendar-block__title{font-weight:700;font-size:32px;line-height:40px;color:var(--color-black);margin:0 0 36px}.calendar,.calendar-linear{position:relative}.calendar-linear{max-width:100%;width:100%;overflow:hidden;margin-bottom:24px}.calendar-linear__block{overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;display:flex}.calendar-linear__block::-webkit-scrollbar{display:none}.calendar-linear__list{list-style:none;padding:0;margin:0;display:flex;width:max-content;transition:all .5s ease-in-out;position:relative;scroll-behavior:smooth}.calendar-linear__item{padding-right:30px;position:relative}.calendar-linear__title{margin:0 0 8px;font-size:12px;line-height:16px;color:var(--color-light-grey-6);text-transform:uppercase;position:-webkit-sticky;position:sticky;left:0;transition:left .2s linear;display:block;width:max-content}.calendar-linear__dates{list-style:none;padding:0;margin:0;display:flex;align-items:center}.calendar-linear__date{padding:12px 8px;width:40px;height:60px;border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;background-color:transparent;transition:.2s ease-in-out}.calendar-linear__date:not(:last-child){border-right:0}.calendar-linear__date:hover{background-color:var(--background-footer)}.calendar-linear__date_active,.calendar-linear__date_active:hover{background-color:var(--background-tags)}.calendar-linear__day{display:block;font-weight:600;font-size:18px;line-height:22px;color:var(--color-black-dark-3);margin-bottom:8px}.calendar-linear__day-of-week{font-weight:500;font-size:10px;line-height:10px;text-transform:uppercase;color:var(--color-light-grey-5)}.calendar-linear__day-of-week_type_weekend{color:var(--color-red)}.calendar-linear__gradient{position:absolute;bottom:0;width:100px;height:62px;display:flex;align-items:center;display:none}.calendar-linear__gradient_name_right{justify-content:flex-end;right:0;background:linear-gradient(90deg,rgba(255,255,255,0) -17%,#ffffff 50%)}.calendar-linear__gradient_name_left{left:0;background:linear-gradient(90deg,#ffffff 43%,rgba(255,255,255,0) 107%)}.calendar-linear__gradient_active{display:flex}.calendar-linear__arrow{background:url(/images/arrow-right-calendar.svg) no-repeat 100% transparent;border:0;width:40px;height:40px;cursor:pointer}.calendar-linear__arrow_name_left{transform:rotate(180deg)}.calendar-standart{position:relative}.calendar-standart__btn{cursor:pointer;white-space:nowrap;border-radius:20px;padding:12px 20px;border:1px solid var(--border-tags);transition:.2s ease-in-out;font-weight:500;font-size:14px;line-height:16px;color:var(--color-black);display:flex;align-items:center;background-color:transparent;font-family:var(--font-main)}.calendar-standart__btn:not(.calendar-standart__btn_disabled):hover{border-color:var(--border-tags-hover);color:var(--color-orange)}.calendar-standart__btn_disabled{border-color:var(--border-btn-secondary);background-color:var(--background-btn-secondary)}.calendar-standart__icon{width:16px;height:16px;margin-right:4px}.calendar-background{display:none}.calendar-root{position:absolute;left:0;top:calc(100% + 8px);display:none;z-index:1000;width:320px;padding:24px 12px;box-shadow:0 0 32px 0 rgba(0,0,0,.15);background-color:var(--background-white);border-radius:12px}.calendar-root_opened{display:block}.calendar-root__touch{display:none}.react-calendar{padding:0;font-family:var(--font-main);border:none;width:100%}.react-calendar__navigation{height:30px;margin-bottom:16px;align-items:center}.react-calendar__navigation__arrow{min-width:24px!important;width:24px;height:24px;background-color:transparent!important;background-repeat:no-repeat!important;background-size:100%!important;font-size:0}.react-calendar__navigation__prev-button{background-image:url(/images/calendar/arrow-left.svg)!important}.react-calendar__navigation__prev-button:disabled{background-image:url(/images/calendar/arrow-left-disabled.svg)!important}.react-calendar__navigation__next-button{background-image:url(/images/calendar/arrow-right.svg)!important}.react-calendar__navigation__next-button:disabled{background-image:url(/images/calendar/arrow-right-disabled.svg)!important}.react-calendar__navigation__label{background-color:transparent!important;font-weight:600;font-size:20px;line-height:1.5;color:var(--color-black-dark-4);text-transform:capitalize;font-family:var(--font-main)}.react-calendar__month-view__weekdays{font-weight:400;font-size:12px;line-height:16px;color:var(--color-light-grey-7);display:grid!important;grid-template-columns:repeat(7,1fr);grid-gap:10px;padding:0 2px}.react-calendar__month-view__weekdays__weekday{padding:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.react-calendar__month-view__weekdays__weekday abbr{text-decoration:none!important}.react-calendar__month-view__weekdays__weekday:nth-child(6),.react-calendar__month-view__weekdays__weekday:nth-child(7){color:var(--color-red)}.react-calendar__month-view__days{display:grid!important;grid-template-columns:repeat(7,1fr);grid-gap:10px;padding:0 2px}.react-calendar__tile{width:32px;height:32px;padding:0;margin:0!important;border-radius:50%;font-weight:500;font-size:12px;line-height:12px;color:var(--color-black)}.react-calendar__tile--now,.react-calendar_type_no-active .react-calendar__tile--now.react-calendar__tile--active{background-color:transparent}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover,.react-calendar_type_no-active .react-calendar__tile--now.react-calendar__tile--active:focus,.react-calendar_type_no-active .react-calendar__tile--now.react-calendar__tile--active:hover{background-color:var(--background-tags)}.react-calendar__tile--active,.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background-color:var(--background-tags-hover)}.react-calendar__tile:disabled{background-color:transparent;color:var(--color-light-grey-3)}.react-calendar__tile:nth-child(7n - 1):not(:disabled),.react-calendar__tile:nth-child(7n):not(:disabled){color:var(--color-red)}@media (max-width:1024px){.calendar-block{width:100vw}.calendar-block__title{font-size:28px;line-height:32px;margin-bottom:32px}.calendar-linear{margin-bottom:16px}.calendar-linear__date{height:56px}.calendar-linear__day{font-size:16px;line-height:22px;margin-bottom:4px}.calendar-linear__gradient{display:none!important}.calendar-root{top:calc(100% + 12px)}}@media (max-width:600px){.calendar-block__title{font-size:22px;line-height:28px;margin-bottom:24px}}@media (max-width:428px){.calendar-background{display:block;width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:1002;background-color:rgba(0,0,0,.4)}.calendar-root{position:fixed;top:auto;bottom:0;left:0;width:100vw;padding:10px 24px 24px;box-shadow:0 0 32px 0 rgba(0,0,0,.16);border-radius:16px 16px 0 0;z-index:3001;transform:translateY(100%);opacity:0;visibility:hidden;transition:transform 5s ease-out,opacity 5s ease-out,visibility 5s}.calendar-root_opened{transform:translateY(0);opacity:1;visibility:visible}.calendar-root__touch{display:flex;align-items:center;justify-content:center;padding:0 10px 20px}.calendar-root__touch:before{content:"";display:block;width:60px;height:4px;border-radius:2px;background-color:var(--background-light-grey-3)}}