@charset "UTF-8";
.main_page_slider_left_block {
    float: left;
    width: 80%;
    max-width: 900px;
    position: relative;
}



.ForeverYell  {
    background-color: #ffcc33!important;
}
.indexSlideNew {
    color:#e31b22;
}

.main_page_slider_left_block .bx-wrapper {
    margin-bottom: 10px;
}

.main_page_slider_left_block .bx-wrapper .bx-viewport {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
}

.main_promo_slider {
    /*height: 390px;*/
    overflow: hidden;
}
.catalog-paginator {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.main_promo_slider_controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.main_promo_slider_controls a {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000;
    border: 2px solid #fff;
    padding: 1px 5px;
    margin: 5px;
    cursor: pointer;
    font-weight: bold;
    background: url(/static/img/bg_opacity.png);
    font-size: 12px;
    color: #666666;
}

.main_promo_slider_controls a.active {
    background: #f2b717;
}

.main_promo_slider_arrow {
    height: 0;
    position: absolute;
    display: none;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -16px;
}

.main_promo_slider_arrow .slider-prev .bx-prev {
    width: 22px;
    height: 32px;
    display: block;
    float: left;
    background: url("/static/img/icons/arrows.png") top left no-repeat;
    margin-left: 20px;
}

.main_promo_slider_arrow .slider-next .bx-next {
    width: 22px;
    height: 32px;
    display: block;
    float: right;
    background: url("/static/img/icons/arrows.png") top right no-repeat;
    margin-right: 20px;
}

.main_page_slider_right_block {
    float: right;
    width: 20%;
    max-width: 225px;
}

.main_page_slider_right_block .main_page_slider_right_item {
    height: 130px;
}

.main_page_slider_right_block .main_page_slider_right_item img {
    width: 100%;
    max-width: 225px;
}

.dr__model_menu {
    overflow: hidden;
    padding: 28px 0 0;
    text-align: center;
    white-space: normal;
}

.dr__model_menu li {
    /*float: left; */
    position: relative;
    background: #fff;
    text-align: center;
    width: 17%;
    max-width: 200px;
    min-width: 150px;
    height: auto;
    border: 1px solid #dbdbdb;
    margin: 0 5px 13px;
    padding: 0 0 10px;
    display: inline-block;
}

.dr__model_menu span {
    display: block;
}

.dr__model_menu .modeltitle {
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: underline;
}

.dr__model_menu .modelimage {
    height: 70px;
    position: relative;
    margin-bottom: 10px;
}

.dr__model_menu li:hover {
    cursor: pointer;
    background-color: #fc3;
}

.dr__model_menu .modelprice span {
    color: #e31b22;
    display: inline;
}



.main_promo_block {
    margin-bottom: 30px;
    clear: both;
}

.main_promo_item {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 270px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.main_promo_item:last-child {
    margin-right: 0;
}

.main_promo_item img {
    width: 100%;
    max-width: 270px;
    vertical-align: middle;
}

.main_promo_item span {
    display: block;
    color: #333;
    padding: 5px 0;
    height: 56px;
    font-size: 14px;
    text-decoration: underline;
}

.main_news_block {
    margin-bottom: 20px;
}

.main_news_item {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-bottom: 15px;
}

.main_news_item a {
    color: black;
}

.main_news_item .news_date {
    display: inline-block;
    vertical-align: top;
    background-color: #efefee;
    padding: 5px;
    margin-right: 10px;
}

.main_news_item .news_title {
    padding: 10px 0;
    font-weight: bold;
    display: block;
    vertical-align: top;
}

.main_page_text_block {
    margin-bottom: 30px;
}

.main_page_text_block .section_title {
    text-align: center;
    text-transform: none;
}

.left_menu_list li {
    background: url(/static/img/bg_left_menu.png) repeat-x #eae9e8;
    margin-bottom: 3px;
}

.left_menu_list a,
.left_menu_list p {
    display: block;
    min-height: 45px;
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 30px;
    padding-right: 10px;
    position: relative;
}

.left_menu_list a.active,
.left_menu_list p.active {
    background-color: #ffcc33;
}

.left_menu_list a:hover,
.left_menu_list p:hover {
    background-color: #ffcc33;
    text-decoration: underline;
}

.left_menu_list a:before,
.left_menu_list p:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 17px;
    background: url(/static/img/icons/right-arrow.png) no-repeat;
    width: 12px;
    height: 12px;
    margin-bottom: -2px;
    margin-right: 10px;
}

.left_menu_hide {
    display: none;
    height: 35px;
    float: right;
    margin-right: 10px;
    /*background: #ececec url(/static/img/icons/hide_left_menu.png) no-repeat center;*/
    cursor: pointer;
    margin-top: -5px;
}

.left_menu_sublist {
    display: none;
}

.left_menu_list_active > p,
.left_menu_list_active > a {
    background: #fc3;
}

.left_menu_list_active .left_menu_sublist {
    display: block;
}

.left_menu_list_current {
    cursor: default;
}

.left_menu_list_current > a {
    pointer-events: none;
}

.left_menu_sublist__item {
    padding-left: 20px;
}

.car_menu_hide {
    position: absolute;
    right: 10px;
    top: 0px;
    display: none;
    height: 35px;
    float: right;
    cursor: pointer;
}

.car_menu_hide .fa {
    font-size: 35px;
}

.car_menu_hide .fa-angle-up {
    display: none;
}

.hide_main_top_menu {
    display: none;
    height: 35px;
    width: 40px;
    background: #ececec url(/static/img/icons/hide_left_menu.png) no-repeat center;
    cursor: pointer;
    margin-left: 15px;
    margin-bottom: 15px;
}

.promo_item_prev {
    height: 170px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.promo_item_prev .left_block {
    float: left;
    width: 55%;
    max-width: 550px;
}

.promo_item_prev .left_block span {
    display: block;
    margin-bottom: 10px;
}

.promo_item_prev .left_block .promo_item_prev_title {
    color: #333;
    font-weight: bold;
    font-size: 19px;
}

.promo_item_prev .left_block .promo_item_prev_title:hover {
    color: #ffcc33;
    text-decoration: underline;
}

.promo_item_prev .left_block .promo_item_prev_date {
    color: #3cb6ce;
}

.promo_item_prev .right_block {
    float: left;
    width: 280px;
}

.promo_item_prev .right_block img {
    width: 100%;
    max-width: 250px;
}

.car_model_item_row {
    padding-bottom: 10px;
    border-bottom: 1px solid #d0cfcb;
    margin-bottom: 10px;
}

.car_model_item_row_title {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding-top: 55px;
    width: 70px;
}

.car_model_item_wrap {
    display: inline-block;
    vertical-align: top;
}

.car_model_item_wrap .car_model_item {
    width: 100%;
    text-align: center;
    margin-right: 30px;
    overflow: hidden;
    padding: 5px;
}

.car_model_item_wrap .car_model_item a {
    display: block;
    color: white;
    text-align: left;
    font-weight: bold;
    margin-top: 5px;
}

.car_model_item_wrap .car_model_item a.car_model_link:before {
    display: none;
}

.car_model_item_wrap .car_model_item a.car_model_link:hover {
    text-decoration: none;
}

.car_model_item_wrap .car_model_item a:before {
    content: ">";
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
    margin-left: 5px;
}

.car_model_item_wrap .car_model_item a:hover {
    text-decoration: underline;
}

.car_model_item_wrap .car_model_item img {
    margin: 0 auto;
    display: block;
}

.car_model_item_wrap li {
    width: 210px;
    display: inline-block;
    vertical-align: top;
    height: 105px;
    overflow: hidden;
    position: relative;
}

.car_model_item_wrap li.unhover .car_model_item {
    position: absolute;
    left: 0;
    top: 0;
    background: none !important;
}

.car_model_item_wrap li.hover {
    overflow: visible;
    z-index: 3000;
}

.car_model_item_wrap li.hover .car_model_item_title,
.car_model_item_wrap li.hover .car_model_item_price {
    color: white;
}

.car_model_item_wrap .car_model_item_title {
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.car_model_item_wrap .car_model_item_price {
    display: block;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
}

.car_model_left_block {
    float: left;
    width: 70%;
    position: relative;
    max-width: 800px;
}

.car_model_left_block .bx-wrapper {
    margin-bottom: 15px;
}

.car_model_left_block .bx-wrapper img {
    width: 100%;
}

.car_model_left_block .bx-wrapper .bx-viewport {
    border: none;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.car_model_right_block {
    position: relative;
    float: right;
    width: 27%;
    max-width: 300px;
}

.car_model_slider_controls {
    margin-bottom: 25px;
}

.car_model_slider_controls a {
    display: inline-block;
    width: 100%;
    max-width: 150px;
    height: auto;
    margin-right: 10px;
}

.car_model_slider_controls a:last-child {
    margin-right: 0;
}

.car_model_slider_controls a img {
    width: 100%;
}

span.h1.car_model_titile {
    margin: .67em 0;
}

.car_model_titile {
    display: block;
    font-weight: bold;
    font-size: 30px;
}

.car_model_menu_wrap {
    margin-bottom: 40px;
}

.car_model_menu li {
    display: block;
    height: 47px;
    line-height: 47px;
    margin-bottom: 2px;
}

.car_model_menu li a {
    background-color: #ebebeb;
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    padding: 0 10px;
}

.car_model_menu li a.active {
    background-color: #019fe6;
    color: white;
}

.car_model_menu li a:hover {
    background-color: #019fe6;
    color: white;
}

.car_model_menu li a:before {
    content: '';
    display: inline-block;
    background: url("/static/img/icons/arrow.png");
    width: 6px;
    height: 7px;
    margin-right: 20px;
}

.car_model_tabs {
    margin-bottom: 10px;
}

.car_model_tabs li {
    display: inline-block;
    width: 33%;
    height: 40px;
    line-height: 40px;
}

.car_model_tabs a {
    display: block;
    text-align: center;
    height: 100%;
    width: 100%;
    display: inline-block;
    background-color: #ebebeb;
}

.car_model_tabs a.active {
    background-color: #019fe6;
    color: white;
}

.car_model_tabs a:hover {
    background-color: #019fe6;
    color: white;
}

.car_model_gallery_slider_controls a {
    display: inline-block;
    width: 100%;
    max-width: 100px;
    height: auto;
    margin-right: 5px;
    margin-bottom: 5px;
}

.car_model_gallery_slider_controls a:last-child {
    margin-right: 0;
}

.car_model_gallery_slider_controls a img {
    width: 100%;
}

.clear {
    clear: both;
    height: 0;
}

p.carHead__from {
    font-size: 24px;
}

.dr__bold {
    font-family: 'Renault-Bold';
}

.top_line {
    font-family: 'Renault-bold', sans-serif;
    background: #ECECEC;
    height: 30px;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0;
}

.top_line nav {
    min-height: 30px;
    max-width: 1140px;
    /*  ширина шапки  */
    margin: 0 auto;
}

.top_line a {
    color: #666666;
    display: inline-block;
    font-size: 12px;
    float: none;
    text-transform: uppercase;
    padding: 8px 8px;
    text-decoration: none;
}

.top_line a:hover {
    color: #999999;
    text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.8);
}

.top_line a:last-child {
    padding-right: 0;
    margin-right: 0;
}

.top_line ul {
    height: 30px;
    float: right;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

.top_line ul li {
    display: inline-block;
}

.align_right {
    float: right;
    font-size: 15px;
    width: 100%;
    max-width: 600px;
}

.dc_brand {
    max-width: 1140px;
    /* Ширина */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 30px 0 15px;
    font-family: 'Renault-bold';
}

.dealer-logo,
.renault-logo,
.dealer-contacts {
    height: 60px;
}

.dealer-logo {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 210px;
}

.dealer-logo img {
    margin-left: 10px;
    margin-top: 2px;
}

.renault-logo {
    float: right;
    display: inline-block;
}

.dealer-contacts {
    float: left;
    display: block;
}

.dealer-contacts h1 {
    font-family: 'Renault-Light', Helvetica, Arial, Verdana;
    color: #666666;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 0.9;
    margin-top: 0;
    margin-bottom: 10px;
}

.dealer-contacts .name {
    color: #666666;
    font-size: 17px;
    margin-top: 1px;
    font-family: 'Renault-Light', Helvetica, Arial, Verdana;
}

.dealer-contacts .phone {
    color: #666666;
    font-size: 21px;
    font-family: 'Renault-Regular', Helvetica, Arial, Verdana;
}

.home-link {
    float: left;
    margin: 3px 5px 0 5px;
}

/*   Menu   */
.menu-wrapper {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.renault-menu ul {
    list-style: none;
    position: relative;
    /*float: left;*/
    margin: 0;
    padding: 0;
}

.renault-menu ul a {
    display: inline-block;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    font-family: 'Renault-Regular', sans-serif;
    white-space: nowrap;
}

.renault-menu ul a:hover {
    color: #ffcc33;
}

.renault-menu ul a:hover span:first-child {
    color: #ffcc33;
}

.renault-menu ul a:hover .modelprice {
    color: #000;
}

.renault-menu ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

.renault-menu ul li.current-menu-item {
    background: #ddd;
}

.renault-menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 0;
    border: 1px solid #E6E6E6;
    margin-top: -1px;
    z-index: 10000;
}

.renault-menu ul ul li {
    float: none;
}

ul.model-range ul {
    float: none;
    width: 150px;
}

.renault-menu ul ul a {
    line-height: 110%;
    padding: 10px 25px 10px 15px;
}

.renault-menu ul ul ul {
    top: 0;
    left: 100%;
}

.renault-menu ul li:hover > ul {
    display: block;
}

ul .model-range {
    background: blue;
    width: 130px;
    left: 100%;
}

/*.car li  { width: 300px; }*/
.renault-menu ul ul ul .car {
    width: 190px;
}

.renault-menu ul ul ul .car .modelprice span {
    color: #e31b22;
    display: inline;
}

.renault-menu ul ul ul .car li {
    width: auto;
    text-align: center;
    padding: 10px 0;
}

.renault-menu ul ul ul .car li a {
    text-align: center;
    font-size: 15px;
    max-width: 190px;
    padding: 0 10px;
}

.renault-menu ul ul ul .car li a img {
    display: block;
    margin: 0 auto;
    max-width: 160px;
    max-height: 100px;
}

.renault-menu ul ul ul .car li a:after,
.remove-arr:after {
    display: none;
}

/*удаляем стрелку, если нет вложенности*/
.renault-menu ul ul li a:after {
    content: '›';
    position: absolute;
    right: 7px;
    top: 9px;
    font-size: 20px;
}

.renault-menu ul li.active a {
    color: #ffcc33;
}

.renault-menu ul li.active ul a {
    color: #000;
}

.renault-menu ul li.active ul a:hover {
    color: #ffcc33;
}



.dealer-contacts-spb_address i {
    font-style: normal;
}


.dealer-contacts-spb_item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 300px;
    text-align: center;
    font-family: 'Renault-Regular';
}

.dealer-contacts-spb_item:first-child {
    border-right: 2px solid gainsboro;
}

.dealer-contacts-spb_item:hover .dealer-contacts-spb_title {
    color: #ffcc33;
}

.dealer-contacts-spb_item span {
    display: block;
    font-weight: normal;
    font-size: 15px;
}

.dealer-contacts-spb_item .dealer-contacts-spb_title {
    font-weight: bold;
    font-size: 19px;
}

.dealer-contacts-spb_item .dealer-contacts-spb_address {
    font-size: 13px;
}

footer {
    margin-top: 40px;
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #333;
}

.footer_disclaimer_block {
    background-color: #000;
    padding: 15px 0;
}

.footer_item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 200px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.footer_item:last-child {
    margin-right: 0;
    float: right;
    text-align: right;
}

.footer_item .footer_title {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 17px;
    color: #fff;
}

.footer_item a {
    color: #fff;
}

.footer_item li {
    list-style-type: disc;
    margin-left: 15px;
    color: #fff;
}

.footer_diclaimer {
    font-size: 11px;
    font-style: italic;
    color: #fff;
}

.footer_diclaimer a {
    text-decoration: underline;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .footer_item {
        display: block;
        margin: auto;
        margin-bottom: 20px;
        }
    .footer_item:last-child {
        text-align: center;
        float: none;
        margin-right: auto;
        }
    .footer_item .footer_title {
        text-align: center;
       }
    .social-block {
        text-align: center;
        margin-bottom: 20px;
       }
       .dr__model_menu li {
        min-width: 200px;
        }
}

/* Приложения в футере */
        .f-row{
            display: flex;
            flex-direction: row;
            align-items: center;
        }
        .f-row .app-link{
            color: #fff;
            text-decoration: none;
            padding-right: 34px;
            background-repeat: no-repeat;
            background-size: 23px;
            background-position: right;
            line-height: 30px;
            font-size: 12px;
            margin-left: 36px;
            margin-right: 0;
            transition: color .3s ease;
            
        }
        
        .f-row .app-link._ios,
        .f-row .app-link._and{
            padding-top: 6px;
            padding-bottom: 6px;
            padding-left: 30px;
            padding-right: 64px;
            border-radius: 25px;
            background-color: rgba(153,153,153,.77);
            background-position: 74% 50%;
        }

        .f-row .app-link._ios{
            background-image: url("/static/assets/mobile_apps/app-store-apple-symbol.png");
            order: 2;
        }
        .f-row .app-link._and{
            background-image: url("/static/assets/mobile_apps/play-store.png");
            order: 3;
        }
        .f-row .app-link._mobile{
            margin-left: 0;
            color: #ff7275;
            background-image: url("/static/assets/mobile_apps/phone.png");
            background-size: 16px 26px;
            order: 1;
        }
        .f-row .copyright{
            margin-left: 0;
            margin-right: auto;
            order: 0;
color: rgba(153,153,153,.77);
        }
        .f-row .bmedia{
            margin-left: auto;
            margin-right: 0;
            order: 5;
        }
        @media screen and (max-width:800px){
            .f-row{
                flex-direction: column;
            }
            .f-row .app-link._mobile,
            .f-row .app-link._ios,
            .f-row .app-link._and{
                margin: 15px auto 0;
                order: 0;
            }
            .f-row .copyright{
                order: 1;
                margin-top: 20px;
            }
            .f-row .bmedia{
                order: 1;
                margin-left: auto;
                margin-right: 0;
                margin-top: -24px;
            }
        }

/* Приложения в футере - конец*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Renault-Regular', sans-serif;
    font-size: 14px;
    /*width: 1150px;*/
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ol li {
    list-style-type: decimal;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: black;
}

a.au {
    text-decoration: underline;
}

a.au:hover {
    cursor: pointer;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.left {
    float: left;
}

.breadcrumb {
    background: #ECECEC;
    width: 100%;
    max-width: 1140px;
    margin: 5px auto 20px;
    padding-left: 10px;
    font-size: 11px;
    line-height: 1.9;
}

.breadcrumb span,
.breadcrumb a {
    margin: 0 10px;
    color: #666666;
    text-decoration: none;
}

.breadcrumb a:after {
    content: '>';
    display: inline-block;
    margin-left: 10px;
    margin-right: -10px;
}

.breadcrumb a:first-child {
    margin-left: 0;
}

.accessories-margin {
    margin-top: 45px;
}

.content_block .upper_style .section_title {
    text-transform: uppercase;
}

.section_title {
    display: block;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 0;
}

#overlay {
    z-index: 20;
    position: fixed;
    background-color: #000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.head_pop_up_form_wrap {
    width: 100%;
    max-width: 450px;
    height: auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -300px;
    margin-left: -225px;
    display: none;
    opacity: 0;
    z-index: 30;
}

.head_pop_up_form_wrap h3 {
    background-color: #ffcc33;
    margin: 0;
    padding: 15px 20px;
    color: white;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
}

.head_pop_up_form_wrap .formclose {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    display: block;
}

.head_pop_up_form {
    padding: 20px;
    background-color: #F2F2F2;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.head_pop_up_form .middle_text_form {
    font-size: 15px;
    margin-bottom: 10px;
}

.head_pop_up_form p,
.head_pop_up_form span {
    font-size: 10px;
    margin-bottom: 10px;
}

.head_pop_up_form input[type='button'],
.head_pop_up_form input[type='submit'] {
    float: right;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: black;
    background-color: #ffcc33;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.head_pop_up_form input[type='button']:hover,
.head_pop_up_form input[type='submit']:hover {
    background-color: #FFDD33;
}

.head_form_table {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
}

.head_form_table td {
    padding: 5px;
    vertical-align: top;
}

.head_form_table td:first-child {
    width: 35%;
}

.head_form_table input[type='text'],
.head_form_table input[type='input'],
.head_form_table input[type='email'],
.head_form_table select {
    width: 100%;
    max-width: 300px;
    padding: 5px;
}

.content_block .section_title {
    text-transform: none;
}

.content_left_block {
    float: left;
    width: 20%;
    max-width: 200px;
}

.content_right_block {
    float: right;
    width: 79%;
    max-width: 900px;
}

.content_right_block ul {
    margin-left: 10px;
}

.content_right_block ul li {
    margin-left: 10px;
    list-style-type: disc;
}

.offer_block {
    display: inline-block;
    vertical-align: top;
}

.offer_block img {
    width: 100%;
    max-width: 250px;
}

.left_offers {
    width: 25%;
    max-width: 210px;
    margin-right: 20px;
}

.right_offers {
    width: 65%;
    max-width: 600px;
}

.allForms {
    padding: 20px 60px;
    background-color: #F2F2F2;
    max-width: 500px;
}

.allForms .agree_form_small {
    display: block;
    margin: 20px 0;
    font-size: 12px;
}

.agree_form_small a {
    text-decoration: underline;
}

.allForms [type=button] {
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: white;
    background-color: #ffcc33;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.allForms [type=text], .allForms [type=input], .allForms [type=email] {
    height: 35px;
    width: 350px;
    line-height: 35px;
    padding: 0 5px;
    border: 1px solid #A9A9A9;
}

.allForms textarea {
    /*height: 135px;*/
    height: 44px;
    width: 350px;
    line-height: 20px;
    padding: 0 5px;
}

.allForms select {
    line-height: 50px;
    height: 35px;
    width: 350px;
    padding: 0 5px;
}

.allForms table td:nth-child(1) {
    width: 145px;
    font-weight: bold;
    font-size: 18px;
    padding-right: 10px;
}

.content_right_block table tr:nth-child(odd) {
    background: #f9f9f9;
}

.content_right_block form table tr:nth-child(odd) {
    background: none;
}

.content_right_block .ContactImage {
    border: 1px solid #f9b600;
    margin-right: 20px;
}

.content_right_block .diller_list {
    line-height: 1.5;
    padding-bottom: 15px;
}

.content_right_block .diller_lahta {
    margin: 0;
}

.content_right_block .diller_prime {
    padding: 12px;
    margin: 0;
}

.content_right_block .pseudolink1, .content_right_block .pseudolink2 {
    text-decoration: none;
    border-bottom: 1px dashed;
    outline: none;
    cursor: pointer;
}

.content_right_block .diller_list a {
    text-decoration: underline;
}

.carMainImage {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 10px;
}

.carMainImage img {
    width: 100%;
}

#carHead {
    position: absolute;
    z-index: 29;
    margin-left: 26px;
    background-color: #fff;
    opacity: 0.8;
    width: 231px;
    padding: 14px;
    height: auto;
}

#carHead .head {
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Renault-Light', Helvetica, Arial, Verdana;
}

#carHead .subhead {
    font-size: 20px;
}

.drUl li {
    margin: 0;
    padding: 13px 5px 13px;
    border-top: 1px solid #fff;
    background: url(/static/img/bg_left_menu.png) repeat-x #eae9e8;
    cursor: pointer;
}

.drUl li:hover {
    background: #fc3;
}

.drUl a {
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    min-height: 23px;
}

.drUl .img {
    display: inline-block;
    width: 30%;
    margin: 0 0 0 0;
    text-align: center;
}

.drUl .fa {
    font-size: 24px;
    color: #333;

}

.drUl .img img {
    vertical-align: middle;
    width: 80%;
    height: auto;
}

.drUl .text {
    display: inline-block;
    width: 60%;
    font-size: 12px;
    color: #333;
}

.drUl li .my {
    color: #FDB414;
}

.drUl li:hover .my {
    color: white;
}

.success {
    display: none;
    text-align: center;
    color: black;
    padding: 10px 0;
}

/*  НОВЫЕ СТИЛИ    */

.main_model_block, .inner_model_page_block {
    width: 100%;
    max-width: 800px;
}

.main_model_block p, .inner_model_page_block p, .inner_model_page_block h2 {
    text-align: left;
}

.inner_model_page_block > h2 {
    margin-top: 0;
}

.model_advantages_item {
    margin: 25px 10px 20px 0;
    display: inline-block;
    vertical-align: top;
    max-width: 31%;
    width: 100%;
    text-align: left;
}

.model_advantages_img_wrap {
    height: auto;
    position: relative;
}

.model_advantages_item.model_advantages_item_no_mr {
    /*margin-right: 0;*/
}

.model_advantages_item_big_width {
    max-width: 370px;
}

.model_advantages_img_wrap:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: ' ';
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 15px;
}

