@charset "utf-8";
/*
font-family: 'PT Sans', sans-serif;

*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
main,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 5px;
}
input,
textarea {
  outline: none;
  resize: none;
}
/*firefox button fixes*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
:focus {
  outline: none;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #9400D3;
}
strong {
  font-weight: bold;
}
.red {
  color: #e65339;
}
.green {
  color: #1a9f29;
}
.orang {
  color: #ff9908;
}
.red-span {
  font-weight: bold;
  color: #e7573c;
}
.green-span {
  font-weight: bold;
  color: #1a9f29;
}
.orang-span {
  font-weight: bold;
  color: #ff9908;
}
.right {
	position: absolute;
  right: 0px;
}

.clr:after,
.wrap:after,
.line:after {
  content: '';
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  float: none !important;
}

.flr {
  float: right !important;
}
/*base end*/



/*layout begin*/
@font-face {
  font-family: 'FordAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('/fonts/fontawesome-webfont.eot') format('embedded-opentype'),
   url('/fonts/fontawesome-webfont.woff') format('woff'),
    url('/fonts/fontawesome-webfont.woff2') format('woff2'),
     url('/fonts/fontawesome-webfont.ttf') format('truetype'),
      url('/fonts/fontawesome-webfont.svg') format('svg');
}
@font-face {
  font-family: 'FordAntennaBold';
  src: url('../fonts/FordAntennaBold.eot');
  src: url('/fonts/FordAntennaBold.eot') format('embedded-opentype'), url('/fonts/FordAntennaBold.woff') format('woff'), url('/fonts/FordAntennaBold.woff') format('woff'), url('/fonts/FordAntennaBold.ttf') format('truetype'), url('/fonts/FordAntennaBold.svg#FordAntennaBold') format('svg');
}
body {
  margin: 0 auto;
  color: #3a3a3a;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

.wrapper {
  margin: 0 auto;
  background: #FFFFFF;
  overflow: hidden;
  min-width: 1260px;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}

h1 {
  font-size: 26px;
  line-height: 28px;
  color: #535b5f;
  font-family: 'FordAntennaBold';
  margin-bottom: 12px;
}
h2 {
  font-size: 20px;
  line-height: 22px;
  color: #535b5f;
  font-family: 'FordAntennaBold';
  margin-bottom: 20px;
}
h3 {
  font-size: 18px;
  line-height: 20px;
  color: #535b5f;
  font-family: 'FordAntennaBold';
  margin-bottom: 20px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
  color: #535b5f;
  font-family: 'FordAntennaBold';
}


.textsc {
  display: none;
}
.text b {
    font-weight: bold;
    color: #e7573c;
}
.text em {
  font-style: italic;
}
/*.text i {
  font-style: italic;
}*/

/*form all */
form .left-column-form {
  float: left;
  margin-right: 25px;
  width: 278px;
}
form .right-column-form {
  float: right;
  width: 278px;
}

form .erconts {
    text-align: center;
}

form .success {
    font-weight: bold;
    color: #1a9f29;
    font-size: 20px;
}

form .fail {
    font-weight: bold;
    color: #e7573c;
    font-size: 20px;
}

form .line {
  margin: 0 0 8px;
}
form label {
  color: #6d6969;
  display: block;
  padding: 0 0 4px;
}

form p {
  color: #ff9908;
  display: block;
  font-size: 14px;
  padding: 0 0 4px;
}
form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"] {
  color: #a19d9d;
  font-size: 17px;
  font-weight: normal;
  padding: 0 13px;
  border: 1px solid #D6D6D6;
  border-radius: 3px;
  font-family: 'PT Sans', Arial, sans-serif;
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  width: 100%;
  box-shadow: inset 2px 2px 11px -1px #dadada;
}
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus {
  color: #918b8b;
  border-color: #BBB7B8;
}
form input[type="submit"] {
  font-family: 'PT Sans', Arial, sans-serif;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: url("/img/application2.png") repeat-x;
  height: 45px;
  text-decoration: none;
  font-size: 21px;
  color: #ffffff;
  line-height: 45px;
  border-radius: 4px;
  width: 100%;
  max-width: 320px;
  text-align: center;
}
form input[type="submit"]:hover {
  opacity: 0.9;
}
form textarea {
  color: #a19d9d;
  font-size: 17px;
  font-weight: normal;
  padding: 9px 15px;
  border: 1px solid #D6D6D6;
  border-radius: 3px;
  font-family: 'PT Sans', Arial, sans-serif;
  box-sizing: border-box;
  height: 89px;
  width: 100%;
  box-shadow: inset 2px 2px 11px -1px #dadada;
}
form textarea:focus {
  color: #918b8b;
  border-color: #BBB7B8;
}
/*form all end*/


