@charset "utf-8";
html,
body,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
big,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
}

.car-similar {
	display: flex;
	flex-flow: wrap;
	gap: 5px;
	/*justify-content: space-between;*/
}

.car-similar a img {
	width: 100%;
	height: 120px;
	object-fit: contain;
	object-position: center;
}

button.yet {
	display: flex;
	width: 180px;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	background: #29aae3;
	padding: 10px 20px;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	justify-content: center;
	margin: 25px auto;
	border: none;
}

button.yet:hover {
	background: #69bbdf;
}

.car-similar a {
	width: 16%;
	box-shadow: 10px 10px 40px rgb(0 0 0 / 7%);
	border-radius: 6px;
	overflow: hidden;
	padding-bottom: 5px;
	color: #000 !important;
	background: #fff;
}

span.car-similar-price {
	color: #29aae3;
	font-weight: 700;
	font-size: 18px;
}

.avto-similar {
	max-width: 1200px;
	margin: 0 auto;
}

h3.car-similar-model {
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.car-similar span {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	display: flex;
}

span.car-similar-year > span,
span.car-similar-mileage > span,
span.car-similar-add-date > span {
	width: auto;
	padding: 0px;
	margin-right: 5px;
}

span.car-similar-year,
span.car-similar-mileage,
span.car-similar-add-date {
	font-weight: 700;
}

.car-similar-modif {
	font-weight: 900;
	font-size: 13px !important;
	padding-left: 10px;
}

@media only screen and (max-width: 1050px) {
	.car-similar a img {
		width: 100%;
		height: 100px;
	}
}

@media only screen and (max-width: 1050px) {
	.car-similar a img {
		width: 100%;
		height: 100px;
	}
}

@media only screen and (max-width: 1001px) {
	.avto-similar {
		max-width: 1200px;
		margin: 0 auto;
		padding-left: 16px;
		padding-right: 15px;
	}

	.car-similar {
		justify-content: space-between;
	}

	.car-similar a {
		width: 32%;
	}

	.car-similar a img {
		height: 150px;
	}
}

@media only screen and (max-width: 810px) {
	span.car-similar-price {
		color: #29aae3;
		font-weight: 700;
		font-size: 14px;
	}
}

@media only screen and (max-width: 768px) {
	.car-similar {
		display: flex;
		flex-flow: wrap;
		gap: initial;
		justify-content: space-between;
	}

	.car-similar a {
		width: 49%;
		margin-bottom: 15px;
	}

	.avto-similar {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}

	.car-similar a img {
		width: 100%;
		height: 190px;
	}
}

@media only screen and (max-width: 550px) {
	.car-similar a img {
		width: 100%;
		height: 140px;
	}
}

@media only screen and (max-width: 550px) {
	.car-similar a img {
		width: 100%;
		height: 140px;
	}
}

@media only screen and (max-width: 470px) {
	.car-similar a img {
		width: 100%;
		height: 115px;
	}
}

@media only screen and (max-width: 470px) {
	.car-similar a img {
		width: 100%;
		height: 115px;
	}
}

@media only screen and (max-width: 380px) {
	.car-similar a img {
		width: 100%;
		height: 95px;
	}
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block;
}

section,
.block {
	overflow: hidden;
}

html,
body {
	min-height: 100%;
}

ol {
	list-style: decimal;
}

ol li {
	margin: 0 0 5px 15px;
}

ol ol,
ol ul,
ul ul,
ul ol {
	margin: 1em 0 1em 1em;
}

ul,
table,
form {
	margin-bottom: 1em;
}

ul {
	list-style: none;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ul,
ol {
	margin-left: 1.8em;
}

nav ul {
	list-style: none;
}

nav ul,
nav li {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3 {
	color: var(--titles-color);
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 22px;
	padding: 0 0 18px 0;
}

h2,
.h2 {
	padding: 0 0 15px 0;
	font-size: 19px;
	font-weight: bold;
	display: block;
}

h3,
.h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px 0;
	display: block;
}

strong {
	font-weight: bold;
}

blockquote,
q {
	background-color: #ebebeb;
	quotes: none;
	margin: 0 0 1.25em 0;
	padding: 1.25em;
	display: table;
	color: #000;
	font-size: 14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

small {
	font-size: 0.85em;
}

acronym,
abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dotted;
}

address {
	font-style: normal;
}

.ie7 img {
	-ms-interpolation-mode: bicubic;
}

sub {
	vertical-align: sub;
	font-size: smaller;
	bottom: -0.3em;
}

sup {
	vertical-align: super;
	font-size: smaller;
	top: -0.4em;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

pre,
code,
kbd,
samp {
	font-family: monospace, sans-serif;
}

blockquote {
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #4a4b4b;
}

pre {
	padding: 15px;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}

sup,
sub {
	vertical-align: baseline;
	position: relative;
}

table {
	border-collapse: collapse;
	border-spacing: 1px;
}

table td,
table th {
	padding: 4px;
}

table.border td,
table.border th {
	border: 1px solid #e2e2e2;
}

table th {
	text-align: center;
	font-weight: bold;
	background-color: #e9e9e9;
}

table td img {
	vertical-align: top;
}

.dashed {
	border-bottom: 1px dashed;
}

a.dashed {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.txt-cntr {
	text-align: center;
}

.img-left {
	float: left;
	margin: 0.3em 1em 0.3em 0;
}

.img-right {
	float: right;
	margin: 0.3em 0 0.3em 1em;
}

.nopadding {
	padding: 0;
}

.noindent {
	margin-left: 0;
	padding-left: 0;
}

.nobullet {
	list-style: none;
}

.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

.hidden {
	display: none;
	visibility: hidden;
}

.invisible {
	visibility: hidden;
}

.visuallyhidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

.relative {
	position: relative;
}

.clear,
.clrleft,
.clrright {
	clear: both;
	width: 100%;
	display: block;
}

.clrleft {
	clear: left;
}

.clrright {
	clear: right;
}

.nobr {
	white-space: nowrap;
}

.bold {
	font-weight: bold;
}

.prim,
.userPrim {
	font-size: 0.85em;
	color: #000;
}

.accent {
	font-weight: bold;
}

.forprint {
	display: none;
}

.w45pcnt {
	width: 45%;
}

.w50pcnt {
	width: 50%;
}

.mt30 {
	margin-top: 30px;
}

.mt15 {
	margin-top: 15px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.ie6 legend,
.ie7 legend {
	margin-left: -7px;
}

select,
input,
textarea {
	overflow: hidden;
	margin: 0;
	padding: 2px;
	color: var(--main-text-color);
	background: var(--secondary-background-color);
	border: 1px solid #d9d9d9 !important;
}

input,
select,
button {
	vertical-align: middle;
}

input[type='radio'] {
	vertical-align: text-bottom;
}

input[type='checkbox'] {
	vertical-align: middle;
	background: transparent;
}

.ie7 input[type='checkbox'] {
	vertical-align: baseline;
}

.ie6 input {
	vertical-align: text-bottom;
}

input[type='radio'] {
	background-color: #f2f2f2;
}

input[type='button'],
input[type='submit'],
button {
	cursor: pointer;
}

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
	background-color: #f0dddd;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #bbb;
	background-color: transparent;
}

input.placeholder,
textarea.placeholder {
	color: #bbb;
}

label {
	color: #333;
	text-align: left;
	font-size: 13px;
}

input[disabled='disabled'],
select[disabled='disabled'] {
	color: #a3a3a3;
	background-color: #e2e2df;
}

select[disabled='disabled'] {
	background-color: #ececec;
}

select,
textarea,
input.text {
	width: 350px;
	border: 1px solid #bbb;
}

select {
	border: 1px solid #c2c3c6;
	height: 23px;
	padding: 0;
}

form {
	width: 98%;
}

fieldset {
	margin-bottom: 24px;
}

.fancybox-infobar {
	font-size: 15px !important;
	color: #fff !important;
}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs,
.fancybox-button--close {
	height: 55px !important;
	width: 55px !important;
}

@font-face {
	font-family: 'fontello';
	src: url('fontello/font/fontello.eot?63928334');
	src: url('fontello/font/fontello.eot?63928334#iefix') format('embedded-opentype'), url('fontello/font/fontello.woff2?63928334') format('woff2'),
		url('fontello/font/fontello.woff?63928334') format('woff'), url('fontello/font/fontello.ttf?63928334') format('truetype'), url('fontello/font/fontello.svg?63928334#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^='icon-']:before,
[class*=' icon-']:before {
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	/* opacity:.8;*/
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: 0.2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-heart-empty:before {
	content: '\e800';
}

/* '' */
.icon-heart:before {
	content: '\e801';
}

/* '' */
.icon-star:before {
	content: '\e802';
}

/* '' */
.icon-star-empty:before {
	content: '\e803';
}

/* '' */
.icon-plus:before {
	content: '\e804';
}

/* '' */
.icon-cancel-circled2:before {
	content: '\e805';
}

/* '' */
.icon-cancel-circled:before {
	content: '\e806';
}

/* '' */
.icon-cancel:before {
	content: '\e807';
}

/* '' */
.icon-ok-circled:before {
	content: '\e808';
}

/* '' */
.icon-ok:before {
	content: '\e809';
}

/* '' */
.icon-ok-circled2:before {
	content: '\e80a';
}

/* '' */
.icon-plus-circled:before {
	content: '\e80b';
}

/* '' */
.icon-minus:before {
	content: '\e80c';
}

/* '' */
.icon-minus-circled:before {
	content: '\e80d';
}

/* '' */
.icon-mail:before {
	content: '\e80e';
}

/* '' */
.icon-location:before {
	content: '\e80f';
}

/* '' */
.icon-phone:before {
	content: '\e810';
}

/* '' */
.icon-login:before {
	content: '\e811';
}

/* '' */
.icon-logout:before {
	content: '\e812';
}

/* '' */
.icon-down-dir:before {
	content: '\e813';
}

/* '' */
.icon-up-dir:before {
	content: '\e814';
}

/* '' */
.icon-left-dir:before {
	content: '\e815';
}

/* '' */
.icon-right-dir:before {
	content: '\e816';
}

/* '' */
.icon-down-open:before {
	content: '\e817';
}

/* '' */
.icon-left-open:before {
	content: '\e818';
}

/* '' */
.icon-right-open:before {
	content: '\e819';
}

/* '' */
.icon-up-open:before {
	content: '\e81a';
}

/* '' */
.icon-link-ext:before {
	content: '\f08e';
}

/* '' */
.icon-phone-squared:before {
	content: '\f098';
}

/* '' */
.icon-sort:before {
	content: '\f0dc';
}

/* '' */
.icon-sort-down:before {
	content: '\f0dd';
}

/* '' */
.icon-sort-up:before {
	content: '\f0de';
}

/* '' */
.icon-mail-alt:before {
	content: '\f0e0';
}

/* '' */
.icon-plus-squared:before {
	content: '\f0fe';
}

/* '' */
.icon-angle-left:before {
	content: '\f104';
}

/* '' */
.icon-angle-right:before {
	content: '\f105';
}

/* '' */
.icon-angle-up:before {
	content: '\f106';
}

/* '' */
.icon-angle-down:before {
	content: '\f107';
}

/* '' */
.icon-angle-circled-left:before {
	content: '\f137';
}

/* '' */
.icon-angle-circled-right:before {
	content: '\f138';
}

/* '' */
.icon-angle-circled-up:before {
	content: '\f139';
}

/* '' */
.icon-angle-circled-down:before {
	content: '\f13a';
}

/* '' */
.icon-minus-squared:before {
	content: '\f146';
}

/* '' */
.icon-minus-squared-alt:before {
	content: '\f147';
}

/* '' */
.icon-ok-squared:before {
	content: '\f14a';
}

/* '' */
.icon-plus-squared-alt:before {
	content: '\f196';
}

/* '' */
.icon-toggle-off:before {
	content: '\f204';
}

/* '' */
.icon-toggle-on:before {
	content: '\f205';
}

/* '' */

.errors,
.jot-err,
.userError {
	background-color: #ffe8e8;
}

.msgok,
.jot-cfm {
	background-color: #efffd4;
}

.errors,
.jot-err,
.msgok,
.fpinfo,
.jot-list,
.jot-cfm,
.userError {
	padding: 10px;
	margin: 0 0 1em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.errors p,
.jot-err p,
.msgok p,
.info p,
.fpinfo p,
.jot-cfm p,
.userError p {
	padding: 0;
	margin: 0;
}

.pages {
	margin: 5px 0 15px 0;
	padding-top: 10px; /*border-top:1px solid #dddbd9;*/
}

.pages ul {
	margin: 0;
	text-align: center;
	list-style: none;
}

.pages ul li {
	border: 1px solid #dddbd9;
	height: 30px;
	width: 30px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0;
	cursor: pointer;
}

.pages ul li a,
.pages ul li span {
	color: var(--main-text-color);
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	display: block;
	line-height: 27px;
	height: 30px;
	width: 40px;
}

.pages ul li a:hover {
	color: #fe5e20;
}

.pages ul li.active {
	border: 1px solid #fe5e22;
}

.pages ul li.prev {
	background: transparent url('../i/icons/inner/prev.png') no-repeat center;
	border: none;
	background-size: contain;
}

.pages ul li.next {
	background: transparent url('../i/icons/inner/next.png') no-repeat center;
	border: none;
	background-size: contain;
}

#navigation {
	width: 100%;
	margin: 0 0 20px 0;
}

#navigation ul {
	margin: 0;
	overflow: hidden;
}

#navigation ul li {
	color: #666;
	font-size: 13px;
	background: none;
	float: left;
	padding-left: 0;
	margin: 0 0 5px 0;
}

#navigation ul li a,
#navigation ul li span {
	color: #666;
	font-size: 13px;
}

#navigation ul li a:hover {
	color: #252a2d;
}

#navigation ul li.separator {
	margin: 0 10px;
}

a.photos img,
a.fancybox img,
.photo {
	padding: 2px;
	margin: 2px;
	background: #a4a2a0;
}

.news-body .photo,
.photo-a-gal,
.news-body .gal img {
	width: 97%;
	height: auto;
}

.gallery .head {
	font-size: 24px;
}

.gallery ul {
	margin-left: 0;
	width: 800px;
	overflow: hidden;
}

.gallery ul li {
	float: left;
}

.gallery ul li img {
	height: 140px;
	margin: 0 20px 20px 0;
	width: 210px;
	padding: 2px;
	background: #a4a2a0;
}

.gallery ul li img:hover {
	background-color: #e89300;
}

body.main {
	background: #21262a url('../i/main/page_bgr.png') repeat-x 0 -2px;
}

.index-header {
	height: auto;
	margin-bottom: 30px;
	padding-top: 20px;
	z-index: 2000 !important;
}

#btn-mobile-menu {
	background: url('../i/burger-w.png') no-repeat center center;
	width: 45px;
	height: 45px;
	display: block;
	position: relative;
	margin-top: 5px;
	margin-left: 5px;
	cursor: pointer;
}

.disable-mob-menu {
	display: none !important;
}

.mobile-menu,
.mobile-menu > nav > ul > li .clients ul,
.mobile-menu .helpful-info .list ul li,
.mobile-menu .helpful-info .list {
	width: 99% !important;
}

.mobile-menu {
	display: block;
	background: #f2f2f2 !important;
	border: 0 !important;
	border-right: 2px solid #dee3df;
	z-index: 7000;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	transition: 0.5s;
	overflow: hidden;
	overflow-y: auto !important;
	height: 100% !important;
	margin-left: -99%;
}

.mobile-menu,
.catalog-compare {
	/*IE scrolls*/
	scrollbar-face-color: rgba(254, 94, 33, 0.6);
	scrollbar-shadow-color: rgba(254, 94, 33, 0.6);
	scrollbar-highlight-color: #c1c1d1;
	scrollbar-3dlight-color: #c1c1d1;
	scrollbar-darkshadow-color: rgba(254, 94, 33, 0.6);
	scrollbar-track-color: #c1c1d1;
	scrollbar-arrow-color: #c1c1d1;
	/*-ms-overflow-style:-ms-autohiding-scrollbar;*/
	/* FF rules */
	scrollbar-color: rgba(254, 94, 33, 0.6) #c2d2e4;
	scrollbar-width: thin;
}

.mobile-menu::-webkit-scrollbar,
.catalog-compare::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

.mobile-menu::-webkit-scrollbar-track,
.catalog-compare::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}

.mobile-menu::-webkit-scrollbar-thumb,
.catalog-compare::-webkit-scrollbar-thumb {
	background: rgba(254, 94, 33, 0.6);
}

.catalog-compare {
	overflow-y: hidden;
	overflow-x: auto;
}

.mob-menu-header {
	display: block;
	background: #757c85;
	text-align: center;
}

.mob-menu-header img {
	width: 170px;
	position: relative;
	margin-top: 40px;
	margin-bottom: 5px;
}

.mobile-menu .btn-close {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	font-size: 24px;
	text-align: center;
	color: #fff;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.menu-btnmore {
	display: block;
	width: 55px !important;
	height: 47px !important;
	font-size: 20px !important;
	margin-left: 205px !important;
	margin-top: -47px !important;
	overflow: hidden !important;
	background: #e4e4e4;
	border-bottom: 1px solid #d4d4d4 !important;
}

.menu-btnmore:before {
	margin-bottom: 5px !important;
	position: relative !important;
	top: -6px;
	right: 0 !important;
}

.menu-btnmore:hover {
	background: #d5d5d5;
}

.mobile-menu > nav {
	padding-bottom: 30px;
}

.mobile-menu > nav > ul > li {
	display: block !important;
	float: none !important;
	min-height: 47px;
	position: static !important;
	background: none !important;
}

.mobile-menu > nav > ul > li > a,
.mobile-menu > nav > ul > li > span {
	font-size: 16px;
	border-bottom: 1px solid #dee3df;
	display: block;
	height: 47px;
	padding: 16px 0 0 10px !important;
}

.mobile-menu > nav > ul > li > a:hover {
	color: #fe5e21 !important;
}

.mobile-menu > nav > ul > li:hover {
	border-top: 0 !important;
	margin-top: 0 !important;
}

.mobile-menu > nav > ul > li > div {
	border-bottom: 3px solid #fe5e21 !important;
	padding: 10px 5px 15px 10px !important;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	width: auto !important;
	display: none;
}

.mobile-menu > nav,
.mobile-menu > nav > ul {
	border: 0 !important;
}

.mobile-menu .contacts .icon {
	float: none !important;
	margin-left: 15px;
}

.mobile-menu .contacts {
	overflow: hidden;
}

.mobile-menu .contacts .description .address,
.mobile-menu .contacts .description .address2 {
	float: none !important;
	height: auto !important;
	margin-bottom: 20px !important;
	margin-left: 10px !important;
	width: 230px !important;
}

.mobile-menu .contacts .description .address2 {
	margin-bottom: 10px !important;
}

.mobile-menu .contacts .description {
	margin: 0 !important;
}

.mobile-menu > nav > ul > li .clients {
	padding: 0 !important;
	margin: -2px !important;
}

.mobile-menu > nav > ul > li .clients ul {
	height: 450px !important;
	line-height: 33px;
}

.mobile-menu .helpful-info .icon {
	display: none;
}

.mobile-menu .helpful-info .list {
	margin-left: -10px !important;
}

.mobile-menu .helpful-info .list ul {
	float: none !important;
	width: auto !important;
}

.mobile-menu .helpful-info .list ul li {
	display: block;
	min-height: 30px !important;
}

.mobile-menu .helpful-info .list ul li a {
	display: block;
	width: 295px !important;
	padding-left: 20px;
	height: 35px;
	line-height: 33px;
}

.mobile-menu .helpful-info .list ul li a {
	background: none;
}

.mobile-menu .helpful-info .list ul li a:hover {
	border: 0 !important;
}

.mobile-menu .helpful-info .list a span {
	background: transparent url('../i/inner/sub_menu_dotted_brd.png') repeat-x bottom;
}

.mobile-menu .helpful-info .list a:hover span {
	border-bottom: 3px solid #fe5e21;
	background: none;
}

.mobile-menu .helpful-info .left {
	width: auto !important;
	float: none !important;
}

.mobile-menu #left-menu {
	margin: -20px 0 10px 0 !important;
	width: 100% !important;
}

.mobile-menu #left-menu > ul > li > ul {
	margin: 0 0 15px 0 !important;
}

.mobile-menu #left-menu > ul > li > span,
.mobile-menu #left-menu > ul > li > a {
	padding: 10px 0 4px 105px !important;
}

#mobile-menu-bodycolor {
	position: absolute;
	width: 100%;
	min-height: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	top: 0;
	left: 0;
	z-index: 6000;
	display: none;
}

.index-main-logo img {
	display: block;
	height: 20px;
	width: 208px;
	margin: 0 auto;
	margin-bottom: 2px;
}

.index-main-logo span {
	text-decoration: none;
	color: #f2f2f2;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: 6px;
	display: block;
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}

.index-top-contacts {
	background: transparent url('../i/icons/main/top_contacts_bgr.png') no-repeat right 0;
	color: #fafafa !important;
	text-decoration: none !important;
	display: block;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-weight: bold;
	text-align: right;
	padding-right: 32px;
	line-height: 28px;
	font-size: 19px;
	width: 99%;
	margin: 0 auto;
}

.index-top-contacts:hover {
	text-decoration: underline !important;
}

#slider {
	height: 460px;
	margin: 0 auto;
	max-width: 900px;
	z-index: -1000;
	margin-top: -70px;
	display: block;
	position: relative;
	overflow: hidden;
}

#slider {
	margin-bottom: 28px;
}

#slider .nivo-caption {
	position: absolute;
	right: -11px;
	top: 100px;
	width: 332px;
	z-index: 9000;
}

