@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('../fonts/MyriadPro-Regular/MyriadPro-Regular.eot');
	src: local('☺'),
	url('../fonts/MyriadPro-Regular/MyriadPro-Regular.woff') format('woff'),
	url('../fonts/MyriadPro-Regular/MyriadPro-Regular.ttf') format('truetype'),
	url('../fonts/MyriadPro-Regular/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0px;
	padding: 0px;
}

html {height: 100%;}
body {
	height: 100%;
	font-size: 0.85em;
	font-family: 'PT Sans', sans-serif;
}
p {
	color: #222;
	font-size: 13px;
}
a {
	color: #181818;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style-type: none;
}
strong {
	font-family: 'PT Sans';
	font-weight: bold;
}
.h1_heading,
h1 {
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 10px;
}
h2 {
	font-weight: normal;
	font-size: 22px;
	color: #222;
	padding-bottom: 30px;
}
h3 {
	font-size: 16px;
	color: #222;
	font-family: 'PT Sans';
	font-weight: bold;
}
table {
	border-collapse: collapse;
	width: 100%;
}
button {
	display: block;
	font-family: 'PT Sans';
	height: 20px;
}
input,
.cusel {
	outline: none;
}
form, input {
	font-family: 'PT Sans';
}

#layout {
	min-width: 925px;
	min-height: 100%;
	position: relative;
	z-index: 2;
}
#container {
	position: relative;
	z-index: 2;
}
#container.items {
	overflow: hidden;
	padding-bottom: 40px;
	margin-bottom: -40px;
}
.ovh {
	/*overflow: hidden;*/
}
#content {
	/*padding-top: 20px;*/
	padding-bottom: 0px;
	background: #FFFFFF;
}
#content-main {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #F5F5F5;
}
.content {
	background: url('../i/content_background.gif') #FFFFFF left top repeat-y;
}
.reduser {
	width: 925px;
	margin: 0px auto;
	position: relative;
}
.block {
	overflow: hidden;
	position: relative;
}
.ovh {
	/*overflow: hidden;*/
}

.l {
	float: left;
	width: 215px;
	margin: 0px -215px 0px 0px;
}
.r {
	margin: 0px 0px 0px 235px;
	padding-bottom: 50px;
}

.clear {
	clear: both;
}
.hidden {
	display: none;
}
.pseudolink {
	border-bottom: 1px dashed #7ba4ce;
	cursor: pointer;
	color: #fff;
}
.c {
	float: left;
	position: relative;
	left: 50%;
}
.cc {
	float: left;
	position: relative;
	left: -50%;
}

.loading {
	position: relative;
}
.loading::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/images/loading.gif) no-repeat center center rgba(255, 255, 255, 0.8);
	z-index: 101;
}

/*btn*/
div.btn_outer {
	overflow: hidden;
	height: 25px;
	display: block;
	background-image: linear-gradient(bottom, rgb(144,8,1) 0%, rgb(216,37,28) 100%);
	background-image: -o-linear-gradient(bottom, rgb(144,8,1) 0%, rgb(216,37,28) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(144,8,1) 0%, rgb(216,37,28) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(144,8,1) 0%, rgb(216,37,28) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(144,8,1) 0%, rgb(216,37,28) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(144,8,1)),
		color-stop(1, rgb(216,37,28))
	);
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 3px rgba(89, 4, 0, 0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(89, 4, 0, 0.5);
	-ms-box-shadow: 1px 1px 3px rgba(89, 4, 0, 0.5);
	-o-box-shadow: 1px 1px 3px rgba(89, 4, 0, 0.5);
	box-shadow: 1px 1px 3px rgba(89, 4, 0, 0.5);
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
}
div.btn_outer.mybutton {
	margin-left: 10px;
	margin-top: -3px;
}
div.btn_outer input {
	background: none;
	border: none;
	display: block;
	line-height: 25px;
	height: 25px;
	padding: 0 12px;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	font-family: 'PT Sans';
	font-weight: bold;
}
div.btn_outer div,
div.btn_outer a {
	text-decoration: none;
	padding: 0px 12px;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	font-family: 'PT Sans';
	font-weight: bold;
	height: 25px;
	background: -moz-linear-gradient(
		top,
		#d8251c 0%,
		#d8251c 0%,
		#900901 100%,
		#900901);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#d8251c),
		color-stop(0, #d8251c),
		color-stop(100%, #900901),
		to(#900901));
	background: -o-linear-gradient(top,  #d8251c,  #900901);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	cursor: pointer;
	position: relative;
	white-space: nowrap;
}
div.btn_outer:hover div,
div.btn_outer:hover a {
	background: -moz-linear-gradient(
		top,
		#ff574f 0%,
		#ff574f 0%,
		#b80c03 100%,
		#b80c03);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff574f),
		color-stop(0, #ff574f),
		color-stop(100%, #b80c03),
		to(#b80c03));
	background: -o-linear-gradient(top,  #ff574f,  #b80c03);
}
div.btn_outer.active,
div.btn_outer:active {
	box-shadow: none;
}
div.btn_outer.active div,
div.btn_outer:active div,
div.btn_outer.active a,
div.btn_outer:active a {
	background: -moz-linear-gradient(
		top,
		#c2322b 0%,
		#c2322b 0%,
		#b70a02 100%,
		#b70a02);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#c2322b),
		color-stop(0, #c2322b),
		color-stop(100%, #b70a02),
		to(#b70a02));
	background: -o-linear-gradient(top,  #c2322b,  #b70a02);

	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4) inset;
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4) inset;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4) inset;
}
.submit_ .btn_outer:hover {
	background-image: linear-gradient(bottom, rgb(184,12,3) 0%, rgb(255,88,79) 100%);
	background-image: -o-linear-gradient(bottom, rgb(184,12,3) 0%, rgb(255,88,79) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(184,12,3) 0%, rgb(255,88,79) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(184,12,3) 0%, rgb(255,88,79) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(184,12,3) 0%, rgb(255,88,79) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(184,12,3)),
		color-stop(1, rgb(255,88,79))
	);
}
.submit_ .btn_outer:active {
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4) inset;
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4) inset;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4) inset;
	background-image: linear-gradient(bottom, rgb(183,11,2) 0%, rgb(194,51,43) 100%);
	background-image: -o-linear-gradient(bottom, rgb(183,11,2) 0%, rgb(194,51,43) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(183,11,2) 0%, rgb(194,51,43) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(183,11,2) 0%, rgb(194,51,43) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(183,11,2) 0%, rgb(194,51,43) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(183,11,2)),
		color-stop(1, rgb(194,51,43))
	);
}
#search button.btn_outer,
#search button.btn_outer span {
	width: 110px;
	text-align: center;
}
#search .btn_outer div,
#search .btn_outer {
	height: 34px;
	text-transform: uppercase;
}
.btn_outer button {
	color: #fff;
	font-size: 14px;
	font-family: 'PT Sans';
	font-weight: bold;
	padding: 0px;
	text-align: center;
	height: inherit;
	outline: none;
	border: none;
	background: transparent;
	width: 100%;
	cursor: pointer;
	position: relative;
	/*top: -2px;*/
	text-transform: inherit;
}
doesnotexist:-o-prefocus, #request_form button{
	position: relative;
	top: 0px;
}
/*--btn*/


/* header */
#header {
	height: 150px;
	background: url('../i/pattern.png') 0 0 repeat;
	z-index: 4;
	position: relative;
}
#header .reduser {
	width: 940px;
	padding-top: 40px;
	padding-bottom: 25px;
	position: relative;
	z-index: 2;
}
#logo {
	width: 185px;
	height: 70px;
}
.header_pattern {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url('../i/header-bg.png') 0 0 repeat-x;
}

.tels {
	/*margin: 0px 210px 0px 0px;*/
	/*white-space: nowrap;*/
}
.tel {
	float: left;
	padding: 0px 20px;
	font-family: 'PT Sans';
	font-weight: bold;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	position: relative;
	white-space: nowrap;
}
.tel span {
	color: #797979;
	font-family: 'PT Sans';
}
.tel em {
	background: url('../i/sprite.png') 0px 0px no-repeat;
	position: absolute;
	left: 0px;
	top: 4px;
	width: 18px;
	height: 17px;
}
.tel_separator {
	float: left;
	width: 1px;
	background: #787878;
	position: relative;
	top: 2px;
	height: 20px;
}
.head_action {
	position: relative;
	/*overflow: hidden;*/
	padding: 2px 3px 20px;
}
.head_action .btn_outer {
	float: right;
	width: 190px;
	margin: 0px 0px 0px -190px;
}

.nav {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 24px;
	margin: 0px -14px;
	float: right;
	display: block;
	font-family: 'PT Sans';
	font-weight: bold;
}
.nav div{
	float: left;
	margin: 0px 8px;
}
.nav div:last-child{
	margin-right: 0px;
	margin-left: 8px;
}
.nav div a {
	padding: 0px 10px;
}
.nav div.curr a {
	padding: 0px 0px;
	text-decoration:none;
	color: #fff;
}
.separator {
	width: 1px;
	height: 25px;
	background: url('../i/sprite.png') -22px 0px no-repeat;
}
.nav div.curr span {
	height: 25px;
	line-height: 24px;
	background: #797979;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 10px;
	color: #fff;
	display: block;
}
/*--header*/


/*slider*/
#slider {
	height: 427px;
	/*background: #ffffff;*/
	background: url('../i/pattern.png') 0 0 repeat;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
#slider.inner {
	height: 130px;
}
.slider_list {
	width: 100%;
	spadding: 0% 5%;
	height: 427px;
	position: relative;
}
.slidesjs-navigation {
	position: absolute;
	top: 200px;
	width: 26px;
	height: 27px;
	cursor: pointer;
	text-indent: -99999px;
	z-index: 10;
}
/* .slidesjs-previous {
    background: url("../i/arrs.png") no-repeat scroll 0 -27px transparent;
    left: 50%;
    margin-left: -463px;
}
.slidesjs-next {
    background: url("../i/arrs.png") no-repeat scroll 0 0 transparent;
    left: 50%;
    margin-left: 437px;
} */
.slidesjs-previous {
	width: 40px;
	height: 40px;
    background: #4d4d4d url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23%2012l2%202-6%206%206%206-2%202-8-8z%22%2F%3E%3C%2Fsvg%3E') center no-repeat;
    left: 35px;
        margin-left: 0;
}
.slidesjs-next {
	width: 40px;
	height: 40px;
    background: #4d4d4d url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17%2028l-2-2%206-6-6-6%202-2%208%208z%22%2F%3E%3C%2Fsvg%3E') center no-repeat;
    right: 35px;
    left: auto;
    margin-right: 0;
}
.slidesjs-container {
	height: 427px;
}
.slidesjs-control {
	height: 427px;
}
.slider_item {
	width: 974px;
	height: 427px;
	float: left;
}
.slider_item_inner {
	/*width: 974px;
	width: 925px;
	overflow: hidden;
	height: 427px;*/
	margin: 0px auto;
	position: relative;
}
.slider_img {
	/*width: 974px;
	height: 427px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;*/
}
.slider_info {
	padding: 63px 40px 0px;
	position: relative;
	z-index: 2;
}
.slider_info p {
	color: #c6c6c6;
	font-size: 16px;
	line-height: 24px;
	width: 410px;
	padding-bottom: 15px;
}
.slider_info .btn_outer {
	float: left;
}
.cars_left {
	height: 60px;
	line-height: 60px;
	padding: 0px 30px;
	background: url('../i/slider-pattern.png') 0 0 repeat;
	color: #b6b6b6;
	font-family: 'PT Sans';
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
	width: 280px;
	text-align: center;
	white-space: nowrap;
}
.cars_left a {
	color: #fff;
}
#slider .h1_heading,
#slider h1 {
	white-space: nowrap;
}
#slider.inner h1 {
	line-height: 130px;
	color: #d9d9d9;
	font-family: 'PT Sans';
	font-style: italic;
	padding: 0px;
}
#slider .reduser.head {
    display: table;
    height: 100%;
    width: 925px;
}
#slider .reduser.head h1 {
    display: table-cell;
    line-height: normal;
    vertical-align: middle;
    white-space: normal;
}
#carousel {
	left: 0;
    position: relative;
    width: 100000px;
}
.list_carousel {
	height: 427px;
    overflow: hidden;
    width: 100%;
}
.top_block {
	float: left;
	height: 427px;
	display: block;
	width: 100%;
}
.top_block_reduser {
	width: 925px;
	height: 427px;
	left: 50%;
	position: relative;
	margin-left: -462px;
}
.r .breadcrumbs {
	height: 30px;
	margin-bottom: 10px;
}
.breadcrumbs li {
	float: left;
	margin-right: 12px;
	font-size: 16px;
	color: #9a9a9a;
}
.breadcrumbs li a {
	color: #376297;
	text-decoration: none;
}
.breadcrumbs li.home a{
	position: relative;
	padding-left: 0px;
}
.content_breadcrumbs .breadcrumbs li.home a {
	padding-left: 1px;
}
.breadcrumbs li.home a span {
	position: absolute;
	left: 0px;
	top: 3px;
	width: 18px;
	height: 15px;
	/*background: url('../i/sprite.png') -204px 0px no-repeat;*/
}
/*--slider*/

