/* Fonts
---------------------------------------------- */
@font-face {
    font-family: 'Roboto';
    font-weight: 100;
    font-style: normal;

    src: local('Roboto Thin'), local('Roboto-Thin'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/G1l_KMKj5pga7ZKths0iTfesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;

    src: local('Roboto Light'), local('Roboto-Light'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/Fl4y0QdOxyyTHEGMXX8kcT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;

    src: local('Roboto Regular'), local('Roboto-Regular'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/Y5yuUJGDLtmYv2_3fMB4fA.woff) format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;

    src: local('Roboto Medium'), local('Roboto-Medium'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/oHi30kwQWvpCWqAhzHcCSD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;

    src: local('Roboto Bold'), local('Roboto-Bold'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/isZ-wbCXNKAbnjo6_TwHTj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 900;
    font-style: normal;

    src: local('Roboto Black'), local('Roboto-Black'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/3Y_xCyt7TNunMGg0Et2pnj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

/* Main
---------------------------------------------- */
test {
    display: none;
}
html { 
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    height: 100%; /*font*/ 
    margin: 0;
    padding: 0;
    font-family: 'Roboto' , sans-serif;
    font-size: 12px;
}
body:not(#Foo) label {padding:0px 0px 0px 20px; font-size: 16px;}

body:not(#Foo) input[type=checkbox] {display:none;}

body:not(#Foo) input[type=checkbox] + label {
    float: right;
    height: 26px;
    margin-right: 74px;
    padding: 5px 0 0px 39px;
    cursor: pointer;
    background:url("/img/unchecked.png") no-repeat;
}

body:not(#Foo) input[type=checkbox]:checked + label {
    float: right;
    height: 26px;
    margin-right: 74px;
    padding: 5px 0 0px 39px;
    cursor: pointer;
    background:url("/img/search-check.png") no-repeat;
}
.thin {
    font-weight: 300 !important;
}
.very-thin {
    font-weight: 100 !important;
}
a {
    cursor: pointer;
    text-decoration: underline;
    color: #009cff;
    outline: none;
}
a:hover {
    text-decoration: none;
}
p {
    margin: 0;
    padding: 0 0 18px;
    font-size: 15px;
    font-weight: 300;
}
img {
    border: none;
}
input {
    vertical-align: middle;
}

.clear { 
    clear: both;
}

.wrapper { 
    position: relative;
    width: 1280px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
}

h1 {
    margin: 0; 
    font-size: 40px;
    font-weight: 300;
    line-height: 1.5;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
    position: relative;
    min-width: 1280px;
    margin-bottom: 96px; 
    /*height: 150px;*/
    padding-top: 17px;
}

#logotype { 
    position: absolute;
    top: 17px;
    left: 32px;
    display: block;
    width: 324px;
    height: 67px;
    background: url("/img/logo.png");
}

.goToAutoCards{
    position: absolute;
    top: -7px;
}
.slogan { 
    position: absolute;
    top: 64px;
    left: 116px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 300;
}

.center {
    min-width: 1000px !important;
    max-width: 1280px; 
    margin: 0 auto;
}

.topMenu {
    position: absolute;
    top: 19px;
    right: 30px;
    height: 57px;
    text-transform: uppercase;
    background: black;
    background: url("/img/menuUnactiveItemBackground.png") repeat-x;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.unactiveMenuItem {
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
}

.topMenu .unactiveMenuItem {
    float: left;
    padding: 18px 17px 14px;
    cursor: pointer;
    background: url("/img/menuUnactiveItemBackground.png") repeat-x transparent;
}

.activeMenuItem {
    position: relative;
    background: url("/img/menuActiveItemBackground.png") !important;
}

.topMenu .activeMenuItem:after {
    position: absolute;
    z-index: 1000;
    bottom: -6px;
    left: 50%;
    width: 29px;
    height: 7px;
    margin-left: -14px;
    content: ".";
    color: transparent;
    background: url("/img/menuArrow.png");
}

.topMenu .unactiveMenuItem:hover {
    background: url("/img/menuActiveItemBackground.png");
}

.topMenu .menuSeporator {
    float: left;
    width: 1px;
    height: 57px;
    background: url("/img/menuSeporatorBackground.png");
}

.activeMenuItem + .menuSeporator {
    background: url("/img/menuActiveItemBackground.png");
}

.topMenu .unactiveMenuItem:hover + .menuSeporator {
    background: url("/img/menuActiveItemBackground.png");
}
/* Middle
-----------------------------------------------------------------------------*/
#crumbsContainer {
    position: relative;
    margin: -2px 0 14px;
    font-weight: 300;
}

#crumbsContainer .crumbsArrow {
    float: left;
    width: 9px;
    height: 16px;
    margin: 23px 11px 21px 14px;
    background: url("/img/crumbs_arrow.png");
}

#crumbsContainer a {
    display: block;
    float: left;
    padding: 16px 1px 0;
    text-decoration: none;
    border: 0;
    font-size: 20px;
}

#crumbsContainer a:hover {
    border-bottom: 1px solid #009cff;
}

#crumbsContainer .theLastCrumb {
    display: block;
    font-size: 36px;
    font-weight: 300;
}

.content {
    position: relative;
    margin: 0 31px 0 34px;
    margin-bottom: 28px;
    padding: 0 0 100px;
    color: #000;
    /*min-height: 500px;*/
}

.splashScreen {
    margin-bottom: 21px;
}

.about h1, .contacts h1 {
    font-size: 63px;
    font-weight: 300;
}
h2 {
    margin: 0.8em 0 0;
    font-size: 37px;
    font-weight: 300;
}
h3 {
    margin: 0.8em 0 0;
    font-size: 20px;
    font-weight: 400;
}
p {
    font-size: 15px;
    line-height: 21px;
}

ul, ol {
    margin: 0 0 1em;
    padding-top: 18px;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}

ol {
    margin-bottom: 1em;
}

p+ul,
p+ol,
p+noindex>ul { 
    margin-top: -1em !important;
}

.cardBlock .buttonPlay {
    position: absolute;
    top: 190px;
    left: 266px; 
    width: 87px;
    height: 30px;
    padding: 73px 0 0 17px;
    color: white;
    background: url("/img/playButtonBack.png");
    font-size: 22px;
    font-weight: 300;
}

.cardAuto .buttonPlay {
    position: absolute;
    width: 88px;
    height: 30px;
    margin: 78px 0 0 124px;
    padding-top: 73px;
    padding-left: 17px;
    color: white; 
    background: url("/img/playButtonBack.png");
    font-size: 22px;
    font-weight: 300;
}

.cardAuto a { 
    text-decoration: none;
}

.autoCard__name {
    padding: 7px 0 0;
    color: #0e1f33; 
    font-size: 53px;
    font-weight: 300;
    line-height: 1.2em;
}

.autoCard__dealer {
    color: #0e1f33;
    font-size: 24px;
    font-weight: 300;
}

.autoCard__address {
    position: relative;
    margin: 50px 0 0;
    font-size: 20px;
    line-height: 30px;
}

.autoCard__address:before {
    position: absolute;
    top: 8px;
    left: -20px;
    display: block;
    width: 12px;
    height: 17px;
    content: " ";
    background: url(/img/map-icon.png) no-repeat;
}
.autoCard__popup ul{
    margin-left: -18px;
}
.autoCard__popup ul li{
    list-style-image: url(/img/popup_tick.png);
    padding-bottom: 10px;
}
.autoCard__address .underline {
    cursor: pointer;
    text-decoration: none;
    color: black;
    border-bottom: black 1px dashed;
}

.autoCard__tel {
    font-size: 20px;
    line-height: 30px;
}

.autoCard__link {
    display: block;
    margin: 18px 0 26px; 
    font-size: 16px;
    font-weight: 400;
}

.autoCard__img {
    padding: 20px 0 0;
}

.cardBlock {
    min-height: 482px;
    margin: -5px 0 63px; 
    padding: 8px 40px 25px;
    border: 6px solid #ddd;
    font-size: 15px;
    font-weight: 300;
}

.cardBlock .cardContent p {
    width: 92%;
    color: #494b51; 
    font-size: 13px; /*font-weight: 400;*/
    line-height: 21px;
}

.cardBlock .cardContent .adress {
    display: block;
    margin: 44px 0 13px;
    color: #000; 
    font-size: 18px !important;
}
/*a*/.cardBlock .cardContent .adress .underline {
    display: inline;
    cursor: pointer;
    text-decoration: none;
    color: black;
    border-bottom: 2px #000 dotted; 
    font-size: 18px !important;
}

.cardBlock .cardPic {
    position: relative;
    /*z-index: 1000;*/
    display: block;
    min-width: 609px;
    padding: 12px 0 0;
    height: 422px;
    overflow: hidden;
    margin-right: 31px;
}

.cardBlock .cardContent .tel {
    display: block;
    margin-bottom: 45px;
    color: #000; 
    font-size: 24px !important;
    font-weight: 300;
}

#buttonWriteMessage { 
    float: left;
    padding: 4px 21px 10px;
    border: 1px solid #ffd928;
    background: #f96600 url("/img/btnBackground.png") no-repeat;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.21);
    font-size: 18px;
}

#buttonWriteMessage .underline {
    cursor: pointer;
    color: #361b0c; 
    border-bottom: 2px #000 dotted;
    text-shadow: 0 1px 2px rgba(255,228,0,0.41);
}

.salonMiniCard { 
    position: relative;
    float: left;
    width: 351px;
    height: 457px;
    margin: 0 25px 25px 0;
    padding: 16px 17px;
    border: 1px solid #ddd;
}

.salonMiniCard_long {
    height: 520px;
}

.salonMiniCard_mainPic {
    border: 1px solid #dddddd;
}

.salonMiniCard_wrap {
    margin: 0 -40px 0 0;
}

.salonMiniCard_marks {
    font: 300 18px Roboto, sans-serif;
}

.salonMiniCard_company-website {
    margin: 0 0 20px;
    font-size: 14px;
}

.salonMiniCard_marks b {
    font-weight: 500;
}

.salonMiniCard:hover { 
    border: 1px solid #8195b2;
}

.salonMiniCard .name {
    margin: 12px 0 0;
    color: #0e1f33; 
    font-size: 40px;
    font-weight: 300;
    line-height: 45px;
}

.salonMiniCard .description {
    color: #0e1f33; 
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
}

.salonMiniCard .buttonPlay {
    position: absolute;
    width: 88px;
    height: 31px;
    margin: 79px 0 0 124px;
    padding: 73px 0 0 16px;
    color: white; 
    background: url("/img/playButtonBack.png");
    font-size: 22px;
    font-weight: 300;
}


.salonMiniCard .salonMiniCardContent p {
    color: #494b51; 
    font-size: 14px; /*font-weight: 400;*/
    line-height: 24px;
}

.salonMiniCard .salonMiniCardContent .adress {
    display: block;
    color: #000; 
    font-size: 14px;
}

.salonMiniCard .salonMiniCardContent .comp {
    display: block;
    color: #000; 
    font-size: 14px;
}

.salonMiniCard .salonMiniCardContent .comp a { 
    display: inline;
}

.salonMiniCard .salonMiniCardContent .adress .underline {
    cursor: pointer; 
    border-bottom: 2px #000 dotted;
}

.salonMiniCard .cardPic {
    display: block; 
    margin-right: 31px;
}

.salonMiniCard .salonMiniCardContent .tel {
    display: block;
    margin: 0;
    color: #000; 
    font-size: 19px;
    font-weight: 300;
}

.salonMiniCard .salonMiniCardContent .tel .first { 
    font-size: 14px;
    font-weight: 400;
}

.salonMiniCard .salonMiniCardContent .tel .second { 
    font-weight: 400;
}

.salonMiniCard .salonMiniCardContent {
    position: relative;
    color: #0e1f33;
}

.blackStripe {
    height: 5px; 
    background: url("/img/blackStripeBackground.png");
}

.searchBox .yellowStripe {
    height: 1px;
    margin: 15px 0; 
    background: #ffb934;
}

.searchBox {
    height: 274px; 
    padding: 21px 0 0 15px;
    border: 1px #ffd928;
    background: #f96400 repeat-x url("/img/searchBlockBackground.png");
    box-shadow: 0 0 5px rgba(0,0,0,0.64);
}

.searchBox input[type="text"] { 
    float: left;
    width: 308px;
    height: 29px;
    margin-right: 12px;
    padding: 4px;
    border: 0;
    background: #fffffe url("/img/inputBoxBack.png");
    font-size: 16px;
    font-weight: 300;
}

.findButton { 
    float: left;
    cursor: pointer;
    border: none;
    position: relative;
    display: block;
    margin-right: 26px;
    padding: 0 32px 0 26px;
    text-decoration: none;
    color: white;
    border-radius: 3px;
    background: url(/img/findButton.png) black repeat-x;
    text-shadow: 0 2px 0 rgba(0,0,0,0.13);
    font: 300 22px "Roboto";
    line-height: 34px;
    width: 70px;
    height: 37px;
}
.findButton .car-search-find-icon{
    margin-top: -2px;
    margin-left: 2px;
}
.newInAutosalons {
    width: 1218px;
    margin: 47px auto 0;
    color: white;
    border-radius: 4px; 
    background: #0c0d0e url("/img/darkGradient.png") repeat-x;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

.newInAutosalons h2 {
    float: left;
    margin: 25px 0 17px 15px !important;
    text-transform: uppercase; 
    text-shadow: 0 2px 1px rgba(0,0,0,0.45);
    font-size: 30px;
}

.newInAutosalons .btnNew { 
    float: left;
    margin: 34px 0 0 15px;
}

.newInAutosalons .btnLeft { 
    float: left;
    margin: 83px 1px 0 27px;
}

.newInAutosalons .btnRight { 
    float: right;
    margin: 83px 15px 0 0;
}

.carBlockLI {
    height: 360px;
    margin: 0;
    padding: 0 16px;
}

.carBlockLI:hover {
    background: url(/img/carBlockHover.png) repeat-x;
}

.newInAutosalons .newCarBlock {
    position: relative;
    display: block;
    height: 100%; 
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: white;
}

.newInAutosalons .contentNewCarBlock { 
    position: relative;
    color: white;
}

.carBlockDivider {
    position: absolute;
    right: -16px;
    bottom: 4px;
    width: 2px;
    height: 363px;
    background: url(/img/carBlockDivider.png);
}

.newInAutosalons .title { 
    display: block;
    font-size: 29px;
    font-weight: 400;
    line-height: 28px;
}


#idjcarousel li {
    width: 254px !important;
}

.newInAutosalons table {
    font-weight: 400;
}

.newInAutosalons .contentNewCarBlock {
    position: absolute;
    bottom: 75px; 
    font-size: 15px !important;
    font-weight: 500;
}

/*.carBlockLI:nth-child(4n) .carBlockDivider {
    background: transparent;
}*/

.newInAutosalons .price {
    position: absolute;
    bottom: 36px;
    color: #ff9c00; 
    font-size: 29px;
    font-weight: 300;
}

.autosalonList {
    width: 1218px;
    margin-bottom: 50px;
    margin: 0 auto 0 11px;
    padding: 9px;
    border-radius: 4px;
    /* font-family: 'Ubuntu' , sans-serif; */
    font-size: 15px;
}

.autosalonList table {
    width: 100%;
    padding: 20px;
    background-color: #f3f3f3;
}

.autosalonListItem {
    margin: 0 0 23px 0; 
    padding: 0 0 0 39px;
}

.autosalonListItem a {
    text-decoration: underline; 
    color: #000;
    text-shadow: 0 1px 1px rgba(225,228,0,0.45);
    font-family: 'Ubuntu' , sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.autosalonListItem a:hover {
    cursor: pointer; 
    text-decoration: none;
    color: #002a45;
}

.autosalonListItem span { 
    position: absolute;
    margin: -7px 0 0 -39px;
    cursor: default;
    font-size: 24px;
}

.searchBox .column { 
    float: left;
    margin-right: 38px;
}

.cardAuto {
    position: relative;
    display: block;
    float: left;
    width: 352px;
    min-height: 566px;
    margin: 0 25px 27px 0;
    padding: 17px;
    border: 1px solid #ddd;
    font-size: 14px;
}
.cardAuto:nth-child(3n){
    margin-right: 0;
}
.cardAuto:hover { 
    border: 1px solid #8195b2;
}

.info {
    position: absolute;
    top: 2px;
    right: -24px;
    display: inline-block;
    width: 42px;
}

.info li {
    list-style: disc;
}

.info ul {
    margin-bottom: 1em;
}

.info img {
    position: relative;
}

.info .text,
.info .text p,
.info .text div,
.info .text ul {
    color: black;
    font: 400 12px/20px "Roboto";
}

.info .text {
    position: absolute;
    z-index: 9011;
    display: none;
    overflow-y: auto;
    width: 493px;
    max-height: 400px;
    margin: -35px 0 0 -522px;
    padding: 38px 34px 30px;
    border: 1px #7e7e7e solid;
    background: white;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.info:hover .text {
    /*display: block;*/
}

.info:hover img {
    /*z-index: 1002;*/
}

.neg-margin { 
    margin-bottom: 54px;
}

.cardAuto .title { 
    width: 329px;
    margin: 6px 0 0;
    color: #0e1f33;
    font-size: 33px;
    font-weight: 300;
    line-height: 32px;
}

.cardAuto ul { 
    list-style: none;
    font-weight: 400;
}

.cardAuto ul li {
    background: url(/img/dots.png) 0 14px repeat-x;
    font-weight: 400; 
    line-height: 18px;
}
.cardAuto .cardItemName {
    position: relative;
    left: 0;
}
.cardAuto span { 
    position: absolute;
    left: 160px;
    width: 57%;
    background-color: white;
    font-weight: 500;
}

.cardAuto .techInfo span { 
    display: block;
    float: right;
}

.carTechInfo { 
    position: relative;
}

.carTechInfo li { 
    position: relative;
    list-style: none;
}

.carTechInfo span { 
    position: absolute;
    left: 743px;
}
.cardAuto .salon {
    position: absolute;
    bottom: 20px;
}

.cardAuto .salonRef {
    text-decoration: none;
}

.cardAuto .salonRef:hover {
    text-decoration: underline;
}

.cardAuto .type { 
    width: 351px;
    margin: 0 0 9px;
    color: #0e1f33;
    font-size: 20px;
    font-weight: 300;
}

.cardAuto .type a {
    text-decoration: none; 
    color: #0e1f33;
    border: 0;
}

.cardAuto .type a:hover {
    border-bottom: 1px #0e1f33 solid;
}

.cardAuto .price {
    position: absolute;
    bottom: 45px; 
    width: 351px;
    margin: 11px 0 2px;
    color: #fe9300;
    font-size: 25px;
}


.carSearchBlock { 
    position: relative;
    max-width: 1218px;
    margin: 0 0 40px 0;
    padding: 4px 4px 4px;
    color: #361b0c;
    background: #f96600 url("/img/carsearchbackground.png") repeat-x;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    font-size: 18px;
    font-weight: 300;
}

.carSearchBlock input {
    width: 189px; /*box-shadow: inset 4px 4px 5px rgba(0,0,0,0.16);*/ 
    height: 16px;
    padding: 4px;
    border: 1px solid #e27d01;
    background: url("/img/tbBackground.png");
}
.carSearchBlock #show3d[type="checkbox"] {
    width:34px;
    height:31px;
    margin-top:-3px;  
    margin-left:430px; 
    cursor:pointer;
    border:0; 
    background: url("/img/search-check.png");

    -webkit-appearance: none;
    -moz-appearance:none;
}

.carSearchBlock #show3d[type="checkbox"]:checked {
    background-position: -34px 0;
}

.select-wrap + .searchInputs-label {
    margin-top: 36px;
}

.select-wrap {
    width: 279px; 
    height: 35px;
    cursor: pointer;
    background: white;
    box-shadow: inset 4px 4px 4px rgba(0,0,0,0.15);
}

.select-wrap select {
    display: block;
    width: 300px;
    height: 35px;
    padding: 7px 0 7px 7px;
    color: #666;
    border: 1px solid #E27D01; 
    outline: none;
    background: url("/img/tbArrow.png") no-repeat scroll 243px center transparent;
    box-shadow: none;
    font-size: 15px;
    font-weight: 300;

    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:     none;
}

.select-wrap select option {
    line-height: 35px;
}

.fold {
    position: absolute;
    right: 0;
    bottom: -30px;
    float: right;
    padding: 2px 10px 7px 15px;
    cursor: pointer;
    color: white;
    border-radius: 0 0 4px 4px;
    background: #f96400;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    font-size: 16px;
}
.fold span {
    border-bottom: 1px dotted white;
}
.fold__underline {
    border-bottom: 1px dotted white;
    font: 300 18px "Roboto" !important;
}

.miniSearch .fold {
    position: relative;
    float: right;
    margin: -10px 0px 0;
    cursor: pointer;
    color: white;
    font-size: 16px;
}

.carSearchBlock .fold img {
    margin: 0 0 2px 2px;
    border: 0;
}

.carSearchBlock .limited {
    width: 59px;
    height: 16px;
    padding: 4px;
    border: 1px solid #e27d01; /*box-shadow: inset 4px 4px 5px rgba(0,0,0,0.16);*/
}

.carSearchBlock .ddTitleText span {
    padding: 7px 0 0 7px;
    text-shadow: none;
    font-weight: 300;
    line-height: 29px;
}
.carSearchBlock span {
    font-weight: 800;
}

.searchInputs {
    height: 167px;
    text-shadow: 0 1px 0 rgba(251,200,24,0.7);
    font-weight: 400;
}

.searchInputs-col { 
    float: left;
    margin: 20px 90px 30px 30px;
}

.searchInputs-label {
    margin: 0 0 10px 0;
}

.carSearchBlock .column20 { 
    float: left;
    max-width: 20%;
}

.carSearchBlock .column20 div {
    margin: 2px 0 3px 0;
    padding: 2px 3px;
    cursor: pointer; 
    font-size: 24px;
    line-height: 28px;
}

.carSearchBlock .column20 div:hover { 
    color: white;
    border-radius: 3px;
    background: #828792;
}

.carSearchBlock .column20 div a {
    text-decoration: none; 
    color: #361b0c;
}

.carSearchBlock .divider { 
    float: left;
    width: 1px;
    height: 200px;
    margin: 15px 16px 0 44px;
    background: #d6e8f1;
}

.margined { 
    margin-bottom: 14px;
}

.margin-b10 { 
    margin-bottom: 10px;
}

.margin-t9 { 
    margin: 9px 0 0 -1px;
}

.cardAuto ul { 
    margin: 0;
    padding: 0;
}

.carSearchBlock .findButton { 
    float: left;
    width: 175px;
    height: 46px;
    margin: 39px 0 0 0;
    cursor: pointer;
    background: url("/img/btnFindBig.jpg");
}

.poisk .carMarksBack {
    position: relative;
    margin: 15px -18px 3px;
    padding: 20px 0 12px;
    background: white;
}

.carSearchBlock .carMarksBackAutosalons {
    margin: 10px;
    padding: 20px 0 12px; 
    background: white;
}

.blackStripeForAutoSearchBox {
    height: 5px; 
    background: url("/img/blackStripeBackground.png");
}

.slider {
    width: 840px; 
    margin: 66px -19px 10px;
}
.slider-number:before {
    display: block;
    width: 2px;
    height: 7px;
    margin-top: -8px;
    margin-left: 10px;
    content: '';
    text-align: center;
    background: url('/img/pointer.jpg');
}

.slider-number {
    float: left;
    margin-top: -15px;
    margin-left: 42px;
    font-size: 14px;
    font-weight: 400;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slider .first { 
    float: left;
    width: 6px;
    height: 9px;
    margin-top: 4px;
    margin-bottom: 3px;
    background: url("/img/slider01.png");
}

.slider .firstandthehalf { 
    float: left;
    width: 5px;
    height: 9px;
    margin-top: 4px;
    background: url("/img/slider05.png");
}
.slider .second { 
    float: left;
    width: 9px;
    height: 16px;
    background: url("/img/slider02.png");
}

.slider .third { 
    float: left;
    width: 145px;
    height: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    background: url("/img/slider03.png");
}

.slider .fourth { 
    float: left;
    width: 9px;
    height: 16px;
    margin-top: 1px;
    background: url("/img/slider04.png");
}

.slider .fifth { 
    float: left;
    width: 59px;
    height: 9px;
    margin-top: 4px;
    background: url("/img/slider05.png");
}

.slider .price {
    position: relative;
    min-height: 20px;
    margin: 4px 0 2px 4px; 
    font-size: 15px;
    font-weight: 400;
}

.slider .price #priceLabelFrom {
    position: absolute;
    left: 0; 
    display: inline-block;
}

.slider .price #priceLabelTo {
    position: absolute;
    right: 0; 
    display: inline-block;
}

