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


.ac-custom ul,
.ac-custom ol {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 800px;
}
.likelc .lc-countlc{
	color: #848484;
}
#ftxt {
	position: relative;
}
#ftxt p{
    color: #010101;
    font-size: 20px;
    text-align: center;
    line-height: 26px;
}
#ftxt:after{
	content: '';
    width: 21px;
    height: 25px;
    position: absolute;
    bottom: -13px;
    right: 28%;
    background: url(/wp-content/uploads/test/arr_pos.png) no-repeat;
}
#ftxt p strong{
	color: #224A6F;
}
.likes-lock2{
	background: transparent !important;
	border: 1px solid #4DB2EC
}
.ac-custom li {
	margin: 0 auto;
    padding: 10px;
    position: relative;
    width: 49%;
    margin-right: 13px;
    margin-bottom: 15px;
    float: left;
    border-radius: 5px;
    border: 1px solid transparent;
}
.ac-custom li.foo{
	border: 1px solid #4DB2EC;
}
.dop-test-w li{
	margin-bottom: 10px;
	width: 100%;
	padding: 3px;
	margin: 0;
	line-height: 40px;
}
.dop-test-w li label {
    /*padding-left: 40px;*/
    padding: 9px 0 0px 40px;

}
.ac-custom li:nth-child(2n){
	margin-right: 0px;
}
.test-my-w{

}
.ac-custom li img {
    width: 180px;
    height: 245px;
    display: block;
    margin: 0 auto;
}

.ac-custom label {
	    display: inline-block;
    position: relative;
    font-size: 14px;
    text-align: center;
    padding: 0 0 0 0px;
    vertical-align: top;
    width: 100%;
    color: rgb(0, 0, 0);
    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: 50px;
	height: 50px;
	top: 50%;
	left: 0;
	margin-top: -25px;
	position: absolute;
	cursor: pointer;*/
	    width: 30px;
    height: 30px;
        top: 5px;
    left: 0;
    margin-top: 0px;
    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: 3px solid #4DB2EC;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.cap{
	font-size: 18px;
	margin-bottom: 15px;
	    font-weight: 600;
}
.ac-radio label::before {
	border-radius: 50%;
}

.ac-custom input[type="checkbox"]:checked label,
.ac-custom input[type="radio"]:checked label {
	color: #4DB2EC;
} 

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

/* General SVG and path styles */

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

.ac-custom svg path {
	stroke: #4DB2EC;
	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: 30px;
	height: 30px;
	margin-top: -15px;
	left: 10px;
	position: absolute;
}

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

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

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

/* Box Fill */
.ac-boxfill 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;
}

/* Media Queries */
@media screen and (max-width: 480px) {
	.ac-custom li{
		width: 100%;
	}
	.arrr.asd{
		margin-left: 0px !important;
		text-align: left !important;
	}
}
@media (min-width: 481px) and (max-width: 1024px) {
	.ac-custom li{
		width: 48%;
	}
	.arrr.asd{
		margin-left: 0px !important;
		text-align: left !important;
	}
}