/*---------------------------------------------------------------
                 Fonts
  --------------------------------------------------------------- */
/*@font-face {
    font-family: Arial, sans-serif;
    src: url('font/HelveticaNeue_latin+latin-ext+cyrillic+cyrillic-ext_gdi.eot');
    src: url('font/HelveticaNeue_latin+latin-ext+cyrillic+cyrillic-ext_gdi.eot?#iefix') format('embedded-opentype'),
         url('font/HelveticaNeue_latin+latin-ext+cyrillic+cyrillic-ext_gdi.svg') format('svg'),
         url('font/HelveticaNeue_latin+latin-ext+cyrillic+cyrillic-ext_gdi.woff') format('woff'),
         url('font/HelveticaNeue_latin+latin-ext+cyrillic+cyrillic-ext_gdi.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-weight: bold;
    src: url('font/HelveticaNeue-Bold_latin+latin-ext+cyrillic+cyrillic-ext_gdi.eot');
    src: url('font/HelveticaNeue-Bold_latin+latin-ext+cyrillic+cyrillic-ext_gdi.eot?#iefix') format('embedded-opentype'),
         url('font/HelveticaNeue-Bold_latin+latin-ext+cyrillic+cyrillic-ext_gdi') format('svg'),
         url('font/HelveticaNeue-Bold_latin+latin-ext+cyrillic+cyrillic-ext_gdi') format('woff'),
         url('font/HelveticaNeue-Bold_latin+latin-ext+cyrillic+cyrillic-ext_gdi.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;

}*/

/*---------------------------------------------------------------
                 Reset default values
  --------------------------------------------------------------- */

/* * { font-size: 100.01%; }*/

html, body, h1, h2, h3, h4, h5, h6, p, form, input, table, tr, td, dl, dt, dd, fieldset, ul, ol{
    padding: 0;
    margin: 0;
}

th {
    font-weight: bold; /* font-bold */
}

fieldset
{
    padding: 0;
    margin: 0;
    border: 0
}

h1, h2, h3, h4, h5, h6, .title_h2, .title_h3
{ 
    line-height: 1em;
    font-weight: bold;
}

h2, h3, h4, h5, h6, .title_h2, .title_h3
{
    padding: 4px 0 14px;
    line-height: 1.4em;
}

h2, .title_h2
{
    font-size:  13px;
    
}

h3, .title_h3
{
    font-size:  13px; 
}

h4
{
    font-size:  13px; 
}

h5
{
    font-size:  12px; 
}

h6
{
    font-size: 14px;
}

a img, img
{
    border: 0;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
	font-size:13px;
}

td
{
    vertical-align: top;
}

strong, b{
    font-weight: 400;
    font-weight: bold; /* font-bold */
}
/*---------------------------------------------------------------
                 Tags
  --------------------------------------------------------------- */
html {
  height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size:13px;
    font-family: Arial, sans-serif;
    color:#010101;
    background: #fff;
}

a
{
    color:#6069BC;
    text-decoration:none;
outline: none;
}

a:hover
{
    text-decoration:underline;
}

p
{
    margin:0;
    padding-bottom: 18px;
}

a img
{
    border:0;
}

ul, ol {
    padding: 0 0 14px 15px;
}
ul li, ol li{
    padding: 0 0 2px 0px;
}
/* // Tags */


/*---------------------------------------------------------------
               Common Styles
 --------------------------------------------------------------- */

#container {
    margin:0;
    padding:0;
    min-height:100%;
    height:auto !important;
    height:100%;
    min-width:1000px;
    _width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%");


}
.page-bg{
    background: url('images/image1.jpg') top center no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2) {
  .page-bg {
    background: url(images/image1@2x.jpg) top center no-repeat;
     -moz-background-size: auto 50%; /* Firefox 3.6+ */
    -webkit-background-size: auto 50%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: auto 50%; /* Opera 9.6+ */
    background-size:  auto 50%;

  }
}


.page-bg2{
     background: url(images/image.jpg) no-repeat top center;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */

}

@media (-webkit-min-device-pixel-ratio: 2) {
    .page-bg2{
         background: url(images/image@2x.jpg) no-repeat;
        -moz-background-size: 100% auto; /* Firefox 3.6+ */
        -webkit-background-size: 100% auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 100% auto; /* Opera 9.6+ */
        background-size: 100% auto; /* Современные браузеры */
    }
}


/* Фон Серия 300 */
.bg-seriya-300{
     background: url(images/seriya/300.jpg) no-repeat top center;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */

}

@media (-webkit-min-device-pixel-ratio: 2) {
    .bg-seriya-300{
         background: url(images/seriya/retina/300.jpg) no-repeat;
        -moz-background-size: 100% auto; /* Firefox 3.6+ */
        -webkit-background-size: 100% auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 100% auto; /* Opera 9.6+ */
        background-size: 100% auto; /* Современные браузеры */
    }
}


/* Фон Серия 500 */
.bg-seriya-500{
     background: url(images/seriya/500.jpg) no-repeat top center;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */

}

@media (-webkit-min-device-pixel-ratio: 2) {
    .bg-seriya-500{
         background: url(images/seriya/retina/500.jpg) no-repeat;
        -moz-background-size: 100% auto; /* Firefox 3.6+ */
        -webkit-background-size: 100% auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 100% auto; /* Opera 9.6+ */
        background-size: 100% auto; /* Современные браузеры */
    }
}

/* Фон Серия 700 */
.bg-seriya-700{
     background: url(images/seriya/700.jpg) no-repeat top center;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */

}

@media (-webkit-min-device-pixel-ratio: 2) {
    .bg-seriya-700{
         background: url(images/seriya/retina/700.jpg) no-repeat;
        -moz-background-size: 100% auto; /* Firefox 3.6+ */
        -webkit-background-size: 100% auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 100% auto; /* Opera 9.6+ */
        background-size: 100% auto; /* Современные браузеры */
    }
}

/* Фон  O компании */
.bg-o-kompanii{
     background: url(images/seriya/o-kompanii.jpg) no-repeat top center;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */

}

@media (-webkit-min-device-pixel-ratio: 2) {
    .bg-o-kompanii{
         background: url(images/seriya/retina/o-kompanii.jpg) no-repeat;
        -moz-background-size: 100% auto; /* Firefox 3.6+ */
        -webkit-background-size: 100% auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 100% auto; /* Opera 9.6+ */
        background-size: 100% auto; /* Современные браузеры */
    }
}
/* Фон Купить */
.bg-kupit{
     background: url(images/seriya/kupit.jpg) no-repeat top center;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */

}

@media (-webkit-min-device-pixel-ratio: 2) {
    .bg-kupit{
         background: url(images/seriya/retina/kupit.jpg) no-repeat;
        -moz-background-size: 100% auto; /* Firefox 3.6+ */
        -webkit-background-size: 100% auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 100% auto; /* Opera 9.6+ */
        background-size: 100% auto; /* Современные браузеры */
    }
}

/* Фон   FAQ */
.bg-faq{
     background: url(images/seriya/faq.jpg) no-repeat top center;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */

}

@media (-webkit-min-device-pixel-ratio: 2) {
.bg-faq{
         background: url(images/seriya/retina/faq.jpg) no-repeat;
        -moz-background-size: 100% auto; /* Firefox 3.6+ */
        -webkit-background-size: 100% auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 100% auto; /* Opera 9.6+ */
        background-size: 100% auto; /* Современные браузеры */
    }
}
/* Фон обратная связь */
.bg-obratnaja-svjaz{
     background: url(images/seriya/obratnaja-svjaz.jpg) no-repeat top center;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */

}

@media (-webkit-min-device-pixel-ratio: 2) {
.bg-obratnaja-svjaz{
         background: url(images/seriya/retina/obratnaja-svjaz.jpg) no-repeat;
        -moz-background-size: 100% auto; /* Firefox 3.6+ */
        -webkit-background-size: 100% auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 100% auto; /* Opera 9.6+ */
        background-size: 100% auto; /* Современные браузеры */
    }
}

/* Фон термины и определения */
.bg-terminy-i-opredeleniya{
     background: url(images/seriya/terminy.jpg) no-repeat top center;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */

}

@media (-webkit-min-device-pixel-ratio: 2) {
.bg-terminy-i-opredeleniya{
         background: url(images/seriya/retina/terminy.jpg) no-repeat;
        -moz-background-size: 100% auto; /* Firefox 3.6+ */
        -webkit-background-size: 100% auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 100% auto; /* Opera 9.6+ */
        background-size: 100% auto; /* Современные браузеры */
    }
}



.center-fix{
    width: 970px;
    padding: 0 15px;
    margin: 0 auto;
}

#main{
    background: #fff;
}

#for_footer{
    height: 360px;
    width: 100%;
    position: relative;
}

#footer
{
    margin-top:-360px;
    min-width:1000px;
    _width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%");
    height: 360px;
    position: relative;
    z-index: 1;
}


.clear
{
    clear: both;
}

h1
{

    margin:0;
    font-size: 35px;
    font-weight: 400;
    font-weight: bold; /* font-bold */
    color: #333333;
    padding: 10px 0 10px 10px;
}

.title-h1{
    font-size: 35px;
    font-weight: 400;
    font-weight: bold; /* font-bold */
    color: #333333;
    padding: 10px 0 10px 10px;
}

.content{
    padding: 0 0 30px 0;
}


/*---------------------------------------------------------------
               Header Styles
 --------------------------------------------------------------- */

#header
{
    padding: 15px 0;
    text-align: left;
    position: relative;
}
#logo{
    height: 108px;
}
 /*---------------------------------------------------------------
               top-line
 --------------------------------------------------------------- */