/*srch*/
#search_block {
	/*height: 200px;*/
	z-index: 4;
	margin-bottom: 30px;
	position: relative;
	display: block;
}
#search {
	height: 115px;
	z-index: 2;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	-ms-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	-o-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	/*background: url("../i/srch-bg.jpg") 0 0 repeat-x #3d3d3d;*/
	background: #005fbd;
	position: relative;
	display: block;
}
#search.show {
	height: 209px;
}
#search.show .adv_srch span {
	color: #7ba4ce;
}
#search .srch_reduser {

}
.srch_reduser {
	width: 875px;
	margin: 0 auto;
	padding: 20px 0px;
	position: relative;
	z-index: 6;
}
.srch_r {
	float: right;
	width: 267px;
	margin-left: -267px;

}
.srch_l {
	margin-right: 290px;

}
.srch_input {
	position: relative;
	height: 40px;
	/*border-top: 1px solid #121212;
	border-left: 1px solid #121212;
	border-right: 1px solid #121212;*/
	border: none;
	background: #ffffff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	/*box-shadow: inset 3px 3px 3px #181818;*/
	box-shadow: 1px 1px 3px #212121;
	overflow: hidden;
}
.srch_input span {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	left: 10px;
	background: url('../i/sprite.png') -29px 0px no-repeat;
	z-index: 2;
}
.srch_input input {
	width: 545px;
	height: 39px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #676767;
	background: transparent;
	color: #9a9a9a;
	font-family: 'PT Sans';
	font-style: normal;
	font-size: 16px;
	padding-left: 38px;
}
.srch_l p {
	color: #7ba4ce;
	line-height: 34px;
	font-size: 13px;
	height: 34px;
	font-family: 'PT Sans';
	font-weight: normal;
}
.adv_srch {
	text-align: right;
	float: right;
	padding-left: 21px;
	position: relative;
}
.adv_srch em {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 15px;
	height: 16px;
	background: url('../i/sprite.png') -54px 0px no-repeat;
}
.advanced_search  {
	position: absolute;
	height: 87px;
	padding: 0px 43px;
	width: 875px;
	bottom: 0px;
	left: 0px;
	z-index: 5;
}
.advanced_search select {
	width: 205px;
}
.advanced_search ul {
	position: relative;
}
.advanced_search li {
	float: left;
	margin-right: 23px;
}

.advanced_search li.buttons {
	margin-right: 0;
}
.advanced_search li.range {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-right: 0px;
}
#range a,
#range input.focus{
	outline: 1px solid transparent !important;
	border: none !important;
	top: 0px;
	text-decoration: none;
	overflow: hidden;
}
.srch_separator {
	width: 2px;
	height: 60px;
	/*background: url('../i/sep.gif') 0 0 no-repeat;*/
	background: none;
}
.results_find {
	font-size: 13px;
	color: #fff;
	position: relative;
	height: 34px;
}
.results_find .submit_ {
	position: absolute;
	right: -3px;
	top: 0px;
	text-transform: uppercase;
	height: 34px;
	width: 110px;
}
.results_find button.btn_outer {
	height: 34px;
}
.results_find .btn_outer span {
	height: 34px;
	line-height: 34px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #fff;
	font-family: 'PT Sans';
	font-weight: bold;
	float: none;
}
.results_find span {
	line-height: 34px;
	float: right;
	margin-right: 120px;
}
.results_find span em {
	font-style: normal;
}
.reset_param {
	cursor: pointer;
	position: relative;
	line-height: 34px;
	font-size: 13px;
	height: 20px;
	display: inline-block;
	line-height: 100%;
}
#search .reset_param {
	padding-top: 7px;
	padding-left: 63px;
}
#reset_filter,
#reset {
	position: relative;
	padding-left: 20px;
	float: left;
	background: none;
	outline: none;
	border: none;
	cursor: pointer;
	text-align: left;
}
#reset_filter {
	padding-left: 15px;
}
.reset_param em {
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0px;
	top: 2px;
	background: url('../i/sprite.png') -354px 0px no-repeat;
	display: block;
}
.srch_bottom {
	padding-top: 25px;
}
#search .checkbox_outer {
	margin-right: 0px;
	float: none;
	margin-bottom: 5px;
}
#search .checkbox_outer label {
	color: #fff;
}
#search_fld {
	color: #9A9A9A;
}
#search_fld.focus {
	color: #000000;
}

#select_brand {
	width: 268px;
}
#select_tech {
	width: 205px;
}
.select form {
	position: relative;
}
.select {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 3px #b2b2b2;
	-moz-box-shadow: 1px 1px 3px #b2b2b2;
	box-shadow: 1px 1px 3px #b2b2b2;
    display: inline-block;
    font-size: 14px;
	font-family: 'PT Sans';
	font-weight: bold;
    height: 40px;
    position: relative;
    /*z-index: 1;*/
}
#search .select {
	-webkit-box-shadow: 1px 1px 3px #212121;
	-moz-box-shadow: 1px 1px 3px #212121;
	box-shadow: 1px 1px 3px #212121;
}
.select_form {
    font-size: 14px;
	font-family: 'PT Sans';
	font-weight: bold;
}
.select_curr {
    height: 40px;
	line-height: 40px;
	padding-right: 33px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	display: block;
	background: url('../i/selects-3.png') 100% 0 no-repeat;
	overflow: hidden;
    cursor: pointer;
	behavior: url('pie.htc');
}
.select_curr span {
    height: 40px;
	padding-left: 15px;
	display: block;
	background: url('../i/selects-3.png') 0 0 no-repeat;
	text-shadow: 1px 1px 1px #fff;
}
.select_list {
    display: none;
    left: 0;
    position: absolute;
    top: 43px;
    min-width: 100%;
    width: auto;
    z-index: 10;
}
.show_sel .select_list {
	display: block;
}
.srch_r .select_list_t {
	width: 270px;
	/*background: url('../i/select-big-t.png') 0 0 no-repeat;*/
	background: none;
	padding-top: 6px;
}
.srch_r .select_list_b {
	padding-bottom: 8px;
	/*background: url('../i/select-big-b.png') 0% 100% no-repeat;*/
	background: none;
}
.srch_r .select_list_c {
	/*background: url('../i/select-big-c.png') 0% 0% repeat-y;*/
	background: none;
	overflow: hidden;
}
.select_list_inner {
	margin: -6px 0px;
}
.srch_r .select_list .select_option {
	width: 266px;
}
.advanced_search .select_list .select_option {
	width: 205px;
}
.advanced_search .select_list_t {
	overflow: hidden;
	/*background: url('../i/select-medium-t.png') 0 0 no-repeat;*/
	background: none;
	padding-top: 6px;
	width: 206px;
}
.advanced_search .select_list_b {
	padding-bottom: 8px;
	/*background: url('../i/select-medium-b.png') 0% 100% no-repeat;*/
	background: none;
	overflow: hidden;
}
.advanced_search .select_list_c {
	/*background: url('../i/select-medium-c.png') 0% 0% repeat-y;*/
	background: none;
	overflow: hidden;
}
.select_option:hover span {
	acolor: #DA251C;
}
#request_form .select_list_t {
	overflow: hidden;
	background: url('../i/select-small-t.png') 0 0 no-repeat;
	padding-top: 6px;
	width: 124px;
}
#request_form .select_list_b {
	padding-bottom: 8px;
	background: url('../i/select-small-b.png') 0% 100% no-repeat;
	overflow: hidden;
}
#request_form .select_list_c {
	background: url('../i/select-small-c.png') 0% 0% repeat-y;
	overflow: hidden;
}
#request_form .select_option {
	width: 119px;
}

