.consultationsForm{flex-direction:column;width:100%;max-width:1050px;margin:0 auto;display:flex}.consultationsForm .title{color:var(--Primary-DarkBlue,#0b1956);text-align:center;margin-bottom:44px;font-size:max(24px,min(3.8vw,40px));font-weight:600;line-height:120%}@media (max-width:620px){.consultationsForm .title{margin-bottom:16px}}.consultationsForm .formWrapper{flex-wrap:wrap;gap:20px;display:flex}.consultationsForm .scheduleContainer{flex-direction:column;gap:32px;width:100%;margin-top:32px;display:flex}.consultationsForm .scheduleContainer .scheduleBox .boxTitle{color:var(--Primary-DarkBlue,#0b1956);font-size:24px;font-weight:600;line-height:120%}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper{width:calc(100% - 100px);max-width:950px;margin:20px 50px 0;position:relative}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper.mobile{width:100%;margin:20px auto}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .swiper,.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .swiper .swiper-slide{width:100%}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper{flex-wrap:wrap;justify-content:center;gap:22px;width:calc(100% - 8px);padding:4px;display:flex}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox{cursor:pointer;background:#fff;border:1px solid #bababa;border-radius:20px;flex-direction:column;align-items:center;gap:21px;width:calc(33.333% - 50px);padding:24px 16px;transition:all .2s ease-in-out;display:flex}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox.four{width:calc(50% - 46px)}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox.two{width:calc(100% - 2px);padding:16px 12px}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox.two .boxTop{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox.active,.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox:hover{background:var(--Primary-Blue,#0870f3)}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox.active .boxTop p,.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox.active .ratingBox,.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox:hover .boxTop p,.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox:hover .ratingBox{color:#fff}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox.active .tag,.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox:hover .tag{color:var(--Neutral-Neutral-900,#3d3d3d);background:#fff}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox.active .MuiAvatar-root,.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox:hover .MuiAvatar-root{border:3px solid var(--Secondary-Yellow,#ffc466)}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox .boxTop{flex-direction:column;align-items:center;display:flex}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox .boxTop .consInfoMobile{align-items:center;gap:9px;display:flex}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox .boxTop .consInfoMobile p{text-align:initial}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox .boxTop .consInfoMobile .title{margin-top:-4px}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox .ratingBox{color:var(--neutral-neutral-800,#272f3a);direction:ltr;align-items:center;gap:10px;margin-top:4px;font-size:12px;font-weight:400;line-height:150%;display:flex}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox .ratingBox .icon{color:var(--Secondary-Yellow,#ffc466)}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox .MuiAvatar-root{border:3px solid #0b1956;border-radius:50%;width:64px;height:64px}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox .name{color:#181d27;text-align:center;font-size:20px;font-weight:500;line-height:150%}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox .title{color:#3d3d3d;margin:0;font-size:12px;font-weight:400;line-height:150%}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox .tagsWrapper{flex-wrap:wrap;justify-content:center;gap:4px;display:flex}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .innerSwipper .consultantBox .tag{color:var(--neutral-neutral-700,#323c4b);border:1px solid #cfcfcf;border-radius:100px;padding:4px 12px;font-size:12px;font-weight:400;line-height:150%}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .swipperNavigationContainer{justify-content:space-between;align-items:center;width:calc(100% + 100px);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .swipperNavigationContainer.en .swiper-button-prev-custom .icon,.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .swipperNavigationContainer.en .swiper-button-next-custom .icon{transform:rotate(180deg)}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .swiper-button-prev-custom,.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .swiper-button-next-custom{cursor:pointer;width:40px;height:40px;color:var(--Primary-Blue,#0870f3);border-radius:50%;justify-content:center;align-items:center;font-size:42px;display:flex}.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .swiper-button-prev-custom.swiper-button-disabled,.consultationsForm .scheduleContainer .scheduleBox .consultantSwipper .swiper-button-next-custom.swiper-button-disabled{opacity:.4;pointer-events:none}.consultationsForm .scheduleContainer .scheduleBox .consultantDatePicker{flex-direction:column;gap:6px;width:45%;margin-top:20px;display:flex}@media (max-width:720px){.consultationsForm .scheduleContainer .scheduleBox .consultantDatePicker{width:100%}}.consultationsForm .scheduleContainer .scheduleBox .consultantDatePicker .label{color:var(--Primary-DarkBlue,#0b1956);font-size:14px;font-weight:500;line-height:142.857%}.consultationsForm .scheduleContainer .scheduleBox .consultantHoursPicker{flex-wrap:wrap;gap:49px;margin-top:44px;display:flex}@media (max-width:620px){.consultationsForm .scheduleContainer .scheduleBox .consultantHoursPicker{gap:12px;margin-top:20px}}.consultationsForm .scheduleContainer .scheduleBox .consultantHoursPicker .timeBox{cursor:pointer;border:1px solid var(--Gray-300,#d5d7da);width:calc(33.3333% - 34.67px);color:var(--Neutral-Neutral-900,#3d3d3d);background:var(--Background,#f7fafc);border-radius:8px;justify-content:center;align-items:center;margin-top:-25px;padding:11px 0;font-size:max(14px,min(2.8vw,24px));font-weight:400;line-height:120%;display:flex}@media (max-width:620px){.consultationsForm .scheduleContainer .scheduleBox .consultantHoursPicker .timeBox{width:calc(33.3333% - 10px);margin-top:-4px}}.consultationsForm .scheduleContainer .scheduleBox .consultantHoursPicker .timeBox.active{background:var(--Primary-Blue,#0870f3);border:1px solid var(--Gray-300,#d5d7da);color:var(--Background,#f7fafc)}@media (max-width:620px){.consultationsForm .formSubmitButton{margin-top:24px}}.consultationsForm .noConsultants{border:1px solid #bababa;border-radius:20px;justify-content:center;align-items:center;width:100%;min-height:200px;margin-top:20px;display:flex}.consultationsForm .noConsultants p{color:var(--neutral-neutral-700,#323c4b);font-size:max(16px,min(2.8vw,24px));font-weight:500}