.model_advantages_img_wrap img {
    max-width: 400px;
    width: 100%;
    vertical-align: middle;
}

.model_advantages_item h3{
    text-align: center;
}

.model_advantages_item a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-top: 10px;
    padding-right: 20px;
}

.model_advantages_item a:hover {
    text-decoration: underline;
}

.model_advantages_item a:after {
    content: '';
    display: block;
    position: absolute;
    background: url("/static/img/icons/arrow_right_bold.png") no-repeat;
    width: 15px;
    height: 15px;
    right: 0;
    top: 0;
}

.model_info_block_wrap {
    margin: 30px 0;
}

.model_info_block {
    width: 48%;
    max-width: 390px;
    position: relative;
}

.model_info_block p {
    margin-top: 15px;
}

.model_info_block_title {
    font-size: 22px;
    display: block;
    margin-top: -5px;
    font-family: 'Renault-Light', Helvetica, Arial, Verdana;
}

.model_info_left_block {
    float: left;
}

.model_info_right_block {
    float: right;
}

.model_info_block .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    left: 0;
    margin-bottom: 30px;
}

.model_info_block .bx-wrapper .bx-viewport ul {
    margin-left: 0;
}

.model_info_block .bx-wrapper .bx-viewport li {
    margin-left: 0;
}