.spansup { 
    font-size: 10px;
}

.grayline { 
    height: 1px;
    background: #d4dee4;
}

.news { 
    float: left;
    width: 410px;
    color: #3c3d45;
    font-size: 13px;
    line-height: 15px;
}

.news img { 
    margin: 0 20px 20px 0;
}

.news a { 
    display: block;
    margin-bottom: 14px;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
}

.news a:hover {
    text-decoration: underline;
}
.news span {
    margin-top: 1em;
    color: black; 
    font-size: 12px;
}

.news p {
    margin-bottom: 14px; 
    font-size: 13px;
    line-height: 14px !important;
    padding: 0 16px 0 0;
}

.bottomMargin { 
    margin-bottom: 20px;
}

.leftMargin { 
    margin-left: 29px;
}

.whiteBlockOnMain {
    width: 1280px; 
    margin: 32px 0 0 -20px;
}

.contacts { 
}

.contacts .firstColumn {
    float: left; 
    width: 44%;
}

.contacts .secondColumn {
    float: left; 
    width: 55%;
    padding: 112px 0 0 11px;
}

.secondColumn .caption { 
    font-size: 24px;
    font-weight: 300;
}

.secondColumn .bigCaption {
    margin: 0 0 29px; 
    font-size: 45px;
}

.secondColumn .middleCaption {
    margin: 0 0 29px; 
    font-size: 34px;
}

