@font-face {
	font-family: 'open_sanssemibold';
	src: url('../fonts/opensans-semibold-webfont.eot');
	src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/opensans-semibold-webfont.woff') format('woff'),
	url('../fonts/opensans-semibold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/opensans-regular-webfont.eot');
	src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/opensans-regular-webfont.woff') format('woff'),
	url('../fonts/opensans-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'robotomedium';
	src: url('../fonts/roboto-medium-webfont.eot');
	src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/roboto-medium-webfont.woff') format('woff'),
	url('../fonts/roboto-medium-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotolight';
	src: url('../fonts/roboto-light-webfont.eot');
	src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/roboto-light-webfont.woff') format('woff'),
	url('../fonts/roboto-light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'Open Sans', 'open_sansregular', sans-serif;
	font-weight: normal;
	padding: 0;
	height: 100%;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 180px;
}
.cell-table {
	background-color: white;
    border: 1px solid #eeeeee!important;
}

html {
	position: relative;
	min-height: 100%;
}

label {
	font-weight: 400;
}

ul {
	margin: 0;
}

a, a:hover, a:focus, a:active, a:visited {
	text-decoration: none;
	color: inherit;
}
input {
	outline: none
}
.container {
	max-width: 1010px;
	margin: auto;
	padding: 0;
}

.container_height {
	height: 170px;
}

header {
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
}

.header-top {
	padding-top: 8px;
	background: #1976d2;
	text-align: justify;
}

.header-nav > li {
	text-align: justify;
}

.header-nav > li + li {
	margin-left: 12px;
}

ul li.helper {
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.header-nav {
	line-height: 0;
}

.header-nav li {
	display: inline-block;
}

.header-nav > li a {
	color: #fff;
	text-decoration: none;
}

.for-dropdown-first {
	position: relative;
	padding: 0 0 5px 0;
}

.dropdown-first {
	position: absolute;
	top: 41px;
	left: -13px;
	display: none;
	text-align: left;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	z-index: 1000;
	width: 216px;
	padding: 8px 10px 11px 10px;
}

.dropdown-first:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	left: 17px;
	top: -10px;
	background: #fff;
	z-index: 1;
}

.triangle {
	width: 16px;
	height: 17px;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	left: 197px;
	top: 7px;
	background: #fff;
	z-index: 1000;
}

.dropdown-first li a {
	color: #1976d2;
	margin-bottom: 15px;
	font-size: 13px;
}

.dropdown-first li a:hover {
	text-decoration: underline;
}

.for-dropdown-lvl1,
.for-dropdown-second,
.for-dropdown-third {
	position: relative;
	cursor: pointer;
}

.dropdown-third, .dropdown-second{
	position: absolute;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	padding: 12px 12px 9px 0;
}

.dropdown-second{
	left: 212px;
	/*top: -12px;*/
	top: -12px;
}

.dropdown-first li {
	width: 194px;
	padding: 8px 0;
	line-height: 1.2;
}

.dropdown-first li img {
	text-align: center;
}

.dropdown-second li a,
#r0, #r1 {
	color: #31353d;
	font-size: 13px;
	text-align: left;
}

#r0 {
	text-align: right;
}

#r1 a:hover {
	text-decoration: none;
}

.dropdown-second li a:hover {
	text-decoration: underline;
}

.dropdown-second li {
	border-bottom: 1px solid #e6e6e6;
	width: 150px;
	margin-left: 10px;
}

.dropdown-second li {
	border-bottom: 1px solid #e6e6e6;
	width: 157px;
}

.dropdown-second > li:last-child {
	border-bottom: none;
}

.triangle-second {
	width: 16px;
	height: 17px;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	background: #fff;
	z-index: 1000;
	top: 6px;
	left: 162px;
}

.second, .third, .fourth, .fifth, .lvl1, .lvl2, .lvl3 {
	display: none;
}

.dropdown-second:before,
.dropdown-third:before {
	position: absolute;
	content: '';
	left: -10px;
	top: 0;
	height: 100%;
	background-color: transparent;
	width: 10px;
}

.for-dropdown-second:hover .second,
.for-dropdown-third:hover .third,
.for-dropdown-lvl1:hover .lvl1,
.for-dropdown-fourth:hover .fourth,
.for-dropdown-lvl2:hover .lvl2,
.for-dropdown-fifth:hover .fifth,
.for-dropdown-lvl3:hover .lvl3 {
	display: block;
}

.for-dropdown-second:after,
.for-dropdown-third:after,
.for-dropdown-lvl1:after,
.for-dropdown-fourth:after,
.for-dropdown-lvl2:after,
.for-dropdown-fifth:after,
.for-dropdown-lvl3:after {
	content: '';
	position: absolute;
	background: transparent;
	width: 10px;
	right: -10px;
	top: 0;
	height: 100%;
}

.dropdown-third {
	left: 177px;
	top: -12px;
}

.show-all {
	margin-left: 15px;
}

.dropdown-second li {
	position: relative;
}

.show-all,
.hide-all {
	cursor: pointer;
	margin-left: 10px;
}

#r1 a:hover {
	text-decoration: underline;
}

#r1 ul {
	margin-left: -20px;
}

a.hide-all {
	float: right;
	margin-top: 7px;
}
.header-bottom .container {
	position: relative;
}
.adm-login {
	position:absolute;
	top:24px;
	color: #1976d2;
	z-index: 11;
    width: 500px;
    /*right: 56px;*/
    right: 255px
}
.adm-login span{
	color: #ED2655;
}
.logo p {
	margin-left: 75px;
	font-size: 11px;
	color: #31353d;
	letter-spacing: 0.3px;
}

.logo img {
	margin-top: -29px;
}

.logo {
	margin-top: 25px;
	display: inline-block;
}
.logo-mobile {
	position:relative;
}
/*.logo-mobile .adm-login {
	position: absolute;
	top: 51px;
	left: 67px;
	font-size: 10px;
	color: #fff;
}*/
.logo-mobile .adm-login {
	position: static;
	margin-top: 10px;
	font-size: 10px;
	color: #fff;
}
.search {
	width: 100%;
	height: 35px;
	outline: none;
	border: 1px solid #e6e6e6;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 50px;
	border-radius: 5px;
}

#search {
	position: relative;
	margin-top: 51px;
	width: 49%;
	display: inline-block;
	margin-left: 27px;
}

.submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	cursor: pointer;
	background: url(../images/ic_search.svg) no-repeat;
	background-position: center left;
	background-size: 39px;
	padding-left: 2px;
	opacity: 0.5;
	color: transparent;
	border: none;
	outline: none;
}
#search_name_clear {
	position: absolute;
	top: 5px;
	right: 36px;
	font-size: 16px;
	opacity: 0.5;
	cursor: pointer;
}
.call {
	display: inline-block;
	vertical-align: bottom;
	float: right;
	margin-top: 25px;
}

.phone {
	color: #31353d;
	font-size: 16px;
}

.phone img {
	margin-left: 8px;
}

.call a {
	color: #2196f3;
	font-size: 11px;
	text-decoration: underline;
}

.call a:focus, .call a:active {
	text-decoration: none;
}

.call a:hover {
	text-decoration: underline;
}

.call p {
	margin: 0;
	line-height: 1.2;
	letter-spacing: 0.5px;
}

a {
	outline: none !important;
}

.for-dropdown-cart {
	position: relative;
	margin-right: -2px;
	margin-bottom: 5px;
	line-height: 1.5;
}

.for-dropdown-cart img {
	cursor: pointer;
}

.modal {
	z-index: 1000000000;
}

.dropdown-cart {
	line-height: 1.2;
	text-align: left;
	position: absolute;
	z-index: 1000;
	width: 214px;
	left: -172px;
	top: 42px;
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 9px 10px 11px 10px;
	border-radius: 5px;
}

.dropdown-cart li a {
	color: #1976d2;
	font-size: 13px;
}

.dropdown-cart li a:hover {
	text-decoration: underline;
}

.dropdown-cart li {
	color: #1976d2;
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #e6e6e6;
	line-height: 1;
}

.dropdown-cart li:first-child {
	text-align: center;
	border-bottom: none;
	color: #31353d;
	font-size: 14px;
	padding-bottom: 11px;
}

.dropdown-cart li:last-child,
.dropdown-first li:last-child {
	border-bottom: none;
}

.dropdown-cart:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	left: 177px;
	top: -9px;
	background: #fff;
	z-index: 1;
}

.img-wrapper {
	width: 33px;
	display: inline-block;
}

.main {
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px;
	margin-top: 30px;
}

.main h1 {
	font-family: 'robotomedium', sans-serif;
	font-size: 2em;
	color : #2e6da4;
}

.main h2 {
	font-family: 'robotolight', sans-serif;
	font-size: 1.5em;
	font-weight: 100;
	color : #2e6da4;
	margin-top: 0;
	margin-bottom: 25px;
}

a.to-catalog {
	color: #1976d2;
	font-size: 14px;
	text-decoration: none;
}

.to-catalog .to-catalog-arrow img {
	margin-left: 23px;
}

.main-bottom {
	padding: 58px 0 70px 0;
	position: relative;
	z-index: 1;
	background: url(../images/texture.png);
}

.item-info {
	margin: 0;
	padding-left: 30px;
	padding-top: 22px;
	position: absolute;
	left: 0;
	text-align: left;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 90%);
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 90%);
	background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 90%);
	background: -ms-linear-gradient(right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 90%);
	background: linear-gradient(right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 90%);
}

.popular-item {
	text-align: right;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 90%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 90%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 90%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 90%);
	background: linear-gradient(left, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 90%);
}

.item-info button {
	background: #2196f3;
	color: #fff;
	font-size: 12px;
	border: none;
	outline: none;
	width: 150px;
	height: 36px;
	padding: 0 10px 0 20px;
	border-radius: 5px;
	text-align: left;
	margin-top: 10px;
}

.item-info button:hover {
	background: #1976d2;
}

.item-info img {
	float: right;
	vertical-align: baseline;
}

.item__title {
	font-size: 24px;
	color: #31353d;
}

.popular-item button {
	display: none;
}

.popular-item:hover button {
	float: right;
	display: block;
}

.show-popular {
	margin-top: 10px;
	margin-left: 3px;
}

.slide {
	width: 100%;
	height: auto;
}

.filter-list a {
	color: #31353d;
	display: block;
	font-size: 15px;
	line-height: 1.2;
}

.filter-list {
	position: absolute;
	top: 38%;
	right: -3px;
	z-index: 10000;
	width: 101%;
	background: #fff;
	padding: 3px 0 3px 19px;
	border: 3px solid #919598;
	text-align: left;
	display: none;
}

.filter-item {
	position: relative;
}

.filter-item:hover .filter-list {
	display: block;
}

.main-bottom {
	text-align: left;
}

.main-bottom + footer .line {
	display: none !important;
}

.main-bottom__list li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 24.7%;
	height: auto;
	min-height: 110px;
	padding-bottom: 19px;
	font-size: 0;
}

.owl_cars {
	vertical-align: middle;
	display: inline-block;
}

.owl_cars img {
	width: 100%;
	height: auto;
}

.main-bottom__list {
	padding: 0;
}

#owl-demo .owl-page {
	width: 17px;
	height: 17px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background: #e6e6e6;
	display: inline-block;
	margin-right: 10px;
}

#owl-demo .owl-pagination .active {
	background: transparent;
	border: 2px solid #40a5f5;
}

#owl-demo .owl-pagination {
	position: absolute;
	text-align: center;
	bottom: -74px;
	left: 0;
	right: 0;
	z-index: 10;
}

footer {
	background: #31353d;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.catalog-button img {
	margin-top: 3px;
}

.parts-button img {
	margin-top: -5px;
}

.footer-logo {
	float: left;
	margin-top: -43px;
	height: 94px;
}

.footer-logo__title {
	color: #cbccce;
	font-size: 9px;
	margin-left: 61px;
	margin-top: 25px;
	margin-bottom: 7px;
	letter-spacing: 0.02em;
}

.footer__list li {
	display: inline-block;
}

.footer__list li a,
.stem-info a, .rights {
	color: #d7d8d9;
	font-size: 12px;
	text-decoration: none;
}

.footer__list {
	width: 100%;
	max-width: 540px;
	position: absolute;
/*	left: 0;*/
	right: 0;
	top: 4px;
/*	margin: auto;*/
	text-align: right;
}

.stem-info {
	float: right;
	margin-top: -37px;
}

.stem-info li {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
}

.stem-info li:nth-child(2) {
	padding-top: 6px;
	margin-left: 5px;
}

footer hr {
	background: #fff;
	opacity: 0.5;
	margin-bottom: 12px;
	margin-top: 0;
}

footer ul {
	margin: 0;
}

.footer-top {
	position: relative;
}

.social {
	float: right;
	margin-bottom: 12px;
}

.social li {
	display: inline-block;
	margin-left: 9px;
}

.dropdown-for-registr {
	top: 39px;
}