.top-line{
    height: 39px;
    position: relative;
}
    .bg-black{
        height: 39px;
        background: #000;
    }
    .line-shadow{
        height: 10px;
        background: url('images/shadow.png') repeat-x top;
    }
    .top-search{
        padding: 7px 0 0 0;
         float: left;
    }
    .top-right-links{
        float: right;
        padding-top: 4px;
    }
    .ico-lock{
        display: block;
        float: left;
        background: url('images/ico-lock-new.png') center center no-repeat;
        width: 31px;
        height: 31px;
        margin: 0 4px 0 0;
    }
    .ico-mail{
        display: block;
        float: left;
        background: url('images/ico-letter-new.png') center center no-repeat;
        width: 31px;
        height: 31px;
    }
    .top-right-links .lang{
        color: #bfbfbf;
        float: left;
        margin: 9px 0 0 28px;
    }
    .top-right-links .lang .select{
        /*background: url("images/red-ar-bottom.png") no-repeat scroll right center;*/
        width: 42px;
        /*cursor: pointer;*/
        font-size: 16px;
        font-size: 13px;
        height: 13px;
        line-height: 13px;
    }


/*---------------------------------------------------------------
               Search Styles
 --------------------------------------------------------------- */
.b-search{
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e0e0e0;
    width: 187px;
    height: 24px;
    text-align: left;
    background: #fff;
    position: relative;
    white-space: nowrap;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.b-search input.search-inptxt{
    border: none;
    background: none;
    outline: none;
    height: auto;
    padding: 0px 0px 0px 13px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    height: 25px;
    width: 160px;
    vertical-align: middle;
    color: #000;
    line-height: 25px;
}

/* ie 8 */
*.b-search input.search-inptxt{
    color: #333333;
}

.b-search input.search-btn{
    position: absolute;
    right: 0px;
    width: 27px;
    outline: none;
    cursor: pointer;
    text-align: left;
    text-indent: -999em;
    height: 24px;
    border: none;
    background: url(images/search.jpg) no-repeat 2px 3px;
}
.b-search ::-webkit-input-placeholder { color:#000;}
.b-search :-moz-placeholder { color:#000;}
.b-search .placeholder { color:#000;}

/*---------------------------------------------------------------
               Top menu Styles
 --------------------------------------------------------------- */
#top-menu{
    padding: 0 0 24px 0;
}
/* remove the list style */
#nav {
    margin:0;
    padding:0;
    list-style:none;
    height: 39px;
}

    /* make the LI display inline */
    /* it's position relative so that position absolute */
    /* can be used in submenu */
    #nav > li {
        float:left;
        display:block;
        width: 184px;
        background:#fff;
        padding: 0;
        position:relative;
        z-index:500;
        margin:0 14px 0 0px;
        text-align: left;
    }
    #nav > li.last {
        margin:0 0px 0 0px;
        width: 178px;
    }
    #nav li span {
        background: url("images/red-ar-bottom.png") no-repeat scroll right 3px;
        display: inline-block;
        height: 10px;
        padding-left: 10px;
        width: 10px;
    }

    /* this is the parent menu */
    #nav li a {
        display:block;
        font-weight:400;
        text-decoration:none;
        color:#000;
        padding-top: 3px;
        line-height: 32px;
        border-bottom: 3px solid #e60012 ;
        font-size: 13px;
        font-weight: bold; /* font-bold */
    }


    #nav > li:hover{
        background: #e60012;
        border-radius: 0 0 14px 0;

        behavior: url(PIE.htc);
    }
    #nav > li:hover > a {
        color:#fff;
        padding-left: 14px;
        border: 0;
        padding-bottom: 3px;
    }

    /* you can make a different style for default selected value */
    #nav a.selected {
        color:#f00;
    }

    /* submenu, it's hidden by default */
    #nav ul {
        position:absolute;
        left:0;
        display:none;
        margin: 0px 0 0 0px;
        padding: 10px 14px 8px 14px;
        list-style:none;
        background: #fff;
        border-radius: 0 0 10px 10px;

        behavior: url(PIE.htc);
    }

    #nav li ul li {
        width:250px;
        float:left;
        border: 0px;
        background: none;

    }
    #nav li:first-child ul li, #nav li.first-child ul li {
        width:158px;
    }
     #nav li.last ul li {
        width:158px;
    }

    #nav li ul li span {
        background: none;
        width: 4px;
        height: 7px;
        display: inline-block;
        padding-left: 10px;
    }
    #nav li ul li:hover  span {
        background: url("images/ar-l.png") no-repeat center right;
    }

    /* display block will make the link fill the whole area of LI */
    #nav li ul a {
        display:block;
        padding: 0;
        color:#7f7f7f;
        font-weight: normal;
        line-height: 18px;
        border: 0px;

    }
    #nav li ul a:hover {
        color: #e60012;
        text-decoration: none;
    }

    #nav ul a:hover {
        text-decoration:underline;
    }

    /* fix ie6 small issue */
    /* we should always avoid using hack like this */
    /* should put it into separate file : ) */
    *html #nav ul {
        margin:0 0 0 -2px;
    }

/*---------------------------------------------------------------
               Catalog info links Styles
 --------------------------------------------------------------- */

.catalog-info{
    padding: 10px 0 10px 0;
    clear: both;
}

.catalog-info-padd {
    padding: 5px 0;
}

    .cat-links{
        float:right;

        color: #333333;
        padding: 0 0px 0 0;

    }
    .cat-links span{
        color: #909090;
        font-weight: normal;
    }
    .download-pdf{
background: url('images/ico-pdf.png');
        display: block;
        width: 39px;
        height: 39px;
        float: right;

    }
    .view-file{
background: url('images/ico-look.png');
        display: block;
        width: 39px;
        height: 39px;
        float: right;
        margin:  0 0 0 4px;
    }
    .cat-size{
        float: right;
        line-height: 39px;
        padding-right: 10px;
    }




/*---------------------------------------------------------------
               carousel Styles
 --------------------------------------------------------------- */
 #carousel{
    padding: 25px 0 35px 0;
 }
            .list_carousel {
                margin: 0 auto;
                width: 690px;
                position: relative;
            }
            .list_carousel ul {
                margin: 0;
                padding: 0;
                list-style: none;
                display: block;
            }
            .list_carousel li {
                color: #999;
                text-align: center;
                width: 200px;
                padding: 0;
                margin: 0 14px;
                display: block;
                float: left;
            }
            .list_carousel li img {
                padding:  0 ;
                margin: 0;
            }

            .list_carousel li .slide-desc {
                font-size: 13px;
                color: #000;
                line-height: 18px;
                padding-top: 7px;
            }
            .list_carousel.responsive {
                width: auto;
                margin-left: 0;
            }
            .clearfix {
                float: none;
                clear: both;
            }
            .prev {
                background: url("images/ar-left.jpg") no-repeat;
                float: left;
                height: 42px;
                position: absolute;
                top: 43px;
                width: 29px;
                left: -30px;
            }
            .next {
                background: url("images/ar-right.jpg") no-repeat;
                float: right;
                height: 44px;
                position: absolute;
                right: -30px;
                top: 43px;
                width: 29px;
            }


/*---------------------------------------------------------------
               breadcrumbs Styles
 --------------------------------------------------------------- */
.breadcrumbs{
    padding: 10px 0 12px 0;
    font-size: 12px;
}
    .breadcrumbs a{
        color: #000;
        font-weight: bold
    }
    .breadcrumbs span{
        color: #b1b1b1;
    }
    .breadcrumbs a.last-link{
        color: #b1b1b1;
        font-weight: normal;
    }
    .breadcrumbs span.raz{
        padding: 0 3px;
        color: #000;
    }
/*---------------------------------------------------------------
               breadcrumbs Styles
 --------------------------------------------------------------- */
#addit-menu{
    padding: 12px 0;
    text-align: center;
}

#addit-menu.addit-menu-bottom {
    padding-bottom: 0;
}

#addit-menu a{
    font-weight: 400;
    color: #000;
    font-size: 13px;
    font-weight: bold; /* font-bold */
    display: block;
    float: left;
    line-height: 1em;
}
#addit-menu a.selected{
     color: #e70012;
}

#addit-menu span{
    width: 4px;
    height: 11px;
    background: #e70012;
    display: inline-block;
    margin: 3px 18px 0;
    display: block;
    float: left;
}
#addit-menu span:last-child{
    display: none;
}
#addit-menu.r-small span{
    margin: 2px 9px 0;
}
#addit-menu.c-small span{
    margin: 2px 6px 0;
}
#addit-menu.c-small a{
    font-size: 12px;
}
.line-grey{
    height: 4px;
    background: #efefef;
    margin-bottom: 25px;
}

.line-grey.before-menu {
    margin-bottom: 0;
}

.page-text{
    padding: 0 12px 10px 13px;
    min-height: 300px;
    line-height: 1.5em;
}

.page-text table {
    line-height: 1.5em;
}

.page-text img[align=left] {padding:  0 25px 20px 0;}
.page-text img[align=right] {padding:  0 0 20px 25px ;}


.page-text ul   ul li{
    list-style-type: none
}
.page-text ul ul li:before{
    content:  "—";
    position: relative;
    left:     -5px;
}
.page-text ul ul{
    padding: 8px 0 14px 0px;
}



ul.vakancies ul li:before{
    content:  "";
}


.right-box{
    display: inline-block;
    float: right;
    padding: 10px 0 25px 25px;
    font-size: 12px;
    width: 258px;
}
.right-box img{
    padding:  0px;
    margin: 0px;
}
.image-text{
    font-size: 12px;
    padding-top: 18px;
}

/*---------------------------------------------------------------
               Other Content Styles
 --------------------------------------------------------------- */

