html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}

html { height:100%; }

body {
    background-color: #fff;
    height: 100%;
	word-wrap: break-word;
	color: #555555;
	font-family: OpenSans1, "Open Sans", Tahoma;
	font-size: 14px;
	font-weight: 400;
}

*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a { color:#09c; }
a:hover { color:#375E93; }

.wrapper{width: 1170px; margin: 0 auto;}
.clearfix:after{
	content: " ";
	display: table;
	clear: both;
	width: 100%;
	height: 0;
}
.puller{clear: both; float: none; width: 100%; height: 0;}
.left{float: left;}
.right{float: right;}

.transition-all{
	transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
}


.header-contacts{padding: 10px 0; border-bottom: 1px solid #eeeeee;}

.header-contacts .left{font-size: 14px;}
.header-contacts .left .address{padding-left: 26px; background: url(../images/ico-house.png) left 50% no-repeat; float: left; width: 400px;}
.header-contacts .left .email{padding-left: 26px; background: url(../images/ico-mail.png) left 50% no-repeat;float: left; width: 234px; text-transform: uppercase}
.header-contacts .left .skypeStatus{float: left; padding: 0 4px;}
.header-contacts .left .icqStatus{float: left; padding: 0 4px;}

.header-contacts .left .phone{padding-left: 26px; background: url(../images/ico-phone.png) left 50% no-repeat; float: left; width: 260px; margin-left: 50px;}
.header-contacts .right{margin-top: -2px;}
.header-contacts .right .redbutton:hover{opacity: 0.8}

.header{background-color: #fff;}

.header .logo{float: left; width: 260px; padding: 8px 0 16px 10px;}
.header .topmenu{float: left; padding-top: 45px;}
.header .menu{
	list-style:none;
	margin: 0 auto;
	padding: 0;
}
.header .menu li{float: left; display: block; padding: 0 10px; margin: 0;text-align:center;}
.header .menu li.selected a,
.header .menu li a:hover
{border-bottom: 3px solid #d62323;}
.header .menu li a{text-transform: uppercase; color: #555; font-size: 14px; font-weight: 400; text-decoration: none;}

.footer{background-color: #fff; padding: 20px 0; text-align: center;}
.footer-copyright{background-color: #fff; border-top: 1px solid #cad3df; text-align: center; padding: 10px 0; font-size: 13px; color: #8493a8}

.footer .logo{float: left; width: 230px; }
.footer .footer-menu{float: left; padding-top: 30px;}
.footer .menu{
	list-style:none;
	margin: 0 auto;
	padding: 0;
}
.footer .menu li{float: left; display: block; padding: 0 10px; margin: 0;text-align:center;}
.footer .menu li.selected a,
.footer .menu li a:hover
{border-bottom: 3px solid #d62323;}
.footer .menu li a{text-transform: uppercase; color: #555; font-size: 14px; font-weight: 400; text-decoration: none;}

.footer .powered{float: right; padding: 20px 5px 0 0 ;}

.footer-contacts {
	background: url(../images/footer-border.png) top left repeat-x #f5f5f5;
	padding: 50px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 180%;
}

.footer-contacts a{color: #b52020;}

.footer-contacts .contacts{float: left;width: 340px;float: left;margin-left: 26px; padding-left: 26px; background: url(../images/ico-house-grey.png) left 4px no-repeat;}
.footer-contacts .email{float: left; width: 310px;margin-left: 26px;padding-left: 26px; background: url(../images/ico-mail-grey.png) left 4px no-repeat;}
.footer-contacts .messengers{float: left; width: 260px; margin-left: 26px;}
.footer-contacts .messengers .skype{padding-left: 26px; background: url(../images/ico-skype-grey.png) left 4px no-repeat;}
.footer-contacts .messengers .icq{padding-left: 26px; background: url(../images/ico-icq-grey.png) left 4px no-repeat;}

.footer-contacts .phones{float: left; padding-left: 26px; background: url(../images/ico-phone-grey.png) left 4px no-repeat; font-size: 16px;}
.footer-contacts .phones a.callback{margin-left: -26px}

.debug_info {
    margin: 10px;
    color: #CCC;
}
#debug_query_dump {
    display: none;
}
.debug_query_count a {
    color: #FFF;
    border-color: #FFF;
}
#debug_query_show .query {
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin: 10px;
    padding: 10px;
}
#debug_query_show .query .src {
    color: #999;
    font-size: 12px;
    margin-bottom: 4px;
}
.query_time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 0;
}
.red_query {
    color: #c0392b;
}
.green_query {
    color: #27ae60;
}

#mcart a{color: #0d0d0d; font-size: 14px; text-decoration: none;}
#mcart a span{color: #b14fc0}

.pagination{display: none;}

.mod_latest_entry{float: left; 
	width: 370px; margin-right: 25px; height: 440px; 
	margin-bottom: 30px;
	position: relative;
}
.mod_latest_entry .mod_latest_image{
	height: 200px;
	width: 370px; 
	overflow: hidden;
}
.mod_latest_entry .mod_latest_image img{	}
.mod_latest_entry  .mod_latest_content{padding: 15px 0; height: 205px;}
.mod_latest_entry  .mod_latest_content .mod_latest_date{color: #8493a8; font-size: 12px; text-transform: uppercase}
.mod_latest_entry  .mod_latest_content .mod_latest_title{height: 50px; overflow: hidden; border-bottom: 1px solid #dddddd; padding-left: 10px; background: url(../images/red-stick.png) left 2px no-repeat}
.mod_latest_entry  .mod_latest_content .mod_latest_title_a{font-size: 16px; color: #131313; text-decoration: none; font-weight: 400;  }
.mod_latest_entry  .mod_latest_content .mod_latest_title_a:hover{text-decoration: underline;}


.mod_latest_entry  .mod_latest_content .mod_latest_desc{height: 130px; overflow: hidden;padding-top: 30px; color: #565656}

.mod_latest_entry .label{position: absolute; top: 30px; right: 20px;}
a.bluelabel{background-color: #5797d2; color: #fff; text-transform: uppercase; text-decoration: none; padding: 8px; border-radius: 4px; display: inline-block; font-size: 12px;}
a.bluelabel:hover{background-color: #79acf3}

.mod_latest_entry .details{position: relative;float: left; clear: left;}
.mod_latest_entry .details a{text-transform: 0;}

.mod_latest_entry:last-child{margin-right: 0}

.con_text p{ padding: 0; font-size: 14px; line-height: 150%; font-weight: 400; text-align: justify} 
.con_text{background-color: #fff;}

.con_text.left{width: 780px; padding-right: 24px;}
.con_text_sidebar{float: right; width: 390px; padding-left: 20px; float: right;}

.con_heading{
	font-size: 36px; 
	color: #191715; 
	padding: 30px 250px 40px 0;
	font-weight: 400;
	margin: 10px 0;
	background: url(../images/title-border.png) left bottom no-repeat;
	}
	
.con_heading span{ border-left: 4px solid #d62323; padding-left: 10px;	line-height: 110%; display: inline-block}
	
	
.con_pubdate{padding-right: 25px; background: url(../images/ico-date.png) right 50% no-repeat; position: absolute;
right: 0; margin-top: -65px; margin-right: 10px; color: #898989; font-size: 13px; line-height: 20px}
.component{position: relative;}

.artcicles_view .mod_latest_entry:nth-child(3n){margin-right: 0;}
.mt-50{margin-top: 50px;}
.relative{position:relative;}

a.redbutton{display: inline-block; background: url(../images/btn-red-bg.png) left center repeat-x; padding: 0 15px; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: none;
}
.borderedbutton{
	display: inline-block; border: 1px solid #c62323; padding: 5px 15px; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #c62323;
	text-decoration: none;
}
.borderedbutton:hover{
	background-color: #c62323;
	color: #fff;
}

#slides_89{
	position: relative;
	margin: 0 auto;
}
#slides_89, #slides_89 .slide { 
height: 750px;
position: relative;
width: 1170px;
background-size: cover !important;
max-width: 1920px;

}

#slides_89 a.next { 
background: url(../images/slide-right.png) 50% 0% no-repeat transparent;
display: block;
height: 82px;
margin-top: -20px;
position: absolute;
right: 0;
top: 50%;
width: 41px;
z-index: 100;
}
#slides_89 a.prev { 
background: url(../images/slide-left.png) 50% 0% no-repeat transparent;
display: block;
height: 82px;
margin-top: -20px;
position: absolute;
left: 0;
top: 50%;
width: 41px;
z-index: 100;
}

#slide-text{position: absolute; z-index: 150; width: 100%; text-align: center;}
#slide-text .line1{margin-top: 130px; }
#slide-text .line1 span{color: #FFF; font-size: 42px; text-transform: uppercase; font-weight: 900; background-color: #c62323; padding: 0 20px; line-height: 110%; display: inline-block;padding-bottom: 4px;}

#slide-text .line2{margin-top: 50px; }
#slide-text .line2 span{color: #FFF; font-size: 18px; text-transform: uppercase; font-weight: 900; background-color: #000; padding: 0 20px; line-height: 150%; display: inline-block;padding-bottom: 4px;}

#slide-text .line3{margin-top: 65px; }

a.bigredbutton{
	display: inline-block; background: url(../images/btn-red-big-bg.png) left center repeat-x; padding: 0 15px; 
		border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	line-height: 67px;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	min-height: 67px
}
a.middleredbutton,
.middleredbutton{
	display: inline-block; background: url(../images/middle-red-button.png) left center repeat-x; padding: 0 15px; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	line-height: 52px;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	min-height: 52px;
	width: 212px;
	text-align: center;
	border: none;
	cursor: pointer
}

.whiteborderbutton{
	display: inline-block; border: 1px solid #fff; padding: 5px 15px; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	text-decoration: none;
}
.whiteborderbutton:hover{
	background-color: #fff;
	color: #c62323;
}

.whiteborderbutton-big{
	display: inline-block; border: 3px solid #fff; padding: 10px 35px; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.whiteborderbutton-big:hover{
	background-color: #fff;
	color: #c62323;
}

.yellowbutton-big{
	display: inline-block; 
	background: url(../images/yellow-button-bg.png) top left repeat-x;
	padding: 0 35px; 
	height: 47px;
	line-height: 47px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	
}
.yellowbutton-big:hover{
	color: #000;
	opacity: 0.9
}


.mpw-bg{background: url(../images/mb-bg.jpg) top center no-repeat; min-height: 579px; margin: 90px auto 60px}
.mpw-bg .text-wrapper{width: 1170px; padding: 110px 5px 0 300px; color: #fff; margin: 0 auto;}
.mpw-bg .text-wrapper .smalltitle{font-size: 14px; text-transform: uppercase; border-left: 7px solid #fff; padding-left: 5px;}
.mpw-bg .text-wrapper .title{font-size: 31px; text-transform: uppercase; font-weight: 900;padding: 10px 0; line-height: 110%;}
.mpw-bg .text-wrapper .text{font-size: 16px; line-height: 170%; padding: 15px 0; font-weight: 200; text-align: justify}

.cars-grey-line{height: 225px; background-color: #f5f5f5; position: relative;}
.cars-grey-line .cars-block{width: 1170px; position: absolute; left: 50%; margin-left: -585px; margin-top: -210px;
	background-color: #fff; padding: 30px; z-index: 200;
	box-shadow: 0 1px 6px rgba(0,0,0,0.5)
}

.cars-grey-line .cars-block .title{text-align: center; font-size: 16px; color: #1f242a; text-transform: uppercase;}
.cars-grey-line .cars-block .title span{border-left: 5px solid #c72323; border-right: 5px solid #c72323; padding: 0 9px;}
.cars-grey-line .cars-block .cars-logos {padding: 20px 0 20px;}
.cars-grey-line .cars-block .cars-logos .car-logo{float: left; width: 150px; height: 120px; text-align: center; display: table; vertical-align: middle; margin-right: 9px;}
.cars-grey-line .cars-block .cars-logos .car-logo:nth-child(7n){margin-right: 0;}

.cars-grey-line .cars-block .cars-logos .car-logo a{display: table-cell; vertical-align: middle;}
.cars-grey-line .cars-block .cars-logos .car-logo img{
	transition: all 0.1s ease-in 0s;
}
.cars-grey-line .cars-block .cars-logos .car-logo img:hover{transform:scale(0.95);}

.banner-small{height: 120px; width: 100%; background: url(../images/banner-small.jpg) top center no-repeat; background-size: cover;}

.askform{width: 370px;}
.askform .title{width: 370px; height: 90px; background: url(../images/askform-title.png) left top no-repeat #555555; color: #fff;
padding-left: 75px; font-size: 33px; font-weight: 900; line-height: 90px;}
.askform .title2{width: 100%; height: 40px; line-height: 40px; font-size: 13px; font-weight: 200; color: #fff; text-align: center;
background-color: #d62323}

.askform .fields{
	width: 100%;
	background-color: #f5f5f5;
	padding: 26px;
}

.redstar{color: #d62323}

.askform .fields label{width: 100%; color: #171717; font-size: 14px; }
.askform .fields input[type=text],
.askform .fields input[type=email],
.askform .fields textarea
{	
margin-top: 2px;
margin-bottom: 8px;
width: 100%;
	border: 1px solid #d3d3d3;
	border-radius: 8px;
	padding: 10px 10px;
	font-size: 16px;
	background-color: #fff;
}
.askform .fields textarea{
	resize: vertical;
}

.askform .fields input[type=submit]{
	width: 162px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background: url(../images/submit-button.png) top center no-repeat;
	font-size: 16px; 
	font-weight: 200;
	border: none;
	cursor: pointer;
}
.askform .fields input[type=submit]:hover{
	opacity: 0.9;
}

#con_heading_button{
	position: absolute;
	margin-top: -95px;
	margin-left: 960px;
	height: 54px;
	min-width: 210px;
}

.con_text-wrapper{
	padding-bottom: 30px;
}

.banner-ass-top{
	width: 100%;
	height: 140px;
	background: url(../images/banner-ass-top.png) top left no-repeat;
}
.ass-phone-bg{width: 100%; background: url(../images/ass-phone-bg.png) left top no-repeat #555555; height: 89px; padding-left: 70px;}
.ass-phone-bg .phone{font-size: 33px; font-weight: 900; color: #fff; line-height: 89px; float: left;}
.ass-phone-bg .phone span{color: #8a8a8a}
.ass-phone-bg .or{font-size: 14px; color: #fff; line-height: 89px; float: left; padding: 0 40px;}
.ass-phone-bg .callback{line-height: 89px; float: left;}
.ass-phone-bg .callback .middleredbutton{width: auto; background-size: 100% 48px; font-size: 16px;}

.con_text h2{color: #d62323; font-size: 24px; font-weight: 900; text-align: center;}
ul.greenchecks{list-style: none; margin-left: 0; padding-left: 0;}
ul.greenchecks li {padding: 10px 0  0 30px; background: url(../images/green-checkbox.png) left 10px no-repeat;}


#popup
{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 7777;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#popupcounsult{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 7777;
	display: none;
}

.popup_selector
{
	width: 350px;
	border: 5px solid #c05246;
	border-radius: 10px;
	background-color: #fff;
	margin: 150px auto 0 auto;
}
.popup_form
{
	z-index: 9999;
	width: 360px;
	height: 430px;
	background-color: #fff;
	padding: 20px;
	border-radius: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -180px;
	margin-top: -230px;
}

.popup_form.order{
	height: 360px;
}

.close_popup
{
	width: 100%;
	height: 100%;
	position: fixed;
	display: block;
	z-index: 8888;
	top: 0;
	left: 0;
}
.popup_form .text
{
	padding: 12px 15px;
	width: 100%;
	border: 1px solid #ebebec;
	margin: 8px 0;
	font-size: 16px;
}

.popup_form .submit-wrapper{
	text-align: center;
	padding: 20px 0;
}

.popup_form  .title
{
	font-size: 18px;
	padding: 10px 0 10px 0;
	background: url(../images/red-h-line.png) bottom center no-repeat;
	text-align: center;
}

.popup_form  .description{
	text-align:center;
	font-size: 20px;
	padding-top: 10px;
}

.popup_form .close a
{
	float: right;
	font-weight: 200;
	font-size: 16px;
	color: #000;
	margin-top: -5px;
	text-decoration: none;
}

.popup_form  .description{height: 20px; width: 100%;}

#bgmodal_visible { 
	background-color: rgba(0, 0, 0, 0.6);
	font-family: Intro;
	height: 100%;
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 1000;
}

.contacts-wrapper .leftcol{
	float: left;
	width:  470px;
	margin-right: 25px;
}
.contacts-wrapper .rightcol{
	float: right;
	width:  670px;
	padding-top: 48px;
}
.contacts-wrapper .grey-bg{
	background-color: #f5f5f5;
	padding: 30px;
}

.contacts-wrapper h3{
	border-left: 4px solid #c62323; padding-left: 4px; color:#010101; font-size: 14px; font-weight: bold;
}

.contacts-wrapper .grey-bg td, th{	text-align: left;}
.contacts-wrapper .grey-bg{font-size: 14px;}


.contacts-wrapper .subtitle{
	float: left; clear:left; width: 100%; font-size: 12px; font-weight: 900; text-transform: uppercase;
	padding: 25px 0 15px;
	margin-bottom: 20px;
	background: url(../images/line-small.png) bottom left no-repeat;
}
.contacts-wrapper .address{padding: 5px 0 8px 31px; background: url(../images/ico-house.png) left 4px no-repeat; float: left; clear:left; width: 100%; font-size: 12px; font-weight: 900; text-transform: uppercase;}
.contacts-wrapper .address-data{padding-left: 31px;}
.contacts-wrapper .email{padding-left: 31px; background: url(../images/ico-mail.png) left 2px no-repeat;float: left; width: 80px; text-transform: uppercase; clear:left;font-size: 12px; font-weight: 900;padding-bottom: 20px; padding-top: 2px;}
.contacts-wrapper .phone{padding-left: 31px; padding-top: 2px; background: url(../images/ico-phone.png) left 2px  no-repeat; float: left; width: 80px; clear:left;font-size: 12px; font-weight: 900; padding-bottom: 20px;}
.contacts-wrapper .row-data{padding-bottom: 20px; float: left;}

.vin-wrapper{width: 400px; margin: 50px auto;}
.vin-wrapper.askform .title{width: 100%; font-size: 26px;}
.vin-wrapper label{width: 100%; color: #171717; font-size: 14px; }
.vin-wrapper input[type=text],
.vin-wrapper input[type=email],
.vin-wrapper textarea
{	
margin-top: 2px;
margin-bottom: 8px;
width: 100%;
	border: 1px solid #d3d3d3;
	border-radius: 8px;
	padding: 10px 10px;
	font-size: 16px;
	background-color: #fff;
}
.vin-wrapper.askform .fields textarea{
	resize: vertical;
}

.vin-wrapper .col-wrapper{}
.vin-wrapper .col-wrapper .col{
	width: 50%;
	padding-right: 2%;
	float: left
}
.vin-wrapper .col-wrapper .col:last-child{padding-right: 0;}
.vin-wrapper .middleredbutton{min-height: 40px;}
.vin-wrapper .description{ border: 1px solid #c72323;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width: 100%;
	padding: 10px ;
	text-align: center;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.vin-wrapper .description a{color: #c72323; text-decoration: none; border-bottom: 1px dashed #c72323}
.vin-wrapper .close{text-align: center; margin-bottom: 10px;}


.spoiler{
    position: fixed;
    width: 100%;
    top: 0;
    background: url(../images/banner-ny.jpg) 50% 50% repeat-x;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    min-height: 92px;
    box-sizing: border-box;
    z-index: 100;
}

.spoiler .t-container {
    position: relative;
}

.spoiler .text{
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding-top: 17px;
    line-height: 0.8;
    padding-left: 174px;
    background: url(../images/ny-ball.png) 100px 0 no-repeat;
    min-height: 70px;
}

.spoiler .text span{
    font-size: 19px;
}

.spoiler .button{
    float: right;
    min-height: 20px;
    margin-right: 115px;
    padding-top: 30px;
}

.spoiler a.yellow-button{
    display: inline-block;
    background-color: #ffcc00;
    text-align: center;
    padding: 0 20px 0 20px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 36px;
    color: #282828;
    transition: all 0.3s ease-in 0s;
    border-radius: 15px;
}
.spoiler a.yellow-button:hover{

}

.spoiler .close{
    min-height: 20px;
    float: right;
    position: absolute;
    right: 30px;
    margin-top: 30px;
    width: 28px;
    height: 29px;
    background: url(../images/ny-close-big.png) 0 0 no-repeat;
    cursor: pointer;
}

.spoiler .close img{
    cursor: pointer;
}


.spoiler-label{
    position: fixed;
    width: 100%;
    top: 0;
    height: 61px;
    box-sizing: border-box;
    z-index: 90;
}

.spoiler-label .handle{
    float: right;
    box-shadow: 0 8px 15px rgba(0,0,0,0.5);
    right: 0;
    width: 61px;
    height: 61px;
    cursor: pointer;
}

body{

}