.dotted {
    cursor: pointer; 
    border-bottom: 2px black dotted;
}

.contacts h1 { 
    margin: 14px 0 0;
    font-size: 45px;
    font-weight: 300;
}

.contacts .formHeader {
    margin: 15px 0 29px; 
    background: url("/img/convert.png") no-repeat scroll 379px 19px transparent;
    font-size: 45px;
}

.form { 
    margin: 0 0 48px;
}

.form input, .form textarea {
    min-height: 32px;
    margin: 0 0 38px;
    padding: 2px 0 0 13px;
    resize: vertical;
    vertical-align: top;
    border: 1px #abadb3 solid; 
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 300;
}

.form input {
    width: 432px; 
    height: 32px;
    resize: none;
}

.form textarea {
    width: 432px; 
    height: 89px;
    resize: vertical;
}

#formName { 
}

#formEmail { 
}

#formText { 
}

.miniSearch {
    height: 57px;
    margin-bottom: 33px;
    padding: 21px 0 0;
    /*background: #eea50a url("/img/searchbox-onmain.png") repeat;*/
    /*background: #F96500 url("/img/mini-search-box-back.png") repeat-x; */
    background: #fdac00;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.miniSearch input {
    float: left;
    width: 308px;
    height: 33px;
    margin: 0 13px 0 16px;
    padding: 3px 0 0 13px;
    border: 0 none; 
    background: #fff url("/img/inputBoxBack.png");
    font-size: 16px;
    font-weight: 300;
}