.dropdown-first li {
	border-bottom: 1px solid #e6e6e6;
}

.cart-register, .cart-register-notafter, .header-neud-spros {
	position: relative;
}

.cart-register:before, .cart-register-notafter:before {
	content: attr(data-count-basket);
	width: 24px;
	height: 18px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 18px;
	top: 13px;
	font-size: 11px;
	line-height: 1.7;
	color: white;
	font-weight: bold;
}

/*.cart-register:after, .cart-register-notafter:after {*/
.header-neud-spros:after{
	content: attr(data-count-top);
	width: 18px;
	height: 18px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 78px;
	top: 2px;
	font-size: 11px;
	line-height: 1.7;
	background: white;
	color: #1976d2;
	font-weight: bold;
}
.cart-register-notafter:after {
	display: none;
}

.call {
	position: relative;
    top: -27px;
}

.phone__list {
	display: none;
	width: 178px;
	margin: 12px 0 4px 0;
	z-index: 1000;
	letter-spacing: 0.5px;
}

.phone__list li:nth-child(1),
.phone__list li:nth-child(2),
.phone__list li:nth-child(3) {
	background: #fff;
}

.social_net_header {
    /*position: relative;
    top: -10px;
    right: 169px;
    float: right;*/
    text-align: right;
    margin-right: 55px;
}
.connect-with-director {
	position: relative;
	display: block;
	right: 18px;
    top: 5px;
	font-size: inherit!important;
}
.social li img {
	opacity: 0.5;
	color: #fff;
}

.rights {
	color: #adaeb0;
	letter-spacing: 0.2px;
}

.stem-info img {
	opacity: 0.7;
}

#r1 ul {
	padding-left: 10px;
}

.dropdown-first li a.hide-all {
	margin-bottom: 5px;
}

.main-bottom li > img {
	height: auto;
}

.tabs {
	background: url(../images/texture.png);
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.line {
	background: url(../images/texture.png);
	border-top: 1px solid #e6e6e6;
	height: 30px;
	position: absolute;
	top: -30px;
	width: 100%;
}

.tabs-list li {
	color: #97999d;
	display: inline-block;
	padding: 5px 0;
}

.tabs .container:after {
	display: none;
}

.tabs-list a {
	color: #727272;
	font-size: 12px;
	text-decoration: none;
}

.tabs-list a:focus,
.tabs-list a:active {
	color: #31353d;
}

.sidebar {
	width: 253px;
	margin-bottom: 60px;
	float: left;
	padding-right: 10px;
	color: #31353d;
}

.min, .max {
	padding-left: 5px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	width: 90px;
	display: inline-block;
	margin-left: 5px;
	height: 26px;
	font-size: 14px;
	padding-bottom: 2px;
	outline: none;
}

.min {
	margin-right: 10px;
}

.price-minmax {
	padding-bottom: 20px;
}

.maxprice {
	float: right;
}

.sidebar__block span {
	font-size: 13px;
}

.brand-form label,
.delivery-form label {
	font-weight: normal;
	font-size: 13px;
}

label {
	cursor: pointer;
}

.checkbox:not(checked), .radio:not(checked) {
	position: absolute;
	opacity: 0;
}

.checkbox:not(checked) + label, .radio:not(checked) + label {
	position: relative;
	padding: 0 0 0 30px;
}

.checkbox:not(checked) + label {
	color: #727272;
}

.checkbox:checked + label {
	color: #31353d;
}

.checkbox:not(checked) + label:before,
.radio:not(checked) + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/ic_radiobutton.png);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	opacity: 0.7;
}

.checkbox:checked + label:before,
.radio:checked + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/check64.svg);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	opacity: 0.7;
}

.wrapper {
	color: #31353d;
	padding-left: 258px;
	margin-top: 20px;
	margin-bottom: 70px;
}

.wrapper-sort {
	overflow: hidden;
	font-size: 13px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.wrapper-sort label {
	float: left;
	padding-top: 7px;
}
.wrapper-sort__price,
.wrapper-sort__name {
	display: inline-block;
}

.wrapper-sort a {
	text-decoration: none;
	color: #31353d;
}

.wrapper-sort span {
	font-size: 12px;
}

.wrapper-sort span img {
	margin-left: 5px;
}

.wrapper__title {
	position: relative;
	padding-left: 36px;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 18px;
	font-family: 'open_sanssemibold', sans-serif;
	border-bottom: 1px solid #5c6267;
	margin-bottom: 20px;
}

.wrapper__title:before {
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #ffa000;
	content: '';
	position: absolute;
	top: 25px;
	left: 0;
}

.blue-row .wrapper__title:before {
	background: #2196f3;
}

.green-row .wrapper__title:before {
	background: #afb42b;
}

.wrapper__block {
	width: 248px;
    height: 410px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    padding: 8px 8px 32px;
/*    border: 1px solid transparent;*/
    border-radius: 5px;
}

.wrapper__block__list {
	background: transparent;
}

.card-product-tabs input[type=radio] {
	display: none;
}

.card-product-tabs label {
	transition: background 0.4s ease-in-out, height 0.2s linear;
	display: inline-block;
	cursor: pointer;
	color: #727272;
	text-decoration: none;
	padding: 5px 15px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

#tab1:checked + label,
#tab2:checked + label,
#tab3:checked + label,
#tab4:checked + label,
#tab5:checked + label,
#tab6:checked + label,
#tab7:checked + label {
	font-weight: 600;
	color: #31353d;
	border-left: 1px solid #31353d;
	border-right: 1px solid #31353d;
}

.tab-content {
	position: absolute;
	top: -9999px;
}

#tab1:checked ~ .tab-content-wrapper #tab-content-1,
#tab2:checked ~ .tab-content-wrapper #tab-content-2,
#tab3:checked ~ .tab-content-wrapper #tab-content-3,
#tab4:checked ~ .tab-content-wrapper #tab-content-4,
#tab5:checked ~ .tab-content-wrapper #tab-content-5,
#tab6:checked ~ .tab-content-wrapper #tab-content-6,
#tab7:checked ~ .tab-content-wrapper #tab-content-7 {
	position: relative;
	top: 0;
}

.wrapper__block__list + .wrapper__block__list {
	border-top: 1px solid #e8e8e8;
}

.wrapper__block__list:hover {
/*	border: 1px solid transparent;*/
}

.wrapper__block-img {
	position: relative;
	width: 100%;
	height: 180px;
	background: #f9f9f9;
}
.wrapper__block-img:hover,
.wrapper__block-img:active,
.wrapper__block-img:focus{
}
.white .wrapper__block-img {
	background: #fff;
}

.wrapper__block-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}
.wrapper__block:hover .wrapper__block-img img {
	z-index: 2;
}
.no-photo {
	position: absolute;
	top: -25px;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	width: 74px;
	height: 38px;
	margin: auto;
	color: #31353d;
	font-size: 14px;
}

.no-photo img {
	display: block;
	margin: auto;
	position: static;
}
.wrapper__block__title {
	margin: 2px 0;
	color: #2196f3;
	font-size: 16px;
	z-index: 0;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wrapper__block__list .wrapper__block__title,.wrapper__block__blocks:hover .wrapper__block__title {
	white-space: normal;
}
.wrapper__block__title:hover a {
	text-decoration:underline;
}
.wrapper__block__title a {
	text-decoration: none;
	color: #2196f3;
}

.wrapper__block__info {
	font-size: 13px;
}

.wrapper__block__price {
	font-size: 18px;
	margin-bottom: 17px;
	font-family: 'open_sanssemibold', sans-serif;
}

.wrapper__block__price span {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}

.show-phones {
	display: none;
	cursor: pointer;
}

.phone {
	cursor: pointer;
	z-index: 10;
}

.sidebar__block {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #5d6266;
}

.brand-form, .delivery-form {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 400px;
}

.sect-cross table,
.sect-chapters table,
.sect-application table {
	display: block;
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
	margin: 14px 0 0 0 !important;
}

.sect-cross .nano-pane,
.sect-chapters .nano-pane,
.sect-application .nano-pane {
	right: 0;
}

.sect-cross, .sect-chapters,
.sect-application {
	max-height: 400px;
	margin-top: 5px;
	min-height: 34px;
}

.sect-analogues {
	margin-top: 5px;
	padding-top: 10px;
}

.sect-cross tr,
.sect-chapters tr,
.sect-application tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.sidebar__block:last-child {
	border-bottom: none;
}

.sidebar__block .hide-all {
	top: 13px;
	right: 1px;
	position: absolute;
}

.brand-form, .delivery-form, .price-minmax, .model-form {
	margin-top: 20px;
}

.new-items-block {
	height: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.wrapper-row-new-items + .wrapper-row-new-items {
	border-top: 1px solid #e8e8e8;
}

.wrapper-button {
	color: #fff;
	border: none;
	outline: none;
	vertical-align: top;
	font-size: 12px;
	width: 150px;
	height: 36px;
	border-radius: 5px;
}

.absolute-block-hover .wrapper-button,
.new-items-block .wrapper-button {
	float: right;
}

.new-items-block .wrapper-button {
	margin-right: 0;
}

.wrapper-button span {
	vertical-align: middle;
	padding-left: 6px;
}

.orange button {
	background: #ffa000;
}

.orange button:active {
	background: #b97400;
}

.grey button {
	background: #e6e6e6;
	color: #31353d;
}

.grey button:active {
	background: #bdbdbd;
}

.blue button {
	background: #2196f3;
}

.blue button:active {
	background: #0a65af;
}

.green button {
	background: #afb42b;
}

.green button:active {
	background: #858721;
}

.wrapper-show {
	float: right;
}

.list-link a {
	margin: 0 34px;
}

.table-link a {
	margin: 0 32px 0 32px;
}

.list-link, .table-link {
	display: inline-block;
	border-left: 1px solid #ebebeb;
	height: 32px;
}

.list-link img, .table-link img {
	margin-top: 3px;
}

.wrapper__block__blocks:hover .goods_element-content {
    position: relative;
    left: -8px;
    top: -8px;
    width: 248px;
    padding: 8px;
	cursor: pointer;
    border-radius: 5px;
    background: #fff;
    z-index: 20;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);	
}

.absolute-block-hover {
	background: transparent;
	padding: 10px 0px;
	display: none;
	font-size: 13px;
/*	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);*/
}

.wrapper__block__list:hover,
.new-items-block:hover {
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.inside-block-hover {
	background: #fff;
	border-radius: 5px;
	width: 100%;
}
.inside-block-hover .destForAddGoods {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;  
	white-space: nowrap;
}
.comments-num {
	position: relative;
	z-index: 2;
}
.card-descript {
	padding: 5px;
	position: absolute;
	height:45px;
	/*top: 600px;*/
	margin-top: 20px;
	font-size: 13px;
	width: 500px;
	z-index: 0;
	overflow: hidden; /* Обрезаем все, что не помещается в область */
	text-overflow: ellipsis; /* Добавляем многоточие */
}
.card-descript:hover{
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
	z-index: 10;
	cursor: pointer;
	height: auto;
	overflow: visible; /* Обрезаем все, что не помещается в область */
}

.wrapper__block:hover .absolute-block-hover {
	display: block;
}

.info-list {
	color: #727272;
}

.info-list span {
	color: #31353d;
}

.info-list {
	font-size: 13px;
	padding-top: 16px;
	/*z-index: 1;*/
	/*position: relative;*/
}

.wrapper__block__list .info-list {
	padding-top: 4px;
}

.pagination-list {
	float: right;
	margin: 65px 0 36px 0;
}

.pagination-list li {
	display: inline-block;
	margin: 0 5px;
}

.pagination-list a {
	color: #727272;
	font-size: 14px;
}

.pagination-list a:focus,
.pagination-list a:active {
	color: #2196f3;
}

.wrapper__block {
	margin-bottom: 20px;
}

.wrapper__block__list {
	width: 100%;
	height: auto;
	margin-bottom: 0;
}

.wrapper__block__list .wrapper__block-img {
	width: 150px;
	height: 150px;
	display: inline-block;
	vertical-align: top;
}

.second-list-block {
	width: 58%;
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}

.third-list-block {
	position: relative;
	float:right;
	display: block;
	width:150px;
	vertical-align: top;
	text-align: right;
}
.third-list-block .goods-balance-box {
	font-size: 13px;
	color:#727272;
	margin-bottom:15px;
	/*text-align: left;*/
	text-align: right;
}
.third-list-block .goods-balance-box span {
	color:#2196f3;
}
.third-list-block .ui-spinner {
	width: 150px;
	height: 36px;
}

.third-list-block .wrapper-button {
	display: block;
	margin-left: 0;
	margin-top: 10px;
}

.third-list-block .wrapper__block__price {
	margin-bottom: 13px;
}

.not-ready .wrapper__block__price,.basket-goods .wrapper__block__price {
	margin: 27px 0 13px;
}

.gallery-thumbs .swiper-slide {
	width: 490px;
	background: #f9f9f9;
	padding-top: 10px;
	position: relative;
	text-align: center;
}

.rg-image-nav-prev {
	position: absolute;
	left: 0;
	bottom: -100px;
	color: transparent;
	background-color: #eee;
	width: 64px;
	height: 100px;
	background-image: url(../images/left.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.rg-image-nav-next {
	position: absolute;
	right: 0;
	bottom: -100px;
	color: transparent;
	background-color: #eee;
	width: 64px;
	height: 100px;
	background-image: url(../images/right.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.rg-image-nav-next:hover, .rg-image-nav-next:focus,
.rg-image-nav-next:active, .rg-image-nav-prev:hover,
.rg-image-nav-prev:focus, .rg-image-nav-prev:active {
	color: transparent;
}

.slider-info .wrapper__block__info {
	padding-bottom: 13px;
	max-height: 100%;
	border-bottom: 1px solid #5c6267;
}

.container_card-of-goods {
	margin-top: 20px;
	margin-bottom: 40px;
}

.slider-info {
	float: right;
	text-align: left;
	width: 50%;
	padding: 3px 0 0 3px;
}

.card-info {
	font-size: 14px;
}
.card-table-wrapper {
	float: left;
	width: 50%;
}

.product-card-table {
	font-size: 13px;
}

.product-card-table td:first-child {
	color: #727272;
    padding-right: 15px!important;
}

.product-card-table td {
	padding: 3px 40px 3px 0;
}

#card-table-wrapper-1 td,#card-table-wrapper-2 td {
	padding: 3px 0;
}
#card-table-wrapper-1  {
	padding-right: 10px;
}
#card-table-wrapper-2 {
	border-left: 1px solid #5c6267;
	padding-left: 10px;
}
.table-wrapper {
	overflow: hidden;
	padding: 10px 0;
}
.price-label {
	margin-bottom: 2px;
	font-size: 12px;
	color: #ec971f;
}
.product-card-cart-button {
	background: #2196f3;
	margin-left: 23px;
	vertical-align: top;
}

.product-card-buy-button {
	color: #31353d;
	margin-left: 21px;
}

.slider-info .ui-spinner {
	width: 150px;
}

.slider-info .ui-spinner-input,
.wrapper-row-product-card .ui-spinner-input {
	margin-left: 0;
	margin-right: 0;
}

.slider-info .wrapper__block__price {
	font-size: 30px;
	font-family: 'open_sanssemibold', sans-serif;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 7px;
	border-top: 1px solid #e6e6e6;
}

.slider-info .wrapper__block__price span {
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.product-card-line {
	clear: both;
	height: 22px;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	margin: 42px 0 12px 0;
	background: url(../images/texture.png)
}

.product-card-line-second {
	margin-top: 23px;
}

.card-product-tabs li {
	display: inline-block;
}

.info-list li {
	display: block;
}

.photo_detail_big .discount-label,
.wrapper__block .discount-label {
	position:absolute;
	top:-8px;
	left:-8px;
	width:80px;
	height:80px;
	background:url(/images/discount.png) no-repeat;
	background-size:cover;
	z-index: 1;
}
.photo_detail_big:hover .discount-label,
.wrapper__block:hover .discount-label {    
	z-index: 3;
}
.photo_detail_big .discount-label span,
.wrapper__block .discount-label span {
	position: absolute;
	display: block;
	font-size: 12px;
	left: -9%;
	top: 12%;
	width: 100%;
	text-align: center;
	height: 50%;
	font-weight: bold;
	vertical-align: middle;
	color: #ffd24d;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.wrapper__block__list .discount-label {
	top:-8px;
	left:-8px;
}

.wrapper-row-product-card .wrapper__block-img {
	margin-right: 18px;
}

.wrapper-row-product-card .second-list-block {
	width: 55%;
	padding-right: 15px;
}

.wrapper-row-product-card .third-list-block {
	/*width: 27% !important;*/
}

.wrapper-row-product-card {
	border-top: 1px solid #5c6267;
}

.product-card__title, .order_title {
	font-size: 14px;
	color: #31353d;
	margin-bottom: 20px;
	margin-top: 19px;
}

.product-card__title {
	margin-bottom: 13px;
	margin-top: 13px;
}

.product-card__title span, .order_title {
	font-size: 18px;
	font-family: 'open_sanssemibold', sans-serif;
}

.feedback img {
	float: left;
	margin-right: 20px;
	margin-bottom: 9px;
}

.feedback {
	width: 100%;
	clear: both;
	color: #31353d;
	font-size: 13px;
	border-bottom: 1px solid #ebebeb;
	padding-top: 9px;
}

.client span {
	color: #727272;
	font-size: 11px;
}

.clearfix {
	clear: both;
}

.feedback-title {
	border-bottom: 1px solid #7d8185;
	padding-bottom: 13px;
}

#feedback-textarea {
	width: 100%;
	max-width: 100%;
	padding: 10px;
	font-size: 13px;
	outline: none;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	margin-top: 10px;
}

.order-comment #feedback-textarea {
	margin-top: 20px;
}

textarea:-moz-placeholder {
	color: #727272;
}

textarea::-moz-placeholder {
	color: #727272;
}

textarea::-webkit-input-placeholder {
	color: #727272;
}

textarea:-ms-input-placeholder {
	color: #727272;
}

#send-feedback, #excel, #checkout {
	float: right;
	border: none;
	outline: none;
	background: #afb42b;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	width: 150px;
	height: 36px;
	margin: 7px 0 100px;
}

#excel {
	background: #e6e6e6;
	color: #31353d;
}

