


.img-responsive {
 max-width: 100%;
 height: auto;
 width: auto\9; /* ie8 */
}


body
{
    padding: 0;
    margin: 0;
    width:100%;
    height:100%;
}

#siteBlock{ position: relative; }

#contentBlock
{
    width:100%;
    background-color: #fff;
    /*-moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;*/
    padding-bottom:2em;
    
    moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);

}
.contTD {display:inline-block}
div#measurer
{
    position: absolute;
    /*width: 100%;*/
    top: 0;
    height: 1px;
    line-height: 1px;
}

div#around
{
    position: relative;
    margin:20px auto 0 auto;
    min-width: 990px;
    max-width: 1300px;
    min-height:100%;
    //height:100%;
}

* html div#around
{
    width: expression(
    (
        document.getElementById('measurer')
        && document.getElementById('measurer').clientWidth < 990
    )
    ?   '750px'
    :   (
            document.getElementById('measurer')
            && document.getElementById('measurer').clientWidth < 1300
        )
        ?   '100%'
        :   '1200px'
    );
}

#zoom
{
    z-index:100;
}


#error404Block
{
    padding: 0 0 100px 200px;
}

#error404Block span
{
    background-color: #fff;
}

#error404Block h1
{
    font-size:150%;
    color:#333;
    margin:0;
}

#error404Block p
{
    margin: 0.4em 0 2.5em 0;
}

#error404Block a
{
    background-color: #fff;
    font-size:100%;
}

/* general
-------------------------*/


#topBg { }

h1
{
    font-size:130%;
    margin: 0 0 0.5em 0;
    clear:both;
}

h2
{
    font-size:160%;
    margin: 0 0 0.5em 0;
    font-weight:bold;
}

h3
{
    font-size:130%;
    font-weight:600;
    color:#333 !important;
    margin: 0 0 0.4em 0;
    clear:both;
}

h4
{
    font-size:90%;
    font-weight:bold;
}

.h4{
    font-size:90%;
    font-weight:bold;
}

ul, ol
{
    margin: 0 0 0.8em 0;
    padding:0;
    color:#333;
    line-height:1.4em;
}

li
{
    list-style-position: inside;
}

ol li
{
    list-style-type:decimal;
    text-indent:0;
}

table
{
    border-collapse: collapse;
    width: 100%;
    border:0;
}

td
{
    margin: 0em;
    padding: 0em;
    vertical-align: top;
}

img.borderImg
{
    border: 1px solid #ccc;
}

.paragraphBlock
{
    padding: 2em 20px 0 5px;
}

.textParagraphBlock
{
    padding: 0 20px 0 10px;
}

