#content .calc {
	padding: 30px;
	border: 10px solid #9d9cab;
    border-radius: 4px;
    box-shadow: 0 15px 10px -14px #9d9cab;
}

#content .calc h3 {
	width: 200px;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
	padding: 10px;
	background: #5aba2b;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0 7px 0 7px;
	margin-bottom: 20px;
}

#content .calc ul {
	list-style-type: none;
	border-bottom: 1px dashed #ccc;
}

#content .calc p {
	font-weight: 600;
	width: 140px;
}

#content .calc ul li {
	margin: 0 0 10px 40px;
	display: inline-block;
}

#content .calc ul li:first-child{
	margin-left: 0;
}

#content .calc input[type="number"] {
	padding: 10px;
	width: 100px;
	font-size: 1.5em;
	background: #f7f7f7;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#content .calc select {
	padding: 7px;
	width: 350px;
	font-size: 1em;
	border: 2px solid #fdb418;
	border-radius: 4px;
	background: #f7f7f7;
}

#content .calc .razdelitel {
	margin-left: 20px;
}

#content .calc ul li.otstup_abh {
	margin-left: 16px;
}

#content .calc .calc_rezultat {
	margin: 30px 0 0 40px;
	padding: 20px;
	background: #f7f7f7;
	border-radius: 4px;
	font-family: Courier;
	
}

#content .calc .calc_rezultat p {
	width: 100%;
	padding: 10px 0;
	margin: 0;
	font-size: 1.1em;
	color: #717171;
	text-transform: uppercase;
	border-bottom: 1px dashed #ccc;
}

#content .calc_rez,
#content .calc .rub {
	font-size: 1.5em;
	color: #5aba2b;
}

#content .calc .rub {
	margin-left: 5px;
	text-transform: lowercase;
}

#content .calc input[type=checkbox] {
vertical-align: top !important;
margin: 0 3px 0 0 !important;
width: 17px !important;
height: 17px !important;
}

#content .calc input[type=checkbox] ~ label {
cursor: pointer !important;
}

#content .calc input[type=checkbox]:not(checked) {
position: absolute !important;
opacity: 0;
}

#content .calc input[type=checkbox]:not(checked) ~ label {
position: relative !important;
padding: 0 0 0 60px !important;
}

#content .calc input[type=checkbox]:not(checked) ~ label:before {
content: '' !important;
position: absolute !important;
top: -4px !important;
left: 0 !important;
width: 50px !important;
height: 26px !important;
border-radius: 13px !important;
background: #CDD1DA !important;
box-shadow: inset 0 2px 3px rgba(0,0,0,.2) !important;
}

#content .calc input[type=checkbox]:not(checked) ~ label:after {
content: '' !important;
position: absolute !important;
top: -2px !important;
left: 2px !important;
width: 22px !important;
height: 22px !important;
border-radius: 10px !important;
background: #FFF !important;
box-shadow: 0 2px 5px rgba(0,0,0,.3) !important;
transition: all .2s !important; /* анимация, чтобы чекбокс переключался плавно */
}

#content .calc input [type=radio]{
    vertical-align: top !important;
    width: 17px !important;
    height: 17px !important;
    margin: 0 3px 0 0 !important;
    }
#content .calc input [type=radio]+ label {
    cursor: pointer !important;
    }
#content .calc input[type=radio]:not(checked) {
    position: absolute !important;
    opacity: 0 !important;
    }
#content .calc input[type=radio]:not(checked) ~ label {
    position: relative !important;
    padding: 0 0 0 35px !important;
    }
#content .calc input[type=radio]:not(checked) ~ label:before {
    content: '' !important;
    position: absolute !important;
    top: -3px !important;
    left: 0 !important;
    width: 22px !important;
    height: 22px !important;
    border: 1px solid #CDD1DA !important;
    border-radius: 50% !important;
    background: #FFF !important;
    }
#content .calc input[type=radio]:not(checked) ~ label:after {
    content: '' !important;
    position: absolute !important;
    top: 1px !important;
    left: 4px !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    background: #fdb418 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5) !important;
    opacity: 0 !important;
    transition: all .2s !important;
    }
#content .calc input[type=radio]:checked ~ label:after {
    opacity: 1 !important;
    }
#content .calc input[type=radio]:focus ~ label:before {
    box-shadow: 0 0 0 3px rgba(255,255,0,.5) !important;
    }

#content .calc input[type=checkbox]:checked ~ label:before {
background: #9FD468 !important;
}

#content .calc input[type=checkbox]:checked ~ label:after {
left: 26px !important;
}

#content .calc input[type=checkbox]:focus ~ label:before {
box-shadow: 0 0 0 3px rgba(255,255,0,.5) !important;
}