#checkout {
	background: #2196f3;
	margin-left: 20px;
}

li.logo-mobile {
	display: none;
}

.cancell-all, .cancell-all:hover:hover,
.cancell-all:focus, .cancell-all:active {
	font-size: 13px;
	float: right;
	margin-top: -36px;
	cursor: pointer;
	text-decoration: none;
	color: #31353d;
}

.wrapper__block__info {
	overflow: hidden;
	max-height: 35px;
	position: relative;
}
.wrapper__block__list .wrapper__block__info,.wrapper__block__blocks:hover .wrapper__block__info {
	max-height: none;
}
.note {
	font-size: 12px;
	outline: none;
	width: 100%;
	padding: 3px 12px;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
	margin-top: 5px;
}

::-webkit-input-placeholder {
	color: #727272;
}

::-moz-placeholder {
	color: #727272;
}

:-moz-placeholder {
	color: #727272;
}

:-ms-input-placeholder {
	color: #727272;
}

.cancel {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 1000;
	display: none;
}

.wrapper__block:hover .cancel {
	display: block;
	cursor: pointer;
}
.wrapper__block__list .cancel {
	top:2px;
}
.reserve,.quantity {
	text-align: left;
}
.reserve {
	text-align: left;
	font-size: 13px;
	margin-top: 10px;
}

.wrapper-row-cart .wrapper__block__info {
	margin-bottom: 10px;
}

.wrapper-row-cart .second-list-block {
	padding-top: 0;
}

.cart-line {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
	margin-top: 5px;
}

.total-value {
	font-size: 13px;
	text-align: right;
	margin-top: 40px;
}
#block_func_basket {
	clear: both;
}
.total, .totalSel {
	font-size: 24px;
	font-family: 'open_sanssemibold', sans-serif;
}

.currency {
	font-size: 18px;
}

.go-out, .go-out:hover, .go-out:focus, .go-out:active {
	text-decoration: underline;
	color: #727272 !important;
	float: left;
	font-size: 13px;
	margin-top: 12px;
}

.go-out img {
	margin-right: 10px;
}

.cancell-all img {
	width: 25px;
	height: 25px;
	margin-left: 5px;
	margin-right: 2px;
}

#myModal .message-to-manager,
#myModal1 .message-to-manager,
#myModal2 .modal-dialog,
#myModal4 .order-call{
	width: 286px !important;
}
.order-call h3,
.message-to-manager h3 {
	color: #31353d;
	font-size: 18px;
	text-align: center;
	font-family: 'open_sanssemibold', sans-serif;
}
.order-call .modal-content,
.message-to-manager .modal-content {
	padding: 20px 12px;
}

#myModal1 .modal-content {
	padding: 20px 13px;
}

.modal-header .close {
	margin-top: -5px;
	margin-right: 5px;
	height: auto;
	width: auto;
}

#orderChangePrice .modal-header .close,
#myModalAnalogTable .modal-header .close,
#myModalRouteTable .modal-header .close,
#myModal3 .modal-header .close,
#myModalContractCode .modal-header .close {
	margin-right: 8px;
	margin-top: 2px;
}
#myModalContractCode .myModalContractCode:hover{
	background-color: #efefef;
}
#myModalContractCode th{font-weight: bold}

.close, .close:hover {
	opacity: 1;
	outline: none;
}

.modal-header {
	border-bottom: 1px solid #5c6267;
}

.modal-footer {
	border-top: none;
}

.modal-body,
.modal-footer {
	padding: 0;
}

.time-info {
	color: #31353d;
	font-size: 13px;
}

.modal-dialog {
	/*margin: 20px auto !important;*/
	margin: 70px auto !important;
}

.message-to-manager input,
.account-note,
#call-back, .modal-textarea {
	width: 100%;
	border-radius: 5px;
	color: #727272;
	border: 1px solid #e6e6e6;
	padding: 0 10px;
	margin-bottom: 10px;
	outline: none;
}
.modal-textarea{
	margin-bottom: 5px;
}
.textarea-error {
	border: 1px solid #f44336;
}

.message-to-manager input,
#call-back {
	height: 34px;
}

.message-to-manager textarea {
	padding: 12px 10px;
}

.message-to-manager textarea {
	max-width: 260px;
}

.message-to-manager textarea {
	min-height: 126px;
}

.message-to-manager .modal-header {
	margin-bottom: 20px;
}

.btn-save, .btn-save:hover, .btn-save:active,
.btn-save:focus {
	outline: none;
	border: none;
	background: #2196f3;
	color: #fff;
	font-size: 12px;
	width: 100%;
	height: 36px;
   /* margin-top: -4px; Bob*/
}

#phone {
	outline: none;
	height: 36px;
	width: 258px;
	color: #31353d;
	font-size: 13px;
	position: relative;
}

.days, .hr, .btn-finish, .dropdown-cart {
	display: none;
}

.wrapper__block {
	position: relative;
}

.registration, .enter {
	color: #1976d2;
	font-size: 13px;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 9px;
	right: 38px;
}

.enter {
	right: 121px;
}

.underline:hover,
.underline:active,
.underline:focus {
	text-decoration: underline;
}

.enter:hover, .enter:active, .enter:focus {
	text-decoration: none;
}

.car-parts-list li + li {
	margin-top: 4px;
}

.for-registration, .registration-form, .form-vin {
	position: relative;
}

.exit_user {
	font-size: 13px;
}

.update-pasword input,
.registration-form input, .registration-form select,
.form-vin input,.form-vin select,.save-accaunt-block select {
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	width: 100%;
	height: 34px;
	outline: none;
	font-size: 13px;
	color: #31353d;
	padding: 0 0 0 11px;
	margin-top: 10px;
}
.save-accaunt-block {
	overflow: hidden;
	width:100%;
	margin: 15px 0 0;
	font-size: 13px;
}
.save-accaunt-block label {
	float: left;
	margin:6px 0 0;
}
.save-accaunt-block #save-accaunt {
	float: left;
	width: 16px;
	height: 16px;
	margin:5px 18px 0 0;
}
.save-accaunt-block select {
	float: right;
}
.form-vin .phone-error {
	top: 269px;
}

.vin-modal input {
	margin-bottom: 0;
}

.btn-send-message, .btn-send-message:hover, .btn-send-message:focus, .btn-send-message:active {
	margin-top: 10px;
}

.vin-img {
	margin-bottom: 10px;
}

.minute span {
	padding: 10px 28px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	color: #31353d;
	font-size: 18px;
}

.minute {
	margin-top: 29px;
}

.btn-finish, .btn-finish:hover, .btn-finish:active, .btn-finish:focus{
	margin-top: 37px;
}

.btn-call {
	display: block;
}

input.border-error {
	/*border: 1px solid #f44336;*/
	border-color: #f44336!important;
}

.phone-error, .phone-error1, .phone-error10 {
	color: #f44336;
	font-size: 11px;
	position: absolute;
}

.phone-error {
	top: 88px;
}

.phone-error1 {
	top: 272px; /*226px;*/
}

.enter-error {
	top: 94px;
}

.btn-enter, .btn-enter:hover, .btn-enter:focus, .btn-enter:active,
.btn-registr, .btn-registr:hover, .btn-registr:focus, .btn-registr:active {
	margin-top: 28px;
}

.table-modal-title {
	text-transform: uppercase;
	font-size: 14px;
	color: #31363c;
	text-align: left;
}

#orderChangePrice .modal-header,
#myModalAnalogTable .modal-header,
#myModalRouteTable .modal-header,
#myModal3 .modal-header {
	padding-left: 0;
	border-bottom: none;
}

