@charset 'UTF-8';

* {
	margin: 0;
	padding: 0;
	font-family: "Open Sans";
	font-size: 14px;
	box-sizing: border-box;
}

.noTrans,.noTransInner * {
	-o-transition:none !important;
	transition:none !important;
	-webkit-transition:none !important;
}

.transition {
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
}

.blackLine {
	width: 100%;
	float: left;
	display: block;
	height: 1px;
	background: #000;
	margin: 15px 0 0
}

#cartTable li:after,#cartTable:after,#cartTable:before,.blackLine:after,.blackLine:before,.header:after,.hmenu:after,.leftCol:after,.oneCol:after,.overall .page:after,.rightCol:after,h1:after,h2:after,h3:after {
	content: '';
	display: table;
	clear: both
}

.fotorama * {
	transition: none;
	-webkit-transition: none
}

a {
	color: #008dd2;
	text-decoration: none
}

a:hover {
	color: #666;
	text-decoration: underline
}

.leftCol,.oneCol {
	display: block;
	width: 100%;
	float: left
}

.leftCol {
	width: 70%
}

.rightCol {
	display: block;
	width: 30%
}

body,html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
/*	min-width: 1230px;*/
	overflow-y: scroll;
/*	padding-top:115px;*/
	background:#fff url('../img/vert-bg.gif') repeat-y center 732px;
}

h1,h2,h3 {
	color: #333;
	clear: both
}

h1 {
	line-height: 46px;
	font-size: 30px;
	margin: 0;
	border-bottom: 1px solid #333;
	display: block
}

h1,h2,h3,h3 * {
	font-family: "Roboto Condensed";
	font-weight: 500
}

h2,h3 {
	display: inline-block
}

h1.middle,h2 {
	border-bottom: none
}

h2 {
	width: auto;
	font-size: 22px;
	line-height: 30px;
	margin: 10px 0
}

h1.middle {
	text-align: center;
	margin: 0 0 10px
}

h3 {
	line-height: 26px;
	margin: 0 0 5px
}

h3,h3 * {
	font-size: 20px
}

/* каталог */
.catalog .parts>li>.partLine {
	float: left;
	height: 32px;
	line-height: 20px;
	width: 87%;
	padding: 7px 0 5px 10px;
	color: #333;
	text-decoration: none
}

.catalog .parts>li>.partLine:hover {
	color: #964b00
}

.catalog .parts>li:hover {
	background:#fff;
}

.catalog .parts>li>.partLine>.preview {
	display: block;
	width: 0;
	height: 0;
	margin: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
}

.catalog .parts.preView>li>.partLine>.preview {
	border:1px solid #eee;
}

/*
.catalog .parts>li>.partLine>.preview:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5)
}
*/

.catalog .parts>li>.partLine>.art,
.catalog .parts>li>.partLine>.number {
	float: left;
	white-space: nowrap;
	font-family: 'Roboto Condensed';
	font-size: 15px;
	line-height: 1.42857
}

.catalog .parts>li>.partLine>.number {
	padding-right: 40px;
	text-align: right;
	line-height: 23px;
	width: 80px
}

.catalog .parts>li>.partLine>.art {
	width: 0;
	overflow: hidden
}

.catalog .parts>li>.partLine>.art>span,
.catalog .parts>li>.partLine>.number>span {
	display: none;
	font-size: 0;
	line-height: 1.42857
}

.catalog .parts>li>.partLine>.name {
	float: left;
	white-space: nowrap;
	font-size: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 630px
}

.catalog .parts>li>.partLine>.price {
	float: right;
	white-space: nowrap;
	font-weight: 700;
	font-size: 15px;
	text-align: right;
	width: 150px
}

.catalog .parts>li>.partLine>.price:after {
	content: 'руб.';
	font-weight: 400;
	padding: 0 0 0 5px
}

.catalog .parts.preView>li {
	border-radius: 0
}

.catalog .parts.preView>li>.partLine {
	height: 135px
}

.catalog .parts.preView>li .btn.ownBtn {
	margin-top: 8px
}
.catalog .parts.preView>li>.partLine>a,
.catalog .parts.preView>li>.partLine>span {
	line-height: 34px
}

.catalog .parts.preView>li>.partLine>.name {
	margin: 0 0 0 -300px;
	font-weight: 700;
	max-width: 680px
}

.catalog .parts.preView>li>.partLine>.art,
.catalog .parts.preView>li>.partLine>.number {
	width: 300px
}

.catalog .parts.preView>li>.partLine>.number {
	font-weight: 400;
	padding-right: 0;
	text-align: left
}

.catalog .parts.preView>li>.partLine>.art>span,
.catalog .parts.preView>li>.partLine>.number>span {
	display: inline;
	font-size: 15px;
	font-weight: 400
}

.catalog .parts.preView>li>.partLine>.art {
	margin: 30px 0 0
}

.catalog .parts.preView>li>.partLine>.number {
	margin: 55px 0 0 -300px
}

.catalog .parts.preView>li>.partLine>.preview {
	display: block;
	width: 160px;
	height: 120px;
	margin: 0 20px 0 0
}