.imgBlock{float:left; border: 1px solid #ccc; background-color:#fff;}
.imgBlock img{margin: 4px; border:0;}


.none
{
    display:none;
}

.visible
{
    display:block;
}

.png
{
    behavior: url('/png.htc');
}


/* links
-------------------------*/

a
{
    text-decoration:underline;
    color:#5682bc; 
}
a:hover
{
    text-decoration:underline;
    color:#B13920;
}


/* paragraph
-------------------------*/

div.pContent
{
    clear:both;
}

div.pContent p
{
    line-height:1.6em;
}

div.pContent .prelist
{
    margin-bottom: 0.1em;
}

div.imgTop
{
    padding: 0.8em 0 0.5em 0;
}

div.imgLeft
{
    float:left;
    padding: 0.5em 1em 0.8em 0;
}

div.imgRight
{
    float:right;
    padding: 0.5em 0 0.8em 1em;
}

div.imgBottom
{
    padding: 0.4em 0 0.8em 0;
}

p.caption
{
    font-size:75%;
    color:#666;
    font-style:italic;
    margin: 0.5em 0;
}

/*
table.complexTable
{
    clear:both;
    width:auto;
    border-collapse:collapse;
    margin: 0.5em 0 1.2em 0;
    border: 1px solid #ccc;
}

table.complexTable th
{
    font-size:80%;
    padding: 1.2em 10px 0.5em 10px;
    border: 1px solid #ccc;
}

table.complexTable td
{
    font-size:75%;
    padding: 0.5em 10px;
    border: 1px solid #ccc;
}

table.complexTable td p
{
    font-size:100%;
    margin:0;
    line-height:normal;
}
*/


.paragraphFile
{
    position: relative;
    padding: 0.6em 0 0.6em 25px;
}

.paragraphFile a
{
    font-size:85%;
}

.paragraphFile small
{
    font-size:75%;
    color:#666;
}

.paragraphFile .attach{background-position: 0 0;}
.paragraphFile .pdf{background-position: 0 -20px;}
.paragraphFile .word{background-position: 0 -40px;}
.paragraphFile .excel{background-position: 0 -60px;}
.paragraphFile .zip{background-position: 0 -80px;}

.paragraphFile .pdf,
.paragraphFile .word,
.paragraphFile .excel,
.paragraphFile .zip
{
    width:18px;
    height:20px;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-10px;
    overflow: hidden;
    background-image: url('../i/icons.gif');
    background-repeat: no-repeat;
}

h3.pHeader
{
    font-size:85%;
}

h3.pHeader a
{
    text-decoration:none;
    border-bottom: 1px dashed #3e79b3;
}

h3.pHeader a:hover
{
    text-decoration:none;
    border-bottom: 1px dashed #74b5e0;
}

h3.pHeader a.cur
{
    border-bottom: 1px dashed #f28b05;
    color:#f28b05;
    text-decoration:none;
}

/* path
-------------------------*/

div.path
{
    color:#333;
}

div.path a
{
    font-size:85%;
}

div.path span
{
    font-size: 85%;
    color:#333;
}

div.path h1
{
    font-size:26px;
    font-weight: 600;
    margin: 0.2em 0 0.5em 0;
    line-height: 110%;
}


/* mask image */

.maskImage
{
    position: relative;
    width:218px;
    overflow: hidden;
    left:0;
}

.maskImage .image
{
    /*position: absolute;*/
    left:19px;
    top:19px;
    background-repeat:no-repeat;
    background-position: center center;
    overflow: hidden;
    width:180px;
    height:135px;
    z-index: 1;
}

.maskImage .mask
{
    position: absolute;
    width:218px;
    height:173px;
    left:0;
    top:0;
    /*background: url('/i/mask.png') no-repeat left top;*/
    /*behavior: url('/png.htc');*/
    z-index: 5;
}

.highslide-image{
    border: 2px solid #ccc;
    /*border-radius: 5px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;*/
}






/* otherMod */
.otherMod{
    margin-left:15px;
    margin-top: 1em;
    margin-bottom:20px;
    padding:0.5em 20px;
    font-size:85%;
    background:#F8F6EB;
    display:inline-block;
}
.otherMod ul{margin:0; padding:0;}
.otherMod ul li{
    text-indent:0;
    margin:0;
    margin-right:20px;
    display:inline-block;
    _float:left
}


* {
    -webkit-box-sizing: boder-box;
    -moz-box-sizing: boder-box;
    box-sizing: boder-box;
}
.clearfix:after {
    content:".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
    overflow: visible;
}
.vendorsList h4 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 110%;
    font-weight: normal;
    color:#333;
}
.vendorsList li {
    font-size:100%;
    margin:0;
    padding: 0;
    text-indent: 0;
    line-height: 1.6em;
}


/* home */
 .ill {
    background: url('/i/background.png') transparent no-repeat left top;
    width:100%;
    height:200px;
    margin: 10px 0 20px 0;
    /*-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;*/
}
.exel {
    border:1px solid #F2F2E8;
    padding:10px;
    padding-left:45px;
    height:30px;
    margin-right:10%;
    font-size:80%;
    background:url('/i/exel.png') no-repeat 10px 10px;
}
.homeTextBlock {
    padding: 0.5em 20px 0 10px;
}
.homeTextBlock div {
    display:inline-block;
    _flot:left;
    width:45%;
    margin-right:5%;
    vertical-align:top;
    position:relative;
}
.homeTextBlock div .pContent {
    width:100%;
    font-size:15px;
}
.homeTextBlock div .pContent p {
    line-height:1.2em
}
.homeTextBlock div h3 {
    font-size:110%
}
.homeTextBlock h3 {
    font-size:160%;
    font-weight:bold;
    margin-bottom: 0.6em;
}