.box-title{
    background: #efefef;
    font-size: 14px;
    text-transform: uppercase;
    height: 43px;
    line-height: 43px;
    border-radius: 8px;
    color: #e60012;
    font-weight: bold; /* font-bold */
    margin-bottom: 30px;
    margin-top: 30px;
}
    .b-t-text{
        margin-left: 65px;
        position: relative;
    }
    .b-t-icon{
        position: absolute;
        left: -57px;
        top: 2px;
        width: 43px;
        height: 38px;
    }
    .icon-super{
        background:  transparent  url('images/ico-1-new.jpg') center;
    }
    .icon-settings{
        background:  transparent  url('images/ico-2-new.jpg') center;
    }
    .icon-comptekt{
        background:  transparent  url('images/ico-3-new.jpg') center;
    }
    .icon-price{
        background:  transparent  url('images/ico-4-new.jpg') center;
    }
    .icon-reshenie{
        background:  transparent  url('images/ico-5-new.jpg') center;
    }
    .icon-dop{
        background:  transparent  url('images/ico-6-new.jpg') center;
    }
    .icon-photos{
        background:  transparent  url('images/ico-7-new.jpg') center;
    }
     .icon-to{
        background:  transparent  url('images/ico-8-new.jpg') center;
    }
     .icon-calc{
        background:  transparent  url('images/ico-9-new.jpg') center;
    }


.column-blocks{
    font-size: 13px;
}
    .cb-item{
        padding: 0 0 0 29px;
        width: 456px;
        float: left;
        background: url('images/ar-big-right.jpg') no-repeat 10px 2px;
        margin-bottom: 20px;
    }
    .cb-title{
        color: #000;
        font-size: 14px;
        font-weight: bold; /* font-bold */
        padding: 0 0 5px 0;
    }
    .cb-anons{
        color: #747474;
        font-size: 12px;
    }
.list-arrow-column table{
    width: 100%;
}
.list-arrow-column table td{
    width: 50%;
}
.list-arrow-column ul, .page-text .list-arrow-column ul{
    margin: 0;
    padding: 0;
}
.list-arrow-column ul li{
    margin: 0 0 20px 0;
    padding: 0 0 0 29px;
    width: 456px;
    float: left;
    background: url('images/ar-big-right.jpg') no-repeat 10px 2px;
    list-style-type: none;
    color: #747474;
    font-size: 12px;
    width: 445px;
    line-height: 14px;
}
.list-arrow-column ul li strong{
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold; /* font-bold */
    padding: 0 0 5px 0;
    display: block;
}

/* таблица с серыми границами ,без правого бордера */
.grey-table{
    border-spacing: 0;
    border-collapse: 0;
    font-size: 12px;
    margin-bottom: 15px;
    width: 100%;
}
    .grey-table td{
        border-bottom: 1px solid #a5a5a5;
        border-right: 1px solid #a5a5a5;
	    line-height: 16px;
	    padding: 1px 5px 3px;

    }
    .grey-table td:last-child, .grey-table th:last-child{
        border-right: 0px;
    }

    .grey-table td.border-right{
        border-right: 1px solid #a5a5a5!important;
    }
    .grey-table tr.border-top td, .grey-table tr.border-top th{
        border-top: 1px solid #a5a5a5!important;
    }


    /* ie */
    .grey-table td.last-child, .grey-table th.last-child{
        border-right: 0px ;
    }

    .grey-table th{
        background: #bfc0bf;
        text-align: left;
        padding: 2px 5px;
        font-weight: bold; /* font-bold */
        border-right: 1px solid #efefef;
    }

    .grey-table th.al_center {
        text-align: center;
    }

    .grey-table.garant tr:nth-child(2) th, .grey-table.garant tr:nth-child(3) th{
        border-top: 1px solid #efefef;
    }

    .grey-table th.center{
    	text-align: center;
    }
    .grey-table td.red{
        text-align: center;
        background: #ea212d;
        color: #fff;
        cursor: pointer;
        padding: 0;
    }
    .red_link{
        text-align: center;
        background: #ea212d;
        color: #fff;
        cursor: pointer;
        display: block;
        height: 20px;
        line-height: 20px;
    }

    .grey-table td.red:hover, a.red_link:hover{
        background: #333333;
    }
    .grey-table sup{
        font-size: 9px;
        line-height: 9px;
    }

/* таблица с полными серыми границами   */
.grey-border-table{
    border-spacing: 0;
    border-collapse: 0;
    font-size: 12px;
    margin-bottom: 15px;
    width: 100%;
    border-top: 1px solid #a5a5a5;
    border-left: 1px solid #a5a5a5;
}
    .grey-border-table td{
        border-bottom: 1px solid #a5a5a5;
        border-right: 1px solid #a5a5a5;
        line-height: 16px;
        padding: 1px 5px 3px;

    }
    .grey-border-table th{
        background: #bfc0bf;
        text-align: left;
        padding: 2px 5px;
        font-weight: bold; /* font-bold */
        border-bottom: 1px solid #a5a5a5;
        border-right: 1px solid #a5a5a5;
    }

    .grey-border-table th.al_center {
        text-align: center;
    }
    .grey-border-table th.center{
        text-align: center;
    }
    .grey-border-table td.red{
        text-align: center;
        background: #ea212d;
        color: #fff;
        cursor: pointer;
        padding: 0;
    }
    .grey-border-table sup{
        font-size: 9px;
        line-height: 9px;
    }

/* grey-table-fix  - таблица с полными серыми границами без ширины 100%  */
.grey-table-fix{
    border-spacing: 0;
    border-collapse: 0;
    font-size: 12px;
    margin-bottom: 15px;
    border-top: 1px solid #a5a5a5;
}


/* grey-table-left  - таблица смещенная влево */
.grey-table-left{
    border-spacing: 0;
    border-collapse: 0;
    font-size: 12px;
    margin-bottom: 15px;
    border-top: 1px solid #a5a5a5;
    float: left;
    margin-right: 15px;
}
/* grey-table-right  - таблица смещенная вправо */
.grey-table-right{
    border-spacing: 0;
    border-collapse: 0;
    font-size: 12px;
    margin-bottom: 15px;
    border-top: 1px solid #a5a5a5;
    float: right;
    margin-left: 15px;
}
    .grey-table-fix td, .grey-table-left td, .grey-table-right td{
        border-bottom: 1px solid #a5a5a5;
        border-right: 1px solid #a5a5a5;
        line-height: 16px;
        padding: 1px 5px 3px;

    }
    .grey-table-fix th, .grey-table-left th, .grey-table-right th{
        background: #bfc0bf;
        text-align: left;
        padding: 2px 5px;
        font-weight: bold; /* font-bold */
        border-bottom: 1px solid #a5a5a5;
        border-right: 1px solid #a5a5a5;
    }

    .grey-table-fix th.al_center, .grey-table-left th.al_center, .grey-table-right th.al_center {
        text-align: center;
    }
    .grey-table-fix th.center, .grey-table-left th.center, .grey-table-right th.center{
        text-align: center;
    }
    .grey-table-fix td.red, .grey-table-left td.red, .grey-table-right td.red{
        text-align: center;
        background: #ea212d;
        color: #fff;
        cursor: pointer;
        padding: 0;
    }
    .grey-table-fix sup, .grey-table-left sup, .grey-table-right sup{
        font-size: 9px;
        line-height: 9px;
    }

    .grey-table-fix td:last-child, .grey-table-fix th:last-child,
    .grey-table-left td:last-child, .grey-table-left th:last-child,
    .grey-table-right td:last-child, .grey-table-right th:last-child{
        border-right: 0px;
    }




.bold-text{
    font-weight: bold; /* font-bold */
    padding-left: 11px;
    font-size: 14px;
}
.more{
    height: 20px;
    padding: 10px 13px 10px 0;
}

.ico-more {
    background: url('images/more.png') no-repeat right center;
    height: 20px;
    line-height: 20px;
    padding: 0 25px 0 0;
    text-align: right;
    font-weight: bold; /* font-bold */
    display: block;
    color: #010101;
    float: right;
}

.product-blocks{
	margin: 0 0 20px 0;
}
    .pb-item{
        width: 215px;
        float: left;
        margin: 0 29px 0px 0;
        text-align: center;
    }
    .pb-item.last{
         margin: 0;
    }
    .pb-title{
        height: 46px;
        padding: 5px 0;
        background: #efefef;
        color: #000;
        margin-bottom: 2px;
        font-weight: bold; /* font-bold */
        font-size: 11px;
        line-height: 16px;
    }
    .pb-price{
        height: 28px;
        line-height: 28px;
        background: #333333;
        color: #fff;
        margin-top: 1px;
    }

#seriya-img{
    width: 970px;
}

.photos-anons{
    margin-bottom: 20px;
    margin-left: 13px;

}
.photos-anons img{
    margin-right: 7px;
    float: left;
    width: 152px;
}
.photos-anons img:last-child{
    margin-right: 0px;
}

.send-request{
	width: 172px;
	height: 39px;
	line-height: 39px;
	background: url('images/send-request.jpg') no-repeat right center;
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: bold; /* font-bold */
	text-align: center;
	 margin: 30px auto 70px auto;
}
.s-table{
	width: 100%;
}
.s-table td{
	padding: 5px;
}
.space{
	width: 100%;
	height: 30px;
}
.center{
    text-align: center;
}
.model-text{
    padding: 0 13px 0 13px;
}


/*---------------------------------------------------------------
              News   Styles
 --------------------------------------------------------------- */
.news-item{
	padding: 0 0 13px 0;
    border-bottom: 2px solid #efefef;
    margin: 0 0 15px 0;
}
.news .news-item:last-child{ 
    border-bottom: 0; 
}
.news-min-image{
    width: 122px;
    height: auto;
}

.clients .news-min-image {
    width: 180px;
}

.new-right{
    width: auto;
    float: left;
    margin-left: 18px;
    width: 805px;
}

.clients .new-right {
    width: 747px;
}

.news-title{
    font-weight: bold; /* font-bold */
    float: left;
}
.new-right .date, .new_date{
	color: #a5a5a5;
}