.catalog .parts.tabsView {
	border: 0
}

.catalog .parts.tabsView>li {
	width: 20%;
	height: 340px;
	float: left;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 0 2.5% 30px
}

.catalog .parts.tabsView>li>.partLine {
	padding: 5px;
	width: 100%
}

.catalog .parts.tabsView>li>.partLine>.preview {
	display: block;
	width: 100%;
	height: 150px;
	margin: 0 0 10px;
	background-color: transparent;
	border-radius: 4px;
	float: none
}

.catalog .parts.tabsView>li>.partLine>.preview:hover {
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform:none;
	transform:none;
	box-shadow: none;
	background-color: transparent
}


.catalog .parts.tabsView>li>.partLine>.art,
.catalog .parts.tabsView>li>.partLine>.number {
	float: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-weight: 700;
	font-size: 14px
}

.catalog .parts.tabsView>li>.partLine>.number {
	font-weight: 400;
	padding-right: 0;
	text-align: left
}

.catalog .parts.tabsView>li>.partLine>.art>span,
.catalog .parts.tabsView>li>.partLine>.number>span {
	display: inline;
	font-size: 14px;
	font-weight: 400
}

.catalog .parts.tabsView>li>.partLine>.name {
	float: left;
	width: 100%;
	height: 80px;
	line-height: 20px;
	white-space: normal;
	text-align: center;
	margin: 5px 0 0
}

.catalog .parts.tabsView>li>.partLine>.price {
	float: left;
	width: 100%;
	height: 30px;
	text-align: left;
	padding: 15px 0 0 10px;
	margin: 0
}

.catalog .parts.tabsView>li>.btn.ownBtn {
	width: 105px;
	float: right;
	margin: 265px 10px 0 0
}
/* --------------------- */

.mainPage .catalog .parts.preView>li>.partLine,h1,h3.wide {
	width: 100%
}

.partsList tr td input[type=checkbox],.pullLeft,.rightCol,h1,h2,h3 {
	float: left
}