.model_info_block .bx-wrapper a.bx-next {
    float: right;
    width: 64px;
    height: 64px;
    background: url('/static/img/icons/model_info_slider.png') top right;
    display: block;
    margin-top: -32px;
}

.model_info_block .bx-wrapper a.bx-next:hover {
    background: url('/static/img/icons/model_info_slider.png') bottom right;
}

.model_info_block .bx-wrapper a.bx-prev {
    float: left;
    width: 64px;
    height: 64px;
    background: url('/static/img/icons/model_info_slider.png') top left;
    display: block;
    margin-top: -32px;
}

.model_info_block .bx-wrapper a.bx-prev:hover {
    background: url('/static/img/icons/model_info_slider.png') bottom left;
}

.model_info_block img {
    width: 100%;
    max-width: 390px;
    margin-bottom: 15px;
}

.model_info_big_img {
    max-width: 800px;
    width: 100%;
    margin: 20px 0;
}

.bold {
    font-weight: bold;
}

.bold_title {
    font-weight: bold;
    display: block;
    margin-top: 15px;
}

.model_info_block_center {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 30px;
}

.model_info_block_safety .bx-wrapper a.bx-next {
    float: right;
    width: 64px;
    height: 64px;
    background: url('/static/img/icons/model_info_slider.png') top right;
    display: block;
    margin-top: -32px;
    right: -10px;
}