.select_list .select_option {
	/*height: 38px;*/
	line-height: 38px;
	border-top: 1px solid #DDDDDD;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background: none #fff;
	margin-left: 1px;
}
.select_list .select_option label {
	padding: 10px 14px;
	/*height: 18px;*/
	line-height: 18px;
	display: block;
	overflow: hidden;
	position: relative;
}
.select_list .select_option label:hover {
	cursor: pointer;
}
.select_list .select_option input[type=checkbox] {
	float: left;
	margin: 3px 7px 0px 0px;
}
.select_list .select_option input[type=radio] {
	position: absolute;
	left: -99999px;
	opacity: 0;
}
.select_list .select_option span {
	/*float: left;*/
	display: block;
	padding-left:0;
	text-align:center;
}

/*--srch*/

/*filter*/
.filter_outer {
	background: #FFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 1px #D2D2D2;
	padding-left: 25px;
	min-height: 36px;
	font-size: 13px;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}
.filter_l {
	padding: 8px 15px 0px 0px;
	float: left;
	width: 228px;
	margin-right: -243px;
	position: relative;
	height: 26px;
}
.filter_select_arr {
	float: right;
	width: 21px;
	height: 21px;
	background: url('../i/sprite.png') -320px 0px no-repeat;
	cursor: pointer;
	margin-left: 15px;
}
.filter_sel {
	float: right;
	height: 26px;
	width: 91px;
	position: relative;
}
#filter_select {
	height: 20px;
	width: 91px;
}
.filter_l .sort {
	padding-top: 2px;
	text-align: left;
}
.filter_bd {
	width: 1px;
	height: 16px;
	background: #bebebe;
	position: absolute;
	top: 10px;
	right: 0px;
}
.filter_r {
	margin-left: 265px;
}
.filter_r .checkbox_outer {
	padding-top: 12px;
}
.checkbox_outer {
	overflow: hidden;
	float: left;
	margin-right: 12px;
}
.checkbox_outer div {
	width: 13px;
	height: 13px;
	float: left;
	margin-right: -13px;
}
.checkbox_outer div input {
	width: 13px;
	height: 13px;
	z-index: 3;
	position: relative;
}
noindex:-o-prefocus, .checkbox_outer div{
	position: relative;
	top: -2px;
}
.checkbox_outer label {
	margin-left: 20px;
	position: relative;
	top: -2px;
	display: inline-block;
}
.filter_options {
	position: relative;
	height: 36px;
	float: right;
}
.filter_options.act {
	s-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	s-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	s-ms-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	sbox-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	right: -2px;
	top: -2px;
	sbackground: url('../i/filter-l.png') 0% 100% no-repeat;
}
.filter_options span {
	border-bottom: 1px dashed #da251c;
	color: #da251c;
	font-size: 13px;
}
.filter_options.act span {
	position: relative;
	left: 1px;
	top: 1px;
}
.filter_options em {
	width: 7px;
	height: 4px;
	position: absolute;
	right: 13px;
	top: 16px;
	background: url('../i/sprite.png') -344px 0px no-repeat;
}

.filter_field {
	position: absolute;
	right: -4px;
	top: 37px;
	width: 698px;
	display: none;
	cursor: auto;
	z-index: 4;
}
.filter_t {
	width: 698px;
	padding-top: 5px;
	background: url('../i/filter-t.png') 0 0 no-repeat;
}
.filter_b {
	overflow: hidden;
	padding-bottom: 9px;
	background: url('../i/filter-b.png') 0% 100% no-repeat;
}
.filter_c {
	overflow: hidden;
	background: url('../i/filter-c.png') 0 0 repeat-y;
	padding-left: 20px;
	padding-top: 5px;
}
.filter_options .filter_options_btn {
	padding-left: 18px;
	padding-right: 25px;
	line-height: 32px;
	cursor: pointer;
	position: relative;
	height: 36px;
	background: #fff;
	z-index: 4;
}
.filter_options.act .filter_options_btn {
	border-left: 1px solid #b6b6b6;
	border-top: 1px solid #b6b6b6;
	border-right: 1px solid #b6b6b6;
	background: #fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	height: 38px;
}
.filter_options_btn div{
	display: none;
	height: 39px;
	width: 7px;
	position: absolute;
	right: -5px;
	top: -3px;
	background: url('../i/filter-l.png') 0 0 no-repeat;
}
.filter_options_btn strong {
	display: none;
}
.filter_options.act  .filter_field ,
.filter_options.act .filter_options_btn strong,
.filter_options.act .filter_options_btn div {
	display: block;
}
.filter_field .reset_param{
	float: none;
	line-height: 100%;
	display: inline-block;
	margin: 0px;
	padding: 10px 0px;
}
.reset_param button {
	padding-bottom: 1px;
}
.filter_field .reset_param em {
	width: 11px;
	height: 11px;
	position: absolute;
	left: 0px;
	top: 4px;
	background: url('../i/sprite.png') -371px 0px no-repeat;
}
.filter_field .reset_param span {
	color: #da251c;
	border-bottom: 1px dashed #da251c;
}
.filter_field table {
	width: 580px;
	table-layout: fixed;
}
.filter_field table td{
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.filter_td_name {
	width: 145px;
}
.filter_options td span {
	color: #a7a7a7;
	border-bottom: 1px dotted #a7a7a7;
}
.filter_options td .c_on span {
	color: #000;
	border: none;
	font-family: 'PT Sans';
	font-weight: bold;
}
.label_check {
	cursor: pointer;
}
.label_check input {
	position: absolute;
	left: -99999px;
}

/*--filter*/

/*content*/
.item_stats_list {
	position: relative;
	z-index: 1;
}

.item_stats_list .notfound {
	background-color: #ffffff;
	border-radius: 3px;
    box-shadow: 1px 1px 1px #d2d2d2;
	padding: 30px 20px;
	width: 100%;

}

.item_stats_block {
	border-top: 1px solid #cdcdcd;
	overflow: hidden;
	margin: 0px 25px 0px 25px;
	padding-top: 40px;
	padding-bottom: 50px;
	width: 640px;
	margin-left: 0;
}
.item_stats_block:first-child {
	border-top: none;
	padding-top: 0;

}
.brand-info {
	background: #FFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 23px 23px 23px 0;
	width: 640px;
}
.item_stats_l {
	float: left;
	width: 190px;
	margin-right: -190px;
	padding-top: 12px;
}
.item_stats_l a {
	color: #da251c;
	font-size: 16px;
	display: inline-block;
	padding-bottom: 8px;
}
.item_stats_inner_r {
	float: right;
	width: 115px;
	margin-left: -115px;
	padding-top: 15px;
}
.item_stats_inner_r h3 {
	white-space: nowrap;
	font-family: 'PT Sans';
	font-weight: normal;
}
.item_stats_inner_r img {
	width: 65px;
	height: 31px;
	margin-bottom: 12px;
}
.item_stats_inner_r p {
	color: #a6a6a6;
	font-size: 13px;
	padding-bottom: 10px;
}

.item_stats_block .btn_outer {
	float: left;
}


/*.block_ .pager {
	padding-top: 20px;
	border-top: 1px solid #eaeaea;
}
.block_ .pager div {
	margin-right: 12px;
	padding: 0px 7px;
	height: 30px;
	line-height: 30px;
}
.block_ .pager a {
	color: #3e4946;
}*/
.block_ .pager div.curr {
	background: #eaeaea;
	 border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.items_outer {
	padding-bottom: 10px;
	position: relative;
	z-index: 1;
}
.item {
	float: left;
	width: 213px;
	height: 243px;
	margin-right: 24px;
	margin-bottom: 20px;
	position: relative;
}
.item_inner {
	border: 6px solid #e2e2e2;
	height: 231px;
	width: 201px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}
	.r .item_inner > a ~ a{
		margin-bottom: 130px;
	}
.r .item:nth-of-type(4n) {
	margin-right: 24px;
}
.r .item:nth-of-type(4n).hover .item_inner {
	left: 0px;
	right: auto;
}
.r .item:nth-of-type(4n).hover .item_inner a {
	padding-left: 20px;
	padding-top: 12px;
}
.r .item:nth-of-type(4n).fourth.hover .item_inner a.img_lnk,
.r .item.fourth.hover .item_inner a.img_lnk {
	right: 0px;
	left: auto;
}
.r .item:nth-of-type(4n).hover .item_inner a.img_lnk {
	right: auto;
	left: 0px;
}
.r .item:nth-of-type(4n) .item_inner .item_buttons {
	left: 9px;
	right: auto;
}

.r .item:nth-of-type(3n),
.item:nth-of-type(4n) {
	margin-right: 0px;
}
.r .item:nth-of-type(3n).hover .item_inner,
.item:nth-of-type(4n).hover .item_inner {
	right: 0px;
	left: auto;
}
.r .item:nth-of-type(3n).hover .item_inner a,
.item:nth-of-type(4n).hover .item_inner a {
	padding-left: 19px;
}
.r .item:nth-of-type(3n).hover .item_inner a.img_lnk,
.item:nth-of-type(4n).hover .item_inner a.img_lnk{
	padding: 0px;
}
.r .item:nth-of-type(3n).hover .item_inner .item_buttons a,
.item:nth-of-type(4n).hover .item_inner .item_buttons a {
	padding: 0px 12px;
}
.r .item:nth-of-type(3n) a.img_lnk,
.item:nth-of-type(4n) a.img_lnk {
	left: auto;
	right: 0px;
}
.r .item:nth-of-type(3n) .item_buttons,
.item:nth-of-type(4n) .item_buttons {
	right: auto;
	left: 9px;
}
.item_hidden {
	display: none;
}
.item.hover p {
	width: 172px;
}
.item.hover .item_hidden p {
	width: auto;
}
.item.hover .item_inner {
	border: 6px solid #e35b54;
	width: 200px;
	height: 291px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	background: #fff;
	overflow-x: hidden;
	min-height: 250px;
	height: auto
}

.cat_section_list .item.hover .item_hidden {
	display: none;
}

.cat_section_list .item .cat_section_list_inner_categories {
	display: none;
}

.cat_section_list .item.hover .cat_section_list_inner_categories {
	display: none;
}

.cat_section_list .item .hidden_hover_wrapper {
display:none;
}

.cat_section_list .item.hover .hidden_hover_wrapper {
display:block;
height: 47px;
}

.item.hover .item_hidden {
	display: block;
	position: relative;
	z-index: 2;
}
.item.hover .item_buttons {
	display: block;
}
.item_buttons {
	display: none;
	width: 190px;
	z-index: 3;
	top: 0px;
	position: relative;
	left: 8px;
}
.item a {
	font-size: 16px;
	color: #DA251C;
	z-index: 2;
	position: relative;
	padding-top: 12px;
	padding-left: 10px;
    padding-right: 10px;
	display: inline-block;
	margin-bottom: 110px;
	overflow: hidden;
	height: 40px;
	font-family: 'MyriadPro-Regular';
}
.items_outer div.item div.item_inner p a {
        color: #000 !important;
        text-decoration: none;
}
.item p a {
	padding: 0px !important;
	display: inline;
	margin: 0px;
	width: auto;
	overflow: auto;
	height: auto;
	font-size: 13px;
}
div.item_buttons a {
	position: static;
	font-size: 12px;
	margin: 0px;
	padding: 0px 12px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	height: 25px;
	width: auto;
	font-size: 12px;
}
.item_buttons .btn_outer {
	margin-bottom: 12px;
	float: left;
}
.item a.img_lnk {
	position: absolute;
	display: block;
	height: 231px;
	width: 201px;
	left: 0px;
	top: 0px;
	z-index: 1;
	padding: 0px;
	margin: 0px;
}
.item p {
	scolor: #181818;
	color: #000 !important;
	font-size: 13px;
	padding-left: 20px;
	position: relative;
	z-index: 2;
	padding-bottom: 10px;
	color: #DA251C;
	overflow: hidden;
	height: 44px;
	width: 161px;
}
.item.hover p {
	height: auto;
	overflow: visible;
}
.item h3 {
	padding-left: 15px;
	padding-bottom: 8px;
}

.news {
	padding-top: 40px;
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
}
.news_l {
	float: left;
	width: 435px;
	margin-right: -435px;
	overflow: hidden;
}
.news_r {
	margin-left: 475px;
}
.news img {
	float: left;
	width: 134px;
	height: 90px;
	margin-right: -134px;
}
.news_text {
	margin-left: 157px;
	font-size: 13px;
	color: #222;
	position: relative;
	top: -3px;
}
.news_text span {
	display: block;
}
.news_text a {
	color: #da251c;
	font-family: 'PT Sans';
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	display: inline-block;
	line-height: 18px;
}
.news_text p {
	padding-bottom: 35px;
}
/*--content*/


/*sidebar*/
#sidebar {
	width: 175px;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	padding: 20px 20px 0px 20px;
	margin-bottom: 20px;
}
.sidebar_switch {
	margin-bottom: 20px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	behavior: url('pie.htc');
}
.sidebar_switch div {
	float: left;
	font-family: 'PT Sans';
	font-weight: bold;
	padding: 0px 10px;
	text-shadow: 0px 1px 1px #fff;
	background: url('../i/switch-bg.jpg') 0 0 repeat-x;
	color: #181818;
	cursor: pointer;
	-webkit-box-shadow: 1px 1px 3px #d2d2d2;
	-moz-box-shadow: 1px 1px 3px #d2d2d2;
	-ms-box-shadow: 1px 1px 3px #d2d2d2;
	box-shadow: 1px 1px 3px #d2d2d2;
	border: 1px solid #9a9a9a;
	height: 31px;
	line-height: 32px;
	display: inline-block;
	white-space: nowrap;
}
.sidebar_switch div.curr {
	text-shadow: none;
	background: #dedede;
	color: #7f7f7f;
	cursor: auto;
	-webkit-box-shadow: 1px 1px 3px #a9a9a9 inset;
	-moz-box-shadow: 1px 1px 3px #a9a9a9 inset;
	-ms-box-shadow: 1px 1px 3px #a9a9a9 inset;
	box-shadow: 1px 1px 3px #a9a9a9 inset;
	border: none;
	height: 33px;
}
.sidebar_switch div:first-child {
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
}
.sidebar_switch div:last-child {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
}
.sidebar_switch div:hover {
	background: url('../i/switch-bg-hover.jpg') 0 0 repeat-x;
}
.sidebar_switch div.curr:hover {
	background: #dedede;
}
#sidebar ul li {
	border-top: 1px dotted #757475;
	font-size: 16px;
	line-height: 22px;
	spadding: 11px 0px 11px 10px;
}
#sidebar ul li em a,
#sidebar ul li em,
#sidebar ul li a.only {
	color: #da251c;
	font-style: normal;
	text-decoration: underline;
	cursor: pointer;
	display: block;
}
#sidebar ul li em,
#sidebar ul li a.only {
	padding: 10px 0px 10px 10px;
        display: block;
}
#sidebar ul li em.curr {
	color: #ccc;
	font-family: 'PT Sans';
	font-weight: bold;
	text-decoration: none;
	cursor: auto;
}
#sidebar ul li a.only.selected {
    background-color: #787878;
    border-radius: 4px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 3px;
    text-decoration: none;
}
#sidebar ul li em.selected {
    background-color: #787878;
    border-radius: 4px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 3px;
    text-decoration: none;
	margin-bottom: 5px;
}
#sidebar.no_switch  {
	padding: 0px 20px;
}
#sidebar.no_switch li:nth-of-type(1) {
	border: none;
}
#sidebar li div {
	padding-left: 20px;
	line-height: 24px;
	padding-bottom: 5px;
	position: relative;
	top: -5px;
}
#sidebar li div p {
margin-bottom: 6px;
}
#sidebar li div a {
	color: #545454;
}
#sidebar li div p.curr a {
	color: #ffffff;
}
#sidebar li div .curr span {
	display: block;
	background-color: #787878;
	border-radius: 3px;
	color: #FFFFFF;
	font-weight: 700;
	margin-left: -6px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
}