.pullRight {
	float: right
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.own {
	color: #964b00
}

.btn.ownBtn {
	display: block;
	background: linear-gradient(#25567b,#2c475c);
	background: -webkit-linear-gradient(#25567b,#2c475c);
	border: 1px solid #2c475c;
	color: #fff;
	box-shadow: none;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 20px;
	min-width: 80px;
	text-align: center;
	cursor: pointer;
	outline: 0
}

.btn.ownBtn:active,.btn.ownBtn:focus,.btn.ownBtn:hover {
	box-shadow: 0 0 8px 0 #444;
	color: #9cf
}

.ownBtn.outCart,.ownBtn.outCart:hover {
	background: -moz-linear-gradient(#269926,#008500);
	background: -webkit-linear-gradient(#269926,#008500);
	background: -webkit-gradient(linear,0 0,0 100%,from(#269926),to(#008500));
	background: -o-linear-gradient(#269926,#008500);
	background: linear-gradient(#269926,#008500);
	border-color: #008500
}

.ownBtn.outCart:hover {
	color: #cf9
}

.viewBtns {
	display: none;
	float: right;
	padding: 0 10px 10px 0
}

.viewBtns>.switch {
	float: right;
	height: 26px;
	width: 26px;
	line-height: 26px;
	padding: 0;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	background: #2c475c;
	color: #fff;
	margin: 0 0 0 2px;
	border-radius: 3px
}

.viewBtns>.switch.choosen {
	color: #2c475c;
	background: #fff;
	cursor: default
}

.viewBtns>.switch:hover {
	box-shadow: 0 0 3px #333
}

.viewBtns>.switch.choosen:hover {
	box-shadow: none
}

body.modal-open {
	overflow: auto;
	padding-right: 0!important
}

.modal-title,.modal-title * {
	font-size: 20px;
	font-family: "Roboto Condensed"
}

#slider>.sliderInner>.scrollLine>.slide:hover>.slidePrice,.modal-body {
	color: #000
}

.overall {
	display: block;
	width: 100%;
	margin:0 auto;
	min-height:100%;
	overflow:hidden;
	padding:110px 0 80px 0;
	background:url('../img/exx-auto.ru.jpg?_=1') no-repeat center top;
	min-width:1000px;
    position: relative;
}

.overall .page {
	display: block;
	width: 985px;
	margin: 15px auto 0;
	padding: 0 15px 15px;
	background: #fff;
	min-height:100%;
	position: relative;
}

.header {
	width: 100%;
	padding: 5px 0 0
	display:none;
}

.header .siteName {
	float: left
}

.header .contacts {
	width: 36%
}

.header .contacts,.header .headerMarks {
	float: left;
	font-family: "Roboto Condensed"
}

.header .siteName {
	width: 36%;
	font-family: "Roboto Condensed";
	font-size: 42px;
	font-weight: 700;
	margin: 15px 0 20px
}

.header>.siteName>.head,.header>.siteName>.info {
	font-size: 28px;
	font-family: "Roboto Condensed";
	color: #3c6a8c
}

.header>.siteName>.info {
	font-size: 22px;
	font-weight: 400;
	color: #2c6da3
}

.header>.vykup-block {
	margin: 30px 0;
	padding: 5px;
	border-radius: 10px;
	width: 28%;
	font-size: 22px;
	text-align: center;
	background: red;
	color: #fff;
	float: left
}

.header .headerMarks,.header .headerMarks li {
	display: block;
	width: 40%;
	list-style: none;
	text-align: center
}

.header .headerMarks li {
	display: inline-block;
	width: 20%;
	margin: 5px 5px 0
}

.header .headerMarks li a {
	padding: 5px;
	display: block;
	width: 100%;
	height: auto;
	color: #333;
	font-size: 17px;
	border-radius: 10px
}

.header .headerMarks li a:hover {
	background: #fcfcfc;
	border-radius: 10px;
	text-decoration: none;
	box-shadow: 1px 1px 3px #000;
	color: #060;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3)
}

.header .headerMarks li img,.hmenu,.hmenu ul {
	width: 100%;
	height: auto
}

.marksNav {
	float: left;
	display: block;
	width: 100%;
	list-style: none;
	text-align: center;
	margin: 5px 0 0;
	line-height: 84px
}

.marksNav>li {
	display: inline-block;
	width: 53px;
	height: 75px;
	padding: 2px;
	border: 2px solid #ccf;
	border-radius: 5px;
	vertical-align: middle;
	background: #fff;
	margin: 0 3px 5px;
	overflow: hidden
}

.marksNav>li img {
	width: 100%;
	height: auto;
	margin-top: -40px
}

.marksNav>li b {
	margin-top: -67px;
	display: block;
	font-weight: 400
}

.marksNav>li:hover {
/*
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
*/
	box-shadow: 0 0 10px 0 #eee
}

.marksNav>li a,.pages>li>a:hover {
	text-decoration: none
}

.pages {
	display: none;
	width: 100%;
	margin: 15px 0 0
}

.pages>li,.pages>li>a {
	font-size: 15px;
	border-radius: 5px
}

.pages>li {
	background: -moz-linear-gradient(#ccc,#999);
	background: -webkit-linear-gradient(#ccc,#999);
	background: -webkit-gradient(linear,0 0,0 100%,from(#ccc),to(#999));
	background: -o-linear-gradient(#ccc,#999);
	background: linear-gradient(#ccc,#999);
	height: 32px;
	margin: 0 0 5px;
	display: inline-block;
	min-width: 30px;
	line-height: 32px;
	color: #000
}

.pages>li>a {
	display: block;
	padding: 5px;
	min-width: 100%;
	border-color: #900d0f;
	color: #fff;
	line-height: 22px;
	background: -moz-linear-gradient(#25567b,#2c475c);
	background: -webkit-linear-gradient(#25567b,#2c475c);
	background: -webkit-gradient(linear,0 0,0 100%,from(#25567b),to(#2c475c));
	background: -o-linear-gradient(#25567b,#2c475c);
	background: linear-gradient(#25567b,#2c475c)
}

.pages>li>a:hover {
	background: -moz-linear-gradient(#2c475c,#2a3945);
	background: -webkit-linear-gradient(#2c475c,#2a3945);
	background: -webkit-gradient(linear,0 0,0 100%,from(#2a3945),to(#2a3945));
	background: -o-linear-gradient(#2c475c,#2a3945);
	background: linear-gradient(#2c475c,#2a3945)
}

.marksHome,.marksHome li,.pages,.pages>li {
	list-style: none;
	text-align: center
}

.marksHome {
	margin: 15px 0 0;
	display: block;
	width: 100%
}

.marksHome li {
	display: inline-block;
	width: 12.5%
}

.marksHome li a {
	padding: 10px;
	display: block;
	color: #333;
	font-size: 17px
}

.marksHome li a:hover {
	background: #eee;
	border-radius: 10px;
	text-decoration: none;
	box-shadow: 0 0 5px #000;
	color: #060
}

.marksHome li a,.marksHome li img {
	width: 100%;
	height: auto
}

.parsSearch {
	display: block;
	width: 70%;
	height: 400px;
	background: #f9f9f9;
	margin: 20px auto 0;
	overflow: hidden
}

.parsSearch:after {
	content: '',
	display:table;
	clear: both
}

.parsSearch #waitScreen {
	width: 100%;
	height: 400px;
	display: block;
	position: relative;
	background: rgba(255,255,255,.5);
	color: rgba(0,0,0,.3);
	line-height: 500px;
	text-align: center;
	z-index: 10;
	margin: 0 0 -515px;
	font-size: 30px
}

.parsSearch #leftPartsCol {
	width: 40%
}

.parsSearch #leftPartsCol,.parsSearch #rightPartsCol {
	height: 305px;
	float: left;
	padding: 0 10px;
	overflow-x: hidden;
	overflow-y: auto;
	color: #999;
	list-style: none
}

.parsSearch #leftPartsHead {
	width: 40%
}

.parsSearch #leftPartsHead,.parsSearch #rightPartsHead {
	height: 35px;
	line-height: 35px;
	font-size: 22px;
	padding: 0 10px;
	float: left;
	font-weight: 400;
	font-family: "Roboto Condensed"
}

.parsSearch #rightPartsCol,.parsSearch #rightPartsHead {
	width: 60%
}

.parsSearch li {
	padding: 1px 0
}

.parsSearch li>a,.parsSearch li>span {
	color: #222;
	cursor: pointer
}

.parsSearch li>a:hover,.parsSearch li>span:hover {
	text-decoration: underline
}

.parsSearch li>span.incative,.parsSearch li>span:hover.inactive {
	cursor: default;
	text-decoration: none
}

.parsSearch .partsNav {
	width: 100%;
	float: left;
	height: 55px;
	padding: 10px 10px 0;
	font-size: 15px
}

.parsSearch .partsNav .totalParts {
	display: block;
	height: 100%;
	width: 220px;
	float: left;
	font-size: 15px;
	line-height: 35px
}

.parsSearch .partsNav .totalParts #totalParts {
	font-size: 15px
}

.parsSearch .partsNav .btn.ownBtn {
	float: left;
	margin: 0 10px 0 0
}

.parsSearch .partsNav .btn.ownBtn.inactive,.parsSearch .partsNav .btn.ownBtn.inactive:hover {
	cursor: default;
	background: -moz-linear-gradient(#ccc,#999);
	background: -webkit-linear-gradient(#ccc,#999);
	background: -webkit-gradient(linear,0 0,0 100%,from(#ccc),to(#999));
	background: -o-linear-gradient(#ccc,#999);
	background: linear-gradient(#ccc,#999);
	border-color: #ccc;
	color: #fff;
	box-shadow: none
}

.partsList {
	width: 100%;
	border-spacing: 2px;
	border-collapse: separate
}

.partsList tr td {
	padding: 10px;
	vertical-align: top;
	background: #eee
}

.partsList tr.firstRow td {
	text-align: right
}

.partsList tr:nth-child(odd) td {
	background: #f9f9f9
}

.partsList tr td:last-child {
	width: 105px
}

.partsList tr td .partId {
	display: block;
	width: 80px;
	padding-right: 10px;
	float: left;
	text-align: right
}

.partsList tr td .partInfo {
	display: block;
	margin-left: 80px
}

.partsList tr td .partName {
	color: #222;
	font-weight: 700
}

.partsList tr td .fullInfo {
	display: block;
	width: 100%;
	padding: 5px 0
}

#cartWait,.partsList tr td .partInfo b {
	display: block
}

.partsList tr td .partPrice {
	padding: 0 0 10px;
	width: 100%;
	text-align: right
}

.partsList tr td .inCart,.partsList tr td .outCart {
	min-width: 100px;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	text-transform: uppercase
}

.partsList #openCart .fa {
	font-size: 110%
}

.partsList tr td .partPhoto:before {
	content: '';
	display: block;
	width: 100%;
	clear: both
}

.partsList tr td .partFirm,.partsList tr td .partPhoto {
	color: #008dd2!important;
	cursor: pointer
}

.partsList tr td .partPhoto:hover {
	color: #333c8e!important
}

.partsList tr td .partFirm:hover {
	color: #333c8e!important;
	text-decoration: underline
}

.partsList tr td label {
	font-weight: 400;
	display: block;
	width: 100%
}

#cartWait {
	width: 100%;
	height: 400px;
	line-height: 400px;
	font-size: 30px;
	color: #333
}

#cartModal .modal-footer,#cartModalBody,#cartWait {
	text-align: center
}

#capcha,#reloadCapcha {
	cursor: pointer
}

#reloadCapcha:hover {
	background: #fcfcfc
}

#cartFields {
	display: none;
	width: 40%;
	margin: 20px auto
}

#cartFields [for=field-1] {
	border-radius: 6px 0 0 6px
}

#cartFields input:checked+label {
	background: #eef
}

#cartFields .field-2,#cartTable input,
.mainPage .catalog .parts.preView>li .btn.ownBtn,
.mainPage .catalog ul.parts.preView>li>.partLine>span.art>span,
.mainPage .catalog ul.parts.preView>li>.partLine>span.number>span {
	display: none
}

#cartFields .field-2 :first-child {
	cursor: default;
	font-weight: 700
}

#cartFields .field-2 label {
	font-weight: 400;
	cursor: pointer
}

#cartFields .field-2 label>img {
	width: 100%;
	height: auto;
	cursor: pointer!important;
	padding: 0 40px;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none
}

#cartFields .btn-group,#cartFields .input-group {
	margin: 10px 0
}

#cartFields .input-group .input-group-addon i {
	width: 15px
}

#cartFields .submitCart {
	margin: 0 auto;
	width: 50%;
	display: block
}

#cartFields textarea {
	min-height: 100px;
	resize: vertical
}

#cartTable .fa-trash-o:hover:before {
	content: '\f1f8'
}

#cartTable,#cartTable li {
	display: block;
	width: 100%;
	list-style: none;
	padding: 20px 0 0
}

#cartTable li {
	padding: 10px;
	border-top: 1px solid #ccc
}

#cartTable li:nth-child(even),#cartTable li:nth-child(odd) {
	background: #eef
}

#cartTable li.totalPrice {
	background: 0 0;
	text-align: right;
	font-size: 20px
}

#cartTable li.totalPrice span {
	font-size: 24px;
	font-weight: 700;
	font-family: 'Roboto Condensed'
}

#cartTable li .preview {
	float: left;
	width: 160px;
	height: 120px;
	background-position: center;
	background-size: cover;
	margin: 0 15px 0 0;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
}

#cartTable li .preview:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5)
}

#cartTable li .info {
	float: left;
	width:560px;
}