#slider .nivo-caption ul {
	margin: 0;
}

#slider .nivo-caption ul li {
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#slider .nivo-caption ul li.part-1 {
	color: #d3dde7;
	margin-left: 0px;
}

#slider .nivo-caption ul li.part-2 {
	color: #d3dde7;
	margin-left: 65px;
}

#slider .nivo-caption ul li.part-3 {
	color: #d3dde7;
	margin-left: 165px;
}

.auc-sheet {
	width: 99%;
}

.auc-sheet-descr {
	width: 470px;
}

.flex-centr {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.indx-cat {
	height: 175px;
	margin: 0 0 40px 0;
	position: relative;
}

.indx-cat div {
	height: 175px;
	width: 265px;
	position: relative;
	overflow: hidden;
}

.indx-cat div a {
	background-position: center center;
	text-decoration: none;
	height: 175px;
	width: 265px;
	margin: 0 auto;
	display: block;
}

.indx-cat div a img {
	border-bottom: 2px solid #1e1e1e;
	margin: 0 0 2px 0;
}

.indx-cat div a .icon {
	margin-left: -15px;
	margin-top: -10px;
	display: block;
}

.indx-cat div a .title {
	background: transparent url('../i/icons/main/forum_buy_cars_bgr.png') no-repeat left 5px;
	color: #fff;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 24px;
	margin-top: -25px;
	padding-left: 30px;
	position: relative;
	width: 265px;
	display: block;
}

.indx-cat div a:hover .title {
	text-decoration: underline !important;
	color: #fe5e20;
}

#img_auclist {
	width: 320px;
	height: 240px;
	display: none;
	position: absolute;
	z-index: 10;
}

#imgloader_auclist {
	width: 320px;
	height: 240px;
	display: none;
	position: absolute;
	z-index: 11;
	background: url('../../img/loader.gif') no-repeat center center;
}

.auclist-cat {
	margin-bottom: 5px;
}

.auclist-cat .item {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}

.auclist-cat .item a {
	font-size: 14px;
}

.auclist-amount {
	text-align: right;
	margin-bottom: 10px;
    max-width: 1170px;
}

.auclist-amount div {
	padding: 5px 0;
}

.auclist-jp-img,
.auclist-1-img {
	width: 99%;
	height: auto;
}

.auclist-img-hd {
	display: none;
}

.lotsdata th {
	vertical-align: top;
}

.lotsdata th img {
	cursor: pointer;
	width: 7px;
	height: 6px;
}

.hor-line {
	margin: 15px 0;
	border-top: 1px solid #999;
	height: 1px;
}

footer.main,
div.mainindex {
	padding: 18px 22px 30px 22px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #21262a url('../i/grd/main/footer.png') repeat-x top;
	background: -moz-linear-gradient(top, #14181b 0%, #21262a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #14181b), color-stop(100%, #21262a));
	background: -webkit-linear-gradient(top, #14181b 0%, #21262a 100%);
	background: -o-linear-gradient(top, #14181b 0%, #21262a 100%);
	background: -ms-linear-gradient(top, #14181b 0%, #21262a 100%);
	background: linear-gradient(to bottom, #14181b 0%, #21262a 100%);
}

.mainindex h1,
.mainindex h2,
.mainindex h3 {
	color: #999999;
	padding: 2px 0;
}

.mini-about {
	color: #999;
	font-size: 13px;
}

.mini-about p {
	margin: 0;
	line-height: 18px;
}

.mini-about h1,
.mini-about h2,
.mini-about h3 {
	font-size: 18px !important;
	padding: 3px 0;
}

body.inner {
	background: #a4a2a0 url('../i/inner/page_bgr.png') repeat-x top;
	overflow: auto;
}

.inner-header {
	margin-top: 5px;
}

.inner-logo {
	margin-bottom: 12px;
	overflow: hidden;
	height: 60px;
}

.inner-logo span {
	text-decoration: none;
}

.img-inner-logo {
	height: 11px;
	width: 90px;
	margin: -25px 0 5px 65px;
	cursor: pointer;
	display: block;
}

.disable-mob-menu-fix .img-inner-logo {
	margin: 15px 0 5px 5px;
	width: 80%;
	height: auto;
}

.inner-logo .tip {
	color: #f2f2f2;
	font-size: 17px;
	font-weight: bold;
	text-shadow: #666 1px 1px 4px;
	text-transform: uppercase;
	word-spacing: 6px;
	display: none;
}

#mini-info-board {
	margin: 10px 0 20px 0;
	background: #979b9f;
	overflow: hidden;
	text-align: center;
}

#mini-info-board .separator {
	width: 1px;
	height: 34px;
	background: transparent url('../i/inner/mini_info_board_spr.png') no-repeat center center;
	margin: 0 auto;
}

.marg1 {
	width: 510px !important;
}

.marg2 {
	margin-left: 535px !important;
}

#mini-info-board .mini-info {
	padding-top: 6px;
	padding-left: 20px;
	color: #f2f2f2;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 16px;
}

#mini-info-board a.abasket {
	background: transparent url('../i/icons/inner/basket.png') no-repeat left center;
	padding-left: 20px;
	color: #f2f2f2;
}

#mini-info-board .basket {
	color: #f2f2f2;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 16px;
}

#mini-info-board .mini-info:hover,
#mini-info-board a:hover.abasket {
	color: #d5d5d5;
}

#mini-info-board .entry {
	background: transparent url('../i/icons/inner/lock.png') no-repeat left 9px;
}

#mini-info-board .registration {
	background: transparent url('../i/icons/inner/registration.png') no-repeat left 9px;
}

#mini-info-board .exit {
	background: transparent url('../i/icons/inner/exit.png') no-repeat left 9px;
}

#mini-info-board .person {
	background: transparent url('../i/icons/inner/person.png') no-repeat left 9px;
}

#mini-info-board .balance {
	padding-left: 0 !important;
}

#mini-info-board .balance:hover {
	color: #f2f2f2;
}

#mini-info-board .item {
	text-align: center;
	height: 32px;
	padding-top: 5px;
}

.bord-inner-balance {
	border-bottom: 1px solid #8c8f92;
	border-right: 1px solid #8c8f92;
}

.bord-inner-basket {
	border-bottom: 1px solid #8c8f92;
}

.bord-inner-user {
	border-right: 1px solid #8c8f92;
}

.top-contacts {
	margin: 0 0 5px 0;
	color: #3d484e;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 14px;
	padding: 5px 0 0 0;
	text-align: right;
}

.top-contacts a,
.intp1 {
	font-size: 18px;
	padding-left: 4px;
	font-weight: bold;
	text-decoration: none;
	color: #3d484e;
}

.top-contacts a:hover {
	text-decoration: underline;
}

.top-contacts .tel {
	color: #fff !important;
}

.mob-menu-header .top-contacts {
	margin: 0;
	padding-bottom: 10px !important;
	text-align: center;
	border-bottom: 1px solid #dee3df;
}

.ico-whatsapp {
	background: url('../i/icons/inner/whatsapp-24.png') no-repeat top center;
	padding: 5px 15px 4px 15px !important;
	margin: 0;
	font-size: 100% !important;
}

.whatsapp-button {
	position: fixed;
	cursor: pointer;
	left: 10px;
	bottom: 30px;
	width: 45px;
	height: 45px;
	text-align: center;
}

.whatsapp-button img {
	width: 45px;
	height: 45px;
}

.whatsapp-button:before,
.whatsapp-button:after {
	content: ' ';
	display: block;
	position: absolute;
	border: 50%;
	border: 1px solid #50d750; /*цвет волн*/
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animateWhtApp 1.5s ease infinite;
	opacity: 0;
	backface-visibility: hidden;
}

.whatsapp-button:after {
	animation-delay: 0.5s;
}

@keyframes animateWhtApp {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

.intp1 {
	padding-right: 8px;
}

.skype-block {
	margin: 5px 0 0 5px;
	width: 70px;
	height: 20px;
	background: url('../i/icons/inner/skype-short.png') no-repeat center center;
	float: right;
	text-decoration: none !important;
	display: block;
}

.menu-hide {
	display: none;
}

#menu {
	margin: 0 !important;
	height: 54px;
	position: relative;
	border-bottom: 1px solid #888;
	border-top: 6px solid #bfc4c5;
	background: #ededed url('../i/grd/inner/menu.png') repeat-x bottom;
	background: -moz-linear-gradient(top, #ededed 0%, #bfc4c5 50%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(50%, #bfc4c5), color-stop(100%, #d8d8d8));
	background: -webkit-linear-gradient(top, #ededed 0%, #bfc4c5 50%, #d8d8d8 100%);
	background: -o-linear-gradient(top, #ededed 0%, #bfc4c5 50%, #d8d8d8 100%);
	background: -ms-linear-gradient(top, #ededed 0%, #bfc4c5 50%, #d8d8d8 100%);
	background: linear-gradient(to bottom, #ededed 0%, #bfc4c5 50%, #d8d8d8 100%);
}

#menu > nav > ul {
	margin: 0;
}

#menu > nav > ul > li {
	background: transparent url('../i/inner/menu_spr.png') no-repeat right 11px;
	float: left;
}

#menu > nav > ul > li > a,
#menu > nav > ul > li > span {
	color: #212629;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #dee3df;
	display: block;
	height: 47px;
	padding: 16px 15px 0 23px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

#menu > nav > ul > li.old,
#menu > nav > ul > li:last-child,
#menu > nav > ul > li.last {
	background: none;
}

#menu > nav > ul > li:hover {
	border-top: 6px solid #fe5e21;
	margin-top: -6px;
	background: #f2f3f4 url('../i/grd/inner/menu_hover.png') repeat-x bottom;
	background: -moz-linear-gradient(top, #e2e3e3 0%, #f2f3f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e3e3), color-stop(100%, #f2f3f4));
	background: -webkit-linear-gradient(top, #e2e3e3 0%, #f2f3f4 100%);
	background: -o-linear-gradient(top, #e2e3e3 0%, #f2f3f4 100%);
	background: -ms-linear-gradient(top, #e2e3e3 0%, #f2f3f4 100%);
	background: linear-gradient(to bottom, #e2e3e3 0%, #f2f3f4 100%);
}

#menu > nav > ul > li > div {
	border-bottom: 1px solid #bfc4c5;
	padding: 20px 20px 15px 20px;
	position: absolute;
	top: 46px;
	left: 0;
	width: 958px;
	z-index: 999;
	display: none;
	background: #f2f3f4 url('../i/grd/inner/sub_menu.png') repeat-x bottom;
	background: -moz-linear-gradient(top, #f2f3f4 0%, #e2e3e3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f3f4), color-stop(100%, #e2e3e3));
	background: -webkit-linear-gradient(top, #f2f3f4 0%, #e2e3e3 100%);
	background: -o-linear-gradient(top, #f2f3f4 0%, #e2e3e3 100%);
	background: -ms-linear-gradient(top, #f2f3f4 0%, #e2e3e3 100%);
	background: linear-gradient(to bottom, #f2f3f4 0%, #e2e3e3 100%);
	-webkit-box-shadow: inset 0 -1px 1px #f2f2f2;
	-moz-box-shadow: inset 0 -1px 1px #f2f2f2;
	box-shadow: inset 0 -1px 1px #f2f2f2;
}

.helpful-info .icon {
	height: 143px;
	width: 220px;
	float: left;
	padding: 2px;
	background: #a4a2a0;
}

.helpful-info .icon:hover {
	background-color: #e89300;
}

.helpful-info .list {
	margin-left: 255px;
	overflow: hidden;
}

.helpful-info .list ul {
	margin: 0;
	width: 220px;
	float: left;
}

.helpful-info .list ul li {
	height: 25px;
	margin-bottom: 14px;
}

.helpful-info .list ul li a {
	background: transparent url('../i/inner/sub_menu_dotted_brd.png') repeat-x bottom;
	color: #46575e;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 15px;
	line-height: 15px;
	padding-bottom: 8px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.helpful-info .list ul li a:hover {
	background: none;
	border-bottom: 6px solid #fe5e21;
	color: #fe5e21;
}

#menu > nav > ul > li .clients {
	padding: 10px 10px 15px 10px;
	overflow: hidden;
}

#menu > nav > ul > li .clients ul {
	margin: 0;
	height: 152px;
	overflow: hidden;
}

#menu > nav > ul > li .clients ul li {
	float: left;
}

#menu > nav > ul > li .clients ul li a {
	border: 2px solid transparent;
	height: 50px;
	margin: 0;
	width: 50px;
	display: block;
}

#menu > nav > ul > li .clients ul li a:hover {
	border: 2px solid #fe5e20;
}

.contacts .icon {
	height: 130px;
	width: 200px;
	float: left;
	padding: 2px;
	background: #a4a2a0;
}

.contacts .icon:hover {
	background-color: #e89300;
}

.contacts .description {
	margin-left: 215px;
	overflow: hidden;
}

.contacts .description .address {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 22px;
	height: 50px;
	width: 230px;
	float: left;
}

.contacts .description .address2 {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 22px;
	height: 50px;
	width: 255px;
	margin-left: 10px;
	float: left;
}

.contacts .description .address div,
.contacts .description .address2 div {
	margin: 20px 0 0 0;
}

.contacts .description .mail,
.contacts .description .skype {
	background: transparent url('../i/icons/inner/mail.png') no-repeat left 0;
	margin-bottom: 10px;
	padding-left: 30px;
	display: block;
	clear: both;
}

.contacta {
	margin-bottom: 15px;
}

.contacta a {
	font-size: 17px;
	padding-right: 15px;
}

.contacts .description .skype {
	background-image: url('../i/icons/inner/skype.png');
}

#menu > nav > ul > li .about ul {
	margin: 0;
	padding-bottom: 7px;
	overflow: hidden;
}

#menu > nav > ul > li .about ul li {
	margin-right: 16px;
	text-align: center;
	width: 224px;
	float: left;
}

#menu > nav > ul > li .about ul li a {
	text-decoration: none;
}

#menu > nav > ul > li .about ul li a .icon {
	height: 116px;
	margin-bottom: 10px;
	width: 220px;
	padding: 2px;
	background: #a4a2a0;
}

#menu > nav > ul > li .about ul li a .icon:hover {
	background-color: #e89300;
}

#menu > nav > ul > li .about ul li a .title {
	border-bottom: 4px solid transparent;
	color: #212629;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 4px;
	position: relative;
	overflow: hidden;
}

#menu > nav > ul > li .about ul li a:hover .icon {
	background-color: #e89300;
}

#menu > nav > ul > li .about ul li a:hover .title {
	border-bottom-color: #fe5e21;
}

#forum-entry-button {
	margin-right: 4px;
	position: relative;
	float: right;
	background: transparent url('../i/grd/inner/forum.png') repeat-x top;
	background: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

#forum-entry-button > a {
	background: transparent url('../i/icons/inner/arrow_down.png') no-repeat center 35px;
	color: #212629;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 20px;
	height: 45px;
	padding: 8px 83px 0 79px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

#forum-entry-button:hover,
#forum-entry-button.open {
	background: #f2f3f4 url('../i/grd/inner/forum_hover.png') repeat-x top;
	background: -moz-linear-gradient(top, #e2e3e3 0%, #f2f3f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e3e3), color-stop(100%, #f2f3f4));
	background: -webkit-linear-gradient(top, #e2e3e3 0%, #f2f3f4 100%);
	background: -o-linear-gradient(top, #e2e3e3 0%, #f2f3f4 100%);
	background: -ms-linear-gradient(top, #e2e3e3 0%, #f2f3f4 100%);
	background: linear-gradient(to bottom, #e2e3e3 0%, #f2f3f4 100%);
}

#forum-entry-button:hover > a,
#forum-entry-button.open > a {
	background-image: url('../i/icons/inner/arrow_down_hover.png');
	color: #fe5e21;
}

#forum-entry-button .dropdown {
	background-color: #fff;
	left: 0;
	position: absolute;
	top: 53px;
}

#forum-entry-button .dropdown ul {
	border: 1px solid #bdc2c3;
	border-bottom: none;
	margin: 0;
}

#forum-entry-button .dropdown ul li {
	border-bottom: 1px solid #bdc2c3;
	width: 100%;
	display: block;
	overflow: hidden;
}

#forum-entry-button .dropdown ul li a {
	width: auto;
	background: transparent url('../i/icons/inner/forum/row.png') no-repeat 12px 19px;
	color: #212629;
	min-height: 23px;
	padding: 15px 25px 10px 37px;
	display: block;
	overflow: hidden;
}

#forum-entry-button .dropdown ul li a:hover {
	background: #fe5e21 url('../i/icons/inner/forum/row_hover.png') no-repeat 12px 19px;
	border-bottom-color: #fda304;
	color: #fff;
}

#forum-entry-button .dropdown ul li.go-forum a {
	background: transparent url('../i/icons/inner/forum/forum.png') no-repeat 12px 10px;
	font-size: 16px;
	height: 15px;
	min-height: 0;
	padding: 10px 30px 15px 46px;
}

#forum-entry-button .dropdown ul li.go-forum a:hover {
	background: #fe5e21 url('../i/icons/inner/forum/forum_hover.png') no-repeat 12px 10px;
	border-bottom-color: #fda304;
	color: #fff;
}

#forum-entry-button .dropdown .close {
	height: 24px;
	width: 100%;
	background: #e2e3e3 url('../i/grd/inner/forum_close.png') repeat-x;
	background: -moz-linear-gradient(top, #e2e3e3 0%, #c0c5c6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e3e3), color-stop(100%, #c0c5c6));
	background: -webkit-linear-gradient(top, #e2e3e3 0%, #c0c5c6 100%);
	background: -o-linear-gradient(top, #e2e3e3 0%, #c0c5c6 100%);
	background: -ms-linear-gradient(top, #e2e3e3 0%, #c0c5c6 100%);
	background: linear-gradient(to bottom, #e2e3e3 0%, #c0c5c6 100%);
	overflow: hidden;
}

#forum-entry-button .dropdown .close div {
	background: transparent url('../i/icons/inner/arrow_down_close.png') no-repeat center 6px;
	cursor: pointer;
	height: 24px;
	width: 100%;
	display: block;
	overflow: hidden;
}

#forum-entry-button .dropdown .close div:hover {
	background-image: url('../i/icons/inner/arrow_down_close_hover.png');
}

#forum-entry-button .dropdown .close:hover {
	background: #c0c5c6 url('../i/grd/inner/forum_close_hover.png') repeat-x;
	background: -moz-linear-gradient(top, #c0c5c6 0%, #e2e3e3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c0c5c6), color-stop(100%, #e2e3e3));
	background: -webkit-linear-gradient(top, #c0c5c6 0%, #e2e3e3 100%);
	background: -o-linear-gradient(top, #c0c5c6 0%, #e2e3e3 100%);
	background: -ms-linear-gradient(top, #c0c5c6 0%, #e2e3e3 100%);
	background: linear-gradient(to bottom, #c0c5c6 0%, #e2e3e3 100%);
}

#content {
	background-color: #f2f2f2;
	border-bottom: 3px solid #dee3df;
	border-left: 3px solid #dee3df;
	border-right: 3px solid #dee3df;
	overflow: hidden;
}

#content > .left-column {
	width: 222px;
	float: left;
	display: none;
}

#content > .right-column {
	margin-left: 0;
	width: 100%;
}

#content > .right-column p {
	line-height: 18px;
}

.lots {
	padding-top: 20px;
	padding-bottom: 50px;
}

.lots h1 {
	padding-bottom: 6px;
}

.lot {
	padding-bottom: 30px;
}

.lot h1 {
	padding-bottom: 5px;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 23px;
	font-weight: bold;
}

.lot h1 span {
	font-size: 18px;
}

.minput {
	width: 50%;
}

.inp-calc-back {
	width: 83%;
}

#content.search h1 {
	text-transform: uppercase;
}

#content > .right-column > section {
	margin-bottom: 20px;
}