.model_info_block_safety .bx-wrapper a.bx-next:hover {
    background: url('/static/img/icons/model_info_slider.png') bottom right;
}

.model_info_block_safety .bx-wrapper a.bx-prev {
    float: left;
    width: 64px;
    height: 64px;
    background: url('/static/img/icons/model_info_slider.png') top left;
    display: block;
    margin-top: -32px;
    left: -10px;
}

.model_info_block_safety .bx-wrapper a.bx-prev:hover {
    background: url('/static/img/icons/model_info_slider.png') bottom left;
}

.model_info_block_safety {
    background-color: #ECECEC;
    text-align: center;
}

.model_info_block_safety .model_advantages_item {
    max-width: 330px;
    text-align: left;
    margin: 30px 10px 40px;
}

.model_info_block_safety .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    background: none;
    left: 0;
}

.model_info_block_safety .bx-wrapper .bx-viewport ul {
    margin-left: 0;
}

.model_info_block_safety .bx-wrapper .bx-viewport li {
    margin-left: 0;
}

.right_text_under_photo {
    text-align: right;
    font-size: 12px;
    margin-top: -20px;
}

.gallery_slider_arrows_block {
    position: absolute;
    top: 45%;
    margin-top: -32px;
    width: 100%;
}

.gallery_slider_prev .bx-prev {
    float: left;
    width: 64px;
    height: 64px;
    background: url('/static/img/icons/model_info_slider.png') top left;
    display: block;
    margin-top: -32px;
}

