@charset "UTF-8";.scheduleForm{-webkit-margin-after:100px;margin-block-end:100px}.scheduleForm__form{border:1px solid #d1d5db;border-radius:24px;padding:20px 15px;display:grid;gap:30px}.scheduleForm__info{-webkit-border-after:1px solid #e5e5e5;border-block-end:1px solid #e5e5e5;gap:1.75rem;font-size:1.125rem;color:var(--charcoal-color)}.scheduleForm__infoItem{gap:12px;line-height:1.3}.scheduleForm__infoItem::before{content:"";width:30px;height:30px;aspect-ratio:1;background:url(../../img/icons/stethoscope.svg) center no-repeat}.scheduleForm__infoItem_duration::before{background:url(../../img/icons/clock.svg) center no-repeat}.scheduleForm__infoItem_fees::before{background:url(../../img/icons/hand-coints.svg) center no-repeat}.scheduleForm__infoItem_date::before{background:url(../../img/icons/calendar.svg) center no-repeat}.scheduleForm__field label{cursor:pointer;font-size:14px;color:var(--oxfordBlue-color)}.scheduleForm__field input{border:1px solid #dedee2;border-radius:6px;padding:.75rem 1rem;font-size:14px;line-height:1.5;color:var(--oxfordBlue-color)}.scheduleForm__field input::-webkit-input-placeholder{color:#7a7d84}.scheduleForm__field input::-moz-placeholder{color:#7a7d84}.scheduleForm__field input:-ms-input-placeholder{color:#7a7d84}.scheduleForm__field input::-ms-input-placeholder{color:#7a7d84}.scheduleForm__field input::placeholder{color:#7a7d84}.scheduleForm__field select{position:relative;cursor:pointer;border:1px solid #dedee2;border-radius:6px;padding:.75rem 1rem;background:#fff;-webkit-appearance:none;font-size:14px;line-height:1.5;color:var(--oxfordBlue-color)}.scheduleForm__field select::after{content:"1";display:block;position:absolute;right:0;top:0;z-index:1;width:20px;height:20px}.scheduleForm__field select::-webkit-input-placeholder{color:#7a7d84}.scheduleForm__field select::-moz-placeholder{color:#7a7d84}.scheduleForm__field select:-ms-input-placeholder{color:#7a7d84}.scheduleForm__field select::-ms-input-placeholder{color:#7a7d84}.scheduleForm__field select::placeholder{color:#7a7d84}.scheduleForm__button{-webkit-transition:all .2s;transition:all .2s}.scheduleForm__button_back{-webkit-margin-after:12px;margin-block-end:12px;border-radius:50%;border:1px solid var(--platinum-color);aspect-ratio:1;width:46px;height:46px;background:0 0;background-image:url(../../img/icons/arrow-form.svg);background-repeat:no-repeat;background-position:center;-webkit-transition:all .2s;transition:all .2s}.scheduleForm__button_back:focus-visible,.scheduleForm__button_back:hover{border-color:var(--oxfordBlue-color)}.scheduleForm__button_back:active{border-color:var(--chryslerBlue-color)}.scheduleForm__button_submit{border-radius:8px;padding:14px 28px;width:100%;background:var(--chryslerBlue-color);color:var(--white-color)!important}.scheduleForm__alert{color:#d3001c}.scheduleForm__field_select{position:relative}.scheduleForm__field_select::after{content:url(/img/icons/angle-select.svg);position:absolute;display:inline-block;right:16px;top:33px;pointer-events:none;-webkit-transition:all .2s;transition:all .2s}.scheduleForm__field_select:has(.scheduleForm__select:active)::after{-webkit-transform:rotateX(180deg) translateY(-3px);transform:rotateX(180deg) translateY(-3px)}.scheduleActions__title{-webkit-margin-after:24px;margin-block-end:24px;font-size:20px;color:var(--oxfordBlue-color)}.scheduleActions__nav{margin-bottom:20px}.scheduleActions__mounth{font-size:18px;color:var(--oxfordBlue-color)}.scheduleActions__button{border:1px solid #d9d9d9;width:40px;height:40px;aspect-ratio:1;line-height:0;background:0 0}.scheduleActions__button_prev{background:url(../../img/icons/angle-calendar.svg) center no-repeat;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.scheduleActions__button_next{background:url(../../img/icons/angle-calendar.svg) center no-repeat}.scheduleActions__group{-webkit-margin-after:24px;margin-block-end:24px;max-width:470px}.scheduleActions__group_days{display:grid;grid-template-columns:repeat(7,1fr)}.scheduleActions__group_timeSlots{-webkit-margin-after:14px;margin-block-end:14px;padding-right:10px;font-size:12px;line-height:12px}.scheduleActions__group_timeSlots span{-webkit-margin-after:24px;margin-block-end:24px;color:var(--oxfordBlue-color)}.scheduleActions__group_timeSlots .submit{border:1px solid var(--charcoal-light-color);color:var(--oxfordBlue-color);width:100%;padding:2px 0;margin-bottom:2px;border-radius:999px}.scheduleActions__group_timeSlots .submit:active,.scheduleActions__group_timeSlots .submit:hover{background:var(--chryslerBlue-color);border:1px solid var(--chryslerBlue-color);color:#fff}.scheduleActions__group_times{gap:10px}.scheduleActions__weekdays{-webkit-margin-after:20px;margin-block-end:20px}.scheduleActions__day,.scheduleActions__weekday{width:14.2857142857%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;cursor:pointer}.scheduleActions__weekday{font-family:Inter,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;color:var(--oxfordBlue-color);cursor:default}.scheduleActions__day{width:min(100%,50px);aspect-ratio:1;-ms-flex-item-align:center;align-self:center;justify-self:center;font-family:Inter,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-transition:all .2s;transition:all .2s}.scheduleActions__day:hover{border:1px solid var(--charcoal-color)}.scheduleActions__day.selected{font-family:Inter,sans-serif;font-optical-sizing:auto;font-weight:500;font-style:normal;color:var(--white-color);border:1px solid var(--chryslerBlue-color);background:var(--chryslerBlue-color)}.scheduleActions__day.disabled{pointer-events:none;color:rgba(0,0,0,.3);cursor:default}.scheduleActions__timeSlot{display:inline-block;padding:8px 14px;border:.5px solid var(--charcoal-color);border-radius:4px;cursor:pointer;-webkit-transition:all .2s;transition:all .2s}.scheduleActions__timeSlot:hover{-webkit-box-shadow:5px 5px 70px 0 rgba(0,0,0,.05);box-shadow:5px 5px 70px 0 rgba(0,0,0,.05)}.scheduleActions__timeSlot.selected{background:var(--chryslerBlue-color);color:var(--white-color);border:1px solid var(--chryslerBlue-color)}@media screen and (min-width:576px){.scheduleForm__button_submit{max-width:215px;-ms-flex-item-align:end;align-self:end}}@media screen and (min-width:768px){.scheduleForm__form{padding:30px;grid-template-columns:40% 60%}.scheduleForm__info{-webkit-border-after:none;border-block-end:none;-webkit-border-end:1px solid #e5e5e5;border-inline-end:1px solid #e5e5e5}}@media screen and (min-width:992px){.scheduleForm{-webkit-margin-after:150px;margin-block-end:150px}.scheduleForm__formFields{min-height:600px}.scheduleActions__title{-webkit-margin-after:40px;margin-block-end:40px}.scheduleActions__timeSlot{padding:8px 19px}}@media screen and (min-width:1200px){.scheduleForm__container{max-width:81.25%}.scheduleForm__infoItem{max-width:70%}}@media screen and (max-width:375px){.scheduleActions__weekday{font-size:12px}}