.contacts_button {
    float: right;
    margin: -8px 85px 0 0;
    padding: 8px 9px 10px 15px;
    cursor: pointer;
    color: #fff;
    border: 1px #ffd928 solid;
    border-radius: 3px 3px 3px 3px; 
    background: url("/img/btn-contacts.png") #f88800 repeat-x;
    box-shadow: 0 0 5px rgba(0,0,0,0.52);
    font-size: 20px;
}

.pages {
    padding: 28px 0 0; 
    font-size: 18px;
}

.pages div { 
    float: left;
    width: 21px;
    height: 21px;
    margin-right: 10px;
}

.pages .active {
    color: white; 
    background: url("/img/pages-active.png");
}

.arrow-left-unactive { 
    background: url("/img/arrow-left-unactive.png");
}

.arrow-left-active { 
    background: url("/img/arrow-left-active.png");
}

.arrow-right-active { 
    background: url("/img/arrow-right-active.png");
}

.arrow-right-unactive { 
    background: url("/img/arrow-right-unactive.png");
}

.arrow-right-active a, .arrow-left-active a, .arrow-right-unactive a, .arrow-left-unactive a {
    cursor: pointer; 
    text-decoration: none;
}

.pages .clear {
    clear: both; 
    width: 0;
    height: 0;
}

.pages a {
    display: block;
    margin: -2px 0 0 -1px;
    text-align: center;
    text-decoration: none; 
    color: inherit;
}

.newsOnNewsPage .block {
    margin: 23px 0 -13px;
    padding: 3px;
    cursor: pointer; 
    border: #ddd 1px solid;
    background: white;
}

.newsOnNewsPage .block:hover { 
    border-color: #a6a6a6;
    background: #a6a6a6;
}

.newsOnNewsPage .block .underlay {
    display: block;
    min-height: 189px;
    color: black; 
    background: white;
}

.newsOnNewsPage .block .underlay:hover { 
}


.newsOnNewsPage .block .underlay .onecol { 
    float: left;
    min-width: 205px;
}

.newsOnNewsPage .block .underlay .secondCol { 
    float: left;
    width: 82%;
}

.newsOnNewsPage .block p {
    left: 210px;
    font-size: 15px; 
    font-weight: 300;
}

.newsOnNewsPage .block:hover p {
    top: 91px; 
    left: 207px;
}

.newsOnNewsPage .block img {
    display: block; 
    margin: 13px 27px 0 14px;
}

.newsOnNewsPage .block h3 {
    margin: 2px 0 1px; 
    font-size: 35px;
    font-weight: 300;
}

.newsOnNewsPage .block .date {
    float: left;
    margin: 4px 0 6px 3px;
    padding: 3px 14px 4px 10px;
    color: #FFFFFF;
    border-radius: 3px 3px 3px 3px; 
    background: #000 url("/img/date-grad.png") repeat-x;
    font-size: 15px;
}

.date {
    display: inline-block;
    margin: 22px 0 25px 5px;
    padding: 3px 14px 4px 10px;
    color: #FFFFFF;
    border-radius: 3px 3px 3px 3px; 
    background: #000 url("/img/date-grad.png") repeat-x;
    font-size: 15px;
}

.cut { 
    margin: 0 0 18px;
    color: #1b384b;
    font-size: 22px;
    font-weight: 300;
}

.news-page p { 
}

.pic { 
    float: left;
    width: 27%;
    margin: 0 0 33px;
    padding: 3px 0 0;
}

.to-the-right-of-a-pic { 
    float: left;
    width: 70%;
    padding: 0 0 0 15px;
}

.about { 
    margin: 26px 0 50px;
}

.float-left { 
    float: left;
}

.about h1 {
    margin: -12px 0 12px; 
    font-size: 45px;
    font-weight: 300;
}

.about .pic { 
    float: left;
    margin: 0 0 33px;
    padding: 3px 0 0;
}

.about .cut { 
    float: left;
    padding: 0 0 0 44px;
}

.about .cut p { 
    margin: 0 0 0 18px;
    color: #1b384b;
    font-size: 22px;
    font-weight: 300;
    line-height: 29px;
}

.about h2 {
    margin: 0 0 16px; 
    font-size: 30px;
    font-weight: 300;
}

.about p {
    margin: 0; 
    font-size: 15px;
    font-weight: 300;
}

.about .orangebox {
    margin: 30px 0;
    padding: 14px 32px;
    border: #ffd928 solid 1px; 
    background: url("/img/about-orangebox.png") repeat-x #F96500;
    box-shadow: 0 0 5px rgba(0,0,0,0.64);
}

.about .orangebox p { 
    text-shadow: 1px 1px 0 rgba(225,228,0,0.45);
}

.about ul {
    margin: 30px 0 0;
    padding: 0; 
    list-style: none;
    font-size: 22px !important;
    font-weight: 300;
}

.about ul li {
    margin: 2px 0 0;
    padding: 0 0 0 40px; 
    background: url('/img/about-list.png') no-repeat 0 4px;
    line-height: 26px;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer { 
    position: relative;
    width: 1142px;
    height: 111px;
    margin: -111px auto 0;
    color: #afafb0;
    background: url("/img/footerBackground.png");
    font-size: 15px;
    font-weight: 400;
}

#footerLogo { 
    position: absolute;
    bottom: 28px;
    left: 0;
    display: block;
    width: 234px;
    height: 48px;
    background: url("/img/footerLogo.png");
}

.footerMenu {
    position: absolute; 
    bottom: 41px;
    right: 0;
    text-transform: uppercase;
}

.footerMenu a {
    text-decoration: none; 
    color: #fff;
}
.footerMenu a:hover {
    color: #ff9c00;
}

.footerMenu .unactiveMenuItem { 
    float: left;
    padding: 20px 14px 17px;
    cursor: pointer;
    text-shadow:0px 2px 1px #1a1a1a;
    font-weight: 500;
}

.footerMenu .menuSeporator {
    float: left;
    width: 3px;
    height: 17px;
    margin-top: 24px; 
    background: url("/img/footerMenuSeporatorBackground.png");
}

.footerMenu .menuSeporator:last-child { 
    display: none;
}

.footerSeporator { 
    float: left;
    width: 2px;
    height: 111px;
    margin-left: 320px;
    background: url("/img/footerSeporatorBackground.png");
}

.writeToUs {
    position: absolute; 
    top: 58px;
    left: 14px;
    font-weight: 300;
    text-transform: none;
}

.writeToUs a {
    text-decoration: none; 
    color: #7fd0ff;
}
.writeToUs a:hover { 
    text-decoration: underline;
}

.telephone { 
    font-size: 18px;
}

.telephone .whiteAndBold { 
    color: #fff;
    font-weight: 500;
}

.footerUnderlay { 
    width: 100%;
    background: url("/img/footerBackground.png");
}

#fixedblock {
    position: absolute;
    z-index: 9990; 
    top: 5%;
    display: none;
    width: 100%;
    height: 580px;
    padding: 10px;
    border: white 10px solid;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

#optionsblock { 
    position: fixed;
    z-index: 9990;
    top: 5%;
    left: 50%;
    display: none;
    width: 529px;
    height: 80%;
    margin-left: -314px;
    padding: 30px 50px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.oprionsblock__content {
    overflow-x: hidden;
    overflow-y: auto;
    height: 82%;
    padding-right: 28px;
}

#fixedblockmap {
    position: fixed;
    z-index: 9990; 
    top: 5%;
    display: none;
    margin: 0 15%;
    padding: 10px;
    border: white 10px solid;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

#btnclose {
    position: absolute;
    z-index: 9991;
    top: -18px;
    right: -21px;
    display: none;
    width: 30px;
    height: 30px;
    cursor: pointer; 
    background: url("/img/close.png");
}

#allblack { 
    position: fixed;
    z-index: 9001;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

#alltransp { 
    position: fixed;
    z-index: 9001;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
}

.carauseldivrod { 
    position: relative;
    width: 1160px;
    margin: 0 0 0 37px;
}

.hider {
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px black dotted;
}

.hider+div {
    display: none;
}

#searchBoxInput2 {
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
}