.gallery_slider_prev .bx-prev:hover {
    background: url('/static/img/icons/model_info_slider.png') bottom left;
}

.gallery_slider_next .bx-next {
    float: right;
    width: 64px;
    height: 64px;
    background: url('/static/img/icons/model_info_slider.png') top right;
    display: block;
    margin-top: -32px;
}

.gallery_slider_next .bx-next:hover {
    background: url('/static/img/icons/model_info_slider.png') bottom right;
}

.simple_list {
    margin: 15px 0;
}

.simple_list li {
    list-style-type: disc;
    margin-left: 20px;
}

.accessories_nav li:first-child {
    padding-left: 0;
}

.accessories_nav li {
    height: 100%;
    padding: 20px 10px;
    margin-top: -1px;
}

.accessories_nav li.active {
    border-top: 4px solid #fecc09;
    font-weight: bold;
}

.accessories_nav li:hover {
    border-top: 4px solid #fecc09;
    cursor: pointer;
}

.accessories_item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 250px;
    margin: 0 20px 20px 0;
    border: 1px solid #d5d5d7;
    min-height: 350px;
}

.accessories_item.accessories_item_no_mr {
    margin-right: 0;
}

.accessories_item img {
    max-width: 248px;
    max-height: 200px;
    vertical-align: middle;
}

.accessories_item span {
    display: block;
    margin-bottom: 5px;
}

.accessories_item .accessories_item_title {
    height: 35px;
    overflow: hidden;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 15px;
}

.accessories_item a.order {
    display: block;
    width: 100%;
    font-weight: bold;
    background-color: #ffcc33;
    border: none;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 20px;
    outline: none;
}

.accessories_item input[type="submit"]:hover {
    cursor: pointer;
}

.accessories_tab_content {
    display: none;
}

.accessories_tab_content.active {
    display: block;
}

.accessories_btn_wrap {
    position: relative;
}

.accessories_btn_wrap:after {
    content: '';
    display: block;
    position: absolute;
    background: url("/static/img/icons/arrow_right_bold.png") no-repeat;
    width: 15px;
    height: 15px;
    right: 20px;
    top: 8px;
}

.accessories_item span.i_desc {
    height: 58px;
    overflow: hidden;
}

.accessories_item_inner {
    padding: 15px;
    font-size: 12px;
}

.accessory_img {
    text-align: center;
    height: 160px;
    white-space: nowrap;
    overflow: hidden;
}

.accmodels ul li {
    display: inline-block;
    max-width: 190px;
    padding: 20px 10px;
    text-align: center;
}

.accmodels ul li.active a {
    color: #ffcc33;
}

.main_promo_img_wrap {
    border: 5px solid #ECECEC;
    width: 100%;
    display: table;
    background-color: #ECECEC;
}

.main_promo_img_cell {
    display: table-cell;
    vertical-align: middle;
}

.show_all_promo_btn a {
    display: inline-block;
    background-color: #ececec;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    color: black;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.show_all_promo_btn a:hover {
    color: black;
    background-color: #fc3;
}

