.calendar{width:100%;height:100%}#layer-calendar{width:100%;background-color:#fff;box-sizing:border-box;transition:.2s linear;cursor:default;font-family:"Roboto","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;user-select:none}.calendar-year{display:flex;justify-content:center;align-items:center;width:100%;height:32px;padding-top:10px;text-align:center;font-size:20px;color:#005826}.calendar-year span{margin:0 1.5rem}.calendar-year-btn-prev,.calendar-year-btn-next{display:inline-block;width:20px;height:20px;cursor:pointer}.calendar-year-btn-prev{background:url(../images/last.svg) no-repeat;background-size:contain}.calendar-year-btn-next{background:url(../images/next.svg) no-repeat;background-size:contain}.calendar-week{margin:16px 0 0;display:flex;justify-content:space-around;width:100%;height:40px;line-height:40px;background-color:#005826;color:#fff;font-size:18px;font-weight:bold}.calendar-week span{display:flex;justify-content:center;align-items:center;width:36px;height:40px}.calendar-day{border:1px solid #ccc}.calendar-day-line{display:flex;justify-content:space-around;margin:8px 0 6px;width:100%;height:32px;font-size:18px}.calendar-day-line span{display:flex;justify-content:center;align-items:center;width:32px;height:100%;padding-top:1px}.calendar-day-line span.usable{cursor:pointer}.calendar-day-line span.mark{position:relative;background-color:transparent;border-radius:50%;padding:0}.calendar-day-line span.cur-data{color:#fff;background-color:#005826;border-radius:50%}.calendar-day-line span.mark i{font-style:normal;display:flex;justify-content:center;align-items:center;position:absolute;right:-5px;top:-5px;width:16px;height:16px;background:url(../images/rocket.svg) no-repeat;background-size:contain}.calendar-day-line span.mark .calendar-events{position:absolute;z-index:1;top:32px;width:150px;background-color:#005826;color:#fff;border-radius:10px;padding:8px;font-size:1rem;line-height:1.5rem;cursor:default}.calendar-day-line span.mark .calendar-events p{cursor:pointer;margin:0}.calendar-day-line span.mark .calendar-events a{cursor:pointer}.calendar-day-line span.mark .calendar-events .events-line{width:100%;height:1px;background-color:#ccc;margin:10px 0}.calendar-day-line span.mark .calendar-events a{color:#fff;font-size:1rem}@media (min-width:769px){.calendar-day-line>span.usable:hover{border-radius:50%;box-shadow:0 0 8px #005826}}@media (max-width:768px){.calendar-day-line>span.usable:active{border-radius:50%;box-shadow:0 0 8px #005826}}