#cartTable li .info * {
	float: left;
	clear: both
}

#cartTable li .info a {
	font-size: 15px;
	color: #333;
	font-weight: 700;
	margin: 0 0 5px
}

#cartTable li input.amount {
	float:left;
	display:block;
	width:50px;
	text-align:center;
}

#cartTable li .price {
	float: right;
	width:140px;
	text-align:right;
}

#cartTable li .price b {
	font-size: 16px
}

#cartTable li .price .fromCart {
	float: right;
	font-size: 25px;
	margin: -7px 0 0 10px;
	cursor: pointer
}

.groupHead {
	font-size: 30px
}

.footer {
	width: 985px;
	background:#ECECEC;
	color:#333;
}

.footer a {
	color:#333;
}

.footer .pullLeft {
	width: 40%
}

.footer .pullRight {
	width: 45%;
	text-align: right
}

.footer .setCenter {
	width: 15%;
	margin: -80px 0;
	padding-top: 15px;
	height:80px;
	float: left;
	text-align: center
}

.footer .setCenter a {
	margin: 0 5px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: no-repeat 0 0;
	background-size: cover
}

.footer .setCenter a:hover {
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4)
}

.footer .setCenter a.Facebook {
	background-image: url(/img/facebook.png);
	background-color: #fff;
	border-radius: 4px
}