/*breadcrumbs begin*/
.breadcrumbs {
  color: #6d6969;
  font-size: 15px;
  padding: 4px 0px 4px 12px;
      background: linear-gradient(to bottom, #ffffff 0%,#faf9f9 100%);
    background-color: #ffffff;
  border-radius: 3px;
            margin-bottom: 16px;
    position: relative;
        border: 1px solid #d5d5d5

}

.breadcrumbs ul {
  display: inline-block;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li:after {
  content: "»";
  display: inline-block;
  padding-right: 0px;
  position: relative;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}

.breadcrumbs ul li:first-child:before {
  font-family: 'FordAwesome';  
  content: ' \F015';
}

.breadcrumbs ul li a {
  color: #1a9f29;
  text-decoration: underline;
  padding: 0 1px 0 0;
  display: inline-block;
  cursor: pointer;
}
.breadcrumbs ul li a:hover {
  text-decoration: none;
}
.breadcrumbs ul li .active {
  text-decoration: none;
  color: #ff9908;
}
.breadcrumbs ul li a.active {
  text-decoration: none;
  color: #ff9908;
}
/*breadcrumbs end*/


/*breadcrumbs begin Старые крошки стиль*/

.breadcrumbs div {
  display: inline-block;
}
.breadcrumbs div:after {
  content: "»";
  display: inline-block;
  padding-right: 0px;
  position: relative;
}
.breadcrumbs div:last-child:after {
  display: none;
}

.breadcrumbs div a {
  color: #1a9f29;
  text-decoration: underline;
  padding: 0 1px 0 0;
  display: inline-block;
}
.breadcrumbs div a:hover {
  text-decoration: none;
}
.breadcrumbs div.active > * {
  text-decoration: none;
  color: #ff9908;
}
/*breadcrumbs end*/

.column-left {
  float: left;
  width: 260px;
  margin-right: 26px;
}
.column-right {
  float: right;
  width: 914px;
}

/*header begin*/

header .grey {

  background-image: linear-gradient(to bottom, #ffffff 0%, transparent 100%), url(/img/fon-gray.jpg);
  background-size: cover;
  background-position: center;

}




header .white-line {
  padding-bottom: 2px;
  padding-top: 2px;

}

header .white-line .logo11 {
  float: left;
  width: 260px;
}

header .white-line .logo1 a {
  display: block;
  text-align:  center;
  color: #535b5f;
  text-decoration: none;
  line-height: 14px;
  font-size: 12px;
    opacity: 0.85;
}

header .white-line .logo1 .text_logo {
  margin-top: -10px;
}

header .white-line .logo1 a:hover {
  opacity: 1;
  text-decoration: none;
}

/*.part_1*/
.part_1 {
  float: left;
  width: 460px;
  display: block;
      font-size: 16px;
    line-height: 22px;
}

.part_1 a {
  text-decoration: none;
}

.part_1 .adr {
  background: url("/img/map_point.png") no-repeat;
  height: 38px;
  font-family: 'FordAntennaBold';
  margin-top: 6px;
  padding-left: 48px;

}

.part_1 .adr a {
  color: #535b5f;

}

.part_1 .adr a:hover {
  text-decoration: underline;
  color: #9400D3;
}

.part_1 .time {
  background: url("/img/time_point.png") no-repeat;
  height: 38px;
  font-family: 'FordAntennaBold';
  color: #535b5f;
  margin-top: 10px;
  padding-left: 48px;

}

.part_1 .green1 {
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #1a9f29;
}

.part_1 .green {
  font-family: 'PT Sans', Arial, sans-serif;
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #1a9f29;
}

.part_1 .green a{
  color: #1a9f29;
}

.part_1 .green a:hover {
  text-decoration: underline;
  color: #9400D3;
}

/*part 2*/
.part_2 {
  float: right;
  width: 480px;
  display: block;
}

/*ul1 begin - горизонтальный список*/
.ul1 {
  float: left;
}
.ul1 li {
  float: left;
  display: block;
  position: relative;
  margin-top: 4px;
  padding-left: 8px;

    font-size: 16px;
    line-height: 20px;
    color: #535b5f;
    
}
.ul1 li a {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: #535b5f;
  position: relative;
}

.ul1 li a:hover {
  text-decoration: underline;
  color: #9400D3;
}


.ul1 li.repair {
  text-align: center;
  width: 280px;
    font-family: 'PT Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1a9f29;
}
.ul1 li.parts {
  text-align: center;
  width: 280px;
  margin-top: 8px;
    font-family: 'PT Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1a9f29;
}


.ul1 li .phone {
      font-family: 'FordAntennaBold';
  font-size: 20px;
  
  
}

.ul1 li.repair-order  {
  background: url("/img/repair.png") no-repeat;
  height: 38px;
  padding-left: 44px;

}
.ul1 li.parts-order  {
  background: url("/img/parts.png") no-repeat;
  height: 38px;
  padding-left: 44px;
  margin-top: 10px;
}

.ul1 li .green {
  float: right;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1a9f29;
}
/*ul1 end*/

header .green-line {
  position: relative;

  padding-bottom: 0px;

  text-align: center;
  z-index: 11;

    background: linear-gradient(to bottom, #37c547 0%,#1a9f29 100%);
    background-color: #1a9f29;
    border: none;
      border-top: 2px solid #ff9908;
    border-bottom: 4px solid #738775;
}

/* начало горизонтального меню выпадающего Main Menu */

header .green-line nav .dropdown1 {
  display: none;
}

header .green-line nav ul {
  -webkit-font-smoothing:antialiased;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-left: 1px;
}

header .green-line nav li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    min-width: 10%;
    vertical-align: bottom;
}

header .green-line nav li:before {
  content: '\B7';
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  font-size: 28px;
  font-weight: bold;
  vertical-align: middle;
  color: #ff9908;
}

header .green-line nav li:first-child {
  padding-left: 0;
  min-width: 260px;
}

header .green-line nav li:first-child:before {
  display: none;
}

header .green-line nav li a {
    color: #ffffff;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 10px 10px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

header .green-line nav li a:hover {
  text-decoration: underline;
  color: #1a9f29;
  text-decoration: underline;
  font-weight: bold;
  border-radius: 3px;
  background: url(/img/fon-gray.jpg);
}

header .green-line nav .dropdown:after {
  font-family: 'FordAwesome';
  content: ' \F0D7';
}
header .green-line nav .dropdown:hover:after{
  content:' \F0D7';
  color: #ff9908;
}

header .green-line nav li ul {
    float: left;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 15px;
    width: auto;

    visibility: hidden;
    z-index: 1;
    text-decoration: none;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}


header .green-line nav li:hover ul {
    opacity: 1;
    top: 43px;
    visibility: visible;
    text-decoration: none;
   }

header .green-line nav ul li ul li  {
    float: none;
    padding-left: 0;
    
    text-decoration: none;
    border: 1px #738775 solid;
    border-radius: 3px;
    background: linear-gradient(to bottom, #37c547 0%,#1a9f29 100%);
    background-color: #1a9f29;
}

header .green-line nav ul li ul li a:hover {
  background-color: #d7e3d9;
  color: #ff9908;
  text-decoration: none;
  background: url(/img/fon-gray.jpg);
}

header .green-line nav li ul li:before {
  display: none;
}

header .green-line .cf:after, .cf:before {
    content:"";
    display:table;
}

header .green-line .cf:after {
    clear:both;
}

header .green-line .cf {
    zoom:1;
}​

/* конец горизонтального меню ввыпадающего Main Menu */


/* слайдер - главная */

header .box-slider1 {
  margin-top: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

header .box-slider1 img {
  border: 2px solid #ffffff;
}


/* преимущества - главная */


header .line-advantages {
  padding: 4px 0 10px;
    position: relative;
    text-align: center;


}

header .line-advantages ul {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

header .line-advantages li {
  float: left;
  margin-left: 10px;
  text-align: center;
    display: block;
    float: left;    
}
header .line-advantages li a {
  display: block;
  width: 289px;
  height: auto;
  color: #6d6969;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;

}
header .line-advantages li a strong {
  color: #535b5f;
}

header .line-advantages li a:hover strong{
  color: #1a9f29;
  font-size: 22px;
}


header .line-advantages li a img {
  width: auto;
  height: 70px;
  float: left;
}

header .line-advantages li a:after {
    font-family: 'FordAwesome';
    content: '\F103';
    right: 2px;
    font-weight: bold;

}
header .line-advantages li a:hover:after {
    color: #ff9908;
}

/*header end*/


/*footer begin*/


footer {

  
}
footer a {
  color: #dfd8d8;
  text-decoration: none;
}
footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

footer .back {

  color: #dfd8d8;
  padding: 20px 0 20px 0px;
      border-top: 2px solid #1a9f29;

    background: linear-gradient(to bottom, #535B5E 0%,#454b4d 100%);
    background-color: #535B5E;
}

footer .back .wrap {
    border-left: none;
    border-right: none;
    box-shadow: none;
}



footer .column {
  float: left;
  margin-left: 30px;
  width: 150px;
  line-height: 30px;
}

footer .column ul li a:hover {
  text-decoration: underline;
  color: #ffffff;
  font-weight: bold;

}


footer .column3 {
  float: right;
  width: 593px;
}

footer .column3 .adr {
    background: url(/img/map_point1.png) no-repeat;
    height: 38px;
    padding-left: 48px;
}

footer .column3 .time {
    background: url(/img/time_point1.png) no-repeat;
    height: 48px;
    padding-left: 48px;
    margin-top: 8px;

}



footer .ul1 {
  float: left;
}

footer .ul1 li {
  float: none;
      color: #afbabf;
}

footer .ul1 li a {
   color: #afbabf;
}

footer .ul1 li .phone {
color: #a8acae;
}

footer .ul1 li .green {
    float: none;
}

footer .ul1 li.parts {
    margin-top: 4px;
}

footer .ul1 li.repair-order {
    background: url("/img/repair1.png") no-repeat;
    margin-top: 10px;
    color: #6e7b81;
}

footer .ul1 li.parts-order {
    background: url("/img/parts1.png") no-repeat;
}

footer .ul1 li.repair-order a:hover {
  color: #ffffff;
}
footer .ul1 li.parts-order a:hover {
  color: #ffffff;
}


footer .column3 .block1 {
  margin-top: 10px;
}

footer .column3 .block2 {
  padding-top: 20px;
}

footer .column3 .block2 .flr {
  width: 298px;
  text-align: right;
  padding-top: 13px;
}
footer .column3 .block2 .flr .copyrights {
  margin-bottom: 10px;
  margin-right: 10px;
}
/*footer end*/



/*text begin*/

.text {
  text-align: left;
  /*float: right;*/
}

.text a {
  color: #1a9f29;
  cursor: pointer;
}
.text a:hover {
  color: #9400D3;
}
.text h2,
.text h3 {  
  font-size: 20px;
  line-height: 18px;
  color: #1a9f29;
  font-family: 'FordAntennaBold';
  margin-bottom: 5px;
}
.text p {
  margin-bottom: 6px;
}

.text p b {
font-weight: bold;
}

.text  img.info {
 float: left;
 border-radius: 10px; 
 margin: 8px;
 height: 174px; 
 width: 200px;
}

.text  img.infostates {
 border-radius: 10px; 
 margin: 8px;
 border: 1px solid #1a9f29; 
}



/*text -начало первого обозаца с картинкой вид техники, бренд*/
.text .start {
    display: block;
    overflow: hidden;
    text-align: justify;
}


.text .start img {
    display: inline-block;
    float: right; 
    border-radius: 20px ; 
    margin: 10px;
    max-width: 414px;
    z-index: 1
}

/*text -начало первого обозаца с картинкой вид техники + бренд*/
.text img.startimg {
    display: inline-block;
    float: right; 
    border-radius: 20px ; 
    margin: 10px;
    max-width: 414px;
}

/*text -карты на стр контакты*/
.text .maps {
  text-align: center;
  margin: 5px 5px 5px 5px;
}

.text .maps a img {
  display: inline-block;
  border-radius: 10px;
}

/*text -выпадающий список*/

.text .extremum-click {
 color: #1a9f29;
 cursor: pointer;
 text-decoration: underline;
 margin: 5px 0px 5px 0px;
 font-size: 20px;

}
.text .extremum-click:hover {
 color: #ff9908;
}

.text .extremum-slide {
 display: none
}

.text .extremum-click_coast {
 color: #1a9f29;
 cursor: pointer;
 text-decoration: underline;
 margin: 5px 0px 5px 0px;
 font-size: 20px;

}
.text .extremum-click_coast:hover {
 color: #ff9908;
}

.text .extremum-slide_coast {
 display: none
}

/*text -картинки*/
.text .imgbox {
 text-align: center;
}


/*text -вертикальный перечень*/

.text ul li {
  position: relative;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0 0 0 35px;
}
.text ul li:before {
    font-family: 'FordAwesome';
    content:' \F046 ';
    color: #e65339;
    display: inline-block;
    position: absolute;
    top: 10%;
    left: 5px;
}

/*text -форма в тексте*/

.text .form {
    background: url(/img/fon-gray.jpg); /* Цвет фона */
        border-radius: 3px;
    border: 1px solid #d5d5d5;
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
    padding: 10px;
    width: 500px;
    display: inline-block;
    margin: 10px;
}

.text .form:hover{
    box-shadow: 0 0 14px rgba(0,0,0,0.8); /* Параметры тени */
}

.text .form, .form_main label {
   text-align: left;
}

.text .form_main {
    background: url(/img/fon-gray.jpg); /* Цвет фона */
        border-radius: 3px;
    border: 1px solid #d5d5d5;
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
    padding: 10px;
    width: 500px;
    display: inline-block;
    margin: 10px;

}

.text .form_main:hover{
    box-shadow: 0 0 14px rgba(0,0,0,0.8); /* Параметры тени */
}
 
/*text -перечень видов техники в бренде */

.text .all_vid_tehniky {
    font-size: 17px;
    line-height: 16px;
    color: #6d6969;
    font-family: 'PT Sans';
    font-weight: bold;
}

.text .all_vid_tehniky ul {
  position: relative;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0 0 0 35px;
}

.text .all_vid_tehniky ul li {
  position: relative;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0 0 0 35px;
}

.text .all_vid_tehniky ul li:before {
  display: none;
}

.text .all_vid_tehniky ul li:after {
    font-family: 'FordAwesome';
    content:' \F046 ';
    color: #1a9f29;
    display: inline-block;
    position: absolute;
    top: 10%;
    left: 5px;
}


/*text - список нивагации по странице*/  

.text .list_menu {
    display: none;
    cursor: pointer;
    padding: 3px;
    background: url(/img/fon-gray.jpg);
    border-radius: 3px;
    border: 1px solid #D6D6D6;
    width: 400px;
    position: relative;
    margin-bottom: 20px;
}

.text .list_menu ul li {
  position: relative;
    display: block;
    padding: 2px 20px 2px 10px;
    border-bottom: 1px solid #D6D6D6;
}

.text .list_menu ul li:last-child {
    border-bottom: 0px;
}

.text .list_menu ul li:before {
  display: none;
}
.text .list_menu .fai, .text .list_menu .fa  {
 color: #1a9f29;
  float: left;
 display: inline-block;
 padding: 3px;
    top: 3px;
    position: relative;
    display: inline-block;
}

.text .list_menu a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #6d6969;
}

.text .list_menu a:hover {
  text-decoration: underline;
  color: #ff9908;
  font-weight: bold;
}

.text .list_menu ul li:after {
  font-family: 'FordAwesome';
  content:' \F107 ';
  color: #ff9908;
  display: block;
  position: absolute;
  top: 20%;
  right: 5px;
  float: right;
}
.text .list_menu ul li:hover:after {
 color: #1a9f29;
}




/*text - иконки нивагации по странице*/ 
.text img.icon{
  border: 2px solid transparent;
  height: 50px; 
  width: 50px;
  float: right;
  margin: 0px 5px 30px 5px;
}

img.h_icon{
  border: 2px solid transparent;
  height: 50px; 
display: inline-block;
margin: 0px 5px 0px 5px;
vertical-align: middle;
}

img.v_icon{
  border: 2px solid transparent;
  height: 30px; 
display: inline-block;
margin: 0px 5px 0px 5px;
float: left;
}



/*text - бокс картинов в виде технике */
.text .img_vid_tehniki {
    text-align: center; /* Выравнивание по центру */
          vertical-align: bottom;
}

.text .img_vid_tehniki figure {
 border: 1px solid #CCCCCC;
 width: 200px;
 height: auto;
 border-radius: 10px;
 padding: 5px;
    margin: 5px; /* Отступы */
          display: inline-block;
          vertical-align: bottom;
}

.text .img_vid_tehniki figure img {
 margin: 4px;
 width: 180px;
 height: auto;
 border-radius: 10px;
          vertical-align: bottom;
    text-align: center; /* Выравнивание по центру */  
}


.text .img_tip_tehniki {
    text-align: center; /* Выравнивание по центру */
          vertical-align: bottom;
}

.text .img_tip_tehniki figure {
 border: 1px solid #CCCCCC;
 width: 260px;
 height: auto;
 border-radius: 10px;
 padding: 5px;
    margin: 5px; /* Отступы */
          display: inline-block;
          vertical-align: bottom;
}

.text .img_tip_tehniki figure img {
 margin: 4px 0 4px 0;
 width: 240px;
 height: auto;
 border-radius: 10px;
          vertical-align: bottom;
    text-align: center; /* Выравнивание по центру */  
}


/*text - модели в выпадающем списке */
.text #menu_body1 {
    text-align: left;
    margin-top: 10px; 
    margin-bottom: 10px;
    display: block;
    z-index: 2;
    border: 1px solid #CCCCCC;
    max-width: 400px;
    border-radius: 10px;
    padding: 3px
}
.text #menu_body1 a {
  display: block;
  }
.text #menu_body1 li ul {
  display: none;
  }   
.text #menu_body1 ul li {
    list-style-type: none;
    border-bottom: 1px solid #fff;
    margin-top: 2px;
    margin-bottom: 1px;
    padding: 4px 20px 4px 10px;
    background:#1a9f29;
        z-index: 3
} 
.text #menu_body1 ul li:first-child {
    border-radius: 10px 10px 0px 0px;
}     
.text #menu_body1 ul li:last-child {
    border-radius: 0px 0px 10px 10px;
}
.text #menu_body1 ul li:before {
  display: none;
} 
.text #menu_body1 ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 115%;
} 
.text #menu_body1 ul li a:hover {
    font-weight: bold;
} 
.text #menu_body1 ul li a:after {
    font-family: 'FordAwesome';
    content: '\F103';
    position: absolute;
    top: 10px;
    right: 5px;
}
.text #menu_body1 ul li a:hover:after {
    color: #ff9908;
}     
.text #menu_body1 ul li ul li {
    border: 0;
    list-style-type: none;
    color: #6d6969;
    background:#ffffff;
    list-style-position: inside;
    padding: 3px;
    } 
