input[type="radio"], input[type="checkbox"] {
	display: block;
	float: left;
}

label {
	cursor: pointer;
	display: block;
	float: left;
	position: relative;
	padding-left: 15px;
	font-size: 16px;
}

input[type="radio"] + label:before {
	content: "";
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 10px;
	height: 20px;
	background: url(../img/blue/radio.png) no-repeat left -19px;
}

input[type="checkbox"] + label:before {
	content: "";
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 11px;
	height: 20px;
	background: url(../img/blue/chek-box.png) no-repeat left -22px;
}

.call-me {
	background-position: 191px 4px;
}

.content-main {
	padding-top: 27px;
}

.price-item-kar > div > .sale:after {
	position: absolute;
	width: 100%;
	content: "";
	left: 0;
	top: -7px;
	border-bottom: 1px solid black;
	border-color: #C2C2C2;
}

.form-comment input:first-child {
	margin: 40px auto 20px auto;
}

.td-functions .cart-delete {
	margin-left: 20px;
}