.selectDateTime {
    display:block;
    width:100%;
    max-width:759px;
    padding:14px 30px 40px;
    background:#fff;
    box-shadow:1.5px 2.6px 10px rgba(119,119,119,.1);
    border-radius:5px
}
.selectDateTime__title {
    font-style:normal;
    font-weight:400;
    font-size:22px;
    line-height:245%;
    color:#000
}
.appointment-calendar__header {
    display:flex;
    justify-content:space-between;
    align-items:center
}
.appointment-calendar__title {
    font-style:normal;
    font-weight:700;
    font-size:18px;
    line-height:278%;
    color:#000;
    user-select:none
}
.appointment-calendar .arrow {
    flex-grow:0;
    flex-shrink:0;
    width:13px
}
.appointment-calendar .arrow svg {
    width:13px
}
.appointment-calendar,.appointment-calendar__body,.dataPickerCalendar table {
    width:100%
}
.appointment-calendar thead tr:last-child {
    font-size:small;
    color:#555
}
.appointment-calendar thead tr:nth-child(1) td:nth-child(2) {
    color:#323232
}
.appointment-calendar thead tr:nth-child(1) td:nth-child(1):hover,.appointment-calendar thead tr:nth-child(1) td:nth-child(3):hover {
    cursor:pointer
}
.appointment-calendar tbody td,.appointment-calendar thead th {
    font-style:normal;
    font-weight:400;
    font-size:16px;
    line-height:150%;
    color:#333;
    text-align:center;
    position:relative;
    padding:7px 0;
    user-select:none
}
.appointment-calendar tbody td {
    transition:.2s linear
}
.appointment-calendar tbody td.disabled {
    color:#abafb3;
    cursor:default
}
.appointment-calendar tbody td.now:after {
    content:"";
    display:block;
    position:absolute;
    height:100%;
    aspect-ratio:1;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    border:1px solid #04A6E1;
    border-radius:50%
}
.appointment-calendar tbody td.checked {
    background:#04A6E1;
    border-radius:3px;
    color:#fff
}
.appointment-calendar__slots {
    display:none;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:6px;
    border-top:1px solid #abafb3;
    margin-top:27px;
    padding-top:21px
}
.appointment-calendar__slots.active {
    display:grid
}
.appointment-calendar__slots>div {
    display:flex;
    justify-content:center;
    align-items:center;
    background:#f3f3f3;
    border:1px solid #dddfe1;
    border-radius:3px;
    font-style:normal;
    font-weight:400;
    font-size:16px;
    line-height:150%;
    color:#000;
    padding:12px 6px;
    cursor:pointer;
    transition:.2s linear;
    user-select:none
}
.appointment-calendar__slots>div.disabled {
    cursor:default;
    color:#abafb3
}
.appointment-calendar__slots>div.checked {
    background:#04A6E1;
    border:1px solid #04A6E1;
    color:#fff
}
@media (hover:hover) {
    .appointment-calendar .arrow,.appointment-calendar tbody td.haveSlot {
        cursor:pointer
    }
    .appointment-calendar .arrow svg path {
        transition:.2s linear
    }
    .appointment-calendar .arrow:hover path {
        fill:#04A6E1
    }
    .appointment-calendar tbody td:hover,.appointment-calendar__slots>div:hover {
        background:#04A6E1;
        border-radius:3px;
        color:#fff
    }
    .appointment-calendar tbody td.disabled:hover,.appointment-calendar__slots>div.disabled:hover {
        background:rgba(218,37,47,.5)
    }
}
@media (max-width:1200px) {
    .appointment-calendar-v1 .appointment-calendar__slots {
        grid-template-columns:repeat(5,minmax(0,1fr))
    }
    .appointment-calendar-v1 .appointment-calendar__slots>div {
        font-size:15px
    }
}
@media (max-width:660px) {
    .appointment-calendar-v1 .appointment-calendar__slots {
        grid-template-columns:repeat(4,minmax(0,1fr))
    }
}
@media (max-width:550px) {
    .appointment-calendar-v1 .appointment-calendar__slots {
        grid-template-columns:repeat(3,minmax(0,1fr))
    }
    .appointment-calendar-v1 .selectDateTime__title {
        font-size:18px
    }
}
@media (max-width:440px) {
    .appointment-calendar-v1 .selectDateTime {
        padding:14px 20px 40px
    }
    .appointment-calendar-v1 .appointment-calendar__slots {
        grid-gap:5px
    }
    .appointment-calendar-v1 .appointment-calendar__slots>div {
        font-size:14px;
        padding:12px 3px
    }
    .appointment-calendar-v1 .appointment-calendar tbody td,.appointment-calendar-v1 .appointment-calendar thead th {
        font-size:14px;
        padding:5px 0
    }
}
@media (max-width:380px) {
    .appointment-calendar-v1 .appointment-calendar__slots {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}
.appointment-calendar-v2 .selectDateTime {
    margin-top:-8px;
    padding:0;
    box-shadow:none;
    background:0 0
}
@media (max-width:850px) {
    .appointment-calendar-v2 .appointment-calendar__slots {
        grid-template-columns:repeat(5,minmax(0,1fr))
    }
    .appointment-calendar-v2 .appointment-calendar__slots>div {
        font-size:15px
    }
}
@media (max-width:700px) {
    .appointment-calendar-v2 .appointment-calendar__slots {
        grid-template-columns:repeat(4,minmax(0,1fr))
    }
}
@media (max-width:580px) {
    .appointment-calendar-v2 .appointment-calendar__slots {
        grid-template-columns:repeat(3,minmax(0,1fr))
    }
    .appointment-calendar-v2 .selectDateTime__title {
        font-size:18px
    }
}
@media (max-width:460px) {
    .appointment-calendar-v2 .appointment-calendar__slots {
        grid-gap:5px
    }
    .appointment-calendar-v2 .appointment-calendar__slots>div {
        font-size:14px;
        padding:12px 3px
    }
    .appointment-calendar-v2 .appointment-calendar tbody td,.appointment-calendar-v2 .appointment-calendar thead th {
        font-size:14px;
        padding:5px 0
    }
}
@media (max-width:415px) {
    .appointment-calendar-v2 .appointment-calendar__slots {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}
.data-picker {
    position:relative
}
.dataPickerCalendar {
    width:100%;
    max-width:335px;
    padding:27px;
    box-sizing:border-box;
    background:#fff;
    border:1px solid #dddfe1;
    box-shadow:1.5px 2.6px 10px rgba(119,119,119,.1);
    position:absolute;
    top: calc(100% + 3px);
    left:0;
    right:0;
    margin-left:auto;
    margin-right: 0;
    display:none;
    z-index: 1;
}
.dataPickerCalendar.show {
    display:block
}
.dataPickerCalendar__headerIntro {
    display:flex;
    justify-content:space-between;
    align-items:center;
    column-gap: 23px;
    margin-bottom: 23px;
}
.dataPickerCalendar__title {
    font-style:normal;
    font-weight:400;
    font-size: 20px;
    line-height:1;
    display:flex;
    align-items:center;
    column-gap:7px;
    color: #2E3031;
    cursor:pointer
}
.dataPickerCalendar__arrows {
    display:flex;
    align-items:center;
    column-gap:15px
}
.dataPickerCalendar .arrow path {
    fill: #04A6E1;
    transition:.2s linear
}
.dataPickerCalendar .arrow.disabled path,.dataPickerCalendar__header.show .dataPickerCalendar__title path {
    fill:#abafb3
}
.dataPickerCalendar .arrow.disabled {
    cursor:default;
    pointer-events:none
}
.dataPickerCalendar__selectDate {
    position:absolute;
    top:63px;
    left: 20px;
    width:calc(100% - 40px);
    height:calc(100% - 81px);
    padding-right:3px;
    background:#fff;
    display:none
}
.dataPickerCalendar__header.show .dataPickerCalendar__selectDate {
    display:block
}
.dataPickerCalendar__header.show .dataPickerCalendar__arrows {
    display:none
}
.dataPickerCalendar__header.show .dataPickerCalendar__title {
    color:#abafb3
}
.dataPickerCalendar__selectYear {
    height:133px;
    overflow:hidden;
    overflow-y:auto;
    padding-right:8px;
}
.dataPickerCalendar__selectYear::-webkit-scrollbar {
    width:4px
}
.dataPickerCalendar__selectYear::-webkit-scrollbar-track {
    background:#f4f4f4
}
.dataPickerCalendar__selectYear::-webkit-scrollbar-thumb {
    background-color:#aaa
}
.dataPickerCalendar__selectYear>div {
    background:#f3f3f3;
    border-radius:3px;
    font-style:normal;
    font-weight:400;
    font-size:14px;
    line-height:171%;
    color:#000;
    margin-top:3px;
    padding-left:12px;
    transition:.2s linear;
    cursor:pointer;
    user-select:none
}
.dataPickerCalendar__selectYear>div.active {
    background:#00b5ef8a
}
.dataPickerCalendar__selectYear>div:first-child {
    margin-top:0
}
.dataPickerCalendar__selectMonth {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    padding:10px 35px 0 13px
}
.dataPickerCalendar__selectMonth>div {
    font-style:normal;
    font-weight:400;
    font-size:13px;
    line-height:185%;
    text-align:center;
    color:#333;
    cursor:pointer;
    transition:.2s linear;
    border-radius:3px
}
.dataPickerCalendar__selectMonth>div.active {
    color:#fff;
    background:#04A6E1
}
.dataPickerCalendar td,.dataPickerCalendar th {
    font-family: 'Noto Sans';
    font-weight:400;
    font-size:16px;
    line-height: 24px;
    text-align:center;
    color:#000;
    user-select:none
}
.dataPickerCalendar td,.dataPickerCalendar__footer button {
    cursor:pointer;
    transition:.2s linear
}
.dataPickerCalendar td.disabled {
    color:#999DA0;
    cursor:default
}
.dataPickerCalendar td.checked {
    background:#04A6E1;
    color:#fff
}
.dataPickerCalendar__footer {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:12px
}
.dataPickerCalendar__footer button {
    font-style:normal;
    font-weight:400;
    font-size:14px;
    line-height:171%;
    display:flex;
    align-items:center;
    text-align:center;
    color:#000;
    border:0;
    background:0 0;
    padding:0;
    margin:0
}
.dataPickerCalendar td.now{
    border: 1px solid #04A6E1;
    color: #04A6E1;
}
.dataPickerCalendar td.now.checked{
    color: #FFF;
}
.btn-picker {
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    border: 0;
    background: none;
    display: flex;
    align-items: center;
}
.filled-date input[type="date"]{
    display: block!important;
}
.filled-date input[type="text"]{
    display: none!important;
}
@media (hover:hover) {
    .dataPickerCalendar .arrow:hover path {
        fill:#04A6E1ff
    }
    .dataPickerCalendar .arrow.disabled:hover path {
        fill:#abafb3
    }
    .dataPickerCalendar__selectYear>div:hover {
        background:#00b5ef8a
    }
    .dataPickerCalendar tbody td.haveSlot {
        cursor:pointer
    }
    .dataPickerCalendar tbody td:hover,.dataPickerCalendar__selectMonth>div:hover {
        background:#04A6E1;
        color:#fff
    }
    .dataPickerCalendar tbody td.disabled:hover {
        background: #04a6e19c;
    }
    .dataPickerCalendar__footer button:hover {
        color:#04A6E1ff
    }
}