.text #menu_body1 ul li ul li:after {
  display: none;
}
.text #menu_body1 ul li ul li:before {
  font-family: 'FordAwesome';
  content: ' \F0D7';
}
.text #menu_body1 ul li ul li:hover {
background: #E6FDD0;
color: #444040;
}
.text #menu_body1 ul li ul{
    border-top: 2px solid #ff9908;
    margin: 4px;
}



/*text - перечень с цифрами */
.text ol {
  counter-reset: li;
  padding-bottom: 5px;
}
.text ol li {
  position: relative;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 0 0 0 35px;
}
.text ol li:before {
  display: block;
  position: absolute;
  content: counter(li);
  counter-increment: li;
  background: url("/img/sprite.png") no-repeat -313px -58px;
  width: 20px;
  height: 20px;
  top: 0px;
  left: 6px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
}


/*text - таблица с ценами */
.text table th {
  background: #1a9f29;
  color: #ffffff;
  padding: 6px 10px;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
}
.text table th:first-child {
  padding-left: 17px;
}
.text table td {
  padding: 4px 8px;
  vertical-align: middle;
  border-bottom: 1px solid #D6D6D6;
}
.text table td:first-child {
  padding-left: 17px;
}
.text table tr {
  color: #6d6969;
}
.text table tr:hover {
  background: #E6FDD0;
  color: #444040;
}