/*--sidebar*/

/*items slider*/
.item_slider_outer {
	float: left;
	width: 346px;
	margin-right: -346px;
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
}
/*	.item_slider_outer > .items_prev_list{
		position: absolute;
		z-index: 0;
		top: 263px;
	}*/
.item_slider_inner {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #D6D6D6;
}
.items_big_list {
	width: 100000px;
	position: relative;
}
.item_{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 344px;
	height: 251px;
	float: left;
	display: none;
}
.item_.curr {
	display: block;
}
.arr {
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	top: 112px;
	z-index: 2;
}
.arr.prev {
	left: 10px;
	background: url('../i/arr-prev.png') 0px 0px no-repeat;
	opacity: 0.7;
}
.arr.prev:hover {
	background: url('../i/arr-prev.png') 0px 0px no-repeat;
	opacity: 1;
}
.arr.prev:active {
	background: url('../i/arr-prev.png') 0px 0px no-repeat;
	opacity: 1;
}
.arr.next {
	right: 10px;
	background: url('../i/arr-next.png') 0px 0px no-repeat;
	opacity: 0.7;
}
.arr.next:hover {
	background: url('../i/arr-next.png') 0px 0px no-repeat;
	opacity: 1;
}
.arr.next:active {
	background: url('../i/arr-next.png') 0px 0px no-repeat;
	opacity: 1;
}
.fancybox-prev {
	background: url('../i/arr-prev.png') 0px 0px no-repeat !important;
}
.fancybox-next {
	background: url('../i/arr-next.png') 0px 0px no-repeat !important;
}
.items_prev_list {
	overflow: hidden;
}
.items_prev_list div {
	width: 75px;
	height: 52px;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin-right: 8px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	margin-bottom: 10px;
}
.items_prev_list div.curr {
	cursor: auto;
}
.fade {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f0a8a4;
	display: none;
	top: 0px;
	left: 0px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.items_prev_list div.curr .fade {
	display: block;
}
.item_info {
	margin-left: 360px;
}
.item_logo {
	width: 157px;
	height: auto;
	margin-bottom: 10px;
}
.item_info h3 {
	color: #222;
	font-size: 24px;
}
.item_info p {
	font-size: 16px;
	color: #a6a6a6;
	padding-bottom: 10px;
}
.item_info .btn_outer {
	margin-bottom: 8px;
	float: none;
}

.item_outer {
	height: auto;
	overflow: hidden;
}
/*--items slider*/

/*descr*/
.tabs_outer {
	height: 35px;
	margin-left: -25px;
	padding-left: 25px;
	border-bottom: 2px solid #e4e4e4;
	margin-bottom: 35px;
	width: 665px;
}
.tabs_outer div {
	height: 32px;
	background: #f5f5f5;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 31px;
	position: relative;
	color: #363636;
	font-size: 16px;
	float: left;
	margin-right: 2px;
	cursor: pointer;
	text-transform: uppercase;
	padding-top: 3px;
}
.tabs_outer div.curr {
	height: 32px;
	border-left: 2px solid #e4e4e4;
	border-top: 2px solid #e4e4e4;
	border-right: 2px solid #e4e4e4;
	color: #336699;
	background: #fff;
	cursor: auto;
	padding-top: 1px;
	padding-bottom: 2px;
}
.tabs_outer div span {
	width: 13px;
	height: 35px;
	position: absolute;
	right: -13px;
	top: 0px;
	background: url('../i/sprite.png') -300px 0px no-repeat;
}
.tabs_outer div.curr span {
	background: url('../i/sprite.png') -282px 0px no-repeat;
}
.description_ p{
	font-size: 16px;
    line-height: 24px;
    padding-bottom: 15px !important;
}
.description_ table tr:nth-child(odd) {
	background-color: #F0F0F0;
}
.description_ table tr td:first-child {
	max-width: 70%;
}
/*--descr*/


.block_ {
	background: #fff;
	padding: 25px;
	margin-bottom: 35px;
	padding-left: 0;
	padding-top: 0;
}
.block_ h2 {
	color: #222;
	font-size: 22px;
	line-height: 36px;
	padding-bottom: 0px;
	margin-top: 0px;
}
.why {
	padding: 0px 0px 30px 35px;
}
.why p {
	font-size: 16px;
	line-height: 28px;
	padding-left: 26px;
	background: url('../i/why-arr.gif') 0px 7px no-repeat;
	padding-bottom: 0px !important;
}


.form_{
	background: #e6e6e6;
	padding: 20px 30px 26px;
	overflow: visible;
}
.form_ h2 {
	padding-bottom: 10px;
}
.form_ td.label {
	width: 200px;
	height: 40px;
	padding-bottom: 10px;
}
.form_ td.field {
	height: 40px;
	padding-bottom: 10px;
}
.form_  .select {
	/*width: 120px;*/
}
.form_ .label label{
	font-size: 16px;
	color: #5a5a5a;
}
.form_ .label.required label::after {
	content: "*";
	padding-left: 4px;
	font-weight: bold;
}
.form_ .trade-in .label.required label::after {
	content: "";
}
.form_ .label.vat {
	vertical-align: top;
}
.form_ .field  input[type=text] {
	width: 370px;
	padding-left: 10px;
	border: 1px solid #cecece;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 38px;
	box-shadow: inset 0px 3px 3px #e1e1e1;
	margin-bottom: 0px;
	font-size: 13px;
}
.form_ .field textarea {
	box-shadow: inset 0px 3px 3px #e1e1e1;
	width: 370px;
	padding-left: 10px;
	border: 1px solid #cecece;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	resize: vertical;
	min-height: 75px;
	padding-top: 5px;
	font-family: 'PT Sans';
	font-size: 13px;
}
.form_ .submit_ {
	float: right;
	width: 95px;
	margin-left: -95px;
	padding-top: 4px;
}



p.send_info {
	line-height: 30px;
	color: #7c7c7c;
	font-size: 13px !important;
	padding-bottom: 0px !important;
}
p.send_info a {
	color: #DA251C;
}

/* UI-RANGE ПОЛЗУНОК */
#range {
	position: relative;
	width: 320px;
	height: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url('../i/slider-range-bg.gif') 0 0 repeat-x transparent !important;
	border: none !important;
}
#popup_range {
	position: relative;
	width: 378px;
	height: 9px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 3px;
	background: url('../i/range-bg-1.gif') 0 0 repeat-x;
	border-bottom: 1px solid #770b00;
	z-index: 2;
}
	.inline-popup #popup_range {
		width:562px;
	}