.new-right .news_list_title .date {
    float: left;
}

.new_date {
    padding-bottom: 15px;
}

.new-right span.border{

    background: none repeat scroll 0 0 #e70012;
    display: inline-block;
    height: 11px;
    margin: 4px 9px 0;
    width: 4px;
    float: left;
}
.n-more {
    height: 20px;
    padding: 10px 0;
    clear: both;
}

.pagination{
    text-align: center;
}

.pagination span.activ{
	display: inline-block;
	background: #e60012;
	width: 21px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	border-radius: 50%;
	color: #fff;
    margin: 0 3px;

}
.pagination a.page{
	display: inline-block;
	background: #e2e2e2;
	width: 21px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	border-radius: 50%;
	color: #333;
    margin: 0 3px;
}
.p-prev{
    background: url("images/pag_arrows.jpg") no-repeat left top;
    display: inline-block;
    height: 13px;
    margin: 0 10px 0 0;
    position: relative;
    top: 2px;
    width: 8px;
    text-decoration: none;
}
.p-next{
    background: url("images/pag_arrows.jpg") no-repeat right top;
    display: inline-block;
    height: 13px;
    margin: 0  0 0 10px;
    position: relative;
    top: 2px;
    width: 8px;
    text-decoration: none;
}

a.p-next.last_page, .last_page {
    background-position: right bottom;
}

a.p-prev.first_page, .first_page {
    background-position: left bottom;
}
/*---------------------------------------------------------------
               Footer Styles
 --------------------------------------------------------------- */
.footer-grey{
    background: #e2e2e2;
    height: 318px;
    width: 100%;
}
.footer-grey-main{
    background: #e2e2e2;
    height: auto;
    width: 100%;
}
    .main-page-text{
        margin: 23px 0 0 0;
        padding: 20px 0 10px 0;
        border-top: 1px solid #000000;
    }
    .main-page-text h1{
        color: #000;
        font-size: 14px;
        font-weight: bold;
        margin: 0;
        padding: 8px 0 14px  0px;
    }
    .main-page-text h2{
        font-size: 13px;
        font-weight: bold;
        line-height: 1.4em;
        padding: 0px 0 14px;
    }
    .main-page-text h3{
        font-size: 13px;
        font-weight: bold;
        line-height: 1.4em;
        padding: 0px 0 14px;
    }
    .b-top-part{
        padding: 14px 0;
        border-bottom: 1px solid #000000;
    }
        .bottom-search{
            float: left;
        }
        .social{
            float: right;
        }
        .social img{
            width: 26px;
        }
.footer-black-line{
    background: #000;
    height: 41px;
    width: 100%;
    font-size: 12px;
}
    .bottom-nav .item{
        width: 216px;
        float: left;
        font-size: 12px;
    }
    .bottom-nav .item-1, .bottom-nav .item-5{
        width: 160px;
    }
    .bottom-nav{
        padding: 23px 0 0 0;
    }
    .bottom-nav .nav-title{
        font-size: 13px;
        font-weight: bold;
        padding-bottom: 10px;
        font-family: Arial;
    }
    .bottom-nav .nav-title a{
        color: #000;
    }
    .bottom-nav ul{
        padding: 0;
        margin: 0;
    }
    .bottom-nav ul li{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .bottom-nav ul li a{
        color: #000;
        line-height: 18px;
        font-size: 12px;
        text-decoration: none;
    }
    .bottom-nav ul li a:hover{
        text-decoration: underline;
    }
.footer_menu{
    float: left;
    padding-top: 12px;
}
    .footer_menu a, .footer_menu span{
        color: #fff;
        padding-right: 10px;
    }
.copy{
    padding-top: 12px;
    color: #808080;
    float: right;
}

.new-left {
    float:left;
}

.new_detail_anonse {
    font-weight: bold; /* font-bold */
    padding-bottom: 3px;
}

.news-title a {
    color: #010101;
}

.news_list_bottom {
    position: relative;
    height: 25px;
}

.cnt_news_list {
    position: absolute;
    right: 0;
    top: 0;
}

.to_news_list {
    text-align: left;
}

.to_news_list a {
    background: url('images/pagin-prev.jpg') left center no-repeat;
    padding-left: 15px;
    line-height: 20px;
    font-size: 13px;
    color: #010101;
    font-weight: bold; /* font-bold */
}

.element_padd {
    padding-bottom: 20px;
}

.new-right.no_preview_image {
    float: none;
    margin-left: 0;
    width: auto;
}

/* slider on main */

#carousel-items .slide-desc a {
    color: #010101;
}

#carousel-items li img {
    width: 180px;
}



/*---------------------------------------------------------------
               Select Plugin Styles
 --------------------------------------------------------------- */
 .page-text ul.sbOptions{
    padding: 0;
 }

.sbHolder{
    background-color: #fff;
    border: 2px solid #c1c1c1;
    border-radius: 5px;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 26px;
    position: relative;
    width: 150px;

}

.sbHolder.error {
    border-color: #EB212E;
}

.sbSelector{
    display: block;
    height: 26px;
    left: 0;
    line-height: 26px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 3px;
    top: 0;
    width: 170px;

}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #010101;
    outline: none;
    text-decoration: none;
}
.sbToggle{
    background: #ebebeb url(images/select.jpg) center  no-repeat;
    display: block;
    height: 26px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
}

.sbToggleOpen{
    background: #ebebeb url(images/select.jpg) center  no-repeat;
}

.sbHolderDisabled{
    background-color: #3C3C3C;
    border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
    background-color: #fff;
    border: solid 1px #c1c1c1;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    z-index: 100;
    overflow-y: auto;

}
.sbOptions li{
    padding: 0;
    line-height: 14px;
    border-bottom: 1px solid #c1c1c1;
}
.sbOptions a{
    border-bottom: dotted 1px #ebebeb;
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #010101;
    text-decoration: none;
}
.sbOptions span{
    color: #ccc; 
    border-bottom: dotted 1px #ebebeb;
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #010101;
}
.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions .sbDisabled{
    border-bottom: dotted 1px #ebebeb;
    color: #010101;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    border-bottom: dotted 1px #ebebeb;
    color: #010101;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}

/* select */

.cnt_news_list .sbHolder, .cnt_news_list .sbSelector, .cnt_news_list .sbHolder ul.sbOptions, .cnt_news_list .sbHolder ul.sbOptions {
    width: 55px;
}

.news-list {
    padding-bottom: 20px;
}

/* ul styles */
.page-text ul.red_markers {
    padding: 0 0 18px 0;
}

.red_markers li {
    background: url('images/li_bg.jpg') no-repeat left 5px;
    list-style-type: none;
    padding: 0 0 2px 13px;
}

 @media (-webkit-min-device-pixel-ratio: 2) {
    .red_markers li {
        background-image: url('images/big/li_bg.jpg') center no-repeat;
        -moz-background-size: 8px auto; /* Firefox 3.6+ */
        -webkit-background-size:  8px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 8px auto; /* Opera 9.6+ */
        background-size: 8px auto;
    }

}

.for_top_line {
    border-top: 4px solid #efefef;
    padding-top: 15px;
}



/*---------------------------------------------------------------
               Solutions Styles
 --------------------------------------------------------------- */
.red-menu{
    width: 100%;
    height: 30px;
    background: #ff0000;
}
.red-menu ul li{
    display: inline;
    list-style-type: circle;

}
.red-menu ul li a{
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 4px;
    font-weight: bold; /* font-bold */
    font-size: 12px;
}
.red-menu ul li a:hover{
    background: #333333;
    text-decoration: none;
}
.solutions-blocks{
    margin: 0 0  0px 0;
}
    .solution{
        width: 215px;
        float: left;
        margin: 0 28px 28px 0;
        text-align: center;
    }
    .solution.last{
         margin: 0;
    }
    .sol-title{
        height: 70px;
        padding: 5px 15px;
        background: #efefef;
        color: #000;
        margin-bottom: 2px;
        font-weight: bold; /* font-bold */
        font-size: 11px;
        line-height: 16px;
    }
        .sol-title a{
            color: #000;
        }
    .sol-title-info{
        background:  #efefef;
        color: #000;
        font-size: 13px;
        font-weight: normal;
        height: 34px;
        line-height: 16px;
        margin-bottom: 2px;
        padding: 7px 5px;
        text-align: left;
    }
        .sol-title-info a{
            color: #000;
        }  
        .sol-title-info span{
            font-weight: normal;
        }   
    .t-big{
        font-size: 14px;
        line-height: 18px;
    }
    .sol-price{
        height: 28px;
        line-height: 28px;
        background: #333333;
        color: #fff;
        margin-top: 1px;
    }
    .sol-price a{
        color: #fff; 
    }
    .solution a.view-solution{
        display: block;
        color: #000;
    }
.s-left-img{
    float: left;
}
.solution-right{
    width: 399px;
    padding-left: 14px;
    float: left;
}
.list-params{
    min-height: 288px;
    font-size: 14px;
}
.list-params ul{
    padding: 0;
    margin: 0;
}
.list-params ul li{
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: url('images/li-arr.png') 0 3px no-repeat;
    padding: 0 0 12px 20px;
}
.solution-price {
    background: none repeat scroll 0 0 #333333;
    color: #fff;
    height: 28px;
    line-height: 28px;
    margin-top: 1px;
    text-align: center;
}
.solution-price a{
    color: #fff;
}
.send-request-small{
    background: url("images/send-request-grey.jpg") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #fff;
    display: block;
    font-weight: bold; /* font-bold */
    font-size: 13px;
    height: 39px;
    line-height: 39px;
    margin: 45px auto 0px;
    text-align: center;
    text-transform: uppercase;
    width: 172px;
}

.for-send-request-green {
    background: url("images/send-request-green.png") no-repeat;
    width: 179px;
    height: 52px;
    margin: 0 auto;
}

.for-send-request-green a {
    display: block;
    position: relative;
    top: 3px;
    width: 169px;
    height: 44px;
    margin: 0 auto;
}

.send-request-padd {
    padding-top: 45px;
}

img.solution-img{
    width: 215px;
}

/*   GALLERY */

.gallery{
    padding: 0 0 25px 0;
}

.view {
   width: 152px;
   height: 102px;
   margin: 0 6px 6px 0;
   float: left;
   border: 0;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view.last {
     margin: 0 0px 6px 0;
}
.view .mask, .view .content {
   width: 152px;
   height: 102px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
   width: 152px;
   height: 102px;
}
.view a.info {
   background:url(images/gallery-mag.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:39px;
   height:39px;
}

    .third-effect .mask {
   opacity: 0;
   overflow:visible;
   border:51px solid rgba(0,0,0,0.5);
   box-sizing:border-box;
   transition: all 0.4s ease-in-out;
height: 0;
}
.third-effect a.info {
   padding: 30px 56px;
   position:relative;
   top:-50px; /* Center the link */
   left: -50px;
   opacity: 0;
   transition: opacity 0.5s 0s ease-in-out;
}
.third-effect:hover .mask {
   opacity: 1;
   border:51px solid rgba(0,0,0,0.5);
}
.third-effect:hover a.info {
   opacity:1;
   transition-delay: 0s;

}
/* ie */
.third-effect .ie-mask{
   background: #000;
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
   display: none;

}
.third-effect .ie-mask a.info{
   top: 0;
   left: 0;

}
.third-effect:hover .ie-mask{
   display: block;

}

/* вспомогательный класс для вертикального выравнивания div */
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.one_item_dop {
    margin-top: 16px;
    width: 150px;
    margin: 16px auto 0;
    position: relative;
    height: 100px;
}

.one_item_dop img {
    width: 100% !important;
}

.one_item_dop a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}

.blackout_image {
    background: url('images/blackout_image.png');
    left: 0;
    top: 0;
    width: 150px;
    height: 100px;
    position: absolute;
    z-index: 100;
}

.one_item {
    height: 133px;
}

/* лайтбокс фотогалереи */
.photo-win-box{
    width: 750px;
    margin: 0  auto;
    text-align: center;
}
.photo-file{
    max-width: 750px;
    max-height: 600px;
    margin: 0 auto;
}

.photo_popup .photo-file {
    max-width: 100%;
    max-height: none;
}

.photo-title {
    background: none repeat scroll 0 0 #333333;
    color: #fff;
    height: 28px;
    line-height: 28px;
    margin-top: 5px;
    text-align: center;
}
.photo-description{
    padding: 20px 0  0px 0;
    text-align: left;
}
.gallery-colorbox #cboxPrevious {
    left: 30px;
}
.gallery-colorbox #cboxNext {
    right: 30px;
}