#send-request-button {
	border: 1px solid #e5e5e5;
	border-right: 1px solid #e3e3e3;
	margin: 0 0 26px 0;
	width: 218px;
	text-decoration: none;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0 2px 2px #878787;
	-moz-box-shadow: 0 2px 2px #878787;
	box-shadow: 0 2px 2px #878787;
	background: #ededed url('../i/grd/inner/request_button.png') repeat-x bottom;
	background: -moz-linear-gradient(top, #ededed 0%, #bfc4c5 50%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(50%, #bfc4c5), color-stop(100%, #d8d8d8));
	background: -webkit-linear-gradient(top, #ededed 0%, #bfc4c5 50%, #d8d8d8 100%);
	background: -o-linear-gradient(top, #ededed 0%, #bfc4c5 50%, #d8d8d8 100%);
	background: -ms-linear-gradient(top, #ededed 0%, #bfc4c5 50%, #d8d8d8 100%);
	background: linear-gradient(to bottom, #ededed 0%, #bfc4c5 50%, #d8d8d8 100%);
}

#send-request-button:hover {
	background: #d8d8d8 url('../i/grd/inner/request_button_hover.png') repeat-x bottom;
	background: -moz-linear-gradient(top, #d8d8d8 0%, #bfc4c5 50%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8d8d8), color-stop(50%, #bfc4c5), color-stop(100%, #ededed));
	background: -webkit-linear-gradient(top, #d8d8d8 0%, #bfc4c5 50%, #ededed 100%);
	background: -o-linear-gradient(top, #d8d8d8 0%, #bfc4c5 50%, #ededed 100%);
	background: -ms-linear-gradient(top, #d8d8d8 0%, #bfc4c5 50%, #ededed 100%);
	background: linear-gradient(to bottom, #d8d8d8 0%, #bfc4c5 50%, #ededed 100%);
}

#send-request-button:active {
	-webkit-box-shadow: inset 0 2px 2px #878787;
	-moz-box-shadow: inset 0 2px 2px #878787;
	box-shadow: inset 0 2px 2px #878787;
}

#send-request-button span {
	background: transparent url('../i/icons/inner/request.png') no-repeat 1px 1px;
	color: #212629;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 18px;
	height: 56px;
	line-height: 18px;
	padding: 9px 42px 0 104px;
	text-decoration: none;
	display: block;
}

.b12 li {
	width: 210px;
	margin-right: 13px;
	float: left;
}

.b12 li a:hover {
	color: #000;
	text-decoration: underline;
}

#left-menu {
	position: relative;
	margin: 150px 0 30px 12px;
	width: 230px;
}

#left-menu a,
#left-menu span,
.b12 a,
.b12 span {
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	text-transform: uppercase;
}

#left-menu > ul {
	margin: 0;
}

#left-menu > ul > li,
.b12 > ul > li {
	background: transparent url('../i/inner/menu_li_first_lvl2.png') no-repeat left 62px;
	padding-bottom: 1px;
}

#left-menu > ul > li > span,
#left-menu > ul > li > a,
.b12 > ul > li > span,
.b12 > ul > li > a {
	background-position: left 1px;
	background-repeat: no-repeat;
	color: #212629;
	font-size: 18px;
	height: 52px;
	line-height: 22px;
	margin-bottom: 20px;
	padding: 8px 0 4px 115px;
	text-decoration: none;
	display: block;
}

#left-menu > ul > li > a:hover {
	color: #000;
}

#left-menu > ul > li > ul {
	margin: 0 0 30px 0;
}

#left-menu > ul > li > ul > li {
	list-style: none;
}

#left-menu > ul > li > ul > li a {
	height: 30px;
	padding: 7px 0 0 36px;
	background: transparent url('../i/icons/inner/menu_sub_bgr.png') no-repeat 13px 14px;
	color: #3d474d;
	font-size: 14px;
	text-decoration: underline;
	text-transform: uppercase;
	display: block;
}

#left-menu > ul > li > ul > li a:hover {
	background-color: #fe5e22;
	background-image: url('../i/icons/inner/menu_sub_bgr_hover.png');
	color: #f2f2f2;
	text-decoration: none;
}

#vote {
	width: 220px;
}

#vote .head {
	color: #000;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0 0 4px 2px;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	display: block;
}

#vote .vote-object {
	background-color: #3b464c;
	border: 1px solid #d9d8d7;
	padding: 10px 8px 8px 8px;
}

#vote .vote-object .title {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

#vote .vote-object .middle {
	padding: 12px 11px 8px 11px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#vote .vote-object .middle .member {
	margin: 0 0 10px 0;
}

#vote .vote-object .middle .member .icon {
	margin: 0 0 5px -4px;
	margin: 0 auto;
	display: block;
}

#vote .vote-object .middle .member .name {
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #3c464c;
}

#vote .vote-object .middle .member.second .name {
	padding-left: 14px;
}

#vote .vote-object .middle .vote-button {
	height: 29px;
	padding: 2px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #fe5f21 url('../i/grd/inner/left_vote_button.png') repeat-x top;
	background: -moz-linear-gradient(top, #e89300 0%, #fe5f21 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e89300), color-stop(100%, #fe5f21));
	background: -webkit-linear-gradient(top, #e89300 0%, #fe5f21 100%);
	background: -o-linear-gradient(top, #e89300 0%, #fe5f21 100%);
	background: -ms-linear-gradient(top, #e89300 0%, #fe5f21 100%);
	background: linear-gradient(to bottom, #e89300 0%, #fe5f21 100%);
}

#vote .vote-object .middle .vote-button:hover {
	background: #e89300 url('../i/grd/inner/left_vote_button_hover.png') repeat-x top;
	background: -moz-linear-gradient(top, #fe5f21 0%, #e89300 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe5f21), color-stop(100%, #e89300));
	background: -webkit-linear-gradient(top, #fe5f21 0%, #e89300 100%);
	background: -o-linear-gradient(top, #fe5f21 0%, #e89300 100%);
	background: -ms-linear-gradient(top, #fe5f21 0%, #e89300 100%);
	background: linear-gradient(to bottom, #fe5f21 0%, #e89300 100%);
}

#vote .vote-object .middle .vote-button .quantity {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	height: 24px;
	line-height: 20px;
	padding-top: 5px;
	text-align: center;
	width: 39px;
	float: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#vote .vote-object .middle > .left-column {
	width: 73px;
	float: left;
}

#vote .vote-object .middle > .center-column {
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fe5e21;
	padding-top: 65px;
	text-align: center;
	text-transform: uppercase;
	width: 34px;
	float: left;
}

#vote .vote-object .middle > .right-column {
	width: 73px;
	float: left;
}

.vote-dialog {
	padding: 15px 30px;
	text-align: center;
	width: 400px;
	text-align: center;
}

.vote-dialog .t {
	font-size: 14px;
	padding-bottom: 15px;
	display: block;
}

.socials {
	padding-left: 68px;
}

.socials a {
	background: url('../images/socials.png') no-repeat scroll 0 0;
	display: block;
	float: left;
	height: 49px;
	margin-right: 5px;
	overflow: hidden;
	text-indent: -9999px;
	width: 48px;
}

.socials a.fb {
	background-position: 0 0;
}

.socials a.tw {
	background-position: -50px 0;
}

.socials a.ok {
	background-position: -100px 0;
}

.socials a.ml {
	background-position: -250px 0;
}

.socials a.vk {
	background-position: -150px 0;
}

.clients-wrap {
	display: none;
	height: 57px;
	padding: 2px 2px 2px 0;
	margin: -2px 0 24px 0;
	overflow: hidden;
}

#clients {
	border-top: 1px solid #efdab5;
	height: 57px;
	padding: 3px;
	width: 2000px;
	background: #e89201 url('../i/grd/inner/clients.png') repeat-x bottom;
	background: -moz-linear-gradient(top, #e89201 0%, #fd6020 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e89201), color-stop(100%, #fd6020));
	background: -webkit-linear-gradient(top, #e89201 0%, #fd6020 100%);
	background: -o-linear-gradient(top, #e89201 0%, #fd6020 100%);
	background: -ms-linear-gradient(top, #e89201 0%, #fd6020 100%);
	background: linear-gradient(to bottom, #e89201 0%, #fd6020 100%);
}

#clients ul {
	margin: 0;
}

#clients ul li {
	height: 50px;
	width: 50px;
	float: left;
}

#clients ul li a {
	width: 50px;
	height: 50px;
	display: block;
}

#clients ul li a:hover {
	border-top: 5px solid #fe5e21;
	border-bottom: 5px solid #fe5e21;
	margin-top: -5px;
}

.articles {
	margin-bottom: 30px;
}

.articles ul {
	margin: 0 !important;
}

.articles ul li {
	margin: 0 0 26px 0 !important;
	padding: 0 !important;
	background: none !important;
	overflow: hidden;
}

.articles ul li .icon {
	width: 98%;
	height: auto;
	float: none;
	padding: 2px;
	background: #a4a2a0;
}

.articles ul li .icon2 {
	height: auto !important;
}

.articles ul li .icon3 {
	background: none !important;
	border: 1px solid #b7b7b7;
}

.articles ul li .icon:hover {
	background-color: #e89300;
}

.articles ul li .description {
	margin: 0;
}

.articles ul li .description .title {
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 17px !important;
	line-height: 18px;
	margin-bottom: 5px;
	display: block;
}

.articles ul li .description .info {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

.articles .data {
	color: #000000;
	font-size: 10px;
}

#comments {
	padding-top: 14px;
}

#comments .head {
	font-size: 24px;
	color: #000;
	padding-bottom: 14px !important;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	display: block;
}

#comments .comment-tabs {
	border: 1px solid #b3b1b0;
	width: 494px;
	background: #fff url('../i/grd/inner/comments.png') repeat-x bottom;
	background: -moz-linear-gradient(top, #fff 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #d8d8d8));
	background: -webkit-linear-gradient(top, #fff 0%, #d8d8d8 100%);
	background: -o-linear-gradient(top, #fff 0%, #d8d8d8 100%);
	background: -ms-linear-gradient(top, #fff 0%, #d8d8d8 100%);
	background: linear-gradient(to bottom, #fff 0%, #d8d8d8 100%);
}

#comments .comment-tabs .tabs-head {
	overflow: hidden;
}

#comments .comment-tabs .tabs-head .tab {
	background-color: #f1f1f1;
	border-right: 1px solid #b3b1b0;
	color: #999;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 33px;
	padding: 12px 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 150px;
	float: left;
}

#comments .comment-tabs .tabs-head .tab .vk,
#comments .comment-tabs .tabs-head .tab .facebook {
	padding-left: 26px;
	background: transparent url('../i/icons/inner/comments/vk.png') no-repeat 0 2px;
}

#comments .comment-tabs .tabs-head .tab .facebook {
	background-image: url('../i/icons/inner/comments/fb.png');
}

#comments .comment-tabs .tabs-head .tab:hover {
	color: #555;
}

#comments .comment-tabs .tabs-head .tab.active {
	color: #000;
	background: #cecece url('../i/grd/inner/comment_tab_active.png') repeat-x bottom;
	background: -moz-linear-gradient(top, #cecece 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cecece), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(top, #cecece 0%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #cecece 0%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #cecece 0%, #f5f5f5 100%);
	background: linear-gradient(to bottom, #cecece 0%, #f5f5f5 100%);
}

#comments .comment-tabs .tabs-body {
	padding: 0 10px 10px 10px;
}

#comments .comment-tabs .tabs-body div {
	display: none;
}

.icontacts {
	margin: 10px 0 20px 0;
	overflow: hidden;
}

.icontacts ul li {
	background: none;
}

.icontacts .info {
	width: 100%;
	float: none;
}

.icontacts .info ul {
	margin: 0;
	overflow: hidden;
}

.icontacts .info ul li {
	margin-bottom: 10px;
	padding-left: 37px;
	display: inline-block;
	float: left;
	height: 100px;
	width: 100%;
}

.icontacts .info ul li .title {
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 17px;
	color: #000;
	display: block;
}

.icontacts .info ul li .remark {
	color: #333;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
}

.icontacts .info ul li .remark a {
	color: #333;
	font-size: 13px;
	text-decoration: none;
}

.icontacts .info ul li.office {
	background: transparent url('../i/icons/inner/contacts/location.png') no-repeat 0 0;
}

.icontacts .info ul li.phone-fax {
	background: transparent url('../i/icons/inner/contacts/phone.png') no-repeat 0 0;
}

.icontacts .info ul li.phone-fax .title {
	padding-bottom: 5px;
}

.icontacts .info ul li.mail {
	background: transparent url('../i/icons/inner/contacts/mail.png') no-repeat 0 0;
}

.icontacts .info ul li.mail .title {
	padding-bottom: 5px;
}

.icontacts .info ul li.skype {
	list-style: none !important;
	background: none !important;
}

.icontacts .info ul li.skype .title {
	padding-bottom: 2px;
}

.icontacts .info ul li.skype .remark .skype-name {
	margin-bottom: 7px;
	display: block;
}

.icontacts .map {
	margin-left: 0;
	width: 90%;
	height: 354px;
	padding: 2px;
	background: #a4a2a0;
}

.icontacts .map div {
	width: 100%;
	height: 350px;
}

#inner-vote {
	margin-bottom: 30px;
	overflow: hidden;
}

#inner-vote .member {
	width: 305px;
}

#inner-vote .member a {
	color: #fe5e20;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
	display: block;
}

#inner-vote .member a:hover {
	color: #d93d02;
}

#inner-vote .member img {
	padding: 4px;
	background: #e89300;
	margin-bottom: 20px;
}

#inner-vote .vote-button {
	border: 1px solid #e5e5e5;
	color: #fff;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 16px;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 185px;
	margin: 0 auto;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0 2px 2px #878787;
	-moz-box-shadow: 0 2px 2px #878787;
	box-shadow: 0 2px 2px #878787;
	background: #e99201 url('../i/grd/inner/inner_vote_button.png') repeat-x top;
	background: -moz-linear-gradient(top, #ededed 0%, #fc631e 50%, #e99201 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(50%, #fc631e), color-stop(100%, #e99201));
	background: -webkit-linear-gradient(top, #ededed 0%, #fc631e 50%, #e99201 100%);
	background: -o-linear-gradient(top, #ededed 0%, #fc631e 50%, #e99201 100%);
	background: -ms-linear-gradient(top, #ededed 0%, #fc631e 50%, #e99201 100%);
	background: linear-gradient(to bottom, #ededed 0%, #fc631e 50%, #e99201 100%);
}

#inner-vote .vote-button {
	margin-bottom: 15px;
}

#inner-vote .vote-button:hover {
	background: #ededed url('../i/grd/inner/inner_vote_button_hover.png') repeat-x top;
	background: -moz-linear-gradient(top, #e99201 0%, #fc631e 50%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e99201), color-stop(50%, #fc631e), color-stop(100%, #ededed));
	background: -webkit-linear-gradient(top, #e99201 0%, #fc631e 50%, #ededed 100%);
	background: -o-linear-gradient(top, #e99201 0%, #fc631e 50%, #ededed 100%);
	background: -ms-linear-gradient(top, #e99201 0%, #fc631e 50%, #ededed 100%);
	background: linear-gradient(to bottom, #e99201 0%, #fc631e 50%, #ededed 100%);
}

#inner-vote .vote-button:active {
	-webkit-box-shadow: inset 0 2px 2px #fc631e;
	-moz-box-shadow: inset 0 2px 2px #fc631e;
	box-shadow: inset 0 2px 2px #fc631e;
}

#inner-vote .quantity {
	color: #000000;
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}

#inner-vote > .left-column {
	width: 305px;
	float: left;
}

#inner-vote > .center-column {
	color: #fe5e21;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 155px;
	text-transform: uppercase;
	width: 72px;
	float: left;
}

#inner-vote > .right-column {
	width: 305px;
	float: left;
}

#old-votes {
	background-color: #edeeef;
	border: 1px solid #ccc;
	padding: 15px 0 0 20px;
}

#old-votes .head {
	font-size: 18px;
	color: #000;
}

#old-votes .head:hover {
	color: #f54402;
}

#old-votes ul {
	margin: 10px 0 0 0;
	list-style: none;
}

#old-votes ul li {
	margin: 0 0 10px 4px;
}

#old-votes ul li .date {
	color: #000000;
	font-size: 12px;
	padding-right: 5px;
}

#old-votes ul li .title {
	font-size: 14px;
}

#lots,
#lot {
	width: 100%;
}

#lots td,
#lots th,
#lot td,
#lot th,
.lotclass td,
.lotclass th {
	border: none;
	text-align: center;
	padding: 0;
}

#lots tbody tr td._car-price{
	color: var(--link-color);
}

#lots thead tr th,
#lot tr th,
.lotclass tr th {
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 14px;
	padding: 4px 0;
	background: #f5f5f5 url('../i/grd/inner/lot_table.png') repeat-x top;
	background: -moz-linear-gradient(top, #cecece 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cecece), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(top, #cecece 0%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #cecece 0%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #cecece 0%, #f5f5f5 100%);
	background: linear-gradient(to bottom, rgb(5, 96, 119, 0.9) 0%, rgb(5, 96, 119, 0.4) 100%);
	color: #ffffff;
}

#lots thead tr th a,
#lot tr th a {
	color: #000000;
	text-align: center;
	text-decoration: none;
	padding-right: 12px;
	display: inline-block;
	vertical-align: top;
}

#lots thead tr th a.sort-up,
#lots thead tr th a.sort-down,
#lot tr th a.sort-up,
#lot tr th a.sort-down {
	background: transparent url('../i/icons/inner/up.png') no-repeat right center;
	padding-right: 12px;
}

#lots thead tr th a.sort-down,
#lot tr th a.sort-down {
	background-image: url('../i/icons/inner/down.png');
}

#lots thead tr th a.sort-up:hover,
#lot tr th a.sort-up:hover {
	background-image: url('../i/icons/inner/down.png');
}

#lots thead tr th a.sort-down:hover,
#lot tr th a.sort-down:hover {
	background-image: url('../i/icons/inner/up.png');
}

#lots thead tr th a:hover,
#lot tr th a:hover {
	background: transparent url('../i/icons/inner/down.png') no-repeat right center;
	color: #676767;
}

#lots thead tr th .clickable,
#lot tr th .clickable {
	background: transparent url('../i/inner/th_brd.png') repeat-x bottom;
	padding-bottom: 2px;
}

#lots thead tr th.lots,
#lot tr th.lots {
	width: 100px;
}

#lots thead tr th.first,
#lot tr th.first {
	border-left: 1px solid #ccc;
}

#lots thead tr th.last,
#lot tr th.last {
	border-right: 1px solid #ccc;
}

#lots tbody tr td,
#lot tbody tr td {
	/*border:10px solid transparent;border-bottom:1px solid #999;*/
	font-size: 12px;
	padding: 10px;
}

#lots tbody tr,
#lot tbody tr {
	border-bottom: 1px solid #999;
}

#lots tbody tr td img,
#lot tbody tr td img {
	margin-bottom: 10px;
}

#lots tbody tr td img:last-child,
#lot tbody tr td img:last-child {
	margin-bottom: 0;
}

#lots tbody tr:hover,
#lot tbody tr:hover {
	background: var(--secondary-background-color);
}

#lot {
	margin-bottom: 0;
}

#lot tbody tr {
	border-bottom: 2px solid #cbcbcb;
}

#lot tbody tr td {
	padding: 18px 0;
}

#lot tbody tr:hover {
	background: none;
}

#equipment {
	border: 1px solid #ccc;
	border-top: 1px solid #e2e2e2;
	color: #000000;
	padding: 10px 10px 15px 10px;
	margin-bottom: 8px;
	background: #f5f5f5 url('../i/grd/inner/equipment.png') repeat-x top;
	background: -moz-linear-gradient(top, #ccc 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(top, #ccc 0%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #ccc 0%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #ccc 0%, #f5f5f5 100%);
	background: linear-gradient(to bottom, #ccc 0%, #f5f5f5 100%);
}

#equipment > div {
	overflow: hidden;
}

#equipment .head {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
}

#equipment .sub-head {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	padding-bottom: 5px;
}

#equipment ul {
	margin: 0;
	width: 100%;
}

#equipment ul li {
	background: transparent url('../i/icons/inner/equipment_arrow.png') no-repeat left 4px;
	font-size: 13px;
	margin: 0 0 8px 0;
	width: 99%;
	padding-left: 15px;
	display: inline-block;
	vertical-align: top;
}

#lot-special-urls {
	margin-bottom: 12px;
	overflow: hidden;
}

#lot-special-urls > .left-column {
	float: left;
}

#lot-special-urls > .left-column .dotted-links {
	margin: 0;
	padding-bottom: 1px;
}

#lot-special-urls > .left-column .dotted-links li {
	margin-bottom: 10px;
}

#lot-special-urls > .left-column .dotted-links li a {
	border-bottom: 1px dotted #fe5e21;
	font-size: 12px;
	text-decoration: none;
}

#lot-special-urls > .right-column {
	float: right;
}

#lot-info {
	margin-bottom: 10px;
	overflow: hidden;
}

#lot-info > .left-column {
	width: 505px;
	float: left;
}

#lot-info > .right-column {
	margin-left: 535px;
}

#auction-page .head {
	color: #fe5e22;
	font-size: 18px;
	text-transform: uppercase;
}

#auction-page .page {
	padding: 2px;
	background: #a4a2a0;
}

.calculation {
	margin-bottom: 6px;
	font-size: 12px;
	overflow: hidden;
}

.calculation .selection {
	font-size: 12px;
	margin-bottom: 0;
	overflow: hidden;
}

.calculation .selection label {
	width: 100%;
	color: #fe5e20;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 5px;
	display: block;
	cursor: pointer;
}

.calculation .selection label input {
	margin-right: 5px;
	*vertical-align: middle;
}

.estimate .head {
	background-color: #ccc;
	color: #000;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 16px;
	padding: 7px 10px 5px 5px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.estimate .hdescr {
	padding: 4px 0 4px 5px;
	background-color: #ccc;
	color: #000;
}

.estimate table,
table.estimate {
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	margin: 0 0 5px 0;
	width: 100%;
}

.estimate table tr td,
table.estimate tr td {
	border: none;
	border-bottom: 1px solid #e2e2e2;
	color: #000000;
	font-size: 12px;
	padding: 7px 0;
	text-align: left;
	vertical-align: top;
}

.estimate table tr td.part-name {
	min-width: 150px;
	padding-left: 5px;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left !important;
	border-bottom: 1px solid #e2e2e2;
}

.estimate table tr td.price {
	padding: 0;
	text-align: right;
	white-space: nowrap;
	vertical-align: middle;
	overflow: hidden;
}

.estimate table tr:last-child,
.estimate table tr.last,
table.estimate tr:last-child,
table.estimate tr.last {
	border-bottom: none;
}

.estimate .bottom-info {
	margin: 0;
	text-align: right;
	float: right;
}

.estimate .bottom-info li {
	margin-bottom: 4px;
}

.estimate .bottom-info li.total {
	overflow: hidden;
}

.estimate .bottom-info li.total .balance {
	color: #333;
	margin: 2px 20px 0 0;
	float: left;
}

.estimate .bottom-info li.total .all-price {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	float: left;
}

.estimate .bottom-info li.link a {
	font-size: 11px;
	font-weight: bold;
}

.estimate .bottom-info li.note {
	color: #999;
}

.symbols {
	padding-left: 15px;
	margin-bottom: 20px;
}

.symbols .head {
	font-size: 14px;
	margin-bottom: 24px;
	display: block;
}

.symbols ul {
	margin: 0;
}

.symbols ul li {
	color: #666;
	margin-bottom: 5px;
}

#external-urls {
	margin-bottom: 10px;
}

