.logo {
	position: relative;
	margin: 0 auto;
	width: 264px;
	height: 264px;
}

.logo:after {
	position: absolute;
	top: 100px;
	right: -1px;
	z-index: 5;
	width: 9px;
	height: 14px;
	background: #fff;
	content: '';
}

.circle {
	position: relative;
	z-index: 4;
	overflow: hidden;
	width: 258px;
	height: 258px;
	border: 3px solid #000;
	border-radius: 260px;
	background: #7abf23;
}

.circle:before {
	position: absolute;
	top: 94px;
	right: 0;
	z-index: 2;
	width: 27px;
	height: 29px;
	border-top: 3px solid #000;
	border-radius: 0 0 0 4px;
	background: #fff;
	content: '';
}

.circle:after {
	position: absolute;
	top: 155px;
	right: 0;
	z-index: 4;
	width: 20px;
	height: 4px;
	background: #7abf23;
	content: '';
}

.face {
	position: relative;
	top: 43px;
	left: 62px;
	width: 174px;
	height: 174px;
	border: 3px solid #000;
	border-radius: 172px;
	background: #fff;
}

.face:before {
	position: absolute;
	top: 65px;
	left: 58px;
	width: 84px;
	height: 42px;
	border: 3px solid #000;
	border-radius: 0 40px 0 40px;
	background: #7abf23;
	content: '';
}

.face:after {
	position: absolute;
	top: 65px;
	right: -22px;
	z-index: 3;
	width: 36px;
	height: 42px;
	border: 3px solid #000;
	border-radius: 45px 0 0 0;
	background: #7abf23;
	content: '';
}