*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ac-custom #question {
	padding: 0 3em;
	max-width: 900px;
	margin: 0 auto;
}

.ac-custom #question h2 {
	font-size: 2em;
	font-weight: 300;
	padding: 0 0 0.5em;
	margin: 0 0 30px;
}

.ac-custom #question ul,
.ac-custom #question ol {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 800px;
	text-align:left;
}

.ac-custom #question li {
	margin: 0 auto;
	padding: 0.2em 0;
	position: relative;
}

.ac-custom #question label {
	display: inline-block;
	position: relative;
	font-size: 2.6em;
	font-family: 'caveat', cursive;
	font-weight:400;
	padding: 0 0 0 50px;
	vertical-align: top;
	/*color: rgba(0,0,0,0.2);*/
	/*color: #504D4A;#362CE1*/
	color: #5B0021;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

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

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

.ac-custom #question label::before {
	content: '';
	border: 3px solid #5B0021;
	/*border: 3px solid #504D4A;*/
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

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

.ac-custom #question input[type="checkbox"]:checked + label,
.ac-custom #question input[type="radio"]:checked + label {
	color: #EE0B5B;
	font-family: 'caveat', cursive;
	font-weight:700;
	font-size: 2.6em;
} 

.ac-custom #question input[type="checkbox"]:checked + label::before,
.ac-custom #question input[type="radio"]:checked + label::before {
	opacity: 0.8;
}

/* General SVG and path styles */

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

.ac-custom #question svg path {
	stroke: #EE0B5B;
	stroke-width: 13px;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

/* Specific input, SVG and path styles */

/* Circle */
.ac-circle #question input[type="checkbox"],
.ac-circle #question input[type="radio"],
.ac-circle #question label::before {
	width: 0px;
	height: 0px;
	margin-top: -15px;
	left: 10px;
	position: absolute;
}

.ac-circle #question label::before {
	background-color: #000;
	border: none;
}

.ac-circle #question svg {
	width: 170px;/*przesunięcie*/
	height: 70px;
	margin-top: -35px;
	left: -8px;
}

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

/* Box Fill */
.ac-boxfill #question svg path {
	stroke-width: 8px;
} 

/* Swirl */
.ac-swirl svg path {
	stroke-width: 8px;
}

/* List */
.ac-list ol {
	list-style: decimal;
	list-style-position: inside;
}

.ac-list ol li {
	font-size: 2em;
	padding: 1em 1em 0 2em;
	text-indent: -40px;
}

.ac-list ol li label {
	font-size: 1em;
	text-indent: 0;
	padding-left: 30px;
}

.ac-list label::before {
	display: none;
}

.ac-list svg {
	width: 100%;
	height: 80px;
	left: 0;
	top: 1.2em;
	margin-top: 0px;
}

.ac-list svg path {
	stroke-width: 4px;
}

/* Images between <hr> tag */

hr.style-six {
padding: 0;
border: none;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(213,10,81,0), rgba(213,10,81,0.75), rgba(213,10,81,0));
background-image: -moz-linear-gradient(left, rgba(213,10,81,0), rgba(213,10,81,0.75), rgba(213,10,81,0));
background-image: -ms-linear-gradient(left, rgba(213,10,81,0), rgba(213,10,81,0.75), rgba(213,10,81,0));
background-image: -o-linear-gradient(left, rgba(213,10,81,0), rgba(213,10,81,0.75), rgba(213,10,81,0));
color: #333;
text-align: center;
}
hr.style-six:after {
content:" ";
display: inline-block;
position: relative;
top: -2.1em;
font-size: 1.5em;
padding: 19px 1.75em;
background:url(https://love.calcoolator.pl/images/qmh2.png) no-repeat scroll center;
background-size: 3em;
height: 5em;
}

/* Media Queries */
@media screen and (max-width: 50em) {
	section {
		font-size: 80%;
	}
}