.footer .setCenter a.Instagram {
	background-image: url(/img/Instagram.png)
}

.footer .setCenter a.VK {
	background-image: url(/img/vk.png)
}

.catalog .itemsPreview {
	display: block;
	width: 100%;
	list-style: none;
	margin: 20px 0 30px;
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-gap: 20px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px
}

#slider:after,.catalog .itemsPreview:before {
	content: '';
	display: table;
	width: 100%;
	clear: both
}

.catalog .itemsPreview>li {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px
}

.catalog .itemsPreview>li:nth-child(2n) {
	margin-right: 0
}

.catalog .itemsPreview>li>a {
	display: block;
	height: 120px;
	width: 100%;
	padding: 0 0 0 180px;
	font-size: 15px;
	color: #333;
	border: 1px solid #eee;
	border-radius: 5px;
	line-height: 120px;
	background-size: contain;
	background-repeat: no-repeat;
	font-weight: 700
}

.catalog .itemsPreview>li>a>span {
	font-size: 15px;
	color: #999
}

.catalog .itemsPreview>li>a:hover {
	text-decoration: none;
	border-color: #ccc;
	background-color: #eee
}

#slider,.page h1 {
	padding-top: 10px
}

.catalog .part .info .btn.ownBtn {
	margin-right: 140px
}

h1.part-head {
	padding-top: 0;
	font-size: 24px
}

.part-description {
	width: 100%;
	float: left;
	padding: 30px 30px 0
}

#prcyru-counter>div>a>b {
	margin-left: -35px!important
}

#slider {
	width: 956px;
	height: 240px;
	display: block;
	float: left;
	background: #fcfcff;
	border-radius: 0
}

#slider>.sliderInner {
	width: 100%;
	height: 235px;
	float: left;
	display: block;
	overflow: hidden
}

#slider>.sliderInner>.scrollLine {
	width: 5000px;
	height: 235px;
	float: left;
	display: block
}

#slider>.sliderInner>.scrollLine>.slide {
	height: 127.5px;
	width: 239px;
	float: left;
	display: block;
	padding: 0 5px;
	text-decoration: none
}

#slider>.sliderInner>.scrollLine>.slide>.slidePreview {
	width: 100%;
	height: 156px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 0
}

#slider>.sliderInner>.scrollLine>.slide>.slideName {
	width: 100%;
	height: 45px;
	line-height: 20px;
	text-align: center;
	font-size: 15px;
	padding: 5px 0 0;
	overflow: hidden;
	text-overflow: ellipsis
}

#slider>.sliderInner>.scrollLine>.slide>.slidePrice {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #333;
	border-radius: 0
}

#slider .slideLeftArr,#slider .slideRightArr {
	font-size: 40px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 50px 0 -100px;
	z-index: 100;
	position: relative;
	border-radius: 25px;
	background: #fff;
	cursor: pointer;
	opacity: .8
}