.importantBlock {
    margin: -2em 10px 2em 10px;
    border: 1px solid #89aed3;
    /*-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;*/
    padding: 0.6em 15px;
}
.importantBlock p {
    font-size:75%;
}
/* textpage */
 .textBlock {
    padding: 0 20px 0 0;
}
.cattextBlock {
    padding: 2.5em 20px 2em 15px;
    font-size:80%;
}

/* catalogue_tab */
 .catalogueTab {
    margin-left:15px;
    width:90%;
    font-size:85%;
}
.catalogueTabStep1 {
    font-weight:bold;
    width:100%;
}
.catalogueTabStep1 td {
    width:auto;
    text-align:center;
    padding:0 5px;
}
.catalogueTabStep2 {
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    text-align:center;
}
.catalogueTabStep2 td {
    padding:5px 0;
    line-height:1.5em;
    font-size:85%;
}
/* catalogue */
 .catalogueTable {
    width:auto;
}
.catalogueTable td {
    padding: 0 3px 0.6em 7px;
}
.catalogueTable td h4 {
    font-size:130%;
    margin: 0 0 0.3em 0;
}
.catalogueTable td p {
    font-size:75%;
    margin: 0 0 0.5em 0;
    line-height: 1.4em;
}
.car_price {
    font-size:110%;
}
/* footer */
 .easyLink td {
    padding: 0.5em 20px 0.5em 20px;
    border-left:1px solid #546d6e;
}
.easyLink td p {
    font-size:70%;
    color:#666;
    line-height: 1.4em;
}
#footerCounter {
    margin-top: 5px;
}

.footerTl {
    clear:both;
    padding: 1.5em 45px 2em 0px;
}
.footerTl img {
    display: block;
    float:left;
    margin: 0 15px 0.5em 0;
    behavior: url('/png.htc');
}
.footerTl .tlLink {
    display: block;
    color:#fff;
    float:left;
    font-size:75%;
    line-height: 1.5em;
    padding: 0.4em 0 0 0;
}
.footerTl .tlLink p {
    margin:0;
    line-height: normal;
    font-size: 100%;
    color:#fff;
}
.footerTl .tlLink p a {
    color:#fff;
}
.footerTl .tlLink a {
    color:#fff;
}
#sparesTable tr td, #sparesTable th {
    padding: 5px 5px;
}
#sparesTable tr td {
    font-size: 0.8em;
    vertical-align: middle;
}
#sparesTable .priceCol {
    text-align: right;
    white-space: nowrap;
}
#sparesTable th {
    text-align: left;
    font-weight: normal;
    margin: 0;
    border-bottom: 1px solid #333;
}
.spareItemRow.evenRow {
    background: #E0F0F9;
}
.spareItemRow.firstRow td {
    padding-top: 10px !important;
}
.carPartItem {
    text-indent:0;
    margin-bottom: 5px;
    overflow: hidden;
    padding-right: 10px;
}
.carPartItem span {
    background: #E0F0F9;
}
.carPartItem span, .carPartItem a {
    padding: 3px 8px;
    display: block;
    float: left;
    clear: both;
}
.strong {
    font-weight: bold;
}

/* задать вопрос старт */