#external-urls input[type='text'],
#external-urls a,
#external-urls span {
	display: block;
}

#external-urls .traditional-url-title {
	font-size: 14px;
	margin-bottom: 10px;
}

#external-urls .traditional-url {
	margin-bottom: 20px;
}

#external-urls .traditional-url,
#external-urls .forum-url {
	border: 1px solid #abadb3;
	color: #000;
	height: 20px;
	width: 402px;
}

#external-urls .forum-url-title {
	font-size: 14px;
	margin-bottom: 10px;
}

#share .head {
	font-size: 14px;
	color: #000000;
	margin-bottom: 8px;
	display: block;
}

#share ul {
	margin: 0;
}

#share ul li {
	margin-right: 4px;
	float: left;
}

#share ul li a {
	background: url('../i/icons/inner/socials.png') no-repeat left;
	height: 32px;
	width: 32px;
	display: block;
}

#share ul li.facebook a {
	background-position: 0 0;
}

#share ul li.twitter a {
	background-position: -36px 0;
}

#share ul li.livejournal a {
	background-position: -72px 0;
}

#share ul li.vk a {
	background-position: -108px 0;
}

#share ul li.favorites a {
	background-position: -144px 0;
}

#share ul li.mail a {
	background-position: -180px 0;
}

#share ul li.others a {
	background-position: -216px 0;
}

form.search {
	width: 100%;
}

.search .step-wrap {
	margin-bottom: 10px;
	padding: 3px;
	background: #e89300;
}

.search .step-wrap.disable {
	padding: 3px;
	background: #b0afad;
}

.search button.pick {
	margin-top: 20px;
}

.search .first-step,
.search .second-step {
	overflow: hidden;
	background: #fff url('../i/grd/inner/search.png') repeat-x bottom;
	background: -moz-linear-gradient(top, #fff 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #d8d8d8));
	background: -webkit-linear-gradient(top, #fff 0%, #d8d8d8 100%);
	background: -o-linear-gradient(top, #fff 0%, #d8d8d8 100%);
	background: -ms-linear-gradient(top, #fff 0%, #d8d8d8 100%);
	background: linear-gradient(to bottom, #fff 0%, #d8d8d8 100%);
}

.search .first-step > .left-column,
.search .second-step > .left-column {
	width: 45px;
	float: left;
}

.search .first-step > .left-column .number,
.search .second-step > .left-column .number {
	color: #fe5e20;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 50px;
	padding-left: 10px;
}

.search .first-step > .right-column,
.search .second-step > .right-column {
	margin-left: 45px;
	padding-top: 15px;
}

.search .second-step > .right-column {
	padding-bottom: 15px;
}

.search .first-step > .right-column > .head,
.search .second-step > .right-column > .head {
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
}

.search .first-step {
	padding-bottom: 10px;
}

.search-form-years {
	margin-bottom: 0;
	overflow: hidden;
}

.search-form-years label {
	display: block;
	padding: 5px 18px 5px 0;
	width: 75px;
	margin: 0 10px 20px 0;
	font-size: 13px;
	float: left;
}

.search-form-marmodel .block-select {
	display: block;
	margin-bottom: 20px;
}

.search-form-marmodel .block-select select {
	width: 90%;
}

.search-form-marmodel .addit {
	margin: 20px 0 10px 0;
}

.search-form-marmodel .addit select {
	width: 40%;
	margin: 15px 0;
}

.search-form-marmodel .addit select:first-child {
	margin-right: 20px;
}

.search-form-chassis {
	margin: 15px 0 5px 0;
}

.search-form-chassis span:first-child {
	font-size: 13px !important;
	display: block;
	float: none;
}

.search-form-chassis > div {
	position: relative;
}

.search-form-chassis > div > div {
	overflow: hidden;
	margin: 0 0 12px 0;
}

.search-form-chassis input {
	margin: -2px 0 0 0 !important;
}

.search-form-chassis span,
.search-form-chassis label {
	font-size: 12px !important;
	overflow: hidden;
	display: block;
	padding: 5px 0;
	height: 30px;
	line-height: 20px;
	float: left;
}

.search-form-chassis .col1 input {
	margin-right: 2px !important;
}

.search-form-chassis .col1 {
	width: 50%;
	overflow: hidden;
}

.search-form-chassis .col2 {
	width: 50%;
	overflow: hidden;
}

.search-form-chassis .col3 {
	width: 50%;
	overflow: hidden;
	border-bottom: 1px solid #bfbfbf;
}

.search-form-chassis .col4 {
	width: 50%;
	overflow: hidden;
	border-bottom: 1px solid #bfbfbf;
}

.search-form-chassis .col1-1,
.search-form-chassis .col2-2 {
	width: 100%;
	overflow: hidden;
}

.inputs-for-usa-addit {
	margin: 5px 0 15px 0;
	overflow: hidden;
}

.inputs-for-usa-addit .col-mdf {
	width: 100%;
	height: auto;
	min-height: 25px;
	overflow: hidden;
	float: left;
}

.inputs-for-usa-addit .col-vol,
.inputs-for-usa-addit .col-gas {
	overflow: hidden;
	float: left;
	min-height: 25px;
	height: auto;
}

.inputs-for-usa-addit .col-vol {
	width: 35%;
	max-width: 60px;
}

.inputs-for-usa-addit .col-gas {
	width: 65%;
}

.inputs-for-addit {
	margin-top: 5px;
	overflow: hidden;
}

.inputs-for-addit .itm {
	float: left;
	width: 50%;
	min-width: 108px;
	height: 45px;
	overflow: hidden;
}

.inputs-for-addit .itm input {
	margin: 0 3px 0 2px;
}

.search-form-rates label {
	display: block;
	padding: 5px 0;
	margin-bottom: 8px;
}

.search-form-colors {
	margin-top: 20px;
	overflow: hidden;
}

.search-form-colors label {
	float: left;
	width: 98%;
	padding: 5px 0;
	margin: 0 4px 15px 0;
}

.sel-frame-list {
	width: 80%;
	margin-bottom: 15px;
}

.search-head-inline {
	display: inline-block !important;
	font-size: 14px;
	margin-bottom: 10px;
}

.frm-kor-box {
	margin-bottom: 15px;
}

.frm-kor-frames select {
	width: 90%;
}

.frmCityDelivery {
	width: 97% !important;
}

#jp-frm-bylot {
	text-align: left;
}

.cblock {
	padding: 7px 2px 7px 5px;
	border: 1px solid #cecece;
}

.stat-period {
	margin: 15px 0;
}

.search .first-step > .right-column input[type='checkbox'],
.search .second-step > .right-column input[type='checkbox'] {
	margin: -2px 5px 0 0;
}

.advanced-parameters {
	border-bottom: 1px dotted #ec2800;
	font-size: 14px;
	margin-bottom: 10px;
	display: inline-block;
	text-decoration: none !important;
}

.adv2 {
	margin-top: 10px;
	font-weight: bold;
}

.search .second-step.disable {
	background: #d9d9d9;
	color: #acaaa8 !important;
}

.search .second-step.disable label {
	color: #8f989b !important;
}

.search .second-step.disable .number {
	color: #acaaa8;
}

#entry-modal-window,
.requestfrm {
	width: 496px;
	display: none;
	padding: 3px;
	background: #fe5e21;
}

.requestfrm {
	display: block;
	position: relative;
}

.requestfrm,
.simplemodal-container {
	width: 99% !important;
}

.modal-content {
	padding: 16px 24px 20px 20px;
	background: #fff url('../i/grd/inner/modal.png') repeat-x bottom;
	background: -moz-linear-gradient(top, #fff 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #d8d8d8));
	background: -webkit-linear-gradient(top, #fff 0%, #d8d8d8 100%);
	background: -o-linear-gradient(top, #fff 0%, #d8d8d8 100%);
	background: -ms-linear-gradient(top, #fff 0%, #d8d8d8 100%);
	background: linear-gradient(to bottom, #fff 0%, #d8d8d8 100%);
	overflow: hidden;
}

.modal-content p {
	font-size: 12px;
	margin-bottom: 20px;
}

.modal-content .head {
	color: #000;
	font-size: 24px;
	margin-bottom: 8px;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	display: block;
}

.modal-content .registration {
	background: transparent url('../i/icons/inner/modal_registration.png') no-repeat left 3px;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 16px;
	padding-left: 20px;
}

.modal-content fieldset {
	margin-bottom: 17px;
}

.modal-content fieldset.entry label {
	color: #000;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 16px;
	width: 110px;
	padding: 0;
	float: left;
}

.modal-content fieldset.remember {
	margin-bottom: 20px;
	padding-left: 0;
}

.modal-content fieldset.remember label {
	font-size: 12px;
	padding-right: 36px;
}

.modal-content fieldset.remember a {
	font-size: 12px;
}

.modal-content .submit {
	margin: 0;
	text-align: center;
}

.modal-content button:focus {
	outline: none;
}

.modal-content input[type='checkbox'] {
	margin: -2px 10px 0 0;
}

.modal-content input[type='text'],
.modal-content input[type='password'],
.inlauth {
	border: 1px solid #b6b6b6;
	height: 28px;
	width: 99%;
}

.modal-content textarea,
.tarea {
	border: 1px solid #b6b6b6;
	width: 99%;
}

.modal-content input[type='text'],
.modal-content input[type='password'],
.modal-content textarea,
.input-css,
.inlauth,
.tarea {
	background: #fff;
	background: -moz-linear-gradient(top, #d3d7d7 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d7d7), color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, #d3d7d7 0%, #fff 100%);
	background: -o-linear-gradient(top, #d3d7d7 0%, #fff 100%);
	background: -ms-linear-gradient(top, #d3d7d7 0%, #fff 100%);
	background: linear-gradient(to bottom, #d3d7d7 0%, #fff 100%);
}

.inlauth {
	width: 160px;
	height: 28px !important;
}

.input-css {
	border: 1px solid #b6b6b6;
	height: 28px !important;
}

.btn-simple {
	height: 28px;
	padding: 2px 3px;
}

.profl-input {
	width: 99%;
}

footer.inner {
	height: auto;
	padding: 10px 0 15px 15px !important;
	border: 1px solid #a4a2a0;
	color: #f2f2f2;
	background: #3a454a url('../i/grd/inner/footer.png') repeat-x top;
	background: -moz-linear-gradient(top, #a4a2a0 0%, #3a454a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4a2a0), color-stop(100%, #3a454a));
	background: -webkit-linear-gradient(top, #a4a2a0 0%, #3a454a 100%);
	background: -o-linear-gradient(top, #a4a2a0 0%, #3a454a 100%);
	background: -ms-linear-gradient(top, #a4a2a0 0%, #3a454a 100%);
	background: linear-gradient(to bottom, #a4a2a0 0%, #3a454a 100%);
}

footer.inner a {
	font-size: 11px;
	color: #f2f2f2;
}

footer.inner a:hover {
	color: #c0c0c0;
}

footer.inner .company-info {
	font-size: 13px;
	margin-bottom: 10px;
}

footer.inner .mail,
footer.inner .skype,
footer.inner .phone,
.privacy-policy {
	font-size: 12px !important;
	margin: 0 20px 10px 0;
	display: inline-block;
}

footer.inner .mail {
	background: transparent url('../i/icons/inner/mail.png') no-repeat 0 1px;
	padding-left: 24px;
}

footer.inner .skype {
	background: transparent url('../i/icons/inner/skype.png') no-repeat 0 0;
	padding-left: 21px;
}

footer.inner .phone {
	background: transparent url('../i/icons/inner/phone.png') no-repeat 0 0;
	padding-left: 19px;
}

.privacy-policy {
	padding-top: 2px;
	color: #bfbdbb !important;
}

.privacy-policy:hover {
	color: #dddbd8 !important;
}

.ppc-inreg {
	display: block;
	margin-bottom: 15px;
	width: 100% !important;
}

.reg-numb-tel {
	text-align: left;
}

.reg-sheets {
	text-align: center;
}

.reg-sheets img {
	width: 100px;
	height: 125px;
}

.cont-foto {
	text-align: center;
	margin-bottom: 50px;
}

.cont-foto img {
	width: 70%;
	height: auto;
}

.gallery3 {
	overflow: hidden;
}

.gallery3 li {
	float: left;
	width: 160px;
	text-align: center;
	list-style: none !important;
	background: none !important;
	padding: 5px !important;
	margin-bottom: 10px;
}

.mkor {
	background-image: url('../i/inner/left_menu/korea.png');
	padding-right: 5px !important;
}

.mjp {
	background-image: url('../i/inner/left_menu/japan.png');
}

.musa {
	background-image: url('../i/inner/left_menu/usa.png');
}

.mmoto {
	background-image: url('../i/inner/left_menu/moto.png');
}

.tun {
	background-image: url('../i/inner/left_menu/tuning.png');
}

.detl {
	background-image: url('../i/inner/left_menu/detailing.png');
}

.secur {
	background-image: url('../i/inner/left_menu/secur.png');
}

.ya-map-review {
	width: 95%;
	margin: 5px 0;
	height: 400px;
}

.an {
	/*используется в js*/
}

/***** modal *****/
#simplemodal-overlay {
	background-color: #000;
}

#simplemodal-container {
	height: auto;
	width: auto;
}

#simplemodal-container .simplemodal-close {
	background: url('../js/modal/close.png') no-repeat;
	width: 16px;
	height: 16px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 28px;
	right: 26px;
	cursor: pointer;
}

/***** modal *******/

/***** museum toyota ***********************/
#toyota-museum-models {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#toyota-museum-models li {
	display: inline;
	margin: 0 20px 20px 0;
	padding: 0;
	width: 150px;
	height: 160px;
	vertical-align: top;
	text-align: center;
	float: left;
}

/***** museum toyota ***********************/
.client-1-photo-bottom {
	border: 0;
	border-bottom: 2px solid #fe5e20;
	text-align: center;
	padding-bottom: 20px;
}

.client-1-photo {
	margin: 10px 0 10px 0;
}

.client-1-photo img {
	width: 70px;
	height: 54px;
}

.client-1-statusbid,
.client-1-bid,
.client-1-statusdeliv,
.client-1-start,
.client-1-end {
	display: inline-block;
	margin-right: 10px;
}

.client-1-statusdeliv {
	color: #01a8ec;
}

/********** auctions *************/
.auction-item .auction-image {
	float: left;
	margin: 0 10px 5px 0;
}

.auction-item .auction-image iframe {
	width: 99%;
	height: auto;
}

#auction-gallery {
	clear: both;
}

#auction-gallery ul {
	list-style: none;
	padding-left: 0px;
}

#auction-gallery li {
	list-style: none;
	float: left;
	margin: 0 10px 10px 0;
}

#auction-location {
	clear: both;
}

#auction-list {
	clear: both;
}

.auction-description ul {
	list-style: none;
}

.auction-description p,
.blkcntr p,
.mtxt p {
	text-align: justify;
}

.haa_kobe_jp_list {
	float: left;
}

.haa_kobe_ru_list {
	margin-left: 430px;
}

.blkcntr ul li {
	list-style: none;
	background: transparent url('../i/icons/inner/equipment_arrow.png') no-repeat left 4px;
	padding: 4px 0 5px 10px;
	font-size: 13px;
}

.blkcntr ol li {
	padding: 4px 0 5px 10px;
	font-size: 13px;
}

.blkcntr ul,
.blkcntr ol {
	margin-top: 8px;
	margin-left: 7px;
}

.news-body .gal {
	text-align: center;
}

.margin-bt-0 {
	margin-bottom: 0 !important;
}

.news-another {
	margin-top: 20px;
}

.news-another li {
	margin-bottom: 10px;
}

/*********** auctions *************/
.noborder,
table.td-noborder td {
	border: none !important;
}

.clientss a img {
	border: 2px solid #fff !important;
}

.clientss a:hover img {
	border: 2px solid #fe5e20 !important;
}

.clientblocky {
	width: 315px;
	margin-bottom: 10px;
	float: left;
	overflow-y: auto;
	height: 480px;
}

.clientblocky a img {
	float: left;
}

.divColmL {
	float: none;
	width: 100%;
}

.divColmL ul,
.divColmL li {
	padding: 0;
	margin: 0;
	list-style: none !important;
	background: none !important;
}

.divColmL li {
	margin-top: 15px;
}

.divColmL h3,
.divColmL .h3 {
	font-weight: bold;
	padding: 15px 0 0 0;
}

.divColmL li a {
	font-size: 13px;
}

.catlgitem-cont {
	overflow: hidden;
	margin-bottom: 30px;
}

.catlgitem {
	text-align: center;
	width: 99%;
	height: auto;
	margin: 5px auto 25px auto;
	float: none;
}

.catlgitem img {
	width: 99%;
	height: auto;
}

.catlyear {
	font-size: 12px;
	width: 155px;
	display: inline-block;
	margin: 10px 5px 10px 0;
}

.catlpic {
	width: 95%;
	height: auto;
}

.modiflist-period-pic {
	text-align: center;
}

.modiflist-period-pic img {
	width: 99%;
}

.mdf-period-txt {
	margin: 5px 0 10px 0;
	font-weight: bold;
	font-size: 14px;
	display: block;
}

.mdf-period-block {
	margin: 10px 0 30px 0;
	padding: 15px 0 10px 0;
	border-top: 2px solid #fe5e20;
	border-bottom: 2px solid #fe5e20;
}

.checkboxes-block .box-itm label {
	line-height: 30px;
}

.checkboxes-block .title {
	font-size: 16px;
	margin-bottom: 5px;
	display: block;
}

.checkboxes-block .subtitle {
	font-size: 14px;
	margin: 10px 0 2px 0;
	display: block;
}

.checkboxes-block fieldset {
	overflow: hidden;
}

.checkboxes-block .box-itm {
	width: 48%;
	float: left;
}

.checkboxes-block .box-itm2 {
	margin: 0 0 5px 10px;
}

.mb5 {
	margin-bottom: 5px;
}

.grcolor {
	color: #8d8d8d;
}

#td_color label {
	font-size: 12px;
}

.bpreview640 {
	width: 0px !important;
	height: 0px !important;
}

.bpreview,
.highslide-html-content {
	position: relative;
	width: 640px !important;
	height: 480px !important;
	z-index: 1345;
	background-repeat: no-repeat !important;
	background-position: bottom !important;
}

.bpreview div {
	background: #000;
	color: #d7d7d7;
	position: absolute;
	width: 275px;
	height: 85px;
	left: 365px;
	top: 395px;
	font-size: 14px;
	text-align: center;
}

.bpreview div span {
	display: block;
	font-size: 24px;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #fff;
}

.bpreview2 {
	position: relative;
	margin: 4px;
	width: 140px;
	height: 110px;
	float: left;
}

.bpreviewmini {
	position: relative;
	top: -14px;
	left: 2px;
	font-size: 6px;
	color: #fff;
	text-align: center;
	background: #000;
	width: 100px;
	height: 11px;
}

.liphoto {
	width: 105px;
	height: 90px;
	margin-left: 5px;
	float: left;
}

.liphoto .bpreviewmini {
	top: -18px;
	left: 4px;
}

.bpreview2 div {
	background: #000;
	color: #fff;
	padding-top: 2px;
	width: 149px;
	height: 17px;
	text-align: center;
	left: 2px;
	top: 83px;
	font-size: 10px;
	position: absolute;
}

.up {
	text-transform: uppercase;
}

.at2 {
	width: 200px;
	padding-top: 10px;
	padding-left: 80px;
	text-decoration: none !important;
}

/* start */
.sms_msg {
	color: #0033cc;
	background-color: #ffa;
	font-weight: bold;
	padding: 0 3px 0 3px;
	line-height: 30px;
}

.sms_price {
	color: #000;
	background-color: #ffa;
	font-weight: bold;
	padding: 0 3px 0 3px;
	line-height: 30px;
}

.sms_num {
	color: #800000;
	background-color: #ffa;
	font-weight: bold;
	line-height: 30px;
	padding: 0 3px 0 3px;
}

/* end */
.lotlink {
	text-decoration: none !important;
}

.lot-gal {
	margin-left: 2px;
	overflow: hidden;
	margin-bottom: 15px;
}

.lot-gal a {
	display: inline-block;
	float: left;
	text-decoration: none !important;
}

.lot-gal a,
.lot-gal img {
	width: 77px;
	height: 59px;
	margin: 0;
	padding: 0;
	width: calc((100vw - 45px) / 5);
	height: calc(((100vw - 45px) / 5) / 1.3);
}

.lot-gal-big {
	width: 99%;
	height: auto;
}

.lot-bank,
.box4i-flex {
	overflow: hidden;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.lot-bank span {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-pack: start;
	justify-content: flex-start;
	align-items: center;
	-ms-flex-align: center;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	margin: 0 20px 15px 0;
}

.box4i-flex div {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.hide,
.hd {
	display: none;
}

.clientzone {
	color: #9d5632 !important;
}

.menusel {
	color: #d93d02 !important;
	font-weight: bold;
}

.aucfrm-container {
	overflow: hidden;
	position: relative; /*width:845px;*/
	padding-bottom: 20px;
}

.aucfrm-container td {
	padding-left: 0 !important;
}

.aucfrm2 {
	min-height: 650px;
}

.hleftblock {
	width: 100%;
	float: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.hrightblock {
	padding: 0;
	position: static;
	margin: 0;
	width: 100%;
}

.frm-by-lot {
	width: 100%;
	height: auto;
	margin: 20px 0 40px 0;
}

.frm-by-lot select {
	padding: 3px 0;
	height: 28px !important;
	width: 40%;
	margin: 15px 15px 15px 0;
}

.frm-by-lot input {
	margin-right: 15px;
}

.frm-by-lot .for-btn {
	text-align: center;
	display: inline;
	margin: 0;
}

.frm-by-lot .h3 {
	display: none;
}

.tbl,
.tbl4addit {
	width: 100%;
	border-collapse: collapse;
}

.tbl th {
	text-align: center !important;
	padding: 7px 5px;
	background: #e9e9e9;
	overflow: hidden;
	border-right: 1px solid var(--table-border-color);
}

.tbl th:last-child {
	border-right: 0;
}

.tbl td {
	padding: 7px 5px;
	border-bottom: 1px solid var(--table-border-color);
	overflow: hidden;
}

.tbl .td-cab-cat {
	border: none !important;
	width: 25%;
	vertical-align: top;
	overflow: hidden;
	text-align: center;
}

.tbl4addit td label {
	font-size: 12px;
}

.tbl4addit td {
	font-size: 12px;
	padding: 6px 5px;
	overflow: hidden;
}

.tbl-compare td {
	border-bottom: 1px solid #dadada;
	padding: 5px 1px;
}

.tbl-compare {
	width: 100%;
}

.tbl-compare th {
	border-right: 2px solid #f2f2f2;
}

.tbl-compare th:last-child {
	border-right: none !important;
}

.tbl-compare .row1compr {
	min-width: 140px;
	font-weight: bold;
	font-size: 12px;
}

.tbl-compare .row-other-compr {
	min-width: 110px;
	font-size: 12px;
}

.tbl-compare .diff {
	background: #e8e8e8;
}

.tbl-client-history {
	margin-top: 10px;
	border-top: 1px solid #d7d7d7;
}

.history-addit-pics img {
	width: 30%;
	height: auto;
}

.tbl-lot th {
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 14px;
	text-align: left !important;
	background: none;
	border-bottom: 1px solid var(--table-border-color);
}

.tbl-lot .col1 {
	width: 140px;
}

.tbl-logos {
	width: 100%;
	max-width: 450px;
}

.tbl-logos .col1 {
	width: 44%;
}

.tbl-logos .col2 {
	display: none;
}

.tbl-logos .col3 {
	width: 66%;
}

.tbl-logos td {
	overflow: hidden;
}

.tbl-logos img {
	width: 99%;
	height: auto;
}

.tbl-reg {
	max-width: 300px;
}

.jp-col-pic-list {
	width: auto;
}

.lot-stat-title,
.lot-stat-title a {
	font-size: 18px;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
}

.td-review-auc {
	width: auto;
}

.td-review-auc img {
	border: none;
	width: 100px;
	height: 75px;
}

.hd-block-do260,
.hd-inline-do320,
.hd-td-do320,
.hd-block-do320,
.hd-block-do360,
.hd-inline-do360,
.hd-block-do480,
.hd-inline-do480 {
	display: none;
}

.aucreview {
	font-size: 14px;
}

.catalog-modif-pics {
	margin-bottom: 10px;
}

.catalog-modif-pics a img {
	height: 50px;
	width: auto;
}

.lot-dialog-howto,
.lot-dialog-howto p,
.lot-dialog-howto td {
	font-size: 13px;
}

.rowbord {
	margin: 20px 0 10px 0;
}

.img-w270 {
	width: 99%;
	height: auto;
}

.img-w350 {
	width: 100%;
	height: auto;
}

.img-in-text,
.img-in-text-right,
.img-in-text-left {
	width: 99% !important;
	height: auto !important;
	float: none;
	margin: 0;
}

.img-solo-gal {
	width: 99%;
	height: auto;
}

.box4i-flex .img-solo-gal {
	width: 98%;
	height: auto;
}

.img-solo-auc {
	width: 95%;
	height: auto;
}

.compare-stay-txt {
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
	margin: 10px 0 15px 3px;
	display: inline-block;
	cursor: pointer;
}

.pic-infoblk-cat {
	width: 95%;
	height: auto;
}

/* сдвиг */
#newspreview {
	padding: 10px 0;
	position: static;
	background: #f2f2f2;
	border: 1px solid #dbdbdb;
}

#newspreview .h3 {
	padding-left: 16px;
	color: #111;
}

#newspreview ul {
	margin: 0;
	padding: 0;
	list-style: none !important;
}

#newspreview ul li {
	overflow: hidden;
	width: 99%;
	padding: 0 0 5px 5px;
	margin-bottom: 8px;
	list-style: none !important;
	background: none;
}

#newspreview .ai {
	width: 95px;
	text-align: left;
	margin-left: 10px;
	float: left;
	display: block;
}

#newspreview .ti {
	width: 70%;
	width: calc(100% - 100px);
	padding: 0 10px 0 0;
	margin-left: 100px;
}

#newspreview .ti a {
	font-size: 13px;
}

#newspreview .ti span {
	font-size: 10px;
	display: block;
	padding: 2px 0;
	color: #a2a2a2;
}

#newspreview .ti .text {
	font-size: 13px !important;
	color: #6a6a6a !important;
}

#newspreview.simple {
	position: relative !important;
	border: 0px !important;
}

/* / сдвиг */
.gallery ul li,
.gallery2 ul li {
	background-image: none !important;
}

.selbox {
	padding: 3px 2px;
	height: 25px;
	margin: 2px 0;
}

.mtxt {
	padding: 0 6px 0 6px;
}

.mtxt h1 {
	font-size: 20px;
}

.mtxt h2,
.mtxt h3 {
	font-size: 15px;
	padding: 3px 0;
}

.mtxt p,
.mtxt strong,
.mtxt a,
.mtxt b,
.mtxt i,
.mtxt li {
	font-size: 13px;
	line-height: 20px !important;
	padding: 0;
}

.indexnews {
	float: none;
	width: 100%;
	margin-bottom: 15px;
	padding: 0 10px 0 10px;
}

.indexnews span {
	display: block;
	color: #6a6a6a;
}

.indexnews a {
	display: block;
	font-size: 13px;
	padding: 0 0 10px 0;
}

.indexnews div a {
	display: inline;
	padding: 0 9px 0 0;
}

.newstime {
	margin: 0 0 5px 0;
	display: block;
	color: #c7c7c7;
	font-size: 10px;
}

.mgoo {
	background: url('../../images/google-reader.png') 0% 1px no-repeat;
	font: 11px 'Georgia', 'Arial';
	padding: 2px 0px 4px 19px;
}

.mya {
	background: url('../../images/yandex-lenta.png') 0% 1px no-repeat;
	font: 11px 'Georgia', 'Arial';
	margin-left: 4px;
	padding-left: 15px;
}

.mrss {
	background: url('../../images/rss.png') 0% 1px no-repeat;
	font: 11px 'Georgia', 'Arial';
	padding-left: 15px;
}

.btnsld1,
.btnsld2 {
	width: 14px;
	height: 33px;
	display: block;
	position: absolute;
	left: -1px;
	top: 150px;
}

.btnsld1 {
	background: url('../i/btn-slide2.png') 0px -33px no-repeat;
	display: none;
}

.btnsld2 {
	background: url('../i/btn-slide2.png') 0px 0px no-repeat;
}

.socbtnss td,
.socbtnss th,
.socbtnss td table td,
.socbtnss td table th {
	padding: 0px !important;
}

/* START plitka */
.cont225-cont {
	overflow: hidden;
	margin: 0 0 10px 0;
}

.cont225 {
	padding: 0;
	margin: 0;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	overflow: hidden;
}

.cont225 a {
	position: relative;
	margin-top: -55px;
	overflow: hidden;
	font-size: 11px;
	color: #fff;
	display: block;
	height: 53px;
	text-decoration: none;
	text-align: center;
	background: url('../i/shadow.png') repeat-x scroll 0px 0px transparent;
	text-shadow: 0px 0px 3px rgb(0, 0, 0);
}

.cont225 a span {
	display: block;
	padding: 7px 2px 0 2px;
}

.cont225:hover a,
.cont225 a:hover {
	color: #e79400;
	text-shadow: none;
}

.cont225,
.cont225 .picin {
	width: 158px;
	height: 113px;
	width: calc((100vw - 50px) / 2);
	height: calc(((100vw - 50px) / 2) / 1.4);
}

/* END plitka */
.review {
	overflow: hidden;
	margin-bottom: 15px;
}

.review .am {
	float: left;
}

.review .dv {
	margin-left: 60px;
}

.review .dv2 {
	margin: 2px;
	background: #fff url('../i/msg-bg.jpg') repeat-x;
	padding: 5px;
}

.sorting_asc {
	background: url('../images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('../images/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('../images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('../images/sort_desc_disabled.png') no-repeat center right;
}

.modflst {
	overflow: hidden;
	margin: 10px auto 15px auto;
}

.modflst table {
	float: left;
	margin-right: 15px;
	width: 100%;
}

.modflst table td {
	padding: 6px 3px 6px 2px;
	border-bottom: 1px solid #e5e5e5;
}

.modflst table td.col1,
.modflst table td.col2 {
	width: 50%;
	font-size: 12px;
	overflow: hidden;
}

.bodiesinfo {
	overflow: hidden;
	text-align: center;
}

.bodiesinfo a {
	display: block;
	width: 110px;
	height: 100px;
	margin: 0 15px 15px 20px;
	float: left;
	text-align: center;
}

.box-cartype {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}

.box-cartype .line {
	height: 30px;
	margin-bottom: 10px;
	width: 50%;
	overflow: hidden;
	float: left;
}

.box-cartype .pic {
	width: 55px;
	float: left;
}

.box-cartype .descr {
	text-align: left;
	font-size: 12px;
	padding: 2px 0 0 57px;
}

.catmarka {
	text-align: center;
	overflow: hidden;
	padding: 0;
}

.catmarka a {
	padding: 0;
	display: inline-block;
	width: 120px;
	height: 110px;
	margin: 0 5px 15px 0;
	text-align: center;
}

a.hatchback {
	background: url('../../img/bodies/hatchback.jpg') top no-repeat;
}

a:hover.hatchback {
	background: url('../../img/bodies/hatchback2.jpg') top no-repeat;
}

a.suv {
	background: url('../../img/bodies/suv.jpg') top no-repeat;
}

a:hover.suv {
	background: url('../../img/bodies/suv2.jpg') top no-repeat;
}

a.wagon {
	background: url('../../img/bodies/wagon.jpg') top no-repeat;
}

a:hover.wagon {
	background: url('../../img/bodies/wagon2.jpg') top no-repeat;
}

a.sedan {
	background: url('../../img/bodies/sedan.jpg') top no-repeat;
}

a:hover.sedan {
	background: url('../../img/bodies/sedan2.jpg') top no-repeat;
}

a.pickup {
	background: url('../../img/bodies/pickup.jpg') top no-repeat;
}

a:hover.pickup {
	background: url('../../img/bodies/pickup2.jpg') top no-repeat;
}

a.open {
	background: url('../../img/bodies/convertible.jpg') top no-repeat;
}

a:hover.open {
	background: url('../../img/bodies/convertible2.jpg') top no-repeat;
}

a.minivan {
	background: url('../../img/bodies/minivan.jpg') top no-repeat;
}

a:hover.minivan {
	background: url('../../img/bodies/minivan2.jpg') top no-repeat;
}

a.coupe {
	background: url('../../img/bodies/coupe.jpg') top no-repeat;
}

a:hover.coupe {
	background: url('../../img/bodies/coupe2.jpg') top no-repeat;
}

a.keycar {
	background: url('../../img/bodies/keycar.jpg') top no-repeat;
}

a:hover.keycar {
	background: url('../../img/bodies/keycar2.jpg') top no-repeat;
}

.stock {
	margin: 0 auto;
	width: 460px;
}

.stock_title span {
	font-weight: bold;
	font-size: 18px;
	color: #000;
}

.stock_b {
	overflow: hidden;
	margin-bottom: -240px;
}

.stock_title {
	width: 448px;
	font-size: 20px;
	display: block;
	text-decoration: none !important;
	position: relative;
	top: -44px;
	left: 4px;
	padding: 5px 2px 5px 2px;
	z-index: 1000;
	background: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	zoom: 1;
}

.stock_mini {
	position: relative;
	top: -285px;
	left: 4px;
	width: 120px;
	height: 240px;
	overflow: hidden;
}

.stock_mini img {
	float: left;
	display: block;
}

.offcont {
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

.offcont .b {
	display: block;
	overflow: hidden;
	margin: 10px 0;
}

.offcont .h1 {
	font-size: 18px;
	line-height: 50px;
	margin-left: 5px;
}

.offcont img {
	float: left;
}

.offcont .c {
	display: block;
	overflow: hidden;
	padding-left: 30px;
	margin-bottom: 10px;
}

.offcont .c a {
	text-align: center;
	width: 113px;
	height: 140px;
	margin: 0 auto;
	display: block;
	float: left;
	text-transform: uppercase;
}

.offcont .d {
	clear: both;
	height: 20px !important;
	width: 100% !important;
	text-transform: none !important;
	font-weight: bold;
	text-align: right !important;
	color: #000000;
}

.offcontcars {
	overflow: hidden;
	margin-bottom: 20px;
}

.offcontcars .h3 {
	padding: 3px 0 !important;
	font-size: 18px;
}

.offcontcars div {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 30px;
	font-size: 14px;
}

.offcontcars .offer-price {
	font-size: 15px;
	text-decoration: none;
	padding: 3px 0 0 0;
}

.offcontcars div > a {
	display: block;
}

.offcontcars div > a > img {
	width: 90%;
	height: auto;
}

.offersp {
	margin-left: 315px;
}

.btnoffer {
	background: url('../images/btn_order.png') 0 0 no-repeat;
	text-decoration: none !important;
	display: inline-block;
	margin: 20px 40px;
}

.btnoffer:hover {
	background: url('../images/btn_order.png') 0 -53px no-repeat;
}

.cntrpad {
	text-align: center;
	margin: 20px 0;
}

.s9 {
	font-size: 9px !important;
}

.offersp span {
	font-size: 14px;
}

.offersp span span {
	font-size: 22px;
	color: #960004;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
}

.offcontblock h2 {
	font-size: 19px;
	padding: 10px 0 0 5px;
}

.offcontblock li {
	background: url('../images/chk.png') top left no-repeat !important;
	line-height: 18px;
	padding: 0 0 5px 30px !important;
}

.gallery ul li {
	padding: 0 0 5px 5px;
}

.aucchk {
	width: 180px;
	float: left;
	display: block;
	padding: 2px 0;
}

.block4cntr {
	overflow: hidden;
}

.block4cntr .bl2 {
	width: 95%;
	margin: 10px auto;
}

.block4cntr .bl2 ul {
	margin: 0;
	padding: 0;
}

.block4cntr .bl2 ul li {
	margin: 0;
	list-style: none;
	background: transparent url('../i/icons/inner/plus_orange.png') no-repeat left 4px;
	padding: 0 10px 5px 15px;
}

.block4cntr .bl2 ul li a {
	color: #000;
	text-decoration: none;
}

.block4cntr .bl2 ul li a:hover {
	color: #a32d02;
}

.block4cntr .box1 {
	transition: all 0.6s ease 0s;
	display: block;
	margin: 0 0 18px 0;
	background: none repeat scroll 0% 0% #f2f2f2;
	position: relative;
}

.block4cntr a.head1 {
	color: #fe5e20;
	display: block;
	padding: 12px 0;
	text-align: center;
	font-size: 15px;
}

.block4cntr a.head1:hover {
	text-decoration: none;
	color: #a32d02;
}

.block4cntr .box1 img {
	cursor: pointer;
}

.block4cntr .thumb {
	position: relative;
	display: block;
	background: none repeat scroll 0% 0% #f2f2f2;
	width: 100%;
}

.block4cntr .thumb,
.block4cntr .thumb img {
	border-radius: 0 0 5px 5px;
}

.block4cntr .thumb img {
	display: block;
	width: 95%;
	height: auto;
}

.hcntr {
	text-align: center !important;
	background: #efefef;
	padding: 10px 0;
	margin-left: -15px;
	margin-right: -8px;
}

.w180 {
	width: 180px;
}

.sz-small {
	font-size: 12px !important;
}

.ul3 > li > a {
	font-size: 14px;
	line-height: 20px;
}

.ul3 > li div.in {
	display: none;
}

.premap {
	margin: 10px 0;
}

.premap a {
	font-size: 15px;
}

.premap a.active {
	text-decoration: none;
	color: #000;
}

.video-youtube {
	width: 100%;
	height: auto;
}

.mbtn-100 {
	width: 90%;
	margin: 5px auto 0 auto;
	display: block;
}

._pdr10,
._pdl10 {
	padding: 0;
}

._pc_show_td {
	display: none;
	visibility: hidden;
}

._mobile_hide_tr {
	display: table-row;
}

._mobile_hide_tr td {
	padding: 10px 0 0 0 !important;
}

._adapt_hide_col {
	display: none;
}

._adapt_show_blk {
	display: block;
}

._adapt_show_inline {
	display: inline;
}

.td1-client-edit {
	width: 110px;
}

.top-contacts .intp1 {
	display: none;
}

.aucfrm-container select {
	padding: 3px 0;
	height: 25px;
}

.aucfrm-container input {
	height: 25px;
}

/* показываещееся сообщение */
#blkShow2 {
	background: url('../i/subaru-winter.jpg') no-repeat left top;
	width: 580px;
	height: 360px;
	overflow: hidden;
}

#blkShow2 .header_line {
	height: 55px;
}

#blkShow2 .header_line .head {
	height: 55px;
}

#blkShow2 .cntnt_layout {
	margin: 0;
	background-image: url('../i/black_fon.png');
	width: 1px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	overflow: hidden;
	color: #fff;
	z-index: 999999;
}

