.calendar{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:20px}.calendar-item table{text-align:center;color:var(--grey-950);font-size:14px;line-height:20px;box-shadow:0 2px 9px #0000001f}.calendar-item th{padding:2px;background-color:var(--grey-300);font-weight:700;font-size:18px;line-height:28px;color:#fff;border-radius:8px 8px 0 0}.calendar-item td{padding:2px 0;border-bottom:1px solid var(--grey-200);vertical-align:middle;width:30px;height:34px}.calendar-item td :hover{color:#fff;filter:brightness(120%);box-shadow:0 2px 7px #0000006b}.calendar-item td a{width:29px;height:29px;line-height:29px;transition:.2s;text-decoration:none;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.calendar-item tr:last-child td{border:none}.calendar-item td.calendar--day__without-border{width:12px;border-bottom:none}.calendar-item td.calendar--day__width16{width:16px}.calendar--day__beyond{color:var(--grey-300)}.calendar-item td.calendar--day__grey{background:var(--grey-50);border-bottom:none;height:30px}.calendar--day__weekend{color:var(--red-600)}.calendar--day__orange a{background-color:var(--brand2)}.calendar--day__green a{background-color:var(--brand1)}.calendar--day__darkgreen a{background-color:#1aae96}.calendar--day__purple a{background-color:#cf5d9e}.calendar-legend{display:flex;flex-direction:column;row-gap:8px}@media screen and (max-width: 1023px){.calendar-legend{margin:0 auto;flex-wrap:wrap;justify-content:center;flex-direction:row;row-gap:16px;column-gap:32px}}@media screen and (max-width: 630px){.calendar-legend{width:266px;flex-direction:column;row-gap:8px}}.calendar-legend--item{display:flex;align-items:center;column-gap:8px}.calendar-legend--text{font-weight:400;font-size:14px;line-height:20px}.calendar-legend--marker{width:8px;height:8px;border-radius:50%}.calendar-legend--marker--orange{background-color:var(--brand2)}.calendar-legend--marker--green{background-color:var(--brand1)}.calendar-legend--marker--darkgreen{background-color:#1aae96}.calendar-legend--marker--purple{background-color:#cf5d9e}