#orderChangePrice  .modal-open,
#myModalAnalogTable .modal-open,
#myModalRouteTable .modal-open,
#myModal3 .modal-open {
	overflow: visible !important;
}

#orderChangePrice .modal-dialog,
#myModalAnalogTable .modal-dialog,
#myModalRouteTable .modal-dialog,
#myModal3 .modal-dialog {
	width: 920px;
}

.table-generic th {
	color: #727272;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
	vertical-align: middle;
	padding: 2px 11px;
}

.table-generic th:last-child {
	border-right: none;
}

.table-show {
	opacity: 0.7;
	cursor: pointer;
}

.table-add {
	cursor: pointer;
}

.table-generic td {
	border: 1px solid #e6e6e6;
	text-align: center;
	padding: 11px;
	max-width: 282px;
	vertical-align: middle;
	padding: 9px;
}

.table-generic td:hover {
	cursor: pointer;
}

.table-modal-mobile td {
	max-width: 100%;
}

.table-generic {
	margin-top: 20px;
	width: 880px;
	font-size: 13px;
}
.order-for-add .table-generic {
	width: 100%;
}

.table-generic input, .account-note {
	height: 34px;
	color: #31353d;
}

.table-generic .empty-tr {
	border-color: transparent;
	height: 20px;
}

.table-inside__thead td:first-child {
	border-left-color: transparent;
}

.main-tbody td:nth-child(2),
.table-generic td:nth-child(3) {
	text-align: left;
}

.main-tbody td:nth-child(5),
.table-generic td:nth-child(6),
.tbody-inside td:nth-child(4) {
	text-align: right;
}

.table-generic .table-inside__thead td {
	color: #727272;
	text-align: center;
}

.table-inside__thead td:last-child {
	border-right-color: transparent;
}

.main-tbody td:not(:first-child) {
	background: #f9f9f9;
}

.table-modal-mobile .main-tbody td {
	text-align: left;
}

/* .table-modal-mobile .main-tbody tr:nth-child(3) td */
.main-tbody:hover {
	cursor: pointer;
}

.main-tbody:hover td {
	background: #fff;
}

.main-tbody:focus td, .main-tbody:active td {
	background: #d5d6d8;
}

.main-tbody__between {
	border: transparent !important;
	padding: 3px 0 3px 3px;
	background: #ffffff;
	height: 20px;
}

.td-grey {
	background: #d5d6d8 !important;
}

#r1 {
	margin-top: -8px;
}

.wrapper__order {
	border-top: 1px solid #5c6267;
	color: #31353d;
}

#block_ImposedPayment input,
.form__clients-info input,
.form__contactor-info input,
.form__adress-info input,
#cat2 input, #cat1 input {
	height: 34px;
	border: 1px solid #e6e6e6;
	outline: none;
	border-radius: 5px;
	padding: 0 11px 2px 11px;
	font-size: 12px;
	width: 233px;
}

#cat2 input {
	margin-bottom: 5px;
	display: block;
}

.clients-info__name {
	width: 233px;
	margin: 0 19px 5px 0;
}

#phone3 {
	width: 164px;
	vertical-align: top;
	margin-bottom: 5px;
}

.wrapper__order__title {
	padding: 20px 0;
	font-size: 14px;
	color: #31353d;
}

.choose {
	width: 24%;
}

.minical_input {
	width: 90px;
}

.form__order__payment {
	margin-bottom: 25px;
	font-size: 13px;
}
.form__order__shipping {
	width: 100%;
}
.choose, .form__order__shipping {
	display: inline-block;
	position: relative;
	font-size: 13px;
	vertical-align: top;
}

#cat1 input, #cat1 .select2, #cat2 input {
	display: block;
}

ul.ui-menu, #cat2 input {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
	outline: none;
	font-size: 12px;
}

.ui-menu-item {
	background: #fff;
}

select {
	outline: none;
}

h3.popular {
	margin-bottom: 40px;
	margin-left: 19px;
}

.wrapper__order__title__payment {
	margin-top: 30px;
}

.li-input-mobile {
	display: none !important;
}

.table-modal-mobile th:last-child {
	border-right: 1px solid #e6e6e6;
}

.table-modal-mobile {
	width: 100%;
	font-size: 10px;
}

.table-modal-mobile td {
	padding: 3px;
}

.table-modal-mobile {
	display: none;
}

.table-button {
	float: right;
	background: #2196f3;
	margin: -37px 12px 0 0;
}

.table-button:active, #checkout:active, .account-button:active {
	background: #0a65af;
}

/*  blue buttons */
#excel:active {
	background: #bdbdbd;
}

/* grey buttons */
.table-modal-mobile .table-button {
	margin: -37px 14px 0 0;
}

.light {
	opacity: 0.3;
}

#select4, #select4_1 {
	width: 233px;
}

#select5 {
	width: 148px;
}

#select6,
#select7,
#select8,
#select9 {
	width: 222px;
}

.form__clients-info .ui-selectmenu-button {
	margin: 0 20px 20px 0;
}

.journal-description {
	padding: 20px 0;
	border-bottom: 1px solid #5c6267;
	color: #31353d;
	font-size: 13px;
}

/* table-style*/
table.table-style-second {
	margin: auto;
	width: 100%;
	margin-top: 20px;
}

.table-style-second td {
	font-size: 13px;
	color: #31353d;
	text-align: center !important;
}

.table-style-second td:nth-child(3),
.table-style-third td:nth-child(2),
.table-style-third td:nth-child(6) {
	text-align: left !important;
}

.table-style-third tr:not(:last-child) td,
.table-style-third th {
	border-bottom: 0;
}

.table-style-third td:nth-child(4) {
	text-align: right !important;
}

.table-style-third tr:hover td,
.choose-year tr:hover td {
	cursor: pointer;
	border-top: 1px solid #cac8c8;
	border-bottom: 1px solid #cac8c8;
}

.table-style-third tr:hover td:first-child,
.choose-year tr:hover td:first-child {
	border-left: 1px solid #cac8c8;
}

.table-style-third tr:hover td:last-child,
.choose-year tr:hover td:last-child {
	border-right: 1px solid #cac8c8;
}

.table-style-second tr:nth-child(2n) {
	background: #f9f9f9;
}
.table-style-second tr:nth-child(2n):hover {
	background: #eee;
}

.account-wrapper {
	padding-left: 0;
	padding-bottom: 200px;
	padding-top: 20px;
}

table.account-table {
	margin-bottom: 40px;
	line-height: 1.1;
}

.account-table td:last-child {
	border-right-color: transparent;
}

.account-table td:first-child {
	border-left-color: transparent;
}

.days-overdue, .document-number {
	height: 26px;
	border: 1px solid #e6e6e6;
	outline: none;
	border-radius: 5px;
	padding: 0 11px 2px 11px;
	font-size: 12px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 5px;
}

.shipment-form {
	text-align: right;
	float: right;
	width: 198px;
	padding-top: 10px;
	font-size: 13px;
}

.card-of-bank, .cash-payment {
	display: inline-block;
}

.ready {
	padding-left: 24px !important;
}

.car-types label, .model-form label {
	display: block !important;
}

.car-types {
	padding-left: 18px;
	position: relative;
	width: 100%;
}

.car-types:before {
	content: '';
	position: absolute;
	top: -7px;
	left: 7px;
	background: url(../images/v-line.png);
	background-size: 13px 17px;
	background-repeat: no-repeat;
	width: 12px;
	height: 17px;
}

.list-level {
	position: relative;
}

.list-level:before {
	content: '';
	position: absolute;
	top: -7px;
	left: 7px;
	background: url(../images/v-line.png);
	background-size: 12px 9px;
	background-repeat: no-repeat;
	width: 4px;
	height: 9px;
}

#list1, #cat12, #cat13, #cat20 {
	position: relative;
	width: 100%;
}

.first-category {
	position: relative;
}

.close {
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	background: url(../images/close.svg);
	background-size: 8px 8px;
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
	cursor: pointer;
}

.wrapper-cars-parts .cars-box img.cars {
	width: 70%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.wrapper-cars-parts .cars-box {
	height: 160px;
}

.wrapper-cars-parts .brands-box {
	height: 25px;
}

.current-doc-sidebar .checkbox + label {
	padding-left: 35px;
	font-size: 13px;
}

.current-doc-sidebar {
	padding-bottom: 40px;
}

.show-all-car-types, .hide-all-car-types {
	text-decoration: none;
	color: #31353d;
	font-size: 13px;
	cursor: pointer;
}

.show-all-car-types img, .hide-all-car-types img {
	margin-left: 20px;
}

#b0 a, #b1 a,
#f0 a, #f1 a{
	float: right;
	margin-top: 5px;
}

.current-doc-sidebar:last-child {
	border-bottom: none;
}

.es-nav {
	color: transparent;
}

/*car-brand*/
.car-brand-wrapper {
	max-width: 80%;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 40px;
}

.cards-car-brand-box {
	overflow: hidden;
	margin: 50px 0;
}
.car-brand-item {
	display:inline-block;
	width:16.3%;
	height:150px;
	margin-bottom:20px;
	text-align:center;
}
.car-brand-item a {
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	padding:5px 10px 10px;
	text-transform:uppercase;
}
.car-brand-item a:hover,.car-brand-item a:active {
	font-size:16px;
	color:#2196f3;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 0px 5px rgba(0,0,0,0.35);
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.35);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.35);
}
.car-brand-item-img {
	position:relative;
	height:80%;
	margin:5px;
}
.car-brand-item-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width:100%;
	max-height:100%;
}

.grid-container {
	margin: -10px -10px 120px -10px;
}

.car-brand-wrapper-big .grid-container {
	margin: -10px -14px -8px -3px;
}

.car-brand-wrapper-big .cars-box {
	position: relative;
}

.car-brand-wrapper-big .cars-box img,
.wrapper-popular-category .cars-box img,
#owl-demo-second .cars-box img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#owl-demo-second{
	display: none;
}
.popular-category-list a {
	color: #31353d;
}

.popular-category-list a:hover {
	color: #2196f3;
	text-decoration: underline;
}

.wrapper-popular-category .cars-box img {
	width: 60% !important;
}

.wrapper-popular-category {
	max-width: 100%;
}

.car-brand-wrapper-big .brands-box {
	height: 23px;
}

.car-brand-wrapper-big {
	padding: 0;
}
.popular-car-brands,.sng-car-brands {
	padding:50px 7px 0;
	margin:0 auto;
}
.car-brand-wrapper-reverse .popular-car-brands .car-brand-item,.car-brand-wrapper-reverse .sng-car-brands .car-brand-item,.car-brand-wrapper-reverse .sng-car-brands .car-brand-item {
	width:19.4%;
}	
.wrapper-cars-parts .car-brand-grid-hover {
	bottom: -1px;
	height: auto;
	left: -4px;
}

.wrapper-cars-parts .car-brand-grid-hover-inside {
	height: 5px;
	padding: 0;
}

.wrapper-cars-parts .brands-box a,
.wrapper-popular-category .brands-box a {
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}

.wrapper-popular-category .brands-box {
	height: 55px;
}

/* .wrapper-popular-category ul>li:before{
	content: "\2043";
	margin-left: -1ex;
	margin-right: 1ex;
} */
/* .wrapper-popular-category ul {
	margin-left: 10px;
	margin-bottom: 10px;
} */

.current-document-title {
	border-bottom: 1px solid #5c6267;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.car-brand-wrapper-big .car-brand-grid {
	padding: 0;
	padding-top: 7px;
}

.show-more-parts .checkbox + label {
	display: block;
	margin-left: 18px;
}

.grid-container::after {
	content: "";
	display: block;
	clear: both;
}

.car-brand-grid {
	position: relative;
	float: left;
	border: 1px solid #cdcdcd;
	padding: 9px;
	width: 33.33333%;
	margin: 0 -1px -1px 0;
}

.wrapper-popular-category .car-brand-grid {
	width: 25%;
}

.wrapper-popular-category .grid-container,
.car-brand-wrapper-small .grid-container {
	margin: -10px -5px 190px -3px;
}

.car-brand-wrapper-small .car-brand-grid-hover {
	left: -3px;
}

.car-brand-grid-hover {
	position: absolute;
	z-index: 10;
	background: transparent;
	top: -1px;
	left: -2px;
	padding: 10px 5px;
	width: 102%;
	height: 97%;
	display: none;
	font-size: 13px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-box-shadow: -2px -1px 2px rgba(0, 0, 0, 0.15),
	2px -1px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: -2px -1px 2px rgba(0, 0, 0, 0.15),
	2px -1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: -2px -1px 2px rgba(0, 0, 0, 0.15),
	2px -1px 2px rgba(0, 0, 0, 0.15);
}

.car-brand-grid:hover .car-brand-grid-hover {
	display: block;
	cursor: pointer;
}