#poiskform2 {
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
}

#selectedCardMark {
    color: white;
    border-radius: 3px;
    background: #525762;
}

a h2,
a h3 {
    color: #0e1f33;
}

.closebutton {
    cursor: pointer;
}

.carTechInfo td {
    position: relative;
    padding-right: 35px;
}

/* Opera 12 hack */
.cardBlock li > div {
    display: inline;
}

.car-search-marks td {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 18px;
    vertical-align: top;
    border-right: 1px solid #d6e8f1;
}

.car-search-marks td:last-child {
    border-right: 0;
}

.car-search-marks {
    border-spacing: 0;
}

.cars-col {
    position: relative;
    display: block;
}

.cars-col > .letter {
    float: left;
    color: #fdac00;
    font-size: 22px;
    font-weight: bold;
}

.cars-col > .title {
    margin-left: 25px;
    font-size: 22px;
    font-weight: 300;
}

.cars-col > .title > a {
    font-size: 22px !important;
}

.car-search-marks a {
    display:block;
    padding: 0 3px;
    text-decoration: none;
    color: #361b0c;
    font-size: 22px;
}

.car-search-marks .active {
    display:block;
    padding: 2px 3px;
    text-decoration: none;
    color: white;
    border-radius: 3px;
    background: #292a30;
    font-size: 22px;
    font-weight: 300;
}

.car-search-marks a:hover {
    color: white;
    border-radius: 3px;
    background: #292a30;
}

.car-search-reset {
    position: relative;
    display:block; 
    float:left; 
    margin-left: 26px;
    padding: 0 35px 0 10px;
    text-decoration:none;
    color:white; 
    border-radius: 3px;
    background: url(/img/resetButton.png) #ea6601 repeat-x;
    text-shadow: 0 2px 0 rgba(0,0,0,0.13);
    font: 300 24px "Roboto";
    line-height: 41px;
    box-shadow: 1.4px 1.4px 0 #d17700;
}

.car-search-find {
    cursor: pointer;
    border: none;
    position: relative;
    display:block; 
    float:right; 
    margin-right: 26px;
    padding: 0 35px 0 26px;
    text-decoration:none;
    color:white; 
    border-radius: 3px;
    background: url(/img/findButton.png) black repeat-x;
    text-shadow: 0 2px 0 rgba(0,0,0,0.13);
    font: 300 26px "Roboto";
    line-height: 41px;
}
.car-search-find[disabled] {
    background: #555;
    cursor: default;
    color: #ccc;
}

.car-search-find[disabled] .car-search-find-icon{
    opacity: 0.7;
}
.carSearchDivider {
    height: 2px;
    margin: 0 28px 8px;
    background: url("/img/carSearchDivider.png");
}

.car-search-reset-icon {
    position: absolute;
    top: 14px;
    right: 13px;
}

.car-search-find-icon {
    position: absolute;
    top: 13px;
    right: 16px;
}

.roadTaxBlock {
    padding-left: 22px;
    vertical-align: middle;
    background: url(/img/search-i.png) 0px 4px no-repeat;
}

.cardBlock .price {
    color: #fe9300;
    font-size: 25px;
}

.cardBlock__price {
    color: #fe9300;
    font-size: 34px;
}

.cardBlock__priceBold {
    font-weight: 400;
}

.cardBlock__table {
    width: 100%;
    vertical-align:top;
}

.cardBlock__table td,
.cardBlock__table th {
    vertical-align:top;
}

.cardBlock__star {
    color: #ffa200;
    font-size: 21px;
    font-weight: 400;
}

.cardBlock__options {
    width: 100%;
}

.cardBlock__options img {
    padding: 0 20px 0;
    vertical-align: top;
}

.cardBlock__options td {
    width: 33%;
}

.cardBlock__options__label {
    cursor: pointer;
    border-bottom: black 1px dashed;
    font-size: 24px;
} 

.cardBlock__options__label:hover{
    border-bottom: none;
} 
.cardBlock__options__label--unactive {
    color:#aaa;
    font-size: 24px;
} 
.gray {
    color: #696969;
}

.cardBlock_picRow {
    width: 50%;
}

.cardBlock__content {
    padding: 0 28px 0 0;
    color: #0e1f33;
}

.cardBlock__aboutComplectation {
}

.cardBlock__grayline {
    height: 1px;
    margin: 28px 0;
    background: #d4dee4;
}

.cardBlock__upperBlocks {
    color: black;
    font-size: 14px;
    line-height: 22px;
}

.cardBlock__upperBlocks--salon {
    color: black;
    font-size: 14px;
    line-height: 20px;
}

.cardBlock__upperBlocks__label {
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.cardBlock__upperBlocks__label:before {
    position: absolute;
    top: 8px;
    left: -10px;
    width: 4px;
    height: 7px;
    content: ".";
    color: transparent;
    background: url(/img/arrow-small.png) no-repeat;
}

.cardBlock__upperBlocks__label--map {
    position: relative;
    font-size: 16px;
    font-weight: 600;
}
.cardBlock__upperBlocks__label--map a {
    text-decoration: none;   
}
.cardBlock__upperBlocks__label--map a:hover {
    text-decoration: underline;  
}


.cardBlock__upperBlocks__label--map:before {
    position: absolute;
    top: 5px;
    left: -17px;
    width: 12px;
    height: 17px;
    content: ".";
    color: transparent;
    background: url(/img/map-icon.png) no-repeat;
}

.cardBlock__upperBlocks__value {
    font-size: 14px;
    font-weight: 300;
}

.cardBlock__upperBlocks__button {
    display: block;
    margin: 18px 0 0;
}

.compTech {
}

.compTech__h {
    margin: 0;
    padding: 0 0 35px;
    font-size: 53px;
    font-weight: 100;
}

.tech {
    width: 100%;
    padding: 36px 26px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.26);
    font-size: 18px;
    line-height: 30px;
}

.grades {
    position: relative;
}
.grades-btn {
    position: relative;
    float: left;
    min-width: 150px;
    height: 100%;
    margin-right: 16px;
    padding: 8px 8px 12px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: white;
    border-radius: 3px;
    background: url(/img/grade-unselected.png) repeat-x #db6518;
    font-size: 20px;
}
.grades-btn span {
    text-align: center;
    text-decoration: none;
    color: white;
    border-bottom: 2px dotted white;
    font-size: 20px;
}
.grades-btn-selected {
    background: url(/img/grade-selected.png) repeat-x #272727;
}
.grades-btn-selected span {
    text-align: center;
    text-decoration: none;
    color: white;
    border: 0;
    font-size: 20px;
}
.grade_price {
    padding: 30px 0 19px 22px;
    font-size: 30px;
}
.grade_price span {
    color: #fb8400;
    font-weight: 500;
}
.grades_table {
    position: relative;
    min-width: 261px;
    max-width: 261px;
    min-height: 63px;
    padding: 0;
    padding-bottom: 6px;
    border-radius: 3px; 
}

.grade_td_checked .grade_checked {
    position: absolute;
    top: 50%;
    left: 6px;
    width: 29px;
    height: 22px;
    margin-top: -11px;
    background: url(/img/grades-check.png) no-repeat;
}

.grade_checked {
    position: absolute;
    top: 50%;
    left: 6px;
    width: 29px;
    height: 22px;
    margin-top: -11px;
    background: transparent;
}
.grades_block {
    width: 103%;
}
.grade_image {
    position: absolute;
    top: 50%;
    left: 45px;
    width: 95px;
    height: 45px;
    margin-top: -23px;
}
.grade_td {
    position: relative;
    float: left;
    min-width: 261px;
    max-width: 261px;
    min-height: 63px;
    max-height: 63px;
    margin-right: 26px;
    margin-bottom: 8px;
    padding: 7px 0;
    font-size: 12px;
}
.grade_td_text_pad {
    min-height: 63px;
}
.grade_td_checked {
    border-radius: 3px;
    background: #f2f0eb;
}
.grade_td_text {
    padding: 0 0 0 140px;
    font-weight: 400;
}
.grade_name {
    width: 110px;
    margin-right: 7px;
    margin-left: 143px;
    font-weight: 400;
}
.tech__row {
    position: relative;
    min-width: 312px;
    max-width: 312px;
    height: 30px;
    background: url(/img/dots.png) 0 22px repeat-x;
}

.tech__label {
    position: absolute;
    z-index: 1;
    left: 0;
    background: white;
    font-weight: 500;
}

.tech__val {
    position: absolute;
    z-index: 1;
    right: 0;
    background: white;
    font-weight: 300;
}

.autosalonList__element {
    padding-bottom: 5px;
}

.autosalonList div {
    height: 37px;
}

.autosalonList .column { 
    float: left;
    width: 240px;
    margin: 0 0 15px;
}


.autosalonList__name {
    display: table-cell;
    vertical-align: middle;
    height: 28px;
}

.autosalonList__name:hover {
    text-decoration: underline;
}

.autosalonList__pic {
    display: inline-block;
}

.autosalonList__element img {
    float: left;
}