#slider .slideLeftArr:hover,#slider .slideRightArr:hover {
	opacity: 1
}

#slider .slideLeftArr {
	float: left;
	margin-left: -40px
}

#slider .slideRightArr {
	float: right;
	margin-right: -40px
}

.homeCatalog {
	padding-top: 30px
}

.catalog .parts>li>.partLine>.name {
	color: #008dd2
}

.catalog .parts>li:hover>.partLine>.name {
	color: #666
}

.mainPage .marksNav {
	margin: 15px 0 0;
	background: #eee
}

.catalog .parts.tabsView,
.mainPage .catalog .parts.preView,
.mainPage .catalog .parts.preView>li {
	border: 0
}

.mainPage .catalog .parts.preView>li>.partLine>.price {
	float: right;
	text-align: left;
	width: 100%;
	margin: -100px 0 0;
	padding: 0 0 0 180px
}

.mainPage .catalog .parts.preView>li>.partLine>.art {
	margin-top: 50px
}

.mainPage .catalog .parts.preView>li>.partLine>.number {
	display: none;
	margin-top: 50px
}

.mainPage .catalog .parts.preView>li>.partLine>.name {
	margin-top: -10px
}

.catalog .parts.tabsView>li,
.catalog .parts.tabsView>li:nth-child(4n),
.catalog .parts.tabsView>li:nth-child(5n) {
	width: 31%;
	height: 340px;
	float: left;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 0 3.5% 15px 0
}

.catalog .parts.tabsView>li:nth-child(3n) {
	margin: 0 0 15px
}

.catalog .parts.tabsView>li>.partLine {
	padding: 5px;
	width: 100%
}

.catalog .parts.tabsView>li>.partLine>.preview {
	display: block;
	width: 100%;
	height: 180px;
	margin: 0 0 10px;
	background-color: transparent;
	border-radius: 4px;
	float: none;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
}

.catalog .parts.tabsView>li>.partLine>.preview:hover {
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform:none;
	transform:none;
	box-shadow: none;
	background-color: transparent
}

.catalog .parts.tabsView>li>.partLine>.art,
.catalog .parts.tabsView>li>.partLine>.number {
	float: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-weight: 700;
	font-size: 14px
}

.catalog .parts.tabsView>li>.partLine>.number {
	font-weight: 400;
	padding-right: 0;
	text-align: left
}

.catalog .parts.tabsView>li>.partLine>.art>span,
.catalog .parts.tabsView>li>.partLine>.number>span {
	display: inline;
	font-size: 14px;
	font-weight: 400
}

.catalog .parts.tabsView>li>.partLine>.name {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 20px;
	white-space: normal;
	text-align: center;
	margin: 5px 0 0
}

.catalog .parts.tabsView>li>.partLine>.price {
	float: left;
	width: 100%;
	height: 30px;
	text-align: left;
	padding: 15px 0 0 10px;
	margin: 0
}

.catalog .parts.tabsView>li>.btn.ownBtn {
	width: 105px;
	float: right;
	margin: 265px 10px 0 0
}

.catalog .parts>li>.partLine {
	width: 87%
}

#feedBackForm {
	width: 50%
}

/* 24.06.2018 */
form.site-search-form {
	margin-bottom:25px;
}

.hmenu {
	float: left;
	display: block;
	height: 40px;
	margin:-15px -15px 10px -15px;
	width:985px;
}

.hmenu ul {
	display: block;
	border-collapse: collapse;
	background: #fff;
	margin: 0;
	height: inherit;
	border-bottom:1px solid #D6D7D7;
	padding-left:7px;
}

.hmenu ul li.site-search {
	width: 25%
}

.hmenu ul li.site-search form.site-search-form {
	width: 100%;
	float: right;
	margin-right: 2px
}

.hmenu ul li {
	display: block;
	text-align: center;
	vertical-align: middle;
	height: inherit;
	float:left;
	padding:0 10px;
}

.hmenu ul li.last {
	border-right:none;
}

.hmenu ul li:last-child {
	border-right: none
}

.hmenu ul li a {
	display: block;
	width: 100%;
	height: inherit;
	line-height: 40px;
	color: #0091d9;
	font-size: 16px;
	font-family:Arial, "Roboto Condensed";
}

.hmenu ul li a:hover {
	text-decoration: none;
	color:#ff6163;
}

.hmenu ul li.active:after {
	content:'';
	display:block;
	height:3px;
	background:#d6d7d7;
	margin:-4px auto 0 auto;
	width:100%;
	max-width:60px;
}

.hmenu ul li.active a {
	color:#000;
	font-weight:bold;
}

.hmenu ul li.cart-cell {
	float:right;
	padding-right:20px;
}

.hmenu ul li.cart-cell .fa {
	font-size:40px;
}

.hmenu ul li.cart-cell b {
	color:#fff;
	position:relative;
	top:-12.5px;
	right:-36px;
	text-align:center;
	width:28px;
	display:inline-block;
}

.after-header {
	display:block;
	width:100%;
}

.after-header:after {
	content:'';
	display:table;
	width:100%;
	clear:both;
}