form input[type="text"], form input[type="password"] {
    border: 2px solid #c1c1c1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-family: Arial,sans-serif;
    font-weight: normal;
    height: 26px;
    padding: 0 3px;
    font-size: 13px;
}

form textarea{
    border: 2px solid #c1c1c1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-family: Arial,sans-serif;
    font-weight: normal;
    height: 100px;
    padding: 0 3px;
    resize: none;
    font-size: 13px;
}

.bolder {
    font-weight: bold; /* font-bold */
}

.submit_shadow_left {
    background: url("images/submit_shadow_left.jpg") left center no-repeat;
    padding-left: 4px;
    float:left;
}

.submit_shadow_right {
    background: url("images/submit_shadow_right.jpg") right center no-repeat;
    padding-right: 4px;
}

.submit_shadow_left_sm {
    background: url("images/submit_shadow_left_sm.jpg") left center no-repeat;
    padding-left: 4px;
    float:left;
}

.submit_shadow_right_sm {
    background: url("images/submit_shadow_right_sm.jpg") right center no-repeat;
    padding-right: 4px;
}

.button_submit {
    background: #eb212e;
    padding: 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold; /* font-bold */
    border: none;
    cursor: pointer;
    display: block;
    font-size: 13px;
}

.submit_shadow_right_sm .button_submit {
    padding: 0 15px;
    height: 39px;
    line-height: 39px;
}

/* select */

.select-333 .sbHolder, .select-333 .sbOptions, .select-333 .sbSelector{
    width: 333px;
}
.select-327 .sbHolder, .select-327 .sbOptions, .select-327 .sbSelector{
    width: 327px;
}
.select-232 .sbHolder, .select-232 .sbOptions, .select-232 .sbSelector{
    width: 232px;
}

/* for retina */
@media (-webkit-min-device-pixel-ratio: 2) {
    .submit_shadow_left {
        background: url("images/big/submit_shadow_left.jpg") left center no-repeat;
    }

    .submit_shadow_right {
        background: url("images/big/submit_shadow_right.jpg") right center no-repeat;
    }

    .submit_shadow_left, .submit_shadow_right {
        -moz-background-size: 4px auto; /* Firefox 3.6+ */
        -webkit-background-size:  4px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 4px auto; /* Opera 9.6+ */
        background-size: 4px auto;
    }
}

ul.info {
    padding: 20px 0;
    margin: 0;
    list-style-type: none;
}

ul.info li {
    background: url("images/info.png") no-repeat;
    padding-left: 25px;
    min-height: 20px;
    display: block;
    padding-bottom: 5px;
}

.info a {
    color: #e60c12;
}

.small-grey{
    font-size: 11px;
    color: #626262;
    line-height: 13px;
}
.small-grey sup{
    font-size: 9px;
}


/* Retina css */

@media (-webkit-min-device-pixel-ratio: 2) {
  .ico-lock {
    background: url(images/big/ico-lock-new.png) center center no-repeat;
     -moz-background-size: 31px auto; /* Firefox 3.6+ */
    -webkit-background-size:  31px auto; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 31px auto; /* Opera 9.6+ */
    background-size: 31px auto;
  }
  .ico-mail {
    background: url(images/big/ico-letter-new.png) top center no-repeat;
     -moz-background-size: 31px auto; /* Firefox 3.6+ */
    -webkit-background-size:  31px auto; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 391x auto; /* Opera 9.6+ */
    background-size: 31px auto;
  }
  .b-search input.search-btn{
    background: url(images/big/search.jpg) 2px 3px  no-repeat;
     -moz-background-size: 17px auto; /* Firefox 3.6+ */
    -webkit-background-size:  17px auto; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 17px auto; /* Opera 9.6+ */
    background-size: 17px auto;
  }
  .download-pdf{
    background: url('images/big/ico-pdf.png');
    -moz-background-size: 39px auto; /* Firefox 3.6+ */
    -webkit-background-size:  39px auto; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 39px auto; /* Opera 9.6+ */
    background-size: 39px auto;

    }
    .view-file{
     background: url('images/big/ico-look.png');
     -moz-background-size: 39px auto; /* Firefox 3.6+ */
     -webkit-background-size:  39px auto; /* Safari 3.1+ и Chrome 4.0+ */
     -o-background-size: 39px auto; /* Opera 9.6+ */
     background-size: 39px auto;
    }
     .list_carousel .prev{
        background: url("images/big/ar-left.jpg") no-repeat;
        -moz-background-size: 28px auto; /* Firefox 3.6+ */
        -webkit-background-size:  28px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 28px auto; /* Opera 9.6+ */
        background-size: 28px auto;

    }
    .list_carousel .next{
        background: url("images/big/ar-right.jpg") no-repeat;
        -moz-background-size: 28px auto; /* Firefox 3.6+ */
        -webkit-background-size:  28px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 28px auto; /* Opera 9.6+ */
        background-size: 28px auto;

    }
    .ico-more{
        background-image: url("images/big/more.png") no-repeat;
        -moz-background-size: 20px auto; /* Firefox 3.6+ */
        -webkit-background-size:  20px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 20px auto; /* Opera 9.6+ */
        background-size: 20px auto;

    }
    .icon-super{
        background:  transparent  url('images/big/ico-1-new.jpg') center;
        -moz-background-size: 43px auto; /* Firefox 3.6+ */
        -webkit-background-size:  43px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 43px auto; /* Opera 9.6+ */
        background-size: 43px auto;
    }
    .icon-settings{
        background:  transparent  url('images/big/ico-2-new.jpg') center;
        -moz-background-size: 43px auto; /* Firefox 3.6+ */
        -webkit-background-size:  43px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 43px auto; /* Opera 9.6+ */
        background-size: 43px auto;
    }
    .icon-comptekt{
        background:  transparent  url('images/big/ico-3-new.jpg') center;
        -moz-background-size: 43px auto; /* Firefox 3.6+ */
        -webkit-background-size:  43px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 43px auto; /* Opera 9.6+ */
        background-size: 43px auto;
    }
    .icon-price{
        background:  transparent  url('images/big/ico-4-new.jpg') center;
        -moz-background-size: 43px auto; /* Firefox 3.6+ */
        -webkit-background-size:  43px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 43px auto; /* Opera 9.6+ */
        background-size: 43px auto;
    }
    .icon-reshenie{
        background:  transparent  url('images/big/ico-5-new.jpg') center;
        -moz-background-size: 43px auto; /* Firefox 3.6+ */
        -webkit-background-size:  43px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 43px auto; /* Opera 9.6+ */
        background-size: 43px auto;
    }
    .icon-dop{
        background:  transparent  url('images/big/ico-6-new.jpg') center;
        -moz-background-size: 43px auto; /* Firefox 3.6+ */
        -webkit-background-size:  43px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 43px auto; /* Opera 9.6+ */
        background-size: 43px auto;
    }
    .icon-photos{
        background:  transparent  url('images/big/ico-7-new.jpg') center;
        -moz-background-size: 43px auto; /* Firefox 3.6+ */
        -webkit-background-size:  43px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 43px auto; /* Opera 9.6+ */
        background-size: 43px auto;
    }
     .icon-to{
        background:  transparent  url('images/big/ico-8-new.jpg') center;
        -moz-background-size: 43px auto; /* Firefox 3.6+ */
        -webkit-background-size:  43px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 43px auto; /* Opera 9.6+ */
        background-size: 43px auto;
    }
     .icon-calc{
        background:  transparent  url('images/big/ico-9-new.jpg') center;
        -moz-background-size: 43px auto; /* Firefox 3.6+ */
        -webkit-background-size:  43px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 43px auto; /* Opera 9.6+ */
        background-size: 43px auto;
    }
    .list-arrow-column ul li {
        background: url('images/big/ar-big-right.jpg') no-repeat 10px 2px;
        -moz-background-size: 10px auto; /* Firefox 3.6+ */
        -webkit-background-size:  10px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 10px auto; /* Opera 9.6+ */
        background-size: 10px auto;
    }
    .view a.info {
        background:url(images/big/gallery-mag.png) center no-repeat;
        -moz-background-size: 39px auto; /* Firefox 3.6+ */
        -webkit-background-size:  39px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 39px auto; /* Opera 9.6+ */
        background-size: 39px auto;
    }

}