#popup_range .ui-widget-header {
	background: url('../i/range-bg-2.gif') 0 0 repeat-x;
	border-bottom: 1px solid #fff;
	height: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 3;
}
#popup_range  .ui-slider-handle {
	background: url('../i/popup-slider-cursor.png') 0 0 no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	top: -6px;
	margin-left: -12px;
	margin-right: -12px;
	z-index: 4;
	outline: none !important;
	border: none !important;
}
#range .ui-slider-range {
	display: none;
}
#range a {
	position: absolute;
	width: 17px;
	height: 18px;
	background: url('../i/slider-cursor.png') 0 0 no-repeat;
	cursor: pointer;
	margin: -6px 0 0 -8px;
}
#popup_range_outer {
	position: relative;
	swidth: 378px;
	padding-top: 10px;
	margin-bottom: 15px;
}
	.inline-popup #popup_range_outer {
		width:564px;
	}
#popup_range_outer p {
	font-style: italic;
	font-size: 14px;
	color: #7c7c7c;
	font-family: 'PT Sans';
	font-style: italic;
	text-align: left;
}
#popup_range_outer p em {
	text-align: right;
	float: right;
}
#range_outer {
	position: relative;
	width: 320px;
	height: 50px;
}
#range_counter {
	position: relative;
	width: 320px;
	height: 20px;
	margin: 0px 0px 10px;
}
#range_counter_long {
	width: 500px;
	height: 20px;
	position: relative;
}

#minCost, #maxCost{
	color: #fff;
	margin: 0px 2px;
	float: left;
	text-align: center;
	height: 16px;
    line-height: 16px;
	text-align: center;
	border: none;
	border-bottom: 1px dashed #fff;
	outline: none;
	background: none;
	width: 75px;
}
#minCost:focus, #maxCost:focus{
	border: none;
	background: #fff;
	color: #000;
}
.val_inner {
	position: relative;
	z-index: 1;
}
.range_input_popup {
	position: absolute;
	height: 16px;
	width: 75px;
	left: 50%;
	margin-left: -49px;
	top: -8px;
	border: 6px solid #920802;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 2;

	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.range_input_popup input {
	text-align: center;
	border: none;
	outline: none;
	background: #fff;
	height: 16px;
    line-height: 16px;
	width: 75px;

	-webkit-box-shadow: 0 3px 3px #E1E1E1 inset;
	-moz-box-shadow: 0 3px 3px #E1E1E1 inset;
	-ms-box-shadow: 0 3px 3px #E1E1E1 inset;
	box-shadow: 0 3px 3px #E1E1E1 inset;
}
#rc_1 {
	smargin-right: 3px;
}
#rc_2 {
	smargin-left: 3px;
}
#range_counter .val {
	float: left;
	color: #fff;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
	height: 16px;
	position: absolute;
	white-space: nowrap;
}
#range_counter .val span {
	float: left;
	display: block;
}
.line {
	position: absolute;
	width: 1px;
	background: #a6a6a6;
	top: 5px;
	height: 21px;
	z-index: 1;
}
.line.line_1 {
	left: 2px;
	height: 5px;
	top: 4px;
}
.line.line_2 {
	left: 93px;
}
.line.line_3 {
	left: 188px;
}
.line.line_3 {
	left: 188px;
}
.line.line_4 {
	right: 95px;
}
.line.line_5 {
	right: 2px;
	height: 5px;
	top: 4px;
}

.inline-popup .line.line_2 {
	left: 146px;
}
.inline-popup .line.line_3 {
	left: 280px;
}
.inline-popup .line.line_4 {
	right: 140px;
}



.ui-rangeSlider-label {

}
.ui-rangeSlider-label-price {
	float: left;
	color: #fff;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
	height: 16px;
	position: absolute;
	top: -32px;
	white-space: nowrap;
	z-index: 2;
}
.ui-rangeSlider-label-price span {
	border-bottom: 1px dashed #fff;
	color: #fff;
	margin: 0px 2px;
	text-align: center;
}
.ui-rangeSlider-handle {
	position: absolute;
	width: 17px;
	height: 18px;
	background: url('../i/slider-cursor.png') 0 0 no-repeat;
	cursor: pointer;
	margin: -6px 0 0 -8px;
	cursor:col-resize;
	z-index: 1;
}
.ui-rangeSlider-label-value {
	position: absolute;
	height: 16px;
	width: 75px;
	left: 50%;
	margin-left: -44px;
	top: -36px;
	border: 6px solid #920802;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	z-index: 2;

	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	z-index: 3;
	display: none;
}
.ui-editRangeSlider-inputValue {
	text-align: center;
	border: none;
	outline: none;
	background: #fff;
	height: 16px;
    line-height: 16px;
	width: 75px;
	display: block;
	-webkit-box-shadow: 0 3px 3px #E1E1E1 inset;
	-moz-box-shadow: 0 3px 3px #E1E1E1 inset;
	-ms-box-shadow: 0 3px 3px #E1E1E1 inset;
	box-shadow: 0 3px 3px #E1E1E1 inset;
}

/*popups*/
.popup {
	position: relative;
	background: #e6e6e6;
	padding: 0px 34px 25px;
	width: 380px;
}
.popup h2 {
	font-size: 28px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-top: 18px;
    text-align: center;
}
.subscribe input,
.popup input,
.popup select {
	border: 1px solid #cecece;
    border-radius: 3px;
    box-shadow: 0 3px 3px #e1e1e1 inset;
    color: #5d5d5d;
    font-family: "PT Sans";
    font-size: 21px;
    font-style: italic;
    height: 48px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
input.model_field {
	font-size: 18px;
}
textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: all 0.3s ease 0s;
}
textarea:focus::-webkit-input-placeholder {
	opacity: 0;
}
textarea::-moz-placeholder {
    opacity: 1;
    transition: all 0.3s ease 0s;
}
textarea:focus::-moz-placeholder {
	opacity: 0;
}
textarea:-ms-input-placeholder {
    opacity: 1;
    transition: all 0.3s ease 0s;
}
input::-webkit-input-placeholder{
    opacity: 1;
    transition: opacity 0.3s ease 0s;
}
input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease 0s;
}
input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease 0s;
}
input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease 0s;
}
input:focus::-webkit-input-placeholder {opacity: 0;}
input:focus::-moz-placeholder {opacity: 0;}
input:focus:-moz-placeholder {opacity: 0;}
input:focus:-ms-input-placeholder {opacity: 0;}

.popup input#amount {
	border: none;
	width: auto;
	margin-bottom: 0px;
	height: auto;
	border-radius: 0px;
    -moz-border-radius: 0px;
   -webkit-border-radius: 0px;
   width: 20px;
   height: 20px;
   position: absolute;
   left: 0px;
   top: 0px;
   visibility: hidden;
}
.subscribe input.focus,
.popup input.focus,

.popup textarea.focus {
	border: 1px solid #1593eb;
	box-shadow: 0px 0px 7px #1593eb;
	color: #000;
}
.field input.focus,
.field textarea.focus {
	border: 1px solid #1593eb!important;
	box-shadow: 0px 0px 7px #1593eb!important;
	color: #000!important;
}
.popup textarea {
	border: 1px solid #CECECE;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 3px 3px #E1E1E1 inset;
    margin-bottom: 10px;
    width: 100%;
	color: #b9b9b9;
	font-family: 'PT Sans';
	font-style: italic;
	font-size: 24px;
	text-align: center;
	min-height: 90px;
	resize: vertical;
	padding-top: 5px;
	line-height: 26px;
	outline: none;
}
.popup p {
	text-align: center;
	font-size: 13px;
	color: #7c7c7c;
	line-height: 18px;
}
.popup p a {
	color: #da251c;
}
p.name_tel_popup {
	color: #5a5a5a;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 10px;
}
.submit_ {
	padding-top: 10px;
	text-align:center;
	margin: 0px auto 20px;
	width: 150px;
}
#popup_call .submit_ {
	width: 143px;
	margin: 0px auto;
}
#popup_proposition .submit_ {
	margin: 0px auto 20px;
	width: 193px;
}
#popup_feedback .submit_ {
	margin: 0px auto 20px;
	width: 95px;
}

