.calendar-item {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	margin: 0 16px 20px;
	font: 14px/1.2 Arial, sans-serif;
}
.calendar-item.uslov {
	width: 250px;
	display: block;
	vertical-align: top;
	margin: 0 16px 20px;
	font: 14px/1.2 Arial, sans-serif;
}
.calendar-head {
	text-align: center;
	padding: 5px;
	font-weight: 700;
	font-size: 14px;
}
.calendar-item table {
	border-collapse: collapse;
	width: 100%;
}
.calendar-item th {
	font-size: 12px;
	padding: 6px 7px;
	text-align: center;
	color: #888;
	font-weight: normal;
}
.calendar-item td {
	font-size: 13px;
	padding: 6px 5px;
	text-align: center;
	border: 1px solid #ddd;
}
.calendar-item tr th:nth-child(6), .calendar-item tr th:nth-child(7),
.calendar-item tr td:nth-child(6), .calendar-item tr td:nth-child(7)  {
	color: #e65a5a;
}	
.calendar-day.last {
	color: #999 !important;
}	
.calendar-day.today {
	font-weight: bold;
}

.calendar-day.event:hover .calendar-popup {
	display: block;
}
.calendar-popup {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	min-width: 200px;
	padding: 15px;
	background: #fff;
	text-align: left;
	font-size: 13px;
	z-index: 100;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	color: #000;
}
.calendar-popup:before {
	content: ""; 
	border: solid transparent;
	position: absolute;    
	left: 8px;    
	bottom: 100%;
	border-bottom-color: #fff;
	border-width: 9px;
	margin-left: 0;
}
.calendar-wrp{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    align-items: flex-start;
    max-width: 800px;
    margin: 0 auto;	
}
.calendar-text{
   /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    align-items: flex-start;*/
    max-width: 800px;
    margin: 0 auto;	
}

.calendar-day.event {
	position: relative;
	cursor: pointer;
}
.calendar-day.posty {
	background: #fcebf9;
}
.calendar-day.prazd{
	color:#f00 !important;
}
.calendar-day.prazd.last{
	color:#e65a5a !important;
}
.calendar-day.prazd::before{
    content: ' ';
    position:absolute;
    top: 0px;  
    right: 0;
    background: linear-gradient(to left bottom, transparent 50%, rgba(255,0,0,1) 0) 100% 0 no-repeat;
    width: 10px;
    height: 10px;
    transform: rotate(180deg)
}
.calendar-day.pomin::before{
    content: ' ';
    position:absolute;
    top: 0px; 
    right: calc(100% - 10px);
    background: linear-gradient(to left bottom, transparent 50%, rgba(0,0,0,1) 0) 100% 0 no-repeat;
    width: 10px;
    height: 10px;
    transform: rotate(90deg)
}
.clear{clear:both;width:100%}

.calendar-item.spisok{width:100%; max-width:350px;float:left;}

.calendar-item.spisok tr td.calendar-day{
	width:80px;
}

/*text*/
.text{max-width:1000px; margin:15px auto;  }

.stat{margin:15px auto;width:200px;    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;}
.stat img{width:2em;}
.stat > div > div{height:30px; }
.stat div.cnt{ margin: 0 auto;
    width: max-content;} 
	
.img-svg path,
.img-svg polygon {
    fill: #F00; /*  заливки */
	cursor:pointer;
} 
div.img{cursor:pointer;}