.show_all_promo_btn .to {
    color: black;
    background-color: #fc3;
}

.main_promo_header .section_title {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.show_all_promo_btn:after {
    content: ' ';
    clear: both;
}

/*!!!!!!!!!!   ПЕРЕТИРАЛ СТАРЫЕ СТИЛИ !!!!!!!!!!!!!!!!!*/
.model_menu_wrap {
    white-space: nowrap;
    background: #ECECEC;
    height: 100%;
    padding: 20px 40px;
    margin-bottom: 40px;

}

.model_menu {
    background: none;
}

.model_menu li {
    float: left;
    position: relative;
    background: white;
    text-align: center;
    max-width: 200px;
    min-width: 200px;
    height: 140px;
}

.model_menu li:hover {
    cursor: pointer;
    background-color: #ffcc33;
}

.model_menu li img {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 30px;
}

.model_menu_wrap .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
    background: none;
    left: 0;
}

.model_menu_wrap .bx-wrapper .bx-prev {
    left: -35px;
}

.model_menu_wrap .bx-wrapper .bx-next {
    right: -35px;
}

.model_menu:hover .hover .modeltitle {
    color: #fff;
}

.model_menu span {
    display: block;
}

.model_menu .modeltitle {
    margin-top: 10px;
    margin-bottom: 10px;
}

.model_menu .modelimage {
    height: 70px;
    position: relative;
    margin-bottom: 10px;
}

.model_menu .modelprice span {
    color: #e31b22;
    display: inline;
}

.renault-menu ul ul a {
    width: 210px;

}

.renault-menu ul ul a.car_menu_name {
    width: auto;
}

.renault-menu ul a {
    white-space: normal;

}

.accessories_nav_wrap {
    border-top: 1px solid #bfbfbf;
}

.content_right_block .accessories_nav {
    margin-left: 0;
}

.content_right_block .accessories_nav li {
    display: inline-block;
    margin-left: 0;
}

.allForms {
    width: 100%;
    padding: 20px;
}

.allForms [type=text], .allForms [type=input] {
    width: 100%;
    max-width: 350px;
}

.allForms textarea {
    width: 100%;
    max-width: 350px;
    resize: none;
    border: 1px solid #A9A9A9;

}

.allForms select {
    width: 100%;
    max-width: 350px;
    height: 35px;
    line-height: 35px;
    -webkit-appearance: menulist-button;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    background-image: url('/static/img/icons/arrow-select.png');
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 15px;
    border: 1px solid #A9A9A9;
    border-radius: 0;
}

.allForms table {
    width: 100%;
}

.allForms input[type='button'], .allForms input[type='submit'] {
    float: right;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: white;
    background-color: #ffcc33;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.allForms input.error, input.error {
    border: 1px solid red;
    background-color: #f2f2f2;
}

label.error {
    font-size: 0px;
}

.link-button {
    background: #fc3;
    border: 1px solid #fc3;
    font-weight: bold;
    text-align: center;
    color: #000;
    width: 100%;
    max-width: 300px;
    display: inline-block;
    padding: 10px 15px;
}

.link-button:hover {
    background: #fd3
}

.content_right_block p {
    margin-bottom: 10px;
}

.header_text {
    display: block;
    margin-top: 10px;
    color: #999999;
    font-size: 18px;
    font-family: 'Renault-Regular';
    padding-left: 10px;
}

.models_btn_block {
    text-align: right;
    margin-bottom: 30px;
}

.models_btn_block a {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-family: 'Renault-Bold';
    color: black;
    background-color: #ffce00;
    font-size: 14px;
    text-transform: uppercase;
}

.models_btn_block a:hover {
    background-color: #FFDD33;
}

.models_btn_block a:after {
    content: '>';
    margin-left: 10px;
}

.models_btn_block .buy_btn {
    margin-right: 15px;
}

/*  .models_btn_block .buy_btn:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 4px;
    display: block;
    background: url('/static/img/icons/price.png');
    width: 32px;
    height: 32px;
  }
  .models_btn_block .test_drive_btn:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 4px;
    display: block;
    background: url('/static/img/icons/drive.png');
    width: 32px;
    height: 32px;
  }*/
.compl_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.compl_table td {
    padding: 8px;
    border: 2px solid white;
    text-align: center;
}

.compl_table a {
    text-decoration: underline;
}

.compl_table td:nth-child(2) {
    font-weight: bold;
}

.compl_name_row td {
    background-color: #eee;
}

.compl_name_row td:first-child {
    text-align: left;
    background-color: #8f8f8f;
    color: #fff;
    font-size: 18px;
}

.price_pdf_link {
    display: block;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 50px;
}

.sitemap-table {
    padding: 20px;
}

.sitemap-table td {
    vertical-align: top;
    padding: 20px 0 0 20px;
    width: 18%;
}

.sitemap-table td ul {
    margin-bottom: 30px;
}

.sitemap-table td li {
    margin-top: 8px;
}

.sitemap-table td .sm-first {
    font-size: 18px;
    color: #ffba02;
    font-weight: bold;
}

.sitemap-table td .sm-second {
    margin-left: 10px;
}

.sitemap-table td .sm-third {
    margin-left: 26px;
    list-style-type: disc;
}

.promo_table {
    border-collapse: collapse;
    margin: 15px 0;
}

.promo_table td, .promo_table th {
    border: none;
    padding: 5px;
}

.promo_link {
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
}

span.anc {
    overflow: hidden;
    text-decoration: none;
}

span.ancf {
    padding-top: 10px;
}

p.stitle {
    font-size: 42px;
    text-align: center;
}

span.offerdate {
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    padding: 0 20px;
}

.promo-popup-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(9, 9, 10, 0.86);
    z-index: 99;
}

.promo-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 96%;
    max-width: 900px;
    max-height: 90%;
    margin: 55px auto;
    z-index: 100;
    background: #fff;
}

.promo-popup__left {
    float: right;
    width: 100%;
    max-width: 240px;
    padding: 40px 20px;
    background-color: #4d4d4d;
}

.promo-popup__right {
    float: right;
    width: 100%;
    max-width: 660px;
}

.promo-popup__advantages-item {
    text-align: center;
    color: #efefef;
    margin-bottom: 25px;
}

.promo-popup__advantages-item span {
    font-size: 15px;
    line-height: 16px;
    font-family: 'Renault-Light', Helvetica, Arial, Verdana;
}

.promo-popup__advantages-item:after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 1px;
    background-color: #efefef;
}