.autosalonList__a {
    float: left;
    color:#006aae !important;
    text-decoration: none;
    width: 173px;
    padding: 0 0 0 8px;
}


.autosalonList__element:after {
    display     : block;
    visibility  : hidden;
    clear       : both;
    height      : 0;
    content     : ".";
}

.main__header {
    margin: 20px 0 15px 20px;
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 400;
}

.main__header__thin {
    font-weight: 100;
}

.main__news {
    margin-left: 20px;
}

#mainpage-text {
    padding-top: 50px;
    font: 300 14px/22px "Roboto", sans-serif;
}

.autoCard__h {
    margin: 0.8em 0 12px;
    font-size: 43px;
    font-weight: 300;
}

.autoCard__marks {
    width: 100%;
    font-size: 24px;
    font-weight: 300;
    margin-left: -16px;
}

.autoCard__marks_item {
    display: inline-block;
    padding: 0 16px 0 16px;
    border-right: 1px solid #d6e8f1;
}

.autoCard__marks_item:last-child {
    border-right: none;
}

.autoCard__marks td {
    margin: 0;
    padding: 0 8px;
    vertical-align: bottom;
    border-right: 1px solid #d6e8f1;
}

.autoCard__marks td:first-child {
    padding: 0 8px 0 0;
    border-right: 1px solid #d6e8f1;
}

.autoCard__marks td:last-child {
    border: 0;
}

.autoCard__marks a {
    text-decoration: none;
}

.autoCard__marks a:hover {
    border-bottom: 1px #009cff solid;
}
.cardBlock__gallery {
    padding: 30px 0 0 3px;
}
.cardBlock__gallery .bx-wrapper .bx-viewport {
    width: 1107px !important;
}
.cardBlock__gallery .bx-prev {
    height: 68px !important;
    margin-bottom: 34px !important;
    background-image: url(/img/btnLeftCar.png) !important;
}
.cardBlock__gallery .bx-next {
    height: 68px !important;
    margin-bottom: 34px !important;
    background-image: url(/img/btnRightCar.png)!important;
}
.cardBlock__gallery .bx-prev:hover{
    background-image: url(/img/btnLeftCar-hover.png) !important;
}
.cardBlock__gallery .bx-next:hover{
    background-image: url(/img/btnRightCar-hover.png)!important;
}

.cardBlock__gallery__link {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width:215px; 
    height: 147px; 
    margin: 0 8px 8px 0;
}

.cardBlock__gallery__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 400px;
    height: 180px;
    margin-top: -90px;
    margin-left: -200px;
}

.cardBlock__gallery__img {
    position: relative;
    /*left: -50%;*/
    display:block; 
    margin: auto;
}

.about__header {
    font-size:53px;
}
.about__textBlock {
    float: left;
    width: 850px;
    padding: 0 25px 26px 0;
    color: #494b51;
    font-size: 15px;
    line-height: 21px;
}
.about__textBlock strong {
    color: #1f2129;
    font-weight: 600;
}
.about__optionsBlock {
    float: right;
    margin: 0 15px 0 0;
    padding: 24px 17px;
    color: #009cff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.26);
    font-size: 16px;
}
.about__optionsBlock__label {
    cursor: pointer;
    border-bottom: 2px dotted #009cff;
}
.about__optionsBlock img {
    width: 40px;
    height: 27px;
    margin-bottom: -6px;
    padding-right: 7px;
}

.disabled {
    cursor: default;
    color: rgb(153, 153, 153);
    border-bottom: 0;
}

.about__reference {
    padding: 0 0 0 3px;
    color: #009cff;
    font-size: 16px;
    line-height: 1.2em;
}

.garage {
    position: absolute;
    bottom: 22px;
    margin: 0 6px;
    font-size: 14px;
}

.garage__comp {
    padding: 0 4px;
    color: #7f8080;
}

.garage__link {
    position: relative;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    color: #009cff;
    border: 0;
    font-weight: 400;
}
.garage__link:hover {
    text-decoration: underline;
}

.about_header{
    margin: 14px 0 0;
    font-size: 45px;
    font-weight: 300;
}

#oprionsblock__header {
    margin: 0 0 0.8em;
    height: 68px;
    border-bottom: 1px solid #cccccc;
}
#oprionsblock__img{
    float: left;
    margin-top: 9px;
    margin-left: -9px;
    margin-right: 14px;
}
#oprionsblock__close{
    position: absolute;
    z-index: 9999;
    top: 48px;
    right: 49px;
    cursor: pointer;
    width: 18px;
    height: 17px;
    background: url("/img/popup_cross.png");
}
.poisk {
    position: relative;
    max-width: 1218px;
    margin: 0 0 35px 0;
    padding: 20px 25px 4px;
    color: #361b0c;
    background: #fdac00;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    font-size: 18px;
    font-weight: 300;
}
.poisk_price span, .poisk_power span, .poisk_taxes span {
    font-weight: 500;
}
.poisk_taxes img{
    float: left;
    display: block;
    margin: 3px;
    margin-bottom: 20px; 
}
.col-5-6 {
    float: left;
    /*width: 92%;*/
}
.col-1-6 {
    float: right;
}
.poisk_button {
    padding: 9px 16px;
    cursor: pointer;
    color: white;
    font-family: 'Ubuntu',sans-serif;
    background: url('/img/poisk_button.jpg') repeat-x;
    font-weight: 500;
    border-radius: 4px;
    box-shadow: 1.4px 1.4px 0 #d17700;
}
.poisk_button span {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px dotted white;
    text-shadow: 0 1px 1px #c15600;
}
.col-3 {
    margin-top: 7px;
    float: left;
    width: 27.9999%;
    padding-right: 7.9999%;
}

.col-3:last-child {
    padding-right: 0;
}

.col-3-2 {
    margin-top: 7px;
    float: left;
    width: 64.9999%;
    padding-right: 6.9999%;
}
.loadAutos{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 156px;
    padding: 0 13px;
    text-decoration: none;
    color: white;
    border-radius: 3px;
    background: url(/img/resetButton.png) #ea6601 repeat-x;
    text-shadow: 0 2px 0 rgba(0,0,0,0.13);
    font: 300 24px "Roboto";
    line-height: 41px;
    box-shadow: 1.4px 1.4px 0 #d17700;
    cursor: pointer;
}
.col-2 {
    float: left;
    width: 44.9999%;
    padding-right: 9.9999%;
}
.col-2-last {
    float: left;
    width: 44.9999%;
    padding-right: 0;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}
.poisk_types {
    position: relative;
    margin-top: 20px;
    height: 38px;
}
.poisk_separator {
    width: 100%;
    height: 2px;
    margin: 18px 0 10px;
    background: url('/img/separator.jpg') repeat-x;
}
.poisk_type-item {
    /*display: none;*/
    float: left;
    width: 190px;
    margin-bottom: 18px;
    cursor: pointer;
}
.poisk_type-item img {
    float: left;
}
.poisk_type-item .personal-jesus {
    font-size: 16px;
    text-transform: lowercase;
    display: block;
    float: left;
    font-family: 'Ubuntu',sans-serif;
    margin-left: 5px;
    border-bottom: 1px dotted black;
}
.poisk_price input {
    font-family: 'Roboto', sans-serif;
    height: 32px;
    color: #666666;
    line-height: 32px;
    font-size: 15px;
    font-weight: 300;
    float: left;
    width: 115px;
    margin-top: 15px;
    padding: 0 8px;
    border: 1px solid #e28901;
    border-radius: 1px;
    box-shadow: inset 4px 4px 4px rgba(0,0,0,0.15);
}
.slash {
    float: left;
    width: 20px;
    height: 1px;
    margin: 30px 13px;
    background: #e28801;
}
.poisk_engine input, .poisk_transmission input, .poisk_type input {
    width: 94.9999%;
    margin-top: 15px;
    padding: 7px 8px;
    border: 1px solid #e28901;
    border-radius: 1px;
    box-shadow: inset 4px 4px 4px rgba(0,0,0,0.15);
}

.poisk_total-cars {
    transition:0.2s ease all;
    float: right;
    margin-right: 24px;
    font-size: 16px;
    text-align: right;
    font-weight: 400;
    color: #361b0b;
    text-shadow: 0px 1px 0 #FED600;
}

.poisk_total-cars.folded-version {
    float: left;

    margin: 0;
    font-size: 16px;
    line-height: 1.2em;

    text-align: left;
    font-weight: 400;
}

.poisk_total-cars.folded-version span {
    display: block;
}

.poisk_total-cars span {
    font-weight: 500;
}





/** Minimal stand-alone css for dropdownchecklist support
    We highly recommend using JQuery ThemeRoller instead  
    */
    .ui-dropdownchecklist {
        margin-top: 13px;
        color: #666666;
        font-size: medium;
        z-index: 20 !important;
    }
    .ui-dropdownchecklist-selector {
        height: 20px;
        background: #fff;
    }
    .ui-state-hover, .ui-state-active {
        border-color: #5794bf;
    }
    .ui-dropdownchecklist-dropcontainer {
        width: 319px;
        background-color: #fff;
    }
    .ui-dropdownchecklist-item:nth-child(odd) {
        background: #f1f1f1;
    }
    .ui-state-hover {
        background-color: #f1f1f1;
    }
    .ui-state-disabled label {
        color: #ccc;
    }
    .ui-dropdownchecklist-group {
        font-weight: bold;
        font-style: italic;
    }
    .ui-dropdownchecklist-indent {
        padding-left: 7px;
    }