.inline-popup .popup {
	position: relative;
	background: #e6e6e6;
	padding: 0px 34px 25px;
	width: 570px;
}
/*--popups*/

/*footer*/
#footer_spacer {
	height: 360px;
	clear: both;
}
#footer {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	height: 360px;
}
#footer .reduser {
	padding-top: 35px;
}
#seo_content h2 {
	padding-bottom: 10px;
}
#seo_content p {
	padding-bottom: 20px;
}
#footer .block {
	padding-top: 17px;
	padding-bottom: 12px;
	font-size: 13px;
}
#footer .block p {
	color: #8f8f8f;
}
#footer nav {
	font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
	font-family: 'PT Sans';
	font-weight: bold;
}
#footer nav div {
	float: left;
	margin-right: 22px;
}
.social {
	position: absolute;
	top: 17px;
	right: 0px;
}
.social a {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	cursor: pointer;
	display: block;
}
.social a.last {
	margin-right: 0px;
}
.social a.social_1 {
	background: url('../i/sprite.png') -74px 0px no-repeat;
}
.social a.social_2 {
	background: url('../i/sprite.png') -100px 0px no-repeat;
}
.social a.social_3 {
	background: url('../i/sprite.png') -126px 0px no-repeat;
}
.social a.social_4 {
	background: url('../i/sprite.png') -152px 0px no-repeat;
}
.social a.social_5 {
	background: url('/i/YouTube.png') -2px -2px no-repeat;
}
.social a.social_6 {
	background: url('/i/LiveJournal.png') -2px -2px no-repeat;
}
.social a.social_7 {
	background: url('/i/Picasa2.png') -2px -2px no-repeat;
}
.site_creators {
	float: right;
	width: 235px;
	margin-left: -235px;
	overflow: hidden;
	padding-top: 5px;
}
.site_creators a {
	float: right;
	width: 132px;
	height: 45px;
	margin-left: -132px;
	display: block;
	background: url('../i/southmedia.png') 0 0 no-repeat;
}
.site_creators p {
	line-height: 38px;
}
.copyright_menu {
	margin-right: 315px;
	font-size: 13px;
	padding-top: 15px;
}
.copyright_menu li {
	float: left;
	margin-right: 17px;
}
.copyright_menu li a {
	text-decoration: none;
	color: #8f8f8f;
}
.copyright_menu li a:hover {
	text-decoration: underline;
}
/*--footer*/
.invisible {
	visibility: hidden;
}




/*новые страницы*/

.about_img {
	width: 585px;
	height: 240px;
	margin-bottom: 20px;
}
.block_ p {
	font-size: 16px;
	padding-bottom: 20px;
}
.block_ p.last {
	padding-bottom: 0px;
}
.block_ p a {
	color: #c51d15;
}
.contacts_text div {
	margin-bottom: 20px;
}
.contacts_text p {
	padding-bottom: 0px;
	color: #5a5a5a;
	line-height: 28px;
}
.contacts_text p strong {
	color: #222;
}
.contacts_text p a {
	color: #da251c;
}
.map {
	margin-bottom: 30px;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 640px;
	height: 280px;
}

.news_block {
	border-bottom: 1px solid #c1c1c1;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.news_block .news-image {
	display: inline-block;
	width: 131px;
	height: 90px;
	overflow: hidden;
}
.news_block .news-image img {
	width: 100%;
}
.news_block .news-body {
	display: inline-block;
    padding-left: 10px;
    vertical-align: top;
    width: 490px;
}
.news_block .news-date {
	color: #a2a2a2;
    display: block;
    font-size: 11px;
}
.news_block .news-title {
	color: #c51d15;
	font-size: 16px;
}
/*
.news_block {
	margin-bottom: 20px;
	width: 515px;
}
.news_block div {
	font-size: 16px;
	padding-bottom: 10px;
}
.news_block div a {
	color: #c51d15;
}
.news_block p {
	color: #5a5a5a;
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 10px;
}
.news_block span {
	display: inline-block;
	font-size: 11px;
	color: #a2a2a2;
}*/
p.seminar_date {
	color: #a2a2a2;
	height: 50px;
	line-height: 46px;
	padding-bottom: 0px;
}
h2.no_pb {
	/*height: 32px;*/
	line-height: 32px;
	padding-bottom: 0px;
}
.seminar_img {
	width: 422px;
	height: 242px;
	margin-bottom: 20px;
}
.vacancy_block {
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
}
.vacancy_block.last {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: none;
}
.vacancy_block p {
	color: #545454;
	padding-bottom: 5px;
}
.vacancy_block strong {
	display: block;
	color: #545454;
	font-size: 13px;
	padding-bottom: 5px;
}
.show_req {
	height: 30px;
	line-height: 30px;
	padding: 0px 12px;
	background: #e6e6e6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	display: inline-block;
}
.show_req.hidden {
	display: none;
}
.show_req span {
	font-style: italic;
	font-size: 13px;
	border-bottom: 1px dashed #8e8e8e;
	color: #606060;
	line-height: 30px;
	position: relative;
	top: -2px;
}
.vacancy_block em {
	display: block;
	height: 44px;
	line-height: 44px;
	font-style: normal;
	font-size: 11px;
	color: #a2a2a2;
}
.vacancy_show {
	background: #f3f3f3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 20px 30px 0px;
}
.vacancy_show h3 {
	font-family: 'PT Sans';
	font-weight: bold;
	font-size: 16px;
	color: #545454;
	padding-bottom: 5px;
}
.vacancy_show p {
	color: #545454;
	font-size: 13px;
	padding-bottom: 3px;
}
.req_ {
	margin-bottom: 20px;
}
.vacancy_show .btn_outer {
	display: inline-block;
}
.hide_req {
	font-style: italic;
	font-size: 13px;
	line-height: 60px;
}
.hide_req span {
	border-bottom: 1px dashed #8e8e8e;
	color: #606060;
	cursor: pointer;
}
.subscribe h2 {
	font-size: 30px;
}
.subscribe input {
	width: 350px;
	margin: 0 auto;
	display: block;
}
.subscribe p {
	text-align: center;
}
.subscribe .submit_ {
	width: 180px;
	margin: 0 auto;
}
.creditol{
	margin:20px;
	margin-left:30px;
}
.creditol li{
	margin-bottom:10px;
}
/*--новые страницы*/

.fd_3{margin-left:20px;}
.table table, table.table{border:1px solid #ddd}
.table td{padding:10px; valign:top;}
.description_ ul li{
	font-size: 16px;
    list-style-position: outside;
    /*list-style-type: disc;*/
    margin: 10px 20px;
}

.detailText div,
.detailText li {
	font-size: 16px;
}
.detailText p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 15px !important;
}

.description table td {
	font-size: 16px!important;
}

.advanced_search li.range{display:none;}
.item.fourth.hover p{margin-left:-1px;}
#mc_mask {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 900;
	opacity: 0.4;
	background-color: rgb(0, 0, 0);
	display: none;
}
#mc_form_wrap {
	position: fixed;
	z-index: 950;
	top: 60px;
	left: 50%;
	margin-left: -225px;
	width: 450px;
	padding: 6px;
	border-top-left-radius: 3px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: rgb(146, 8, 2);
	display: none;
}
#mc_map_wrap {
	position: fixed;
	z-index: 950;
	top: 50%;
	left: 50%;
	margin-left: -325px;
	margin-top: -300px;
	display: none;
}
.form_ .field input.mc_error {
	color: #f00;
	border: 1px solid #f00;
}
.errortext {
	color: #f00;
}
.mc_contacts {
	padding: 15px;
	background-color: #ececec;
	float: left;
}
.mc_contacts.special {
	display: inline-block;
	float: none;
}
.map_button {
	display: block;
	float: left;
	width: 34px;
	height: 50px;
	background: url(/images/map_button.png);
	margin-right: 12px;
}
.block_ .mc_contacts_text {
	float: left;
}
.block_ .mc_contacts_text p {
	font-family: Tahoma;
	font-size: 14px;
	color: #5a5a5a;
	padding-bottom: 3px;
}
.mc_contacts_header {
	font-weight: bold;
}