#blkShow2 .cntnt_layout span {
	display: block;
	color: #fff;
	text-shadow: #000 1px 1px 5px;
}

#blkShow2 .cntnt_layout #prlogo {
	display: block;
	margin: 20px 0 40px 0;
	padding: 0;
	position: relative;
	left: -5000px;
	font-size: 24px;
}

#blkShow2 .cntnt_layout #prlogo2 {
	height: 67px;
	width: 400px;
	font-size: 28px;
	margin: 10px auto;
	position: relative;
	left: 5000px;
	display: block;
}

#blkShow2 .cntnt_layout #prlogo3 {
	height: 43px;
	width: 200px;
	margin: 15px auto;
	padding: 0 0 0 43px;
	margin: 0 auto;
	position: relative;
	left: 5000px;
	display: block;
}

/* автошоу */
.show-body {
	padding: 0 10px 20px 10px;
}

.show-pjus {
	padding: 0 !important;
}

.show-pjus .articles .info {
	text-align: justify;
}

.show-body p,
.show-pjus p {
	text-align: justify;
}

.show-leftblk {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	z-index: 100;
	float: none;
	background: none;
}

.show-leftblk .logo {
	cursor: pointer;
	margin: 0 auto 15px auto;
	display: block;
	width: 99%;
	height: auto;
}

.show-leftblk a {
	background-repeat: no-repeat;
	color: #212629;
	font-size: 14px !important;
	height: 52px;
	line-height: 22px;
	margin: 0 10px 15px 0;
	padding: 5px 0 4px 95px;
	text-decoration: none;
	width: 33%;
	min-width: 147px;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	text-transform: uppercase;
	display: block;
	float: left;
}

.show-leftblk a:hover span {
	border-bottom: 1px solid #212629;
}

.show-rightblklogo {
	margin: 0 0 10px 250px;
	width: 884px;
	height: 250px;
	border-bottom: 1px solid #212629;
	display: none;
}

.show-tas2014 {
	background: url('../images/autoshow/tas2014/884.jpg') top no-repeat;
}

.show-tms2013 {
	background: url('../images/autoshow/tms2013/884.jpg') top no-repeat;
}

.show-leftblk .mjp,
.show-leftblk .mkor,
.show-leftblk .musa {
	font-size: 18px;
	display: block;
}

.show-pic-body img {
	width: 46%;
	height: auto;
}

.show-padl-20 {
	padding: 0 !important;
}

.delimtr {
	background: url('../i/delimeter.png') repeat scroll 0 0 transparent;
	padding: 5px;
	text-align: center;
}

/* END автошоу */

/* для промо Главная */
.promolink1,
.promolink2,
.promolink3 {
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 100000;
}

.promolink1 {
	top: 370px;
	left: 770px;
}

.promolink2 {
	top: 0px;
	left: 885px;
}

.promolink3 {
	top: 50px;
}

.jivo-head-btn-on,
.jivo-head-btn-off {
	font-size: 12px !important;
	line-height: 20px !important;
	padding: 0 3px 0 5px !important;
	height: 20px;
	float: right;
	background-color: #4caf50;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: normal;
	font-style: normal;
}

.jivo-head-btn-off {
	display: none !important;
}

.jivo-btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	text-transform: none;
	background-image: none;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 0px;
	border-radius: 4px;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.jivo-btn:hover {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 20px 10px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 20px 10px rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 20px 10px rgba(255, 255, 255, 0.3);
}

.jivo-btn.jivo-btn-light:hover {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 20px 10px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 20px 10px rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 20px 10px rgba(255, 255, 255, 0.1);
}

.jivo-btn.jivo-btn-light {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.3);
}

