@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proxima_nova_bold-webfont.eot');
    src: url('../fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
        url('../fonts/proxima_nova_bold-webfont.woff') format('woff'),
        url('../fonts/proxima_nova_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_ltsemibold';
    src: url('../fonts/proxima_nova_semibold-webfont.eot');
    src: url('../fonts/proxima_nova_semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proxima_nova_semibold-webfont.woff2') format('woff2'),
        url('../fonts/proxima_nova_semibold-webfont.woff') format('woff'),
        url('../fonts/proxima_nova_semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_thextrabold';
    src: url('../fonts/proxima_nova_extrabold-webfont.eot');
    src: url('../fonts/proxima_nova_extrabold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proxima_nova_extrabold-webfont.woff2') format('woff2'),
        url('../fonts/proxima_nova_extrabold-webfont.woff') format('woff'),
        url('../fonts/proxima_nova_extrabold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_blblack';
    src: url('../fonts/proxima_nova_black-webfont.eot');
    src: url('../fonts/proxima_nova_black-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proxima_nova_black-webfont.woff2') format('woff2'),
        url('../fonts/proxima_nova_black-webfont.woff') format('woff'),
        url('../fonts/proxima_nova_black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_ltlight';
    src: url('../fonts/proxima_nova_light-webfont.eot');
    src: url('../fonts/proxima_nova_light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proxima_nova_light-webfont.woff2') format('woff2'),
        url('../fonts/proxima_nova_light-webfont.woff') format('woff'),
        url('../fonts/proxima_nova_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proxima_nova_regular-webfont.eot');
    src: url('../fonts/proxima_nova_regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proxima_nova_regular-webfont.woff2') format('woff2'),
        url('../fonts/proxima_nova_regular-webfont.woff') format('woff'),
        url('../fonts/proxima_nova_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* Eric Meyer's CSS Reset */
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, hgroup,
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,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
    margin: 0px;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.engine {
    overflow:hidden;
    border:1px solid #d3d3d3;
    background:#fefefe;
    -moz-border-radius:5px; /* FF1+ */
    -webkit-border-radius:5px; /* Saf3-4 */
    border-radius:5px;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    width: auto;
}
.engine th, .engine td {
    padding:3px 10px 3px; 
    vertical-align:middle;
    text-align:center; 
}
.engine h2 {
    /*font: 22px/24px proxima_nova_rgbold;*/
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 5px; 
}
.engine th {
    padding-top:22px; 
    text-shadow: 1px 1px 1px #fff;
    background:#e8eaeb;
}
 
.engine td {
    border-top:1px solid #e0e0e0; 
    border-right:1px solid #e0e0e0;
}
 
.engine tr.odd-row td {
    background:#f6f6f6;
}
 
.engine td.first, .engine th.first {
    text-align:left
}
 
.engine td.last {
    border-right:none;
}
 
/* .engine td {
    background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
} */
 
.engine tr.odd-row td {
    background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}
 
.engine th {
    background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
}
 
.engine tr:first-child th.first {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px; /* Saf3-4 */
}
 
.engine tr:first-child th.last {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px; /* Saf3-4 */
}
 
.engine tr:last-child td.first {
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px; /* Saf3-4 */
}
 
.engine tr:last-child td.last {
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px; /* Saf3-4 */
}
/* End of Eric Meyer's CSS Reset */

html {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
body {
    font: 16px/21px proxima_nova_rgregular;
    color: #2d2b2b;
    height: 100%;
}

.wrapper {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.content-inner {
    width: 1200px;
    margin: 0 auto; 
}

a {
    color: #c1c0c0;
    /*text-decoration: none;*/
    /*border-bottom: 1px solid #c1c0c0;*/
}
a>span {
    color: #2d2b2b;
    cursor: pointer;
}
a:hover {
    color: #fee5bb;
}
a:hover>span {
    color: #ffba00;
}
/*a:visited {
    color: #60374c;
    border-color: #fee5bb;
}*/
a.link_light {
    border: none;
    text-decoration: underline;
    color: #696a6a;
}
a.link_light>span {
    color: #d5cfc8;
}
a.link_light:hover {
    color: #7a6432;
}
a.link_light:hover>span {
    color: #ffc000;    
}
b, strong {
    font-family: proxima_nova_rgbold;
}
.clear:after {
    content: '';
    display: table;
    clear: both;
}
h6 {
    font: 18px/22px proxima_nova_rgbold;
    margin-bottom: 3px;
}
/*icons*/
.icon {
    display: inline-block;
    position: relative;
    background: url(img/sprite.png) no-repeat;
}
.arrow13x8 {
    margin-left: 17px;
    width: 13px;
    height: 8px;
    background-position: -14px 0;
    top: -1px;
}
.cars-menu-item a:hover .arrow13x8,
li.select.cars-menu-item .arrow13x8 {
    background-position: -29px 0;
}
li.cars-menu-item:hover .arrow13x8 {
    background-position: -84px 0;
}
.doc-box .pdf {
    background: url(img/pdf.jpg) no-repeat left top;
}
.doc-box .doc {
    background: url(img/doc.png) no-repeat left top;
}
.right-arrow6x11 {
    width: 6px;
    height: 11px;
    background-position: -44px 0;
    margin-left: 9px;
    top: 2px;
}
.up-arrow11x6 {
    width: 11px;
    height: 6px;
    background-position: -70px 0;
    margin-left: 7px;
    top: -2px;
}
.yt58x24 {
    width: 58px;
    height: 24px;
    background-position: -3px -52px;
    top: 7px;
    margin-left: 7px;
}
.mark15x23 {
    width: 15px;
    height: 23px;
    background-position: 0 -18px;
    margin-right: 10px;
    margin-top: -7px;
    top: 6px;
}
.mark11x15 {
    width: 11px;
    height: 15px;
    background-position: -19px -18px;
    margin-right: 9px;
    top: 3px;
}
.list11x10 {
    margin-right: 6px;
    width: 11px;
    height: 10px;
    background-position: -72px -19px;
}
.select .list11x10,span:hover .list11x10 {
    background-position: -57px -19px;
}
.mark9x13 {
    width: 9px;
    height: 13px;
    background-position: -43px -18px;
    top: 1px;
    margin-right: 6px;
}
.select .mark9x13, span:hover .mark9x13 {
    background-position: -32px -18px;
}
.yt50x21 {
    width: 50px;
    height: 21px;
    background-position: -66px -55px;
    top: 6px;
    margin-right: 10px;
}
.rss16x16 {
    width: 16px;
    height: 16px;
    background-position: -85px -19px;
    top: 2px;
    margin-right: 9px;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
    padding: 40px 0;
    position: relative;
    z-index: 10;
    margin-bottom: 0px;
}
.header_ {
    background: #efefef;
    padding-bottom: 49px;
}
.header .content-inner {
    overflow: hidden;
}
.header_ .content-inner {
    overflow: visible;
}
.header-top {
    height: 85px;   
}
.header_ .header-top {
    height: 60px;
}
.logo {
    float: left;
    width: 187px;
    height: 100px;
    background: url(img/logo_w.png) no-repeat center;
    border: none;
}
.logo_d {
    background: url(img/logo_d.png) no-repeat center;
}
.logo_d2 {
    background: url(img/logo_d2.png) no-repeat center;
}
.header .right-box {
    float: right;
    font-size: 14px;
    line-height: 14px;
    width: 326px;
}
.right-box .contacts {
    float: left;
}
.right-box .change-lang {
    float: right;
}
.right-box .contacts p {
    color: #fff;
    font-size: 28px; 
    line-height: 28px;
    margin-bottom: 5px;
}
.right-box.dark {
    color: #2d2b2b;
}
.right-box a {
    color: #e2ded9;
    border-color: #e2ded9;
    float: right;
}
.right-box.dark a {
    color: #2d2b2b;
    border-color: #cacaca;
}
.right-box a:hover {
    color: #ffba00;
    border-color: #fee5bb;
}
.right-box.dark .contacts p {
    color: #000;
}
/*menu*/
.nav-contacts {
    padding: 0px 57px;
}

nav {
    position: relative;
    z-index: 99999;
    width: 100%;
     background: #5d5d5d; 
    /*background: #292C30; */
    border-radius: 5px;
    float: left;
    left: 1px;
}
.header_ nav {
    top: 25px;
}
nav>ul>li {
    float: left;
    position: relative;
    left: -1px;
}
nav>ul>li:first-child>a{
    border-radius: 5px 0 0 5px;
}
nav>ul>li>a {
    font: 16px/50px proxima_nova_rgbold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    display: inline-block;
    padding: 0 44px;
    background: #5d5d5d; 
   /* background: #5d5d5d; */
    border-right: 1px solid rgba(255,255,255,0.2);
}
nav>ul>li.cars-menu-item>a {
    padding: 0 50px 0 44px;
}
nav>ul>li:last-child a{
    border: none;
    border-radius: 0 5px 5px 0;
}
nav>ul>li>a:hover,
nav>ul>li.select>a {
    background: #f8cc2a;
    color: #000;
}
.submenu {
    display: none;
    background: #f8cc2a;
    height: 385px;
    width: 239px;
    position: absolute;
    top: 50px;
    left: 0;
    padding-top: 40px;
}
nav>ul>li.cars-menu-item:hover .submenu{
    display: block;
}
nav>ul>li.cars-menu-item:hover>a {
    background: #f8cc2a;
    border-color: #f8cc2a;
    color: #fff;
}
nav>ul>li.cars-menu-item:hover>a {
    background: #f8cc2a;
    border-color: #f8cc2a;
    color: #fff;
}
.submenu>li>a {
    text-decoration: none;
    color: #d5cfc8;
    font: 18px/46px proxima_nova_rgbold;
    border: none;
    background: #5d5d5d;
    display: block;
    padding-left: 40px;
    position: relative;
}
.submenu>li>a:after {
    content: '';
    width: 170px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 37px;
    background: rgba(255,255,255,0.2);
}
.submenu>li>a:hover,
.submenu>li.select>a {
    color: #2d2b2b;
    background: url(img/pattern-menu.png) repeat;
}
.menu-item-content {
    height: 425px;
    width: 961px;
    background: url(img/pattern-menu.png) repeat;
    position: absolute;
    top: 0;
    left: 239px;
}
.menu-item-content img {
    position: absolute;
    top: 13px;
    right: 0;
}
.item-description {
    width: 400px;
    margin: 49px 0 0 69px;
}
.item-description h2 {
    display: inline-block;
    margin-bottom: 13px;
}
.item-description h2 a {
    color: #898989;
    font: 34px/34px proxima_nova_rgbold;
    border: none;
}
.item-description h2 a>span {
    color: #000;
}
.item-description h2:hover a{
    color: #fee5bb;
}
.item-description h2:hover a>span {
    color: #ffba00;
}

.item-description p {
    color: #000;
}
.item-description h6 {
    color: #000;
    font: 18px/24px proxima_nova_rgbold;
    margin: 19px 0 10px;
}
.item-description .wheels-f {
    font: 36px/38px proxima_nova_rgbold;
    text-transform: uppercase;
    margin-right: 32px;
    color: #626161;
}
.wheels-f>span {
    color: #2d2b2b;
}
.wheels-f:hover {
    color: #fee5bb;
} 
/* Middle
-----------------------------------------------------------------------------*/
.content {
    padding: 0 0 221px;
}
.content_ {
    padding: 0 0 108px;
}
/*slider*/
.slider {
    position: relative;
    top: -227px;  
    width: 100%;
    max-width: 1920px;
    padding-bottom: 6px;
    background: url(img/line.png) repeat-x bottom;
    margin-bottom: -167px; 
}
.slider>ul>li {
    position: relative; 
}
.slide1 {
    height: 609px;
    background: url(img/slide1.jpg) no-repeat center;
}
.slide2 {
    height: 609px;
    background: url(img/slide2.jpg) no-repeat center;
}
.slide3 {
    height: 609px;
    background: url(img/slide3.jpg) no-repeat center;
}
.slide4 {
    height: 609px;
    background: url(img/slide4.jpg) no-repeat center;
}
.slide5 {
    height: 609px;
    background: url(img/slide5.jpg) no-repeat center;
}
.slide6 {
    height: 609px;
    background: url(img/slide6.jpg) no-repeat center;
}
.slide7 {
    height: 609px;
    background: url(img/slide7.jpg) no-repeat center;
}
.slide8 {
    height: 609px;
    background: url(img/slide8.jpg) no-repeat center;
}
.slide9 {
    height: 609px;
    background: url(img/slide9.jpg) no-repeat center;
}
.slide-title {
    width: 420px;
    color: #EEE;
    text-transform: uppercase;
    font: 34px/36px proxima_nova_ltlight;
    position: absolute;
    bottom: 136px;
    margin-left: 36px;
}

.right_t .slide-title {
    right: 36px;
}

.right_t .slider-nav {
    right: 390px;
}

.slide-title p {
    margin-bottom: 3px;
}
.slide-title a {
    color: #f8cc2c;
    border: none;
    font: 66px/70px proxima_nova_rgbold;
    text-decoration: none;
}
.slide-title a:hover {
    color: #ffde64;
}
.slider-nav {
    display: inline-block; 
    overflow: hidden; 
    position: absolute; 
    bottom: 87px;
}
.slider>.content-inner {
    text-align: center;}

.slider-nav li {
    display: inline-block;
    width: 17px;
    height: 17px!important;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 0;
    vertical-align: top;
}
.slider-nav li span {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    border: 3px solid #FFF;
    background: rgba(222, 218, 218, 0.4);
    box-sizing: border-box;
}
.slider-nav li a.active span {
    background: #FFF;
}
/*last news*/
.last-news-block {
    background: #f1f1f1;
    width: 200px;
    padding: 31px 35px;
    float: left;
    margin-bottom: 40px;
}
.last-news-block img {
    display: block;
    max-width: 100%;
    margin-bottom: 14px;
}
.last-news-block .action {
    position: relative;
    display: inline-block;
}
.last-news-block .action span{
    position: absolute;
    display: inline-block;
    bottom: 22px;
    left: 0;
    color: #fff;
    font: 14px/22px proxima_nova_rgbold;
    text-decoration: none;
    background: #d62730;
    padding: 0 9px;
}
.last-news-block .news-title {
    font: 18px/22px proxima_nova_rgbold;
    margin-bottom: 10px;
}
.last-news-block .brief {
    font: 16px/20px proxima_nova_rgregular;
    margin: 9px 0 5px;
}
.last-news-block .date {
    color: #a39d9d;
    font-size: 14px;
}
.last-news-block .news-item {
    border-top: 1px solid rgba(214,211,196,0.5);
    margin-bottom: 17px;
    padding-top: 20px;
}
.last-news-block .news-item:first-child {
    border: none;
    padding-top: 0;
}
.last-news-block .all-news {
    margin-top: 12px;
    display: inline-block;
}
.index-info {
    width: 554px;
    float: left;
    padding: 9px 58px;
    margin-bottom: 40px;
}
.index-info h4 {
    font: 40px/40px proxima_nova_rgbold;
    margin-bottom: 32px;
    color: #2d2b2b;
}
.index-info p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px;
}
.index-info blockquote {
    font: 18px/26px proxima_nova_ltsemibold;
    position: relative;
    padding-left: 15px;
    width: 480px;
    margin-bottom: 19px;
}
.index-info blockquote:after {
    content: "\201c";
    position: absolute;
    left: -2px;
    top: -4px;
    font: 30px/30px proxima_nova_rgregular;
}
.about-links {
    margin: 18px 0 50px;
}
.about-links a{
    margin-right: 22px;
}
.dealers-links p{
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-top: -2px;
}
.dealers-links a {
    vertical-align: top;
    display: inline-block;
}
.dealers-links .sep {
    width: 1px;
    height: 15px;
    display: inline-block;
    position: relative;
    margin: 0 9px;
    background: rgba(124, 124, 124, 0.2);
    top: 3px;
}
.right-sidebar {
    float: right;
    width: 257px;
}
.gifts-block {
    border: 4px solid #FACE2A;
    text-align: center;
    padding: 24px 20px;
    position: relative;
    height: 244px;
    margin-bottom: 36px;
}
.gifts-block h6 {
    font: 26px/28px proxima_nova_rgbold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.gifts-block h6:after {
    content: '';
    width: 132px;
    height: 1px;
    background: rgba(192,187,164,0.5);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -66px;
}
.gifts-block p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 18px;
}
.gifts-block .more-info {
    font-size: 16px;
}
.writing-block {
    border: 4px solid #FACE2A;
    text-align: center;
    padding: 24px 20px;
    position: relative;
    height: 244px;
    margin-bottom: 36px;
}
.writing-block h6 {
    font: 26px/28px proxima_nova_rgbold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.writing-block h6:after {
    content: '';
    width: 132px;
    height: 1px;
    background: rgba(192,187,164,0.5);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -66px;
}
.writing-block p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 18px;
}
.writing-block .more-info {
    font-size: 16px;
}
.slider-g-nav-box {
    width: 209px;
    position: absolute;
    bottom: 7px;
}
.slider-g-nav li {
    display: inline-block;
    vertical-align: top;
    width: 10px!important;
    height: 10px;
    border-radius: 50%;
    margin-right: 2px;
}
.slider-g-nav li span {    
    vertical-align: top;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dedada;
    cursor: pointer;
    display: inline-block;
}
.slider-g-nav a.active span {    
    background: #f8c918;
}
.video-box {
    position: relative;
    width: 257px;
    height: 188px;
    background: #000;
    margin-bottom: 40px;
}
.video-box a {
    border: none;
}
.video-box .channel-row {
    height: 44px;
    width: 100%;
    background: #d22730;
    text-align: center;
    font: 16px/44px proxima_nova_rgbold;
    color: #fff;
}
.video-box .play-video {
    width: 71px;
    height: 71px;
    background: url(img/sprite.png) no-repeat 0 -88px;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    top: 70px;
    margin-left: -35.5px;
}
.video-box>a:hover .play-video {
    opacity: 1;
}
.documents-box .doc-box {
    margin-bottom: 20px;
}
.doc-box {
    height: 45px;
    display: table;
}
.doc-box a {
    display: table-cell;
    vertical-align: middle;
}
.doc, .pdf {
    padding-left: 54px;
}
/*entry page*/
.welcome-block {
    padding-top: 44px;
    background: url(img/line.png) repeat-x top;
    text-align: center;
}
.welcome-block .logo {
    display: inline-block;
    float: none;
    position: relative;
    margin-bottom: 57px;
}
.welcome-block .logo:after {
    content: '';
    width: 540px;
    height: 1px;
    background: #d6d3c4;
    opacity: 0.7;
    position: absolute;
    bottom: -36px;
    left: 50%;
    margin-left: -275px;
}
.welcome-block h4 {
    font: 26px/28px proxima_nova_ltsemibold;
    margin-bottom: 8px;
}
.welcome-block h5 {
    font: 26px/28px proxima_nova_ltlight;
    margin-bottom: 10px;
}
.sections-items {
    width: 1172px;
    background: #EFEFEF;
    padding: 32px 19px 36px 36px;
    overflow: hidden;
    margin: 46px auto 20px;
}
.sections-items .item {
    width: 377px;
    float: left;
    margin-right: 13px;
    text-align: center;
}
.sections-items .item a {
    border: none;
    text-decoration: none;
    color: #2D2B2B;
}
.sections-items .item a:hover {
    color: #f9c400;
}
.sections-items .item p {
    padding-top: 11px;
    font: 22px/24px proxima_nova_ltlight;
}
.sections-items .item p span {
    font: 36px/38px proxima_nova_rgbold;
    margin-top: 3px;
    display: inline-block;
}
/*news page*/
aside {
    width: 160px;
    float: left;
    margin: 57px 0 40px;
}
.width300 {
    width: 300px;
}
.news-years li {
    margin-bottom: 10px;
}
.news-years li a {
    display: inline-block;
    height: 26px;
    font: 16px/26px proxima_nova_ltsemibold;
    padding: 0 31px 0 10px;
}
.news-years li a:hover {
    background: #F8CC2C;
    border-radius: 2px;
    text-decoration: none;
}
.news-years li a:hover span{
    color: #2d2b2b;
}
.news-years li.select a {
    background: #F8CC2C;
    border-radius: 2px;
    cursor: default;    
    text-decoration: none;
}
.news-years li.select a span {
    cursor: default;
}
.news-years li.select a:hover span{
    color: #2d2b2b;
}
.content-section {
    width: 1039px;
    float: right;
    margin: 36px 0 114px 0;
}
.width900 {
    width: 900px;
}
.back-home {
    font-size: 14px;
    display: inline-block;
    color: #929BA2;
    border: none;
    margin-bottom: 5px;
    text-decoration: none;
}
h1.page-tite {
    font: 50px/52px proxima_nova_rgbold;
    margin-bottom: 28px;
}
h2.page-tite {
    font: 40px/40px proxima_nova_rgbold;
    margin-bottom: 31px;
}
.news-items {
    width: 965px;
}
.news-items .item img {
    margin-right: 27px;
    margin-left: 20px;
    float: left;
    position: relative;
    top: 6px;
}
.news-items .item {
    padding: 40px 0 0 87px;
    margin-bottom: 42px;
    border-top: 1px solid #e3e1d6;
    position: relative;
}
.news-items .last-news {
    border: none;
    border-bottom: 1px solid #e3e1d6;
}
.news-items .last-news img{
    width: 498px;
    margin: 0 58px 0 0;
    float: left;
    top: 0;
}
.news-items .action+.item,
.news-items .last-news+.item {
    border: none;
}
.news-items .last-news {
    padding: 0 0 40px 0;
    margin: 0 0 3px 0;
}
.news-items .item>a {
    border: none;
}
.news-items .date {
    font-size: 14px;
    color: #ABABAB;
    margin: -5px 0 12px 0;
}
.last-news {
    margin: -5px 0 13px 0;
}
.news-items .news-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 12px;
}
.news-items .brief {
    font-size: 16px;
    line-height: 22px;
}
.last-news .brief {
    margin-bottom: 21px;
}
.news-items .last-news .brief-box {
    float: left;
    width: 400px;
}
.news-items .last-news .news-title {
    margin-bottom: 26px;
}
.news-items .item div.date{
    width: 80px;
    position: absolute;
    left: 0;
    top: 50px;
    margin: 0;
}
.news-items .item.action div.date {
    left: 21px;
    top: 40px;
}
.news-items .item.action {
    border: 4px solid #FACE2A;
    padding: 31px 60px 43px 106px;
    margin: -8px 0 -6px 0;
    left: -23px;
    width: 827px;
}
.news-items .item.action .news-title {
    font-family: proxima_nova_rgbold;
}
.cars-items .car-item.action .action-tape,
.item.action .action-tape {
    color: #FFF;
    font: 14px/24px proxima_nova_ltsemibold;
    width: 76px;
    text-align: center;
    position: absolute;
    background: #D62730;
    top: 16px;
    right: -13px;
}
.cars-items .car-item.action .action-tape {
    top: 10px;
}
.cars-items .car-item.action .action-tape:after,
.item.action .action-tape:after {
    content: '';
    position: absolute;
    bottom: -6px;
    right: 0;
    border-top: 0px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 9px solid #AD1C23;
}
.up-link {
    float: right;
    /*margin: 20px 127px 0;*/
    /*margin-top: 17px;*/
}
/*about page*/
.left_ {
    float: left;
}
.right_ {
    float: right;
}
.about-block {
    width: 710px;
}
.border-menu {
    padding: 25px 15px;
    border: 1px solid #E8E8E8;
    width: 192px;
    margin-left: 8px;
    margin-bottom: 40px;
}
.car-items-menu {
    padding: 25px 15px 39px;
    margin-bottom: 32px;
}
.border-menu li {
    margin-bottom: 10px;
}
.border-menu li a {
    display: inline-block;
    height: 26px;
    font: 16px/26px proxima_nova_ltsemibold;
    padding: 0 31px 0 14px;
}
.service-menu li a {
    width: 178px;
    padding: 0 0 0 14px;
}
.border-menu li a:hover,
.border-menu li.select a{
    background: #F8CC2C;
    border-radius: 2px;
    cursor: default;
    margin: 0;
    color: #2D2B2B;
    text-decoration: none;
}
.border-menu li a:hover>span {
    color:#2D2B2B; 
}
.car-items-menu li a {
    padding: 0 29px 0 25px;
    font-weight: 400;
}
.car-items-menu li {
    margin-bottom: 1px;
}
.car-items-menu li.category a{
    margin-bottom: 2px;
    padding: 0 29px 0 25px;
}
.car-items-menu li+.category {
    margin-top: 15px;
}
.car-items-menu li.category a{
    width: 145px;
}
.border-menu li a:hover {
    cursor: pointer;
}
.border-menu li.select a,
.border-menu li.select a>span{
    cursor: default;
}
.border-menu li.select a:hover span{
    color: #2D2B2B;
}
.five-reasons {
    width: 180px;
    font-size: 14px;
    line-height: 18px;
    margin-left: 39px;
}
.five-reasons h6 {
    font: 16px/20px proxima_nova_rgbold;
    margin-bottom: 20px;
}
.five-reasons p {
    margin-bottom: 15px;
}
.about-block p{
    line-height: 22px;
    margin-bottom: 10px;
}
.about-block .left_ {
    margin: 48px 58px 50px 22px;
}
.about-block .right_ {
    margin: 9px 105px 40px 93px;
}
.about-block h3 {
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 21px;
    margin-top: 48px;
}
/*partners page*/
.partners-block {
    width: 819px;
}
.partners-items {
    width: 100%;
    margin: 54px 0 45px;
}
.partners-items tr {
    border-bottom: 1px solid #e4e2d7;
}
.partners-items td {
    vertical-align: middle;
    padding: 25px 0;
}
.partners-items .parnter-logo {
    width: 220px;
    text-align: center;
}
.partners-items .description {
    width: 360px;
}
.partners-items .description h6 {
    width: 270px;
    font: 20px/18px proxima_nova_rgbold;
    margin-bottom: 4px;
}
.partners-items .description p {
    width: 270px;
    font-size: 16px;
    line-height: 18px;
}
.partners-items .web-adress {
    width: 178px;
}
.partners-items .web-adress a {
    display: table-cell;
    vertical-align: middle;
}
/*dealers page*/
.contacts-block_,
.service-block,
.dealers-block,
.dealers-items,
.service-items{
    width: 861px;
    margin-bottom: 40px;
}
.service-block .text-box {
    margin-bottom: 40px;
}
.service-block .text-box p {
    margin-bottom: 10px;
}
.filter {
    background: #636466;
    color: #fff;
    padding: 11px 20px;
    margin-bottom: 10px;
}
.filter select {
    width: 250px;
}
.filter>span {
    margin-right: 28px;
}
.filter-type {
    float: right;
    margin: 5px 16px 0 0;
}
.filter-type>span {
    color: #d5cfc8;
    margin-left: 30px;
    cursor: pointer;
}
.filter-type .f {    
    border-bottom: 1px dashed #d5cfc8;
    line-height: 10px;
}
.filter-type .select span.f{
    color: #fff;
    border-color: #fff;
}
.filter-type span:hover {
    color: #fff;
    border-color: #fff;
}
.service-items tr,
.dealers-items tr {
    background: #f2f2f2;
    border-bottom: 3px solid #fff;
    padding: 24px 0;
}
.service-items tr:hover,
.dealers-items tr:hover {
    background: #efece5;
}
.service-items .name,
.dealers-items .name {
    width: 133px;
    font: 18px/22px proxima_nova_rgbold;
    padding: 24px 20px;
}
.service-items .name {
    width: 225px;
}
.service-items .name span {
    display: block;
    font: 14px/18px proxima_nova_rgregular;
    color: #8b8e91;
}
.service-items .address,
.dealers-items .address {
    width: 220px;
    font-size: 16px;
    line-height: 22px;
    padding: 24px 0;
}
.service-items .address p,
.dealers-items .address p {
    margin-bottom: 4px;
}
.service-items .contacts,
.dealers-items .contacts {
    width: 220px;
    font-size: 16px;
    padding: 24px 28px 24px 0;
}
.service-items .contacts h6,
.dealers-items .contacts h6 {
    font: 16px/18px proxima_nova_rgbold;  
    margin: 13px 0 2px;
}
.service-items .contacts p,
.dealers-items .contacts p {
    margin-bottom: 4px;
}
.service-partner {
    margin-left: 30px;
    width: 720px;
}
.service-partner p {
    margin-bottom: 10px;
}
.service-partner .sep {
    margin: 0 13px;
}
.warranty-block {
    width: 725px;
}
.warranty-block p{
    margin-bottom: 10px;
}
.warranty-block .left_ {
    margin: 20px 50px 40px 0;
}
.warranty-block h6 {
    margin-top: 20px;
}
.spare-block {
    width: 870px;
}
.spare-block h3{
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 18px;
}
.spare-block p {
    margin-bottom: 10px;
}
.maintenance-block {
    overflow: hidden;
}
.maintenance-block .text-block {
    width: 558px;
    float: left;
}
.maintenance-block .documents-box {
    width: 270px;
    float: right;
}
.maintenance-block ul {
    margin: 10px 0 20px;
}
.maintenance-block ul li{
    margin-bottom: 10px;
}
/*car page*/
.aside-contacts {
    background: #F4F1E9;
    font-size: 16px;
    line-height: 20px;
    padding: 33px 26px;
    margin: 0 0 45px 8px;
    width: 172px;
}
.aside-contacts p {
    margin-bottom: 5px;
}
.aside-contacts a {
    font-size: 14px;
}
.aside-contacts .other-dep {
    margin-top: 26px;
}
.aside-contacts .other-dep p{
    margin-bottom: 14px;
}
.aside-contacts .other-dep span {
    border-bottom: 1px dashed #a8a19d;
    cursor: pointer;
}
aside .doc-box {
    margin: 0 0 38px 25px;
}
aside .doc-box a {
    width: 155px;
}
.car-block {
    width: 870px;
}
.car-menu {
    overflow: hidden;
    padding-bottom: 4px;
    width: 920px;
}
.car-menu li {
    float: left;
    margin-right: 40px;
    margin-bottom: 17px;
}
.car-menu li a {
    text-decoration: none;
    font: 22px/20px  proxima_nova_ltsemibold;
}
.car-menu li span {
    border-bottom: 1px dashed #ADA8A9;
    line-height: 23px;
   /-- display: inline-block;
    margin-bottom: 3px;
}
.car-menu li.select a span,
.car-menu li a:hover span {
    border-bottom: 4px solid #f8cc2c;
    margin-bottom: 0;
    color: #f8cc2c;
}
.car-slider {
    margin-bottom: 20px;
}
#bx-pager-wrapper {
    padding: 13px 20px;
    background: #F1F1F1;
    height: 89px;
    width: 830px;
    overflow: hidden;
    position: relative;
}
#bx-pager {
    position: absolute;
}
#bx-pager li {
    float: left;
}
#bx-pager a {
    margin-right: 10px;
}
#bx-pager a.active {
    margin: 0 6px 0 -4px;
    position: relative;
    top: 4px;
}
#bx-pager a.active img {
    border: 4px solid #f8cc2c;
}
.descriptions-items {
    overflow: hidden;
    margin: 51px 0 27px;
}
.descriptions-items img {
    position: relative;
    top: 2px;
}
.description-box {
    overflow: hidden;
    border-bottom: 1px solid #E3E1D6;
    padding-bottom: 43px;
    margin-bottom: 51px;
}
.description-box:last-child {
    margin-bottom: 10px;
    padding-bottom: 15px;
}
.description-box h3 {
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 18px;
}
.description-box p {
    line-height: 22px;
    margin-bottom: 10px;
}
.description-box .left_ {
    position: relative;
    top: 2px;
    margin: 0 70px 40px 0;
}
.description-box .right_ {
    margin: 0 42px 40px 45px;
}
.other-cars {
    /*margin: 17px 0 0;*/
    float: left;
}
.other-cars a {
    margin-right: 35px;
}
.dimensions {
    max-width: 100%;
    margin: 0 0 10px;
}
.ec-s {
    margin: 41px 0 32px;
    font: 26px/26px proxima_nova_ltsemibold;
}
.ec-s-items {
    margin-left: 13px;
}
.ec-s-items span {
    cursor: pointer;
    display: inline-block;
    margin: 0 15px 0 20px;
    border-radius: 2px;
    border-bottom: 1px dashed #ada8a9;
}
.ec-s .select,
.ec-s .ec-s-items span:hover {
    margin: 0 0 0 5px;
    padding: 0 15px;
    background: #f8cc2c;
    border: none;
    line-height: 39px;
}
.ec-s .select {
    cursor: default;
}
.contacts-table,
.fetures-table {
    width: 100%;
    margin-bottom: 30px;
}
.contacts-table thead tr,
.fetures-table thead tr {
    background: #636466;
    font: 16px/22px proxima_nova_rgbold; 
    color: #fff;
    text-align: center;
    border-bottom: 7px solid #fff;
}
.contacts-table {
    margin: 41px 0 30px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}
