.powercalc label {
	display: block;
	padding-left: 15px;
}

.powercalc h3{
	margin-bottom: 20px;
}

.type__system{
	margin-bottom: 20px;
}

.powercalc__device {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	/*border-bottom: 2px solid #777;*/
	padding-bottom: 10px;
}

.powercalc__device th,
.powercalc__device td {
	padding: 2px 15px;
}

.powercalc__device tbody tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.powercalc__device th {
	border-bottom: 2px solid #777;
	padding-bottom: 5px;
}

.powercalc__device td {
	border-bottom: 1px solid #bbc0c7;
	padding-right: 0;
}

.powercalc__device thead th:last-child {
	text-align: right;
}

.powercalc__device-count {
	font-size: 0;
	float: right;
}

.powercalc__btn-minus {
	font-size: 14px;
	border: 1px solid #ebebeb;
	padding: 10px;
	vertical-align: middle;
	background: #fff;
	outline: 0;
}

.powercalc__btn-minus:hover {
	background: #2a71af;
	border-color: #2a71af;
	color: #fff;
}

.powercalc__device-value {
	font-size: 14px;
	text-align: center;
	border: 1px solid #ebebeb;
	height: 41px;
	vertical-align: middle;
	max-width: 60px;
	box-shadow: inset 0 5px 3px -3px rgba(0, 0, 0, .075);
	margin: 0 -1px;
	z-index: 2;
	position: relative;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	outline: 0;
}

.powercalc__device-value:focus {
	box-shadow: none;
	border-color: #333;
}

.powercalc__btn-plus {
	font-size: 14px;
	border: 1px solid #ebebeb;
	padding: 10px;
	vertical-align: middle;
	background: #fff;
	outline: 0;
}

.powercalc__btn-plus:hover {
	background: #2a71af;
	border-color: #2a71af;
	color: #fff;
}

.powercalc__device tfoot td {
	border-bottom: 0;
	padding: 10px 15px;
	font-weight: 700;
}

.powercalc__total {
	font-size: 16px;
	font-weight: 600;
	line-height: 35px;
	/*border-bottom: 1px solid;*/
	display: inline-block;
	/*float: right;*/
}

.powercalc__average {
	font-size: 16px;
	font-weight: 600;
	line-height: 35px;
	/*border-bottom: 1px solid;*/
	display: inline-block;
	/*float: right;*/
}

.result {
	margin-bottom: 30px;
}

.result table {
	width: 100%;
}

.result table td {
	border-bottom: 0;
	padding: 7px 15px;
	font-weight: 700;
}

.result-cat table td {
	text-align: center;
	font-weight: 400;
}

.result-cat table tr:nth-child(2) td {
	font-weight: 700;
}

.powercalc__btn-calculate{
	display: table;
	margin: auto;
	margin-bottom: 20px;
}


.powercalc__out{
	display: none;
}

.powercalc__out td{
	padding: 13px 15px !important;
}

.powercalc__out td:last-child{
	text-align: right;
	white-space: nowrap;
}

.legend-title{
	font-weight: 700;
	font-size: 11px;
	text-align: center;
	background: rgba(255,255,255,.5);
	border: 1px solid #fff;
	padding-bottom: 4px;
}

@media (max-width: 420px){
	.result.result-cat table tr{
		display: block;
	}
	.result.result-cat table tr{
		width: 65%;
		float: left;
	}
	.result.result-cat table tr+tr{
		width: 35%;
		float: right;
	}
	.result.result-cat table tr td{
		height: 52px;
		display: block;
		text-align: left;
		padding-left: 0;
	}
}

/***************************************************************/

