BODY,html { 
 font: 10pt Arial, Helvetica, sans-serif; 
 background: #fff; /* Цвет фона веб-страницы */
 min-width: 1200px;
}

#right A { color: #F22; }
#catalog A { color: #666; }
#catalog A:hover { color: #1fa0e2; }
#catalog DIV {
 width: 250px; /* Ширина */
 height: 210px;
 background: #fff;
 margin: 0 5px 0px 0; /* Отступы */
 text-align: center; /* Выравнивание по центру */
 float: left; /* Выравнивание по левому краю */
}
#catalog P { margin: 0 5px; font: 13pt Arial, Helvetica, sans-serif; font-weight: bold;}
#catalog IMG { margin-top: 5px; }
#catalog SPAN { color: #ccc; font-size: 0.8em; } 

#gal A { color: #666; }
#gal A:hover { color: #1fa0e2; }
#gal DIV {
 width: 230px; /* Ширина */
 height: 200px;
 margin: 0 5px 0px 0; /* Отступы */
 text-align: center; /* Выравнивание по центру */
 float: left; /* Выравнивание по левому краю */
}
#gal P { margin: 0 5px; }
#gal IMG { margin-top: 5px; }
#gal SPAN { color: #ccc; font-size: 0.8em; } 

/*
.container {
 width: 1200px;
 margin-right: auto;
 margin-left: auto;
 padding-left: 5px;
 padding-right: 5px
}
*/

.boss {
  width: 650px; /* Ширина */
	color:#FF55A5;
  font: 16pt Arial, Helvetica, sans-serif; 
  font-weight: bold; 
  position: relative;
  float: right;
}

.container:before,
.container:after {
 content: " ";
 display: table
}
.container:after {
 clear: both
}
.head_phrase {
 padding-left: 15px;
 font: 12pt Arial, Helvetica, sans-serif; 
 font-weight: bold; 
}
.fig {
 float: left; /* Выравнивание рисунка по левому краю */
 background: #fff; /* Цвет фона */
 padding: 4px; /* Поля вокруг картинки */
 margin: 0 10px 5px 0; /* Отступы */
}
.figr {
 float: right; /* Выравнивание рисунка по левому краю */
 padding: 4px; /* Поля вокруг картинки */
 margin: 0 10px 5px 0; /* Отступы */
}
.galery {
 width: 100%; /* Ширина */
 margin-left: auto;
 margin-right: 0;
 text-align: right; 
 margin: 0 10px 5px 0; /* Отступы */
 float: right; /* Выравнивание по левому краю */
}
.left {
 width: 250px; /* Ширина */
 min-height: 400px;
 margin: 0 5px 5px 0; /* Отступы */
 text-align: left; 
 float: left; /* Выравнивание по левому краю */
 font: 11pt Arial, Helvetica, sans-serif; 
 font-weight: bold; 
}
.right {
 width: 760px; /* Ширина */
 min-height: 400px;
 margin: 0 0px 0px 0; /* Отступы */
 text-align: left; 
 float: left; /* Выравнивание по левому краю */
}

/* Header
-----------------------------------------------------------------------------*/
#top {
	height: 35px;
	background: #fff;
//  position: absolute;
}
#header {
	height: 80px;
	background: linear-gradient(to left, #5B92E5, #fff);;
//  position: absolute;
//  left: 50%;
  margin-left: 30%;
}

#topmenu {
  width: 1200px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
//	background: #fff;
}

#menu1 {
  width: 800px;
  margin-left: 10%;
	height: 50px;
	float: left;
}

#menu2 {
 // width: 600px;
  margin-left: 50%;
	float: left;
}

#topmenu a{
	color:#5B92E5;
	font-size:120%;
  font-style: italic; 
	text-decoration:none;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 1200px;
	background-color: #fdd;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	background: #eEb;
}

#top {
  width: auto;
	height: 45px;
}

#cell {
	text-align: center;
	width: auto;
	float:left;
	margin-top:5px;
	margin-left:30px;
	margin-right:30px;
	font-size:140%;  
  font-style: italic; 
	font-weight: bold;
	color:#00f;
}
#cell a{
	color:#5B92E5;
	text-decoration:none;
}