.jivo-btn:active,
.jivo-btn.jivo-btn-light:active {
	box-shadow: 0 1px 0px rgba(255, 255, 255, 0.4), inset 0 0 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.4), inset 0 0 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.4), inset 0 0 15px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.jivo-btn:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.jivo-btn-gradient {
	background-image: url(//static.jivosite.com/button/white_grad_light.png);
	background-repeat: repeat-x;
}

.jivo-btn-light.jivo-btn-gradient {
	background-image: url(//static.jivosite.com/button/white_grad.png);
}

.jivo-btn-icon {
	width: 17px;
	height: 20px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-left: -5px;
	margin-right: 5px;
}

.jivo-btn-light {
	color: #fff;
}

.jivo-btn-dark {
	color: #222;
}

.jivo_my_topbord {
	margin-left: 10px;
	margin-top: 5px;
}

.prnt-img {
  display: none;
}

/************ Адаптивный блок ****************/
/* для IE10+ отдельные стили  */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
}

@media print {
  h1 {
    padding: 0px !important;
  }
  footer .fll {
    margin-bottom: 20px;
  }
  .st {
    padding: 10px;
  }
  .tel span {
    font-size: 25px;
  }
  #del_city_th {
   /*  display: none; */
  }
  .pr-price {
    display: none !important;
  }
  .price_info_icon {
    display: none !important;
  }
  #price_tr {
    background: red;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    font-size: 23px !important;
    width: 100%;
  }
  .prnt-img {
    display: block;
  }
  #ru_price_value,#entity_price_value {
    display: flex;
    gap: 10px;
  }
  .tbl-lot-pr {
    margin-bottom: 20px;
  }
  img {
    margin: 0px !important;
    padding: 10px !important;
  }
  #entity_price_value, #ru_price_value {
    font-size: 19px !important;
  }
   #entity_price_value span, #ru_price_value span {
    font-size: 22px !important;
    font-weight: 700;
   }

  .on-print-price {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
  }
  .fanygarl {
    display: none;
  }
  .__ym_wv_ign__opener {
    display: none;
  }
  .fanygarl {
    max-height: 400px;
    margin-bottom: 20px;
} 
	.subscribe,
	.social_pre_text,
	.insta {
		display: none;
	}

	@page {
		size: A4 portrait;
		margin: 1cm;
	}

	.col-print-1 {
		-ms-flex: 0 0 8.333333% !important;
		flex: 0 0 8.333333% !important;
		max-width: 8.333333% !important;
	}

	.col-print-2 {
		-ms-flex: 0 0 16.666667% !important;
		flex: 0 0 16.666667% !important;
		max-width: 16.666667% !important;
	}

	.col-print-3 {
		-ms-flex: 0 0 25% !important;
		flex: 0 0 25% !important;
		max-width: 25% !important;
	}

	.col-print-4 {
		-ms-flex: 0 0 33.333333% !important;
		flex: 0 0 33.333333% !important;
		max-width: 33.333333% !important;
	}

	.col-print-5 {
		-ms-flex: 0 0 41.666667% !important;
		flex: 0 0 41.666667% !important;
		max-width: 41.666667% !important;
	}

	.col-print-6 {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	.col-print-7 {
		-ms-flex: 0 0 58.333333% !important;
		flex: 0 0 58.333333% !important;
		max-width: 58.333333% !important;
	}

	.col-print-8 {
		-ms-flex: 0 0 66.666667% !important;
		flex: 0 0 66.666667% !important;
		max-width: 66.666667% !important;
	}

	.col-print-9 {
		-ms-flex: 0 0 75% !important;
		flex: 0 0 75% !important;
		max-width: 75% !important;
	}

	.col-print-10 {
		-ms-flex: 0 0 83.333333% !important;
		flex: 0 0 83.333333% !important;
		max-width: 83.333333% !important;
	}

	.col-print-11 {
		-ms-flex: 0 0 91.666667% !important;
		flex: 0 0 91.666667% !important;
		max-width: 91.666667% !important;
	}

	.col-print-12 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.container {
		width: 100% !important;
	}

	.calculation,
	#content,
	.inner-header,
	.inner-logo,
	.top-contacts {
		padding: 0 !important;
		margin: 0 !important;
	}

	h1,
	h2,
	h3,
	h4,
	h5 {
		page-break-before: avoid !important;
		page-break-inside: avoid !important;
		page-break-after: avoid !important;
	}

	.img-inner-logo {
		height: 15px !important;
		width: auto !important;
	}

	.inner-logo {
		height: 30px !important;
	}

	table,
	img {
		page-break-inside: avoid !important;
	}

	.lot h1 {
		font-size: 14px !important;
	}

	.estimate .bottom-info li.note {
		font-size: 8px !important;
	}

	.tbl-lot th,
	.tbl-lot td,
	.estimate table td,
	.estimate table th,
	.estimate table tr td.part-name {
		font-size: 16px !important;
	}

	.calculation .selection label {
		margin: 0 !important;
		line-height: 12px !important;
		font-size: 10px !important;
	}

	.tbl th,
	.tbl td,
	.estimate table tr td,
	.estimate .head,
	.lot h1 {
		padding: 1px !important;
	}

	.estimate .head,
	.estimate .bottom-info li.total .all-price {
		font-size: 11px !important;
	}

	#jivo-iframe-container,
	#jivo-iframe-container.jivo-iframe-container-bottom,
	jdiv,
	#auction-page .head,
	.inner-logo .tip,
	.disable-mob-menu-fix .tip,
	.js-cont-plus,
	.ico-whatsapp,
	.noprint,
	.noprint * {
		display: none !important;
	}
}

table._mobile-adaptive tr {
	display: table-row;
}

table._mobile-adaptive tr td {
	border-bottom: 1px solid #e2e2e2;
	padding: 5px 1px;
}

table._mobile-adaptive .hide-on-table {
	display: inline-block;
	margin-left: 20px;
}

@media only screen and (max-width: 767px) {
	.thead {
		display: none;
	}

	.noprint.mt15 {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		margin-bottom: 40px;
	}

	.noprint.mt15 a.btnoffer {
		margin: 0 !important;
		width: 160px !important;
		padding: 15px 0px !important;
	}

	table._mobile-adaptive tr {
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 10px !important;
		padding: 5px 10px 15px 10px !important;
		display: flex !important;
		flex-direction: column;
	}

	table._mobile-adaptive tr td {
		box-sizing: border-box;
		display: block;
		padding: 5px 1px;
		font-size: 13px;
		text-align: left;
		border: none;
	}

	table._mobile-adaptive tr .engine:before {
		content: 'Двигатель:';
	}

	table._mobile-adaptive tr .door-seat:before {
		content: 'Дверей/мест:';
	}

	table._mobile-adaptive tr .seats:before {
		content: 'Кол-во мест:';
	}

	table._mobile-adaptive tr .eng-vol:before {
		content: 'Объём двиг., см3:';
	}

	table._mobile-adaptive tr .eng-pw:before {
		content: 'Мощность, л.c.:';
	}

	table._mobile-adaptive tr .chassis:before {
		content: 'Кузов:';
	}

	table._mobile-adaptive tr .period:before {
		content: 'Период выпуска:';
	}

	table._mobile-adaptive tr .modif:before {
		content: 'Модификация:';
	}

	table._mobile-adaptive tr .fuel:before {
		content: 'Тип топлива:';
	}

	table._mobile-adaptive tr .kpp:before {
		content: 'Коробка передач:';
	}

	table._mobile-adaptive tr .privod:before {
		content: 'Привод:';
	}

	table._mobile-adaptive tr .compare:before {
		content: 'Сравнение:';
	}

	table._mobile-adaptive tr .seats:before,
	table._mobile-adaptive tr .eng-vol:before,
	table._mobile-adaptive tr .eng-pw:before,
	table._mobile-adaptive tr .engine:before,
	table._mobile-adaptive tr .door-seat:before,
	table._mobile-adaptive tr .chassis:before,
	table._mobile-adaptive tr .period:before,
	table._mobile-adaptive tr .modif:before,
	table._mobile-adaptive tr .fuel:before,
	table._mobile-adaptive tr .kpp:before,
	table._mobile-adaptive tr .privod:before,
	table._mobile-adaptive tr .compare:before {
		display: inline-block;
		font-size: 12px;
		font-weight: bold;
		width: 40%;
		min-width: 95px;
		max-width: 125px;
	}

	table._mobile-adaptive tr .client-auctime:before {
		content: 'Аукцион, Дата/Время:';
	}

	table._mobile-adaptive tr .client-lot:before {
		content: 'Лот:';
	}

	table._mobile-adaptive tr .client-auto:before {
		content: 'Автомобиль:';
	}

	table._mobile-adaptive tr .client-bid:before {
		content: 'Ставка:';
	}

	table._mobile-adaptive tr .client-chk:before {
		content: 'Проверено менеджером:';
	}

	table._mobile-adaptive tr .client-action:before {
		content: 'Действия:';
	}

	table._mobile-adaptive tr .client-auctime:before,
	table._mobile-adaptive tr .client-lot:before,
	table._mobile-adaptive tr .client-auto:before,
	table._mobile-adaptive tr .client-bid:before,
	table._mobile-adaptive tr .client-chk:before,
	table._mobile-adaptive tr .client-action:before {
		display: inline-block;
		width: 90px;
		font-weight: bold;
		font-size: 12px;
	}

	table._mobile-adaptive tr .client-h-auc:before {
		content: 'Аукцион:';
	}

	table._mobile-adaptive tr .client-h-lot:before {
		content: 'Лот:';
	}

	table._mobile-adaptive tr .client-h-auto:before {
		content: 'Автомобиль:';
	}

	table._mobile-adaptive tr .client-h-price:before {
		content: 'Начал./Конеч. цена:';
	}

	table._mobile-adaptive tr .client-h-stavka:before {
		content: 'Ставка / Статус:';
	}

	table._mobile-adaptive tr .cmpr-mark:before {
		content: 'Марка/модель:';
	}

	table._mobile-adaptive tr .cmpr-modf:before {
		content: 'Модификация:';
	}

	table._mobile-adaptive tr .cmpr-period:before {
		content: 'Период выпуска:';
	}

	table._mobile-adaptive tr .cmpr-del:before {
		content: 'Удалить:';
	}

	table._mobile-adaptive tr .cmpr-mark:before,
	table._mobile-adaptive tr .cmpr-modf:before,
	table._mobile-adaptive tr .cmpr-period:before,
	table._mobile-adaptive tr .cmpr-del:before,
	table._mobile-adaptive tr .client-h-auc:before,
	table._mobile-adaptive tr .client-h-lot:before,
	table._mobile-adaptive tr .client-h-auto:before,
	table._mobile-adaptive tr .client-h-price:before,
	table._mobile-adaptive tr .client-h-stavka:before {
		display: inline-block;
		font-weight: bold;
		font-size: 12px;
		width: 42%;
		min-width: 100px;
		max-width: 122px;
	}

	#lots tbody tr:hover,
	#lot tbody tr:hover {
		background: none;
	}

	#lots tbody tr td,
	#lot tbody tr td {
		font-size: 13px;
		padding: 5px 0;
		border: none;
	}

	#lots td,
	#lots th,
	#lot td,
	#lot th,
	.lotclass td,
	.lotclass th {
		text-align: left;
	}

	.client-1-photo img {
		width: 47%;
		height: auto;
	}

	table._mobile-adaptive ._car-lotauc a,
	table._mobile-adaptive ._car-lotauc span {
		font-size: 18px;
		font-weight: bold;
	}

	table._mobile-adaptive ._car-date:before {
		content: 'Дата проведения:';
	}

	table._mobile-adaptive ._car-car:before {
		content: 'Марка/Модель:';
	}

	table._mobile-adaptive ._car-vol:before {
		content: 'Объем:';
	}

	table._mobile-adaptive ._car-year:before {
		content: 'Год:';
	}

	table._mobile-adaptive ._car-chass:before {
		content: 'Кузов:';
	}

	table._mobile-adaptive ._car-modif:before {
		content: 'Комплектация:';
	}

	table._mobile-adaptive ._car-mil:before {
		content: 'Пробег(км):';
	}

	table._mobile-adaptive ._car-grade:before {
		content: 'Оценка:';
	}

	table._mobile-adaptive ._car-price:before {
		/* white-space: pre; */
	}

	table._mobile-adaptive ._car-price-0:before {
		content: 'Цена в\Aг. Владивосток:';
	}

	table._mobile-adaptive ._car-price-1:before {
		content: 'Цена в\Aг. Ачинск:';
	}

	table._mobile-adaptive ._car-price-2:before {
		content: 'Цена в\Aг. Белогорск:';
	}

	table._mobile-adaptive ._car-price-3:before {
		content: 'Цена в\Aг. Благовещенск:';
	}

	table._mobile-adaptive ._car-price-4:before {
		content: 'Цена в\Aг. Братск:';
	}

	table._mobile-adaptive ._car-price-5:before {
		content: 'Цена в\Aг. Волгоград:';
	}

	table._mobile-adaptive ._car-price-6:before {
		content: 'Цена в\Aг. Воронеж:';
	}

	table._mobile-adaptive ._car-price-7:before {
		content: 'Цена в\Aг. Екатеринбург:';
	}

	table._mobile-adaptive ._car-price-8:before {
		content: 'Цена в\Aг. Иркутск:';
	}

	table._mobile-adaptive ._car-price-9:before {
		content: 'Цена в\Aг. Казань:';
	}

	table._mobile-adaptive ._car-price-10:before {
		content: 'Цена в\Aг. Камчатка:';
	}

	table._mobile-adaptive ._car-price-11:before {
		content: 'Цена в\Aг. Кемерово:';
	}

	table._mobile-adaptive ._car-price-12:before {
		content: 'Цена в\Aг. Краснодар:';
	}

	table._mobile-adaptive ._car-price-13:before {
		content: 'Цена в\Aг. Красноярск:';
	}

	table._mobile-adaptive ._car-price-14:before {
		content: 'Цена в\Aг. Курган:';
	}

	table._mobile-adaptive ._car-price-15:before {
		content: 'Цена в\Aг. Магадан:';
	}

	table._mobile-adaptive ._car-price-16:before {
		content: 'Цена в\Aг. Москва:';
	}

	table._mobile-adaptive ._car-price-17:before {
		content: 'Цена в\Aг. Н-Челны:';
	}

	table._mobile-adaptive ._car-price-18:before {
		content: 'Цена в\Aг. Нерюнгри:';
	}

	table._mobile-adaptive ._car-price-19:before {
		content: 'Цена в\Aг. Нижний-Н:';
	}

	table._mobile-adaptive ._car-price-20:before {
		content: 'Цена в\Aг. Новосибирск:';
	}

	table._mobile-adaptive ._car-price-21:before {
		content: 'Цена в\Aг. Омск:';
	}

	table._mobile-adaptive ._car-price-22:before {
		content: 'Цена в\Aг. Пенза:';
	}

	table._mobile-adaptive ._car-price-23:before {
		content: 'Цена в\Aг. Пермь:';
	}

	table._mobile-adaptive ._car-price-24:before {
		content: 'Цена в\Aг. Ростов:';
	}

	table._mobile-adaptive ._car-price-25:before {
		content: 'Цена в\Aг. С-Петербург:';
	}

	table._mobile-adaptive ._car-price-26:before {
		content: 'Цена в\Aг. Самара:';
	}

	table._mobile-adaptive ._car-price-27:before {
		content: 'Цена в\Aг. Саратов:';
	}

	table._mobile-adaptive ._car-price-28:before {
		content: 'Цена в\Aг. Сахалин:';
	}

	table._mobile-adaptive ._car-price-29:before {
		content: 'Цена в\Aг. Тольятти:';
	}

	table._mobile-adaptive ._car-price-30:before {
		content: 'Цена в\Aг. Томск:';
	}

	table._mobile-adaptive ._car-price-31:before {
		content: 'Цена в\Aг. Тюмень:';
	}

	table._mobile-adaptive ._car-price-32:before {
		content: 'Цена в\Aг. Улан-Удэ:';
	}

	table._mobile-adaptive ._car-price-33:before {
		content: 'Цена в\Aг. Уфа:';
	}

	table._mobile-adaptive ._car-price-34:before {
		content: 'Цена в\Aг. Хабаровск:';
	}

	table._mobile-adaptive ._car-price-35:before {
		content: 'Цена в\Aг. Чебоксары:';
	}

	table._mobile-adaptive ._car-price-36:before {
		content: 'Цена в\Aг. Челябинск:';
	}

	table._mobile-adaptive ._car-price-37:before {
		content: 'Цена в\Aг. Чита:';
	}

	table._mobile-adaptive ._car-price-38:before {
		content: 'Цена в\Aг. Якутск:';
	}

	table._mobile-adaptive ._car-price-rf:before {
		content: 'Цена в РФ:';
	}

	table._mobile-adaptive ._car-tpchass:before {
		content: 'Тип кузова ';
	}

	table._mobile-adaptive ._car-fuel:before {
		content: 'Топливо ';
	}

	table._mobile-adaptive ._car-kpppriv:before {
		content: 'КПП / Привод ';
	}

	table._mobile-adaptive ._car-kpp:before {
		content: 'КПП';
	}

	table._mobile-adaptive ._car-startend-price:before {
		content: 'Старт/Продан:';
	}

	table._mobile-adaptive ._car-kpp:before,
	table._mobile-adaptive ._car-price-rf:before,
	table._mobile-adaptive ._car-kpppriv:before,
	table._mobile-adaptive ._car-fuel:before,
	table._mobile-adaptive ._car-tpchass:before,
	table._mobile-adaptive ._car-startend-price:before,
	table._mobile-adaptive ._car-date:before,
	table._mobile-adaptive ._car-car:before,
	table._mobile-adaptive ._car-vol:before,
	table._mobile-adaptive ._car-year:before,
	table._mobile-adaptive ._car-chass:before,
	table._mobile-adaptive ._car-modif:before,
	table._mobile-adaptive ._car-mil:before,
	table._mobile-adaptive ._car-grade:before,
	table._mobile-adaptive ._car-price:before {
		display: inline-block;
		width: 110px;
		font-weight: bold;
	}

	table._mobile-adaptive ._sheet-mark:before {
		content: 'Оценка:';
	}

	table._mobile-adaptive ._sheet-stat:before {
		content: 'Состояние:';
	}

	table._mobile-adaptive ._sheet-kuz:before {
		content: 'Оценка кузова:';
	}

	table._mobile-adaptive ._sheet-intr:before {
		content: 'Оценка интерьера:';
	}

	table._mobile-adaptive ._sheet-mark:before,
	table._mobile-adaptive ._sheet-stat:before,
	table._mobile-adaptive ._sheet-kuz:before,
	table._mobile-adaptive ._sheet-intr:before {
		display: inline-block;
		width: 42%;
		min-width: 80px;
		max-width: 135px;
		font-weight: bold;
	}

	table._mobile-adaptive ._hide {
		display: none !important;
	}

	table._mobile-adaptive ._toblock {
		display: inline-block;
	}
}

@media (min-width: 240px) {
	.img-inner-logo {
		height: 11px;
		width: 80px;
		margin: -25px 0 5px 65px;
	}

	.index-top-contacts {
		width: 170px;
	}

	.show-leftblk .logo {
		width: 225px;
		height: 147px;
	}
}

@media (min-width: 260px) {
	.hd-block-do260 {
		display: block;
	}

	.estimate table tr td.price {
		padding: 0 5px 0 7px;
	}

	.mobile-menu,
	.mobile-menu > nav > ul > li .clients ul,
	.mobile-menu .helpful-info .list ul li,
	.mobile-menu .helpful-info .list {
		width: 260px !important;
	}

	.mobile-menu {
		margin-left: -260px;
	}

	.box4i-flex div {
		width: 50%;
	}
}

@media (min-width: 320px) {
	.hd-inline-do320 {
		display: inline;
	}

	.hd-block-do320 {
		display: block;
	}

	.hd-td-do320 {
		display: table-cell;
	}

	.search-form-colors label {
		width: 47%;
	}

	.search-form-chassis .col1-1 {
		width: 80%;
	}

	.search-form-chassis .col2-2 {
		width: 20%;
	}

	.frmCityDelivery {
		width: 50% !important;
	}

	.disable-mob-menu-fix .img-inner-logo {
		margin: 10px 0 5px 5px;
		width: 120px;
		height: 15px;
	}

	.tbl-logos .col1 {
		width: 40%;
	}

	.tbl-logos .col2 {
		width: 30%;
		display: table-cell;
	}

	.tbl-logos .col3 {
		width: 30%;
	}

	/*.chk4232:before{
        background:#2ad6ff;display:block;height:50px;text-align:center;padding-top:10px;
        content:'min-width:320px';
    }*/
}

@media (min-width: 360px) {
	.divColmL {
		float: left;
		width: 160px;
	}

	.catlgitem {
		width: 300px;
		margin: 5px auto 25px auto;
		float: none;
	}

	.catlgitem img {
		width: 290px;
		height: auto;
	}

	.offcontcars div > a > img {
		width: 90%;
		height: auto;
	}

	.hd-block-do360 {
		display: block;
	}

	.hd-inline-do360 {
		display: inline;
	}

	.cont-foto img {
		width: 150px;
		height: 100px;
	}

	.icontacts .info ul li {
		height: 100px;
		max-width: 170px;
	}

	/*.news-body img{width:55%;height:auto;}*/
	.img-w350 {
		width: 65%;
	}

	.img-w270 {
		width: 266px;
		height: 200px;
	}

	.requestfrm,
	.simplemodal-container {
		width: 330px !important;
	}

	.search-form-chassis .col4 {
		width: 45%;
	}

	.block4cntr .bl2 {
		width: 85%;
	}

	.block4cntr .thumb img {
		width: 90%;
		height: auto;
	}

	.disable-mob-menu-fix .img-inner-logo {
		margin: 10px 0 5px 5px;
		width: 145px;
		height: 15px;
	}

	.news-body .photo,
	.photo-a-gal,
	.news-body .gal img {
		width: 320px;
	}
}

