.fl-l {
	float: left !important;
}

.fl-r {
	float: right !important;
}

.clearfix:after {
	display		: block;
	visibility	: hidden;
	clear		: both;
	height		: 0;
	content		: ".";
}

.tech-params_table {
	overflow: hidden;
	width: 100%;
	margin: 0 0 48px;
	border-spacing: 0;
	border-top: 2px #e7e7e7 solid;
	border-left: 2px #e7e7e7 solid;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
	font: 400 18px/30px Roboto, sans-serif;
}

.tech-params_table td {
	transition: all .1s ease-out;
}

.tech-params_table td:first-child {
	color: #fff;
	background: #fa7a00;
	text-shadow: 0 1px 1px rgba(0,0,0, .28);
	font-weight: 300;
}

.tech-params_table td {
	position: relative;
	padding: 10px;
	cursor: pointer;
	text-align: center;
	border-right: 2px #e7e7e7 solid;
	border-bottom: 2px #e7e7e7 solid;
}

.tech-params_table td.active {
	color: #fff;
	background: #272727;
}

.tech-params_table td:first-child {
	cursor: default;
	text-align: left;
}

.tt-engine {
	vertical-align: bottom;
}

.price-cont {
    font: 300 36px Roboto, sans-serif;
    line-height: 58px;
}

.price-cont.fixed {
    position: fixed;
    top: 0px;
    box-shadow: 0 0 50px rgba(0,0,0, .1);
    background: #fff;
    padding: 0 15px 0 15px;
    margin-left: -15px;
    z-index: 1000;
    border-radius: 0 0 4px 4px;
    transition: box-shadow .3s ease;
}

#price {
	color: #fb8400;
	font-size: 42px;
	font-weight: 800;
}

.rubl_image{
	margin-left: 10px;
	margin-right: 10px;
}

#complectation {
	color: #959595;
	font-size: 21px;
}
.options_items {
	margin: 35px 15px;
}

.options_item {
	position: relative;
	padding: 0 0 8px 17px;
	cursor: pointer;
}

.options_item_text {
	float: left;
	width: 69.999%;
}

.options_item.active {
	font-weight: 400;
}

.options_price {
	position: absolute;
	right: 0;
	bottom: 8px;
	float: left;
	width: 29.999%;
	text-align: right;
	font-weight: 500;
}

.options_item:hover {
	color: #f96b00;
}

.options_item:before {
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	width: 9px;
	height: 9px;
	content: ".";
	color: transparent;
	background: url(/img/square.png);
}

.options_item.active:before {
	background: url(/img/square-active.png);
}

.complectations {
	font: 300 17px/1.3em Roboto, sans-serif;
}

.complectations_items {
	margin: 35px 17px;
	position: relative;
	transition: left .2s ease, opacity .2s ease;
	-webkit-transition: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
}

.complectations_item {
	position: relative;
	padding: 0 0 8px 15px;
}

.complectations_item:before {
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	width: 6px;
	height: 9px;
	content: ".";
	color: transparent;
	background: url(/img/arrow-medium.png);
}

/*<h2 class="complectations_h"><span>Экстерьер</span></h2>*/
.complectations_h {
	position: relative;
	margin: 0 0 35px 0;
	font-size: 43px;
	clear: both;
	text-align: center;
}

.complectations_sub-h {
	position: relative;
	margin: -26px 0 35px 0;
	font-size: 24px;
	color: #4d5252;
	clear: both;
	text-align: center;
}

.complectations_h span {
	display: inline-block;
	overflow: hidden;
	padding: 0 40px;
	height: 48px;
	margin: 0 auto;
	text-align: center;
	white-space: nowrap;
	background: #fff;
	line-height: 43px;
}

.complectations_h:before {
	position: absolute;
	z-index: -1;
	top: 52%;
	left: 0;
	width: 100%;
	height: 1px;
	content: " ";
	background: #ccc;
}

.col-3p {
	float: left;
	width: 30.333%;
	margin: 0 2.999% 50px 0;
}

.col-3p:last-child {
	float: left;
	width: 33.333%;
	margin: 0;
}

.complectations_buttons {
	width: 69.9999%;
	margin: 50px 0 40px;
}

.complectations_button {
	float: left;
	height: 36px;
	margin: 0 16px 10px 0;
	padding: 0 32px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	border-radius: 2px;
	background: url(/img/grade-unselected.png) repeat-x;
	text-shadow: 1px 1px 0 rgba(0,0,0, .18);
	font-weight: 300;
	line-height: 36px;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
}

.complectations_button.active {
	background: #272727;
}

.complectations_button span {
	display: block;
	padding: 8px 0 0;
	white-space: nowrap;
	border-bottom: 1px #fff dotted;
	line-height: 18px;
}
.complectations_button:hover span{
	border-bottom: none;
}
.complectations_button:active span {
	padding: 9px 0 0;
}

.complectations_buttons_right {
	width: 29.9999%;
	margin: 50px 0 40px;
}

.complectations_button-switch {
	margin: 0 4px 10px 0;
	padding: 0 10px;
	color: #000;
	background: #fff;
	text-shadow: none;
	font-size: 14px;
}

.complectations_button-switch.active {
	color: #fff;
}

.complectations_button_vdivider {
	float: left;
	width: 1px;
	height: 36px;
	margin: 0 8px 10px 0;
	background: #d1d1d1;
}

.dots {
	background: url(/img/dots.png);
	height: 1px;
	width: 95%;
	position: absolute;
	bottom: 11px;
	z-index: -1;
}

.white-bg {
	background: #fff;
}

.group-name {
	width: 280px;
}