/** NEW Category list in main page and in section /catalog/ **/
.clear {
	clear: both;
}
.mc-list {
	display: flex;
    flex-wrap: wrap;
	margin: 0 -20px -20px 0;
    position: relative;
}
.mc-list .mc-item {
	display: inline-block;
    height: 245px;
    margin: 0 20px 10px 0;
    position: relative;
    vertical-align: top;
    width: calc(100% / 4 - 20px);
}
.r .mc-list .mc-item {
	width: calc(100% / 3 - 20px);
}
.mc-list .mc-item:nth-child(4n) {
    margin-right: 0;
}
.r .mc-list .mc-item:nth-child(3n) {
    margin-right: 0;
}
.r .mc-list .mc-item:nth-child(4n) {
    margin-right: 20px;
}
.mc-list .mc-item .mc-item-inner {
	position: relative;
	border: 6px solid #e2e2e2;
    border-radius: 4px;
	background-color: #ffffff;
	transition: all 0.3s ease-out 0s;
}
.mc-list .mc-item:hover .mc-item-inner {
    border: 6px solid #e35b54;
    z-index: 2;
}
.mc-list .mc-item:hover .mc-item-hidden {
	display: block;
}
.mc-list .mc-item a.mc-item-name {
	color: #da251c;
    display: inline-block;
    font-family: "MyriadPro-Regular";
    font-size: 16px;
    left: 10px;
    position: absolute;
    top: 10px;
}
.mc-list .mc-item a.mc-item-image {
	display: block;
    height: 203px;
    margin: 18px auto 0;
    overflow: hidden;
    width: 201px;
}
.mc-list .mc-item a.mc-item-image img {
	width: 100%;
}
.mc-list .mc-item .mc-item-hidden {
	display: none;
	padding: 10px;
}
.mc-list .mc-item .mc-item-title {
	color: #222;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: bold;
	padding-bottom: 8px;
}
.mc-list .mc-item .mc-item-note {

}
/** \NEW Category list in main page and in section /catalog/ **/
.confbut {
	text-align: center;
}
.configurator {
	border: 0 none;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 37px;
    margin: 10px auto 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 230px;
	background: #d6241b;
	background: -moz-linear-gradient(top,  #d6241b 0%, #920901 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6241b), color-stop(100%,#920901));
	background: -webkit-linear-gradient(top,  #d6241b 0%,#920901 100%);
	background: -o-linear-gradient(top,  #d6241b 0%,#920901 100%);
	background: -ms-linear-gradient(top,  #d6241b 0%,#920901 100%);
	background: linear-gradient(to bottom,  #d6241b 0%,#920901 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6241b', endColorstr='#920901',GradientType=0 );
}
.configurator:hover {
	background: #d15955;
	background: -moz-linear-gradient(top,  #d15955 0%, #913834 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d15955), color-stop(100%,#913834));
	background: -webkit-linear-gradient(top,  #d15955 0%,#913834 100%);
	background: -o-linear-gradient(top,  #d15955 0%,#913834 100%);
	background: -ms-linear-gradient(top,  #d15955 0%,#913834 100%);
	background: linear-gradient(to bottom,  #d15955 0%,#913834 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d15955', endColorstr='#913834',GradientType=0 );
}

/* Sklad Tech */
.mc-list.sklad .mc-item {
    margin: 0 20px 20px 0;
}
.mc-list.sklad .mc-item a.mc-item-image {
	height: 190px;
	width: 180px;
	margin: 45px auto 0;
}
.b-tabs {
    border: 1px solid #9a9a9a;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 #cbcbcb;
    height: 30px;
	margin-bottom: 6px;

	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #c1c1c2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#c1c1c2));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#c1c1c2 100%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#c1c1c2 100%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#c1c1c2 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#c1c1c2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#c1c1c2',GradientType=0 );

}
.b-tabs a {
	padding: 6px 20px;
	display: inline-block;
	border-left: 1px solid #9a9a9a;
	float: left;
	font-weight: bold;
}
.b-tabs a:first-child {
	border-left: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.b-tabs a:hover,
.b-tabs a.active{
	background: #dedede;
	box-shadow: 1px 2px 2px 1px #c2c2c2 inset;
}
/* \Sklad Tech */












.technic-sidebar {
    float: left;
    width: 270px;
    background-color: #f5f5f5;
    /*padding-top: 25px;*/
	padding-bottom: 49px;
}
.technic-sidebar .model-menu-heading:first-child {
	margin-top: 25px;
}
.technic-sidebar .model-menu-heading {
	display: block;
	font-size: 15px;
	padding-left: 10px;
}
.technic-sidebar .model-menu{
	padding-top: 25px;
    padding-bottom: 35px;
}
.technic-sidebar .model-menu li{
    margin-bottom: 5px;
}
.technic-sidebar .model-menu li a {
    color: #336699;
    display: block;
    font-size: 15px;
    padding: 5px 12px;
    padding-bottom: 10px;
	padding-right: 0;
    text-decoration: none;
    position: relative;
}
.technic-sidebar .model-menu li a > span{
    padding-left: 4px;
    line-height: 16px;
    display: inline-block;
}
.technic-sidebar .model-menu li a svg {
	width: 24px;
	height: 16px;
}
.technic-sidebar .model-menu li a:hover svg *,
.technic-sidebar .model-menu li.selected a svg * {
	fill: #ffffff;
}
.technic-sidebar .model-menu li.opened .hidden,
.technic-sidebar .model-menu li:hover .hidden {
	display: block;
}
.technic-sidebar .model-menu li a:hover,
.technic-sidebar .model-menu li.selected > a{
    color: #fff;
    background-color: #005fbd;
}
.technic-sidebar .model-menu li a:hover .svg-model{
    fill: #fff;
}
.technic-sidebar .model-menu .inner {
    padding-left: 12px;
}
.technic-sidebar .model-menu .inner:hover,
.technic-sidebar .model-menu .inner.curr:hover,
.technic-sidebar .model-menu .inner.curr a:hover{
    background-color: #005fbd;
    color: #fff;
}
.technic-sidebar .model-menu .inner.curr{
	background-color: #337fca;
    color: #fff;
}
.technic-sidebar .model-menu .inner  a {
	font-size: 14px;
	color: #000000;
	padding: 3px 0 5px 12px;
}
.technic-sidebar .model-menu .inner.curr  a {
	color: #fff;
}
.technic-sidebar .model-menu .inner a span {
	background: rgba(0, 0, 0, 0) url("/bitrix/templates/agat/i/rarr_black.png") no-repeat scroll 0 3px;
	padding-left: 15px;
	/*content: "";
    display: inline-block;
    height: 14px;
    margin-left: 5px;
    vertical-align: bottom;
    width: 19px;*/
}
.technic-sidebar .model-menu .inner a span {
	display: inline-block;
}
.technic-sidebar .model-menu .inner:hover a span,
.technic-sidebar .model-menu .inner.curr a span {
	background: rgba(0, 0, 0, 0) url("/bitrix/templates/agat/i/rarr_white.png") no-repeat scroll 0 3px;
}
.technic-sidebar .title-model-menu{
    color: #363636;
    font-size: 16px;
    padding-left: 10px;
    padding-bottom: 25px;
}
.svg-model {
    fill: #005fbd;
    fill-rule: evenodd;
}
.svg-icon{
    position: absolute;
    left: 10px;
    top: 4px;
}
.technic-main {
    float: right;
    width: 690px;
    padding-top: 30px;
}
.breadcrumb {
    color: #336699;
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 35px;
    list-style: none;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb li a {
    color: #336699;
    text-decoration: none;
}
.breadcrumb > .active{
    color: #999999;
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 2px;
    color: #999999;
    font-size: 14px;
}

#footer {
	background: #005fbd;
	height: 270px;
	color: #ffffff;
	z-index: 3;
}

#footer_spacer {
	height: 270px;
}

#footer p, #footer .block p {
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#footer .disclaimer {
	color: #7ba4ce;
}

#footer .copyright_menu li a {
	color: #ffffff;
}

.social {
	left: 0;
}

#footer nav {
	float: right;
}

#footer .copyright_menu {
	float: right;
	margin-right: 0;
	padding-top: 0;
}

#footer .copyright_text {
	display: inline-block;
}

.social {
	width: 250px;
}

.social-icon {
    background-color: #005fbd;
    background-repeat: no-repeat;
    border: 1px solid #7ba4ce;
    display: block;
    height: 25px;
    padding: 5px;
    transition: all 0.3s ease 0s;
    width: 25px;
}

.social a:hover {
	background-color: #337fca;
}

#footer .social a.social_1 {
    background-image: url("/images/text-vk-hover.png");
    background-position: 5px 9px;
}

#footer .social a.social_2 {
    background-image: url("/images/text-fb-hover.png");
    background-position: 10px 5px;
}

#footer .social a.social_3 {
    background-image: url("/images/text-tw-hover.png");
    background-position: 7px 8px;
}

#footer .social a.social_4 {
    background-image: url("/images/text-yt-hover.png");
    background-position: 8px 5px;
}

#footer .social a.social_5 {
    background-image: url("/images/text-ig-hover.png");
    background-position: 5px 4px;
}

/* KK 13.12*/
.mc-list .mc-item:hover .mc-item-inner{
	border: 6px solid #005fbd;
}
.mc-list .mc-item a.mc-item-name,.news_block .news-title,.block_ p a, .item_stats_l a,
.news_text a,#sidebar ul li em a, #sidebar ul li em, #sidebar ul li a.only,.popup p a{
	color: #005fbd;
}
#popup_range{
	background: #005fbd;
	border-bottom: 1px solid #7ba4ce;
}
.why p{
	background: url(/bitrix/templates/agat/i/angle-arrow-pointing-to-right.png) 0px 10px no-repeat;
}
.fade{
	background: #b3c1d3;
}

.subscribe input:hover, .popup input:hover, .popup select:hover, .popup textarea:hover,
.subscribe input:focus, .popup input:focus, .popup select:focus, .popup textarea:focus{
	border: 1px solid #337fca;
}
.subscribe input, .popup input, .popup select {
	border: 1px solid #c8c7cc;
	border-radius: 0;
	color: #111111;
	font-size: 14px;
	height: 40px;
}
.submit_{
	margin: 0;
	width: auto;
}
p.name_tel_popup{
	line-height: 18px;
	padding-bottom: 20px;
	text-align: left;
	font-size: 14px;
}
.btn-blue {
	color: #fff !important;
	background: #005fbd;
	border-color: #005fbd;
	transition: 0.3s;
	text-transform: uppercase;
}
.btn-blue:hover{
	color: #fff !important;
	background: #337fca;
	border-color: #337fca;
}
.btn-block{
	width: 100%;
	height: 40px!important;
}
.submit_{
	padding-top: 0;
}
.popup p{
	text-align: left;
}
.inline-popup .popup{
	background: #f5f5f5;
	width: 100%;
	padding: 35px;
}
.popup h2{
	margin-bottom: 0;
	padding-top: 0;
	line-height: 30px;
	text-align: left;
}
.subscribe input.focus, .popup input.focus, .popup textarea.focus {
	border: 1px solid #1593eb;
	box-shadow: none !important;
	color: #000;
}
.popup textarea{
	border-radius: 0;
	border: 1px solid #c8c7cc;
	font-size: 14px;
}
.form_{
	background: #f5f5f5;
	width: 100%;
	padding: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.field input.focus, .field textarea.focus {
	border: 1px solid #337fca!important;
	box-shadow: none!important;
	color: #000!important;
}
.fancybox-close{
	top: -3px;
}
.fancybox-skin{
	padding: 6px;
	border-radius: 0;
	border-top: 5px solid #005fbd;
}
.popup{
	background: #ffffff;
	padding: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 420px;
}
.fancybox-skin{
	background: #ffffff!important;
}
.reduser {
	width: 960px;
}
.fancybox-skin{
	background: #e6e6e6;
}
.fancybox-close{
	background: url(/bitrix/templates/agat/i/sprite_1.png) -385px 0px no-repeat;
}
.fancybox-close:hover {
	background: url(/bitrix/templates/agat/i/sprite_1.png) -418px 0px no-repeat;
}
.subscribe input, .popup input, .popup select,
.popup textarea{
	font-style: normal;
	text-align: left;
	box-shadow: none;
	text-indent: 10px;
	margin-bottom: 20px;
}
.form_ .field  input[type=text]{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}
.form_ .field  input[type=text]:hover{
	border: 1px solid #337fca;
}
.form_ td.label{
	width: 250px;
}
.form_  .select{
	width: 100%;
}
.select_curr span{
	background: #fff;
	text-shadow: none;
	font-size: 14px;
	font-weight: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.select_curr{
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	background: url(../i/down-arrow.png) #fff 355px center no-repeat;
}

#search .select_curr {
	background-position: 244px center;
}

#search #select_tech .select_curr {
	background-position: 177px center;
}