/*---------------------------------------------------------------
               Form Calculate Styles
 --------------------------------------------------------------- */
.form-calculation{}
    .f-title{

    }
    .form-calculation .f-title{
        background: url(images/form-arr-red.jpg)  0 8px no-repeat;
        padding: 0 0 10px 15px;
        font-weight: bold; /* font-bold */
        font-size: 14px;
        line-height: 26px;
    }

    .form-calculation .f-title.black {
        background-image: url(images/form-arr-black.jpg);
    }

    .field .field-name {
        float: left;
    }

    .field.field-ch .field-name {
        float: none;
    }
    .field.field-ch .field-r {
         padding: 0 0 9px  0px;
    }
    .field.field-ch .field-r .field-name {
        float: left;
    }

    .fn-392{
        width: 392px;
    }
    .fn-265{
        width: 265px;
    }
    .field .field-value{
        width: 330px;
        float: left;
    }
    .form-calculation .field {
        background: url(images/form-arr-black.jpg)  0 8px no-repeat;
        padding: 0 0 9px 15px;
        line-height: 26px;
    }

    .form-calculation .field.no-bg {
        background: none;
    }

    .form-calculation .field-name .fn-text {
        font-weight: bold;
        font-size: 13px;
    }

    .form-calculation .field.no-bg .field-name .fn-text {
        font-weight: normal;
    }

    .form-calculation .fn-text.error_field_text {
        color: #eb212e;
    }

    .form-calculation .required{
        color: #e70012;
    }

    .sub-field .field-name .fn-text-n {
        display: inline-block;
        line-height: 1;
    }

    .grey{
        color: #9b9b9b;
        font-size: 13px;
        padding: 0 0 0 7px;
    }
    .sub-field{
        padding: 0 0 9px 0px;
        height: 26px;
    }
    .form-calculation input[type=text]{
        width: 327px;
        height: 26px;
        line-height: 26px;
        border-radius: 5px;
        color: #010101;
    }

    .form-calculation input.client_phone_code[type=text]{
        width: 40px;
    }

    .form-calculation input.client_phone[type=text]{
        width: 150px;
    }

    .form-calculation .model-box input[type="text"]{
        width: 159px;
        background: #fff;
    }
    .field textarea{
        width: 100%;
        height: 94px;
        line-height: 26px;
        border-radius: 5px;
    }
    .field-textarea{
        margin-left: -15px;
    }
    .column-check{
        font-size: 13px;
        padding-top: 10px;
    }

    .column-check label {
        display: block;
        float: right;
        width: 240px;
    }

    .column-check .ch-input {
        float: left;
        margin-top: 2px;
        cursor: pointer;
    }

    .column-check .column {
        width: 260px;
        float: left;
        margin-right: 10px;
    }

    .column-check .column.no-margin {
        margin-right: 0;
    }

    .column-check .column2 {
        width: 390px;
        float: left;
        margin-right: 10px;
    }

    .column-check .column2 label {
        width: 369px;
    }

    .column-check label{
        padding: 0;
        position: relative;
        top: -2px;
        cursor: pointer;
        line-height: 1.4em;
    }
.form-send{
    background: none;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 13px;
    height: 44px;
    line-height: 39px;
    margin:  0 ;
    text-align: center;
    text-transform: uppercase;
    width: 116px;
    border: 0px;
    cursor: pointer;
    position: relative;
    top: 4px;
    left: 4px;
}

.for-form-send {
    background: url("images/send_request_new.png") no-repeat;
    width: 124px;
    height: 52px;
    float: left;
}

.form-calculation .f-left{
    float: left;
    padding: 15px 0 0 0;
    margin: 0 0 0 -5px;
}

.form-calculation .f-right{
    float: right;
     padding: 27px 0 0 0;
}

.downland_error {
    padding-bottom: 15px;
    color: #eb212e;
    font-weight: bold; /* font-bold */
}

.search_submit {
    background: url('images/search.png') left center no-repeat;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-weight: bold; /* font-bold */
    padding: 0px;
    cursor: pointer;
    line-height: 28px; 
    height: 44px; 
    text-indent: -999px; 
    width: 80px;
    margin: -8px 0 0 10px;
}

.search_submit_left_ {
    background: url('images/search_button_shadow_left.jpg') left center no-repeat;
    float: right;
    height: 28px;
}

.search_submit_right_ {
    background: url('images/search_button_shadow_right.jpg') right center no-repeat;
    height: 28px;
    padding: 0 3px;
    float: right;
}

/* retina */
@media (-webkit-min-device-pixel-ratio: 2) {
    .search_submit_left_, .search_submit_right_ {
        -moz-background-size: 3px auto; /* Firefox 3.6+ */
        -webkit-background-size:  3px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 3px auto; /* Opera 9.6+ */
        background-size: 3px auto;
    }

    .search_submit_left {
        background-image: url('images/big/search_button_shadow_left.jpg');
    }

    .search_submit_right {
        background-image: url('images/big/search_button_shadow_right.jpg');
    }
}

.blue_link a, a.blue_link {
    color: #6069bc;
}

.page-text table {
    font-size: 13px;
}

.add-menu_fl_1 {
    float: left;
    left: 50%;
    position: relative;
}

.add-menu_fl_2 {
    padding: 0;
    margin: 0;
    list-style-type: none;
    overflow: hidden;
    left: -50%;
    position: relative;
}

.add-menu {
    overflow: hidden;
}


/*---------------------------------------------------------------
              page 404
 --------------------------------------------------------------- */
.header_404 {
    padding: 85px 0 34px;
    text-align: left;
}
body.body_404 {
   text-align: left;
}
body.body_404  div{
   text-align: left;
}
#page-box-404{
    padding: 0 40px;
}
.cont_404 {
    padding-bottom: 85px;
}
.cont_left_404 {
    float: left;
    padding-top: 3px;
    width: 330px;
}
.cont_right_404 {
    float: right;
    width: 573px;
}
.search_404 {
    padding-top: 5px;
}
.search_404 .search {
    float: left;
}
.error_404 {
    font-size: 44px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.error_link, .error_descr {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 15px;
}
.error_descr {
    font-weight: bold;
}
.menu_404 {
    display: block;
}
.menu_404 li {
    display: block;
    float: left;
    width: 50%;
}
.menu_404 li a {
    line-height: 32px;
}

.red_link font, .red_link {
    font-size: 11px;
}

.b-t-text a:hover {
    text-decoration: none;
}

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

.for_mess_float_2 {
    float: left;
    left: 50%;
    position: relative;
}

.submit_shadow_left_sm {
    left: -50%;
    overflow: hidden;
    position: relative;
}

.new_gallery a:hover {
text-decoration: none;
}

.box-title a {
color: #E70012;
}

/* пагинация карусели */
#carous-pager a {
    display: block;
    font-size: 1px;
    text-indent: -2000px;
    width: 16px;
    height: 16px;
    display: block;
    background: url('images/carusel-nav-new.jpg') left;
    float: left;
    margin: 0 2px;
}

#carous-pager a.selected {
    background-position: right;
}

#carous-pager {
    left: -50%;
    overflow: hidden;
    position: relative;
}

#for-pager-left {
    float: left;
    left: 50%;
    position: relative;
}

#for-pager-right {
    overflow: hidden;
    position: relative;
    padding-top: 15px;
}

.img_color {
    display: none;
}

.img_bw {
    display: block;
}

/* стили файлов на скачивание */

.icon {
    display: block;
    float: right;
    height: 40px;
    width: 40px;
    background: url("images/ico_jpg.png") no-repeat;
}

.download-docx, .download-doc {
    background: url("images/ico_doc.png") no-repeat;
}

.download-xls, .download-xlsx {
    background: url("images/ico_xls.png") no-repeat;
}

.download-pdf {
    background: url("images/ico-pdf.png") no-repeat;
}

 @media (-webkit-min-device-pixel-ratio: 2) {

    .icon {
        -moz-background-size: 39px auto; /* Firefox 3.6+ */
        -webkit-background-size:  39px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 39px auto; /* Opera 9.6+ */
        background-size: 39px auto;
        background-image: url("images/big/ico_jpg.png") no-repeat;
    }

    .download-jpg, .download-png, .download-gif, .download-tiff {
        background-image: url("images/big/ico_jpg.png") no-repeat;
    }

    .download-docx, .download-doc {
        background-image: url("images/big/ico_doc.png") no-repeat;
    }

    .download-xls, .download-xlsx {
        background-image: url("images/big/ico_xls.png") no-repeat;
    }

    .download-pdf {
        background-image: url("images/big/ico-pdf.png") no-repeat;
    }

}

