.ac-custom ul,
.ac-custom ol {
	list-style: none;
	padding: 0;
	margin: 0 auto;
width: 100%;
}

.ac-custom li {
	margin: 28px auto;
	padding: 0;
	position: relative;
}

.ac-custom label {
	display: inline-block;
	position: relative;
	padding: 0 0 0 66px;
	vertical-align: top;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"],
.ac-custom label::before {
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	margin-top: -25px;
	position: absolute;
	cursor: pointer;
}

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"] {
	opacity: 0;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	z-index: 100;
}

.ac-custom label::before {
	content: '';
	border: 4px solid #fff;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.ac-radio label::before {
	border-radius: 50%;
}


/* General SVG and path styles */

.ac-custom svg {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -20px;
	left: 5px;
	pointer-events: none;
}

.ac-custom svg path {
	stroke: #0982AD;
	stroke-width: 13px;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}
.ac-custom_yellow svg path {
	stroke: #F7E84C;
	stroke-width: 13px;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

/* Specific input, SVG and path styles */

/* Circle */
.ac-circle input[type="checkbox"],
.ac-circle input[type="radio"],
.ac-circle label::before {
	width: 12px;
	height: 12px;
	margin-top: -14px;
	left: 6px;
	position: absolute;
}

.ac-circle label::before {
	background-color: #FFFFFF;
	border: 10px solid #C9EBF7;
}
.ac-circle_yellow label::before {
	background-color: #FFFFFF;
	border: 10px solid #FEF595;
}

.ac-custom input[type="checkbox"]:checked + label::before,
.ac-custom input[type="radio"]:checked + label::before {
	opacity: 0.4;
}
.ac-custom input[type="checkbox"]:hover + label::before,
.ac-custom input[type="radio"]:hover + label::before {
	opacity: 0.7;
}

.ac-circle svg {
	width: 66px;
	height: 66px;
	margin-top: -30px;
	left: -10px;
}

.ac-circle svg path {
	stroke-width: 5px;
} 















@media screen and (max-width: 1293px){

.ac-circle input[type="checkbox"],
.ac-circle input[type="radio"],
.ac-circle label::before {
	width: 12px;
	height: 12px;
	margin-top: -12px;
	left: 12px;
	position: absolute;
}

.ac-circle label::before {
	background-color: #FFFFFF;
	border: 8px solid #C9EBF7;
}
.ac-circle_yellow label::before {
	background-color: #FFFFFF;
	border: 8px solid #FEF595;
}

.ac-circle svg {
	width: 56px;
	height: 56px;
	margin-top: -26px;
	left: -3px;
}
.ac-circle svg path {
	stroke-width: 5px;
} 

}
