/* --- Content --- */
/* ---
	container for inner pages
	secondary navigation
	model_promo
	banner_wide 
	car_configuration 
	car_view, car_interior 
	space_frame 
	motor_block 
	transmission_block 
	features_block
	slide_pagination - section_car
	footer - footer_inner
	Dealers
	Characteristic 
		checkbox 
	Map 
	News, news single
--- */

/* --- container for inner pages ---*/

/* fix bootstrap */
.table > tbody > tr > td {
    vertical-align: inherit;
}

.wrap {
    background: #fff;
    margin-bottom: 243px;
    min-height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.wrap p {
}

.wrap_parallax {
    position: relative;
    overflow: hidden;
}

.link_phone {
    cursor: default;
    text-decoration: none;
}

.ymaps-copyrights-pane {
    display: none !important;
}

.full-width {
    max-width: 100%;
}

/* --- secondary navigation - inner page --- */
.secondary_container { /*margin-top: 1px;*/
}

.logo_fixed .logo {
}

.wrap_parallax .top_nav li a {
    color: #000000;
}

.header .logo_fixed .logo {
    top: -60px;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.header .logo_fixed.sticky .logo {
    top: 10px;
}

.secondary_container.sticky {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    margin: 0;
}

.usermenu{

    width:100%;
}

.umnav {
    background-color: #686D71;
}
.usermenu ul {
    list-style: none;
}
@media(max-width:767px) {
    usermenu .submenu_btn {
        right: 105px;
        display: block;
    }
    .car_configuration .rotate_gallery {
        position: relative;
        width: 100%;
        /*height: 321px;*/
        margin: 0 auto;
        z-index: 10;
    }

    .reel-overlay img {
        width: 100%;
        height: 420px;
    }
}
.usermenu ul li{
    text-align:center;
    padding: 10px;
    transition: 0.5s all;

}
.usermenu ul li:hover{
    background: rgba(0,0,0,0.3);
}
.usermenu ul li:last-child{
    background: #303030;
}
.usermenu ul li.active{
    background: #ed1c24;
}
.usermenu ul li a{
    color:#fff;
    text-align:center;
}

.secondary_nav {
    background: #919191;
    height: 50px;
    -moz-transition: margin 0.3s ease-out;
    -webkit-transition: margin 0.3s ease-out;
    transition: margin 0.3s ease-out;
}

.secondary_container.sticky .secondary_nav {
    margin-right: 0;
    -moz-transition: margin 0.3s ease-out;
    -webkit-transition: margin 0.3s ease-out;
    transition: margin 0.3s ease-out;
}

.secondary_nav ul {
    float: left;
    width: 65%; /*overflow: hidden;*/
}

.secondary_nav ul.subpage {
    width: 100%;
}

.secondary_nav ul.active {
    overflow: visible !important;
}

.secondary_nav li {
    float: left;
    position: relative;
    text-align: center;
}

.secondary_nav li a {
    display: block;
    padding: 20px 14px 15px;
    color: #fff;
    font-family: 'ptcentrosansproregular';
    font-size: 14px;
    line-height: 15px;
    outline: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.secondary_nav li.active {
    background: #ed1c24;
}

.secondary_nav li.active:after {
    background: #4e0407 url(/static/images/inner/activeR.png) no-repeat center bottom;
    bottom: -5px;
    content: '';
    display: block;
    height: 6px;
    position: absolute;
    right: -3px;
    width: 3px;
}

.secondary_nav li.active:before {
    background: url(/static/images/inner/active_l.png) no-repeat left bottom;
    bottom: -6px;
    content: '';
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%;
}

.secondary_nav li.active a {
    text-decoration: none;
}

.secondary_nav li a:hover {
    text-decoration: none;
}

.secondary_nav .model_logo {
    float: right;
    padding-top: 14px;
    text-align: right;
    width: 30%;
}

.submenu_btn {
    display: none;
    position: absolute;
    top: 0;
    right: 93px;
    width: 35%;
    height: 40px;
    z-index: 12;
    line-height: 44px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.submenu_btn i {
    font-style: normal;
    display: inline;
}

.submenu_btn i.close {
    display: none;
}

.submenu_btn span {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 15px 0 15px;
    border-color: #ed1c23 transparent transparent transparent;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.submenu_btn.active.black span {
    border-style: solid;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu_btn.active.black i.close {
    display: inline;
}

.submenu_btn.active.black i.open {
    display: none;
}

/*innerPage1*/

.promo_text {
    color: #fff;
    text-align: center;
    margin-bottom: 45px;
    padding-top: 40px;
}

.promo_text p {
    margin: 0 0 10px 0;
}

.promo_text img {
    width: 100%;
}

.promo_text h3 {
    display: block !important;
    margin-top: 50px;
}

.promo_text .promo_text_big p {
    font-size: 20px;
    margin: 0 0 30px 0;
}

/* --- model_promo --- */
.model_promo {
    clear: both;
    overflow: hidden;
    position: relative;
    margin-bottom: 43px;
    height: 760px;
}

.model_promo_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 679px;
}

.model_promo_img.promo_big {
    height: 930px;
}

.model_promo.wide .img_replace {
    background-size: cover;
}

.model_promo.section_image {
    height: auto;
}

.model_promo.section_image .model_promo_img {
    position: static;
}

.model_promo.section_image .model_promo_img .img_replace {
    position: static;
}

.model_promo_img .img_replace.front,
.model_promo_img .img_replace.front.active {
    z-index: 10;
}

.model_promo_img .img_replace.back {
    z-index: 9;
}

.model_promo_img .img_replace.back.active {
    z-index: 11;
}

.model_promo_img .img_replace.active {
    opacity: 1;
}

.model_promo_img .slide_offer {
    top: 170px;
}

.model_promo_item {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.model_promo_item .slide_text p {
    font-size: 18px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
    margin-left: -1px;
    margin-top: 5px;
}

.model_promo_item .slide_text p:first-child {
    position: relative;
    top: 1px;
}

.model_promo_item .slide_text h2,
.model_promo_item .slide_text h1,
.model_promo_item .slide_text h2 a {
    color: #000;
    text-transform: uppercase;
    line-height: 59px;
}

.model_promo_item .slide_text .price {
}

.slide_promo_text {
    position: relative;
    top: 22px;
}

.slide_promo_text h6 {
    clear: both;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1;
    text-transform: uppercase;
}

.slide_promo_text .credit_propose h6 {
}

.slide_promo_text .offer_text {
    margin: 6px 0;
    font-size: 14px;
    font-family: 'MMC', Arial, sans-serif;
}

.slide_promo_text .offer_text span {
    font-size: 34px;
    line-height: 1;
    margin-left: -4px;
    color: #151519;
    font-family: 'MMC', Arial, sans-serif;
    padding-left: 3px;
}

.slide_promo_text .offer_text .percent {
    font-size: 24px;
    position: relative;
    bottom: 1px;
    color: #000000;
}

.slide_promo_text .credit_propose {
    cursor: pointer;
    text-align: right;
    position: relative;
    width: 250px;
    float: right;
    top: -2px;
    margin-left: 20px;
}

.slide_promo_text .credit_propose .offer_text {
}

.slide_promo_text .credit_propose .calc_credit {
    margin-top: 5px;
    overflow: hidden;
    display: block;
    color: #ea1d24;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}

.slide_promo_text .casko {
    position: relative;
    float: right;
    text-align: left;
    top: -2px;
}

.slide_promo_text .casko .offer_text {
    margin: 0;
    float: none;
}

.slide_promo_text .casko .offer_text sup {
    right: -4px;
}

.slide_promo_text .casko .offer_text sup.casco_from {
    position: relative;
    top: -30px;
    margin-right: 5px;
    right: 0;
}

.slide_promo_text .casko .offer_text span {
    color: #ed1c24;
}

.car-title {
    max-width: 680px;
    float: left;
}

.car-credit-casco {
    width: 500px;
    float: right;
}

.promo_block p {
    font-size: 16px;
}

.slide_black {
    color: #000;
    font-size: 40px;
}

.slide_offer.slide_black {
    top: 205px;
}

/* --- text_1 --- */
.text_1 {
    padding: 20px;
}

.text_1 h1 {
    margin-bottom: 10px;
}

.text_1 p {
    margin: 10px 0;
}

/* --- car_configuration --- */
.car_configuration {
    clear: both;
    position: relative;
    _height: 420px;
    margin-bottom: 48px;
}

.car_configuration h6 {
    font-weight: normal;
    font-size: 20px;
    color: #151519;
    margin-bottom: 25px;
    padding-left: 4px;
}

.car_configuration .side_nav {
    width: 200px;
    position: absolute;
    left: 35px;
    top: 50px;
    z-index: 11;
}

.car_configuration .side_nav ul {
    margin-bottom: 79px;
}

.car_configuration .side_nav li {
    margin-bottom: 9px;
    padding-left: 18px;
    position: relative;
}

.car_configuration .side_nav li:after {
    content: '\003E';
    display: block;
    position: absolute;
    left: 5px;
    top: 7px;
    font-weight: bold;
    line-height: 12px;
    font-size: 14px;
}

.car_configuration .side_nav li a {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'ptcentrosansproregular';
    font-weight: bold;
}

.car_configuration .section_link {
    color: #151519;
    font-size: 20px;
    text-decoration: none;
    margin-left: 5px;
}

.car_configuration .section_link span {
    text-decoration: underline;
    position: relative;
    top: -5px;
    padding-left: 10px; /*font-family: 'MMC', Arial, sans-serif;*/
}

.car_configuration .section_link:hover span {
    text-decoration: none;
}

.car_configuration .rotate_gallery {
    position: relative;
    width: 700px;
    /*height: 321px;*/
    margin: 0 auto;
    z-index: 10;
}

.car_configuration .rotate_gallery:after {
    content: '';
    background: url(/static/images/inner/podium.png) center no-repeat;
    height: 32px;
    display: block;
}

.reel-overlay img {
    width: 700px;
    height: 420px;
}

.reel-preloader {
    display: none !important;
}

.car_configuration .rotate_gallery img {
    height: auto;
}

.car_configuration .rotate_gallery img:hover {
    cursor: url(/static/images/inner/hand.cur), pointer;
}

.car_configuration .rotate_hint {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 50%;*/
    /*margin-left: -50px;*/
    z-index: 30;
}

.car_configuration .rotate_hint span {
    display: inline-block;
    vertical-align: top;
}

.car_configuration .rotate_hint span.arr {
    width: 8px;
    height: 15px;
    background: url(/static/images/inner/rotate-arrows.png) 0 0 no-repeat;
}

.car_configuration .rotate_hint span.arr.left {
    background-position: 0 0;
}

.car_configuration .rotate_hint span.arr.right {
    background-position: -8px 0;
}

.car_configuration .rotate_hint span.text {
    font-size: 16px;
    line-height: 14px;
    padding: 0 10px;
    font-family: 'MMC';
    font-weight: normal;
}

.colors_nav {
    position: relative;
    width: 100%;
    z-index: 20;
}

.colors_nav li {
    margin-bottom: 5px;
    width: 52px;
    height: 30px;
    overflow: hidden;
}

.colors_nav h6 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 11px;
    margin-left: -13px;
}

.colors_nav li a {
    display: block;
    width: 52px;
    height: 30px;
    background: url(/static/images/inner/colors_nav.png) 0 0 no-repeat;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}

/*.colors_nav li a:before {position: absolute; content: ''; top: 0; left: 0; width: 0; height: 0; border-style: solid; border-width: 30px 0 0 16px; border-color: transparent transparent transparent #ffffff; z-index: 11;}*/
.colors_nav li a:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 30px 0;
    border-color: transparent #ffffff transparent transparent;
    z-index: 11;
}

.colors_nav li.color2 {
    margin-left: 19px;
}

.colors_nav li.color3 {
    margin-left: 38px;
}

.colors_nav li.color4 {
    margin-left: 57px;
}

.colors_nav li.color5 {
    margin-left: 75px;
}

.colors_nav li.color6 {
    margin-left: 96px;
}

.colors_nav li.color7 {
    margin-left: 113px;
}

.colors_nav li.color1 a {
    background-color: #eeeeee;
}

.colors_nav li.color2 a {
    background-color: #f4f4ee;
}

.colors_nav li.color3 a {
    background-color: #1b1e23;
}

.colors_nav li.color4 a {
    background-color: #143855;
}

.colors_nav li.color5 a {
    background-color: #a9aaaf;
}

.colors_nav li.color6 a {
    background-color: #6a6a6a;
}

.colors_nav li.color7 a {
    background-color: #8e1d25;
}

.colors_nav li a.active {
    background-image: url(/static/images/inner/colors_nav.png);
    background-position: 0 bottom;
    background-repeat: no-repeat;
}

.new_slide_stuff {
    background: #000000;
    width: 376px;
    display: inline-block;
}

.new_slide_stuff.right {
    float: right;
}

.new_slide_stuff p {
    font-size: 16px;
    line-height: 20px;
    font-family: 'ptcentrosansproregular';
    background: #000000;
    padding: 5px 40px 45px 44px;
    color: #ffffff;
}

/* --- car_view, car_interior --- */
.car_view, .car_interior {
    position: relative;
}

.car_view .optional, .car_interior .optional {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.car_view .optional > .container, .car_interior .optional > .container {
    height: inherit;
}

.car_view .optional .section_link,
.car_interior .optional .section_link {
    color: #fff;
    float: right;
    margin-top: 100px;
    display: inline-block;
    margin-right: 33px;
    font-size: 20px;
    z-index: 100;
}

.car_view .optional .section_link span,
.car_interior .optional .section_link span {
    display: inline-block;
    position: relative;
    top: -4px;
    padding-left: 15px;
    text-decoration: underline;
}

.car_view .optional h2,
.car_interior .optional h2 {
    position: relative;
    display: inline-block;
    font-weight: normal;
    font-size: 48px;
    line-height: 48px;
}

.car_view .optional li, .car_interior .optional li {
    color: #fff;
}

.car_interior .optional .section_link {
    float: none;
    position: absolute;
    bottom: 90px;
    right: 124px;
}

.car_interior .optional h2 {
    float: right;
    padding-left: 0;
    padding-right: 132px;
}

.car_view_slider .car_view_slider_item,
.car_interior_slider .car_interior_item {
    position: relative;
    float: left;
}

.car_view_slider .slide_text,
.car_interior_slider .slide_text {
    position: absolute;
    left: 0;
    top: 145px;
    width: 100%;
    color: #fff;
}

.car_view_slider .car_view_slider_item .slide_text p,
.car_interior_slider .car_interior_item .slide_text p {
    font-size: 16px;
    line-height: 20px;
    font-family: 'ptcentrosansproregular';
    width: 300px;
    background: #000000;
    padding: 20px 40px;
}

.car_interior_slider .car_interior_item .slide_text p {
    float: right;
    padding-left: 0;
    margin-right: 45px;
}

.car_view_slider .car_view_slider_item img,
.car_interior_slider .car_interior_item img {
    width: 100%;
    height: 100%;
    display: block;
}

.car_view_slider .pagination,
.car_interior_slider .pagination {
    position: absolute;
    width: 100%;
    height: 30px;
    margin: 0;
    z-index: 100;
    left: 0;
    bottom: 19px;
    text-align: center;
}

.car_view_slider .pagination a,
.car_interior_slider .pagination a {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 6px;
}

.car_view_slider .pagination a:first-child,
.car_interior_slider .pagination a:first-child {
    margin-left: 0;
}

.car_view_slider .pagination a span,
.car_interior_slider .pagination a span {
    width: 6px;
    height: 6px;
    display: block;
    margin: 3px auto;
    border-radius: 50%;
    background: #fff;
    text-indent: -9999px;
    border: 3px solid transparent;
    font-size: 0;
    box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}

.car_view_slider .pagination a.selected span,
.car_view_slider .pagination a:hover span,
.car_interior_slider .pagination a.selected span,
.car_interior_slider .pagination a:hover span {
    background: #aeaeae;
    border: 6px solid #aeaeae;
}

.car_view_slider .car_slider_nav,
.car_interior_slider .car_slider_nav {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    opacity: 0.3;
    text-shadow: none;
    text-indent: -9999px;
    color: transparent;
    font-size: 0;
    z-index: 22;
    -moz-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.car_view_slider .car_slider_nav.car_prev,
.car_interior_slider .car_slider_nav.car_prev {
    background: url(/static/images/inner/slide_arrows_prev.png) no-repeat 5% center;
    left: 0;
}

.car_view_slider .car_slider_nav.car_next,
.car_interior_slider .car_slider_nav.car_next {
    background: url(/static/images/inner/slide_arrows_next.png) no-repeat 90% center;
    left: 50%;
}

.car_view_slider .car_slider_nav:hover,
.car_interior_slider .car_slider_nav:hover {
    opacity: 1;
}

/* --- car_block --- */
.car_block {
    clear: both;
    overflow: hidden;
    position: relative;
    background: #fff no-repeat center center;
    background-size: cover;
}

.car_block .car_block_item {
    position: relative;
    float: left;
}

.car_block .innertext {
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    font-size: 20px;
    padding-top: 80px;
}

.car_block .innertext h2 {
    color: #000;
    font-size: 2.4em;
    line-height: 1em;
    margin-bottom: 20px;
}

.car_block .innertext p {
    color: #000;
    font-size: 0.8em;
    line-height: 1.5em;
    text-align: justify;
}

.car_block .car_block_image {
    position: absolute;
    left: 50%;
    width: 50%;
    height: 100%;
    top: 15%;
}

.car_block .car_block_text {
    width: 50%;
}

/* --- safety --- */
.car_block_phev {
    clear: both;
    overflow: hidden;
    padding-top: 40px;
    position: relative;
    background: #000 no-repeat left top;
    background-size: 100%;
}

.car_block_phev h2 {
    font-weight: normal;
    margin-bottom: 35px;
    font-size: 48px;
}

.car_block_phev .items {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 60%;
    margin-bottom: 60px;
    overflow: hidden;
}

.car_block_phev .items .item_title {
    color: #fff;
    height: 68px;
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'MMC', Arial, sans-serif;
    padding: 15px 20px;
    background: #000;
}

.car_block_phev .items .item_text {
    color: #fff;
    height: 170px;
    overflow: hidden;
    padding: 25px 0;
    line-height: 18px;
    margin-bottom: 20px;
}

.car_block_phev .items img {
    max-width: 100%;
}

/* --- safety --- */
.car_safety {
    clear: both;
    height: 800px;
    overflow: hidden;
    position: relative;
    background: #000 no-repeat left bottom;
    background-size: cover;
}

.car_safety .car_safety_item {
    position: relative;
    float: left;
    height: 100%;
    width: 100%;
}

.car_safety .innertext {
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    font-size: 20px;
    padding-top: 80px;
}

.car_safety .innertext h2 {
    color: #fff;
    font-size: 2.4em;
    line-height: 1em;
    margin-bottom: 20px;
}

.car_safety .innertext p {
    color: #fff;
    font-size: 0.8em;
    line-height: 1.5em;
    text-align: justify;
}

.car_safety .car_safety_image {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    top: 0;
}

.car_safety .car_safety_image img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.car_safety .car_safety_text {
    width: 50%;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}

/* --- space_frame --- */
.space_frame {
    clear: both;
    overflow: hidden;
    position: relative;
    padding: 60px 0 24px 0;
    background: #e5eaee no-repeat center center;
    background-size: cover;
}

.space_frame h2 {
    line-height: 44px;
    margin-left: 35px;
    margin-top: 2px;
    color: #000;
    font-size: 48px;
    font-weight: normal;
}

.space_frame .sf_description p {
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    font-family: 'ptcentrosansproregular';
    text-align: justify
}

.space_frame .sf_description .col_img {
    height: 207px;
    line-height: 207px;
    text-align: center;
    padding-bottom: 10px;
}

.space_frame .sf_description .col_img img {
    display: inline-block;
    margin-left: -20px;
    vertical-align: middle;
    max-width: 100%;
}

.space_frame .sf_description > .row > .col-md-3:last-child p {
    padding-left: 34px;
}

.space_frame .sf_description > .row > .col-md-3:last-child .col_img img {
    margin-left: 30px;
}

.space_frame.black {
    height: 700px;
    color: #fff;
}

.space_frame.black h2, .space_frame.black p {
    color: #fff;
}

/* --- motor_block --- */
.motor_block {
    clear: both;
    overflow: hidden;
    background: #000;
    position: relative
}

.motor_block .left_text {
    position: absolute;
    left: 0;
    width: 100%;
    top: 143px;
    color: #fff;
    z-index: 99;
}

.motor_block h2 {
    font-weight: normal;
    margin-bottom: 35px;
    font-size: 48px;
}

.motor_block .left_text p {
    font-family: 'ptcentrosansproregular';
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

.motor_block .left_text .text_inner {
    width: 520px;
    margin-left: 40px;
}

.motor_block .motor_pic {
    padding-bottom: 44px;
    margin-top: -1px;
}

.motor_block .motor_text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

.motor_block .motor_text .text_inner {
    margin-right: 22px;
    width: 320px;
    float: right;
    padding-top: 148px;
    color: #fff;
    z-index: 100;
}

.motor_block .motor_text .text_inner.text_inner_left {
    float: left;
    margin-left: 40px;
    padding-top: 80px;
    width: 40%;
}

.motor_block .motor_text .text_inner.text_inner_right {
    padding-top: 90px;
}

.motor_block .motor_text .text_inner img {
    max-width: 100%;
}

.motor_block .motor_text h3 {
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 35px;
    color: #fff;
    font-size: 50px;
    font-family: 'MMC', Arial, sans-serif;
}

.motor_block .motor_text p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: 'ptcentrosansproregular';
    margin-bottom: 15px
}

.motor_block .slides li {
    position: relative;
    text-align: center !important;
}

.motor_block .slides li > img {
    width: 100%;
    height: 100%;
}

.motor_block .slides li .motor_text {
    text-align: left !important;
}

.motor_nav {
    position: absolute;
    left: 0;
    z-index: 100;
    width: 100%;
    bottom: 61px;
    height: 30px;
    text-align: center;
}

.motor_nav_pager li {
    display: inline-block;
}

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

.motor_nav_pager li a {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
    border: 2px solid transparent;
    height: 36px;
    line-height: 36px;
}

.motor_nav_pager li.selected a {
    color: #999999;
    border: 2px solid #fff;
    text-decoration: none;
}

.mobile_text {
    position: relative;
    display: none;
}

/* --- engine_block --- */
.engine_block {
    min-height: 600px;
    clear: both;
    overflow: hidden;
    position: relative;
    background: #000 no-repeat center center;
    background-size: cover;
    padding-bottom: 50px;
}

.engine_block .left_text {
    color: #fff;
    float: left;
    width: 30%;
    padding: 20px 0 40px 0;
}

.engine_block .right_text {
    color: #fff;
    float: right;
    width: 30%;
    padding: 40px 0;
}

.engine_block, .engine_block .left_text, .engine_block .right_text {
    -moz-transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.engine_block .right_text .img img {
    max-width: 100%;
}

.engine_block h2 {
    font-weight: normal;
    margin-bottom: 35px;
    font-size: 48px;
}

.engine_block p {
    font-family: 'ptcentrosansproregular';
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

.engine_block .slides li {
    position: relative;
    display: none;
}

.engine_block .slides li.active {
    display: block;
}

.engine_block .slides li > img {
    max-width: 100%;
}

.engine_nav {
    position: absolute;
    left: 0;
    z-index: 100;
    width: 100%;
    bottom: 30px;
    height: 30px;
    text-align: center;
}

.engine_nav_pager li {
    display: inline-block;
}

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

.engine_nav_pager li a {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
    border: 2px solid transparent;
    height: 36px;
    line-height: 36px;
}

.engine_nav_pager li.selected a {
    color: #999999;
    border: 2px solid #fff;
    text-decoration: none;
}

/* --- transmission_block --- */
.transmission_block {
    clear: both;
    overflow: hidden;
    position: relative;
    padding: 70px 0;
}

.transmission_block h2 {
    color: #333333;
    font-size: 48px;
    margin-bottom: 25px;
    margin-top: 2px;
}

.transmission_block h2 .model {
    font-family: 'MMC', Arial, sans-serif;
    display: block;
}

.transmission_block .model_num {
    float: right;
    width: 340px;
    margin-top: 12px;
}

.transmission_tabs {
    position: relative;
    clear: both;
    width: 100%;
    display: inline-block;
}

.transmission_tabs ul.tab_links {
    position: absolute;
    left: 120px;
    top: 80px;
}

.transmission_tabs ul.tab_links.mobile {
    margin-top: 40px;
    display: none;
}

.transmission_tabs ul.tab_links li {
    margin-bottom: 15px;
}

.transmission_tabs ul.tab_links li a {
    height: 55px;
    background: url(/static/images/inner/tab_arrows.png) no-repeat right -71px;
    line-height: 52px;
    display: block;
    text-align: center;
    color: #fff;
    font-family: 'MMC', Arial, sans-serif;
    font-size: 30px;
    text-decoration: none;
    opacity: 1;
    padding-right: 27px;
    padding-left: 10px;
}

.transmission_tabs ul.tab_links li.active a {
    background: url(/static/images/inner/tab_arrows.png) no-repeat right 0;
}

.transmission_tabs ul.tab_links li a:hover {
    opacity: 0.6;
}

.transmission_tabs ul.tab_links li.active a:hover {
    opacity: 1;
}

.transmission_tabs .tab_content {
    width: 842px;
    float: right;
    display: none;
}

.transmission_tabs .tab_content.active {
    display: block;
}

.transmission_tabs .tab_content .transmission_img {
    margin-left: -22px;
    margin-top: 14px;
    float: left;
}

.transmission_tabs .text {
    width: 300px;
    float: right;
    padding-top: 71px;
    margin-right: 39px;
}

.transmission_tabs .text h3 {
    line-height: 1.2
}

.transmission_tabs .text p {
    font-family: 'ptcentrosansproregular';
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}

/* --- features_block --- */
.features_block {
    clear: both;
    overflow: hidden;
    position: relative;
    padding-top: 25px;
    margin-bottom: 65px;
}

.features_block_3 .features_item {
    width: 31.25%;
    margin-left: 3.495%
}

.features_item {
    float: left;
    position: relative;
    width: 22.999%;
    margin-left: 2.66%; /*width: 22%; margin-left: 4%;*/
    overflow: hidden;
}

.features_item h4 {
}

.features_item .features_text {
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, 0.82);
    left: 0;
    top: 50px;
    padding: 16px 20px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.features_item .features_text a {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-family: 'ptcentrosansproregular';
    -webkit-font-smoothing: subpixel-antialiased;
}

.features_item .features_text li {
    margin-bottom: 5px;
}

.features_item .features_text li a {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-family: 'ptcentrosansproregular';
    -webkit-font-smoothing: subpixel-antialiased;
}

.features_item .features_text li a:hover,
.features_item .features_text a:hover {
    color: #ea1d24;
}

.features_item:first-child {
    margin-left: 0;
}

.features_item:last-child {
    margin-left: 2.682%;
}

.features_item img {
    width: 100%;
    height: auto;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.features_item:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

/* --- slide_pagination - section_car --- */
.section_car {
    clear: both;
    overflow: hidden;
    height: 150px;
    margin-top: 70px;
}

.car_name {
    text-align: left;
}

.car_name strong {
    padding: 0 0 0 0px;
}

/* --- footer - footer_inner --- */
.footer.footer_inner {
    margin-top: -243px;
    width: 100%;
    z-index: 10;
}

.footer.footer_inner.ontop {
    z-index: 10;
}

/* Dealers page */

.map_block {
    height: 640px;
    overflow: hidden;
    margin-bottom: 77px;
}

#map {
    float: left;
    width: 100%;
    height: inherit;
    -webkit-backface-visibility: hidden;
}

.infotabs {
    clear: both;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 23px;
}

.infotabs h2 {
    font-weight: normal;
    color: #000;
}

.infotabs li {
    padding-left: 17px;
    position: relative;
    margin-bottom: 13px;
    line-height: 1;
}

.infotabs li:after {
    content: '\003E';
    display: block;
    position: absolute;
    left: -2px;
    top: 0;
    font-size: 14px;
}

.infotabs li a {
    font-size: 14px;
}

.infotabs p {
    font-family: 'ptcentrosansproregular';
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
}

.actions_tabs {
}

.actions_tabs .actions_tab_wrapper {
    font-size: 14px;
    line-height: 20px;
}

.actions_tabs .actions_tab_content {
    display: none;
    min-height: 200px;
}

.actions_tabs .actions_tab_content.active {
    display: block;
}

.actions_tabs .actions_tab_content p {
    font-size: 14px;
    margin-bottom: 20px;
}

.actions_tabs .actions_tab_links {
    position: relative;
    padding-top: 85px;
    padding-left: 34px;
}

.actions_tabs .actions_tab_links li {
    margin-bottom: 13px;
    padding-left: 18px;
    position: relative;
}

.actions_tabs .actions_tab_links li:after {
    content: '\003E';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
}

.actions_tabs .actions_tab_links li a {
    font-size: 14px;
    font-family: 'ptcentrosansproregular', arial, serif;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}

.actions_tabs .actions_tab_links li a:focus {
    color: #ed1c24;
}

.actions_tabs .actions_tab_links li.active a {
    font-weight: bold;
    text-decoration: none;
}

/* Characteristic page */

.model_characteristics {
}

.engine-tabs {
    display: none;
    padding-bottom: 17px;
}

.engine-tabs > ul {
}

.engine-tabs > ul > .engine-item {
    display: block;
    float: left;
    width: 100%;
}

.engine-tabs > ul > .engine-item .engine_class {
    display: block;
    padding-bottom: 8px;
    font-size: 19px;
    color: #000;
    font-family: 'ptcentrosansproregular';
}

.engine-tabs > ul > li > ul {
    position: relative;
    width: 100%;
    float: left;
}

.engine-tabs > ul > li > ul > li {
    width: 20%;
    float: left;
    padding-bottom: 34px;
}

.engine-tabs > ul > li > ul > li a {
    position: relative;
    display: block;
    width: 83%;
    background: #c1c2c3;
    padding: 18px 8px 15px 17px;
    color: #fff;
    font-size: 12px;
    line-height: 13px;
    font-weight: normal;
    font-family: 'MMC';
    text-decoration: none;
    box-shadow: 4px 4px 0px #a5a7a8;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.engine-tabs > ul > li > ul > li a:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 4px 0;
    border-color: transparent #a5a7a8 transparent transparent;
}

.engine-tabs > ul > li > ul > li a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 0 4px;
    border-color: transparent transparent transparent #a5a7a8;
}

.engine-tabs > ul > li > ul > li a.active {
    background: #ed1c24;
    box-shadow: 4px 4px 0px #c71219;
}

.engine-tabs > ul > li > ul > li a.active:before {
    border-color: transparent #c71219 transparent transparent;
}

.engine-tabs > ul > li > ul > li a.active:after {
    border-color: transparent transparent transparent #c71219;
}

.engine-tabs > ul > li > ul > li a div {
    display: table-cell;
}

.engine-tabs > ul > li > ul > li a span {
    float: right;
    position: relative;
    display: inline-block;
    padding-top: 9px;
    font-size: 13px;
}

.engine-tabs > ul > li > ul > li a i {
    float: left;
    font-style: normal;
    display: inline-block;
    padding-top: 9px;
    font-size: 13px;
}

.engine-tabs h3 {
    margin: 30px 0;
}

.char_main, .char_hint {
    font-family: 'ptcentrosansproregular', arial, serif;
}

.char_main:after, .char_hint:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.char_main table tr td {
    padding: 12px 3px 7px 3px;
}

.char_main table tr td.col_title {
    font-size: 14px;
}

.model_characteristics .char-item {
    margin-bottom: 22px;
    position: relative;
}

.model_characteristics .char-item.char_prices {
    margin-bottom: 42px;
}

.char-item:not(.char_combined) table tr td {
    width: 7%;
    padding-top: 3px;
    vertical-align: top;
}

/*.char_main table tr td {width: 84px;}*/
.char-item:not(.char_combined) table tr td:first-child {
    width: 30%;
    min-width: 376px
}

/*.char-item.char_combined table tr td:nth-child(2) {width: 35%; }*/
.char-item.char_combined table tr td:nth-child(3) {
    width: 21%;
}

.char-item.char_combined table tr td:nth-child(4) {
    width: 14%;
}

.char_main tr td.on {
    width: 33%;
    text-align: center;
}

.char_main tr td.on .text_field {
    border: 0;
    width: auto;
}

.char_main tr td.on .text_field:before, .char_main tr td.on .text_field:after {
    display: none;
}

.char_main tr td.off {
    display: none;
}

.char_main tr.active td.col_title,
.char-item:not(.char_combined) table tr.active td:first-child {
    font-size: 13px;
    line-height: 16px;
}

.char-item table tr td.active {
    color: #ed1c24;
}

.char-item .char_title {
    cursor: pointer;
    font-weight: normal;
    text-transform: uppercase;
}

.char-item .char_title:hover {
    text-decoration: underline;
}

.char-item .char_title:after {
    content: '';
    margin-left: 5px;
    border-top: 6px solid transparent;
    border-left: 6px solid #717369;
    border-right: none;
    border-bottom: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.char_title.active:after {
    border-top: 6px solid #717369;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: none;
}

/*
.char_main tr:before {
    content:''; display:block;    overflow: hidden; padding-bottom: 4px; padding-left: 9999px; margin-left: -9999px; padding-right: 9999px; margin-right: -9999px;
}

.char_content:before {
    background:none;
}
.char-item:before {
    background:#fff;
    height: 55px;
    position: relative;
    border-bottom: 3px solid #eaeef0;
}

.char_main thead tr:before, .char-price:before, .char-complect:before {
    background:#fff;
    height: 50px;
}
.char-complect:before {
    height: 100px;
}
*/
.char_main table tr.char-complect-mini td {
    padding: 0;
}

tr.char-complect-mini .col_title .line {
    padding: 5px 0;
}

.char-item td {
    padding: 0 0 3px 0 !important;
}

.tohide {
    z-index: 20;
    position: relative;
    vertical-align: top;
    text-align: center;
}

.row-compl {
    position: absolute;
    height: 10000px;
    top: 100px;
    left: 5px;
    right: 5px;
    z-index: 1;
    display: none;
}

.row-compl.active {
    background-color: rgba(240, 30, 30, 0.05);
    display: block;
}

.char_content .char_inside.data {
    margin-right: 25px;
}

.char-item .char_inside table {
    margin-top: 6px;
    margin-bottom: 16px;
}

.char-item .char_inside table tr td {
    padding: 15px 0 0;
    vertical-align: top;
}

.char-item .char_inside table tr td.col_title {
    padding: 9px 92px 4px 0;
}

.char_content td span.feature {
    display: inline-block;
    width: 15px;
    height: 4px;
    border: 1px solid #717369;
    background: #717369;
    vertical-align: top;
}

.char_content td span.feature.disabled {
    border: 1px solid #babdba;
    background: transparent;
}

.char_content td.active span.feature {
    border: 1px solid #ed1c24;
    background: #ed1c24;
    vertical-align: top;
    display: inline-block;
}

.char_content td.active span.feature.disabled {
    background: transparent;
}

.text_field {
    margin: 0 5px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    border-bottom: 1px solid #bec0ba;
    position: relative;
    -webkit-font-smoothing: subpixel-antialiased;
    z-index: 20;
}

.text_field:before,
.text_field:after {
    content: "";
    display: block;
    height: 3px;
    width: 1px;
    position: absolute;
    bottom: 0;
    background: #bec0ba;
}

.text_field:before {
    left: 0;
}

.text_field:after {
    right: 0;
}

.char_main label {
    font-family: 'MMC', Arial, sans-serif;
    font-size: 11px;
    padding-top: 6px;
    line-height: 14px;
    font-weight: normal;
    display: block;
    cursor: pointer;
}

.char_main td.active label {
    color: #ed1c24
}

.old_price, .new_price {
    white-space: nowrap;
    font-size: 12px;
    font-family: 'MMC', Arial, sans-serif;
    position: relative;
    z-index: 20;
}

.old_price {
    text-decoration: line-through;
    font-family: 'ptcentrosansproregular', Arial, sans-serif;
}

.new_price {
    color: #ea1d24;
}

.mincredit_price {
    color: #222;
}

.tooltip {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
    opacity: 1;
}

.tooltip_marker {
    position: relative;
    width: 10px;
    height: 10px;
    background: #7e8077;
    border-radius: 10px;
}

.tooltip .tooltip_marker:before {
    content: '>';
    position: absolute;
    top: 1px;
    left: 3px;
    font-size: 8px;
    line-height: 8px;
    font-family: 'ptcentrosansproregular';
    color: #eaeef0;
}

.mobile .tooltip .tooltip_marker:before {
    top: 2px;
}

.tooltip_content {
    text-align: left;
    display: none;
    position: absolute;
    padding: 10px 15px;
    background: #fff;
    font-size: 10px;
    line-height: 12px;
    width: 195px;
    bottom: 100%;
    right: 0;
    margin-bottom: 9px;
    color: #333;
}

.tooltip_content:after {
    content: '';
    display: block;
    border-right: 9px solid #fff;
    border-bottom: 9px solid transparent;
    position: absolute;
    top: 100%;
    right: 0;
}

.tooltip:hover .tooltip_marker {
    background: #ed1c24;
}

.tooltip:hover .tooltip_content {
    display: block;
}

/* checkbox */
.model_characteristics table tr td .checker span {
    width: 15px;
    height: 15px;
    border: none;
    margin: 0;
    padding: 0;
}

.note {
    font-size: 14px;
    float: left;
}

.compare_link {
    font-family: 'ptcentrosansproregular', arial, serif;
    opacity: 0;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: bold;
    color: #ed1c24;
}

.compare_link:focus {
    color: #ed1c24;
}

.compare_link_mobile {
    font-family: 'ptcentrosansproregular', arial, serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #ed1c24;
    background: url(/static/images/arrow_right_red.png) right center no-repeat;
    background-size: 20px 20px;
    padding: 11px 30px 11px 0;
}

.char_main .compare_link {
    position: relative;
    top: 0;
    font-weight: bold;
}

.char_hint .compare_link {
    position: relative;
    top: 0;
}

.compare_link.show_all {
    display: none;
    position: absolute;
    top: 4px;
    right: 30px;
}

.compare_link.show_all span {
    display: none;
}

.compare_link.show_all span.on {
    display: block;
}

#priceHead {
    display: none;
    position: fixed;
    top: 0;
    z-index: 300;
    overflow: hidden;
    padding-top: 50px;
    padding-left: 9999px;
    margin-left: -9999px;
    padding-right: 9999px;
    margin-right: -9999px;
    background: #fff;
}

.model_strength {
    margin-bottom: 10px;
    margin-top: 52px;
}

.model_strength .section_title {
    font-weight: normal;
    color: #000;
}

.model_strength .actions_tabs .actions_tab_links {
    padding-top: 118px;
    padding-left: 38px;
}

.model_strength .actions_tabs .actions_tab_links li {
    margin-bottom: 7px;
}

/* Map page */
.map_24_7 {
    padding-top: 180px;
    padding-bottom: 31px;
}

.map_24_7 .container {
    background: url(/static/images/card.png) no-repeat 96% 1%;
}

.top_map_info {
    font-family: 'ptcentrosansproregular', arial, serif;
    text-transform: uppercase;
}

.top_map_info .daytime {
    margin-left: 35.7%;
}

.top_map_info .daytime span {
    padding: 0 23px;
    font-size: 106px;
    font-family: 'ptcentrosansproregular';
    font-weight: bold;
}

.top_map_info .map {
    margin-left: 8.3%;
    color: #ed1c24;
    font-size: 160px;
    line-height: 110px;
}

.top_map_info .add_info {
    margin-left: 21.5%;
    font-size: 24px;
    line-height: 24px;
    display: block;
}

/* 21.6% */

.main_map_info {
    position: relative;
    padding-top: 20px;
}

.main_map_info p {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 18px;
}

.icon_map_earth {
    position: relative;
    display: block;
    background: url(/static/images/map_earth.png) no-repeat 0 0;
    width: 95px;
    height: 133px;
    margin-left: 117px;
}

.map_promo_info {
    margin-bottom: 57px;
    font-size: 16px;
    line-height: 24px;
}

.map_promo_info p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
}

.icon_map_road {
    position: relative;
    display: block;
    background: url(/static/images/inner/icon_road.png) no-repeat 0 0;
    width: 116px;
    height: 59px;
    float: right;
    margin-right: 6px;
}

.map_road_info {
    position: relative;
    padding-bottom: 17px;
    margin-left: 27px;
}

.map_road_info p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.map_road_info .contact_phones {
    position: relative;
    margin-bottom: 28px;
}

.map_road_info .contact_phones li {
    position: relative;
    display: inline-block;
    width: 296px;
}

.map_road_info .contact_phones li span {
    display: block;
}

.map_road_info .contact_phones li span span {
    display: inline-block;
}

.map_road_info .title {
    font-family: 'MMC', Arial, sans-serif;
    font-size: 16px;
    padding-top: 9px;
}

.map_road_info .red {
    color: #ed1c24;
    font-size: 30px;
    line-height: 34px;
}

.map_road_info .red span {
    font-family: 'MMC', Arial, sans-serif;
    display: inline;
}

.map_text_info {
    position: relative;
    margin-left: 266px;
    padding-right: 140px;
}

.map_text_info h3 {
    font-family: 'ptcentrosansproregular', arial, serif;
    font-weight: normal;
    margin: 30px 0 20px 0;
    font-size: 30px;
    line-height: 30px;
}

.map_text_info p {
    line-height: 18px;
    margin-bottom: 10px;
}

.map_territory {
}

.map_territory .section_title {
    font-weight: normal;
    margin-bottom: 34px;
    font-size: 48px;
}

.map_territory .section_title span {
    color: #ed1c24;
}

.places_list {
    margin-left: 114px;
    position: relative;
}

.places_list:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.places_list .title {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px;
    font-weight: normal;
}

.places_list.places_russia .title {
    margin-bottom: 2px;
}

.places_list .subtitle {
    font-size: 14px;
    margin-bottom: 33px;
    color: #598527;
}

.places_list ul {
    float: left;
    width: 15.7%;
}

.places_list ul li {
    font-size: 14px;
    line-height: 22px;
}

.places_list ul li a {
    text-decoration: none;
    color: #000;
    cursor: default;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 95%;
}

.places_list ul li a:hover {
    cursor: default;
}

.places_list .green, .places_list .green a {
    color: #598527;
}

.places_list.places_countries {
    margin-bottom: -50px;
    overflow: hidden;
}

.places_map {
    text-align: center;
    margin-bottom: 15px;
}

.places_map img {
    padding-right: 80px;
}

.icon_pylon {
    background: url(/static/images/inner/icon_pylon.png) no-repeat 0 0;
    width: 38px;
    height: 36px;
    position: absolute;
    left: -57px;
    top: -7px;
}

.map_route {
    position: relative;
    padding-top: 63px;
    margin-bottom: 36px;
}

.icon_map_route {
    background: url(/static/images/inner/icon_route.png) no-repeat 0 0;
    width: 107px;
    height: 76px;
    float: right;
    margin-top: 6px;
}

.route_content {
    position: relative;
    padding-left: 33px;
}

.map_route .big {
    font-size: 16px;
}

.map_route .number {
    color: #ed1c24;
    margin-bottom: 7px;
    display: block;
}

.map_route .number span {
    font-weight: bold;
}

.map_route p {
    margin-bottom: 10px;
    font-size: 14px;
}

/* News page + news single page */
.news_inner {
    padding-top: 173px;
    padding-bottom: 0;
}

.news_inner .center_inner {
    max-width: 890px;
    margin-left: 115px;
    position: relative
}

.news_inner h1 {
    font-size: 90px;
    text-transform: uppercase;
    font-weight: normal;
}

.news_inner h2 {
    color: #000;
    font-weight: normal;
    margin-bottom: 42px;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2px
}

.news_sort_nav {
    margin-top: 24px;
}

.news_sort_nav li {
    display: inline-flex;
    padding: 10px 15px;
    text-align: center;
    border-radius: 50px;
    font-weight: bold;
    font-size: 120%;
}

.news_sort_nav li a {
    text-decoration: none;
}

.news_sort_nav li.active {
    /*background: url(/static/images/inner/year_bg.png) no-repeat 0 0;*/
    background: #000;
    color: #fff;
}

.news_sort_nav li.active a {
    color: #fff;
}

.news_text {
    clear: both;
    overflow: hidden;
    padding-bottom: 58px;
}

.news_date span {
    display: block;
}

.news_date .day {
    font-family: 'MMC', Arial, sans-serif;
    font-size: 22px;
    line-height: 22px;
    padding: 3px 0 0 0;
}

.news_date .month {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 13px;
}

.news_date .year {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 7px;
}

.news_date .year span {
    font-size: 9px;
    display: inline-block;
}

.news_text_inner img {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto !important;
}

.news_single_info .news_date {
    padding-left: 8px;
}

.news_single_info .news_text_inner p {
    padding-right: 30px;
}

.news_text_inner p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #000;
    line-height: 20px;
}

.news_items_box {
    padding-bottom: 40px;
    padding-top: 7px;
    display: none;
}

.news_items_box.active {
    display: block;
}

.news_box_item {
    clear: both;
    overflow: hidden;
    margin-bottom: 63px;
}

.news_box_item h3,
.news_box_item h3 a {
    font-size: 24px;
    font-weight: normal;
}

.news_box_item h3 a:hover {
    color: #ed1c24;
}

.news_pager {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 58px;
    padding-bottom: 93px;
}

.news_pager li {
    float: left;
    text-align: left;
    position: relative;
    padding-left: 35px;
}

.news_pager li + li {
    float: right;
    margin-right: 36px;
    text-align: right;
    padding-left: 0;
    padding-right: 36px;
}

.news_pager li a {
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    line-height: 17px;
    padding-top: 2px;
    display: block;
}

.news_pager li a:hover {
    color: #ed1c24;
}

.news_pager li i {
    position: absolute;
    left: -3px;
    top: -2px;
}

.news_pager li + li i {
    position: absolute;
    left: auto;
    right: -10px;
}

.soc_nav.red {
    position: absolute;
    width: 150px;
    left: 50%;
    margin-left: -85px;
    text-align: center;
    margin-top: 15px;
    z-index: 100;
}

.soc_nav.red .b-share-icon {
    background: url(/static/images/inner/soc_nav_red.png) no-repeat 0 0 !important;
    width: 28px !important;
    height: 28px !important;
    opacity: 0.7;
    background-size: auto !important;
    -moz-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.soc_nav.red .b-share-btn__wrap {
    float: none !important;
    display: inline-block;
}

.b-share_theme_counter .b-share-btn__counter .b-share-counter {
    font-weight: bold;
    opacity: 0.7;
    font-family: ptcentrosansproregular, Arial, sans-serif;
    color: #ed1c24;
    -moz-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.soc_nav.red .b-share-icon_facebook {
    background-position: -33px 0 !important;
}

.soc_nav.red .b-share-icon_twitter {
    background-position: right 0 !important;
}

.soc_nav.red .b-share-btn__vkontakte, .soc_nav.red .b-share-btn__facebook, .soc_nav.red .b-share-btn__twitter {
    background: none !important;
}

.soc_nav.red a:hover .b-share-icon, .soc_nav.red a:hover .b-share-counter {
    opacity: 1 !important;
}

.text_gallery {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.text_gallery li {
    float: left;
    margin-bottom: 10px;
    list-style: none;
}

.innerimage {
    text-align: center;
    margin-bottom: 30px;
}

/* mmf stavka */
.stavka {
    background: url(/static/images/inner/stavka_bg.png) no-repeat 0 0;
    width: 65px;
    height: 20px;
    color: #fff;
    font-family: 'MMC';
    right: 0;
    margin-top: -40px;
    position: relative;
    float: right;
}

.stavka sup {
    color: #000;
    top: 0;
    right: -5px;
    position: absolute;
}

/* pressauto*/
.press_inner h1 {
    text-transform: none;
}

.press_inner table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.press_inner table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.press_inner table thead tr th {
    border-bottom-width: 2px;
}

.press_inner table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.press_inner table tr td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 13px;
}

.press_inner table tr td p {
    font-size: 13px;
}

.press_date {
    float: right;
    font-style: italic;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}

.press_cright {
    float: right;
    text-align: right;
    font-size: 14px;
}

.press_bill {
    background: #2e2e2e;
    overflow: hidden;
}

.press_big {
    height: 350px;
}

.press_big h3 {
    font-size: 26px;
}

.press_big .title {
    padding: 20px;
}

.press_big .source {
    font-size: 20px;
}

.section_car_press .car_name strong {
    padding: 0;
    margin-left: 0;
    margin-top: 10px;
}

.section_car_press .slide_img img {
    max-width: 100%;
}

.section_car_press li {
    width: 10.8%;
    float: none;
    display: inline-block;
}
@media(max-width:767px) {

    .car_configuration .rotate_gallery {
        position: relative;
        width: 100%;
        /*height: 321px;*/
        margin: 0 auto;
        z-index: 10;
    }

    .reel-overlay img {
        width: 100%;
        height: 420px;
    }
}