/* 
aside.slide-menu {
	position: fixed;
	right: 0;
	top: 155px;
	width: 210px;
	height: 100%;
	background-color: #e7e8ea;
	z-index: 99;
	padding-top: 38px;
	-moz-transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	transform: translateX(140px);
	-webkit-transform: translateX(140px);
	-ms-transform: translateX(140px);
	-moz-transform: translateX(140px);
	display: block;
}

html.no-touch aside.slide-menu {
	display: block;
}

aside.slide-menu:hover {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-moz-transform: translateX(0px);
}

aside.slide-menu .sidebar-content {
	height: 100%;
	position: relative;
}

aside.slide-menu .sidebar-content > a {
	position: relative;
	height: 12.5%;
	display: block;
	min-height: 60px;
	padding: 6% 20px 5px 70px;
	text-decoration: none;
	border-bottom: 1px solid #c4c4c4;
}

aside.slide-menu .sidebar-content > a.fav-cars, aside.slide-menu .sidebar-content > a:hover {
	text-decoration: none;
	background-color: #f8b600;
}

aside.slide-menu .sidebar-content > a span {
	font-family: 'Renault Life Reg',sans-serif;
	font-size: 16px;
	display: table-cell;
	height: 60px;
	vertical-align: middle;
	line-height: 1.4;
}

aside.slide-menu .sidebar-content > a:before {
	content: '';
	position: absolute;
	left: 25px;
	top: 50%;
	background-color: transparent;
	background-image: url('http://www.petrovskiy.ru/images/sprite.png');
	background-repeat: no-repeat;
}

aside.slide-menu .sidebar-content > a.scrll-top:before {
	background-position: 0 -31px;
	width: 16px;
	height: 17px;
	margin-top: -9px;
}

aside.slide-menu .sidebar-content > a.adresses:before {
	background: url('http://www.petrovskiy.ru/images/petr_svg/map.svg') no-repeat;
	width: 24px;
	height: 37px;
	margin-top: -18px;
}

aside.slide-menu .sidebar-content > a.recall:before {
	background: url('http://www.petrovskiy.ru/images/petr_svg/phone.svg') no-repeat;
	width: 23px;
	height: 22px;
	margin-top: -11px;
}

aside.slide-menu .sidebar-content > a.new-cars:before {
	background: url('http://www.petrovskiy.ru/images/petr_svg/car.svg') no-repeat;
	width: 36px;
	height: 23px;
	margin-top: -12px;
	left: 20px;
}

aside.slide-menu .sidebar-content > a.used-cars:before {
	background: url('http://www.petrovskiy.ru/images/petr_svg/car-2.svg') no-repeat;
	width: 38px;
	height: 25px;
	margin-top: -13px;
	left: 20px;
}

aside.slide-menu .sidebar-content > a.credit:before {
	background: url('http://www.petrovskiy.ru/images/petr_svg/car-3.svg') no-repeat;
	width: 36px;
	height: 24px;
	margin-top: -12px;
	left: 20px;
}

aside.slide-menu .sidebar-content > a.service:before {
	background: url('http://www.petrovskiy.ru/images/petr_svg/car-4.svg') no-repeat;
	width: 32px;
	height: 24px;
	margin-top: -12px;
	left: 20px;
}

aside.slide-menu .sidebar-content > a.actions:before {
	background: url('http://www.petrovskiy.ru/images/petr_svg/present.svg') no-repeat;
	width: 27px;
	height: 27px;
	margin-top: -14px;
	left: 22px;
}

aside.slide-menu .sidebar-content > a.fav-cars:before {
	background: url('http://www.petrovskiy.ru/images/petr_svg/car.svg') no-repeat;
	width: 38px;
	height: 26px;
	margin-top: -14px;
	left: 22px;
	-webkit-animation: cmv_phone__cir4 2s infinite ease-in-out;
	-moz-animation: cmv_phone__cir4 2s infinite ease-in-out;
	-o-animation: cmv_phone__cir4 2s infinite ease-in-out;
	animation: cmv_phone__cir4 2s infinite ease-in-out;
}

aside.slide-menu .sidebar-content > a.fav-cars.active:before {
	background: url('http://www.petrovskiy.ru/images/petr_svg/car.svg') no-repeat;
}

aside.slide-menu .sidebar-content > a.test-drive:before {
	background: url('http://www.petrovskiy.ru/images/petr_svg/car-8.svg') no-repeat;
	width: 32px;
	height: 32px;
	margin-top: -17px;
	left: 20px;
}

@-webkit-keyframes cmv_phone__cir4 {
	0%, 100%, 50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}

	10%, 30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20%, 40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}
}

@-moz-keyframes cmv_phone__cir4 {
	0%, 100%, 50% {
		-moz-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}

	10%, 30% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20%, 40% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}
}

@-o-keyframes cmv_phone__cir4 {
	0%, 100%, 50% {
		-o-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}

	10%, 30% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20%, 40% {
		-o-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}
}

@keyframes cmv_phone__cir4 {
	0%, 100%, 50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-moz-transform: rotate(0) scale(1) skew(1deg);
		-o-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}

	10%, 30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		-moz-transform: rotate(-25deg) scale(1) skew(1deg);
		-o-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20%, 40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		-moz-transform: rotate(25deg) scale(1) skew(1deg);
		-o-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}
}

.fav-car-circle {
	display: none;
	z-index: 999;
	position: fixed;
	top: 20%;
	right: 7%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255,204,0,.65);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.fav-car-circle:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: 1px solid #fff;
	opacity: .7;
	border-radius: 50%;
}

.fav-car-circle:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9px;
	background: url('http://www.petrovskiy.ru/images/car-fav-ico.svg') no-repeat;
	width: 22px;
	height: 15px;
	background-size: 22px 15px;
	-webkit-animation: cmv_phone__cir4 2s infinite ease-in-out;
	-moz-animation: cmv_phone__cir4 2s infinite ease-in-out;
	-o-animation: cmv_phone__cir4 2s infinite ease-in-out;
	animation: cmv_phone__cir4 2s infinite ease-in-out;
}

.fav-car-circle:hover {
	background: rgba(255,204,0,1);
}

aside.slide-menu .sidebar-content > a.testdr:before {
	background-position: -63px -31px;
	width: 35px;
	height: 34px;
	margin-top: -17px;
}

aside.slide-menu .sidebar-content > a.tradein:before {
	background-position: -130px -31px;
	width: 33px;
	height: 37px;
	margin-top: -19px;
} */