.promo-popup__advantages-icon {
    display: block;
    margin: 0 auto 25px;
}

.promo-popup__advantages-item:last-child {
    margin-bottom: 0;
}

.promo-popup__advantages-item:last-child:after {
    display: none;
}

.promo-popup__main-pic {
    margin-bottom: 10px;
    width: 100%;
    max-height: 293px;
    overflow: hidden;
}

.promo-popup__text {
    text-align: center;
}

.promo-popup__title {
    display: block;
    margin-bottom: 10px;
    font-size: 35px;
    font-family: 'Renault-bold', sans-serif;
    text-transform: uppercase;
}

.promo-popup__title-mini {
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
}

.promo-popup__price-old {
    color: #555;
}

.price-old__title {
    font-size: 17px;
}

.price-old__number {
    position: relative;
    display: inline-block;
    font-size: 23px;
}

.price-old__number:after {
    content: '';
    position: absolute;
    top: 10px;
    display: block;
    width: 90%;
    height: 2px;
    background-color: red;
    transform: rotate(-12deg);
}

.promo-popup__price-new {
    margin-bottom: 20px;
    font-family: 'Renault-bold', sans-serif;

}

.price-new__title {
    font-size: 24px;

}

.price-new__number {
    font-size: 72px;
    line-height: 1;
}

.promo-popup__btn {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    padding: 10px 20px;
    text-transform: uppercase;
    color: white;
    background-color: #fe0e0e;
    letter-spacing: 3px;
    border-radius: 5px;
    border-bottom: 2px solid #c70b0b;
    font-family: 'Renault-bold', sans-serif;
    font-size: 21px;
    text-align: center;
}

.promo-popup__btn--mobile {
    display: none;
}

.promo-popup__close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .promo-popup {
        max-width: 740px;
    }

    .promo-popup__right {
        max-width: 500px;
    }
}

@media screen and (max-width: 800px) {
    .promo-popup {
        max-width: 600px;
    }

    .promo-popup__right {
        max-width: 360px;
    }

    .promo-popup__title {
        font-size: 25px;
    }

    .price-new__number {
        font-size: 40px;
    }
}

@media screen and (max-width: 650px) {
    .promo-popup {
        max-width: 280px;
        margin: 30px auto;
        overflow: auto;
    }

    .promo-popup__main-pic img {
        width: 100%;
    }

    .promo-popup__right,
    .promo-popup__left {
        float: none;
        max-width: 100%;
    }

    .promo-popup__left {
        padding: 20px 0;
        background-color: #363636;
    }

    .promo-popup__title {
        position: absolute;
        top: 10px;
        color: white;
    }

    .promo-popup__title-mini {
        font-size: 19px;
    }

    .promo-popup__price-old {
        margin-bottom: 10px;
    }

    .price-old__title {
        font-size: 15px;
    }

    .price-old__number {
        font-size: 19px;
    }

    .price-new__title {
        font-size: 20px;
    }

    .price-new__number {
        font-size: 30px;
    }

    .promo-popup__advantages-icon {
        display: none;
    }

    .promo-popup__advantages-item {
        margin-bottom: 10px;
    }

    .promo-popup__advantages-item:after {
        margin-top: 10px;
    }

    .promo-popup__advantages-item span {
        font-size: 13px;
        color: white;
    }

    .promo-popup__btn--desctop {
        display: none;
    }

    .promo-popup__btn--mobile {
        display: block;
    }

    .promo-popup__close {
        right: 5px;
        top: 5px;
        font-size: 30px;
    }
}

.form_message {
    background-color: #ececec;
    line-height: 35px;
    padding: 0 15px;
    color: black;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 35px auto;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
}

.head_form_text {
    /*  font-size: 1.17em;
      font-weight: bold;*/
    background-color: #ffcc33;
    margin: 0;
    padding: 15px 20px;
    color: white;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
}

.car_model_menu-min {
    display: none;
    background-color: #ebebeb;
}

.car_model_menu-min .car_model_titile {
    display: none;
}

.car_model_menu-min .car_model_menu li {
    display: inline-block;
    line-height: 35px;
    height: auto;
}

.car_model_menu-min .car_feedback_block {
    display: none;
}

.car_model_menu-min .car_model_menu li a:before {
    margin-right: 0;
}

.car_model_menu-min .car_model_menu li a {
    display: inline;
    border-right: 1px solid #000;
}

.car_model_menu-min .car_model_menu li a.active {
    background-color: transparent;
    color: #019fe6;
}

.car_model_menu-min .car_model_menu li a:hover {
    background-color: transparent;
    color: #019fe6;
}

.tableNew th:nth-last-child(1), .tableNew th:nth-last-child(2) {
    background-color: #ffffc9;
}

.tableNew th {
    background-color: white;
    border: 1px solid black;
    padding: 5px 20px;
    font-weight: bold;
}

.tableNew {
    border: 1px solid black;
    border-collapse: collapse;
}

.tableNew tr td {
    border: 1px solid black;
    padding: 5px 20px;
}

.tableNew td:last-child {
    background-color: #ffffc9;
}

.tableNew td:last-child {
    text-align: center;
}

.buttonBuy {

    height: 30px;
    background-color: #ffce00;
    border-radius: 30px;
    font-weight: bold;
    text-align: center;
    padding: 3px 10px;
    font-size: 20px;

}

.square {
    position: relative;
    padding: 50%;
}

.square__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rectangle {
    width: 100%;
    padding: 25% 50%;
    position: relative;
    margin-bottom: 10px;
}

.rectangle__inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.rectangle__item {
    flex-shrink: 1;
    max-height: 100%;
    max-width: 100%;
}

.showcase {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1%;
}

.showcase__item {
    flex-basis: 31%;
    min-width: 200px;
    margin: 1%;
    border: 1px solid #fc3;
}

.showcase__item_hidden {
    visibility: hidden;
}

.bg-white {
    background: white;
}

.car {
    background: #fc3;
}

.car__img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.car__desc {
    padding: 10px;
}

.car__price {
    margin-bottom: 0 !important;
}

.left_menu_list_hide {
    display: none;
}

.car-stock {
    text-align: center;
}

.car-stock__item {
    display: inline-block;
    text-align: center;
    margin: 40px;
    padding: 10px;
}

.car-stock__item:hover {
    background-color: #754D9D;
}

.car-stock__info {
    color: #333;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    text-align: left;
}

.car-stock__price {
    display: flex;
    justify-content: space-between;
}

.car-stock__info span {

}