.car-brand-grid::before {
	top: -1px;
	left: -1px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.car-brand-grid::after {
	bottom: -1px;
	right: -1px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.cars-box, .cars-model {
	position: relative;
	height: 190px;
}

.cars-box-model {
	text-align: center;
	padding-top: 34px;
	font-size: 13px;
}

.cars-box img.cars {
	width: 100%;
	vertical-align: top;
}

.brands-box {
	height: 50px;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 13px;
}

.brands-box a {
	color: #31353d;
}

.brands-box span {
	color: #31353d;
	font-family: 'open_sanssemibold', sans-serif;
}

.brands-box .logo-brand {
	position: relative;
	top: 25%;
}

.car-brand-wrapper-small .car-brand-grid:hover,
.car-brand-wrapper-big .car-brand-grid:hover {
	border: 1px solid #fff;
}

.car-brand-wrapper-small .car-brand-grid:hover + .car-brand-grid,
.car-brand-wrapper-big .car-brand-grid:hover + .car-brand-grid {
	border-left: 1px solid #fff;
}

.car-brand-grid-hover-inside {
	background: #fff;
	width: 100%;
	position: absolute;
	top: 98%;
	left: 0;
	height: auto;
	max-height: 200px;
	overflow: hidden;
	overflow-y: auto;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 10px 30px 5px 22px;
	box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.15),
	2px 2px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.15),
	2px 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.15),
	2px 2px 2px rgba(0, 0, 0, 0.15);
}

.car-brand-wrapper-big .car-brand-grid-hover-inside {
	top: 95%;
	padding: 0;
}

.car-brand-wrapper-reverse .car-brand-grid-hover-inside {
	top: 96%;
}

.white-box {
	width: 100%;
	height: 100%;
	border: 5px solid white;
	margin-left: -2px;
	margin-top: -7px;
}

.car-brand-grid {
	position: relative;
}
.car-brand-grid:hover .brands-box {
	color:#2196f3;
}

.car-brand-grid:hover:before {
	content: "";
	position: absolute;
	left: -3px;
	top: 0;
	width: 6px;
	height: 100%;
	background: #fff;
}

.car-brand-grid:hover:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 6px;
	background: #fff;
}

.car-brand-wrapper-big .brands-box {
	font-size: 11px;
	color: #31353d;
	font-family: Tahoma, sans-serif;
	text-align: center;
	line-height: 1;
}

.car-brand-grid-hover-inside ul > li:before {
	content: "\2043";
	position: absolute;
	left: 12px;
}

.car-brand-wrapper-big .car-brand-grid-hover-inside {
	height: 5px;
}

.car-brand-wrapper-big .car-brand-grid-hover {
	top: 0;
	left: -1px;
	height: 100%;
}

.car-brand-grid-hover-inside li {
	display: block;
	line-height: 1.6;
}

.journal-sidebar .sidebar__block:last-child {
	border-bottom: none;
}

.personal-data-part {
	display: inline-block;
	width: 245px;
	vertical-align: top;
}

.personal-data-part input {
	margin-bottom: 10px;
}

.route {
	margin-left: 127px;
	margin-bottom: 10px;
}

.second-route {
	margin-left: 86px;
}

.change-data {
	float: right;
	border: none;
	outline: none;
	background: #2196f3;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	width: 235px;
	height: 36px;
	margin: 7px 0 40px;
}

.route-select {
	margin-left: 40px;
	margin-right: 20px
}

.contragent-select {
	margin-right: 20px;
}

.order-journal-comment {
	margin-top: 20px;
}

.warning-message {
	text-align: justify;
	color: #df00df;
	margin-top: 20px;
	font-size: 12px;
}

a.sale {
	color: red;
	font-size: 13px;
}

a.result-sales {
	color: #ec971f;
}

a.analog {
	color: #ec971f;
	padding: 0;
}

.item-number {
	font-style: italic;
	color: #333;
}

.account-table td:nth-child(3) {
	color: #0476b5;
	font-weight: bold;
}

a.same-items {
	float: right;
	color: #FF0000;
	font-size: 10px;
}

.qty-box {
	position: relative;
	display: inline-block;
	width: 58px;
	height: 20px;
}

.qty-box input {
	width: 45px;
	height: 25px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	text-align: center;
	outline: none;
}

.account-table .qty-box input {
	width: 50px;
	height: 25px;
	padding-right: 10px;
	padding-bottom: 2px;
}

.qty-box .btn-add {
	position: absolute;
	width: 8px;
	height: 5px;
	background: url(../images/hide.png) 0 0 no-repeat;
	cursor: pointer;
}

.qty-box .btn-ded {
	position: absolute;
	bottom: -5px;
	cursor: pointer;
	width: 8px;
	height: 10px;
	background: url(../images/show-all.png) 0 0 no-repeat;
}

.spinner-big .btn-add {
	position: absolute;
	padding: 18px;
	background: url(../images/hide.png) 12px 15px no-repeat;
	cursor: pointer;
}

.spinner-big .btn-ded {
	position: absolute;
	cursor: pointer;
	padding: 17px;
	background: url(../images/show-all.png) 16px 15px no-repeat;
}

.account-table td:nth-child(5) {
	min-width: 94px;
}

.spinner-delete {
	cursor: pointer;
}

.account-note {
	margin-bottom: 0;
}

.note-date {
	color: red;/*#df00df;*/
}

.account-button {
	margin: -35px 0 20px 7px;
	background: #2196f3;
	float: right;
	border: none;
	outline: none;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	width: 150px;
	height: 36px;
}

.account-table td:hover {
	cursor: default;
}

.car-brand-wrapper-big {
	max-width: 100%;
	margin-bottom: 40px;
}

.car-brand-wrapper-big .car-brand-grid {
	width: 8.33333%;
	height: 82px;
}

.car-brand-wrapper-big .cars-box {
	height: 51px;
}

.car-parts-block img {
	float: left;
	margin: 30px 60px;
}

.car-parts-description {
	overflow: hidden;
}

.car-parts-block {
	margin-top: 20px;
}

.car-parts-list a {
	font-size: 13px;
}

.car-parts-list a:hover, .car-parts-list a:focus, .car-parts-list a:active {
	color: #2196f3;
}

.car-parts-heading {
	padding-bottom: 20px;
	border-bottom: 1px solid #878c90;
	margin-bottom: 20px;
}

.table-choose_engine td:nth-child(1),
.table-choose_engine td:nth-child(2),
.table-choose_engine td:nth-child(4),
.table-choose_engine td:nth-child(5),
.table-choose_engine td:nth-child(8) {
	text-align: left !important;
}

.table-choose_engine td:nth-child(3),
.table-choose_engine td:nth-child(6) {
	text-align: center !important;
}

.back-to-choose, .back-to-choose:hover,
.back-to-choose:active, .back-to-choose:focus {
	margin: 40px 0 70px 0;
}

.new-items-price {
	margin-top: 25px;
}

.table-header {
	text-indent: 15px;
}

.choose-year {
	margin-bottom: 200px;
	margin-top: 20px;
	width: 100%;
}

.choose-year a {
	color: #727272;
}

.choose-year a:hover {
	color: #2196f3;
}

.choose-year td {
	padding: 15px;
}
.choose-year tr:not(:last-child) {
	border: 1px solid transparent;
	border-bottom: 1px solid #e6e6e6;
}

.choose-year tr:last-child {
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.spinner-big, .spinner-big input {
	width: 150px;
	height: 36px;
}

.spinner-big .btn-ded {
	top: 1px;
	right: 115px;
}

.spinner-big .btn-add {
	top: 1px;
	right: 1px;
}

.spinner-small-vertical, .spinner-small-vertical input {
	width: 62px;
	height: 33px;/*36px;*/
	padding-right: 20px;/*7px;*/
}

.spinner-small-vertical .btn-ded {
	top: 22px;
	right: 9px;
}

.spinner-small-vertical .btn-add {
	top: 8px;
	right: 9px;
}

.blue .qty-box .btn-add:hover,
.slider-info .qty-box .btn-add:hover {
	background: url(../images/up-blue.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.slider-info .spinner-big .btn-add:hover,
.blue .spinner-big .btn-add:hover {
	background-position: 12px 15px;
}

.blue .qty-box .btn-ded:hover,
.slider-info .qty-box .btn-ded:hover {
	background: url(../images/down-blue.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.blue .spinner-big .btn-ded:hover,
.slider-info .spinner-big .btn-ded:hover {
	background-position: 16px 15px;
}

.green .qty-box .btn-add:hover {
	background: url(../images/green-up.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.green .spinner-big .btn-add:hover {
	background-position: 12px 15px;
}

.green .qty-box .btn-ded:hover {
	background: url(../images/green-down.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.green .spinner-big .btn-ded:hover {
	background-position: 16px 15px;
}

.orange .qty-box .btn-add:hover {
	background: url(../images/up-orange.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.orange .spinner-big .btn-add:hover {
	background-position: 12px 15px;
}

.orange .qty-box .btn-ded:hover {
	background: url(../images/down-orange.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.orange .spinner-big .btn-ded:hover {
	background-position: 16px 15px;
}

.car-brand-wrapper-reverse .car-brand-grid {
	width: 11.11%;
}

.car-brand-wrapper-reverse .grid-container {
	margin: -10px -10px -8px -4px;
}

.car-brand-wrapper-reverse,
.reverse-heading {
	padding-left: 15px;
}

.sidebar__block .ui-selectmenu-button {
	height: 26px;
}

.sidebar__block .ui-selectmenu-button span.ui-selectmenu-text {
	padding-top: 4px;
	background-position: 95% 50% !important;
}

.cis-cars-row .cis-car-item {
	float: left;
	vertical-align: top;
}

.cis-cars-row .cis-car-item {
	width: 16.6666%;
	text-align: center;
	border: 1px solid transparent;
	position: relative;
}

.cis-cars-row .cis-car-item a {
	height: 180px;
	display: block;
	padding-top: 60px;
}

.cis-cars-row p {
	position: absolute;
	bottom: 5px;
	width: 100%;
	text-align: center;
	font-family: 'Open Sans', 'open_sansregular', sans-serif;
}

.cis-cars-row .cis-car-item + .cis-car-item {
	border-left: 1px solid #e6e6e6;
}

.cis-cars-row + .cis-cars-row .cis-car-item {
	border-top: 1px solid #e6e6e6;
}

.wrapper-cis {
	padding: 20px 0;
}

.wrapper-cis .go-out {
	margin-bottom: 60px;
}

.cis-car-item:hover {
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	border: 1px solid transparent;
}

.category-second-level,
.category-first-level {
	font-size: 13px;
	position: relative;
	margin-left: 55px;
}

.category-first-level {
	font-size: 14px;
	margin-bottom: 5px;
}

.category-second-level .hide-all,
.category-first-level .hide-all {
	position: absolute;
	left: -25px;
	top: 0;
}

.category-third-level {
	display: none;
}

.category-third-level a {
	font-size: 13px;
}

.category-third-level li a {
	list-style-type: disc;
}

.category-second-level li,
.category-third-level li a {
	color: #212121;
}

.category-third-level li {
	list-style-type: disc;
	color: #5c6267;
	margin-left: 15px;
}

.category-third-level a:hover,
.category-third-level a:active,
.category-third-level a:focus {
	color: #2196f3;
}

.second-level-all {
	display: none;
}

.wrapper__block__azlk .wrapper__block-img {
	height: 65px;
}

.wrapper__block__domestic .wrapper__block-img {
	height: 65px;
	width: 65px;
}

.azlk-number,
.domestic-name {
	font-size: 13px;
	margin-left: 10px;
}

.cis-car-info {
	font-size: 12px;
	margin-left: 10px;
}

.wrapper__block__azlk:not(:first-child) {
	border-top: 1px solid #e6e6e6;
}

.wrapper__block__azlk {
	margin-bottom: 5px;
}

.wrapper__block__azlk:hover {
	border: 1px solid transparent;
}

.wrapper__block__azlk:hover + .wrapper__block__azlk {
	border-top: 1px solid transparent;
}

.domestic-name a {
	color: #2196f3;
	text-decoration: underline;
}

.ui-selectmenu-menu .ui-menu {
	max-height: 130px;
}

/* new select */
.select2-container--default .select2-selection--single {
	outline: none;
	height: 34px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
}

.sidebar-select,
.order-journal-select,
.select-city,
.select-number,
.contractor {
	width: 235px;
}

li.select2-results__option {
	font-size: 12px;
}

#cat1 select {
	width: 235px;
}

#cat1 .select2 {
	margin-bottom: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 12px;
	padding-top: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	background-image: url(../images/show-all.png);
	background-repeat: no-repeat;
	border-color: transparent;
	width: 8px;
	height: 5px;
	border-width: 0;
	margin-left: -8px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	background-image: url(../images/hide.png);
}

.form-group {
	margin-bottom: 0;
}

/* balance buttons */
.balance-button {
	font-size: 11px;
	color: #31353d;
	width: 100%;
	height: 28px;
	background: #e6e6e6;
	border: none;
	outline: none;
	border-radius: 5px;
	margin: auto;
}

.balance-button-active {
	background: #2196f3;
	color: #fff;
}

.balance-button:first-child {
	margin-bottom: 10px;
}

.sidebar__block .sidebar-select {
	width: 100%;
}

.sidebar__block .sidebar-select + .select2 {
	margin: 5px 0 5px 0;
	width: 100% !important;
}

.sidebar__block .sidebar-select:first-child + .select2 {
	margin: 20px 0 5px 0;
	width: 100% !important;
}

.sidebar__block .select2-container--default .select2-selection--single {
	height: 26px;
}

.sidebar__block .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-top: 0;
	line-height: 24px;
}

.sidebar__block .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0;
}

.irs {
	width: 100% !important;
}

.minical_input {
	height: 26px;
	margin-left: 7px;
}

.max-date {
	float: right;
}

.credit, .balance, .shipment, .cancell-message {
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
}

.balance p, .shipment p {
	color: #2196f3;
	font-size: 18px;
}

.credit p {
	font-size: 18px;
	color: #afb42b;
}

.credit, .shipment, .cancell-message {
	margin-left: 70px;
}

.cancell-message {
	color: tomato;
	width: 150px;
}

.count {
	padding-bottom: 32px;
	width: 100%;
	border-bottom: 1px solid #5d6266;
	margin-bottom: 20px;
}

.show-circle {
	margin-right: 20px;
	cursor: pointer;
}

.table-receivables-first-level tr:first-child td {
	border-top: 1px solid transparent;
	text-align: center;
}

.table-receivables-first-level td:first-child,
.table-contractors-second-level td:first-child {
	border-left: 1px solid transparent;
}

.table-receivables .table-generic {
	margin-left: 30px;
	width: auto;
}

.table-receivables-first-level tr:not(.table-inside__thead) td {
	text-align: right;
}

.table-receivables-first-level tr:not(.table-inside__thead) td:first-child {
	text-align: left;
}

.table-receivables-first-level td:last-child,
.table-contractors-second-level td:last-child {
	border-right: 1px solid transparent;
}

.table-receivables td:hover {
	cursor: inherit !important;
}

.table-receivables-second-level td:first-child,
.table-receivables-second-level tr:first-child td {
	border: none;
}

.table-receivables-second-level tr:nth-child(2) td {
	border-top: none;
	color: #727272;
}

.table-receivables-second-level td:nth-child(2) {
	border-left: none;
}

.table-receivables-second-level td:last-child {
	border-right: none;
}

.table-receivables-second-level tr:not(:first-child):nth-child(2n+1),
.table-contractors-second-level tr:not(:first-child):nth-child(2n+1) {
	background: #f9f9f9;
}

#select-sort > .select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 19px;
}

#select-sort > .select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: transparent;
}

.cart-spinner {
	position: relative;
}

.cart-price {
	position: absolute;
	right: 160px;
	width: 100%;
	top: 10px;
}

#select-route-all {
	cursor: pointer;
}

.account-table .qty-box .btn-add {
	right: 10px;
	top: 5px;
}

.account-table .qty-box .btn-ded {
	right: 10px;
}

.td-width {
	width: 25%;
}

.tr-width {
	width: 100%;
}

.table-receivables-second-level tr:not(:first-child) td:first-child {
	background: #fff;
}

.second-level {
	padding-left: 20px;
	margin-top: 15px;
}

.green-td {
	color: #afb42b;
}

.red-td {
	color: #f44437;
}

.table-contractors-second-level tr:first-child td {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid transparent;
}

.table-contractors-second-level tr:first-child td:last-child {
	border-right: 1px solid transparent;
}

.table-contractors-second-level tr:nth-child(2) td {
	border-right: 1px solid transparent;
}

.table-contractors .table-generic {
	width: 100%;
}

.table-contractors-second-level tr:last-child td {
	border-color: transparent;
	border-bottom: 1px solid #e6e6e6;
}

.table-contractors-second-level tr:not(:first-child) td:nth-child(3),
.table-contractors-second-level tr:not(:first-child) td:nth-child(4) {
	text-align: right !important;
}

.wrapper-button-img {
	position: relative;
	display: inline-block;
}

.wrapper-button-img:before {
	content: attr(data-count-basket);
	position: absolute;
	top: 9px;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-size: 10px;
	z-index: 1000;
	color: #fff;
}

#select_sort > .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 20px;
}

.show-more-parts .car-types {
	margin-left: 18px;
	padding-left: 0;
}

.car-parts-list-second {
	padding-left: 20px;
}

.car-brand-wrapper-small .go-out,
.car-brand-wrapper-small .go-out:hover,
.car-brand-wrapper-small .go-out:focus,
.car-brand-wrapper-small .go-out:active {
	margin-top: -190px !important;
}

#owl-demo-second .cars-box img {
	width: 60% !important;
	max-height: 100%;
}

#owl-demo-second .brands-box a {
	font-weight: 700;
}
#owl-demo-second .brands-box{
	padding-left: 20px;
}
#owl-demo-second .card-car-brand {
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 10px;
}

#owl-demo-second .owl-item + .owl-item .card-car-brand {
	border-left: none;
}

