.shedule-meeting{align-items:center;background:#f1f3f9;border-radius:12px;display:grid;gap:12px 22px;grid-template-areas:"image title action" "image position action";grid-template-columns:100px 1fr auto;padding:20px;position:relative}@media(max-width:1023px){.shedule-meeting{gap:12px;grid-template-areas:"image" "title" "position" "action";grid-template-columns:1fr}}.shedule-meeting__image{-ms-grid-row:1;-ms-grid-row-span:3;-ms-grid-column:1;border-radius:50%;grid-area:image;position:relative;width:-moz-fit-content;width:fit-content}@media(max-width:767px){.shedule-meeting__image{height:72px;width:72px}}.shedule-meeting__image img{border-radius:50%;overflow:hidden}.shedule-meeting__image span{background:#22a717;border:4px solid #f1f3f9;border-radius:500px;bottom:4px;flex-shrink:0;height:28px;position:absolute;right:0;width:28px;z-index:10}@media(max-width:767px){.shedule-meeting__image span{height:20px;width:20px}}.shedule-meeting__title{-ms-grid-row:1;-ms-grid-column:3;align-self:end;grid-area:title;letter-spacing:-.48px;line-height:110%}.shedule-meeting__position{-ms-grid-row:3;-ms-grid-column:3;align-self:flex-start;font-weight:500;grid-area:position;line-height:150%}.shedule-meeting__actions{-ms-grid-row:1;-ms-grid-row-span:3;-ms-grid-column:5;align-items:center;display:flex;gap:22px;grid-area:action}@media(max-width:500px){.shedule-meeting__actions{flex-direction:column}.shedule-meeting__actions a,.shedule-meeting__actions button,.shedule-meeting__actions div{width:100%}}.shedule-meeting__action{-ms-grid-row:1;-ms-grid-row-span:3;-ms-grid-column:5;grid-area:action}@media (max-width:1023px){.shedule-meeting__image{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1}.shedule-meeting__title{-ms-grid-row:3;-ms-grid-column:1}.shedule-meeting__position{-ms-grid-row:5;-ms-grid-column:1}.shedule-meeting__action,.shedule-meeting__actions{-ms-grid-row:7;-ms-grid-row-span:1;-ms-grid-column:1}}.shedule-meeting__livechat:hover{background:#271880;color:#f1f3f9}