p {
	font-family: 'font_light';
	font-size: 1em;
	padding-right: 20px;
}

.block_custom {
	background-color: #fff;
    border-radius: 6px;
	min-height: 60px;
	width: 800px;
	margin: 0px 0px 50px 0px;
	padding: 20px;
}.block_custom:hover {
	background-color: #fafafa;
}

.block_custom_last {
	margin: 0px !important;
}

.block_text {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

.block_link {
    color: #333;
	font-size: 1.2em;
}.block_link:hover {
    color: #444;
}

.block_img {
	border: solid 1px #444;
	width: 80px;
}.block_img:hover {
	filter: contrast(128%);
}

.ctgLabel {
	border-radius: 4px;
	color: #000;
	cursor: pointer;
	font-family: 'font_light';
	font-size: 0.8em;
	padding: 5px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}.ctgLabel:hover {
	filter: brightness(1.08);
}

.btnCtgToggle {
	cursor: pointer;
	display: inline-block;
	font-family: 'font_semibold';
	font-size: 1.1em;
	outline: none;
	padding: 3px 6px 3px 6px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}.btnCtgToggle:hover {
	filter: brightness(1.1);
}.btnCtgToggle:focus {
	outline: 2px solid #4444FF;
	outline-offset: 2px;
}

.btnCtgToggle_1 {
	color: #1b7e44;
}

.btnCtgToggle_0 {
	color: #575757;
	text-decoration: line-through;
}

.div_artf {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.img_tick_artf {
	margin-right: 10px;
	padding: 5px;
	width: 12px;
}

.img_tick_artf_off {
	margin-right: 10px;
	padding: 5px;
	width: 12px;
	filter: grayscale(100%) brightness(1.7);
}