#owl-demo-second .owl-prev {
	color: transparent;
	background: url(../images/left.png);
	background-color: #fff;
	background-repeat: no-repeat;
	width: 10px;
	height: 15px;
	position: absolute;
	left: 20px;
	top: 40%;
	padding: 17px;
	border: 1px solid #cdcdcd;
	border-radius: 50%;
	background-position: 50% 50%;
}

#owl-demo-second .owl-next {
	color: transparent;
	background: url(../images/right.png);
	background-color: #fff;
	background-repeat: no-repeat;
	width: 10px;
	height: 15px;
	position: absolute;
	right: 20px;
	top: 40%;
	padding: 17px;
	border: 1px solid #cdcdcd;
	border-radius: 50%;
	background-position: 50% 50%;
}

#excel, #checkout {
	margin-bottom: 55px;
}

.car-brand-wrapper-reverse-big .cars-box-model {
	padding-top: 5px;
	margin-bottom: 20px;
	height: 60px;
}

.car-brand-wrapper-reverse-big .car-brand-grid {
	width: 16.6666%;
}

.car-brand-wrapper-reverse-big .car-brand-grid {
	height: auto;
	padding-bottom: 5px;
}

.car-brand-wrapper-reverse-big .car-brand-grid-hover {
	left: 0;
	width: 100%;
}

.table-receivables-debit .table-generic tr:first-child td {
	border-top: 1px solid transparent;
}

.table-receivables-settlements .table-contractors-second-level tr:nth-child(2) td:not(:first-child) {
	border-left: 1px solid transparent !important;
}

.table-receivables-settlements .table-contractors-second-level tr:last-child td:not(:first-child) {
	border-left: 1px solid transparent;
}

.table-receivables-settlements .table-contractors-second-level tr:last-child td {
	background: #fff;
}

.wrapper-row-cart-account {
	border-top: none;
}

.car-brand-grid-hover-inside .popular-category-list ul li:before {
	content: "";
	display: none;
}

.wrapper__block-img .cancel {
	position: absolute;
	top: 13px;
	right: 25px;
	display: none;
	z-index: 1000000;
}

.wrapper__block-img:hover .cancel {
	display: block;
}

.wrapper-popular-category .car-brand-grid-hover-inside {
	padding: 10px 30px 5px 10px;
}

.wrapper-popular-category .car-brand-grid-hover {
	height: 86%;
}

a[data-parent="#accordion"]:hover, a[data-parent="#accordion"]:active, a[data-parent="#accordion"]:focus, a[data-parent="#accordion"]:visited {
	text-decoration: none;
	color: #31353d;
}

.wrapper-row-product-card table.table-generic {
	width: 101.5% !important;
}

.wrapper-row-product-card > .nano-pane > .nano-slider {
	margin: 0;
}

.item-heading {
	min-height: 140px;
}

.collapsed-list li a {
	position: relative;
}

.collapsed-list li a:before {
	content: '';
	background: url(../images/hide.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	left: -15px;
	top: 8px;
}

.collapsed-list li a.collapsed:before {
	background: url(../images/show-all.png);
	background-repeat: no-repeat;
}

.collapsed-list a:last-child:before {
	background: url(../images/circle.png);
	background-repeat: no-repeat;
}

.collapsed-list a:last-child:hover {
	color: #2196f3;
}

#error_message #checkout {
	margin-left: 0;
}

.wrapper-row-cart .second-list-block {
	margin-top: -6px;
}
.wrapper__block-img:hover img.photo_detail{
	 /*z-index: 1000000 !important;*/
}
span.sidebar-hide {
	width: 100%;
	position: relative;
	display: block;
	cursor: pointer;
}

.sidebar__block span.sidebar-hide:before {
	content: '';
	background: url(../images/hide.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 8px;
}

.sidebar__block span.collapsed:before {
	background: url(../images/show-all.png);
	background-repeat: no-repeat;
}

span.sidebar-hide a {
	width: 100%;
}

.sidebar__block-balance-mobile,
.table-receivables-small {
	display: none;
}

.table-receivables-small {
	width: 100% !important;
	margin:auto;
	margin-bottom: 20px;
	margin: auto;
}

.table-receivables-small td {
	border: 1px solid #e6e6e6;
	padding: 5px;
	min-width: 100px;
}

.table-receivables-small tr td:last-child {
	border-left: 1px solid transparent;
}

.table-receivables-small tr td:first-child {
	border-right: 1px solid transparent;
}

.table-receivables-small img {
	float: right;
	margin-right: 10px;
}

.table-receivables-small .show-more {
	cursor: pointer;
	position: relative;
	color: transparent;
	height: 23px;
}
.empty-tr{
	border: 1px solid transparent;
	height: 23px;
}
.border-tr{
	border-bottom: 6px solid #eee;
}
.table-receivables-small .show-more:before {
	content: '';
	background: url(../images/hide-circle.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 25px;
	top: 3px;
}

.table-receivables-small .collapsed .show-more:before {
	background: url(../images/show-circle.png);
}

.current-doc-sidebar-marks-mobile {
	display: none;
}
.table-receivables-small .wrapper__block__list:hover{
	box-shadow: none;
}
.wrapper__block:hover #btn, .wrapper__block:hover #btn1{
}
.show-card-product-search {
	position: relative;
	display: block;
	z-index: 2;
}
#str-history-search {
	position: absolute;
	top: 100%;
	overflow: hidden;
	height:35px;
	font-size: 12px;
}
.pswp__bg{
	opacity: 0.8 !important;
}
.control-website{
	text-align: center;
}
.owl_cars-tablets, .owl_cars-mobile{
	display: none;
}
.item-heading{ 
	position: relative;
}
.item-absolute-block{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
}
/*************** SCROLLBAR BASE CSS ***************/
 
.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
}
 
.scroll-wrapper > .scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	padding-right: 8px;
	position: relative !important;
	top: 0;
	width: auto !important;
}
 .scroll-wrapper > .scroll-content>ul{
	padding-left: 20px;
	margin-bottom: 10px;
 }
 .popular-category-list2{
	padding-left: 10px;
 }
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}
 
.scroll-element {
	display: none;
}
.scroll-element, .scroll-element div {
	box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
	cursor: default;
}
 
.scroll-textarea {
	border: 1px solid #cccccc;
	border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
	overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
	height: 0;
	width: 0;
}
 
 
 
 
/*************** SIMPLE INNER SCROLLBAR ***************/
 
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}
 