/*brend tehniki - mini*/

.box-brends_article {
  padding: 10px 0 10px 0;
  text-align: center;
}
.box-brends_article .brend {
  margin-right: 4px;
  margin-bottom: 4px;
  max-width: 100px;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
.box-brends_article .brend a{
  display: block;
  cursor: pointer;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
  color: #6d6969;
  font-family: 'PT Sans';
  font-weight: bold;
  text-decoration: none;

}
.box-brends_article .brend a:hover {
  color: #1a9f29;
}

.box-brends_article .brend img {
  border: 2px solid #dfdfdf;
  opacity: 0.9;
    border-radius: 3px;
    max-width: 100%;

}

.box-brends_article .brend:hover img {
  border: 2px solid #ff9908 !important;
  opacity: 1;
  box-shadow: 0 0 4px rgba(0,0,0,.4);
}



/* Slider с сертификатами*/

/* Задаем сброс обтекания */
.clear {
  margin-top: -1px;
  height: 1px;
  clear:both;
  zoom: 1;
} 

/* Slider */
.slider {
  /* Ширина контейнера */
  width: 1120px;   
  /* Внешние тступы сверху и снизу */
  margin: 0px auto;
  /* Внутренние отступы для ссылок navy */
  padding: 0 40px;
  /* Позиционирование */
  position: relative;
}
/* Двойной клик по кнопкам вперед/назад вызывает выделение всех элементов слайдера,
поэтому предотвращаем это */
.slider::-moz-selection { background: transparent; color: #fff; text-shadow: none; }
.slider::selection { background: transparent; color: #fff; text-shadow: none; }

/* Slider в статье колонка справа*/
.slider_column-right {
  /* Ширина контейнера */
  width: 834px;   
  /* Внешние тступы сверху и снизу */
  margin: 0px auto;
  /* Внутренние отступы для ссылок navy */
  padding: 0 40px;
  /* Позиционирование */
  position: relative;
}
/* Двойной клик по кнопкам вперед/назад вызывает выделение всех элементов слайдера,
поэтому предотвращаем это */
.slider_column-right::-moz-selection { background: transparent; color: #fff; text-shadow: none; }
.slider_column-right::selection { background: transparent; color: #fff; text-shadow: none; } 

.slide-list {
  position: relative;
  margin-right: 10px;
  padding: 0;
  /* Скроем то что выходит за границы */
  overflow: hidden;
  height: 310px;

}
.slide-wrap {
  position: relative;
  left: 0px;
  top: 0;
  /* максимально возможная ширина обертки слайдера */
  width: 1000000000px;

}
.slide-item {
  /* Ширина слайда 
  width: 280px;*/
  /* Внутренние отступы */
  padding: 10px;
  /* Обтекание */
  float: left;
}
.slide-item img{
  /* Ширина слайда*/ 
  max-width: 180px;
  height: auto;
}

.slide-item img:hover {
  /* Ширина слайда*/ 
  max-width: 260px;
  height: auto;
}

.slide-title {
  /* Шрифт */
  font-size: 16px;
  font-weight: bold;
  
  /* Указываем, что элемент блочный */
  display: block;
}
/* навигация вперед/назад */
.navy {
  /* абсолютное позиционирование */
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  /* ширина элементов */
  width: 33px;
  cursor: pointer;
}
.prev-slide {
  left: 0px;
  background: url(/img/left-arrow1.png) 40% no-repeat;
}
.next-slide {
  right: 0px;
  background: url(/img/right-arrow1.png) 40% no-repeat;
}

/* навигация старт/пауза */



/* кнопка на верх */

#toTop {
position: fixed; /* фиксированная позиция */
/*opacity: 0.8;  прозрачность */
padding: 0px 0px 0px; /* отступы */
width:53px; /* Ширина кнопки*/
height: 50px; /* длинна кнопки*/
background: url(/img/up.png) 100% no-repeat;
right: 10px; /* отступ справа */
bottom: 10px; /* отступ снизу */
display: none; /* спрятать блок */
cursor: pointer;
}

/*text end*/


/*services begin - виды техники на главной и виды техники*/
.services {
  padding: 20px 0 30px 0;
  text-align: center;
}
.services h2 {
  text-align: center;
  font-size: 18px;
  line-height: 17px;
  color: #6d6969;
  font-family: 'PT Sans';
  font-weight: bold;
  margin-bottom: 5px;
}

.services .box-serv-article .serv-article {
    display: inline-block;
    width: 230px;
    text-align: center;
    vertical-align: top;
    padding: 4px 0 4px;

}
.services .box-serv-article .serv-article a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #6d6969;
  border: 2px solid #d6d6d6;
  border-radius: 7px;
      background: linear-gradient(to bottom, #ffffff 0%,#faf9f9 100%);
    background-color: #ffffff;
    overflow: hidden;
}

.services .box-serv-article .serv-article a:hover {
  color: #ff9908;
  border: 2px solid #ff9908;
  box-shadow: 0 0 4px rgba(0,0,0,.4); 
        background: linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
    background-color: #ffffff;
     overflow: hidden;

}

.services .box-serv-article .serv-article a:hover h2 {
  color: #1a9f29;
}


.services .box-serv-article .serv {
  display: inline-block;
  overflow:hidden;
  width: 218px;
  height: 160px;
}

.services .box-serv-article .serv img {
  display: inline-block;
  margin-top: 4px;
    border-radius: 4px;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  z-index: 1
}

.services .box-serv-article .serv-article:hover .serv img {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 z-index: 11
}

/*services end*/

/*services выпадающее меню*/



.serv-article ul {
    float: left;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: 1;
    text-decoration: none;
    width: 228px;
    border: 1px #738775 solid;
    border-radius: 4px;
    background: #738775;
    text-align: left;

    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}


.serv-article:hover ul {
    opacity: 1;
    visibility: visible;
    text-decoration: none;
    display: block;
}

.serv-article ul li {
    padding: 2px;
        margin-top: 0px;
    margin-bottom: 0px;
}

.services .box-serv-article .serv-article .serv-menu a {
    color: #6d6969;
    border: 1px solid #d6d6d6;
    overflow: hidden;
    border-radius: 2px;
    padding-left: 4px;

}

.services .box-serv-article .serv-article .serv-menu a:hover{
    color: #1a9f29;
    background: #ffffff;
    font-weight: bold;

}

.text .serv-article ul li:before {
  display: none;
}


/*vid tehniki - виды техники + бренд*/
.vid_tehniki {
  padding: 10px 0 10px 0;
  text-align: center;
}
.vid_tehniki h2 {
  text-align: center;
  font-size: 17px;
  line-height: 16px;
  color: #6d6969;
  font-family: 'PT Sans';
  font-weight: bold;
  margin-bottom: 5px;
}

.vid_tehniki .box-vid-article {
  display: inline-block;
}
.vid_tehniki .box-vid-article .vid-article {
    display: inline-block;
    max-width: 130px;
    max-height: 200px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;    
    text-align: center;
    padding-bottom: 0px;
    vertical-align: bottom;
}
.vid_tehniki .box-vid-article .vid-article a {
  display: block;
  text-decoration: none;
  color: #6d6969;
  border: 2px solid #D6D6D6;
  cursor: pointer;
  border-radius: 6px;
  width: 130px;
  height: 185px;
  opacity: 0.9;

}

.vid_tehniki .box-vid-article .vid-article:hover a {
  text-decoration: underline ; 
  color: #ff9908;
  border: 2px solid #ff9908;
    opacity: 1;
    box-shadow: 0 0 4px rgba(0,0,0,.4);

}

.vid_tehniki .box-vid-article .vid-article:hover h2 {
  color: #1a9f29;
}


.vid_tehniki .box-vid-article .vid {
  display: inline-block;
  overflow:hidden;
  width: auto;
  height: auto;
}

.vid_tehniki .box-vid-article .vid img {
  display: inline-block;
  margin-top: 10px;
  height: 100px;
  
  width: auto;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  z-index: 1
}

.vid_tehniki .box-vid-article .vid-article:hover img {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 z-index: 11
}
/*vid tehniki*/




/*vid zapchasty*/
.vid_zapchasty {
  padding: 8px 0 8px 0;
  text-align: center;
}

.vid_zapchasty .box_vid {
  
}

.vid_zapchasty .box_vid .vid {
    
    max-width: 150px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;    
    text-align: center;
    padding-bottom: 0px;
      display: inline-block;
      overflow:hidden;
      width: auto;
      height: auto;
}

.vid_zapchasty .box_vid .vid h3 {
  
  text-align: center;
  font-size: 16px;
  line-height: 15px;
  color: #6d6969;
  font-family: 'PT Sans';
  height: 45px;
  margin-top: 10px;
  
}


.vid_zapchasty .box_vid .vid img {
  display: inline-block;
  margin-top: 10px;
  height: auto;
  max-width: 120px;
  max-height: 120px;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  z-index: 1
}

.vid_zapchasty .box_vid .vid:hover img {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 z-index: 11
}

.vid_zapchasty .box_vid .vid:hover h3 {
 color: #ff9908;
}

/*vid zapchasty*/


/*стиль info заказ звонка или заявка в тексте*/

.info_border {
width: auto;
 height: auto;
    border: 2px #D6D6D6 solid;
        border-radius: 10px;
         padding: 5px 5px 2px 5px;
  font-size: 12pt;
  line-height: 13pt;
  margin-bottom: 20px;
}


.info_border .text a {
  color: #1a9f29;
  cursor: pointer;
}

.info_border .text a:hover {
  color: #9400D3;
}


.info_border .red-button_zap {
  display: inline-block;
  background: url("/img/red-button.jpg") repeat-x;
  line-height: 20px;
  text-decoration: none;
  color: #ffffff;
  padding: 0 6px 0 26px;
  margin:  2px;
  border-radius: 3px;
}
.info_border .red-button_zap:before {
    font-family: 'FordAwesome';
    content: '\F013';
    color: #ffffff;
    display: block;
    position: absolute;
   display: inline-block; 
   margin-left: -20px;  
}

.info_border .red-button_zap:hover {
  opacity: 0.9;
    box-shadow: 0 0 4px rgba(0,0,0,.4);
}


.info_border .repair-order {
  display: inline-block;
  background: url("/img/red-button.jpg") repeat-x;
  line-height: 20px;
  text-decoration: none;
  color: #ffffff;
  padding: 0 6px 0 26px;
  margin:  2px;
  border-radius: 3px;
}

.info_border .repair-order:before {
    font-family: 'FordAwesome';
    content: '\F0AD';
    color: #ffffff;
    display: block;
    position: absolute;
   display: inline-block; 
   margin-left: -20px;  
}

.info_border .repair-order:hover {
  opacity: 0.9;
    box-shadow: 0 0 4px rgba(0,0,0,.4);
}


.info_border .green-button_tel {
  display: inline-block;
  background: url("/img/green-button.jpg") repeat-x;
  line-height: 20px;
  text-decoration: none;
  color: #ffffff;
  padding: 0 6px 0 26px;
  margin:  2px;
  border-radius: 3px;
}

.info_border .green-button_tel:before {
    font-family: 'FordAwesome';
    content: '\F095';
    color: #ffffff;
    display: block;
    position: absolute;
   display: inline-block; 
   margin-left: -20px;  
}

.info_border .green-button_tel:hover {
  opacity: 0.9;
    box-shadow: 0 0 4px rgba(0,0,0,.4);
}

.info_border a {
  display: inline-block;
  color: #ffffff;
}

.info_border a:hover {
  font-weight: bold;
  color: #ffffff;
}

/*для старой версии без php вставок */

.info .red-button_zap {
  display: inline-block;
  background: url("/img/red-button.jpg") repeat-x;
  line-height: 20px;
  text-decoration: none;
  color: #ffffff;
  padding: 0 6px 0 26px;
  margin:  2px 0  2px 0;
  border-radius: 3px;
}
.info .red-button_zap:before {
    font-family: 'FordAwesome';
    content: '\F013';
    color: #ffffff;
    display: block;
    position: absolute;
   display: inline-block; 
   margin-left: -20px;  
}

.info .red-button_zap:hover {
  opacity: 0.9;
}


.info .repair-order {
  display: inline-block;
  background: url("/img/red-button.jpg") repeat-x;
  line-height: 20px;
  text-decoration: none;
  color: #ffffff;
  padding: 0 6px 0 26px;
  margin:  2px 0  2px 0;
  border-radius: 3px;
}

.info .repair-order:before {
    font-family: 'FordAwesome';
    content: '\F0AD';
    color: #ffffff;
    display: block;
    position: absolute;
   display: inline-block; 
   margin-left: -20px;  
}

.info .green-button_tel {
  display: inline-block;
  background: url("/img/green-button.jpg") repeat-x;
  line-height: 20px;
  text-decoration: none;
  color: #ffffff;
  padding: 0 6px 0 26px;
  margin:  2px 0  2px 0;
  border-radius: 3px;
}

.info .green-button_tel:before {
    font-family: 'FordAwesome';
    content: '\F095';
    color: #ffffff;
    display: block;
    position: absolute;
   display: inline-block; 
   margin-left: -20px;  
}

.info .green-button_tel:hover {
  opacity: 0.9;
}

.info a {
  display: inline-block;
  color: #ffffff;
}

.info a:hover {
  font-weight: bold;
  color: #ffffff;
}

/*кнопка заказа запчасти*/

/*Главная страница*/

/*our-brands begin*/

.box-brends {
  padding: 10px 0 0px 0;
  text-align: center;
}
.box-brends .brend {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  max-width: 122px;
  vertical-align: top;
}

.box-brends .brend a{
  display: block;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  color: #6d6969;
  font-family: 'PT Sans';
  font-weight: bold;
  margin-bottom: 5px;
  text-decoration: none;
}

.box-brends .brend a:hover {
  color: #1a9f29;

}

.box-brends .brend img {
  border: 2px solid #dfdfdf;
  width: 122px;
  height: 60px;
  opacity: 0.9;
    border-radius: 3px;
}

.box-brends .brend:hover img {
  border: 2px solid #ff9908 !important;
  opacity: 1;
  box-shadow: 0 0 4px rgba(0,0,0,.4); 
}


.our-brands {
  padding: 20px 0 20px 0;
  text-align: center;
    background: url("/img/fon-gray.jpg");
      margin: 0 -10px  0 -10px;
}
.our-brands h2 {
  margin-bottom: 10px;
  text-align: center;
}

.work {
  
  padding: 20px 0 20px 0;
  text-align: center;
}
.work h2 {
  margin-bottom: 10px;
  text-align: center;
}

.advantages {

  padding: 20px 0 20px 0;
  text-align: center;
}
.advantages h2 {
  margin-bottom: 10px;
  text-align: center;
}

.ordermain {
  background-image: linear-gradient(to top, #D6D6D6 0%, transparent 100%), url(/img/fon-gray.jpg); 
  text-align: center;
  margin: 0 -10px 0 -10px;
            padding-top: 10px;

}
.ordermain h2 {
  margin-bottom: 10px;
  text-align: center;
}

.conclusion {
  text-align: center;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #E2E2E2;
}

.box-certificate {
  background: url("/img/fon-gray.jpg");
  padding: 20px 0 20px 0;
  text-align: center;
      margin: 0 -10px  0 -10px;
      padding-top: 10px;
}
.box-certificate h2 {
  margin-bottom: 10px;
  text-align: center;
}
.box-certificate p {
  margin-bottom: 20px;
}

/*Главная end*/


/*subpage begin*/


.content .wrap {
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.44);
    padding: 10px;

}
/*subpage end*/


/*list-services begin - меню навигации по странице*/
.list-services {
  margin-bottom: 20px;
  cursor: pointer;
  padding: 3px;

    background: url(/img/fon-gray.jpg);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #D6D6D6;
}

.list-services h2 {
  font-size: 24px;
  line-height: 20px;
  color: #535b5f;
  font-family: 'FordAntennaBold';
  margin-bottom: 10px;
  margin-top: 10px;
}
.list-services .tt {
  position: relative;
  background: #535B5E;
  text-decoration: none;
  font-size: 18px;
  color: #dfd8d8;
  margin: 0;
  cursor: pointer;
  border-bottom: 1px solid #7E878C;
  min-height: 54px;
}
.list-services .tt img{
    background: #dfdfdf;
    padding: 2px;
    margin: 2px 12px 2px 2px;
    border-radius: 8px
}
.list-services .tt:hover {
    text-decoration: underline;
      font-weight: bold; 
}

.list-services .active .tt {
  color: #ffffff;

    border-bottom: 1px solid #7E878C;
    border-radius: 6px 6px 0px 0px;
    background: linear-gradient(to bottom, #1a9f29 0%,#37c547 100%);
    background-color: #1a9f29;
}
.list-services .active .tt:after {
  color: #ff9908;
}
.list-services .tt a {
  text-decoration: none;
  font-size: 18px;
  color: #dfd8d8;
  cursor: pointer;
  padding: 4px 20px 4px 8px;
  display:block;
}
.list-services .active .tt a {
  color: #ffffff;
}


.list-services .tt_list {
  position: relative;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  cursor: pointer;
  border-bottom: 1px solid #7E878C;
  border-radius: 4px 4px 0px 0px;  
      background: linear-gradient(to bottom, #1a9f29 0%,#37c547  100%);
    background-color: #1a9f29;
}
.list-services .tt_list:after {
    font-family: 'FordAwesome';
    content:' \F0CA ';
    color: #ff9908;

    position: absolute;
    top: 20%;
    right: 5px;
}
.list-services .tt_list a {
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold; 
  cursor: pointer;
  padding: 4px 20px 4px 20px;
  display:block;
}

.list-services .info {display: none;}
.list-services .active .info {display:block;}

.list-services .info .line-accordion2 a {
  position: relative;
  display: block;
  padding: 4px 0px 4px 28px;
  text-decoration: none;
  font-size: 15px;
  color: #6d6969;
  border-bottom: 1px solid #D6D6D6;
}

.list-services .info .line-accordion2-activ a {
  position: relative;
  display: block;
  padding: 4px 0px 4px 28px;
  text-decoration: underline;
  color: #1a9f29;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #D6D6D6;
  background: #ffffff;
}
.list-services .info .line-accordion2-activ a:before {
  font-family: 'FordAwesome';
  content:' \F13A ';
  color: #ff9908;
  position: absolute;
  top: 30%;
  left: 10px;

}
.list-services .info .line-accordion2 a:hover, .list-services .info .line-accordion2 a.active {
  text-decoration: underline;
  color: #1a9f29;
  background: #ffffff;
}
.list-services .info .line-accordion2 a:before {
  content:' \25c9 ';
  display: block;
  position: absolute;
  top: 20%;
  left: 10px;
}
.list-services .info .line-accordion2 a:hover:before {
 color: #ff9908;
}
.list-services .info .line-accordion_list {
  position: relative;
  display: block;
  padding: 4px 20px 4px 10px;
  border-bottom: 1px solid #D6D6D6;
}
.list-services .info .line-accordion_list:last-of-type {
  border-bottom: none;
}
.list-services .info .line-accordion_list a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #6d6969;
}
.list-services .info .line-accordion_list a:after {
  font-family: 'FordAwesome';
  content:' \F107 ';
  color: #ff9908;
  position: absolute;
  top: 20%;
  right: 5px;
}
.line-accordion_list .fai {
  display: inline-block; 
 float: left;
}
.line-accordion_list .fa {
 color: #1a9f29;
 float: left;
 top: 3px;
 position: relative;
 display: inline-block;
 padding-right: 6px;
}
.list-services .info .line-accordion_list:hover {
    background: #ffffff;
}
.list-services .info .line-accordion_list a:hover {
  text-decoration: underline;
  color: #ff9908;
  font-weight: bold;
    background: #ffffff;
}
.list-services .info .line-accordion_list a:hover:after {
 color: #1a9f29;
}



/*list-services begin - меню навигации по разделам сайта*/
.list-services #menu_body li ul {
  display: none;
  }

.list-services #menu_body li:hover ul, #menu_body li.over ul {
  display: block;
  }


.list-services #menu_body ul li {
  position: relative;
  text-decoration: none;
  font-size: 18px;
  color: #dfd8d8;
  margin-bottom:  2px;
  cursor: pointer;
  border-bottom: 1px solid #7E878C;
  border-radius: 4px;
    background: linear-gradient(to bottom, #535B5E 0%,#454b4d 100%);
    background-color: #535B5E;
} 



.list-services #menu_body ul li a {
  text-decoration: none;
  color: #dfd8d8;
  padding: 4px 0px 4px 4px;
  display:block;
  } 

.list-services #menu_body ul li a.section {
  min-height: 44px;
  text-decoration: none;
  font-size: 18px;
  color: #dfd8d8;
  padding: 4px 0px 0px 4px;
  display:block;
  }  

.list-services #menu_body ul li a.section img {
  float: left;
   padding-right: 4px;
  } 

