body {
			width:100%;
			margin: 0;
			padding: 0px;
		}
	
	
.sg21-wrapper {
	width: 100%;
	max-width: 900px;
	padding: 0 0 5px 0;
	background: #FFFFFF;
	display: flex;
	flex-flow: row nowrap;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	position: relative;
}

.sg21-wrapper:after {
	content: '';
    width: 100%;
    height: 6px;
    background: #FFFFFF;
    border-bottom: 2px solid #ce1e2e;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.sg21-wrapper.full {
	max-width: 100%;
}

.sg21-wrapper.full .sg21-chart-main {
	max-width: 800px;;
}

.sg21-chart-main {
	width: 100%;
	max-width: 600px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sg21-chart-main ul {
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-flow: column wrap;
	list-style: none;
	
}

.sg21-chart-main ul li {
	height: 24px;
	
	display: flex;
	flex-flow: row nowrap;
	list-style: none;
	
	border-bottom: 1px solid #e4e4e4;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sg21-chart-number {
	width: 60px;
	padding: 0 10px;
	font-size: 15px;
	font-weight: 800;
	font-family: Arial,sans-serif;
	background: #f4f2f2;
	color: #3d3d3d;
	text-align: right;
	
	display: flex;
	align-items: center;
	justify-content: flex-end;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	position: relative;
}

.sg21-chart-number:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0px;
}

.sg21-chart-bar-main {
	width: 40%;
	height: 16px;
	margin: 4px 0;
	background: #f4f2f2;
	overflow: hidden;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.sg21-chart-bar {
	animation: 1s ease-out 0s 1 slideInFromLeft;
	height: 100%;
	background: #E1E1E1;
}

.sg21-chart-text {
	width: 65%;
	padding: 0 10px;
	font-size: 18px;
	line-height: normal;
	font-family: TheSansDnevnikBold,Arial,sans-serif;
	color: #686868;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.sg21-chart-title,
.sg21-mandate-title,
.sg21-activity-title {
	padding: 0 0 10px 0;
	font: 400 13px/1.2 TheSerifDnevnikSemiBold,"Helvetica Neue",Arial,serif;
	color: #686868;
	display: block;
}

.sg21-mandate-main {
	width: 100%;
	padding: 0 15px;
	max-width: 140px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sg21-mandate-title {
	text-align: right;
	display: block;
}

.sg21-mandate-main ul {
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-flow: column wrap;
	list-style: none;
}

.sg21-mandate-main ul li  {
	height: 24px;
	display: flex;
	flex-flow: row nowrap;
	list-style: none;
	justify-content: center;
	
	border-bottom: 1px solid #e4e4e4;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	position: relative;
}

.sg21-mandate-main ul li:before  {
	content: '';
	width: 30px;
	height: 2px;
	margin: -1px 0 0 -15px;
	display: block;
	
	background: #e8e8e8;
	
	position: absolute;
	top: 50%;
	left: 50%;
}

.sg21-mandate-main ul li span {
	width: 40px;
	height: 24px;
	padding: 0 15px;
	margin: 0 0 0 22px;
	font-family: Arial,sans-serif;
	font-weight: 700;
	font-size: 15px;
	border: 2px solid #f4f2f2;
	color: #FFFFFF;
	text-align: right;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	position: relative;
}

.sg21-mandate-main ul li span:before {
	content: '';
	width: 18px;
	height: 20px;
	
	background: url(../images/izbori2021/icon-mandat.png) center center no-repeat;
	background-color: inherit;
	display: block;
	
	position: absolute;
	left: -22px;
	top: 0px;
}

.sg21-wrapper.full .sg21-mandate-main {
	max-width: 180px;
}

.sg21-activity-main {
	width: 100%;
	max-width: 160px;
	padding: 25px 0 0 0;
	position: relative;
	overflow: hidden;
}

.sg21-activity-title {
	position: absolute;
	top: 0px;
	right: 0px;
}

.sg21-activity  {
	width: 96%;
	height: 92%;
	background: url(../images/izbori2021/icon-bgmap-izbori.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 8%;
	left: 2%;
}

.sg21-activity span {
	width: 55px;
	height: 55px;
	
	background: #444343;
	
	font-size: 24px;
	font-weight: 700;
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	margin: -27px 0 0 -47px;
	position: absolute;
	top: 50%;
	left: 50%;
	
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.18); 
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.18);
}

.sg21-activity span:before {
	content: '';
	width: 26px;
	height: 26px;
	
	background: url(../images/izbori2021/icon-bgmap-izbori-blank.png) center center no-repeat;
	
	display: block;
	
	margin: 0 0 0 -13px;
	position: absolute;
	top: -15px;
	left: 50%;
}

.sg21-activity span:after {
	content: '%';
    width: 18px;
    height: 18px;
    font: 700 30px/1.2 TheSerifDnevnikSemiBold,"Helvetica Neue",Arial,serif;
    color: #444343;
    display: block;
    margin: 0 0 0 -9px;
    position: absolute;
    top: 10px;
    right: -25px;
}

.sg21-activity-main ul {
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-flow: column wrap;
	list-style: none;
}

.sg21-activity-main ul li  {
	height: 24px;
	display: flex;
	flex-flow: row nowrap;
	list-style: none;
	justify-content: center;
	
	border-bottom: 1px solid #e4e4e4;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sg21-wrapper.full .sg21-activity-main {
	max-width: 300px;
}

.sg21-info {
	max-width: 900px;
	padding: 0 16px;
	margin: 5px 0;
	font-size: 12px;
	font-family: TheSansDnevnikPlain,Arial,sans-serif;
	color: #999999;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}