.calc_button{
		background: #397B23 !important;
		-webkit-transition: background .1s ease-out;
    transition: background .1s ease-out;
}
.calc_button:hover,
.calc_button:hover a{
	background: #316d1c !important;
}

.calc_button a{
	background: #397B23 !important;
	    display: inline-block !important;
    padding-left: 0 !important;
    -webkit-transition: background .1s ease-out;
    transition: background .1s ease-out;
    outline: 0;
}

.calc_button-icon {
    display: inline-block;
    width: 26px;
    height: 20px;
    /*background: url('') 0 0 no-repeat / 20px;*/
    vertical-align: middle;
    margin-left: 21px;
    margin-right: 6px;
}

@media (max-width: 991px){
	.calc_button a{
		border: 0 !important;
	}
}

.b-header__recall{
	display: inline-block !important;
	border: 1px solid #398023;
	padding: 10px !important;
	width: auto !important;
	float: right;
	    margin: 11px 0;
}

.b-header__recall:hover{
	background: #398023;
}


.b-header__recall:hover a span{
	color: #fff;
}

.recall_ico_2{
	display: none;
}

.b-header__recall:hover .recall_ico{
	display: none;
}
.b-header__recall:hover .recall_ico_2{
	display: inline-block;
	float: left;
    width: 25px;
}

svg#Capa_1 {
    top: 1px;
    position: relative;
}

.b-fixed-basket__t,
.b-fixed-basket__empty{
	display: inline-block;
    margin-left: 6px;
}

.calcpower2{
	margin-bottom: 15px;
}
.slide__power{
	/*display: none;*/
}

sup small{
	color: #333;
}

.cd-tabs-content table td,
.cd-tabs-content table th {
	border: 1px solid #999;
	padding: 5px;
}

.cd-tabs-content table tr:first-child td {
	background-color: #4BA82E;
	font-weight: 700;
}



