.spisok01 {
  list-style: none;
  text-align: left;
}

.spisok01 li {
  background: url("img/d/checked.png") 0 6px no-repeat;
  padding: 7px 25px 2px 40px;
  background-size: 25px;
  margin: 0 -21px;
}
.cml{
	font-size: 16px;
	font-weight: normal;
}
.f-l{
	float:left;
	margin-right: 30px;
}
.articl:after, .cml:after{
	 --icon: url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.67%204.67c0-.31%200-.58.02-.81.02-.31.06-.6.18-.88.27-.65.79-1.17%201.44-1.44.28-.12.57-.16.88-.19.3-.02.67-.02%201.12-.02h2.52c.53%200%20.98%200%201.34.03.37.03.72.1%201.04.26.5.26.91.67%201.17%201.17.16.32.23.67.26%201.04.03.36.03.8.03%201.34V7.7c0%20.45%200%20.81-.02%201.12a2.67%202.67%200%200%201-1.63%202.32c-.28.12-.57.16-.88.18-.23.02-.5.02-.8.02l-.04.84c-.03.37-.1.72-.26%201.04-.25.5-.66.91-1.16%201.17-.33.16-.67.23-1.05.26-.36.03-.8.03-1.34.03H5.17c-.53%200-.98%200-1.34-.03-.37-.03-.72-.1-1.04-.26-.5-.26-.91-.67-1.17-1.17a2.73%202.73%200%200%201-.26-1.04c-.03-.36-.03-.8-.03-1.34V8.5c0-.54%200-.98.03-1.34.03-.38.1-.72.26-1.05.26-.5.67-.9%201.17-1.16.32-.17.67-.23%201.04-.26.24-.02.52-.03.84-.03Zm6.13-2c.57%200%20.96%200%201.26.02.3.03.44.07.55.12.25.13.45.33.58.58.05.1.1.26.12.55.02.3.02.69.02%201.26v2.47l-.01%201.05c-.02.24-.05.37-.09.46-.13.32-.4.58-.72.72-.09.04-.22.07-.46.08-.19.02-.42.02-.72.02V8.5c0-.53%200-.97-.03-1.33-.03-.38-.1-.72-.26-1.05-.25-.5-.66-.9-1.16-1.16a2.73%202.73%200%200%200-1.05-.26c-.36-.03-.8-.03-1.34-.03H6c0-.3%200-.53.02-.72.01-.24.04-.37.08-.46.14-.33.4-.59.72-.72.1-.04.22-.07.46-.09l1.05-.01h2.47ZM3.4%206.15c.1-.06.25-.1.54-.13C4.24%206%204.63%206%205.2%206h2.27c.57%200%20.96%200%201.26.02.29.03.44.07.54.13.25.12.46.33.58.58.06.1.1.25.13.54.02.3.02.7.02%201.26v2.27c0%20.57%200%20.96-.02%201.26-.03.3-.07.44-.13.55-.12.25-.33.45-.58.58-.1.05-.25.1-.54.12-.3.02-.7.02-1.26.02H5.2c-.57%200-.96%200-1.26-.02-.3-.03-.44-.07-.55-.12a1.33%201.33%200%200%201-.58-.58c-.05-.1-.1-.26-.12-.55-.02-.3-.02-.69-.02-1.26V8.53c0-.57%200-.96.02-1.26.03-.29.07-.44.12-.54.13-.25.33-.46.58-.58Z%22%20fill%3D%22%23868695%22%2F%3E%0A%3C%2Fsvg%3E);
		content: "";
    vertical-align: middle;
    width: 16px;
    height: 16px;
    -webkit-mask-position: 50%;
    mask-position: 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: var(--icon);
    -webkit-mask-image: var(--icon);
    mask-image: var(--icon);
    background-color: #868695;
    margin-top: -5px;
    margin-left: 4px;
    display: inline-block;
}
.articl{
	margin-top:10px;
	font-size: 12px;
	color: #979797;
	cursor:pointer;
}
.show{display:block !important;}
#artC{
	display:none;
	    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100000;
    background: #fff;
    padding: 15px;
    color: #007933;
    border: 1px #007933 solid;
    border-radius: 5px;
}