.list-services #menu_body ul li a:hover {
    color: #fff;
      text-decoration: underline;

    } 

.list-services #menu_body ul li a:after {
    position: absolute;
    font-family: 'FordAwesome';
    content: '\F103';
    right: 2px;
}

.list-services #menu_body ul li a:hover:after{
    color: #ff9908; 
}

.list-services #menu_body ul li ul li {
  position: relative;
  color: #6d6969;
      background: url(/img/fon-gray.jpg);
  margin: 2px;
}

.list-services #menu_body ul li ul li:hover {
  background: #FFFFFF;
}


.list-services #menu_body ul li ul li a {
  position: relative;
  display: block;
  padding: 4px 0px 4px 18px;
  text-decoration: none;
  font-size: 15px;
  color: #6d6969;
  margin-left: 44px;
  } 

.list-services #menu_body ul li ul li a:before {
  position: absolute;
  font-family: 'FordAwesome';
  content:' \F05D ';
  left: 0px;     
}

.list-services #menu_body ul li ul li a:after {
  display: none; 
}

.list-services #menu_body ul li ul li a:hover:before {
  color: #ff9908;
}

.list-services #menu_body ul li ul li a:hover {
  text-decoration: underline;
  color: #1a9f29;
}

/*list-services end*/



/*#simplemodal-container begin*/
.window {
  display: none;
}
#simplemodal-overlay {
  background: #0000;

}
#simplemodal-container {
  padding: 0;
  background: #fff;

}
#simplemodal-container .modalClose {
  position: absolute;
  top: 27px;
  right: 34px;
  display: block;
  background: url("/img/sprite.png") no-repeat -391px -84px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  z-index: 10;
}
#simplemodal-container .modalClose:hover {
  opacity: 0.9;
}
#simplemodal-container .simplemodal-wrap {
  position: relative;
  top: 0;
  overflow: visible !important;

}
#simplemodal-container .window {
  position: relative;
  line-height: 20px;
}
#simplemodal-container .window .window_wrap {
  padding: 0;
  background: #fff;
  position: relative;
        border: 3px #738775 solid;
      border-radius: 10px;
      box-shadow: 0 0 30px rgba(0,0,0,0.7);
}
#simplemodal-container .box-title {
  margin: 0;
}
#simplemodal-container .tt {
  font-size: 24px;
  line-height: 22px;
  padding: 25px 90px 25px 34px;
  color: #ffffff;
  background: #1a9f29;
  border-radius: 6px 6px 0px 0px;
  font-family: 'FordAntennaBold';
  position: relative;
}