#overlay {
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: rgba(255, 255, 255, .8);
    z-index: 1000;
    cursor: pointer;
}
.popupForm {
    display: none;
    z-index: 1001;
    padding: 2em;
    margin:0;
    border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    vertical-align: top;
    background: #F0BC53;
    position: relative;
}
.popupForm.questionForm {
    display: block;
    max-width: 50%;
    min-width: 320px;
}
.popupForm label {
    color: #333;
    white-space: nowrap;
}
.popupForm label.error, #order-form label.error {
    position: absolute;
    left: 0 !important;
    border: 0 !important;
    bottom:-9px;
    top:auto;
    color:red;
    background: #fff;
    padding: .2em .5em;
    font-size: .8em;
}
#order-form label.error {
    color: #fff;
    background: #000;
}
.popupForm label sup {
    color: #fff;
}
.popupForm .form-group, #order-form .form-group {
    padding: .8em 0;
    vertical-align: top;
    clear: both;
    position: relative;
}
.popupForm .caption {
    font-size: 1.5em;
    color:#fff;
}
.popupForm .textField, #order-form .textField {

}


.popupForm .closeBtn {
    background: url(/i/close_btn.png) no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    top:1em;
    right: 1em;
}
.popupForm .realperson-challenge{
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    cursor: pointer;
    margin:.3em 1em 0 0;
}
.popupForm .realperson-text{
    font-family:"Courier New", monospace;
    font-size: 5px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 3px;
    color:#113855;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
.popupForm .realperson-regen{
    display: none;
}
.popupForm .forSketch {
    display: block;
}
label[for] {
    display: block;
}
.popupForm .sketch {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    width: auto;
}
.myBtn {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    padding: .3em .5em;
    background: #2679B7;
    color:#fff;
    margin: .5em 0 0 0;
    border:none;
    outline: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor:pointer;
    text-shadow: 1px 1px 0 #1D5E8D;
}
.popupForm .myBtn:hover {
    background: #1D5E8D;
}
label[for=question_sketch].error {
    left:115px !important;
}
.popupForm .error_form *, .popupForm .thanks_form * {
    color:#333 !important;
    font-size: 1.2em;
    text-align: center;
    max-width: 250px;
    font-weight: bold;
    margin:0 !important;
}
/* задать вопрос енд */

/* форма звонка старт */
.popupForm.callbackForm{
	background: #73BB61;
}

.myBtn.send-callback{
	background: none;
	color:#54A856;

	color:#fff;
	border:1px solid #fff;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-ms-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
}

.myBtn.send-callback:hover{
	background: #fff;
	color:#54A856;
	border:1px solid #fff;
}
/* форма звонка енд */

.workTime{
    color: #333333;
    font-size: 100%;
    line-height: 1.1em;
    margin-top: .3em;
    text-align: right;
}



.footerContacts .workTime {
    margin-top: 0;
}

.footerContacts .workTime p{
    text-align: left;
    margin-top: 0;
}

.videoBlock{
    margin:2em 0 1em 0;
}

.videoBlock .lead{
    font-size: 1.3em;
}


.videoBlock .video{
    width: 100%;
    position: relative;
}

.videoBlock .video iframe{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.videoBlock .video .ratio{
       display: block;
    height: auto;
    width: 100%;
}


.textBlock .priceBlock{
    font-size: 19px;
    font-weight: 100;
    background: #EA7F16;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color:#fff;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;

    padding: 6px 10px;
    margin:0;
}

.textBlock .priceBlock .amount{
    font-size: 18px;
    color:#fff;
    font-weight: 600;
}

.textBlock .priceBlock .currency{
    margin:0 0 0 .3em;
    color:#fff;
}

.btn{
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;

    background: #55BA47;
    border:none;
    color:#fff !important;
    text-decoration: none !important;
    padding: .47em .5em;
    border-radius: 3px;
    font-style: normal;
    font-size:1em;
    cursor: pointer;
}


.clearfix{
    clear: both;
    display: table;
    content: '';
}

.slideToOrder{
    background: #1F9C3A url(/i/down_arrow.png) 9px 9px no-repeat;
    display: inline-block;
    zoom:1;
    *display: inline;
    font-size: 19px;
    padding: 6px 10px 6px 38px;
    margin-left: 1em;
    
}