/* Font size of 0 on the -selector and an explicit medium on -text required to eliminate 
descender problems within the containers and still have a valid size for the text */
.ui-dropdownchecklist-selector-wrapper {
    margin-top: 13px;
    vertical-align: middle;
    border: 1px solid #e28901;
    border-radius: 1px;
    box-shadow: inset 4px 4px 4px rgba(0,0,0,0.15);
    font-size: 0px;
}
.ui-dropdownchecklist-selector {
    padding: 1px 2px 2px 2px;
    padding: 6px 0 6px 7px;
    background: url("/img/tbArrow.png") no-repeat scroll 282px center white;
    box-shadow: inset 4px 4px 4px rgba(0,0,0,0.15);
    font-size: 0px;
}
.ui-dropdownchecklist-text {
    font-size: 15px;
    width: 275px !important;

    /* line-height: 20px; */
}
.ui-dropdownchecklist-group {
    padding: 1px 2px 2px 2px;
}
.ui-dropdownchecklist-item:not(#Foo) input[type=checkbox] + label {
    float: left;
    width: 285px !important;
    margin-right: 0;
    padding-left: 33px;
    background: url("/img/checkboxes.png") no-repeat 10px 9px;
}
.ui-dropdownchecklist-item:not(#Foo) input[type=checkbox]:checked + label {
    float: left;
    width: 285px !important;
    margin-right: 0;
    padding-left: 33px;
    background: url("/img/checkboxes.png") no-repeat 10px -17px;
    font-weight: 400;
}
.ui-dropdownchecklist-item:not(#Foo) input[type=checkbox] + label:hover {
    background: #f1f1f1 url("/img/checkboxes.png") no-repeat 10px 9px;
}
.ui-dropdownchecklist-item:not(#Foo) input[type=checkbox]:checked + label:hover {
    background: #f1f1f1 url("/img/checkboxes.png") no-repeat 10px -17px;
}


/* /about/ style
*********************************************************/

.text_block--left_side {
    float: left;
    width: 409px;
}
.text_block--content {
    margin-left: 409px;
    padding: 0 0 0 50px;
}
.text_block--content p {
    color: #000000;
    font-size: 17px !important;
    font-weight: 300;
}
.text_block--content p i {
    font-size: 20px !important;
    font-weight: 500 !important;
}
.important_orange_block {
 margin-bottom: 30px;
 border: 2px dotted #ffa81e;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}
.important_orange_block--inside {
    position: relative;
    display: block;
    margin: 2px;
    padding: 16px 18px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffa81e;
    font-size: 26px;
    font-weight: 300;
}
.black-important-block {
    margin-right: 25px;
    margin-bottom: 15px;
    padding: 10px 15px;
    border: 1px dotted #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: normal;
}
.centered_text_block {
    width: 878px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px !important;
    font-weight: 300;
}
.text_block--right_side {
    position: relative;
    float: left;
    width: 545px;
    margin-left: -545px;
}
.text_block_content--right_sider {
    float: left;
    overflow: hidden;
    width: 100%;
}
.right_sider--text {
    padding: 0 570px 0 0;
}
.right_sider--text p {
    font-size: 17px;
    font-weight: 300;
}
.cleared {
    clear: both;
}
.section_header {
    height: 40px;
    margin-bottom: 30px;
}
.section_header--line_left {
    float: left;
    width: 340px;
    height: 1px;
    margin-top: 22px;
    margin-right: 20px;
    background-color: #d8d8d8;
}
.section_header--header {
    float: left;
    min-width: 490px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
}
.section_header--line_right {
    float: right;
    width: 340px;
    height: 1px;
    margin-top: 22px;
    margin-left: 20px;
    background-color: #d8d8d8;
}
.information_block {
    position: relative;
    display: block;
    width: 1222px;
    margin: 30px auto;
}
.information_block--text {
    position: relative;
    padding: 30px 27px 30px 33px;
}
.topleft-corner {
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 30px;
    background: url('/img/lefttop-corner.png') no-repeat scroll 0 0 transparent;
}
.bottomleft-corner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33px;
    height: 33px;
    background: url('/img/leftbottom-corner.png') no-repeat scroll 0 0 transparent;
}
.bottomright-corner {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 27px;
    height: 34px;
    background: url('/img/rightbottom-corner.png') no-repeat scroll 0 0 transparent;
}
.topright-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 27px;
    height: 30px;
    background: url('/img/righttop-corner.png') no-repeat scroll 0 0 transparent;
}
.top-border {
    position: absolute;
    top: 0;
    right: 27px;
    left: 33px;
    height: 30px;
    background: url('/img/topborder.png') repeat-x scroll 0 0 transparent;
}
.bottom-border {
    position: absolute;
    right: 27px;
    bottom: 0;
    left: 33px;
    height: 30px;
    background: url('/img/bottomborder.png') repeat-x scroll 0 0 transparent;
}
.left-border {
    position: absolute;
    top: 30px;
    bottom: 33px;
    left: 0;
    width: 33px;
    background: url('/img/borderleft.png') repeat-y scroll 0 0 transparent;
}
.right-border {
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 33px;
    width: 27px;
    background: url('/img/borderright.png') repeat-y scroll 0 0 transparent;
}
.bottom_orange_border {
    position: absolute;
    bottom: 3px;
    left: 3px;
    width: 1216px;
    height: 9px;
    background: url('/img/orange_bottom_border.png') no-repeat scroll 0 0 transparent;
}
.information_block--text table tbody tr td p {
    font-size: 17px !important; 
    line-height: 1.4;
}
.numeric_color {
    padding-right: 40px;
    color: #ffa81e;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
    font-size: 36px;
    font-weight: bold;
}


/* end of  /about/ style
*********************************************************/


/* end company style
*********************************************************/


.button {
    float: left;
    height: 49px;
    margin: 0 16px 10px 0;
    padding: 0 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    border-radius: 2px;
    background: url(../img/grade-unselected.png) repeat-x;
    text-shadow: 1px 1px 0 rgba(0,0,0, .18);
    font-size: 22px;
    font-weight: 300;
    line-height: 49px;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

.button b {
    font-weight: 400 !important;
}

.button.active {
    background: #272727;
}

.button span {
    display: block;
    padding: 10px 0 0;
    white-space: nowrap;
    border-bottom: 1px #fff dotted;
    line-height: 23px;
}

.button:active span {
    padding: 11px 0 0;
}

.fl-l {
    float: left !important;
}

.fl-r {
    float: right !important;
}

.company_header {
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 0px;
    border-bottom: solid 1px #dbdbdb;
}

.showrooms_btn {
    position: absolute;
    bottom: 0;
    margin-bottom: 16px;
    right: 0;
}

.company_text p {
    font: 300 17px Roboto, sans-serif;
    padding: 0 8px;
}

.company_text {
    position: relative;
    padding: 0 0 40px;
    margin: 0 0 40px;
}

.company_text table td {
    vertical-align: top;
}

.company_text table {
    margin: 0 0 40px;
}

.orange-divider {
    bottom: 3px;
    left: 3px;
    height: 9px;
    background: url('/img/orange_bottom_border.png') no-repeat scroll 0 0 transparent;
    margin: 0 0 35px;
}

.company_text p.big {
    font-size: 20px;
    line-height: 24px;
    padding: 0 8px;
}

.company_text p.bigger {
    font-size: 24px;
    line-height: 1.2em;
    padding: 0 8px;
}

.company_text p strong {
    font-weight: 400 !important;
}

.company_text .divider {
    height: 1px;
    background: #d8d8d8;
    margin: 0 0 20px;
}

.company_text .numeric_color {
    padding: 0 7px;
}

.poisk_block {
    text-shadow: 0px 1px 0 #FED600;
}

.ui-dropdownchecklist-text {
    text-shadow: none;
}

.poisk_button {
    text-shadow: none;
}
#counterCars{
    color: #361b0b;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    cursor: default;
}
.layout-slider{
    margin-top: 60px;
    margin-bottom: 30px;
    position: relative;
    top: 15px;
}
.thatNum, .poisk_help-popup{
    overflow: hidden;
    position: absolute;
    margin-top: 6px;
    margin-left: -12px;
    font-weight: 400 !important;
    font-size: 14px;
    text-shadow: none;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .16);
    border: #FBE200 3px solid;
    background: white;
    z-index: 200;
    max-width: 309px;
}
#table_prices{
    z-index: 20000;
    width: 1043px;
    padding: 20px 35px;
    border: 4px solid #fb8501;
    background: white;
    display: none;
    margin-top: -53px;
    position: fixed;
    top: 111px;
    font-size: 30px;
    font-weight: 600;
}
#table_prices .price_item{
    background: white;
    padding: 6px 8px 10px 15px;
    float: left;
    color: #fb8501;
    margin: 10px 25px 10px 0;
    width: 160px;
    cursor: pointer;
    white-space: nowrap;
}
#table_prices .price_item--active{
    background: #272727;
    color: white;
    border-radius: 4px;
}