.after-header .col-left,
.after-header .col-right {
	width:50%;
	float:left;
	font-family:sans-serif, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:24px;
	padding-bottom:15px;
	line-height:25px;
	padding-top:15px;
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
}

.after-header .col-left {
	width:60%;
}

.after-header .col-right {
	padding-top:10px;
	text-align:right;
	width:40%;
}
.after-header .col-right span {
	color:rgb(133, 133, 133);
	font-size:12px;
	padding-left:15px;
	top:-5px;
	position:relative;
}

.site-search-form input {
	border:3px solid #adadad;
}

.site-search-form input:focus {
	border-color:rgb(255, 176, 32);
	box-shadow:none;
}

.site-search-form button {
	border:3px solid #adadad;
	border-left:none;
	height:34px;
	line-height:17px;
}

.site-search-form button:hover {
	background:rgb(247, 247, 247);
}


.catalog .parts>li>.partLine>.preview {
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
}

.footer {
	background:#ccc;
	color:#000;
}

.footer a {
	color:#000;
}

/* ссылки под слайдером */
.sections-links {
	float:left;
	display:block;
	width:100%;
	padding:15px 0 0 0;
}

.sections-links:after {
	content:'';
	display:table;
	width:100%;
	clear:both;
}

.sections-links > ul {
	list-style:none;
	display:inline-block;
	float:left;
	padding:0 40px 0 0;
}

.sections-links > ul > li {
	font-size:14px;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height:20px;
	white-space:nowrap;
	padding:0 0 4px 0;
	color:rgb(128,128,128);
}

.sections-links > ul > li > a {
	color:rgb(0,145,217);
	text-decoration:none;
}

.sections-links > ul > li > a:focus,
.sections-links > ul > li > a:hover {
	color:rgb(255,97,99);
}

/* accessories */
.catalog.accessories .parts.preView>li>.partLine>.number {
	margin-top:25px
}

.catalog.accessories .parts.tabsView>li>.partLine>.art {
	height:0px;
}

/* поиск шин */
#tiresSearch:after,
#disksSearch:after,
#wheelsSearch:after {
	content:'';
	display:table;
	clear:both;
}

#tiresSearch,
#disksSearch,
#wheelsSearch {
	display:block;
	width:500px;
	padding:0 15px 10px 15px;
	margin:30px 0 0 0;
	background:#eef;
	float:left;
	border-radius:7px;
}

#tiresSearch label,
#disksSearch label,
#wheelsSearch label {
	padding:10px 0 0 0;
}

.labels {
	width:230px;
	height:430px;
	float:left;
	padding-top:35px;
	margin-left:0;
}

.labels:before {
	content:'';
	display:table;
	clear:both;
}

.labels div {
	text-align:right;
	padding:38px 20px 0 0;
	height:30px;
	white-space:nowrap;
}

#radiusLabel {
	padding:37px 20px 28px 0;
}

#widthLabel {
	padding:41px 20px 32px 0;
}

#seasonLabel {
	padding:70px 20px 32px 0;
}

#brandLabel {
	padding:36px 20px 32px 0;
}

#totalTires,
#totalDisks,
#totalWheels {
	float: left;
	font-size: 16px;
	padding: 15px 0 0 0;
}

#clearForm,
#startSearch {
	width:100px;
	margin:10px 0 0 0;
}

#clearForm {
	margin:10px 0 0 10px;
}

#searchSlider {
	float:left;
	width:150px;
	height:400px;
	background:#fff;
	overflow:visible;
}

#searchInfo {
	height:30px;
	width:250px;
	margin:0 0 0 10px;
	float:left;
	overflow:hidden;
	display:none;
}

#searchInfo .arrow {
	width:0;
	height:0;
	float:left;
	border-top: 15px solid transparent;
	border-right: 10px solid #f3f3f3;
	border-bottom: 15px solid transparent;
}

#searchInfo .info {
	z-index:1000;
	position:relative;
	width:220px;
	height:30px;
	float:left;
	line-height:30px;
	background:#f3f3f3;
	padding:0 20px;
	cursor:pointer;
}

ul.breadcrumb {
	width:100%;
}

.breadcrumb:after {
	content:'';
	display:table;
	width:100%;
	clear:both;
}

/* детали поиска */
.list_config {
	width:100%;
	min-height:100px;
	padding:10px 0 20px 0;
	float:left;
	overflow:hidden;
}

.list_config:after {
	content:'';
	display:table;
	clear:both;
}

.list_config .input-group {
	padding:10px 0;
}

.list_config .btn-default {
	height:34px;
	line-height:34px;
	padding:0 15px;
	margin-right:10px !important;
}

.list_config .srch_details .param_line {
	height:20px;
	line-height:20px;
}

.list_config .srch_details .param_line b {
	color:#25567B;
}
.list_config .srch_details .param_line:before {
	content:"";
	width:180px;
	white-space:nowrap;
	padding-right:10px;
	font-weight:bold;
	float:left;
}
.list_config .srch_details .total:before {content:'Найдено:';}
.list_config .srch_details .season:before {content:'Сезон / шипы:';}
.list_config .srch_details .radius:before {content:'Радиус:';}
.list_config .srch_details .width:before {content:'Ширина:';}
.list_config .srch_details .height:before {content:'Профиль:';}
.list_config .srch_details .brand:before {content:'Производитель:';}