#simplemodal-container .mod-line {
  padding: 5px 0 0;
}
/*modal order-service begin*/
.window.order-service .page,
.window.order-parts .page,
.order-master .page {
  width: 651px;
}
.window.order-service .box-inf,
.window.order-parts .box-inf,
.order-master .box-inf {
  padding: 26px 34px 26px 34px;
  display: block;
}
/*modal order-service end*/

/*-zoom images- старое увеличение сертификатов*/
  .blokimg {
  position: relative;
  width: auto;
  } 
  
  
  .sert{
  background-color: rgb(109, 185, 35);
  padding: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin: 4px;
    }


/*media screen 1920-1520 begin 1200*/
@media screen and (max-width: 1919px) {
  .wrapper {
    width: 100%;
    overflow: hidden;
  }
}
/*media screen 1600 end*/



/*media screen 1520-1279 begin 1200*/
@media screen and (max-width: 1519px) {
  .wrapper {
    width: 100%;
  }
}
/*media screen 1600 end*/



/*media screen 1280-1024 begin 960*/
@media screen and (max-width: 1279px) {
  .wrapper {
    min-width: 960px;
  }

  .wrap {
    width: 960px;
  }



  header .white-line .ul1 li.repair-order {
    display: none;
  }
    header .white-line .ul1 li.parts-order {
    display: none;
  }
.part_2 {
    width: 240px;
}

.ul1 li.repair {
    width: 240px;
}

.ul1 li.parts {
    width: 240px;
}



  header .box-slider1 img {
    width: 100%;
    height: auto;
  }

 header .line-advantages li a {
    width: 230px;
} 


/* Slider */
.slider {
  /* Ширина контейнера */
  width: 880px;   
}
/* Slider в статье колонка справа*/
.slider_column-right {
  /* Ширина контейнера */
  width: 594px;   
}
.slider_column-right .slide-item img{
  /* Ширина слайда*/ 
  max-width: 180px;
  height: auto;
}

.slider_column-right .slide-item img:hover {
  /* Ширина слайда*/ 
  max-width: 260px;
  height: auto;
}

  .column-right {
    width: 674px;
  }
  
  .column-right img {
    width: 0.7;
    height: auto;
  }


  .text .start img {
   max-width: 314px;
  }

  .text img.startimg {
   max-width: 214px;
  }

  .text  img.infostates {
    width: auto;
    height: auto;
  }


  footer .column3 {
    float: right;
    width: 500px;
  }

  
  .vid_tehniki .box-vid-article .vid img {
    height: 100px;
    width: auto;
  }

  
}
/*media screen 1024 end*/