.car-stock__name {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.car-stock__item:hover .car-stock__info {
    color: #ffffff;
}

.stock-list_hide__item a {
    padding: 10px;
    text-align: left;
    padding-left: 30px;
    display: block;
    border-bottom: 1px solid #ccc;
}

.stock-list_hide__item:last-child a {
    border-bottom: none;
}

.stock-list_hide a:before {
    content: "";
    background: none;
}

.stock-list_hide {
    display: none;
}

.stock-list_show {
    display: block;
}

.stock-list__section {
    background: url(/static/img/bg_left_menu.png) repeat-x #eae9e8;
    padding: 14px;
    margin-bottom: 3px;
}

.stock-list__section:hover {
    background: rgb(255, 204, 51);
    cursor: pointer;
}

.models__body_bmw {
    align-items: stretch;
}

.models__body_bmw .models__body__item:last-child {
    align-items: center;
    justify-content: center;
}

.splitscreen {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2%;
    justify-content: space-around;
}

.splitscreen__item {
    margin: 2%;
    padding: 10px;
    flex-shrink: 1;
    flex-grow: 1;
}

.splitscreen__item_40 {
    flex-basis: 36%;
    min-width: 360px;
}

.splitscreen__item_50 {
    flex-basis: 36%;
    /*min-width: 420px;*/
}

.splitscreen__item_60 {
    flex-basis: 56%;
    min-width: 480px;
}

.img-here {
    background: #fc3;
}

/*.img-here::before {*/
/*content: 'Image';*/
/*color: white;*/
/*position: absolute;*/
/*top: calc( 50% - 20px );*/
/*width: 100px;*/
/*text-align: center;*/
/*height: 40px;*/
/*font-size: 20px;*/
/*line-height: 40px;*/
/*left: 0;*/
/*right: 0;*/
/*margin: 0 auto;*/
/*}*/
.model__price {
    font-weight: bold;
    font-size: 1.7rem;
    margin-bottom: 50px;
    margin-top: 30px;
}

.btn {
    display: block;
    text-align: center;
    /*margin-bottom: 10px;*/
    padding: 5px;
    font-size: 1.02rem;
    cursor: pointer;
}

.btn:not(:last-child) {
    margin-bottom: 10px;
}

.btn:hover {
    background: #fc3;
}

.btn_primary {
    background: #fc3;
}

.btn_secondary {
    background: #ececec;
}


.left_menu_list .checkout-active{
    background-color: gold;
}
.left_menu_list .link-emp-active:hover{
    background-color: #808080;
    text-decoration: none;
}

.left_menu_list .link-emp:before {
    background: none;
}

.left_menu_list .link-emp-active {
    background-color: #808080;
}

.title {
    font-size: 1.2rem;
    font-weight: bold;
}

.text {
    margin-bottom: 8px;
}

.call-to-action {
    background: #fc3;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 30px;
}

.call-to-action__title {
    margin: 0;
    height: 29px;
    line-height: 29px;
}

.other-avto {
    margin-top: 50px;
}

/* *** */

.pagination::after {
    content: '';
    display: table;
    clear: both;
}

.pagination {
    margin: 0 !important;
}

.pagination li {
    display: block;
    float: left;
    margin: 0 5px 5px 0 !important;
}

.pagination a, .pagination span {
    display: block;
    padding: 5px 10px;
    border: 1px solid #ececec;
}

.pagination span {
    cursor: default;
    background-color: #ececec;
}

.pagination a:hover {
    background-color: #ececec;
}

/* *** */

.stock-filter {
    background-color: #ececec;
    padding: 10px;
    margin-bottom: 20px;
}

.stock-filter::after {
    content: '';
    display: table;
    clear: both;
}

.stock-filter__row {
    margin-bottom: 10px;
}

.stock-filter__row:nth-last-of-type(1) {
    margin-bottom: 0;
}

.stock-filter__row::after {
    content: '';
    display: table;
    clear: both;
}

.stock-filter__block {
    width: 220px;
    float: left;
}

.stock-filter__block::after {
    content: '';
    display: table;
    clear: both;
}

.stock-filter__block--right {
    float: right;
    padding-right: 10px;
}

.stock-filter__checkbox {
    width: 110px;
    float: left;
    margin-bottom: 5px;
    cursor: pointer;
}

.stock-filter label,
input[type="checkbox"] {
    cursor: pointer;
}

.stock-filter__checkbox:nth-last-of-type(1),
.stock-filter__checkbox:nth-last-of-type(2) {
    margin-bottom: 0;
}
/*
.stock-filter select,
.stock-filter input[type="number"] {
    width: 210px;
    height: 31px;
    margin: 4px 0;
    padding: 5px 10px;
}

.stock-filter select:hover {
    cursor: pointer;
}
*/
.stock-filter input[type="submit"],
.stock-filter__reset-button {
    display: block;
    background-color: #fff;
    border: none;
    padding: 10px auto;
}

.stock-filter input[type="submit"] {
    float: left;
    cursor: pointer;
}

.stock-filter__reset-button {
    float: right;
}

.stock-filter input[type="submit"]:hover,
.stock-filter__reset-button:hover {
    background-color: #fdcc33;
}

.nCheckedCol {
    width: 25px!important;
    height: 25px!important;

    border: 1px solid #666;
    opacity: 1;
}
.req-color {color: #cc0505;}
.back-fos-model {
    font-size: 90%
}
.back-fos-comment {
    font-size: 90%
}
.cat-auto-special_offers__link, .nCatalogInfo__CarDesc_more-info-link, .nCatalogInfo__CarDesc_more-info-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 36px;
    width: 100%;
    background-color: #ffcd0e;
    position: relative;
    font-size: 115%;
    margin-top: 4px;
}

.nCatalogInfo__CarDesc_more-info-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 36px;
    width: 100%;
    background-color: #ffcd0e;
    position: relative;
    font-size: 115%;
    margin-top: 4px;
}

.back-fos-req {
    font-size: 75%;
}
.back-fos-descr {
    font-size: 75%;
}

.back-fos_hidden {opacity: 0.4;}

.back-fos_hidden td input:focus  <  td,
.back-fos_hidden td select:focus  <  td,
.back-fos_hidden td textarea:focus <  td {
    opacity: 1;
}


.aloneParam {
    pointer-events:none;
    opacity: 0.6;
  }
.aloneBefr:before {
    pointer-events:none;
    opacity: 0.2;
}

  .nCatalogInfo__Car-image {
    display: block;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: contain;
    background-position: center 100%;
    width: 100%;
  }

.subtext li{
    margin-left: 20px;
    list-style: disc;
}

/* *** */