/* FAQ */
.question {
    background: url('images/ico-question.jpg') left top no-repeat;
    padding-left: 30px;
    min-height: 22px;
}

.answer {
    background: url('images/ico-answer.jpg') left top no-repeat;
    padding-left: 30px;
    min-height: 22px;
}

/* retina */
@media (-webkit-min-device-pixel-ratio: 2) {
    .question, .answer {
        -moz-background-size: 25px auto; /* Firefox 3.6+ */
        -webkit-background-size:  25px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 25px auto; /* Opera 9.6+ */
         background-size: 25px auto;
    }

    .question {
        background-image: url('images/big/ico-question.jpg');
    }

    .answer {
        background-image: url('images/big/ico-answer.jpg');
    }
}

.answer-padd {
    padding: 12px 0 0 33px;
}

.faq-item {
    border-bottom: 2px solid #EFEFEF;
    padding: 17px 0 28px;
}

.answer li {
    list-style-type: square;
}

.answer .answer-text {
    padding-top: 3px;
}

.faq-item.no-top-padd {
    padding-top: 0;
}

.faq-item.no-bottom-border {
    border: none;
}

/* стили формы */

.input_block {
    float:left;
}

.input_block.for_input_middle input {
    width: 443px;
}

.input_block.for_input_short input {
    width: 210px;
}

.input_block.for_input_short {
    padding-left: 10px;
}

.for_input.no_padding {
    padding: 0;
}

.input_descr {
    color: #9b9b9b;
    padding-top: 3px;
    line-height: 1em;
    font-size: 11px;
}

.for_checkbox {
    float: left;
    padding: 2px 7px 0 0;
}

.for_input_checkbox label {
    float: left;
}

.diler_feedback label {
    display: block;
    font-weight: bold; /* font-bold */
    padding-bottom: 3px;
}

.req {
    color: #e60012;
    padding-left: 3px;
}

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

.form_line {
    padding-bottom: 10px;
}

.for_input_radio {
    padding-bottom: 10px;
}

.for_input_long input, .for_textarea textarea {
    width: 934px;
}

.form_submit {
    padding-top: 10px;
}

.required.error, form .field_error input[type="text"], .field_error textarea {
    border-color: #eb212e;
}

.error_message {
    padding: 0 0 15px;
}

.block_error {
    display: none;
}

.error_message_padd {
    color: #eb212e;
    font-size: 15px;
    padding-bottom: 5px;
    text-align: center;
    line-height: 1.5em;
}

.error_message_padd p {
    padding: 0;
    margin: 0;
}

.form_title {
    padding: 10px 0 0;
    font-weight: bold; /* font-bold */
    color: #eb212e;
    font-size: 15px;
}

#feedback_diler {
    padding-top: 15px;
}

.form_submit_right {
    float: right;
    line-height: 50px;
}

.for_input_checkbox .error {
    color: #eb212e;
}

.for_input_checkbox span {
    cursor: pointer;
    position: relative;
    top: -2px;
}

.for_radio {
    padding-right: 20px;
}

.for_radio input {
    margin-right: 5px;
}

.for_radio_title {
    position: relative;
    top: -3px;
    cursor: pointer;
}

.for_radio_title.field_error {
    color: red;
}

.input_block.for_input_short input.client_phone_code {
    width: 40px;
}

.input_block.for_input_short input.client_phone {
    width: 164px;
}

.answer-text ul:last-child {
    padding-bottom: 0;
}

/* надстройки */
.superstructure{
    padding-bottom: 0px;
}
.sstructure-title{
    background: none repeat scroll 0 0 #efefef;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #e70012;
}
.grey-box-title{
    background: none repeat scroll 0 0 #efefef;
    color: #000;
    display: table-cell;
    font-size: 11px;
    font-weight: bold;
    height: 38px;
    line-height: 16px;
    margin-bottom: 2px;
    padding: 2px 0;
    vertical-align: middle;
    width: 215px;
}
.superstructure a{
    color: #000;
}

.gal-title{
    background: none repeat scroll 0 0 #efefef;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #e70012;
}

.gal-title-small{ 
    font-size: 15px;
    font-weight: bold;
    padding:  0;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #e70012;
}

/* dilers css */
.region_title {
    font-size: 15px;
    font-weight: bold; /* font-bold */
    background: #efefef;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px;
}

.city_title {
    color: #e70012;
    font-weight: bold; /* font-bold */
    height: 40px;
    line-height: 40px;
}

.diler_name {
    font-weight: bold; /* font-bold */
}

.diler_one {
    line-height: 1.5em;
}

.diler_line {
    border-bottom: 8px solid #efefef;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.diler_line.no_border {
    border: none;
}

.diler_line.last_diler_line {
    margin-bottom: 0;
    border: none;
}

.city_line.no_border {
    border: none;
}

.diler_one_padd {
    padding-right: 50px;
}

.region {
    padding-bottom: 10px;
}

.diler_tab td {
    width: 33.3%;
}

.diler_tab .url_info td {
    border-bottom: 8px solid #efefef;
    padding-top: 10px;
}

.diler_tab tr.url_info:last-child td {
    border-bottom: none;
}

.diler_tab {
    width: 100%;
}

.diler_dop_padd {
    padding-top: 40px;
}

.one_map_city {
    position: relative;
}

.reg_diler_left {
    float: left;
    width: 20px;
    padding-top: 3px;
}

.reg_diler_right {
    float: right;
    width: 290px;
}

.dop-left-padd {
    padding-left: 20px;
}
.show-dilers {
    padding-top: 10px;
}

.diler_one input[type="checkbox"]{
    cursor: pointer;
}

.one-check {
    padding-bottom: 8px;
}

.form-section, .form-calculation .field-name .fn-text.form-section {
    font-size: 14px;
}

@media (-webkit-min-device-pixel-ratio: 2) {

    .form-calculation .f-title, .form-calculation .f-title.black, .form-calculation .field {
        -moz-background-size: 9px auto; /* Firefox 3.6+ */
        -webkit-background-size: 9px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 9px auto; /* Opera 9.6+ */
        background-size: 9px auto; /* Современные браузеры */
    }

    .form-calculation .f-title {
        background-image: url(images/big/form-arr-red.jpg);
    }

    .form-calculation .f-title.black, .form-calculation .field {
        background-image: url(images/big/form-arr-black.jpg);
    }

    .for-send-request-green {
        background-image: url("images/big/send-request-green.png");
        -moz-background-size: 179px auto; /* Firefox 3.6+ */
        -webkit-background-size: 179px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 179px auto; /* Opera 9.6+ */
        background-size: 179px auto; /* Современные браузеры */
    }
}

.gray-border-bottom {
    border-bottom: 8px solid #EFEFEF;
    margin-bottom: 13px;
}

.spec_xls, .spec_pdf {
    display: block;
    margin: 5px auto;
    width: 39px;
    height: 39px;
    font-size: 1px;
    text-indent: -2000px;
    overflow: hidden;
}

.spec_xls {
    background: url('images/ico_xls.png') no-repeat;
}

.spec_pdf {
    background: url('images/ico-pdf.png') no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2) {

    .spec_xls, .spec_pdf {
        -moz-background-size: 39px auto; /* Firefox 3.6+ */
        -webkit-background-size: 39px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 39px auto; /* Opera 9.6+ */
        background-size: 39px auto; /* Современные браузеры */
    }

    .spec_xls {
        background: url('images/big/ico_xls.png') no-repeat;
    }

    .spec_pdf {
        background: url('images/big/ico-pdf.png') no-repeat;
    }
}

.grey-table td.vert-middle {
    vertical-align: middle;
}

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

.req_elem_padd {
    padding: 10px 0;
}

.list-arrow-column li strong a {
    color: #000;
}

.list-arrow-column li a {
    color: #747474;
    border-bottom: 1px solid #fff;
}

.list-arrow-column li a:hover strong {
    text-decoration: underline;
}

.for-advantages {
    display: none;
}

.advantage-descr td .td_padd {
    padding: 0 3px;
}

.advantage-descr td:first-child .td_padd {
    padding-left: 7px;
}

.advantage-descr td:last-child .td_padd {
    padding-right: 7px;
}

.popup-title {
    background: #333;
    color: #FFFFFF;
    display: block;
    line-height: 1.2em;
    margin: 5px 0 20px;
    padding: 7px;
}

.padding-class {
    display: block;
    padding: 0 7px;
}
#Stage_btn_info{
    cursor: pointer;
}
#Stage_btn_diler{
    cursor: pointer;
}

.feedback-submit, .auth-submit {
    border: none;
    font-size: 1px;
    text-indent: -1000px;
    overflow: hidden;
    cursor: pointer;
}

.feedback-submit {
    background: url('images/feedback-submit-green.png') no-repeat;
    width: 124px;
    height: 52px;
}

.auth-submit {
    background: url('images/auth-submit-green.png') no-repeat;
    width: 92px;
    height: 52px;
}

@media (-webkit-min-device-pixel-ratio: 2) {

    .feedback-submit {
        background-image: url('images/big/feedback-submit-green.png');
        -moz-background-size: 124px auto; /* Firefox 3.6+ */
        -webkit-background-size: 124px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 124px auto; /* Opera 9.6+ */
        background-size: 124px auto; /* Современные браузеры */
    }

    .auth-submit {
        background-image: url('images/big/auth-submit-green.png');
        -moz-background-size: 92px auto; /* Firefox 3.6+ */
        -webkit-background-size: 92px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 92px auto; /* Opera 9.6+ */
        background-size: 92px auto; /* Современные браузеры */
    }

    ul.info li {
        background-image: url("images/big/info.png");
        -moz-background-size: 20px auto; /* Firefox 3.6+ */
        -webkit-background-size: 20px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 20px auto; /* Opera 9.6+ */
        background-size: 20px auto; /* Современные браузеры */
    }
}

