.datepicker{position:relative}.datepicker .contacts__form-text{display:none}.datepicker input{position:absolute;pointer-events:none;visibility:hidden}.datepicker .datepicker__header{display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:600;line-height:20px;letter-spacing:0;text-align:left;color:#0E254B}.datepicker .datepicker__nav{display:flex;align-items:center;gap:10px}.datepicker .datepicker__month-prev,.datepicker .datepicker__month-next{width:25px;height:23px;padding:6px 8px;background-color:var(--grey-lite);--primary-color-icon: var(--blue)}.datepicker .datepicker__month-prev svg,.datepicker .datepicker__month-next svg{width:100%;height:100%}.datepicker .datepicker__name-day-week{font-weight:500;font-size:13px;line-height:1.3;color:#0E254B;text-transform:lowercase}.datepicker .datepicker__days{display:grid;grid-template-columns:repeat(7, 1fr);gap:5px;text-align:center;margin-top:10px;margin-bottom:5px}.datepicker .datepicker__day{display:flex;align-items:center;justify-content:center;border-radius:40px;background-color:#F4F6F9;overflow:hidden;text-align:center;font-weight:700;font-size:14px;line-height:20px;color:#0E254B99;cursor:pointer;border:1px solid #F4F6F9;min-width:30px;min-height:30px}.datepicker .datepicker__day--select-split:not(.datepicker .datepicker__day--active):not(.datepicker .datepicker__day--selected):not(.datepicker .datepicker__day--disabled){border:1px solid black;padding:10px 8px;background-color:#D5E5FB;font-weight:600}.datepicker .datepicker__day--selected,.datepicker .datepicker__day--select{border:1px solid;padding:10px 8px;background-color:#FFE9DC;font-weight:600}.datepicker .datepicker__day--active{background-color:#FF6B17;color:#fff}.datepicker .datepicker__day--disabled{opacity:0.3;pointer-events:none}@media (min-width:768px){.datepicker .datepicker__days{margin-top:11px}.datepicker .datepicker__day{min-height:42px}}