/* --- Content --- */
/* ---
	fonts
	base settings
	top navigation
	bootstrap navigation
	bootstrap navigation size-fix 
	login popup
	car subnavigation
	main slider
	slider pagination
	banners 
	news
	footer
--- */

/* --- fonts --- */
@font-face {
    font-family: 'MMC';
    src: url('/static/fonts/ptcentrosanspro-bold.eot');
    src: url('/static/fonts/ptcentrosanspro-bold.eot?#iefix') format('embedded-opentype'),
        /*url('/static/fonts/ptcentrosanspro-bold.woff2') format('woff2'),*/
        url('/static/fonts/ptcentrosanspro-bold.woff') format('woff'),
        url('/static/fonts/ptcentrosanspro-bold.ttf') format('truetype'),
        url('/static/fonts/ptcentrosanspro-bold.svg#MMC') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ptcentrosansproregular';
    src: url('/static/fonts/ptcentrosanspro-regular.eot');
    src: url('/static/fonts/ptcentrosanspro-regular.eot?#iefix') format('embedded-opentype'),
/* url('/static/fonts/ptcentrosanspro-regular.woff2') format('woff2'),*/
 url('/static/fonts/ptcentrosanspro-regular.woff') format('woff'),
 url('/static/fonts/ptcentrosanspro-regular.ttf') format('truetype'),
 url('/static/fonts/ptcentrosanspro-regular.svg#ptcentrosansproregular') format('svg');
font-weight: normal;
font-style: normal;

}





.carfinPriceBox small {
display:none !important;
}
.carfinPriceBox  {
position:relative;
display:inline;
top:7px;
}
.carfinPriceBox sup {
position: absolute;
right: 16px;
top: 3px;
z-index: 10;
font-size: 0.9em;
font-weight: bold;
color: #fff;
}
.carfinPriceBox_mmf sup {
right: 7px;
top: 10px;
font-size: 0.8em;
}

#carfinPrice {
 display:inline-block !important;
}
.carfinPrice {
 display:inline-block !important;
}

.mmf_car a.carfinPrice_btn.tlp_11{
 font-size: 0.9em !important;
 margin-top: 10px !important;
}

@media (max-width: 900px) {
 .mmf_car a.carfinPrice_btn.tlp_11{
     font-size: 0.6em !important;
     margin-top: 10px !important;
 }
 .carfinPriceBox_mmf sup {
     font-size: 0.6em;
 }
}


a.carfinPrice_btn.tlp_3{
 font-size: 1.2em !important;
 text-decoration: underline !important;
}