#table_prices .price_item:after{
    content: "...";
    color: transparent;
    background: url(/img/rubl.png) 9px 8px no-repeat;
}
#table_prices .price_item--active:after{
    content: "...";
    color: transparent;
    background: url(/img/rubl-black.png) 9px 8px no-repeat;
}
#table_prices .price_item span{
    background: url("/img/price_dots_orange.png") 14px 36px repeat-x;
}
#table_prices .price_item span:hover{
    background: none;
}
#table_prices .price_item--active span{
    background: url("/img/price_dots_black.png") 14px 36px repeat-x;
}
#table_prices .price_item--active span:hover{
    background: none;
}
#table_prices .price_cross{
    width: 14px;
    height: 14px;
    position: absolute;
    background: url("/img/price_cross.png");
    top: 10px;
    right: 9px;
    cursor: pointer;
}
.thatNum{
    transition:0.2s all ease 0.4s;
    opacity: 0;
    width: 200px;
    margin-left: 267px;
    margin-top: 61px;
    padding: 8px;  
}
.poisk_help-popup{
    width: 0;
    height: 0;
    opacity: 0;
    margin-top: 33px;
    margin-left: 0px;
}
.thatNumber{
    z-index: 20;
    cursor: pointer;
    position: relative;
}
.ff3 .thatNumber{
    margin-left: 35px !important;
}
.ff3 .topMenu .activeMenuItem:after{
    bottom: -5px;
}
.info-poisk-popup{
    overflow: hidden;
    position: absolute;
    margin-top: -62px;
    margin-left: -337px;
    font-weight: 400 !important;
    font-size: 14px;
    text-shadow: none;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .16);
    border: #FBE200 3px solid;
    background: white;
    z-index: 200;
    max-width: 309px;
    padding: 8px;
    opacity: 0;
}
.visible{
    opacity: 1;
    transition: 0.2s all ease 0.4s;
}
#pano
{
	cursor: pointer;
}
.arrow-left-unactive,.arrow-right-unactive,.arrow-left-active,.arrow-right-active{
    display: none;
}
.paginate{
    list-style: none;

}
.paginate li{
    float: left;
    background: #456cad;
    padding: 2px 0;
    text-align: center;
    width: 25px;
    margin-left: 2px;
    margin-bottom: 1px;
    cursor: pointer;
}
.paginate li:hover{
    background: #648ac9;
}
.paginate li a{
    text-decoration: none;
    color: white;
}

.techParamsEngine:hover,
.techParamsTM:hover,
.techParamsDrive:hover {
background: #272727 !important;
color: #fff;
}
.banner-slider{
    position: relative;
    height: 408px;
    margin-bottom: 39px;
}
.banner-slider_item{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 1215px;
    opacity: 0;
    transition: all .3s ease;
}
.banner-slider-buttons{
    position: absolute;
    left: 550px;
    width: 94px;
    bottom: 36px;
}
.banner-slider-buttons_item{
    float: left;
    cursor: pointer;
    margin-right: 17px;
    width: 12px;
    height: 12px;
    background: url(/img/slider-unactive-button.png); 
}
.banner_title{
    font-size: 48px;
    font-weight: 300;
}
.banner_text{
    font-weight: 100;
    font-size: 14px;
}
.button_item-active{
    background: url(/img/slider-active-button.png);
}

.cardAuto_container {
    margin: 0 -60px 0 0;
}

.hidden {
    display: none;
}

.autosalonList td {
    width: 19.999%;
}
.poisk_separator-vertical{
    position: absolute;
    height: 133px;
    top: 0px;
    right: 423px;
    width: 1px;
    background: #e28801;
}
#poisk_full_open{
    text-decoration: none;
    height: 41px;
    padding: 4px 43px 8px 26px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    border-radius: 2px;
    background: url(/img/full-search-button.png);
    text-shadow: 1px 1px 0 rgba(0,0,0, .18);
    font-size: 22px;
    font-weight: 300;
    line-height: 40px;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

#poisk_full_open:hover{
    background: url(/img/full-search-button-hover.png);
}

#preloader{
    z-index: 100;
    margin-left: 575px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 800ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 800ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 800ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
 
    animation-name: spin;
    animation-duration: 800ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(-360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(-360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(-360deg); }
}
@keyframes spin {
    from { transform:rotate(0deg); }
    to { transform:rotate(-360deg); }
}

.search-fold {
    cursor: pointer;
    position: absolute;
    bottom: 19px;
    left: 50%;
    margin: 0 0 0 -34px;
}

.search-fold:hover {
    opacity: .7;
}
.table_road_tax{
    font-size: 24px;
    font-weight: 300;
    color: #464443;
    margin-bottom: 10px;
    float: left;
    margin-right: 48px;
}
.table_road_tax span{
    font-weight: 500;
}

#count_osago_popup {
    z-index: 9999;
    position: fixed;
    top: 30px;
    left: 50%;
    margin: 0 0 0 -291px;
}

#osago_click {
    border-bottom: 1px dashed;
    cursor: pointer;
}

#kasko_click {
    border-bottom: 1px dashed;
    cursor: pointer;
}

.ui-dropdownchecklist-text {
    position: relative;
}

.ui-dropdownchecklist-selector .ui-dropdownchecklist-text:after {
    background: url(/img/tbArrow-grad.png) no-repeat;
    z-index: 1;
    position: absolute;
    top: 0;
    right: -1px;
    content: "....";
    color: transparent;
}

.count_osago_popup {
    background: #fdac00;
    width: 583px;
    text-shadow: 0 1px 0 rgba(255, 228, 0, .41);
    color: #361b0b;
    font-size: 18px;
    font-weight: 300;
}

.popup_header {
    font: 300 31px "Roboto", sans-serif;
    padding: 18px 0 0;
}

.count_osago_form {
    width: 514px;
    margin: 0 auto;
}

.short-select .ui-dropdownchecklist-selector {
    background: url("/img/tbArrow.png") no-repeat scroll 202px center white;
    height: 26px;
}

.short-select .ui-dropdownchecklist-dropcontainer-wrapper,
.short-select .ui-dropdownchecklist-dropcontainer {
    width: 238px !important;
}

.short-select .ui-dropdownchecklist {
    margin: 7px 0 0;
    height: 35px;
    background: #fff;
}

.short-select *:focus {
    outline: none;
}


.short-select .ui-dropdownchecklist-item {
    background: #fff;
    cursor: pointer;
    width: 238px !important;
    padding: 2px 0 6px;
    cursor: pointer;
}

.short-select .ui-dropdownchecklist-item input[type='radio'] {
    opacity: 0;
}

.short-select .ui-dropdownchecklist-item .ui-dropdownchecklist-text {
    margin: 0 0 0 -32px;
}

.short-select .ui-dropdownchecklist-item:hover {
    background: #eee;
}

.count-osago_driver {
    padding: 0 12px;
}

.count-osago_driver_data input[type='text'] {
    font: 300 18px "Roboto", sans-serif;
    width: 105px;
    line-height: 35px;
    border: 1px solid #e28901;
    box-shadow: inset 4px 4px 4px rgba(0,0,0,0.15);
    padding: 0 5px;
}

.count-osago_driver_data input[type='text']:focus {
    outline: none;
}

.count-osago_driver_data {
    line-height: 35px;
}

.add-driver-button {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}

.add-driver-button span {
    border-bottom: dotted 2px white;
}

.complectations_h {
  position: relative;
  font-size: 43px;
  clear: both;
  text-align: center;
}

.complectations_h h3 {
  font-size: 23px;
}
 
.complectations_h span {
  display: block;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  line-height: 43px;
  /*float: left;*/
  position: relative;
  display: inline-block;
  max-width: 900px;
  padding: 0 40px;
}

.complectations_h span:after
{
	position: relative;
	display: inline-block;
	float: right;
	height: inherit;
	width: 30%;
	background: url('/img/border-gray.jpg') repeat-x scroll center center transparent;
}
.complectations_h span:before
{
	position: relative;
	 display: inline-block;
	float: left;
	height: inherit;
	width: 30%;
	background: url('/img/border-gray.jpg') repeat-x scroll center center transparent;
}
.complectations_h > hr {
    background: none repeat scroll 0 0 #ccc;
    border: 0 none;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
 
.complectations_h:before {
  position: absolute;
  z-index: -1;
  top: 52%;
  left: 0;
  width: 100%;
  height: 1px;
  content: " ";
  background: #ccc;
}
.complectations_h:after
{
	position: relative;
	display: block;
	height: 0;
	content: "";
	clear: both;
}

.content > ul li {
    list-style-image: url(/img/arrow-medium.png);
    padding: 0 0 0 5px;
    margin: 0 0 0 -5px;
}