.scrollbar-inner > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-x {
	bottom: 2px;
	height: 8px;
	left: 0;
	width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-y {
	height: 100%;
	right: 2px;
	top: 0;
	width: 4px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer {
	overflow: hidden;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track,
/* .scrollbar-inner > .scroll-element .scroll-bar {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
} */
 
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #fff; }
.scrollbar-inner > .scroll-element .scroll-bar {  
	background: #000!important;
	opacity: 0.5 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	width: 2px;
} 
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
 
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
 
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }
.popular-link{
	height: 100%;
	width:100%;
	display: block;
}
.mobile-phones{
	display: none;
}
.btn-save-message, .btn-save-message:hover, .btn-save-message:focus,
.btn-save-message:active{
	margin-top: 0;
}
.for-hide-input{
	height: 0px; 
	width: 0px;
	overflow:hidden;
}
#yourBtn{
   position: relative;
   width: 150px;
   height: 36px;
   padding-top: 7px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   text-align: center;
   background: #ccc;
   cursor:pointer;
   margin-bottom: 10px;
  }
@media screen and (max-width: 1250px){
	.item__title {
		font-size: 20px;
	}
}
@media screen and (max-width: 1200px) {
	.slider-info {
		float: left;
		width: 100%;
	}
	.second-list-block {
		width: 50%;
	}
	.card-product-tabs {
		margin-top: 20px;
	}
/*    .third-list-block {
		width:25%;
	}
*/}

@media screen and (max-width: 1100px) {
	.item__title {
		font-size: 17px;
	}
	.show-popular {
		margin-top: 5px;
		width: 10px;
	}
	.car-brand-wrapper-small .car-brand-grid-hover {
		top: -1px;
	}
}

	.header_bl_destForAddGoods_ContractCode {display: contents}

.img-for-cart-mobile{display: none}
.img-for-cart-desktop{display: inline-block}

@media screen and (max-width: 1024px) {

	.cart-register:before, .cart-register-notafter:before {
		content: attr(data-count-basket);
		width: 18px;
		height: 18px;
		text-align: center;
		border-radius: 100%;
		position: absolute;
		left: 19px;
		top: -5px;
		font-size: 11px;
		line-height: 1.7;
		background: #fff;
		color: black;
		font-weight: normal;
	}
	.cart-register:after, .cart-register-notafter:after {
		content: attr(data-count-top);
		width: 18px;
		height: 18px;
		text-align: center;
		border-radius: 100%;
		position: absolute;
		left: -5px;
		top: 14px;
		font-size: 11px;
		line-height: 1.7;
		background: #ccc;
	}

	.img-for-cart-mobile{display: inline-block}
	.img-for-cart-desktop{display: none}

	.header_bl_destForAddGoods_ContractCode {display: none}

    .class_unreg_header {margin-top: 61px!important;}
    .class_reg_header {margin-top: 95px!important;}
	.adm-login {display: none!important;}

    #liqpay_header_menu{ display: none}
	#alert-users{ display: none}
	.cart-register{
		position: fixed;
		left: 65px;
		top: 17px;
	}

	.header-nav {
		margin: 0 5px;
	}
	.absolute-block-hover {
		width: 100%;
	}
	.wrapper__block {
		width: 49.7%;
	}
	.wrapper__block__list {
		width: 100% !important;
	}
	.car-brand-wrapper-small .grid-container {
		margin: -10px -5px 190px -2px;
	}
	.car-brand-wrapper-small .go-out, .car-brand-wrapper-small .go-out:hover, .car-brand-wrapper-small .go-out:focus, .car-brand-wrapper-small .go-out:active {
		margin-top: -190px !important;
	}
/*    .logo img {
		margin-top: -13px;
	}*/
	.logo img {
		margin-top: 0px;
		width: 125px;
	}
	.table-receivables td {
		font-size: 10px;
	}
	.wrapper-choose-year {
		padding-left: 0;
		clear: both;
	}
	.wrapper-popular-category .brands-box a {
		font-size: 13px;
	}
	.car-brand-grid-hover, .brands-box, .cars-models li {
		font-size: 13px !important;
	}
/*    .form-route, .form-route .courier {
		display: block;
		margin: 20px 0 0 0;
	}
*/
	.third-list-block .wrapper-button {
		margin-left: 5px;
		margin-right: 0;
	}
	li.mobile-hidden {
		display: none;
	}
/*    .header-nav li.logo-mobile {
		display: inline-block;
		margin: -2px 0 8px 0;
	}*/
	.header-nav li.logo-mobile {
		display: inline-block;
		margin: 0px 0 12px 0;
		text-align: center;
	}
	.header-nav {
		text-align: center;
	}
	.header-nav .cart-register, .header-nav .cart-register-notafter {
		text-align: justify;
	}
	.dropdown-cart li {
		text-align: left;
	}
	li.logo-mobile p {
		color: #fff;
		font-size: 8px;
		margin-left: 66px;
		padding-top: 7px;
	}
	.for-dropdown-first {
		float: left;
	}
	.for-dropdown-cart {
		float: right;
		margin-top: 12px;
	}
	.for-dropdown-first {
		margin-top: 12px;
	}
	.dropdown-cart {
		left: -173px;
	}
	.dropdown-cart:before {
		left: 176px;
	}
	.logo {
		display: none;
	}
	.header-bottom-mobile {
		text-align: center;
	}
	.phone__list {
		right: -6px;
		top:-23px;
		width: auto;
	}
	.stem-info {
		margin-top: -43px;
	}
	.header-nav li {
		vertical-align: top;
	}
	.wrapper-sort {
		padding-bottom: 10px;
	}
	.list-link, .table-link {
		border: none;
	}
	.list-link a {
		margin: 0;
	}
	#select_sort {
		width: 120px;
	}
/*    .third-list-block {
		width: 25%;
	}
*/    .new-items-block .wrapper__block__price {
		display: block;
	}
	.wrapper-row-product-card .second-list-block {
		width: 40%;
	}
	.container_card-of-goods {
		width: 100%;
		margin: auto;
		padding: 0 20px;
	}
	.cars-box-model {
		font-size: 10px;
	}
	.cash_on_delivery, .pickup, .courier {
		margin: 20px 0 0 0;
		display: block;
	}
/*    .courier {
		margin-top: 15px;
	}
*//*    .choose {
		display: block;
	}
*/    .card-of-bank {
		display: block;
		margin: 15px 0 0 0;
	}
	.cancell-message {
		width: 100%;
		margin-left: 0;
		display: block;
	}
	.adm-login {
		right: 178px;
	}
	.call {
		float: none;
		margin-left: 32px;
		text-align: left;
	}
	#search {
		top: -30px;
		margin-left: 0;
	}
	.phone img {
		width: 12px;
		margin-bottom: 5px;
	}
	.dropdown-second, .triangle {
		display: none !important;
	}
	.wrapper-popular-category .car-brand-grid {
		width: 33.33333%;
	}
	.owl_cars-desktop, .owl_cars-mobile{
		display: none;
	}
	.owl_cars-tablets{
		display: block;
	}
	.owl_cars{
		margin-top: 0;
	}
}

@media screen and (max-width: 992px) {
	.search_sidebar {margin-bottom: 0;}
	.header-nav {
		margin: 0;
	}
	.wrapper__block {
		width: 49.5%;
	}
	.adm-login {
		right: 120px;
	}
	.car-brand-wrapper-reverse, .reverse-heading, .wrapper-for-big-table {
		padding-left: 0;
	}
	.car-brand-grid-hover, .brands-box, .cars-models li {
		font-size: 12px !important;
	}
	.wrapper-row-product-card .third-list-block {
		/*width: 100% !important;*/
	}
	.card-product-tabs .active {
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
	}
	.popular-car-brands .car-brand-item,.sng-car-brands .car-brand-item {
		width:19.6%;
	}
	.car-brand-wrapper-reverse .popular-car-brands .car-brand-item,.car-brand-wrapper-reverse .sng-car-brands .car-brand-item {
		width:24.3%;
	}	
/*    .third-list-block {
		width: 34%;
	}
*/    .account-wrapper .select2-container {
		display: block;
		margin-top: 5px;
	}
	.route-select {
		margin-left: 0;
		margin-top: 20px;
		display: block;
	}
}

@media screen and (max-width: 970px) {
	.main-bottom__list li {
		width: 49.7%;
	}
	.account-table td,
	.account-table th {
		font-size: 10px;
		padding: 3px;
	}
	.cis-cars-row .cis-car-item {
		width: 33.3333%;
	}
	.cis-car-item:nth-child(4),
	.cis-car-item:nth-child(5),
	.cis-car-item:nth-child(6) {
		border-top: 1px solid #e6e6e6;
	}
	.cis-cars-row .cis-car-item:nth-child(4) {
		border-left: 1px solid transparent;
	}
}

@media screen and (max-width: 900px) {
	.modal-header .table-modal-mobile {
		display: block;
	}
	.table-modal-title {
		font-size: 12px;
	}
	#orderChangePrice .modal-dialog,
	#myModalAnalogTable .modal-dialog,
	#myModalRouteTable .modal-dialog,
	#myModal3 .modal-dialog {
		width: 100%;
	}
	.product-card-buy-button, .product-card-cart-button {
		display: block;
		margin: 5px 0 0 0;
	}
}

@media screen and (max-width: 800px) {
	.table-style-third td,
	.table-style-third th {
		font-size: 10px;
	}

	.receivables-wrapper {
		clear: both;
		padding-left: 0;
	}
	.label-edit-photo { /*Отключить редактирование фото*/
		display: none;
	}
}

@media screen and (max-width: 792px) {
	.header-nav {
		margin: 0 8px;
	}

	.for-cart-design-mobile{
		display: none;
	}

	.cart-register{
		position: fixed;
		left: 65px;
		top: 17px;
	}

}

@media screen and (max-width: 770px) {
	.table-link a {
		margin: 0 20px 0 20px;
	}

	.wrapper-button-to-start, .wrapper-button-add-goods {
		font-size: 15px;
	}

	.wrapper__block {
		width: 60%;
		min-width: 238px;
		margin: 10px auto;
	}

	.wrapper__block__list {
		margin: 0 auto;
	}

	.wrapper-row-product-card .third-list-block {
/*        width: 35.5% !important;
*/        /*margin-top: 20px;*/
	}

/*    .reserve {
		text-align: right;
	}
*/
	.choose-year td {
		padding: 5px;
		font-size: 10px;
	}

	.car-brand-wrapper-big .car-brand-grid {
		width: 16.6666%;
	}

	.car-brand-wrapper-big .grid-container {
		margin: -10px;
	}
	.popular-car-brands .car-brand-item,.sng-car-brands .car-brand-item {
		width:19.5%;
	}	
	.account-button {
		float: none;
	}

	.account-table td, .account-table th {
		padding: 1px !important;
	}

	.personal-data-part {
		display: block;
	}

	.for-mobile-route {
		margin-bottom: 10px;
	}

	.personal-data-block {
		width: 49%;
		display: inline-block;
	}

	.route {
		margin-left: 0;
		display: block;
	}

	.wrapper-row-cart .ui-spinner {
		width: 100px;
	}

	.container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.container_height {
		height: 200px;
	}

	.wrapper-row-product-card .third-list-block {
/*        width: 100% !important;
*/    }

	.product-card-button {
		margin: 0 0 0 5px !important;
	}

	.car-brand-wrapper-reverse-big .car-brand-grid {
		width: 25%;
	}

	.wrapper-popular-category .car-brand-grid {
		width: 50%;
	}

	.wrapper-popular-category .car-brand-grid-hover {
		height: 92%;
	}
	.car-brand-wrapper-reverse .popular-car-brands .car-brand-item,.car-brand-wrapper-reverse .sng-car-brands .car-brand-item,.car-brand-wrapper-reverse .sng-car-brands .car-brand-item {
		width:32.7%;
	}

/*    .third-list-block {
		width: 47%;
	}
*/}

@media screen and (max-width: 700px) {
/*    .wrapper-show {
		float: none;
		margin-top: 20px;
	}
*/
	.adm-login {
		right: 98px;
	}
	.item-heading {
		min-height: 170px;
	}
   .car-brand-wrapper {
		width: 100% !important;
		max-width: 100%;
	}

	#cat1, #cat2 {
		position: static;
	}

	#cat2 {
		padding-top: 5px;
	}

	.container {
		padding: 0 10px;
	}

	.container_height {
		height: 200px;
	}

	.table-style-second td, .table-style-second th {
		font-size: 10px;
		padding: 3px;
	}
	.popular-car-brands .car-brand-item,.sng-car-brands .car-brand-item {
		width:24.4%;
		height:165px;
	}	
	.car-brand-wrapper-reverse .popular-car-brands .car-brand-item,.car-brand-wrapper-reverse .sng-car-brands .car-brand-item,.car-brand-wrapper-reverse .sng-car-brands .car-brand-item {
		width:48.4%;
		height:165px;
	}
	.second-list-block {
		width: 100%;
	}
	.vin-img, .time-info{
		display: none;
	}
}