@media (min-width: 480px) {
	.img-inner-logo {
		height: 15px;
		width: 150px;
		margin: -30px 0 5px 65px;
	}

	.disable-mob-menu-fix .img-inner-logo {
		margin: 10px 0 5px 5px;
		width: 200px;
		height: 20px;
	}

	.disable-mob-menu-fix .tip {
		display: block;
		font-size: 12px;
		word-spacing: 3px;
		margin: 3px 0 0 5px;
	}

	.search .first-step > .right-column > .head,
	.search .second-step > .right-column > .head,
	.search-head-inline {
		font-size: 16px;
		margin-bottom: 14px;
	}

	.search-form-years label {
		padding: 5px 18px 5px 0;
		width: 75px;
		margin: 0 20px 20px 0;
	}

	.search-form-marmodel .block-select {
		display: inline;
	}

	.search-form-marmodel .model {
		margin-left: 30px;
	}

	.search-form-marmodel .block-select select {
		width: 40%;
	}

	.search-form-marmodel .addit select:first-child {
		margin-right: 30px;
	}

	.search-form-chassis input {
		margin: -2px 5px 0 0 !important;
	}

	.search-form-chassis .col1 {
		width: 110px;
	}

	.search-form-chassis .col2 {
		width: 60px;
	}

	.search-form-chassis .col3 {
		width: 90px !important;
		border: 0;
	}

	.search-form-chassis .col4 {
		width: 100px;
		border: 0;
		text-align: center;
	}

	.search-form-chassis span,
	.search-form-chassis label {
		font-size: 12px !important;
	}

	.articles ul li .icon {
		width: 170px;
		height: 130px;
		float: left;
	}

	.articles ul li .description {
		margin-left: 180px;
	}

	.articles ul li .description .info {
		font-size: 13px;
	}

	.block4cntr .bl2 {
		width: 210px;
		margin: 10px 6px;
	}

	.block4cntr a.head1 {
		padding: 12px 0;
		font-size: 14px;
	}

	.block4cntr .thumb img {
		width: 200px;
		height: 146px;
	}

	.col-480-50 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.requestfrm,
	.simplemodal-container {
		width: 400px !important;
	}

	.modal-content input[type='text'],
	.modal-content input[type='password'] {
		height: 28px;
		width: 324px;
	}

	.modal-content textarea {
		width: 324px;
	}

	.img-w270 {
		width: 266px;
		height: 200px;
	}

	.img-w350 {
		width: 250px;
	}

	.img-w150 {
		width: 150px;
		height: auto;
	}

	.img-in-text {
		width: 55% !important;
		height: auto !important;
		float: none;
		margin: 0 8px !important;
	}

	.img-in-text-right {
		width: 55% !important;
		height: auto !important;
		float: right;
		margin-left: 8px !important;
	}

	.img-in-text-left {
		width: 55% !important;
		height: auto !important;
		float: left;
		margin-right: 8px !important;
	}

	.img-solo-gal {
		width: 46%;
		height: auto;
	}

	.box4i-flex .img-solo-gal {
		width: 80%;
		height: auto;
	}

	.img-solo-auc {
		width: 80%;
		height: auto;
	}

	.auclist-jp-img,
	.auclist-1-img {
		width: 80%;
		max-width: 350px;
	}

	.video-youtube {
		width: 400px;
		height: 225px;
	}

	.frm-kor-frames select {
		width: 230px;
	}

	.catlpic,
	.modiflist-period-pic img {
		width: 360px;
		height: auto;
	}

	.catlgitem {
		width: 220px;
		margin: 10px 0 20px 0;
		float: left;
	}

	.catlgitem img {
		width: 210px;
		height: auto;
	}

	.blkcntr ul li,
	.blkcntr ol li {
		padding: 3px 0 5px 12px;
	}

	.blkcntr ul,
	.blkcntr ol {
		margin-left: 15px;
	}

	.catlyear {
		font-size: 12px;
		width: 145px;
		display: inline-block;
		margin: 0 0 15px 0;
	}

	.divColmL {
		width: 220px;
	}

	.divColmL li a {
		font-size: 13px;
	}

	.reg-sheets img {
		width: 128px;
		height: 160px;
	}

	.cont-foto img {
		width: 140px;
		height: 93px;
	}

	.profl-input {
		width: 250px;
	}

	.td1-client-edit {
		width: 160px;
	}

	.cont225,
	.cont225 .picin {
		width: 210px;
		height: 150px;
	}

	.offcontcars div {
		width: 49%;
		float: left;
	}

	.offcontcars div > a > img {
		width: 97%;
		height: auto;
	}

	.show-leftblk a {
		font-size: 14px !important;
		margin: 0 5px 15px 0;
		padding: 5px 0 4px 95px;
		min-width: 147px;
		width: 30%;
	}

	.cont225-cont {
		margin: 0 auto 10px auto;
		width: 430px;
	}

	.inp-calc-back {
		width: 40%;
	}

	.td-review-auc {
		width: 245px;
	}

	.td-review-auc img {
		width: 110px;
		height: 85px;
	}

	.hd-block-do480 {
		display: block;
	}

	.hd-inline-do480 {
		display: inline;
	}

	.tbl-logos .col1 {
		width: 50%;
	}

	.tbl-logos .col2 {
		width: 25%;
	}

	.tbl-logos .col3 {
		width: 25%;
	}

	.auction-item .auction-image iframe {
		width: 450px;
		height: 369px;
	}

	.search-form-chassis .col1-1 {
		width: 260px;
	}

	.search-form-chassis .col2-2 {
		width: 60px;
	}

	.inputs-for-usa-addit .col-mdf {
		width: 55%;
	}

	.inputs-for-usa-addit .col-gas {
		max-width: 100px;
	}

	.search-form-colors label {
		width: 32%;
	}

	.news-body .photo,
	.photo-a-gal,
	.news-body .gal img {
		width: 47%;
		height: auto;
	}

	.whatsapp-button {
		left: 20px;
		bottom: 30px;
	}
}

@media (min-width: 576px) {
	body.main {
		background: #21262a url('../i/main/page_bgr576.png') repeat-x 0 -2px;
	}

	.index-header {
		height: 70px;
		margin-bottom: 0px;
	}

	#slider,
	#slider img {
		height: 276px;
	}

	#slider .nivo-caption {
		top: 65px;
		width: 230px;
	}

	#slider .nivo-caption ul li {
		font-size: 12px;
	}

	#slider .nivo-caption ul li.part-1 {
		margin-left: 0px;
	}

	#slider .nivo-caption ul li.part-2 {
		margin-left: 45px;
	}

	#slider .nivo-caption ul li.part-3 {
		margin-left: 80px;
	}

	.index-main-logo img {
		height: 22px;
		width: 225px;
		margin: 0;
	}

	.index-main-logo span {
		font-size: 13px;
		text-align: left;
		margin-bottom: 0;
	}

	.index-top-contacts {
		font-size: 20px;
		width: auto;
		margin: auto;
	}

	.indx-cat div a:hover .title {
		text-decoration: underline !important;
		color: #fe5e20;
	}

	.indexnews {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}

	.skype-block {
		margin: 5px 0 0 10px;
		width: 70px;
		height: 20px;
		background: url('../i/icons/inner/skype-short.png') no-repeat center center;
	}

	.top-contacts {
		margin-right: 0;
	}

	.top-contacts .intp1 {
		display: inline;
	}

	.jivo-head-btn-on,
	.jivo-head-btn-off {
		font-size: 12px !important;
		line-height: 20px !important;
		padding: 0 8px 0 8px !important;
		height: 20px;
	}

	.jivo-btn-icon {
		margin-right: 5px;
	}

	.inner-logo {
		height: 60px;
	}

	.inner-header {
		margin-top: 5px;
	}

	#btn-mobile-menu {
		margin-left: 0;
	}

	.bord-inner-balance,
	.bord-inner-basket,
	.bord-inner-user {
		border: none;
		border-right: 1px solid #8c8f92;
	}

	#mini-info-board .item {
		height: 32px;
		padding-top: 5px;
	}

	footer.inner {
		height: 105px;
		padding: 10px 0 15px 15px !important;
	}

	footer.inner .company-info {
		margin-bottom: 10px;
	}

	.clients-wrap {
		display: none;
	}

	#content > .right-column {
		margin-left: 0;
		width: 100%;
	}

	.mobile-menu,
	.mobile-menu > nav > ul > li .clients ul,
	.mobile-menu .helpful-info .list ul li,
	.mobile-menu .helpful-info .list {
		width: 300px !important;
	}

	.mobile-menu {
		margin-left: -300px;
	}

	.menu-btnmore {
		margin-left: 245px !important;
	}

	form.search {
		width: 98%;
	}

	.search .first-step > .left-column .number,
	.search .second-step > .left-column .number {
		font-size: 70px;
		padding-left: 28px;
	}

	.search .first-step > .left-column,
	.search .second-step > .left-column {
		width: 70px;
	}

	.search .first-step > .right-column,
	.search .second-step > .right-column {
		margin-left: 90px;
		padding-top: 15px;
	}

	#jp-frm-bylot {
		text-align: center;
	}

	.block4cntr .bl2 {
		width: 220px;
	}

	.block4cntr .thumb img {
		width: 210px;
		height: 153px;
	}

	.col-480-50 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.requestfrm,
	.simplemodal-container {
		width: 496px !important;
	}

	.img-w350 {
		width: 290px;
	}

	.box4i-flex .img-solo-gal {
		width: 80%;
	}

	.auction-item .auction-image iframe {
		width: 450px;
		height: 369px;
	}

	.ul3 > li > a {
		font-size: 16px;
	}

	.video-youtube {
		width: 480px;
		height: 270px;
	}

	.search-form-chassis .col3 {
		width: 110px;
	}

	.tbl4addit td {
		padding: 4px 2px;
		font-size: 12px;
	}

	.tbl4addit td label {
		font-size: 12px;
	}

	.bodiesinfo a {
		margin: 0 15px 15px 30px;
	}

	.catlgitem {
		width: 240px;
	}

	.catlgitem img {
		width: 220px;
		height: auto;
	}

	.modiflist-period-pic img {
		width: 200px;
		height: 100px;
	}

	.catlyear {
		font-size: 12px;
		width: 142px;
		display: inline-block;
		margin: 0 0 15px 0;
	}

	.catalog-modif-pics a img {
		height: 64px;
	}

	.modflst table {
		width: auto;
	}

	.modflst table td {
		padding: 6px 3px 6px 2px;
	}

	.modflst table td.col1 {
		width: 260px;
	}

	.modflst table td.col2 {
		width: 240px;
	}

	.divColmL {
		width: 230px;
	}

	.modal-content fieldset.remember {
		padding-left: 110px;
	}

	.cont-foto img {
		width: 120px;
		height: 80px;
	}

	.pic-infoblk-cat {
		width: 140px;
		height: 105px;
	}

	.offcontcars div {
		width: 258px;
	}

	.offcontcars div > a > img {
		width: 240px;
		height: 185px;
	}

	.show-rightblklogo {
		display: block;
		width: 284px;
		height: 250px;
	}

	.show-tas2014 {
		background: url('../images/autoshow/tas2014/284.jpg') left top no-repeat;
	}

	.show-tms2013 {
		background: url('../images/autoshow/tms2013/284.jpg') left top no-repeat;
	}

	.show-leftblk {
		width: 268px;
		height: 426px;
		float: left;
		background: url('../images/autoshow/left-shadow.png') no-repeat top;
	}

	.show-leftblk a {
		font-size: 18px !important;
		margin: 8px 0 15px 15px;
		padding: 8px 0 4px 115px;
		width: 200px;
		float: none;
	}

	.show-leftblk .logo {
		margin: 10px 0 15px 15px;
	}

	.show-pic-body img {
		width: 160px;
		height: 123px;
	}

	.auclist-cat .item a {
		font-size: 16px;
	}

	#equipment ul li {
		margin: 0 10px 10px 0;
		width: 47%;
	}

	.inp-calc-back {
		width: 60%;
		margin-left: 15px;
	}

	.lot-gal a,
	.lot-gal img {
		width: 85px;
		height: 65px;
	}

	.tbl-lot .col1 {
		width: 125px;
	}

	.inputs-for-addit .itm {
		width: 33%;
	}

	.img-solo-auc {
		width: 49%;
		height: auto;
	}

	.auclist-jp-img {
		width: 47%;
		max-width: none;
	}

	.auclist-1-img {
		width: 350px;
		max-width: none;
	}

	.auclist-img-hd {
		display: inline-block;
	}

	.inputs-for-usa-addit .col-mdf {
		width: 55%;
	}

	.inputs-for-usa-addit .col-vol {
		width: 60px;
	}

	.inputs-for-usa-addit .col-gas {
		max-width: 100px;
	}

	.box4i-flex div {
		width: 25%;
	}

	.disable-mob-menu-fix .img-inner-logo {
		margin: 10px 0 5px 0;
	}

	.disable-mob-menu-fix .tip {
		margin: 3px 0 0 0;
	}
}

@media (min-width: 768px) {
	h1 {
		font-size: 30px;
	}

	h2,
	.h2 {
		font-size: 18px;
	}

	h3,
	.h3 {
		font-size: 16px;
	}

	body.main {
		background: #21262a url('../i/main/page_bgr768.png') repeat-x 0 -2px;
	}

	#slider,
	#slider img {
		height: 368px;
	}

	#slider .nivo-caption {
		top: 85px;
		width: 255px;
	}

	#slider .nivo-caption ul li {
		font-size: 13px;
	}

	#slider .nivo-caption ul li.part-1 {
		margin-left: -20px;
	}

	#slider .nivo-caption ul li.part-2 {
		margin-left: 25px;
	}

	#slider .nivo-caption ul li.part-3 {
		margin-left: 90px;
	}

	.index-main-logo img {
		height: 28px;
		width: 292px;
	}

	.index-main-logo span {
		font-size: 17px;
	}

	.index-top-contacts {
		font-size: 24px;
	}

	.indx-cat div a:hover .title {
		text-decoration: none !important;
		color: #fff;
	}

	.indexnews {
		float: right;
		width: 350px;
		margin-bottom: 10px;
	}

	.inner-logo {
		height: 65px;
		margin-bottom: 0;
		display: block;
	}

	.img-inner-logo {
		height: 20px;
		width: 200px;
		margin: -42px 0 5px 75px;
	}

	.inner-logo .tip {
		display: block;
		font-size: 12px;
		word-spacing: 3px;
		margin: 3px 0 0 75px;
	}

	.disable-mob-menu-fix .tip {
		margin: 3px 0 0 0;
	}

	.search .first-step > .left-column .number,
	.search .second-step > .left-column .number {
		font-size: 65px;
		padding-left: 10px;
	}

	.search .first-step > .left-column,
	.search .second-step > .left-column {
		width: 55px;
	}

	.search .first-step > .right-column,
	.search .second-step > .right-column {
		margin-left: 60px;
	}

	.skype-block {
		margin: 5px 0 0 10px;
		width: 116px;
		height: 22px;
		background: url('../i/icons/inner/skype-long.png') no-repeat center center;
	}

	.top-contacts {
		margin-right: 0;
	}

	.jivo-btn-icon {
		margin-right: 10px;
	}

	.inner-header {
		margin-top: 10px;
	}

	.bord-inner-balance {
		border: none;
	}

	.bord-inner-basket {
		border: none;
	}

	.bord-inner-user {
		border: none;
	}

	#mini-info-board .item {
		height: 28px;
		padding-top: 3px;
	}

	footer.inner {
		height: 90px;
		padding: 20px 0 15px 20px !important;
	}

	footer.inner .company-info {
		margin-bottom: 15px;
	}

	#content > .right-column {
		margin-left: 0;
		width: 701px;
	}

	.clients-wrap {
		display: block;
	}

	.menu-hide {
		display: none;
	}

	.search-form-years label {
		padding: 5px 15px 5px 0;
		width: 72px;
		margin: 0 15px 15px 0;
	}

	.hleftblock {
		width: 465px;
		float: left;
		position: relative;
		margin: 0;
		padding: 0;
	}

	.hrightblock {
		padding: 0;
		position: absolute;
		margin-left: 465px;
		width: 450px;
	}

	.frm-by-lot {
		height: 130px;
		margin: 0;
	}

	.frm-by-lot select {
		width: 150px;
		margin: 0 15px 0 0;
	}

	.frm-by-lot input {
		margin: 0;
	}

	.frm-by-lot .for-btn {
		display: block;
		margin: 15px 0;
		width: 240px;
	}

	.frm-by-lot .h3 {
		display: block;
	}

	#newspreview {
		padding: 20px;
		position: absolute;
	}

	#newspreview ul li {
		width: 440px;
	}

	#newspreview .ti {
		width: 305px;
		padding: 0;
	}

	.btnsld1,
	.btnsld2 {
		display: block;
	}

	#navigation ul li {
		font-size: 12px;
		margin: 0;
	}

	#navigation ul li a,
	#navigation ul li span {
		font-size: 13px;
	}

	#navigation ul li.separator {
		margin: 0 5px;
	}

	.img-w270 {
		width: 270px;
		height: 200px;
	}

	.img-w350 {
		width: 350px;
	}

	.img-in-text,
	.img-in-text-right,
	.img-in-text-left {
		width: 266px !important;
	}

	.auction-item .auction-image iframe {
		width: 320px;
		height: 262px;
	}

	.video-youtube {
		width: 560px;
		height: 315px;
	}

	.bodiesinfo a {
		margin: 0 15px 15px 40px;
	}

	.box-cartype {
		width: 180px;
	}

	.box-cartype .line {
		margin-bottom: 5px;
		width: 100%;
	}

	.box-cartype .descr {
		font-size: 13px;
	}

	.catlgitem {
		width: 230px;
	}

	.catlgitem img {
		width: 220px;
		height: auto;
	}

	.modiflist-period-pic {
		text-align: left;
	}

	.catlyear {
		font-size: 12px;
		width: 155px;
		margin: 0 10px 15px 0;
	}

	table._mobile-adaptive td,
	table._mobile-adaptive td a {
		font-size: 12px;
	}

	table._mobile-adaptive tr {
		margin-bottom: 0;
		padding: 0;
		display: table-row !important;
	}

	table._mobile-adaptive tr td {
		border-bottom: 1px solid #e2e2e2;
		padding: 8px 5px;
	}

	table._mobile-adaptive .hide-on-table {
		display: none !important;
	}

	table._mobile-adaptive ._toblock {
		display: block;
		padding-left: 0;
	}

	.modflst table td {
		padding: 6px 3px 6px 2px;
	}

	.modflst table td.col1 {
		width: 170px;
	}

	.modflst table td.col2 {
		width: 150px;
	}

	.divColmL {
		width: 230px;
	}

	.reg-numb-tel {
		text-align: left;
	}

	.cont-foto img {
		width: 130px;
		height: 87px;
	}

	.offcontcars div {
		width: 233px;
	}

	.offcontcars div > a > img {
		width: 220px;
		height: 170px;
	}

	.icontacts .info {
		width: 225px;
		float: left;
	}

	.icontacts .info ul li {
		margin-bottom: 15px;
		padding-left: 50px;
		display: block;
		float: none;
		height: auto;
		width: 100%;
		max-width: none;
	}

	.icontacts .info ul li .title {
		font-size: 20px;
	}

	.icontacts .info ul li .remark,
	.icontacts .info ul li .remark a {
		font-size: 14px;
	}

	.icontacts .map {
		margin-left: 235px;
		width: 464px;
		height: 354px;
	}

	.icontacts .map div {
		width: 460px;
		height: 350px;
	}

	.ya-map-review {
		width: 650px;
	}

	.history-addit-pics img {
		width: 130px;
		height: auto;
	}

	.articles ul li .description .title {
		font-size: 18px !important;
	}

	.client-1-statusbid,
	.client-1-bid,
	.client-1-statusdeliv,
	.client-1-start,
	.client-1-end {
		display: block;
		margin-right: 0;
	}

	.auclist-jp-img,
	.auclist-1-img {
		width: 110px;
	}

	.auclist-img-hd {
		display: none;
	}

	.show-rightblklogo {
		width: 464px;
		height: 250px;
	}

	.show-tas2014 {
		background: url('../images/autoshow/tas2014/464.jpg') left top no-repeat;
	}

	.show-tms2013 {
		background: url('../images/autoshow/tms2013/464.jpg') left top no-repeat;
	}

	.show-pic-body img {
		width: 164px;
		height: 123px;
	}

	.show-body {
		padding: 0 15px 20px 15px;
	}

	.show-padl-20 {
		padding: 0 0 0 20px !important;
	}

	.cont225-cont {
		margin: 0 0 10px 0;
		width: auto;
	}

	#equipment ul li {
		margin: 0 10px 10px 0;
		width: 31%;
	}

	.mbtn-100 {
		width: auto;
		margin: 0;
		display: inline-block;
	}

	.minput {
		width: 110px;
	}

	.lot-gal a,
	.lot-gal img {
		width: 86px;
		height: 66px;
	}

	.tbl-lot .col1 {
		width: 140px;
	}

	._adapt_hide_col {
		display: table-cell;
	}

	._adapt_show_blk,
	._adapt_show_inline {
		display: none;
	}

	.td-review-auc {
		width: 195px;
	}

	.td-review-auc img {
		width: 85px;
		height: 65px;
	}

	._pdr10 {
		padding-right: 10px;
	}

	._pdl10 {
		padding-left: 10px;
	}

	.img-solo-gal {
		width: 32%;
		height: auto;
	}

	.box4i-flex .img-solo-gal {
		width: 70%;
	}

	.inputs-for-addit .itm {
		width: 49%;
	}

	.blkcntr ul,
	.blkcntr ol {
		margin-left: 25px;
	}

	.news-body .photo,
	.photo-a-gal,
	.news-body .gal img {
		width: 220px;
		height: 165px;
	}

	.whatsapp-button {
		left: 30px;
		bottom: 40px;
	}

	.fancybox-navigation .fancybox-button {
		height: 150px !important;
		width: 100px !important;
	}

	.fancybox-button--zoom,
	.fancybox-button--play,
	.fancybox-button--thumbs,
	.fancybox-button--close {
		height: 70px !important;
		width: 70px !important;
	}
}