.contacts-table thead tr {
    font-family: proxima_nova_rgregular; 
}
.contacts-table thead th {
    padding: 11px 0 12px 0px;
    text-align: left;
}
.contacts-table tbody tr {
    background: #f5f5f5;
    border-bottom: 2px solid #fff;
}
.contacts-table th.section {
    padding-left: 28px;
}
.contacts-table td.section {
    width: 280px;
    padding: 22px 15px 32px 28px;
    font: 18px/22px proxima_nova_rgbold;
}
.contacts-table .contact-p {
    width: 285px;
    padding-right: 15px;
}
.contacts-table .contacts {
    padding-left: 15px;
    width: 285px;
}
.contacts-table td.contacts {
    padding-bottom: 32px;
}
.contacts-table tr:first-child td.section {
    padding-top: 25px;
}
.contacts-table p {
    margin-bottom: 3px;
}
.fetures-table thead .feat {
    font: 16px/22px proxima_nova_ltsemibold;
    text-align: left;
    padding: 10px 0 10px 18px;
    width: 450px;
}
.fetures-table tbody tr {
    background: #f5f5f5;
    font: 16px/22px proxima_nova_ltsemibold;
    text-align: center;
    border-bottom: 2px solid #fff;
}
.contacts-table tbody tr:hover,
.fetures-table tbody tr:hover {
    background: #efece5;
}
.fetures-table tbody .feat {
    text-align: left;
    padding: 10px 0 10px 18px;
    width: 450px;
}
.cars-items>div {
    float: left;
}
.cars-items .car-params {
    width: 190px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 17px;
}
.car-params .wheels-f {
    height: 34px;
    font-size: 14px;
}
.car-params .wheels-f:hover {
    color: #2d2b2b;
}
.car-params .motors {
    height: 87px;
}
.cars-items .car-img {
    height: 161px;
    margin-bottom: 9px;
}
.car-params .car-img {
    margin-bottom: 30px;
}
.car-params p {
    margin-bottom: 14px;
}
.cars-items {
    margin-bottom: 75px;
    width: 920px;
    overflow: hidden;
}
.cars-items .car-item {
    width: 209px;
    border: 1px solid #e8e8e8;
    padding: 7px;
    font-size: 13px;
    line-height: 22px;
    margin-right: 12px;
}
.cars-items .car-item p {
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 2px;
    padding: 6px 0 2px;
}
.cars-items .car-item .wheels-f {
    font: 24px/40px proxima_nova_rgbold;
    text-align: center;
    background: none;
    margin-bottom: 13px;
    padding: 0;
}
.cars-items .car-item .motors {
    line-height: 18px;
    text-align: left;
    padding: 5px 15px 2px 23px;
}
.cars-items .car-item p.x2 {
    padding: 12px 0;
}
.cars-items .car-item.action {
    border: 5px solid #fadf7d;
    padding: 3px;
    position: relative;
}
/*contacts*/
.contacts-block_>p {
    margin-bottom: 10px;
}
.contacts-block_>p>a {
    margin-left: 21px;
}
.contacts-block_>a {
    text-decoration: none;
}
.contacts-block_>a>span {
    border-bottom: 1px dashed #ada8a9;
    line-height: 0.85;
    display: inline-block;
}
.contacts-block_>a:hover>span {
    border-color: #FEE5BB;
}
.map {
    width: 100%;
    height: 386px;
    overflow: hidden;
}
.map img {
    width: 100%;
    margin: 0 auto;
    height: 386px;
}
.feedback-form {
    background: #F4F1E9;
    width: 470px;
    overflow: hidden;
    padding: 37px 92px 31px 67px;
}
.feedback-form .row {
    margin-bottom: 11px;
}
.feedback-form label {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
}
.feedback-form input[type=text],
.feedback-form input[type=email],
.feedback-form textarea,
.feedback-form input[type=tel] {
    border-radius: 3px;
    background: #FFF;
    border: 1px solid #C7CCCD;
    outline: none;
    padding: 0 12px;
    font-size: 16px;
    line-height: 34px;
    margin: 0;
    width: 445px;
}
.feedback-form textarea {
    line-height: 22px;
    height: 94px;
    resize: none;
}
.feedback-form input[type=text]:focus,
.feedback-form textarea:focus,
.feedback-form input[type=email]:focus,
.feedback-form input[type=tel]:focus {
    border-color: #f0c21c;
}
#phone {
    width: 178px;
    margin-right: 25px;
}
#email {
    width: 215px;
}
.dark-button {
    outline: none;
    position: relative;
    border: none;
    color: #fff;
    font: 16px/42px proxima_nova_ltsemibold;
    text-align: center;
    border-radius: 2px;
    background: #2f363f;
    cursor: pointer;
    padding: 0 40px;
}
.dark-button:hover {
    background: #f8cc2c;
}
.dark-button:active {
    background: #f0c527;
    top: 1px;
}
.row.buttons {
    margin-top: 10px;
    float: left;
    margin-right: 21px;
}
.error-box {
    float: left;
    margin-top: 16px;
    width: 200px;
    font-size: 14px;
    line-height: 19px;
    color: #d20707;
}
.dark-button:disabled {
    opacity: 0.7;
    cursor: default;
}
.dark-button:disabled:hover,
.dark-button:disabled:active {
    background: #2f363f;
    top: 0;
}
.row.error input {
    border-color: #e8182b;
    box-shadow: 0 0 3px -1px #E8182B
}
.popup.success {
    background: #FFF;
    text-align: center;
    width: 447px;
    position: absolute;
    left: 50%;
    top: 30%;
    box-shadow: 0 0 85px -21px #B6ACAC;
    padding: 63px 90px 76px;
    margin-left: -312px;
}
.popup.success h6{
    font: 28px/34px proxima_nova_rgregular;
    margin-bottom: 13px;
    letter-spacing: 1px;
}
.popup.success p{
    font-size: 16px;
    line-height: 21px;
    width: 360px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.close12x12 {
    width: 12px;
    height: 12px;
    background: url(img/sprite.png) -1px -1px;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0.5;
    cursor: pointer;
}
.close12x12:hover {
    opacity: 1;
}
/* Footer

-----------------------------------------------------------------------------*/
.footer {
    color: #d5cfc8;
    margin: -221px auto 0;
    min-width: 1200px;
    max-width: 1920px;
    height: 161px;
    background: url(img/pattern_footer.jpg) repeat;
    position: relative;
    padding: 30px 0;
}
.footer .left-block {
    float: left;
}
.footer .productions {
    overflow: hidden;
}
.footer section {
    width: 210px;
    float: left;
}
.footer section h6 {
    color: #d5cfc8;
    font: 14px/20px proxima_nova_rgbold;
    margin-bottom: 5px;
}
.footer section a {
    font-size: 14px;
}
.footer .copyright {
    color: #D5CFC8;
    opacity: 0.2;
    font-size: 13px;
    margin-top: 35px;
}
.footer .contacts-block {
    width: 415px;
    float: right;
    font-size: 14px;
}
.footer .phones-list {
    overflow: hidden;
    margin: 8px 0 17px;
}
.footer .phones-list li {
    float: left;
}
.phones-list .sep {
    width: 1px;
    height: 15px;
    position: relative;
    top: 3px;
    background: #7C7C7C;
    margin: 0 15px;
}
.contact-link a {
    margin-right: 18px;
}
.footer .yt-rss {
    margin-top: 46px;
}
.footer .yt-rss a {
    margin-right: 10px;
}
.footer-entry {
    margin: -108px auto 0;
    height: 48px;
    text-align: center;
}
.footer-entry .adress {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.footer-entry .phones-list {
    overflow: hidden;
    margin: 0 0 0 -3px;
    display: inline-block;
}
.footer-entry .phones-list li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.footer-entry .copyright {
    margin-top: 6px;
}
.bx-viewport .content-inner {
    overflow: hidden;
    height: 100%;
    position: relative;
}
.jcarousel {
    position: relative;
    overflow: hidden;
}
.jcarousel ul {
    width: 20000em;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    float: left;
}
/*-------------------------------------------------------------------------------*/
/* Базовый контейнер табов */
.tabs {
  min-width: 320px;
  max-width: 870px;
  padding: 0px;
  margin: 0 auto; 
}
/* стили секций с содержанием */
.tabs section {
  display: none;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
}
.tabs h3 {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 5px;
}
.tabs input {
  display: none;
}
/* стили вкладок (табов) */
.tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 8px 25px;
  font-weight: 600;
  text-align: center;
  color: #555;
  border: 1px solid #ddd;
  background: #f1f1f1;
  border-radius: 3px 3px 0 0;
}
/* шрифт-иконки от Font Awesome в формате Unicode */
.tabs label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

/* изменения стиля заголовков вкладок при наведении */
.tabs label:hover {
  color: #f8cc2c;
  cursor: pointer;
}
/* стили для активной вкладки */
.tabs input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 1px solid #F8CC2C;
  border-bottom: 1px solid #fff;
  background: #fff;
}
/* активация секций с помощью переключателя :checked */
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {  display: block; }
#rab5:checked ~ #content5,
#rab6:checked ~ #content6 {  display: block; }
/* медиа запросы для различных типов носителей */  
@media screen and (max-width: 680px) {
  .tabs label {
    font-size: 0;
  }
 
  .tabs label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .tabs label {
    padding: 15px;
  }
}
/*-------------------------------------------------------*/
@media (max-height: 820px) {
    .header {
        padding: 0px 0;
    }
    .header .header-top {
        height: 72px;
        margin-top: 0px;
    }
    .header_ .header-top {
        height: 67px;
    }
    .header_ nav {
        top: -5px;
    }
    .slider {
        top: -167px;
        margin-bottom: -122px;
    }
    .slide1 {
        background: url(img/slide1.jpg) no-repeat center -134px;
        height: 580px;
    }
    .slide2 {
        background: url(img/slide2.jpg) no-repeat center -128px;
        height: 580px;
    }
    .slide3 {
        background: url(img/slide3.jpg) no-repeat center -126px;
        height: 580px;
    }
    .slide4 {
        background: url(img/slide4.jpg) no-repeat center -126px;
        height: 580px;
    }
    .slide5 {
        background: url(img/slide5.jpg) no-repeat center -126px;
        height: 580px;
    }
    .slide6 {
        background: url(img/slide6.jpg) no-repeat center -126px;
        height: 580px;
    }
    .slide7 {
        background: url(img/slide7.jpg) no-repeat center -126px;
        height: 580px;
    }
    .slide8 {
        background: url(img/slide8.jpg) no-repeat center -126px;
        height: 580px;
    }
    .slide9 {
        background: url(img/slide9.jpg) no-repeat center -126px;
        height: 580px;
    }
    .slide-title {
        width: 380px;
        font: 31px/33px proxima_nova_ltlight;
        bottom: 56px;
    }
    .slider-nav {
        bottom: 46px;
    }
    .slide-title a {
        font: 57px/61px proxima_nova_rgbold;
    }
}
@media (max-width: 1240px) {
    .header nav {
        top: 0px;
    }
    .header_ nav {
        top: 0px;
    }
    body {
        font: 14px/19px proxima_nova_rgregular;
    }
    .wrapper {
        min-width: 990px;
    }
    .content-inner {
        width: 970px;
        /*padding: 0 10px;*/
    }
    .nav-contacts {
        padding: 0px 42px;
    }
    .header {
        padding: 0px 0;
    }
    .header-top {
        height: 74px;
    }
    .header_ .header-top {
        height: 67px;
    }
    .slider {
        top: -167px;
        margin-bottom: -122px; 
    }
    nav {
        width: 970px;   
    }
    nav>ul>li>a {
        font: 14px/44px proxima_nova_rgbold;        
        padding: 0 32px;
    }
    nav>ul>li.cars-menu-item>a {
        padding: 0 40px 0 34px;
    }
    .submenu {
        height: 340px;
        width: 205px;
        top: 44px;
        padding-top: 23px;
    }
    .submenu>li>a {
        font: 16px/44px proxima_nova_rgbold;
        padding-left: 30px;
    }
    .menu-item-content {
        height: 363px;
        width: 765px;
        left: 205px;
    }
    .submenu>li>a:after {
        width: 150px;        
        left: 22px;
    }
    .menu-item-content img {
        width: 350px;
    }
    .item-description {
        width: 350px;
        margin: 32px 0 0 40px;
    }
    .item-description h2 {
        margin-bottom: 8px;
    }
    .item-description h2 a {
        font: 32px/32px proxima_nova_rgbold;
    }
    .item-description h6 {
        color: #000;
        font: 16px/22px proxima_nova_rgbold;
        margin: 16px 0 6px;
    }
    .item-description .wheels-f {
        font: 34px/36px proxima_nova_rgbold;
        margin-right: 30px;
    }
    .slide1 {
        background: url(img/slide1.jpg) no-repeat center -134px;
        height: 580px;
    }
    .slide2 {
        background: url(img/slide2.jpg) no-repeat center -128px;
        height: 580px;
    }
    .slide3 {
        background: url(img/slide3.jpg) no-repeat center -126px;
        height: 580px;
    }
    .slide4 {
        background: url(img/slide4.jpg) no-repeat center -126px;
        height: 580px;
    }
    .slide5 {
        background: url(img/slide5.jpg) no-repeat center -126px;
        height: 580px;
    }
    .slide6 {
        background: url(img/slide6.jpg) no-repeat center -126px;
        height: 580px;
    }
    .slide7 {
        background: url(img/slide7.jpg) no-repeat center -126px;
        height: 580px;
    }
    .slide8 {
        background: url(img/slide8.jpg) no-repeat center -126px;
        height: 580px;
    }
    .slide-title {
        width: 380px;
        font: 31px/33px proxima_nova_ltlight;
        bottom: 56px;
    }
    .slider-nav {
        bottom: 46px;
    }
    .slide-title a {
        font: 57px/61px proxima_nova_rgbold;
    }
    .last-news-block {
        padding: 15px 15px;
    }
    .last-news-block .news-title {
        font: 16px/20px proxima_nova_rgbold;
    }
    .last-news-block .brief {
        font: 14px/18px proxima_nova_rgregular;
    }
    .last-news-block .date {
        font-size: 12px;
    }
    .index-info {
        width: 440px;
        padding: 9px 20px;
    }
    .index-info h4 {
        font: 36px/36px proxima_nova_rgbold;
        margin-bottom: 25px;
    }
    .index-info p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
    }
    .index-info blockquote {
        font: 16px/24px proxima_nova_ltsemibold;
        position: relative;
        padding-left: 15px;
        width: 420px;
        margin-bottom: 17px;
    }
    .width300 {
        width: 250px;
    }
    .width900 {
        width: 720px;
    }
    h1.page-tite {
        font: 46px/47px proxima_nova_rgbold;
        margin-bottom: 20px;
    }
    .car-block {
        width: 717px;
    }
    .car-menu li {
        margin-right: 21px;
    }
    .car-menu li a {
        font: 19px/19px proxima_nova_ltsemibold;
    }
    .car-menu li.select a span, .car-menu li a:hover span {
        border-bottom: 3px solid #F8CC2C;
    }
    .car-menu {
        margin-bottom: 24px;
        width: 720px;
    }

    #bx-pager-wrapper {
        padding: 7px 17px;
        width: 683px;
    }
    .description-box .left_ {
        margin: 0 50px 40px 0;
    }
    .description-box h3 {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .ec-s {
        margin: 31px 0 21px;
        font: 24px/24px proxima_nova_ltsemibold;
    }
    .fetures-table thead .feat,.fetures-table tbody .feat {
        width: 420px;
    }
    .contacts-table thead tr, .fetures-table thead tr {
        font: 14px/20px proxima_nova_rgbold;
    }
    .fetures-table tbody tr {
        font: 14px/20px proxima_nova_ltsemibold;
    }
    .cars-items {
        width: 717px;
    }
    .cars-items .car-params {
        width: 162px;
        padding-right: 5px;
        font-size: 12px;
    }
    .cars-items .car-img {
        height: 117px;
        margin-bottom: 9px;
    }
    .car-params .car-img {
        margin-bottom: 30px;
    }
    .car-params .wheels-f {
        font-size: 13px;
    }
    .cars-items .car-item {
        width: 163px;
        border: 1px solid #E8E8E8;
        padding: 4px;
        font-size: 13px;
        line-height: 22px;
        margin-right: 7px;
    }
    .cars-items .car-item .motors {
        text-align: center;
    }
    .cars-items .car-item.action .action-tape, .item.action .action-tape {
        color: #FFF;
        font: 12px/22px proxima_nova_ltsemibold;
        width: 62px;
        text-align: center;
        position: absolute;
        background: #D62730;
        top: 16px;
        right: -8px;
    }
    .cars-items .car-item.action .action-tape:after, .item.action .action-tape:after {
        content: '';
        position: absolute;
        bottom: -4px;
        right: 0;
        border-top: 0px solid rgba(0, 0, 0, 0);
        border-bottom: 4px solid rgba(0, 0, 0, 0);
        border-left: 4px solid #AD1C23;
    }
    .car-img img {
        width: 163px;
        height: 125px;
    }
    .contacts-block_, .service-block, .dealers-block, .dealers-items, .service-items {
        width: 720px;
    }
    .sections-items {
        width: 925px;
    }
    .sections-items .item {
        width: 295px;
        margin-right: 10px;
    }
    .sections-items .item img {
        width: 100%;
    }
    .sections-items .item p {
        font: 20px/22px proxima_nova_ltlight;
    }
    .sections-items .item p span {
        font: 34px/36px proxima_nova_rgbold;
    }
    aside {
        width: 115px;
    }
    .content-section,.news-items {
        width: 844px;
    }

    .news-items .last-news img {
        width: 440px;
        height: 330px;
        margin: 0 38px 0 0;
    }
    .news-items .date {
        font-size: 12px;
        color: #ABABAB;
        margin: -5px 0 10px 0;
    }
    .news-items .news-title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .news-items .last-news .news-title {
        margin-bottom: 19px;
    }
    .news-items .item.action {
        width: 695px;
    }
    .news-items .last-news .brief-box {
        width: 366px;
    }
    .width900.content-section,.partners-block {
        width: 717px;
    }
    .service-partner {
        margin-left: 20px;
        width: 674px;
    }
    .warranty-block,.spare-block {
        width: 625px;
    }
    .maintenance-block .text-block {
        width: 424px;
    }
    .footer {
        min-width: 990px;
    }
    .footer section h6 {
        color: #d5cfc8;
        font: 14px/20px proxima_nova_rgbold;
        margin-bottom: 5px;
    }
    .footer section {
        width: 170px;
    }
    .footer section a {
        font-size: 12px;
    }
    .footer .copyright {
        font-size: 11px;
    }
    .footer .contacts-block {
        font-size: 12px;
    }
    .footer-entry .adress {
        font-size: 12px;
    }
    .footer-entry .phones-list li {
        font-size: 12px;
    }
    .bx-viewport {
        height: 580px!important;
    }
    .jcarousel .bx-wrapper {
        height: 305px!important;
    }
}