/*media screen 1024-768 begin 768(800)*/
@media screen and (max-width: 1023px) {
  .wrapper {
    min-width: 768px;
  }
  .wrap {
    width: 768px;
  }

  header .grey {
  border-bottom: 4px solid #738775;
  }

  header .white-line {
  z-index: 11;
  }

  header .white-line .logo11 {
  float: left;
  width: 160px;
  }

  header .white-line .logo11 img {
  width: 150px;
  height: auto;
  margin-left: 6px;
  }


.part_1 .green1 {
  float: none;
}

  .part_1 {
   margin-left: 30px;
   float: left;
   width: 578px;
   border-bottom: 1px solid #D6D6D6; 
   padding-bottom: 8px;
}


  .part_2 {
   margin-left: 30px;
   width: 578px;
}

header .ul1 {
    background-image: linear-gradient(to top, rgba(30,87,153,0), rgba(248,245,245,0.8), rgba(30,87,153,0));

}

.ul1 li.parts {
    margin-top: 4px;
}

.ul1 li.repair, .ul1 li.parts {
    width: 280px;
}

/*  
  header .white-line .ul1 {
    min-width: 578px;
    position: relative;
    right: 0;
    width: auto;
    float: right;
    top: auto;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    margin-top: -10px;
  }


  header .white-line .ul1 li {
    float: right;
    margin-left: 0px;
    padding-top: 10px;
  }
*/



  header .green-line {
  position: relative;
  height: 0px;
  z-index: 1111;
  border-bottom: none;
  border-top: none;
  text-align: left;

}

  header .green-line nav .dropdown1 {
  position: relative;
    width: 160px;
    height: 26px;
    text-align: center;
    display: inline-block;
    z-index: 1111;
    left: 0px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(to bottom, #26ae35 0%,#1a9f29 100%);
    background-color: #1a9f29;
  -webkit-border-radius: 3px 3px 5px 5px;
  padding: 10px 0px 0px 0px;
    border-top: 3px solid #ff9908;
    border-bottom: 4px solid #738775;
    top: -39px;
  }

    header .green-line nav .dropdown1:hover {
    	text-decoration: underline;
    	  font-weight: bold;
  }

  header .green-line nav .dropdown1:before {
  	position: absolute;
    font-family: 'FordAwesome';
    content: '\F0C9';
    color: #ff9908;
    left: 0px;
    margin-left: 8px;
  }

    header .green-line nav .dropdown1:after {
    	position: absolute;
    font-family: 'FordAwesome';
    content: ' \F0D7';
    color: #ff9908;
    right: 0px;
    margin-right: 8px;
  }

      header .green-line nav .dropdown1:hover:after {
    color: #ffffff;

  }

  header .green-line nav ul {
    display: none;
    position: absolute;
    top: 4px;
    width: 160px;
    z-index: 11;
  }
  header .green-line nav ul li {
    float: none;
    min-width: 158px;
    padding: 0;
    text-align: center;
    background-color: #1a9f29;
    border: 1px #738775 solid;
    border-radius: 3px;
  }

  header .green-line nav ul li:first-child {
    border-top: none;
    min-width: 158px;
  }
  header .green-line nav ul li:before {
    display: none;
  }

  header .green-line nav ul li.last {
    padding: 0 0 0 0px;
    float: none;
  }


header .line-advantages li a {
    width: 360px;
}

  .column-right {
    float: none;
    width: 748px;
  }


  .text .list_menu {
    display: block;
    margin-bottom: 20px;
  }

  .text #menu_body1 {
    margin-left: auto;
    margin-right: auto;
}

  .text .start img {
   max-width: 290px;
  }

  .text img.startimg {
   max-width: 290px;
  }


.box-brends_article .brend img {
 max-width: 100%;
}

  .box-brends .brend img {
    max-width: 100%;
  }


/* Slider */
.slider {
  /* Ширина контейнера */
  width: 688px;   
}
/* Slider в статье колонка справа*/
.slider_column-right {
  /* Ширина контейнера */
  width: 688px;   
}

  .services .box-serv-article .serv img {
  max-width: 100%;
}


  footer .mod1 .mod11 {
    display: none;
  }

/*
  footer .column3 {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .column {
    margin-right: 0px;
    width: 250px;
    margin-left: 200px;
  }
  footer .column.mod1 {
    margin-left: 0;
  }
*/



  aside.column-left {
    display: none;
    width: 100%;
    margin-top: 20px;
  }
  aside.column-left .list-services .tt {
    text-align: center;
  }
  aside.column-left h2 {
    display: none;
  }

  .vid_tehniki .box-vid-article .vid img {
    max-width: 100%;
  }

 .brend,
  .subpage .box-brends .brend {
    max-width: 122px;
    height: auto;
  }
  

}
/*media screen 800 end*/