.list_config .newSearch,
.list_config .detailSearch {
	float:left;
}

.list_config .detailSearch {
	width:250px;
}

/* список шин */
/*
.catalog .parts.tires > li > a,
.catalog .parts.disks > li > a,
.catalog .parts.wheels > li > a {
	width:100%;
}

.catalog .parts.tires.tabsView > li > a > .price,
.catalog .parts.disks.tabsView > li > a > .price,
.catalog .parts.wheels.tabsView > li > a > .price {
	float:left;
	width:100%;
	height:30px;
	text-align:center;
	padding:15px 0 0 10px;
	margin:0 0 0 0;
}
*/
.catalog .parts.tires.tabsView > li > .partLine > .art,
.catalog .parts.tires.tabsView > li > .partLine > .number,
.catalog .parts.disks.tabsView > li > .partLine > .art,
.catalog .parts.disks.tabsView > li > .partLine > .number,
.catalog .parts.wheels.tabsView > li > .partLine > .art,
.catalog .parts.wheels.tabsView > li > .partLine > .number {
	float:left;
	width:100%;
	height:20px;
	line-height:20px;
	font-weight:normal;
	font-size:14px;
}


.labels #diameterLabel {padding:37px 20px 28px 0}
.labels #widthLabel { }
.labels #holesLabel { }
.labels #holes_diameterLabel {padding:70px 20px 28px 0}
.labels #etLabel { }
.labels #typeLabel {padding:70px 20px 28px 0}

.labels.wheelsLabels #diameterLabel {padding:37px 20px 28px 0}
.labels.wheelsLabels #rim_widthLabel {padding:41px 20px 28px 0}
.labels.wheelsLabels #widthLabel { }
.labels.wheelsLabels #holesLabel {padding:69px 20px 28px 0} { }
.labels.wheelsLabels #holes_diameterLabel {padding:43px 20px 28px 0}
.labels.wheelsLabels #etLabel { }
.labels.wheelsLabels #typeLabel {padding:70px 20px 28px 0}
.labels.wheelsLabels #seasonLabel {padding:41px 20px 28px 0}


.list_config .srch_details.disks_param .total:before {content:'Найдено:'}
.list_config .srch_details.disks_param .diameter:before {content:'Диаметр:'}
.list_config .srch_details.disks_param .width:before {content:'Ширина обода:'}
.list_config .srch_details.disks_param .holes:before {content:'Кол-во отверстий:'}
.list_config .srch_details.disks_param .holes_diameter:before {content:'Диаметр ступицы:'}
.list_config .srch_details.disks_param .et:before {content:'Вылет (ET):'}
.list_config .srch_details.disks_param .type:before {content:'Тип диска:'}

.list_config .srch_details.wheels_param .total:before {content:'Найдено:'}
.list_config .srch_details.wheels_param .diameter:before {content:'Диаметр:'}
.list_config .srch_details.wheels_param .rim_width:before {content:'Ширина обода:'}
.list_config .srch_details.wheels_param .holes:before {content:'Кол-во отверстий:'}
.list_config .srch_details.wheels_param .holes_diameter:before {content:'Диаметр ступицы:'}
.list_config .srch_details.wheels_param .et:before {content:'Вылет (ET):'}
.list_config .srch_details.wheels_param .type:before {content:'Тип диска:'}
.list_config .srch_details.wheels_param .season:before {content:'Сезон:'}
.list_config .srch_details.wheels_param .width:before {content:'Ширина профиля:'}
.list_config .srch_details.wheels_param .height:before {content:'Высота профиля:'}

.tiresCatalog #perPageBlock,
.disksCatalog #perPageBlock,
.wheelsCatalog #perPageBlock,
.accessoriesCatalog #perPageBlock {
	display:none;
}

.oneCol.catalog.variant-2 > .parts.preView > li > .partLine > .art {
	float:left;
	width:490px;
	margin:-12px 0 0 0;
}

.oneCol.catalog.variant-2 > .parts.preView > li > .partLine > .number {
	float:left;
	width:490px;
	margin:30px 0 0 0;
}

.oneCol.catalog.variant-2 > .parts.preView > li > .partLine > .name {
	float:left;
	width:490px;
	height:30px;
	margin:-90px 0 0 0;
}

.oneCol.catalog.variant-2 > .parts.preView > li > .partLine > .price {
	margin:-90px 0 0 0;
}

.g-recaptcha {
	display:block;
	width:304px;
	float:right;
}

.g-recaptcha > div {
	margin:0 auto 15px auto;
}

#sendBtn.g-re {
	display: block;
	width: 150px;
	float: left;
	margin-top: 20px;
}

.top-block {
	padding: 14px 18px;
	background: #fdf2ba;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: -10px 0 30px 0;
}