.form_ .select{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #cecece;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.form_ .field textarea{
	border: 1px solid #cecece;
	box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.form_ .field textarea:hover,
.form_ .field textarea:focus{
	border: 1px solid #337fca;
}
#request_form .select_list_t,
#request_form .select_option{
	width: 100%;
}
#request_form .select_list_t,
#request_form .select_list_c{
	background: transparent;
	padding-top: 0;
	overflow: inherit;
}
#request_form .select_list_b{
	background: transparent;
}
.select_list .select_option span{
	text-align: left;
	font-size: 14px;
	font-weight: normal;
}
.select_list .select_option{
	border: 0;
}
.select_list .select_option label:hover span{
	color: #005fbd;
}
.select_list .select_option label{
	padding: 5px 14px;
}
.show_sel .select_list{
	background-color: #fff;
	left: -1px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.select_list_inner{
	margin: 0;
}

.l {
    float: left;
    margin: 0 -270px 0 0;
    width: 270px;
	/*height: 100%;*/
	/*position: absolute;*/
}

.r {
    margin: 0 0 0 300px;
	padding-top: 20px;
}

#search .r {
    margin: 0 0 0 338px;
	padding-top: 20px;
}

.mc-list .mc-item a.mc-item-image img {
	width: 96%;
}

.technic-sidebar {
	height: 100%;
}

.item_stats_block_heading {
	display: block;
	color: #336699;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.item_stats_l {
	float: left;
	width: 285px;
	margin-right: -285px;
	padding-top: 12px;
}

.item_stats_r {
	margin-left: 300px;
    padding-top: 15px;
	margin-right: 0;
}
.item_stats_r table {
	margin-bottom: 10px;
}
.item_stats_r td {
	background: none repeat scroll 0 0 #f0f0f0;
    font-size: 13px;
    height: 30px;
    padding: 4px 4px;
    /*width: 133px;*/
}
.item_stats_r tr {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
	height: 30px;
}
.item_stats_r tr.white td {
	background: #fff;
}
.item_stats_r td:nth-of-type(1) {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
}
.item_stats_r td:nth-of-type(2) {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	text-align: right;
	width: 80px;
}

.item_stats_l img {
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border: 1px solid #d6d6d6;
	width: 285px;
	height: 215px;
}

.item_stats_r .btn {
	padding: 4px 15px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
}

.pager {
	padding-top: 10px;
	position: relative;
	font-size: 14px;
	margin-bottom: 49px;
}
.pager a {
	color: #336699;
	text-decoration: none;
}
.pager_c {
	display:inline-block;
}
.pager_prev a,
.pager_next a {
	text-decoration: none;
}
.pager_prev {
	display:inline-block;
}
.pager_next {
	display:inline-block;
}
.pager_c div {
	/*float: left;*/
	display:inline-block;
	margin: 0 3px	;
	padding: 0px 6px;
	height: 25px;
	line-height: 24px;
}
.pager_c div.curr {
	color: #363636;
	background: #e4e4e4;
}
.pager_c div.curr span {
	color: #363636;
}

#filter_count {
	display: block;
	margin-bottom: 10px;
	text-align: right;
	color: #ffffff;
	font-size: 15px;
}

.kamaz-lizing, .brand-pricelist, .brand-menu {
	margin-left: 10px;
}

.kamaz-lizing img {
	width: 250px;
}
.technic-banners{
    background-color: #f5f5f5;
    padding: 10px 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 170px;
    position: relative;
	z-index: 1;
}
.technic-banners .slidesjs-container{
    height: 170px;
}
.technic-banners__item > a{
    float: left;
}
.technic-banners__item > a:first-child{
    padding-right: 18px;
}
.technic-banners__item:after{
    display: block;
    content: '';
    clear: both;
}
.technic-banners .slidesjs-navigation{
    top: 75px;
    width: 7px;
    height: 13px;
}
.technic-banners .slidesjs-previous{
    background: url(/images/slider-banners-arrow-prev.png) no-repeat scroll 0 0 transparent;
    margin-left: 0;
    left: 20px;
}
.technic-banners .slidesjs-next{
    background: url(/images/slider-banners-arrow-next.png) no-repeat scroll 0 0 transparent;
    margin-left: 0;
    left: inherit;
    right: 20px;
}
.technic-banners .slidesjs-next:hover,
.technic-banners .slidesjs-previous:hover{
    opacity: 0.5;
}

.brand-pricelist {
	margin-bottom: 45px;
}

.brand-pricelist .btn,
.item_info .btn {
	width: 220px;
	background: #f5f5f5;
	text-transform: uppercase;
	font-weight: bold;
}

.item_info .btn {
	width: 250px;
	background: #ffffff;
}

.brand-pricelist .btn:hover,
.item_info .btn:hover {
	color: #ffffff;
	background: #005fbd;
}

.brand-menu {
	margin-bottom: 10px;
}

.brand-menu a {
	color: #31649d;
	text-decoration: none;
	font-size: 16px;
	line-height: 30px;
}

.brand-menu a.active {
	font-weight: bold;
}


/*.technic-sidebar .model-menu span::after {
    background: rgba(0, 0, 0, 0) url("/bitrix/templates/agat/i/angle-arrow-pointing-to-right.png") no-repeat scroll 0 2px;
    content: "";
    display: inline-block;
    height: 14px;
    margin-left: 5px;
    vertical-align: bottom;
    width: 19px;
}*/

/*.technic-sidebar .model-menu a:hover span::after {
    background: rgba(0, 0, 0, 0) url("/bitrix/templates/agat/i/rarr_white.png") no-repeat scroll 0 2px;
    content: "";
    display: inline-block;
    height: 14px;
    margin-left: 5px;
    vertical-align: bottom;
    width: 19px;
}*/

.brand-info-heading {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

.brand-info-logo {
	width: 59px;
	margin: 0 28px 28px 0;
}

.brand-info-description {
	font-size: 15px;
	line-height: 20px;
}

.ui-autocomplete.ui-front.ui-menu {
	background: #ffffff;
}

.mb50 {
	margin-bottom: 50px !important;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.ui-menu .ui-menu-item{
    line-height: normal;
    height: auto !important;
    width: 100%;
}
.ui-menu .ui-menu-item a{
    width: 100%;
    line-height: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}
.active .pers-item:nth-child(1),
.active .pers-item:nth-child(2),
.active .pers-item:nth-child(7),
.active .pers-item:nth-child(8),
.active .pers-item:nth-child(9),
.active .pers-item:nth-child(10){
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.top-address {
	display: none;
}

.form_callback .label.required label::after {
  display: none;
}

/* ======================= на странице callback без aside */
.content.no-aside {
	background: #fff;
}
.content.no-aside .l {
	display: none;
}

.content.no-aside .r {
	margin-left: 0;
}

.form-inner {

}
.form-inner .field {
	width: 50%;
	float: left;
	margin-bottom: 30px;
}
.form-inner .field input {
	color: #757575;
}
.form-inner .btn-sm {
	max-width: 382px;
}
/* ======================= custom-select*/
.custom-select-wrap {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #757575;
  width: 100%;
  max-width: 382px;
  height: 40px;
}

.select-hidden {
  opacity: 0;
  padding-right: 10px;
  height: 40px;
}
.custom-select-wrap .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
      color: #757575;
  background-color: #fff;
  padding: 8px 15px;
  line-height: 1.8;
  border: 1px solid #cecece;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.custom-select-wrap .select-styled:hover,
.custom-select-wrap .select-styled.active {
	border: 1px solid #337fca;
}
.custom-select-wrap .select-styled:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 23px;
  top: 9px;
  right: 10px;
  background: url(../i/down-arrow.png) #fff 0px center no-repeat;
}
.custom-select-wrap .select-styled:hover {
  background-color: #fff;
}
.custom-select-wrap .select-styled:active,.custom-select-wrap .select-styled.active {
  background-color: #fff;
}
.custom-select-wrap.select-styled:active:after,.custom-select-wrap .select-styled.active:after {
  -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
}

.custom-select-wrap .select-options {
  display: none;
  position: absolute;
  top: 102%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.custom-select-wrap .select-options li {
  margin: 0;
  padding: 8px 0;
  text-indent: 15px;
  /* border-top: 1px solid #962d22; */
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.custom-select-wrap .select-options li:hover {
  color: #005fbd;
  background: #fff;
}
.custom-select-wrap .select-options li[rel="hide"] {
  display: none;
}
/* ======================= agreement-checkbox */

.agreement {
	position: relative;
}
.agreement #agreement-checkbox {
	opacity: 0;
	position: absolute;
	left: 10px;
	top: 14px;
}
.agreement #agreement-checkbox + label {
	display: inline-block;
	position: relative;
	padding-left: 45px;
	cursor: pointer;
	line-height: 1.2;
}
.agreement #agreement-checkbox:not(:checked) + label:before,
.agreement #agreement-checkbox + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: #fff;
	border: 1px solid #cecece;
}
.agreement #agreement-checkbox:not(:checked) + label:after, .agreement #agreement-checkbox:checked + label:after {
	content: '✔';
	position: absolute;
	top: 6px;
	left: 8px;
	font-size: 23px;
	line-height: 0.8;
	color: #005fbd;
	transition: all .2s;
}
.agreement #agreement-checkbox:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.agreement a {
	color: #005fbd;
}

.item_stats_r span.price {
	margin-right: 20px;
	vertical-align: middle;
	color: #336699;
	line-height: 34px;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

.item_info div.price {
	margin-bottom: 10px;
	color: #336699;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}