/*media screen 768-568 begin 568 (600)*/
@media screen and (max-width: 767px) {
  .wrapper {
    min-width: 568px;
  }
  .wrap {
    width: 568px;

  }

  h1,
  h2,
  h3 {
    text-align: center;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 8px;
  }


.part_1 {
    width: 378px;
    font-size: 13px;
    line-height: 20px;
}

.part_1 .green1 {

    font-size: 14px;

}
.part_2 {
    width: 378px;

}

.ul1 li.repair {
    width: 180px;
    font-size: 14px;
    line-height: 20px;
}

.ul1 li.parts {
    width: 180px;
    font-size: 14px;
    line-height: 20px;
}

.ul1 li .phone {
    font-size: 16px;

}


header .line-advantages li a {
  width: 264px;
  height: 70px;
  padding-top: 0;
}
header .line-advantages li a img {
  width: 50px;
  height: auto;
}
  

  .column-left {
    display: none;
  }
  
  
  .column-right {
    width: 528px;
  }

  .text.clr {
    width: 548px;
  }

    .text .start img {
     float: none;
     margin: 10px 10px 10px 129px; 
  }

    .text img.startimg {
     float: none;
     margin: 10px 10px 10px 129px; 
  }

  .text  img.info_r {
    float: none;
  }
  
  
  aside .list-services h2 {
    display: none;
  }
  .list-services .info .line-accordion2 a {
    text-align: left;
  }


  /* Slider */
.slider {
  /* Ширина контейнера */
  width: 468px;   
}
/* Slider в статье колонка справа*/
.slider_column-right {
  /* Ширина контейнера */
  width: 468px;   
}
  

  .text .list_menu {
    margin: 0px auto 20px auto;
}

  footer .column3 {
        width: 400px;
  }

footer .column {
    margin-left: 10px;
    width: 150px;

}


  .window.order-service .page,
  .window.order-parts .page,
  .order-master .page {
    width: 518px;
  }

  .window form .left-column-form {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 14px;
  }
  .window form .right-column-form {
    float: none;
    width: 100%;
  }
  
  
  .subpage h1 {
    text-align: center;
  }

  
}
/*media screen 568 begin*/


/*media screen 568-320 begin 320*/
@media screen and (max-width: 567px) {
  .wrapper {
    min-width: 320px;
  }
  .wrap {
    width: 320px;
  }
  h1,
  h3,
  h2 {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  header .white-line .logo11 {
    float: none;
    width: 320px;
    margin: 0;
    text-align: center;

  }

   header .white-line .logo1 {
    float: none;
    width: 320px;
    margin: 0;
    text-align: center;
    margin: 0px;
  } 

.part_1 {
    margin-left: 0px;
    float: left;
    width: 320px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}  

.part_1 .adr {

    height: 48px;

}

.part_2 {
    width: 320px;
        margin-left: 0px;
        margin-bottom: 2px;

}  

.ul1 {
    float: none;
}

.ul1 li {
    padding-left: 0px;
}

.ul1 li.repair, .ul1 li.parts {
    width: 100%;
}

.ul1 li .phone {
    font-size: 18px;
}


  header .grey {
    padding-bottom: 39px;
  }

  header .green-line nav .dropdown1 {
    min-width: 320px;
    top: 0px;
  }



  header .green-line nav ul {
    display: none;
    position: relative;
    min-width: 320px;
    z-index: 11;
    text-align: center;

  }
  header .green-line nav ul li {
    min-width: 320px;
  }

  header .green-line nav ul li:first-child {
    border-top: none;
    min-width: 320px;
}
  
  header .green-line nav ul li ul li {
    min-width: 320px;
  }

  header .box-slider1 {
    display: none;
  }
header .line-advantages {
  padding: 10px 0 10px;
}
header .line-advantages ul li {
    border-bottom: 1px solid #D6D6D6; 
    margin: 4px 0 4px;
        float: none;
}
header .line-advantages li a {
  width: 320px;
}

  .services .box-serv-article {
    margin-right: 0px;
  }
  .services .box-serv-article .serv-article {
    width: 100%;
    margin-right: 0;
  }

  .serv-article ul {
    width: 318px;
  }
  


    /* Slider */
.slider {
  /* Ширина контейнера */
  width: 240px;   
}
.slider_column-right {
  /* Ширина контейнера */
  width: 240px;   
}
 
  

  footer .column3 {
    margin-right: 5px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    float: none;
  }

  footer .column3 .adr, footer .column3 .time {
        font-size: 13px;
    line-height: 15px;
}


    footer .column3 .block2 .flr .copyrights {
        text-align: center;
    }

  footer .block1 {
    margin-right: 5px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    float: none;
  }

  footer .ul1 {
    float: none;
  }

footer .ul1 li.repair, .ul1 li.parts {
    width: 100%;
    text-align: center;
}

footer .ul1 li .phone {
    font-size: 18px;
}

footer .order {
    display: none;
}
  

  footer .column {
    margin: 0;
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 0;
  }




    
  footer .column li {
    display: inline-block;
    margin: 0px 3px 10px 0px;
  }
  footer .column li a {
    border: 1px solid #6e7b81;
    padding: 4px 6px;
  }

  footer .column li a.logo {
    border: none;
    padding: 4px 6px;
  }

  footer .column li a:hover {
    border-color: #afbabf;
  }

  .window.order-service .page,
  .window.order-parts .page,
  .order-master .page {
    width: 280px;
  }
  
  
  
  .column-right {
    width: 300px;
  }

  .text.clr {
    width: 300px;
  }


  .text .start img {
     float: none;
     margin: 10px; 
  }

  .text img.startimg {
     float: none;
     margin: 10px; 
  }    


  .breadcrumbs {
    text-align: center;
  }

  .service-center h3 {
    text-align: center;
  }

  .text .list_menu {
    width: 290px;

}

.text .form, .text .form_main {
    width: 240px;
}

form input[type="submit"] {
    max-width: 220px;
}

}
/*media screen 480 end*/