@media screen and (max-width: 630px) {
	.modal-body {
		display: flex;
	}
	.sidebar__block-balance-mobile {
		display: block;
	}
	.adm-login {
		right: 95px;
	}
	.table-receivables-small {
		display: table;
	}

	/*.sidebar__block-balance,*/
	.table-journal-desktop,
	.table-receivables-big,
	.table-choose_engine-big,
	.current-doc-sidebar-engine,
	.mobile-hidden+label{
		display: none;
	}

	.main-bottom__list li {
		width: 80%;
	}

	.main-bottom {
		text-align: center;
	}

	.category-second-level, .category-first-level {
		clear: both;
		margin-left: 34px;
	}

	.wrapper__block__azlk,
	.wrapper__block__domestic {
		clear: both;
		margin-bottom: 20px !important;
	}

	.journal-sidebar {
		width: 100%;
	}

	.journal-sidebar + .wrapper {
		padding-left: 0;
	}

	.second-list-block {
		width: 100%;
	}

	.third-list-block .ui-spinner {
		width: 70px;
		float: right;
	}

	.ui-spinner-down {
		left: 10px;
	}

	.ui-spinner-up {
		right: 1px;
	}

	.third-list-block .wrapper-button {
		margin: 5px 0 0 0;
	}

	.ui-spinner input {
		margin-top: 11%;
	}

	.new-items-block .ui-spinner input {
		margin-top: 3px;
	}

	.absolute-block-hover .ui-spinner input {
		margin-top: 5%;
	}

	.table-receivables td {
		font-size: 8px;
		padding: 1px;
	}

	.table-receivables .table-generic {
		margin-left: 0;
	}

	#owl-demo-second .brands-box a {
		padding-left: 0;
	}

	.max-date {
		float: none;
		display: block;
	}

	.first-minical {
		margin-left: 14px !important;
	}

	#minical_calendar_0,
	#minical_calendar_1,
	#minical_calendar_2,
	#minical_calendar_3 {
		left: 0 !important;
		right: 0 !important;
		margin: auto;
	}
	.table-receivables-small td{
		font-size: 14px;
	}

	.current-doc-sidebar-marks-mobile {
		display: block;
		border-bottom: none;
	}

	.current-doc-sidebar-marks-mobile #list1:before {
		background: none;
	}

	.current-doc-sidebar-marks-mobile .car-types {
		padding-left: 0;
	}
	.current-doc-sidebar-models,
	#checkbox_mark+label{
	   display: none;
   }
   .current-doc-sidebar-marks #list1:before,
   .current-doc-sidebar-marks .list-level:before{
	   background: none;
   }
   .current-doc-sidebar-marks .car-types{
	   padding-left: 0;
   }
   .current-doc-sidebar-marks .show-more-parts .checkbox + label {
	   margin-left: 0;
	}
	.order-for-add .table-generic {
		font-size: 10px;
	}
}

@media screen and (max-width: 598px) {

	#menuSearchCatSuppl p{float: none!important;}

	.adm-login {
		right: 80px;
	}
	.form__clients-info .ui-selectmenu-button {
		display: block;
	}

	.wrapper-button-to-start, .wrapper-button-add-goods {
		font-size: 13px;
	}
}

.destForAddGoods-div{
	width: 152px;
}
@media screen and (min-width: 560px) {
	.destForAddGoods-div{
		position: relative; float: right; width: 264px;
	}
	.destForAddGoods-span{
		float: right;
	}
	/*.destForAddGoods-card{
		width: 256px;
	}*/
}

@media screen and (max-width: 560px) {
	.header-nav > li + li {
		/* margin-left: 7px; */
	}

	.adm-login {
		right: 78px;
	}
	.wrapper {
		padding-left: 0;
		clear: both;
	}

	.sidebar {
		width: 100%;
	}

	.note {
		width: 100%;
	}

	#rg-gallery, .rg-image-wrapper, .es-carousel-wrapper {
		width: 100%;
	}

	.rg-image-nav-prev, .rg-image-nav-next {
		bottom: 0;
	}

	.es-carousel {
		display: none;
	}

	.slider-info {
		padding-top: 300px;
	}

	.slider-info .ui-spinner-input {
		margin-top: 5%;
	}

	.personal-data-block {
		width: 100%;
	}
	.third-list-block {
		width:auto;
	}
	.third-list-block .wrapper-button {
		display: block;
		margin: 5px 0 0 0 !important;
	}

	.wrapper__block {
		margin: 10px auto;
	}

	.wrapper__block__list {
		margin: 0 auto;
	}

	.account-button {
		display: block;
		margin-left: 0;
		margin-top: 1px;
	}

	.account-wrapper {
		padding-bottom: 0;
	}

	.credit, .shipment, .cancell-message {
		margin-left: 0;
		display: block;
	}
	.popular-car-brands .car-brand-item,.sng-car-brands .car-brand-item {
		width:32.7%;
		height:165px;
	}
/*	#call-back-now {
		display:none!important;
	}*/
	.wrapper-button-dest-css {
		left: 45%;
	}
	.order-for-add .table-generic {
		font-size: 8px;
	}
	.order-for-add .table-generic img {
		width: 10px;
		height: auto;
	}
}
@media screen and (max-width: 480px) {

    #myModalStatusLiqPay .message-to-manager{width: 250px;!important;}
	.journal-description {padding: 36px 0;}
    .tabs {display: none!important;}
    .form__clients-info{display: grid;}
    .phone-authorized {width: 50%!important;}

    .choose {
		width: 100%;
	}
	.adm-login {
		right: 57px;
	}
    .second-list-block {
        margin-top: 12px!important;
    }

}
@media screen and (max-width: 450px) {

	.cart-register{
		position: fixed;
		left: 45px;
		top: 10px;
	}

	.car-brand-grid-hover, .brands-box, .cars-models li {
		font-size: 12px !important;
	}

	.item-info {
		padding-left: 0;
	}

	.car-brand-wrapper-big .car-brand-grid {
		width: 25% !important;
		height: 90px;
	}

	.car-brand-wrapper-big .grid-container {
		margin: -10px -5px 0 -2px;
	}

	.main-bottom__list {
		text-align: center;
	}

	li.logo-mobile p {
		font-size: 8px;
	}

	.table-arrow {
		width: 5px;
	}

	.table-style-second td, .table-style-second th {
		padding: 1px;
		font-size: 7px;
	}
	.tbl-liqpay-res td {
		padding: 3px;
		font-size: 10px!important;
	}

	.table-style-second {
		max-width: 100%;
	}

	.car-brand-wrapper-reverse-big .car-brand-grid {
		width: 25% !important;
	}

	.car-brand-wrapper-reverse-big .car-brand-grid {
		height: auto;
	}
	.popular-car-brands .car-brand-item,.sng-car-brands .car-brand-item {
		width:49.5%;
		height:165px;
	}
}
@media (min-width: 434px) and (max-width:1024px) {
	.header-nav li.logo-mobile {
		display: inline-block!important;      
	}
}
@media screen and (max-width: 435px) {
	#header_ContractCode,
	#header_destForAddGoods {
		padding-right: 16px;
		margin-top: -10px!important;
		font-size: 11px;
		position: fixed;
	}
	aside {left: -369px;}

	.header-top{
		height: 60px;/*54px;*/
	}
	.adm-login {
		right: 178px;
	}
	.item-heading {
		height: 160px;
	}

	.car-parts-description {
		width: 100%;
	}

	.wrapper-cars-parts .car-brand-grid {
		height: 204px;
	}

	.car-brand-wrapper {
		padding-bottom: 20px;
	}

	.car-brand-grid {
		width: 50%;
		height: 220px;
	}

	.car-brand-grid-hover {
		bottom: -15px;
		left: -2px;
	}
	.wrapper__order .form__clients-info #phone3 {
		margin-top:10px;
	}
	.cars-box {
		height: 156px;
	}

	.wrapper-row-product-card .second-list-block {
		width: 100%;
	}

	.rights {
		font-size: 9px;
		margin-top: 40px;
	}

	.footer-logo__title, footer hr,
	.stem-info li:last-child, .wrapper-sort__price,
	.wrapper-sort__name, .wrapper-show {
		display: none;
	}
	.footer-logo {
		position: absolute;
		top: 54px;
		right: 0;
		width: 120px;
		height: 39px
	}
	.sidebar {
		padding-right: 0;
	}

	.social {
		float: left;
		margin-top: 8px;
		margin-bottom: 0;
	}

	.logo p, .header-bottom {
		display: none;
	}

	.stem-info {
		margin-bottom: -73px;
		position: absolute;
		bottom: -67px;
		right: 0;
	}

	.stem-info li img {
		width: 70px;
	}

	.footer-bottom {
		padding: 10px;
	}

	.footer-top {
		position: relative;
	}
	.main h1 {
		font-size: 26px;
	}

	.tabs {
		margin-top: 0;
	}

	.irs {
		width: 100% !important;
	}

	.for-dropdown-first {
		margin-left: 0;
	}

	.for-dropdown-cart {
		margin-right: 0;
	}

	.stem-info:before {
		content: "Разработка";
		display: inline-block;
		font-size: 10px;
		color: #adaeb0;
		position: absolute;
		top: 10px;
		left: 0;
	}

	.note {
		width: 100%;
	}

	.cancell-all, .cancell-all:hover:hover, .cancell-all:focus, .cancell-all:active {
		font-size: 10px;
	}

	.cancell-all span {
		display: none;
	}

	.go-out, .go-out:hover, .go-out:focus, .go-out:active {
		margin-top: 30px;
		font-size: 11px;
	}
	/*.title_total {
		float: right;
		width: 180px;
	}*/
	.product-card__title .go-out,
	.product-card__title .go-out:hover,
	.product-card__title .go-out:focus,
	.product-card__title .go-out:active {
		margin-top: 8px;
	}

	.wrapper__block__list .wrapper__block-img,
	.absolute-block-hover {
		width: 100%;
	}

	.wrapper__block {
		width: 95%;
		margin: auto;
		margin-bottom: 20px;
		padding-bottom: 45px;
	}

	.wrapper-popular-category .car-brand-grid-hover {
		bottom: -34px;
	}

	.choose-year td {
		padding: 5px 2px;
		font-size: 8px;
	}

	.spinner-big, .spinner-big input {
		display: block;
	}

	.wrapper-row-cart .spinner-big {
		display: inline-block;
	}

	.li-input-mobile {
		display: inline-block !important;
		margin-bottom: 11px;
		margin-top: 3px;
		float: right;
	}

	#input_search {
		width: 180px;
		height: 22px;
		outline: none;
		border: none;
		border-bottom: 1px solid #c3daed;
		background: #1976d2;
		color: #fff;
		appearance: none;
		padding: 0;
		line-height: 1;
		border-radius: 0;
	}
	.logo-mobile {
		position:static;
	}
	.logo-mobile .adm-login {
		display:none;
	}
	.logo-mobile img {
		width: 105px;
		height: 30px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 12px;
	}

	#input_search::-moz-placeholder {
		color: #c3daed;
		padding: 0;
		opacity: 1;
	}

	#input_search::-webkit-input-placeholder {
		color: #c3daed;
		padding: 0
	}

	#input_search:-moz-placeholder {
		padding: 0;
		opacity: 1;
	}

	#input_search:-ms-input-placeholder {
		padding: 0
	}

	#excel {
		margin-bottom: 0;
	}
	.cis-cars-row .cis-car-item {
		width: 80%;
		margin: 0 10%;
		border-left: 1px solid transparent !important;
		border-right: 1px solid transparent !important;
	}

	.cis-cars-row .cis-car-item + .cis-car-item {
		border-top: 1px solid #e6e6e6;
	}

	.for-dropdown-cart {
		margin-top: 4px;
	}

	.for-dropdown-first {
		margin-top: 5px;
	}

	#excel, #checkout {
		margin: 20px 0 0 20px;
	}

	.total-value {
		margin-bottom: 20px;
	}

	body {
		padding-bottom: 190px;
	}

	.social li:first-child {
		margin-left: 0;
	}

	.car-parts-block {
		margin-top: 0;
	}

	.car-parts-block img {
		margin: 0 60px 30px;
	}

	.wrapper__block__list + .wrapper__block__list {
		border-top: 1px solid transparent;
	}

	.wrapper-button-to-start, .wrapper-button-add-goods {
		margin-top: 10px;
		width: 100% !important;
	}

	.car-brand-grid {
		width: 100%;
		height: 220px;
	}
	.popular-car-brands .car-brand-item,.sng-car-brands .car-brand-item {
		width:49.3%;
		height:160px;
	}
	.car-brand-wrapper-small .grid-container {
		margin: -10px -2px 190px -2px;
	}

	.car-brand-wrapper-small img {
		max-width: 300px;
	}

	.cars-box {
		text-align: center;
	}

	.wrapper-popular-category .brands-box {
		margin-top: 30px;
	}

	.wrapper-popular-category .cars-box img {
		width: 50% !important;
		margin-top: 20px;
	}

	.wrapper-popular-category .car-brand-grid {
		width: 100%;
		height: 261px;
	}
	.owl_cars-desktop, .owl_cars-tablets{
		display: none;
	}
	.owl_cars-mobile{
		display: block;
	}
	.main {
		margin-top: 0;
	}
	.mobile-phones{
		display: block;
		float: left;
		color: #adaeb0;
		font-size: 15px;
		cursor: pointer;
	}
	.mobile-phones img{
		opacity: 0.5;
		margin-right: 5px;
		vertical-align: top;
		margin-top: 2px;
	}
	.mobile-phones li{
		margin-bottom: 3px;
	}
	#callback-btn {
		top: 58px;
		right: 14px;
	}
	.wrapper-button-dest-css {
		left:56%;
	}
	.order-for-add .table-generic {
		font-size: 6px;
	}
}
@media screen and (max-width: 360px) {
	.wrapper__block__list {
		padding-bottom:70px;
	}
	.third-list-block {
		float: right;
		padding-top:10px;
	}
	.wrapper-button-dest-css {
		left:10%;
		right:0!important;
		width:100%;
	}
	#input_search {
		width: 142px;
	}
	.order-for-add .table-generic .hide-on-mobile {
		display: none;
	}
	.card-product-tabs label {
		display: block;
	}
}