@media (min-width: 992px) {
	body.main {
		background: #21262a url('../i/main/page_bgr.png') repeat-x 0 -2px;
	}

	#slider,
	#slider img {
		height: 460px;
	}

	#slider .nivo-caption {
		top: 100px;
		width: 340px;
	}

	#slider .nivo-caption ul li {
		font-size: 16px;
	}

	#slider .nivo-caption ul li.part-1 {
		margin-left: 0px;
	}

	#slider .nivo-caption ul li.part-2 {
		margin-left: 65px;
	}

	#slider .nivo-caption ul li.part-3 {
		margin-left: 140px;
	}

	.jivo-head-btn-on,
	.jivo-head-btn-off {
		font-size: 13px !important;
		line-height: 23px !important;
		padding: 0 11px 0 11px !important;
		height: 23px;
	}

	#btn-mobile-menu {
		display: none;
	}

	.img-inner-logo,
	.disable-mob-menu-fix .img-inner-logo {
		height: 28px;
		width: 292px;
		margin: 0 0 10px 0;
	}

	.inner-logo .tip,
	.disable-mob-menu-fix .tip {
		font-size: 17px;
		text-transform: uppercase;
		word-spacing: 6px;
		margin-left: 0;
	}

	.inner-logo {
		height: 70px;
	}

	.top-contacts {
		margin-right: 20px;
	}

	.skype-block {
		margin: 5px 20px 0 10px;
	}

	.inner-header {
		margin-top: 20px;
	}

	#menu > nav > ul > li > div {
		width: 960px;
	}

	#content > .left-column {
		display: block;
	}

	#content > .right-column {
		margin-left: 238px;
		width: 702px;
	}

	.helpful-info .left {
		width: 470px;
	}

	.mob-menu-header {
		display: none;
	}

	.menu-hide {
		display: block;
	}

	.menu-btnmore {
		display: none !important;
	}

	.search-form-rates label {
		padding: 2px 0;
		margin-bottom: 8px;
	}

	.search-form-colors label {
		width: 120px;
		margin: 0 2px 10px 0;
	}

	.search-form-chassis > div > div {
		margin: 0 0 8px 0;
	}

	.search-form-chassis span,
	.search-form-chassis label {
		padding: 2px 0 !important;
		min-height: 20px;
	}

	.search-form-years label {
		margin: 0 10px 10px 0;
	}

	.aucfrm-container input {
		height: 20px;
	}

	.aucfrm-container select {
		padding: 0;
		height: 20px;
	}

	.search .first-step > .left-column .number,
	.search .second-step > .left-column .number {
		font-size: 70px;
		padding-left: 28px;
	}

	.search .first-step > .left-column,
	.search .second-step > .left-column {
		width: 80px;
	}

	.search .first-step > .right-column,
	.search .second-step > .right-column {
		margin-left: 80px;
		padding-top: 15px;
	}

	.pages ul li {
		height: 30px;
		width: 30px;
		margin: 0 5px 5px 0;
	}

	.pages ul li a,
	.pages ul li span {
		font-size: 14px;
		line-height: 27px;
		display: block;
		height: 30px;
		width: 40px;
	}

	.news-another li {
		margin-bottom: 10px;
	}

	.block4cntr .bl2 {
		width: 220px;
	}

	.bodiesinfo a {
		margin: 0 15px 15px 10px;
	}

	.divColmL li {
		margin-top: 10px;
	}

	.catlgitem {
		width: 270px;
	}

	.catlgitem img {
		width: 250px;
		height: 125px;
	}

	.catlpic {
		width: 300px;
		height: auto;
	}

	.catlyear {
		width: 165px;
		font-size: 13px;
		margin: 0 10px 12px 0;
	}

	table._mobile-adaptive td,
	table._mobile-adaptive td a {
		font-size: 13px;
	}

	.modflst table {
		margin-right: 10px;
	}

	.modflst table td {
		padding: 6px 0 6px 2px;
	}

	.modflst table td.col1 {
		width: 180px;
		font-size: 12px;
	}

	.modflst table td.col2 {
		width: 160px;
		font-size: 12px;
	}

	.cont-foto img {
		width: 200px;
		height: 130px;
	}

	.auclist-jp-img {
		width: 75px;
	}

	.auclist-1-img {
		width: 135px;
	}

	.auclist-img-hd {
		display: inline-block;
	}

	.icontacts .info {
		width: 230px;
	}

	.icontacts .map {
		margin-left: 235px;
		width: 464px;
		height: 354px;
	}

	.icontacts .map div {
		width: 460px;
		height: 350px;
	}

	.ya-map-review {
		width: 700px;
		margin: 5px auto;
	}

	.offcontcars div {
		width: 175px;
	}

	.offcontcars div > a > img {
		width: 160px;
		height: 123px;
	}

	.show-rightblklogo {
		width: 704px;
		height: 250px;
	}

	.show-tas2014 {
		background: url('../images/autoshow/tas2014/748.jpg') left top no-repeat;
	}

	.show-tms2013 {
		background: url('../images/autoshow/tms2013/748.jpg') left top no-repeat;
	}

	.show-pic-body img {
		width: 175px;
		height: 135px;
	}

	.articles ul li .icon {
		height: 115px;
		width: 150px;
	}

	.articles ul li .description {
		margin-left: 160px;
	}

	.mini-about {
		font-size: 12px;
	}

	.mini-about p {
		line-height: 16px;
	}

	.indexnews a {
		font-size: 12px;
	}

	#newspreview .ti a {
		font-size: 12px;
	}

	.mini-about h1,
	.mini-about h2,
	.mini-about h3 {
		font-size: 17px !important;
	}

	.mtxt p,
	.mtxt strong,
	.mtxt a,
	.mtxt b,
	.mtxt i,
	.mtxt li {
		font-size: 12px;
		line-height: 18px !important;
	}

	#equipment ul li {
		margin: 0 10px 10px 0;
		width: 23%;
	}

	.inp-calc-back {
		width: 110px;
		margin: 0;
	}

	.lot-gal a,
	.lot-gal img {
		height: 59px;
		width: 77px;
	}

	.auc-sheet {
		width: 460px;
	}

	.auc-sheet-descr {
		width: 450px;
	}

	.td-review-auc {
		width: 225px;
	}

	.td-review-auc img {
		width: 100px;
		height: 75px;
	}

	.aucreview {
		font-size: 15px;
	}

	._mobile_hide_tr {
		display: none;
	}

	._mobile_hide_tr td {
		padding: 7px 0 7px 0;
	}

	._pc_show_td {
		display: table-cell;
		visibility: visible;
	}

	.jp-col-pic-list {
		width: 180px;
	}

	.history-addit-pics img {
		width: 100px;
		height: auto;
	}

	.img-solo-gal {
		width: 165px;
		height: 127px;
	}

	.tbl-logos .col1 {
		width: auto;
	}

	.tbl-logos .col2 {
		width: 130px;
	}

	.tbl-logos .col3 {
		width: 130px;
	}

	.inputs-for-addit .itm {
		height: 30px;
	}

	.news-body .photo,
	.photo-a-gal,
	.news-body .gal img {
		width: 165px;
		height: 127px;
	}

	.fancybox-navigation .fancybox-button {
		height: 200px !important;
		width: 150px !important;
	}
}

@media (min-width: 1200px) {
	.index-top-contacts {
		font-size: 26px;
		line-height: 30px;
	}

	#content > .right-column {
		margin-left: 260px;
		width: 850px;
	}

	#menu > nav > ul > li > div {
		width: 1140px;
	}

	.hrightblock {
		margin-left: 480px;
	}

	.block4cntr .bl2 {
		width: 250px;
	}

	.block4cntr a.head1 {
		font-size: 15px;
	}

	.modflst table {
		margin-right: 15px;
	}

	.modflst table td {
		padding: 6px 5px 6px 2px;
	}

	.modflst table td.col1 {
		width: 210px;
		font-size: 13px;
	}

	.modflst table td.col2 {
		width: 200px;
		font-size: 13px;
	}

	.icontacts .info {
		width: 270px;
	}

	.icontacts .map {
		margin-left: 290px;
		width: 554px;
		height: 364px;
	}

	.icontacts .map div {
		width: 550px;
		height: 360px;
	}

	.ya-map-review {
		width: 840px;
	}

	.jp-col-pic-list {
		width: 220px;
	}

	.show-rightblklogo {
		width: 884px;
		height: 250px;
	}

	.show-tas2014 {
		background: url('../images/autoshow/tas2014/884.jpg') top no-repeat;
	}

	.show-tms2013 {
		background: url('../images/autoshow/tms2013/884.jpg') top no-repeat;
	}

	.lot-gal a,
	.lot-gal img {
		width: 78px;
		height: 60px;
	}

	.auc-sheet {
		width: 510px;
	}

	.auc-sheet-descr {
		width: 480px;
	}

	.img-solo-gal {
		width: 160px;
		height: 123px;
	}

	.auclist-jp-img {
		width: 95px;
	}

	.auclist-1-img {
		width: 140px;
	}

	.news-body .photo,
	.photo-a-gal,
	.news-body .gal img {
		width: 160px;
		height: 123px;
	}

	.whatsapp-button {
		left: 5%;
		bottom: 50px;
	}

	.offcontcars div {
		width: 170px;
	}

	.offcontcars div > a > img {
		width: 155px;
		height: 120px;
	}
}

.tbl-lot td {
	opacity: 1 !important;
}

td._car-price {
	font-weight: bold;
}

@media (max-width: 400px) {
	.slick-list.draggable .slick-track {
		width: 100% !important;
	}

	button.slick-prev.slick-arrow {
		z-index: 120;
	}

	.st .slick-prev:before,
	.st .slick-next:before {
		color: white !important;
	}

	button.slick-prev.slick-arrow {
		margin-left: 5px;
	}

	button.slick-next.slick-arrow {
		margin-right: 5px;
	}

	.slick-track img.small.slick-slide {
		border-radius: 5px;
	}

	.st img.small {
		border-radius: 5px;
	}

	.st .small {
		border: 0px solid transparent;
		width: 28%;
		margin-top: 10px;
	}

	.photosss {
		overflow: scroll;
		flex-wrap: nowrap !important;
	}

	.photosss img.small {
		margin-right: 10px;
	}

	.noprint.mt15 a.btnoffer {
		background: #29aae3 !important;
		border-radius: 5px !important;
		font-size: 14px !important;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		font-family: 'Open Sans';
	}

	.noprint.mt15 a.btnoffer:nth-of-type(2) {
		margin-top: 0 !important;
	}

	.tbl-lot th {
		font-size: 12px !important;
		font-weight: 700 !important;
		font-family: 'Open Sans' !important;
		border: none !important;
		color: #787878 !important;
	}

	.tbl-lot td {
		font-family: 'Open Sans' !important;
		font-size: 14px !important;
		font-weight: bold !important;
		border: none !important;
	}

	table.tbl.tbl-lot tr {
		padding-left: 5px;
		background: var(--table-item-color);
		border-radius: 5px;
		padding-right: 5px;
	}

	table.tbl.tbl-lot tbody {
		display: flex;
		width: 100%;
		flex-flow: wrap;
		gap: 10px;
	}

	table.tbl.tbl-lot .col1 {
		width: auto !important;
	}

	table.tbl.tbl-lot tbody tr:last-child {
		margin-top: 20px;
		display: flex;
		justify-content: space-between;
		background: none;
		align-items: center;
		padding-left: 0;
		margin-left: -3px;
	}

	table.tbl.tbl-lot td#tdincitycst {
		font-size: 18px !important;
	}

	table.tbl.tbl-lot .del_city {
		width: auto;
		font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
		font-size: 14px;
		font-weight: bold;
		margin-top: 0px;
		border: 0px solid black !important;
		background: var(--table-item-color);
		border-radius: 5px;
		height: fit-content;
		padding: 5px;
	}

	.st i {
		font-style: inherit;
		font-family: 'Open Sans';
		font-size: 12px;
		color: #787878 !important;
	}

	.scroll-btn {
		left: 46% !important;
		right: auto !important;
		bottom: 25px !important;
		z-index: 22 !important;
	}

	.menu_for_all svg g path {
		fill: #3ab0e4;
	}

	.inspection table.tbl.tbl-lot tr {
		background: #dff3fc !important;
	}
}

#lots a img:hover {
	transition: 1s;
	transform: scale(2);
}

@media only screen and (max-width: 850px) {
	.br850 {
		display: none;
	}
}

/* share section */

.share-url-title {
	font-size: 100%;
	font-weight: bold;
	display: block;
	width: 230px;
}

.share-buttons {
	/*margin-top: 5px;*/
	padding: 5px;
}

.share-buttons a {
	height: 36px;
	width: 36px;
	display: inline-block;
	cursor: pointer;
	margin-top: 5px;
}

@media (hover: hover) {
	.share-buttons a:hover {
		transition: 0.3s;
		transform: scale(1.25);
	}
}

@media (hover: none) {
	.share-buttons a:active {
		transition: 0.3s;
		transform: scale(1.25);
	}
}

.share-buttons a:not(:last-of-type) {
	margin-right: 5px;
}

/* end share section */

table#lots img.auclist-1-img.photo {
	display: flex;
}

.print {
	background: url(/images/icon/print_25.svg) no-repeat;
	padding-left: 25px;
	height: 25px;
	line-height: 20px;
	float: right;
	margin-top: -43px;
	color: #0a6d8a;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 800px) {
	.print {
		display: none;
	}
}

.inspection-change__hide h2 {
	text-align: left !important;
}

.inspection-change__load h2 {
	text-align: left !important;
}

.accident-change__hide h2 {
	text-align: left !important;
}

.accident-change__load h2 {
	text-align: left !important;
}

.options-change__hide h2 {
	text-align: left !important;
}

.options-change__load h2 {
	text-align: left !important;
}

@media print {
	#verx {
		display: none;
	}
	.copyright,
	.micro_blue_subtext {
		display: none;
	}
	.fll {
		display: flex;
	}

	#main {
		margin: 0;
		/* margin-left: 40px; */
	}

	.avto-similar,
	.noprint {
		display: none;
	}

	.insp-h2__old {
		display: none;
	}

	.inspection-change__hide {
		margin-top: 30px;
	}

	.inspection-change__load {
		display: none;
	}

	.btn-inspection {
		display: none !important;
	}

	.accident-h2__old {
		display: none !important;
	}

	.btn-accident {
		display: none !important;
	}

	.btn-options {
		display: none !important;
	}

	br {
		display: none;
	}

	.table__info {
		overflow: hidden !important;
	}

	.tbl-lot-pr {
		/* page-break-after: always !important; */
	}

	#thumbCarousel {
		display: none;
	}

	table {
		/* page-break-inside: avoid !important; */
	}

	.inspection-h2 {
		page-break-before: always !important;
	}

	#niz {
		margin-top: 15px;
	}

	.flr {
		display: none;
	}

	.table__info table {
		font-size: 16px !important;
	}

	.accident-wrapper .accident-change__load h2 {
		display: none;
	}

	.accident-wrapper.open .accident-change__load h2 {
		display: block;
	}

	.options-wrapper .options-change__load h2 {
		display: none;
	}

	.options-wrapper.open .options-change__load h2 {
		display: block;
	}

	.inspection-wrapper .inspection-change__load h2 {
		display: none;
	}

	.inspection-wrapper.open .inspection-change__load h2 {
		display: block;
	}

	.insp_inf {
		page-break-after: always !important;
	}

	.inspection-wrapper.open {
		page-break-before: always !important;
	}

	.accident-wrapper.open {
		page-break-before: always !important;
	}

	/*  .inspection__block, .accident__block, .accident, .inspection {
         display: none !important;
         page-break-after: always;
         break-before: always;
     } */
	html,
	body {
		height: 100%;
		width: 100%;
		overflow-x: visible !important;
	}

	body {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 1.45;
		font-family: Garamond, 'Times New Roman', serif;
		color: #000;
		background: none;
		font-size: 14pt;
	}

	/* Headings */
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		page-break-after: avoid;
	}

	h1 {
		font-size: 17pt;
	}

	h2 {
		font-size: 14pt;
		margin-top: 20px;
	}

	h3 {
		font-size: 12pt;
		margin-top: 20px;
	}

	h4,
	h5,
	h6 {
		font-size: 14pt;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	code {
		font: 12pt Courier, monospace;
	}

	blockquote {
		margin: 1.2em;
		padding: 1em;
		font-size: 12pt;
	}

	hr {
		display: none;
	}

	/* Images */
	img {
		float: left;
		margin: 1em 1.5em 1.5em 0;
		max-width: 100% !important;
	}

	a img {
		border: none;
	}

	/* Links */
	a:link,
	a:visited {
		background: transparent;
		font-weight: 700;
		text-decoration: underline;
		color: #333;
	}

	a:link[href^="http://"]:after, a[href^="http://"]:visited:after
	{
		content: ' (' attr(href) ') ';
		font-size: 90%;
	}

	abbr[title]:after {
		content: ' (' attr(title) ')';
	}

	/* Table */
	table {
		margin: 1px;
		text-align: left;
	}

	th {
		border-bottom: 1px solid #333;
		font-weight: bold;
	}

	td {
		border-bottom: 1px solid #333;
	}

	th,
	td {
		padding: 4px 10px 4px 0;
	}

	tfoot {
		font-style: italic;
	}

	caption {
		background: #fff;
		margin-bottom: 2em;
		text-align: left;
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}
}

.car-similar a {
	overflow: visible;
}

.car-similar img:hover {
	transition: 1s;
	transform: scale(2);
}

.lot_count {
	position: relative;
	margin-top: 13px;
}

.lot_count:before {
	content: attr(data-hover);
	visibility: hidden;
	opacity: 0;
	width: 100%;
	text-align: center;
	transition: opacity 1s ease-in-out;
	position: absolute;
	z-index: 1;
	top: -100%;
}

.lot_count:hover:before {
	opacity: 0.6;
	visibility: visible;
}

#price_tr > div {
	display: inline;
}

table.tbl.tbl-lot tbody tr:last-child {
	position: relative;
}

#ky_price_value_note:before {
	content: 'завоз\00a0через\00a0Киргизию\A(русский\00a0ПТС,\00a0русские\00a0номера)';
	visibility: hidden;
	text-align: center;
	transition: opacity 1s ease-in-out;
	position: absolute;
	z-index: 10;
	top: -75%;
	background: #e0f6ff;
	left: 80px;
	padding: 15px;
	border-radius: 15px;
	white-space: pre-wrap;
	font-size: 90%;
	font-weight: bold;
}

#ru_price_value_note:before {
	content: 'завоз напрямую в РФ\Aбез учета утил. сбора';
	visibility: hidden;
	text-align: center;
	transition: opacity 1s ease-in-out;
	position: absolute;
	z-index: 10;
	top: -180%;
	background: #e0f6ff;
	left: 130px;
	padding: 15px;
	border-radius: 17px;
	font-size: 90%;
	font-weight: bold;
	white-space: pre-line;
}

#entity_price_value_note:before {
	content: 'завоз напрямую в РФ на юр. лицо\A(возможно\00a0предоставление\00a0юридического\00a0лица)';
	visibility: hidden;
	text-align: center;
	transition: opacity 1s ease-in-out;
	position: absolute;
	z-index: 10;
	top: -20px;
	background: #dff3fc;
	left: 30px;
	padding: 15px;
	border-radius: 17px;
	white-space: pre-wrap;
	font-weight: bold;
}

#ky_price_value_note:hover:before {
	visibility: visible;
}

#ru_price_value_note:hover:before {
	visibility: visible;
}

#entity_price_value_note:hover:before {
	visibility: visible;
}

span.price_info_icon {
	background: url(/images/icons/info.png);
	background-size: 100%;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
}

.options__ul {
	margin-left: 0;
	margin-top: 10px;
	display: flex;
	flex-flow: wrap;
	gap: 5px;
	justify-content: space-between;
}

.options__ul li {
	width: 49%;
	font-weight: bold;
}

.options__ul li:before {
	width: 16px;
	height: 16px;
	content: '\2713';
	margin-right: 6px;
}

.insp_photo img {
	width: 320px;
	margin-bottom: 1em;
}

@media print {
  .fanygarl {
      display: block;
      margin-bottom: 20px;
  }

  #mainCarousel .carousel__button.is-prev {
    display: none;
  }
  #mainCarousel .carousel__button.is-next {
    display: none;
  }
  #price_tr {
    background: initial;
  }
  .tbl th, .tbl td, .estimate table tr td, .estimate .head, .lot h1 {
    padding: 5px !important;
  }
  .container {
    min-width: 100% !important;
  }
  footer .fll {
    justify-content: center;
  }
  .carousel__slide img {
    max-height: 400px !important;
  }
}

.util-check-btn {
	cursor: pointer;
	width: 32%;
	height: 50px;
	font-size: 14px;
	margin: 0px 0px 8px 0px;
}

.util-check-btn input {
	display: none;
}

.util-check-btn span {
	padding: 10px 16px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	color: var(--inputs-color);
	transition: all 0.2s ease;
	user-select: none;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.util-check-btn span:hover {
	border-color: rgba(148, 163, 184, 0.8);
	background: rgba(255, 255, 255, 0.06) !important;
}

.util-check-btn input:checked + span {
	border-color: #3b82f6;
	background: rgb(41 170 227 / 35%) !important;
	color: #ffffff;
	box-shadow: 0 0 8px rgba(59, 130, 246, 0.25);
}


@media only screen and (max-width: 980px) {
	.util-check-btn {
		width: 100%;
	}
}