/* --- base settings --- */
* {margin: 0; padding:0; letter-spacing: 0.3px; }
:focus {outline: 0; }
a:focus {text-decoration: inherit;}
img {border: none; }
html,body {height: 100%; }
body { -webkit-font-smoothing: subpixel-antialiased; background: #fff; font-family: 'ptcentrosansproregular', Arial, sans-serif; font-size: 14px; }
	/*body.onload { overflow: hidden; position: fixed; }*/
ol,ul { list-style: none; margin-bottom: 0; font-size: 16px; }
input[type="button"], input[type="submit"], button {cursor: pointer; }
a { color: #ed1c24; text-decoration: underline; 
	    -moz-transition: all 0.3s ease-out; 
	 -webkit-transition: all 0.3s ease-out;
	         transition: all 0.3s ease-out; 
			 }
	a:hover { color: #ea1d24; text-decoration: none; }
	a:focus {outline: none; color:inherit; }
h6, h5, h4, h3, h2, h1 {font-family: 'ptcentrosansproregular', Arial, sans-serif;}
h6, h5, h4, h3, h2, h1, p {margin: 0;}
h6, h5, h4, h3, h2{
	letter-spacing:-1px !important;
}

h1{
	letter-spacing: -1px !important;
}
p {font-size: 16px; }
h1 sup {
	top: -.7em;
  	left: 0.3em;
  	font-size: 50%;
}  
iframe {max-width: 100%;}

.label {font-size: inherit; font-weight: normal;border-radius: 0;}
.label-danger {background:#ed1c24;line-height: 35px;}
.btn-danger {background:#ed1c24;}
.datepicker  {border-radius: 0 !important;}

.text-strong{font-weight: bold;}
.clear {clear: both }
.np {padding: 0 !important; }
.npl {padding-left: 0 !important; }
.npr {padding-right: 0 !important; }
.nm {margin: 0 !important; }
.nml {margin-left: 0 !important; }
.nmr {margin-right: 0 !important; }
.mb0{margin-bottom: 0 !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb50{margin-bottom: 50px !important;}
.mt0{margin-top: 0 !important;}
.mt5{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt50{margin-top: 50px !important;}
.ml0{margin-left: 0 !important;}
.ml5{margin-left: 5px !important;}
.ml10{margin-left: 10px !important;}
.ml20{margin-left: 20px !important;}
.ml30{margin-left: 30px !important;}
.ml50{margin-left: 50px !important;}
.mr0{margin-right: 0 !important;}
.mr5{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}
.mr20{margin-right: 20px !important;}
.mr50{margin-right: 50px !important;}
.pt0{padding-top: 0 !important;}
.pt5{padding-top: 5px !important;}
.pt10{padding-top: 10px !important;}
.pt20{padding-top: 20px !important;}
.pt50{padding-top: 50px !important;}
.pt0{padding-bottom: 0 !important;}
.pb5{padding-bottom: 5px !important;}
.pb10{padding-bottom: 10px !important;}
.pb20{padding-bottom: 20px !important;}
.pb50{padding-bottom: 50px !important;}
.pl0{padding-left: 0 !important;}
.pl5{padding-left: 5px !important;}
.pl10{padding-left: 10px !important;}
.pl20{padding-left: 20px !important;}
.pl50{padding-left: 50px !important;}
.pr0{padding-right: 0 !important;}
.pr5{padding-right: 5px !important;}
.pr10{padding-right: 10px !important;}
.pr20{padding-right: 20px !important;}
.pr50{padding-right: 50px !important;}


.text-grey{color: #777;}
.text-red{color:#fe0000;}

.appframe {display:none;}
.appframe img {width:100%;}
.closeframe {display:none; position:relative;background: #000; color:#fff; font-family: 'ptcentrosansproregular';  text-align: center; font-size: 15px;  padding: 8px 0; border-bottom: 1px solid #fff;}
.closeframe:before {bottom: 100%;left: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-bottom-color: #000;border-width: 10px;	margin-left: -10px;}

.mobile {-webkit-backface-visibility: hidden; }
.mobile_only {display: none; }
.overlay {background: #ea1d24; }
.inline {  display: inline-block; float:none;}
.preloader {background: url(/static/images/preloader.gif) center center no-repeat #fff; bottom: 0; height: 100%; left: 0; overflow: hidden; position: fixed; right: 0; top: 0; width: 100%; z-index: 999999; }
video.bgvid { background-size: cover; bottom: 0; height: auto; left: 0; min-height: 100%; min-width: 100%; position: fixed; right: 0; width: auto; z-index: -100; }
.temp_buttons { left: 0; position: fixed; top: 0; width: 110px; z-index: 9999999; }
.hidden_images { position: absolute; right: 0%; top: 0; opacity: 0; }
	.hidden_images img { height: 1px; width: 1px; }
.mobile .hidden_images { display: none; right: 101%; }

.container { max-width: 1225px; min-width: 280px; padding: 0; position: relative; }
/*.header { left: 0; position: relative; top: 0; width: 100%; z-index: 1001; margin-bottom: -103px;}*/
.header { left: 0; position: absolute; top: 0; width: 100%; z-index: 1001; }

.icon { background-image: url(/static/images/icons/icons_spr.png); background-repeat: no-repeat; display: inline-block; }
	.sprite-icon1 { background-position: 0 0; height: 17px; width: 13px; }
	.sprite-icon2 { background-position: 0 -59px; height: 21px; width: 26px }
	.sprite-icon3 { background-position: 0 -126px; height: 25px; width: 25px; }
	.sprite-icon4 { background-position: 0 -201px; height: 26px; width: 22px; }
	.sprite-icon5 { background-position: 0 -277px; height: 25px; width: 34px; }
	.sprite-icon6 { background-position: 0 -352px; height: 26px; width: 33px; }
	.sprite-icon7 { background-position: 0 -428px; height: 21px; width: 36px; }
	.sprite-icon8 { background-position: 0 -495px; height: 21px; width: 36px; }
	.sprite-icon9 { background-position: 10px -538px; height: 21px; width: 26px; }
	.sprite-icon10 { background-position: 0 -586px; height: 18px; width: 16px; }
	.sprite-icon11 { background-position: -40px -621px; height: 21px; width: 26px; }
	.sprite-icon12 { background-position: 0 -664px; height: 18px; width: 16px; }
	.banners, .news, .footer, .about { position: relative; z-index: 999; }

/* --- top navigation --- */
.top_nav { font-family: 'ptcentrosansproregular' , Arial, sans-serif; height: 37px; margin-right: 142px; text-align: right; }
	.top_nav li { display: inline-block; height: 40px; line-height: 40px; padding-left: 20px; }
		.top_nav li a { color: #fff; font-size: 14px; line-height: 15px; text-decoration: none; text-shadow: 0px 1px 0px rgba(0, 0, 0, 1); }
			.top_nav li a:hover { color: #ea1d24; text-decoration: underline; }
		.top_nav li.active a,
.top_nav.black li.active a {color: #ff3333;}
.low_mode .top_nav li a,
.top_nav.black li a {color: #000; text-shadow:none;}

/* --- bootstrap navigation --- */
.navbar { border-radius: 0; border: 0; margin-bottom: 0; position: relative; }
.navbar-default,
.navbar-default .navbar-collapse,
.navbar-default .navbar-form { background: none; border: none; }
.navbar-collapse {padding: 0;}
.navbar-toggle { float: none; margin: 0 auto; }
.navbar-toggle span {
	-moz-transition: all 0.3s ease-out; 
	 -webkit-transition: all 0.3s ease-out;
	         transition: all 0.3s ease-out; 
}
.navbar-default .navbar-toggle.active .icon-bar {background: #222222;}
.navbar-default .navbar-toggle.active .text-bar {color: #222222;}
.navbar-default .navbar-toggle { border: none; padding: 15px 10px; text-align: center; width: 100%; }
.navbar-toggle .icon-bar { height: 5px; margin: 0 auto; width: 30px; }
.navbar-default .navbar-toggle .text-bar { color: #7c7c7c; display: block; font-family: 'MMC', Arial, sans-serif; font-size: 10px; padding-top: 5px; text-transform: uppercase; }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {background: transparent; }
.navbar-nav {margin: 0;}
ul.main_nav_level_first { display: block; width: 100%; }
	ul.main_nav_level_first > li {float: left; height: 66px; padding: 0; position: relative; text-align: center; vertical-align: middle; 
		    -moz-transition: color, background 0.4s ease-out; 
		 -webkit-transition: color, background 0.4s ease-out;
		         transition: color, background 0.4s ease-out;
				 }
		ul.main_nav_level_first > li.mobile_only {display: none; }
		ul.main_nav_level_first > li.auto_link {position: static; }
.main_nav-item.collapse ul.main_nav_level_first > li {background: #f9f9f9; }
	.main_nav-item.collapse ul.main_nav_level_first > li:after { color: #717171; content: '\007c'; display: block; font-family: Arial, sans-serif; font-size: 13px; height: 13px; left: -2px; margin-top: -5px; position: absolute; top: 50%; }
ul.main_nav_level_first > li > a,
.navbar-default .navbar-nav>li>a { color: #333333; display: block; font-family: 'ptcentrosansproregular', Arial, sans-serif; font-size: 17px; font-weight: normal; padding: 25px 0 21px; text-decoration: none; width: 100%; }
.mobile ul.main_nav_level_first > li,
.mobile ul.main_nav_level_first > li > a { 
	   -moz-transition: none !important; 
	-webkit-transition: none !important; 
	        transition: none !important; 
			}
.main_nav-item.collapse ul.main_nav_level_first > li:first-child:after,
.main_nav-item.collapse ul.main_nav_level_first > li.active:after,
.main_nav-item.collapse ul.main_nav_level_first > li:hover:after,
.main_nav-item.collapse ul.main_nav_level_first > li:hover + li:after,
.main_nav-item.collapse ul.main_nav_level_first > li.active + li:after {display: none; }
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus { background: #000; color: #fff; }
.navbar-default .navbar-nav>li:hover,
.main_nav-item.collapse ul.main_nav_level_first > li:hover,
.navbar-default .navbar-nav>.active:hover>a {background: #000;}
.mobile .navbar-default .navbar-nav>li:hover,
.mobile .main_nav-item.collapse ul.main_nav_level_first > li:hover {background: transparent;}
ul.main_nav_level_first > li:hover > a,
.navbar-default .navbar-nav>li:hover>a {color: #fff;}
.navbar-default .navbar-nav>li>a:hover,
.mobile .navbar-default .navbar-nav>li.active>a:hover { background: #000; color: #fff; }
.mobile .navbar-default .navbar-nav>li>a:hover { background: #f9f9f9; color: #000; }
ul.main_nav_level_first > li.dealer_search,
ul.main_nav_level_first > li.login_link { background: #000; padding: 0; }
.login_link.with_arrow:before {
	  content: " "; height: 0; width:0; left: 50%; bottom: 0; margin-left: -13px; pointer-events: none;  position: absolute; width: 0; height: 0; border-style: solid; border-width: 0 13px 13px 13px; border-color: transparent transparent #f9f9f9 transparent; 
	   -moz-transition: opacity 0.1s ease-out; 
	-webkit-transition: opacity 0.1s ease-out;
	        transition: opacity 0.1s ease-out; 
			}

ul.main_nav_level_first > li.logo_wrapper > a {padding: 0;}
.logo_wrapper .logo_img .logo {float: right; max-width: 100%;}
.low_mode .logo_wrapper .logo_img { background: url(/static/images/logo_black.png) top right no-repeat; background-size: cover; float: right; height: 118px; padding: 0; width: 76px; }
	.low_mode .logo_wrapper .logo_img img {display: none;}
ul.main_nav_level_first > li.dealer_search a,
ul.main_nav_level_first > li.login_link a {-webkit-font-smoothing: subpixel-antialiased;}
ul.main_nav_level_first > li.dealer_search:after,
ul.main_nav_level_first > li.login_link:after {display: none;}
ul.main_nav_level_first .mobile {display: none;}
ul.main_nav_level_first > li.login_link i { left: -6px; margin-right: 0; position: relative; top: 3px; }
.search_form a { background: none; border: none; color: #fff; display: block; font-family: 'ptcentrosansproregular' , Arial, sans-serif; font-size: 14px; margin-right: 12px; padding: 23px 0 20px; position: relative; text-decoration: none; }
	.search_form a .icon { left: 10px; padding-right: 27px; position: relative; top: 2px; }
ul.main_nav_level_first > li.dealer_search > a,
ul.main_nav_level_first > li.login_link > a { color: #fff; display: block; font-family: 'ptcentrosansproregular' , Arial, sans-serif; font-size: 14px; line-height: 14px; padding: 18px 0 16px; }
.search_form a:hover,
ul.main_nav_level_first > li.login_link > a:hover,
ul.main_nav_level_first > li.login_link.active > a {color: #ea1d24;}
.main_nav_level_inner { background: #f9f9f9; display: none; left: 0; padding: 0; position: absolute; text-align: center; top: 66px; width: 100%; z-index: 1000; 
	box-shadow: rgb(221, 221, 221) 1px 1px,
    rgb(221, 221, 221) 2px 2px,
    rgb(221, 221, 221) 3px 3px,
    rgb(221, 221, 221) 4px 4px

}
	.main_nav_level_inner > ul {padding: 0;}
		.main_nav_level_inner > ul li {}
			.main_nav_level_inner > ul li a { color: #333333; display: block; _font-family: 'ptcentrosansproregular'; font-size: 14px;  line-height: 16px; padding: 12px 0; text-decoration: underline; }
				.main_nav_level_inner > ul li a:hover { background: #050705; color: #fff; text-decoration: none; }
			.main_nav_level_inner > ul li.so_menu_itm a { color: #fff; background:#ed1c24; text-decoration: none;}
			.main_nav_level_inner > ul li.so_menu_itm a:hover { color: #fff; background:#ed1c24; text-decoration: underline;}
				
/* bootstrap navigation size-fix */
.main_nav { height: 66px; position: relative; }
	.main_nav-item.collapse {width: 750px;}
ul.main_nav_level_first > li {width: 187.5px;}
.main_nav-item { float: left; width: 475px; }
ul.main_nav_level_first > li.dealer_search {width: 179px;}
ul.main_nav_level_first > li.login_link {width: 180px;}
ul.main_nav_level_first > li.logo_wrapper {width: 100px;}
	ul.main_nav_level_first > li.logo_wrapper a {
		   -moz-transition: none;
		-webkit-transition: none;
		        transition: none;
				}
.auto_box {width: 1109px;}
.auto_item {width: 277px;}
	/*.auto_item:nth-child(3n) {width: 359px;} */

/* --- login popup --- */
.login_win { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; background: #f9f9f9;  box-sizing: border-box; display: none; padding: 19px 20px 20px; position: absolute; right: 0; top: 66px; width: 240px; z-index: 2000;
	box-shadow: rgb(221, 221, 221) 1px 1px,
    rgb(221, 221, 221) 2px 2px,
    rgb(221, 221, 221) 3px 3px,
    rgb(221, 221, 221) 4px 4px
 }
	.login_win h4 { color: #333; font-family: 'ptcentrosansproregular', Arial, sans-serif; font-size: 19px; font-weight: normal; line-height: 1; margin-bottom: 11px; text-align: left; }
	.login_win input { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; background: none; border: 1px solid #919191; box-sizing: border-box; padding: 10px; width: 100%; }
	.login_win .form_item {margin-bottom: 12px;}
	.login_win .forgot_pass { color: #333; display: inline-block; float: right; font-size: 12px; margin-bottom: 20px; margin-top: -3px; }

	.login_win .loginmenu { list-style: none; margin:0; padding:0; margin-top: 15px; }
		.login_win .loginmenu li { text-align: left;  }
			.login_win .loginmenu li a{ display:block; color:#000; font-size: 16px; text-decoration: none; padding:5px 15px;  }
			.login_win .loginmenu li a .fa{ display:inline-block; width:20px; text-align: center; position:relative; top:0;  }
			.login_win .loginmenu li a:hover{ background:#e2e2e2;  }
		.login_win .login_win_name { padding-left:5px; color:#000; display:block; text-align: left; text-decoration: none; font-family: 'ptcentrosansproregular', Arial, sans-serif;     font-size: 19px;}
		.login_win .login_win_name img { max-width: 30px; max-height: 30px; 
						-moz-border-radius: 50px;
					    -webkit-border-radius: 50px;
					    -khtml-border-radius: 50px;
					    border-radius: 50px;
		 }


.login_btn { background: #ed1c24; border: none; clear: both; color: #fff; display: block; font-family: 'MMC', Arial, sans-serif; font-size: 14px; height: 35px; line-height: 38px; margin-bottom: 10px; text-align: center; text-transform: uppercase; width: 100%; }
	.login_btn:hover {background: #fc262e;}
.reg_btn { background: #b0b0b0; clear: both; color: #fff; display: block; font-family: 'MMC', Arial, sans-serif; font-size: 14px; height: 35px; line-height: 38px; text-align: center; text-decoration: none; text-transform: uppercase; width: 100%; }
	.reg_btn:hover { background: #bebebe; color: #fff; }
	
/* --- car subnavigation --- */
.auto_box { background: #f9f9f9; display: none; left: 0; position: absolute; right: 0; top: 66px; z-index: 1000; }
	.auto_box .row { clear: both; margin: 0; overflow: hidden; }
.auto_item { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; float: left; overflow: hidden; padding: 28px 0px 15px; position: relative; text-align: left; height:180px; }
.auto_img { line-height: 110px; position: relative; text-align: left; }
	.auto_img img { display: inline-block; vertical-align: bottom; 
		-webkit-transform: scale(0.85); 
 		-moz-transform: scale(0.85); 
  		-ms-transform: scale(0.85); 
   		-o-transform: scale(0.85); 
      	transform: scale(0.85);
	}
.auto_item.imiev .auto_img {left: -10px;}
.auto_item.lancer .auto_img {}
.auto_item.lancerevo .auto_img {}
.auto_item.outlanderphev .auto_img {}
.auto_item.asx .auto_img {left: 14px;}
.auto_item.outlander .auto_img {left: 11px;}
.auto_item.pajero .auto_img {left: 16px;}
.auto_item.pajerosport .auto_img {left: 16px;}
.auto_item.l200 .auto_img {left: 14px;}
.auto_box ul {margin-left: 0;}
.auto_item.active .auto_info {top: 0;}
.auto_item > a { color: #333; display: inline-block; font-family: 'ptcentrosansproregular', Arial, sans-serif; font-size: 15px; line-height: 18px; line-height: 1; padding-left: 10px; text-decoration: none; }
.auto_info { background: #000; background: rgba(0, 0, 0, 0.85); color: #fff; font-family: 'ptcentrosansproregular', Arial, sans-serif; height: 100%; left: 0; overflow: hidden; padding: 29px 0 30px 10px; position: absolute; top: 100%; width: 100%;
	    -moz-box-sizing: border-box; 
	 -webkit-box-sizing: border-box;
	         box-sizing: border-box;
			 
	    -moz-transition: all 0.2s linear; 
	 -webkit-transition: all 0.2s linear;
	         transition: all 0.2s linear;
			 }
	.auto_info h3 { -webkit-font-smoothing: subpixel-antialiased; font-family: 'ptcentrosansproregular', Arial, sans-serif; font-size: 16px; font-weight: normal; margin-bottom: 34px; }
		.auto_info h3 a { -webkit-backface-visibility: hidden; color: #fff; font-weight: normal; text-decoration: none; }
			.auto_info h3 a:hover { color: #ea1d24; text-decoration: none; }
	.auto_info ul li {  margin-bottom: 1px; }
		.auto_info ul li a { color: #fff; font-size: 14px; text-decoration: none; }
			.auto_info ul li a:hover { color: #ff0000; text-decoration: none; }
	.auto_info .price { -webkit-backface-visibility: hidden;  line-height: 17px; top: 132px; color: #ff0000; font-family: 'MMC', Arial, sans-serif; font-size: 16px;  position: absolute; right: 30px; }
		.auto_info .price a { display: block; font-size: 75%; color:inherit; text-decoration: none; }
		.auto_info .price a:hover {  text-decoration: underline; }
		
.fuel_info { color: #999999; float: right; font-size: 14px; text-align: right;   margin-right: 10px;   margin-top: 5px;}
	.fuel_info p {font-size:14px }
	.fuel_info p:first-child { line-height: 11px; padding-right: 35px; position: relative; }
	.fuel_info p .icon { position: absolute; right: 0; top: 1px; }
	.fuel_info p strong { -webkit-font-smoothing: subpixel-antialiased; color: #fff; font-family: 'MMC', Arial, sans-serif; font-weight: normal;  line-height: 20px; font-size:12px }
	
/* --- main slider  --- */
.main_slider {position: relative;}
.slide_nav { height: 0px; left: 0; position: absolute; top: 40%; width: 100%; z-index: 110; }
.low_mode .slide_nav {top: 353px;}
.slide_nav .prev,
.slide_nav .next { background-image: url(/static/images/prev_next.png); background-position: center bottom; background-repeat: no-repeat; height: 94px; left: 5px; opacity: 0.5; position: absolute; width: 50px; z-index: 110; 
	    -moz-transition: opacity 0.3s ease-out; 
	 -webkit-transition: opacity 0.3s ease-out;
	         transition: opacity 0.3s ease-out;
			 }
.slide_nav .next { background-position: center top; left: auto; right: 5px; }
.slide_nav .prev:hover,
.slide_nav .next:hover {opacity: 1;}
.video_slider_wrapper {position: relative;}
.video_slider { height: 650px; width: 100%; }
	.video_slider.low {margin-bottom: 6px;}
	.video_slider img { height: auto; width: 100%; }
	.video_slider li { display: block; height: inherit; left: 0; opacity: 0; position: absolute; top: 0; width: 100%; }
		.video_slider li.first { display: block; opacity: 1; }
		.video_slider li a.car_link,
			.model_promo .car_link { bottom: 0; display: block; height: 100%; left: 0; position: absolute; right: 0; top: 0; width: 100%; z-index: 101; 
				-moz-user-select: none; 
				-webkit-user-select: none; 
				-ms-user-select:none; 
				user-select:none;
				-o-user-select:none;
			}
			.model_promo .car_link { cursor: url('/static/images/arrow.cur'), pointer; height: 70%; z-index: 99; }
			.model_promo .car_link.on { cursor: url('/static/images/arrow2.cur'), pointer;  }
.video_slider li video {cursor: pointer;}
.video_slider .img_replace,
.model_promo_img .img_replace { background-position: top center; background-size: cover; background-repeat: no-repeat; height: 100%; height: 100%; left: 0; opacity: 0; position: absolute; top: 0; width: 100%; }
.video_slider.wide .img_replace {background-size: cover;}
.video_slider .img_replace.active {opacity: 1;}
.video_slider .slide_text { bottom: 130px; color: #fff; font-size: 18px; left: 0; line-height: 1; padding-top: 5px; position: absolute; text-transform: uppercase; width: 100%; z-index: 103; }
	.video_slider .slide_text > .container > .row {margin: 0;}
	.video_slider .slide_text .main_param { font-family: 'ptcentrosansproregular', Arial, sans-serif; font-weight: normal; }
	.video_slider .slide_text .price,
.model_promo_item .slide_text .price { color: #ea1d24; font-family: 'MMC', Arial, sans-serif; font-size: 36px;  padding-right: 7px; }
	.video_slider .slide_text .price_range .sprite-icon4,
.model_promo_item .slide_text .price_range .sprite-icon4 { left: -2px; position: relative; }
	.video_slider .slide_text .price span,
.model_promo_item .slide_text .price span {display: none;}

	.video_slider .slide_text p sup,
.model_promo_item .slide_text p sup { font-size: 18px; line-height: 1; position: relative; top: -12px; }
	.video_slider .slide_text  h2,
.model_promo_item .slide_text h2,
.model_promo_item .slide_text h1 { -webkit-font-smoothing: subpixel-antialiased; color: #fff; font-family: 'MMC', Arial, sans-serif; font-size: 59px; font-weight: normal;  line-height: 55px; margin-left: -5px; }
	.video_slider .slide_text  h2 a,
.model_promo_item .slide_text h2 a { color: #fff; text-decoration: none; }
.video_slider.low .slide_text {color: #000;}
.video_slider.low .slide_text {bottom: 19px;}
	.video_slider .slide_text p {position: relative; top: -3.5px; left: -1px;}
	.video_slider.low .slide_text  h2 a {color: #000;}
	.video_slider.low .slide_text .price_range { padding-top: 19px; text-align: right; }
body .video_slider.low,
body .video_slider.low li {height: 590px;}
body.high_mode .video_slider .slide_text .col-md-3 {width:100%; float:left;}
.slide_offer { line-height: 45px; font-family: 'ptcentrosansproregular', Arial, sans-serif; font-size: 36px; color: #ea1d24; position: absolute; top:130px; left:0; width:100%; z-index: 100;}
	.slide_offer b {font-family:'MMC', Arial, sans-serif; font-size: 1.6em;}
	.slide_offer span {font-size: 0.97em;}
	.slide_offer.small {width: 100%; font-size: 29px; line-height: 31px; font-size: 24px; padding-left: 10px; float: left;}

/* --- slider pagination  --- */
.slide_pagination_box { background: url(/static/images/temp_bg.png) 0 bottom repeat-x;  height: 100px; margin-top: 0; position: relative; width: 100%; z-index: 200; 
	   -moz-transition: margin-top 0.7s 0.1s ease-out; 
	-webkit-transition: margin-top 0.7s 0.1s ease-out;
	        transition: margin-top 0.7s 0.1s ease-out;
			}
	.slide_pagination_box.on {margin-top: -120px;}
.low_mode .slide_pagination_box {}
.slide_pagination,
.section_car_items { clear: both; margin: 0 auto; padding: 0 5px; position: relative; text-align: center; }
.slide_pagination li,
.section_car_items li { width: 11.11%; position:relative; display: inline-block; margin: 0 8px;}
i.car_new { display:block; width:34px; height:14px; background:url(/static/images/car_new.png) 0 0 no-repeat; position:absolute; left:3px; top:3px;}
.slide_img { cursor: pointer; height: 85px; overflow: hidden; padding-bottom: 6px; text-align: center; position:relative;}
	.slide_img:hover .car_name span {color: #ed1c24;}
.selected .slide_img:hover .car_name span {color: #fff;}
.car_name { left: 0; margin-left: 0; margin-top: -3px; position: relative; text-align: left; 
	   -moz-transition: left 0.3s ease-out; 
	-webkit-transition: left 0.3s ease-out;
	        transition: left 0.3s ease-out;
			}
	.car_name.animateOut {left: -100%;}
	.car_name.animateIn {left: 0;}
	.car_name strong { -webkit-font-smoothing: subpixel-antialiased; color: #333; display: inline-block; font-family: 'ptcentrosansproregular'; font-weight: bold; height: 20px; line-height: 20px; margin-left: 12px; padding: 0; text-decoration: none; text-transform: uppercase; vertical-align: top; white-space: nowrap; }
	.car_name span { display: inline-block; height: 20px; line-height: 21px; padding: 0 3px; position: relative; font-size: 14px; }
.selected .car_name strong { color: #fff; white-space: nowrap; }
	.selected .car_name strong span:before {border-top: 20px solid #ed1c24;}
	.selected .car_name strong span:after {border-bottom: 20px solid #ed1c24;}
.selected .car_name span {background-color: #ed1c24;}
.car_name strong span:before { border-left: 12px solid transparent; content: ''; left: -12px; position: absolute; top: 0; }
.car_name strong span:after { border-right: 12px solid transparent; content: ''; left: 100%; position: absolute; top: 0; }

/* --- banners --- */
.banners { background: #ffffff; padding: 20px 0 0; }

.banner-item { float:left; height: 186px; overflow: hidden; position: relative; width:410px;}
	.banner-item > div > a { display: block; position: relative; }
	.banner-item .banner_img { display: block; left: 0; position: absolute; top: 0; }
	.banner-item .banner_img,
.banner-item .banner_img img {height: 100%; min-width:100%;}
	.banner-item .banner_info { -webkit-backface-visibility: hidden; -webkit-font-smoothing: antialiased; height: 100%; position: relative; }
		.banner-item .banner_info a { background: rgba(0,0,0,0.7); color: #fff; display: block; font-family: 'ptcentrosansproregular'; height: 100%; opacity: 1; position: relative; text-decoration: none; }
		.banner-item .banner_info h3 { font-size: 30px; text-align:left; font-weight: normal;  line-height: 28px; padding: 0 10px 0 18px; position: relative; top: 17px; }
		.banner-item .banner_info .action { text-align: left; bottom: 22px; font-size: 14px; font-weight: normal; left: 17px; ; padding-right: 6px; position: absolute; }
			.banner-item .banner_info .action span { -webkit-backface-visibility: hidden; -webkit-font-smoothing: antialiased; color: #ed1c24; display: inline-block; font-weight: normal; }

.banner-width-50 { width:408px;}
.banner-width-33 { width:33.3%;}
.banner-width-25 { width:25%;}
.banner-width-20 { width:20%;}


/* --- banner_wide --- */
.banner_wide {clear: both; overflow: hidden; margin-bottom: 15px;}
	.banner_wide img {width: 100%; height: auto;}
	.banner_wide.main {background:#fff; margin:0; padding:20px 0; z-index: 200; position:relative; }
.big_banner {display:block;}
.small_banner {display:none;}
.big_banner_half {float:left; width:50%;  }

/* --- video main --- */
.video_main {clear: both; overflow: hidden; margin-bottom: 15px; width: 100%; height: 710px; background:#fff; margin:0; padding:20px 0; z-index: 200; position:relative;}
    @media (max-width: 991px) {
        .video_main {
            height: 500px !important;
        }
    }
    @media (max-width: 480px) {
        .video_main {
            height: 230px !important;
        }
    }

/* --- news --- */
.news {background: #ffffff; overflow:hidden; padding-top: 12px;}
	.news_box { clear: both; padding: 64px 0 23px; position: relative; margin: 0;}
		.news_item_head h2 { color: #000; font-family: 'ptcentrosansproregular', Arial, sans-serif; font-size: 48px; font-weight: normal; line-height: 1; margin-bottom: 5px; margin-left: -4px; }
	.news_item { background: url(/static/images/line2x.png) no-repeat 0 8px; background-size: 13%; float: left; min-height: 85px;   max-height: 80px; overflow:hidden; padding-left: 60px; padding-right: 20px; padding-top: 5px; position: relative; width: 310px; }
		.news_item .more_link {padding-left: 0;}
		.news_item.news_item_head { background: none; margin-left: 0; margin-top: -15px; padding-left: 0; }
	.news_carousel_wrapper {position: relative; margin-left: 20px;}
	.news_carousel .news_item:first-child {}
	.news_item p.date { color: #333333; font-family: 'ptcentrosansproregular', Arial, sans-serif; font-size: 14px; line-height: 14px; margin-bottom: 15px; }
	.news_item h4,
.news_item h4 a { color: #333; font-family: 'ptcentrosansproregular', Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 17px; text-decoration: none; }
	.news_item h4 a:hover { color: #ed1c24; text-decoration: underline; }

/* --- news pagination --- */
.paginator { clear: both; left: -302px; margin: 12px 0 18px; overflow: hidden; position: absolute; top: 57px; }
		.paginator a { background: url(/static/images/pager_frame2x.png) no-repeat 0 0; background-size: cover; float: left; height: 24px; margin-left: -5px; text-decoration: none; width: 39px; }
			.paginator a:first-child {margin-left: 0;}
			.paginator a span { color: #333333; display: block; font-size: 11px; line-height: 11px; padding-top: 7px; text-align: center; text-decoration: none; }
			.paginator a.selected span {color: #ed1c24;}

/* press list */
.press_carousel_wrapper {position: relative; }

.press_item {
	position:relative;
	height:150px;
	padding-left: 0;
}
	.press_item .img {
		display:block;
		position:absolute;
		width:100%;
		height:100%;
		background:center no-repeat;
		background-size:cover;
	}
	.press_item h3 {
		font-size: 16px;
	}
	
	
	.press_item .title {
		display:block;
		position:absolute;
		width:100%;
		height:144px;
		background:url(/static/images/inner/press_grad.png) 0 0 repeat-x;
		color:#fff;
		text-decoration: none;
		padding:10px 20px;
		text-shadow: 1px 1px 1px #000;
	}
	.press_item .source {
		position:absolute;
		color:#fff;
		bottom:0px;
		padding:10px 20px;
		font-size: 15px;
		text-shadow: 1px 1px 1px #000;
	}
/* --- press pagination --- */
.paginator.press_paginator { left: 0px; top: 154px; }





/* --- about --- */
.about {background: #ffffff; padding-bottom: 50px;}
	.aboute_text {margin-left: 305px;}
	.aboute_text ul {list-style:circle; padding-left: 17px; margin: 15px 0; }
	.aboute_text h1 {font-size: 36px;font-weight: normal;line-height: 1;margin:30px 0;}
	.aboute_text h2 {font-size: 30px;font-weight: normal;line-height: 1;margin:20px 0;}
	.aboute_text h3 {font-size: 25px;font-weight: normal;margin:15px 0;}
	.aboute_text p {margin-bottom: 15px;}


/* --- footer --- */
.footer { background: #121212; clear: both; color: #fff; font-family: 'ptcentrosansproregular', Arial, sans-serif;  padding: 42px 0 20px 0; margin-bottom: -20px; }
		.footer .container {max-width: 1150px;}
		.footer .lid { color: #666666; font-size: 13px; line-height: 15px; margin-bottom: 11px; padding-right: 88px; }
			.footer .lid a { color: #666666;  }
			.footer .lid .phone { color: #f9f9f9; cursor: pointer; display: none; text-decoration: underline; }
	.mobile .footer .lid .phone {display: block;}
	.mobile .footer .lid span {display: none;}
	
	

	.pluses_box {float: left;}
		.pluses_box li { color: #666666; float: left; font-size: 13px; margin-right: 8px; position: relative; }
			.pluses_box li:first-child {margin-right: 12px;}
		.pluses_box .plus_item { background: #f9f9f9; bottom: 100%; color: #333333; display: none; font-size: 10px; left: 0; line-height: 12px; margin-bottom: 15px; margin-left: -40px; padding: 35px; position: absolute; width: 515px; z-index: 100; }
			.pluses_box .plus_item:after { border: solid transparent; border-color: rgba(249, 249, 249, 0); border-top-color: #f9f9f9; border-width: 12px; content: " "; height: 0; left: 40px; pointer-events: none; position: absolute; top: 100%; width: 0; }
			.pluses_box .plus_item p {margin-bottom: 15px;}
		.pluses_box .number { -webkit-font-smoothing: subpixel-antialiased; color: #fff; font-family: 'MMC', Arial, sans-serif; font-size: 14px; font-weight: normal; left: 0; text-decoration: none; top: 0; }
		
		/*.pluses_box li:hover .number {text-decoration: none;}
		.pluses_box li:hover .plus_item {display: block;}*/

		.pluses_box li.active .number {text-decoration: none;}
		.pluses_box li.active .plus_item {display: block;}


	.leagal_box { margin-top: 30px;   color: #666;}
	.leagal_box .plus_item { margin-left: 30px;font-size: 11px; margin-bottom:15px; text-align: justify; }
	.leagal_box .number { float:left; font-size: 10px; margin-bottom:15px; }
		.leagal_box ul > * {display:none;}
		.leagal_box ul > li {display:list-item;}	

.mdrive_badge  {margin-top:20px;}
	.mdrive_badge img {max-width: 100%;}
.pluses_box .number span {text-decoration: underline;}
	.for_customers,
.for_owners { float: left; margin-left: 60px; }
.for_owners, .for_customers {max-width:190px;   padding-top: 7px;}
.for_customers {margin-left: 0; }
	.for_customers h6,
.for_owners h6 { -webkit-font-smoothing: subpixel-antialiased; color: #fff; font-family: 'MMC', Arial, sans-serif; font-size: 14px; font-weight: normal; margin-bottom: 21px; text-transform: uppercase; }
		.for_customers h6 a,
.for_owners h6 a { color: #fff; font-size: 14px; text-transform: uppercase; }
		.for_customers li,
.for_owners li {margin-bottom: 6px;}
		.for_customers li a,
.for_owners li a { color: #999999; font-family: 'ptcentrosansproregular'; font-size: 13px; }
		.for_customers li a:hover,
.for_owners li a:hover {text-decoration: none;}
		.for_customers li:last-child a,
.for_owners li:last-child a {color: #fff;}
	.bottom_nav { clear: both; margin-bottom: 20px; overflow: hidden; }
		.bottom_nav ul { display: table; width: 100%; }
		.bottom_nav li {display: inline-block; margin-right: 20px;}
			.bottom_nav li.mobile_only {display: none;}
			.bottom_nav li a { -webkit-font-smoothing: subpixel-antialiased; color: #fff; font-family: 'MMC', Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 16px; text-transform: uppercase; }
				.bottom_nav li a:hover {text-decoration: none;}
	.copyright p,
.mmsrus p { -webkit-font-smoothing: subpixel-antialiased; font-family: 'MMC', Arial, sans-serif; font-size: 27px; font-weight: normal; line-height: 22px; text-align: left; text-transform: uppercase; }
	.mmsrus p {font-size: 13px;}
	.copyright_img a {padding-left: 40px;}
		.copyright_img a:first-child {padding-left: 0;}
	.footer_logo { margin-bottom: 58px; margin-left: 14px; margin-top: 3px; }
	.soc_nav { clear: both; overflow: hidden; padding-top: 41px; }
		.soc_nav li { float: left; margin-right: 10px; }
			.soc_nav li a { background: url(/static/images/soc_nav.png) no-repeat 0 0; background-size: auto 200%; display: block; height: 33px; width: 33px; 
				   -moz-transition: all 0.2s linear; 
				-webkit-transition: all 0.2s linear;
			        	transition: all 0.2s linear;
						-moz-border-radius: 50px;
					    -webkit-border-radius: 50px;
					    -khtml-border-radius: 50px;
					    border-radius: 50px;
						}
			.soc_nav li:hover a {background-position: 0 -33px;}
			.soc_nav li.facebook a {background-position: -35px 0;}
			.soc_nav li.facebook:hover a {background-position: -35px -33px;}
			.soc_nav li.twitter a {background-position: -70px 0;}
			.soc_nav li.twitter:hover a {background-position: -70px -33px;}
			.soc_nav li.vk a {background-position: -104px 0;}
			.soc_nav li.vk:hover a {background-position: -104px -33px;}
			.soc_nav li.gplus a {background-position: -139px 0;}
			.soc_nav li.gplus:hover a {background-position: -139px -33px;}
			.soc_nav li.ok a {background-position: -174px 0;}
			.soc_nav li.ok:hover a {background-position: -174px -33px;}
			.soc_nav li.instagramm a {background-position: -209px 0;}
			.soc_nav li.instagramm:hover a {background-position: -209px -33px;}
			.soc_nav li.flickr a {background-position: -244px 0;}
			.soc_nav li.flickr:hover a {background-position: -244px -33px;}
			.soc_nav li.vimeo a {background-position: -279px 0;}
			.soc_nav li.vimeo:hover a {background-position: -279px -33px;}
			.soc_nav li.mail a {background-position: -313px 0;}
			.soc_nav li.mail:hover a {background-position: -313px -33px;}
			.soc_nav li.rss a {background-position: -348px 0;}
			.soc_nav li.rss:hover a {background-position: -348px -33px;}

/* select dropdown */
.select_drop {background: url(/static/images/select_bg.png) no-repeat 0 0; float: right; padding:0 0 0 24px; margin-right: 120px; margin-bottom: 60px; width:255px;}
	.select_drop .select2-container .select2-selection--single {height: 41px; line-height: 41px; border:0 none;}
	.select_drop .select2-container--default .select2-selection--single{background-color:transparent;}
	.select_drop .select2-container--default .select2-selection--single .select2-selection__arrow{right:15px;}
	

	.select_drop div.selector {position: relative; background: url(/static/images/select_bg.png) no-repeat 0 0; width: 255px !important; height: 41px; line-height: 41px; margin-left: 18px; padding-left: 33px}
		.select_drop div.selector.hover.active,
		.select_drop div.selector.focus.active,
		.select_drop div.selector.hover,
		.select_drop div.selector.focus {background: url(/static/images/select_bg.png) no-repeat 0 0;}
	.select_drop div.selector span {position: relative; display: block; background: none; width: 222px !important; height: 41px; line-height: 43px; font-size: 14px; color: #000; text-transform: uppercase;  text-shadow:none;}
		.select_drop div.selector span:after {position: absolute; top: 18px; right: 29px; content: ''; width: 0; height: 0; border-style: solid; border-width: 8px 5px 0 5px; border-color: #7e8077 transparent transparent transparent; }
	.select_drop div.selector select {min-width: 245px; height: 41px; position: absolute; top: 0;}
	.mobile .select_drop div.selector select { font-size: 70px;} 

.select_drop_dealers {margin-right:0; margin-bottom:20px;}



/*Form Page*/

.form_inner {max-width: 480px;margin: 30px auto 50px auto;}
	.form-control {border-radius: 0; border: 1px solid #000; color:#000; font-size:16px; height: 44px;}
	.form-group{position:relative;}
		.form-group.required:after{content: " ";position: absolute;top:1px;right:1px;width: 0;	height: 0;border-style: solid;border-width: 0 12px 12px 0;border-color: transparent #ed1c24 transparent transparent;z-index:10001;}
		.form-group.required.form-car-select:after {top: 0px;right: 0px;}

.form-group.form-car-select{padding:10px 0 0 0;border: 1px solid transparent;}
	.form-group.form-car-select .form-car-noselect{width:100%;margin:10px 0 10px;}
	.form-group.form-car-select .form-car-item{line-height: 14px; color:#777;	font-weight: bold;padding:5px 0;font-size: 12px;text-transform: uppercase;text-align: center;cursor:pointer;}
		.form-group.form-car-select .form-car-item.active{color:#ed1c24;}

.carfin_link_text,.nav-button{ text-decoration: none; padding: 10px 27px 10px;position:relative;color: #fff;background-color:#ed1c24;font-weight: bold;font-size: 16px;border-bottom:5px solid #C7121B;border-right:5px solid #90090F;border-top:0;border-left:0;outline: none;-webkit-font-smoothing: subpixel-antialiased;-moz-transition: none !important;-webkit-transition: none !important;transition: none !important;}
.carfin_link_text:before,.nav-button:before{position: absolute;content:'';width: 0;height: 0;border-style: solid;border-width: 5px 0 0 5px;border-color: transparent transparent transparent #fff;bottom:-5px;left:0;}
.carfin_link_text:after,.nav-button:after{position: absolute;content:'';width: 0;height: 0;border-style: solid;border-width: 0 5px 5px 0;border-color: transparent #fff transparent transparent;top:0;right:-5px;}
.nav-button:active{border-bottom:3px solid #C7121B;border-right:3px solid #90090F;margin: 2px 0 0 2px;}
.nav-button:disabled{background: #aaa;border-color:#ddd;}
.nav-button:hover {color:#fff;}

.nav-button.onblack:before{border-color: transparent transparent transparent #000;}
.nav-button.onblack:after{border-color: transparent #000 transparent transparent;}
.nav-button.onblack:active{border-bottom:3px solid #C7121B;border-right:3px solid #90090F;margin: 2px 0 0 2px;}
.nav-button-flat {border:0; padding:6px 18px !important;}
.nav-button-flat:active {border:0;}

.nav-button-tc {
	display: table-cell;
	margin-right: 20px;
	text-align: center;
	vertical-align: middle;
}
.nav-button-2 {
	width: 10%;
}		
.nav-button-3 {
	width: 30%;
}		
.nav-button-flat {
	background-color: #ed1c24;
	padding: 4px 10px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	cursor:pointer;
	text-decoration: none;
}
	.nav-button-flat:hover {
		color: #fff;
		background-color: #cb181f;
		text-decoration: none;
	}
.nav-button-flat.grey {
	background-color: #686868;
	color:#fff;
}


/*checkbox*/
div.checker { width: 15px; height: 15px; cursor: pointer; margin: 0 auto; display: block; vertical-align: top;}
	div.checker input { width: 19px; height: 19px; opacity: 0; margin: 0;cursor: pointer;}	
	div.checker span {display: block; cursor: pointer; background: url(/static/images/inner/checker.png) no-repeat 0 0; height: 15px; width: 15px; }
	div.checker:active span,
	div.checker span.checked,
	div.checker.active span, 
	div.checker.focus span.checked, 
	div.checker.hover span.checked,
	td.active .checker span { background-position: 0 -15px; }
	div.checker.focus span,
	div.checker.hover span,
	div.checker.hover.focus.active span {background-position: 0 0;}



.form-legal{font-size:12px; text-align: justify;}
	.form-legal .checker{float:left; margin: 5px 10px 0 5px;width: 20px;height: 20px;}
	.form-legal .checker span{ background: url(/static/images/inner/checker-big.png) no-repeat 0 0;height: 20px;width: 20px;}
		.form-legal-white .checker span{ background-image: url(/static/images/inner/checker-big_white.png);}

	.form-legal .checker:active span, 
	.form-legal .checker span.checked, 
	.form-legal .checker.active span, 
	.form-legal .checker.focus span.checked, 
	.form-legal .checker.hover span.checked {
  		background-position: 0 -20px;
	}

	.form-legal .checker input[type="checkbox"]{cursor:pointer;}
	.form-ad {line-height: 30px;}

  
.form-group.has-error input{color: #a94442;background-color: #FDF9F9;}
.form-group.has-error .select2-container .select2-selection--single, .form-group.has-error .select2-container .select2-selection--multiple {color: #a94442;background-color: #FDF9F9;  border-color: #a94442;}
.form-group.has-error.form-car-select{background-color: #FDF9F9; border: 1px solid #a94442;overflow:hidden;}

	
.form_inner_full {max-width: none;}
	.form_inner_full .form-group.required:after{right:16px;}
	.form_inner_full .form-car-select .col-xs-2{ width: 13.66%;}
	.form_inner_full .form-car-select.required:after{ right:1px;}
	.form_inner_full .map_block {height:400px;padding:0 15px; margin-bottom: 15px;}
	.form_inner_full .car_name {margin-left: -10px;}
	.form_inner_full  .form-group.form-car-select {margin-left: 15px; margin-right: 15px;}


.popupform {
	display: none;
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	background:rgba(0,0,0,0.4);
	z-index: 1100;
	left:0;
	top:0;
}

	.popupform .popupbox {
		position:absolute;
		left:50%;
		margin-left: -600px;
		top:50%;
		margin-top:-312px;
		width:1200px;
		height:625px;
	}
		.popupform .popupclose {
			width: 43px;
    		height: 25px;
			position:absolute;
			right:0;
			top:0;
			background:url(/static/images/popupform_close.png) 0 0 no-repeat;
			z-index: 1400;
		}
			.popupform .popupclose:hover {
				background-position:0 bottom;
				cursor:pointer;
			}

		.popupform .popupcar {
			width:1200px;
			height:587px;
			position:relative;
			z-index: 1300;
		}

		.popupform .popupcar div.has-error{
			border:2px solid #ff0000;
			border-color:#ff0000;
		}

		.popupform .popupcar .has-error .form-control{
			height: 41px;	
		}
		  
			.popupform img {
				float:left;
			}
			.popupform .popupcol {
				width:475px;
				height:587px;
				overflow:hidden;
				padding:0 25px;
				background:#000;
				color:#fff;
				float: left;
			}
				.popupform .popupcol .col-left{
					width:210px;
					float:left;
				}
				.popupform .popupcol .col-right{
					width:210px;
					float:right;
				}

				.popupform .popupcol h3 {
					font-size: 24px;
					font-family: 'MMC';
					text-transform: uppercase;
				}
				.popupform .popupcol h4 {
					font-size: 18px;
					font-family: 'ptcentrosansproregular';
					margin: 20px 0;
					text-transform: uppercase;
					text-align: center;
				}
				.popupform .popupcol input {
					outline:none;
				}
				.popupform .popupcol .form-legal {
					font-size: 11px;
					line-height: 11px;
				}
				.popupform .popupcol .form-legal a {
					color:#fff;
				}
				
		.popupform .popupmenu {
			width:100%;
			background:#fff;
			overflow:hidden;
			list-style: none;
			margin:0;
			padding:0;
			display: table;
		}
			.popupform .popupmenu li {
				color:#000;
				font-size: 20px;
				font-family: 'MMC';
				text-transform: uppercase;
				padding:15px 0 10px 0;
				display:table-cell;
				width:16%;
			}
			.popupform .popupmenu li a {
				color:#000;
				text-decoration: none;
			}
			.popupform .popupmenu .car_name {
				text-align: center;
			}
				.popupform .popupmenu .car_name span {
					font-size: 17px;
				}

/* Dealers page */
.dealers_block .cityname {border-bottom: 2px solid #222; margin-right: 15px; padding-bottom: 5px; display: inline;}
.dealers_item{min-height: 160px; margin-bottom: 20px;}
.dealers_item_fix{float: left; width: 280px; margin-right: 15px;}
.dealers_location {padding-top: 172px;}
	.dealers_location  h1 {font-size: 90px; text-transform: uppercase; font-weight: normal;  line-height: 1; margin-bottom: 60px; margin-left: 255px; float:left;}
		.dealers_location.city_selected  h1 {font-size: 48px;}
		.dealers_location .center {max-width: 1225px;padding: 0 5px;margin: 0 auto;position: relative;}
	.dealers_block h3 {font-size: 28px !important; color: #000; font-weight: normal; margin-bottom: 10px;  line-height: 1;}
	.dealers_block p {font-size: 14px !important; color: #000; font-family: 'ptcentrosansproregular'; margin-bottom: -1px;}
	.dealers_block p.tel {font-family: 'ptcentrosansproregular'; font-weight: bold; margin-bottom: 9px;}
	.dealers_block p.tel a {color: #000;}
	.dealers_block .icon-service {position:relative;}
	.dealers_block .icon-service:before {content:''; display:block; width:20px; height:20px; background:url(/static/images/icons/icon-service.png) center no-repeat; background-size:100%; position: absolute; left: -24px; top: 3px;}
	.dealers_block .icon {margin-bottom: -3px; margin-right: 5px;}
	.asdi_icon {text-decoration: none; }
	.asdi_icon img { margin-bottom: 6px; }
	.columns_2 {
	    -webkit-column-width: 50%;
	    -moz-column-width: 50;
	    column-width: 50;
	    -webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	    -webkit-column-gap: 15px;
	    -moz-column-gap: 15px;
	    column-gap: 15px;
	}
	.columns_2.dealers a {
	    color:#000;
	}
	.columns_2.dealers a:hover {
	    color:#fe0000;
	    text-decoration: underline;
	}
	

.testmode {
	color: #fff;
	background: #ed1c24;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	padding:2px 0;
	position: fixed;
	top:0;
	z-index: 10000;
}

.radio_btn {
	position:relative;
	margin-right: 15px !important;
}

	.radio_btn:before {
		content:'';
		display:block;
		width:25px;
		height:25px;
		background:url(/static/images/radio_btn.png) center no-repeat;
		position:absolute;
		left: -2px;
		top: -5px;
	}
	.radio_btn:checked:before {
		background:url(/static/images/radio_btn_active.png) center no-repeat;
	}

.checkbox_btn {
	position:relative;
	margin-right: 15px !important;
	opacity:0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

	.checkbox_btn:before {
		content:'';
		display:block;
		width:25px;
		height:25px;
		background:url(/static/images/inner/checker-big.png) center top no-repeat;
		position:absolute;
		left: -2px;
		top: -5px;
	}
	.checkbox_btn:checked:before {
		background:url(/static/images/inner/checker-big.png) center no-repeat;
	}

.upsale_table {
	overflow:hidden;
	margin-bottom: 30px;
}
	.upsale_table td {
		padding:5px 10px !important;
	}
	.upsale_table td.col_title {
		padding:0px 10px !important;
	}
	.upsale_table td span.feature {
		vertical-align: middle !important;
	}
	.upsale_table td span.feature {
		vertical-align: middle !important;
	}
	.upsale_table .new_price.credit {
		font-size: 18px !important;
	}
	.new_price.credit a {
		text-decoration: none;
	}
	.upsale_table .row-compl {
		top:0;
		display:block;
		background:none;
	}
	.upsale_table .row-compl.hover {
		border:1px dashed red;
	}
	    
	.upsale_table .row-compl.selected {
		border:2px solid red;
		background-color: rgba(240,30,30,0.05);
	}
	.upsale_table tr td:not(:first-child):hover {
		cursor:pointer;
	}


.page_legal{
	font-size: 12px;
	color:#333333;	
}


.mitsutab {
	padding-left: 20px;
	border:0;

}
.mitsutab>li {
	margin:0 !important;
	
}
.mitsutab>li:first-child:before {
	content:'';
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 42px 0 0 42px;
	border-color: transparent transparent transparent #ddd;
	position:absolute;
	left:-20px;
	top:0;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mitsutab>li.active:first-child:before {
	border-color: transparent transparent transparent #ed1c24;
}
.mitsutab>li:first-child>a {
	padding-left: 4px !important;
}
.mitsutab>li>a, .nav-tabs>li>a:focus {
    color: #222;
    background: #ddd;
    text-decoration: none;
    border-radius: 0;
    border:0 !important;
    transform: skew(45deg);
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -ms-transform: skew(45deg);
    -o-transform: skew(45deg);
    padding-left:25px;
    padding-right: 25px;
}
	.mitsutab>li>a>strong {
		display:inline-block;
	    transform: skew(-45deg);
	    -webkit-transform: skew(-45deg);
	    -moz-transform: skew(-45deg);
	    -ms-transform: skew(-45deg);
	    -o-transform: skew(-45deg);
	}
	.nav-tabs>li>a:hover {
		color:#ed1c24; 
		background: #ddd;
	}

	.mitsutab>li.active>a, .nav-tabs>li.active>a:focus, .mitsutab>li.active>a:hover {
	    color: #fff;
	    background: #ed1c24;
	    z-index: 100;
	}
.mitsutab-content {
	border:1px solid #ed1c24;
	padding:15px;
	margin-bottom: 20px;
}
.spec_box{
	margin-left: -10px !important;
	margin-right: -10px !important;
}

.buttons {
	list-style: none;
	margin:0;
	padding: 0;
	position:fixed;
	right:-188px;
	top:50%;
	z-index: 200;
	transform: translate(0, -50%);
}
	.buttons li {
		width:245px;
		overflow:hidden;
		background:#ed1c24;
		margin-bottom: 5px;
		transition:         all .4s ease-in-out;
	  	-webkit-transition: all .4s ease-in-out;
	  	-moz-transition:    all .4s ease-in-out;
	  	-o-transition:      all .4s ease-in-out;
	}
	.buttons li:hover {
		margin-left: -188px;
	}
		.buttons li a {
			display:block;
		}
	.buttons img {
		float:left;
		max-width: 45px;
		max-height: 55px;
		margin: 6px;
	}
	.buttons .title {
		display: table-cell;
		vertical-align: middle;
		padding:10px;
		background:url(/static/images/buttons_border.png) 0 0 repeat-y;
		color:#fff;
		font-size: 16px;
		text-transform: uppercase;
		font-family: 'ptcentrosansproregular';
		height: 57px;
		font-size: 13px;
		overflow:hidden;
	}

    
	.buttons.middle  {
		right: -193px;
    }
		.buttons.middle li {
			margin-bottom: 3px;
	    }
		.buttons.middle img {
			max-width: 40px;
			max-height: 40px;
		}
		.buttons.middle .title {
			height: 50px;
		}

a.tlp_31 >.carfin_link_text{
	margin-bottom: 11px;
	padding-top: 10px;
	color:#fff;
	text-decoration: none;
}
a.tlp_31 >.carfin_offer_text{
	display:none;
}
a.tlp_31 >h6{
	display:none;
}
.mobile-navs{
	text-align: center;
	display: block;
	position: relative;
	clear: both;
	height: 40px;
	border-bottom:0px;
}
.mobile-navs li{
	margin-bottom: 0px !important;
}
.mobile-navs a{
	text-decoration: none;
	padding: 15px;

}
.mobile-navs a:hover ,.mobile-navs a:focus{
	text-decoration: none !important;
	background: none !important;
	border:none !important;
	transform: none;
}
.mobile-navs a[aria-expanded=false]{
	opacity:0.5;
}
.used_cars .carfinPrice_btn{
	font-size: 1em !important;
	margin-top: 8px !important;
}

.used_cars .carfinPrice_btn sup small:before {
	content:'*4';
	color:#fff;
}
.used_cars .carfinPrice_btn sup small {
	color:#EA1D24;
}
.right-align{
	text-align: right;
}
table.padding-10 td{
	padding: 3px 5px;
}


.popupbanner {
	display: block;
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	background:rgba(0,0,0,0.4);
	z-index: 1100;
	left:0;
	top:0;
}

.popupbanner .popupbannerbox {
	position:absolute;
	left:50%;
	top:130px;
	padding:10px;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%,0);
}
.popupbanner .popupbannerbox img {
	max-width: 100%;
	max-height: 100%;
}
.popupbanner .popupbannerclose {
	width:43px;
	height:25px;
	position:absolute;
	right:10px;
	top:10px;
	background:url(/static/images/popupform_close.png) 0 0 no-repeat;
	z-index: 1400;
	cursor:pointer;
}
.popupbanner .popupbannerclose:hover {
	background-position:0 bottom;
}

.btn.red-btn{
	background-color: #ea1d24;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: MMC;
	font-size: 16px;
	padding: 0.6em 1.3em;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	margin: 16px auto;
	width:100%;
	border-radius: 0px;

}

.btn.red-btn::before {
	background: rgba(0, 0, 0, 0) url("/static/images/inner/active_l.png") no-repeat scroll left bottom;
	bottom: -6px;
	content: "";
	display: block;
	height: 6px;
	left: 0;
	position: absolute;
	width: 100%;
}
.char-price{
	_display: none;
}
.cr{
	display: table-row;
}
.sized{
	top: 30px !important;
}
.red-buttons {
	display: block;
	margin-top: 20px;
	position: relative;
	width: 100%;
	max-width: 323px;
	margin-left: auto;
	margin-right: auto;
}

a.carfinPrice_btn.tlp_12 {
	background-color: #ea1d24;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: MMC;
	font-size: 1.74em;
	margin: auto;
	padding: 0.5em 1.2em;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
a.carfinPrice_btn.tlp_12 {
	display: block !important;
	width: 100%;
}

.btn.red-btn::before, a.carfinPrice_btn.tlp_12::before {
	background: rgba(0, 0, 0, 0) url("/static/images/inner/active_l.png") no-repeat scroll left bottom;
	bottom: -6px;
	content: "";
	display: block;
	height: 6px;
	left: 0;
	position: absolute;
	width: 100%;
}

.red-buttons div {
	display: block;
	position: relative;
}
#used-body-table{
	padding: 0px;
}
#used-body-table> div> div.row{
 	border-bottom: 2px solid #939393;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:30px;
	background:#efefef;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.owl-used-new{
	padding: 30px 11%;
	background: #343434;
	margin-bottom: 40px;
}
.owl-used-price{
	padding: 30px 11%;
	background: #DADADA;
	margin-bottom: 40px;
}
.owl-used-new h2{
	color:#fff !important;
	text-transform: uppercase;
}
.owl-used-price h2{

	text-transform: uppercase;
}
.filter-used label{
	text-transform: uppercase;
}
.filter-used{
	border: 1px solid #bbbbbb;
	padding: 30px 10%;
	background: #efefef;
	margin-top: 30px;
}
.filter-used .form-control{
	border: 1px solid #bbbbbb;

}
.used_cars .dctitle {
	font-size: 14px !important;
}
.used_cars .used_price{
	color:#000 !important;
}
.used_cars .dcphone *{
	color:#000 !important;
	font-weight: bold;
}
.used_cars .used_tags{
	margin-top: 15px;
}

.used_cars .used_tags span{
	border-radius: 6px;
	margin-right: 5px;
	line-height: 2;
	font-size: 14px;
	padding: 2px 4px;
}
.model_promo_OUTLANDERSport{
	_background: #fff;
    _color:#fff !important;;
}
.text_gallery{
	position: relative;
	width: 100%;
}
.text-left{
	text-align: left !important;
}
.text-right{
	text-align: right !important;
}

#summ_form .checker,#summ_form2 .checker{
	position: relative;
	top:10px;
	left:35px;
}
#summ_form .btn-primary,#summ_form .btn-primary.active{
    font-size: 24px;
    font-weight: bold;
    color:#000;
    background: #ccc;
    border-color: #ccc;
    padding: 11px 60px;
}
#summ_form .btn-primary.active{
    color:#fff;

    background: #EA1D24;
    border-color: #EA1D24;
 }
#summ_form2 .btn-primary,#summ_form .btn-primary{
    font-size: 24px;
    font-weight: bold;
    color:#000;
    background: #ccc;
    border-color: #ccc;
    padding: 11px 60px;
}
#summ_form2 .btn-primary.active{
    color:#fff;
	padding: 11px 60px;
    background: #EA1D24;
    border-color: #EA1D24;
 }
#calc-old-price span,#calc-old-price-2 span{
    text-decoration:line-through;
    font-weight: bold;
	font-size: 27px;
    color: #ccc;
}
#calc-price span,#calc-price-2 span{
    font-weight: bold;
	font-size: 27px;
}
#calc-discount span,#calc-discount-2 span{
    color: #EA1D24;
    font-weight: bold;
	font-size: 27px;
}
#summ_form i,#summ_form2 i{
    font-size:18px;
}
.invert {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
#summ_form a.carfinPrice_btn.tlp_1{
    font-size: 18px;
    height: 53px;
    line-height: 44px;
}
#summ_form{
    font-size: 24px;
}
#summ_form option,#summ_form select{
    font-size: 20px;
}
#summ_form  select.form-control{
    height: 57px;
}
#summ_form  .hint{
    font-size: 15px;
}
#sum_results,#sum_results2{
    font-size: 18px;
}
#crd,#crd-2{
    color:  #EA1D24;
    display:none;
}
#vig#vig-2{
    color:  #EA1D24;
    display:none;
}
#summ_form .carfinPrice_btn.tlp_1 small{
    display: none;
}

#summ_form2 a.carfinPrice_btn.tlp_1{
	font-size: 18px;
	height: 53px;
	line-height: 44px;
}
#summ_form2{
	font-size: 24px;
}
#summ_form2 option,#summ_form2 select{
	font-size: 20px;
}
#summ_form2  select.form-control{
	height: 57px;
}
#summ_form2  .hint{
	font-size: 15px;
}
#sum_results-2{
	font-size: 18px;
}
#crd-2{
	color:  #EA1D24;
	display:none;
}
#vig-2{
	color:  #EA1D24;
	display:none;
}
#summ_form2 .carfinPrice_btn.tlp_1 small{
	display: none;
}
a.carfinPrice_btn.tlp_1{
    color:#fff;
    background: #EA1D24;
    padding: 15px 38px;
    text-decoration: none;
    font-weight:bold;
}
#sto{
	color:#EA1D24;
}
@media (max-width: 700px) {
	.used_cars h1 {
		font-size: 30px !important;

	}
}