.for-auth-submit {
    padding-top: 13px;
}

/* конфигуратор (lightbox) */

.ico-configurator {
    display: block;
    float: left;
    background: url('images/ico-configurator.png') center center no-repeat;
    width: 106px;
    height: 31px;
    margin: 0 4px 0 0;
}

.conf-light-one {
    float: left;
    background: url('images/conf-light-red-border-new.jpg') right 75px no-repeat;
    width: 33.3%;
}

.configurator-hide {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 15px 0;
}

.configurator-hide .conf-light-one:nth-last-child(2) {
    background: none;
}

.conf-title {
    text-align: center;
    font-size: 25px;
    padding-bottom: 30px;
}

.conf-descr {
    padding-top: 10px;
}

.conf-descr-table {
    width: 100%;
    margin-top: 20px;
}

.conf-descr-table td {
    width: 50%;
    vertical-align: top;
    text-align: center;
}

.conf-descr-table td td {
    width: auto;
    vertical-align: top;
    text-align: left;
}

.conf-descr-table td:first-child {
    border-right: 1px solid #000;
}

.conf-descr-table table td:first-child {
    border-right: none;
}

.conf-descr-table table {
    margin: 0 auto;
}

.conf-descr-table-title {
    padding: 0 0 15px 0;
    display: block;
}

.conf-button a {
    background: url('images/button-conf.jpg') center center no-repeat;
    width: 132px;
    height: 39px;
    display: block;
    margin: 0 auto;
}

.conf-button {
    padding-top: 5px;
}

.for-conf-image img {
   /* max-width: 100%;
    height: auto;*/
}

.for-conf-image {
    text-align: center;
}

.for-configurator-hide {
    display: none;
}

.general-conf-link a {
    background: url('images/button-conf-green.png') no-repeat;
    width: 133px;
    height: 39px;
    display: block;
    margin: 0 auto;
}

@media (-webkit-min-device-pixel-ratio: 2) {

    .ico-configurator {
        background-image: url('images/big/ico-configurator.png');
        -moz-background-size: 106px auto; /* Firefox 3.6+ */
        -webkit-background-size: 106px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 106px auto; /* Opera 9.6+ */
        background-size: 106px auto; /* Современные браузеры */
    }

    .conf-button a {
        background-image: url('images/big/button-conf.jpg');
        -moz-background-size: 132px auto; /* Firefox 3.6+ */
        -webkit-background-size: 132px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 132px auto; /* Opera 9.6+ */
        background-size: 132px auto; /* Современные браузеры */
    }

    .general-conf-link a {
        background-image: url('images/big/button-conf-green.png');
        -moz-background-size: 133px auto; /* Firefox 3.6+ */
        -webkit-background-size: 133px auto; /* Safari 3.1+ и Chrome 4.0+ */
        -o-background-size: 133px auto; /* Opera 9.6+ */
        background-size: 133px auto; /* Современные браузеры */
    }
}

.conf-descr-table ul {
    padding-left: 0;
}

.conf-table-right {
    float: right;
    padding-right: 30px;
    display: block;
}

.conf-table-left {
    float: left;
    padding-left: 30px;
    display: block;
}

.descr-align-center {
    margin: 0 auto;
    display: inline-block;
    text-align: left;
}

.for-image-title {
    text-align: center;
    padding-bottom: 25px;
}

.prod-img {
    display:inline-block;
    vertical-align:middle;
    width: 96%;
}

.prod-img-helper {
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0px;
}

#for_slider {
    width: 972px;
    height: 370px;
    overflow: hidden;
}

/*  верхнее маленькое меню */
.top-right-links ul{
    padding-top: 8px;
}
    .top-right-links ul li{
        border-right: 1px solid #fff;
        float: left;
        list-style-type: none;
        margin: 0;
        padding: 0 10px;
    }
    .top-right-links ul li a{
        color: #fff; 
    }
    .top-right-links ul li.last{
        padding-right: 0px;
        border-right: 0px;

    }

/* информация в шапке */
.top-info{
    float: right;
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: 840px;
}    
    .left-slogan{
        width: 500px;
        height: 40px;
        border-right: 2px solid #000;
        float: left;
        padding-top: 2px;
    }

        
    .right-contacts{
        float: right;
        width: 324px;
        text-align: right;
        padding-top: 2px;
    }    
        .right-contacts  a .t-phone{
            color: #000; 
            font-size: 16px;   
        }
        .right-contacts a .t-adress{
            color: #9e9e9e; 
        } 
        .right-contacts  a:hover{
            text-decoration: none;
        }

/* top slide */
.top-images-slider{
    padding: 23px 0 0 0;  
    width: 972px; 
}
    .top-images-slider ul{
        padding: 0;    
        margin: 0;  
    }   
    .top-images-slider ul li{
        padding: 0;    
        margin: 0; 
        list-style-type: none;
        float: left;
        width: 972px;
        height: 353px;
    }    
    .top-images-slider ul li img{
        width: 972px;
        height: 353px;
    } 


/* акции */ 

.action-title{
    font-weight: bold; /* font-bold */
    text-align: center;

}
.action-right .date, .new_date{
    color: #a5a5a5;
}

.action-right .news_list_title .date {
    float: left;
}
.action-right span.border{
    background: none repeat scroll 0 0 #e70012;
    display: inline-block;
    height: 11px;
    margin: 4px 9px 0;
    width: 4px; 
}
.action-title a{
    color: #000;
}
.action-more {
    clear: both;
    height: 20px;
    padding: 10px 0  0px 0;
    text-align: center;
    font-weight: bold;
}
.action-more a{     
    background: url("images/more.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #010101;
    display: block;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    padding: 0 25px 0 0;
    text-align: right;
    width: 74px;
}
.action_list_title{
   margin: 0 auto;
   padding: 0 0 15px 0;
}
.action-anons{
    text-align: center;
    padding: 15px 0  5px 0;
    width: 708px;
    margin: 0 auto;
}
.action-item.item-1{
    border-top: 0px;
}

.action-anons p{
    padding: 0px;
}

.action-title { 
    font-weight: bold;
    text-align: center;
}
.action-item{
    border-top: 2px solid #eeeeee;
    text-align: center;
    padding: 15px 0  15px 0;
} 
.action-img{
   text-align: center; 
}
/* блок подробнее */
.detailed_info{
    display: none; 
    padding-bottom: 18px;
}
.detailed_info .hidden_text{
    display: none;
}
a.show_detailed{
    color: #000;
    border-bottom: 1px dotted;
}
a.show_detailed:hover{
    color: #e70012;
    text-decoration: none;
} 
.add-info{
    position: relative;
}
.add-info .i-question{ 
    background: #ccc;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 5px;
    padding: 5px 4px;
}

.add-info .i-answer{
    display: none;
    background:  #eee;
    border-radius: 8px;
    font-size: 12px;
    left: 15px;
    line-height: 14px;
    padding: 10px;
    position: absolute;
    top: -20px;
    width: 280px;
    z-index: 99;
}
.chassi-params{
    position: relative;
}
.reset-params{
    background: url('images/reset-params.jpg') top center no-repeat;
    border: 0 none;
    bottom: 12px;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 46px;
    margin: 0 0 0 263px;
    width: 173px;
}
.text-prompt{
    color: #9b9b9b;
    font-size: 13px;
    line-height: 16px;
    padding: 0 0 18px;
}

/* готорые решения */
#solution-filter .param-box {
    float: left;   
    height: 40px;
    line-height: 38px;
    padding-right: 32px; 
}
#solution-filter{
    padding: 0  0  20px 0;
    font-size: 13px;
}
#solution-filter .sbHolder .sbOptions, #solution-filter .param-box  .sbHolder {
  width: 210px;
}  
#solution-filter .column-left{
    float: left;
    width: 50%;
}
#solution-filter .column-right{
    float: right;
    width: 210px;
}
#solution-filter  .column-left .c-comment{
    text-align: left;
    padding: 0 0 10px 0;
}
#solution-filter  .column-right .c-comment{
    text-align: right;
    padding: 0 0 10px 0;
}
#solution-filter .param-name{
    width: 210px;
    height: 40px;
    float: left;
}
#solution-filter .param-value{
    width: 210px;
   
    float: left;
}
.link-auto-in-stock a{ 
    background: url("images/auto-in-stock.jpg") no-repeat ;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 46px;
    margin: 0 -5px 0 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 87px;
    width: 222px;
}
.form-order-auto .field-value input, .form-order-auto .field-value textarea{
    background: #fff;
}
.solution a.view-solution .city-s{
    padding: 0px 0 0 0; 
}
#slide-box{
    margin: 25px 0 0 0;
    cursor: pointer;
}
.grey-result-table{
    border-top: 1px solid #a5a5a5;
    border-left: 1px solid #a5a5a5;
    margin: 10px 0 10px  0;
}

.grey-result-table tr.head td{
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
    .grey-result-table td{
        border-bottom: 1px solid #a5a5a5;
        border-right: 1px solid #a5a5a5;
        line-height: 16px;
        padding: 1px 5px 3px;

    }
    .grey-result-table th{
        background: #bfc0bf;
        text-align: left;
        padding: 2px 5px;
        font-weight: bold; /* font-bold */
        border-bottom: 1px solid #a5a5a5;
        border-right: 1px solid #a5a5a5;
    }

    .grey-result-table th.al_center {
        text-align: center;
    }
    .grey-result-table td.center{
        text-align: center;
        vertical-align: middle;
    }
    .grey-result-table td.red{
        text-align: center;
        background: #ea212d;
        color: #fff;
        cursor: pointer;
        padding: 0;
    }
    .grey-result-table sup{
        font-size: 9px;
        line-height: 9px;
    }

.null-result{ 
    color: #e70012;
}    
.null-result a{ 
    color: #e70012;
    text-decoration: underline;
    font-weight: bold;
}    
    