#menucell {
	text-align: center;
  width: auto;
	height: 30px;
	float:left;
	margin-top:10px;
	margin-left:22px;
	margin-right:22px;
	color:#000;
}

#menucell a{
	color:#fff;
  text-shadow:
   -1px -1px 0 #5B92E5,
   1px -1px 0 #5B92E5,
   -1px 1px 0 #5B92E5,
   1px 1px 0 #5B92E5;
  font-style: italic; 
	font-weight: bold;
	font-size:115%;
	text-decoration:none;
}

#menucell2 {
	text-align: center;
	width: auto;
	height: 30px;
	float:left;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:22px;
	margin-right:22px;
	color:#000;
}

#menucell2 a{
	color:#fff;
  font-style: italic; 
	font-size:115%;
	text-decoration:none;
}

#phrase{
	display:inline;
	margin-right:25px;
	padding-left:20px;
	float: right;
	font-size:120%;
	border-bottom: 1px solid black;
	}

#container {
	padding: 0 0 5px;
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	margin-top:5px;
  width: 1200px;
	background-color: #FFF;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  padding-bottom:70px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 250px;
	margin-left: -100%;
	margin-top: 0px;
	position: relative;
	background: #FFFFFF;
  border-right: 1px solid black;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	color:#fff;
	width: 100%;
	height: 70px;
	background: #5B92E5;
	padding: 25px;
}






.Item__Location_Car {
height: 106px;
width: 88px;
transition: 0.1s linear;
-webkit-transform: scale(0.7);
transform: scale(0.7);
margin-top: -20px;
}
.Item__Location_Center {
    display: block;
    width: 88px;
    height: 67px;
}
.Up_Down_Arrow {
    display: block;
    width: 22px;
    height: 13px;
    margin:0 auto;
}
.Item__Location_Up span {
    background: url("/img/IconCar.png") -56px 0 no-repeat;
    margin-bottom: 5px;
}
.Item__Location_Up span.Active {
    background: url("/img/IconCar.png") -56px -13px no-repeat;
}
.Left_Right_Arrow {
    display: block;
    width: 13px;
    height: 38px;
    margin-top: 10px;
}
.Item__Location_Center_Left span {
    background: url("/img/IconCar.png") -30px 0 no-repeat;
    margin-right: 5px;
    margin-left: 11px;
}
.Item__Location_Center_Left span.Active {
    background: url("/img/IconCar.png") -30px -38px no-repeat;
}
.Item__Location_Center_Right span {
    background: url("/img/IconCar.png") -43px 0 no-repeat;
    margin-left: 5px;

}
.Item__Location_Center_Right span.Active {
    background: url("/img/IconCar.png") -43px -38px no-repeat;
}
.Up_Down_Arrow {
    display: block;
    width: 22px;
    height: 13px;
}
.Item_location_Down span {
    background: url("/img/IconCar.png") -78px 0 no-repeat;
    margin-top: 5px;
}
.Item_location_Down span.Active {
    background: url("/img/IconCar.png") -78px -13px no-repeat;
}
.Center_Car {
    display: block;
    width: 30px;
    height: 67px;
    margin: 0 auto;
}
.Item__Location_Center_Car span {
    background: url("/img/IconCar.png") 0 0 no-repeat;
}
.flL {
float: left;
}
/*****//**МАШИНКА*********/

#fancybox-title{
	display: none !important;
}
.mb-1{
	padding-bottom: 1em;
}
.mb-2{
	padding-bottom: 2em;
}
.mb-3{
	padding-bottom: 3em;
}
.mb-4{
	padding-bottom: 4em;
}
.mb-5{
	padding-bottom: 5em;
}
.mb-6{
	padding-bottom: 6em;
}


.class-for-page-parts{
	background-image: url('/img/bg-parts.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-attachment: fixed;
}

.class-for-page-diagnost{
	background-image: url('/img/bg-diagnost.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-attachment: fixed;
}