@import url('/fonts/opensans/opensans.css');
@import url('/fonts/europe/europe.css');

    html {
        height: 100%;
        width: 100%;
    }

    body {
        height:         100%;
        margin: 0;
        padding: 0;
        color: #141414;
        font-family: 'Open Sans';
        font-size: 14px;
        min-width: 100%;
        background-color: #f4f5fb;

    }
    
    input[type="text"], textarea, input[type="button"], input[type="submit"] {
        font-family: 'Open Sans';
    }

    a {

        color: #0aa4dd;
        text-decoration: underline;
    }

    a:hover {
        text-decoration: none;
    }

    a.inverse {
        text-decoration: none;
    }

    a.inverse:hover {
        text-decoration: underline;
    }

    img{
        border: 0;
    }

    .pagetext {
        line-height: 24px;
        text-align: justify;
    }

    .pagetext p {
        padding: 0;
        margin: 0;
        margin-bottom: 6px;
    }
    
    .pagetext h1 {

    }

    #html_container {
        min-height: 100%;

        background-repeat: repeat-x;
        background-position: top;
    }


    h1 {

        padding: 0;
        margin: 0;
        font-family: "Europe";
        font-weight: bold;
        font-size: 42px;
        margin-bottom: 30px;
    }




 h2 {
        padding: 0;
        margin: 0;
        font-family: "Europe";
        font-weight: bold;
        font-size: 42px;
        margin-bottom: 30px;
 }

    .wrapper {
        width:                  1140px;
        padding: 0 30px;
        position: relative;
        margin:                0 auto;
        height:                auto;
        /*height:                100%;*/
        
    }

.lesenka {
    color: #aaaabb;
    font-size: 13px;
    margin-bottom: 26px;
}
.lesenka a{
    color: #18202e;
    text-decoration: none;
}

.lesenka a:hover {
    text-decoration: underline;
}


div.clearer {
    clear:               both;
    overflow:            hidden;
    zoom:                1;
    height:              0; /* ie */
}

.footer_marginer {
    height: 175px;
}

div.metrika_code {
    display: none;
}

  .footer_container {
    margin-top: -140px;
    bottom: 0;
    height: 140px;
    width: 100%;
    position: relative;
  }


  .band_holder {
      position: relative;
      overflow: hidden;
      min-width: 1200px;
  }
  
  .band {
      width: 100%;
      height: 100%;
      z-index: -1;
      position: absolute;
      
  }
  
  .band .band_background, .band .band_shadow {
      position: relative;
      width: 100%;
      max-width: 1920px;
      min-width: 1200px;
      height: 100%;
      margin: 0 auto;
      background-position: center top;
  }
  
.up_button_container {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    display: none;
}

@media only screen and (min-width: 1280px) {
    .up_button_container {
        display: block;
    }
}
 
.up_button_control {
    position: fixed;
    bottom: 15px;
}

.up_button {
    cursor: pointer;
    position: fixed;
    background-image: url(/img/up_top.png);
    height: 29px;
    width: 45px;
    margin-left: 1180px;
    bottom: 15px;
    display: none;
}

.up_button:hover {
    background-position:  45px 0;
}

.up_button_absolute {
    position: absolute;
}

.expander {
    width: 100%;
    display: inline-block;
    height: 0px;
}
/*отсюда начинается*/

.head_menu_band {
    
}

.head_menu_band .band {
    z-index: auto;
}

.head_menu_band .band_background {
    background-color: #141414;
}

.head_menu_band .wrapper {
    height: 50px;;
}

.head_menu_container {
    position: relative;
    
}

.head_catalog_button {
    position: relative;
    z-index: 10;
    float: left;
    background-color: #ffe70a;
    height: 50px;
    line-height: 50px;
    color: #131313;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 20px;
    width: 125px;
    cursor: pointer;
    margin-right: 65px;
}

.head_catalog_button:hover {
    background-color: #ffff00;
}

.head_catalog_button_inner {
    display: block;
    background-image: url(/img/head_catalog_arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.head_menu {
    text-align: justify;
    
    
}

.head_menu_item {
    display: inline-block;
    height: 50px;
    font-size: 12px;
    
    position: relative;
}

.head_menu_item a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    
    text-decoration: none;
    text-transform: uppercase;
}

.head_menu_item a:hover {
    text-decoration: underline;
}

.head_lk_button {
    float: right;
    padding: 0 15px 0 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    line-height: 50px;
    height: 50px;
    cursor: pointer;
    margin-left: 55px;
    text-decoration: none;
}

.head_lk_button_inner {
    display: block;
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(/img/head_lk_icon.png);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
}

.head_lk_button:hover {
    text-decoration: underline;
}

.header_band {
    overflow: visible;
}

.header_band .band_background {
    background-color: #f4f5fb;
}

.header_container {
    padding: 20px 0;
}

.header_logo {
    float: left;
    margin-top: -8px;
    margin-bottom: -8px;
    margin-right: 70px;
}

.header_search_block {
    float: left;
    position: relative;
    height: 40px;
}

.header_search_text {
    border: 1px solid #dddfeb;
    height: 38px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0;
    padding-left: 114px;
    padding-left: 24px;
    padding-right: 39px;
    width: 300px;
    width: 390px;
    font-style: italic;
    font-size: 13px;
}

.header_search_check {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 7px;
    display: block;
    background-color: #f2f4fa;
}

.header_search_check input[type="checkbox"]{
    display: none;
}
    
.header_search_check label {
    height: 16px;
    line-height: 16px;
    
    color: #51525e;
    font-size: 13px;
    cursor: pointer;
    display: block;
    background-image: url(/img/check.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 22px;
}

.header_search_check input[type="checkbox"]:checked ~ label {
    background-image: url(/img/check_checked.png);
}

.header_search_check label:hover {
    text-decoration: underline;
}
    
.header_search_button {
    width: 17px;
    height: 18px;
    background-image: url(/img/header_search_icon.png);
    border: 0;
    position: absolute;
    top: 12px;
    right: 15px;
    background-color: transparent;
    cursor: pointer;
}

.header_vin_button {
    float: left;
    margin-left: 30px;
    width: 165px;
}

.header_vin_caption {
    border-bottom: 1px dotted #22ace0;
}

.header_vin_button:hover .header_vin_caption {
    border-bottom: 0;
}

.mazdaford_button {
    display: inline-block;
    border: 1px solid #dddfeb;
    background-color: #eeeff9;
    line-height: 38px;
    height: 38px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
    cursor: pointer;
    color: #0aa4dd;
    font-weight: 800;
    text-transform: uppercase;
}

.mazdaford_button:hover {
    background-color: #0aa4dd;
    border-color: #0aa4dd;
    color: #eeeff9;
}

.korzina_block {
    color: #141414;
    text-decoration: none;
    display: block;
    min-width: 130px;
    float: right;
    cursor: pointer;
}

.korzina_block_icon {
    display: block;
    background-color: #0aa4dd;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-image: url(/img/korzina_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

.korzina_block:hover .korzina_block_icon {
    background-color: #0993cc;
}

.korzina_block_count {
    display: block;
    float: left;
    position: relative;
    margin-top: 5px;
    
    min-width: 30px;
}

.korzina_block_count_value {
    display: block;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ffff00;
    padding: 0 5px;;
}

.korzina_block_count_treug {
    width: 7px;
    height: 11px;
    position: absolute;
    background-image: url(/img/korzina_treug_y.png);
    background-repeat: no-repeat;
    top: 10px;
    left: -7px;
}

.korzina_block_cost {
    display: block;
    float: right;
    font-size: 13px;
    font-style: italic;
    line-height: 40px;
    margin-left: 5px;
}

.korzina_block_empty .korzina_block_count_value {
    background-color: #ffffff;
    color: #a0a3a4;
}

.korzina_block_empty .korzina_block_count_treug {
    background-image: url(/img/korzina_treug_w.png);
}

.korzina_block_empty .korzina_block_cost {
    color: #a0a3a4;
}

.header2_band .band_background {
    background-color: #ffffff;
}

.header2_container {
    height: 50px;
    padding-top: 00px;
    padding-bottom: 00px;
    text-align: justify;
}

.header_lozung {
    color: #2e2e2e;
    font-weight: 800;
    font-size: 13px;
    line-height: 50px;
    vertical-align: middle;
    display: inline-block;
}

.header_phoneblock {
    vertical-align: middle;
    display: inline-block;
}

.header_phones {
    float: left;
}

.header_phone {
    line-height: 30px;
    margin-right: 10px;
    font-size: 16px;
    background-image: url(/img/phone_icon_gray.png);
    padding-left: 22px;
    background-position: left center;
    background-repeat: no-repeat;
}

.header_zvonok {
    display: inline-block;
    float: right;
    margin-top: 20px;
}

.pseudolink {
    color: #0aa4dd;
    border-bottom: 1px dotted #0aa4dd;
    cursor: pointer;
}

.pseudolink:hover {
    border-bottom-color: transparent;
}

.header_adres_list {
    display: inline-block;
    vertical-align: middle;
    
}

.header_adres {
    
    line-height: 30px;
    
    display: block;
    color: #141415;
    background-image: url(/img/adres_icon_gray.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 18px;
}

.header_adres:hover {
    color: #0aa4dd;
}

.head_scroll_band {
    
}

.head_scroll_band .band {
    z-index: auto;
}

.scroll_band_item {
    position: fixed;
    width: 100%;
    height: 50px;
    background-color: #141414;
    z-index: 4;
    
}

.head_scroll_container {
    position: fixed;
    width: 1140px;
    z-index: 5;
    
}

.head_scroll_container .header_search_block {
    margin-top: 5px;
}

.head_scroll_container .header_search_text {
    width: 450px;
}

.head_scroll_container .korzina_block {
    margin-top: 5px;
}

.head_scroll_container .korzina_block_cost {
    color: #ffffff;
}

.head_scroll_parts {
    display: none;
}

.marks_band .band_background {
    background-image: url(/img/marks_band_bg.jpg);
}

.marks_container {
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 50px;
}

.welcome_marks_title {
    
    font-size: 42px;
    text-align: center;
    margin-bottom: 8px;
    font-family: 'Europe';
    font-weight: bold;
}

.welcome_marks_anons {
    font-size: 16px;
    text-align: center;
    margin-bottom: 35px;
}

.welcome_marks_anons strong {
    font-weight: 800;
}

.welcome_marks_block {
    padding-left: 125px;;
}

.welcome_marks_block_three {
    padding-left: 240px;
}

.welcome_marks_item {
    width: 160px;
    height: 180px;
    padding: 10px 20px;
    
    margin-right: 30px;
    background-color: #f4f5fb;
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    color: #141414;
}

.welcome_marks_item:hover {
    opacity: 0.95;
    text-decoration: underline;
}

.welcome_marks_item_img_container {
    width: 160px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    
}

.welcome_marks_item_img {
    max-width: 160px;
    max-height: 140px;;
    display: block;
    margin: 0 auto;
}

.welcome_marks_item_title {
    font-family: 'Europe';
    font-weight: bold;
    font-size: 12px;
    
    text-transform: uppercase;
    
}

.welcome_search_band .band_background {
    background-color: #e3e5eb;
}

.welcome_search_container {
    padding: 30px 0;
}

.welcome_search_block {
    border: 1px solid #dddfeb;
    background-color: #ffffff;
}

.welcome_search_item {
    
    width: 310px;
    padding-top: 1px;
    display: table-cell;
}

.welcome_search_item_disabled {
    background-color: #f4f5fb;
}

.welcome_search_item_inner {
    height: 67px;
    border-left: 1px solid #e4e5ea;
}

.welcome_search_item:first-child {
    width: 320px;
}

.welcome_search_item:first-child .welcome_search_item_inner {
    border-left: 0;
}

.welcome_search_select {
    height: 100%;
    width: 100%;
}

.welcome_search_item_submit {
    width: auto;
    padding-left: 9px;
    
    
}

.welcome_search_item_submit .welcome_search_item_inner {
    border-left: 0;
    padding-top: 9px;
    height: 58px;
}

.mazdaford_button2 {
    background-color: #0aa4dd;
    border: 0;
    color: #ffffff;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
}

.mazdaford_button2:hover {
    background-color: #0993cc;
}

.mazdaford_button2.mazdaford_button2_small {
    height: 40px;
    line-height: 40px;
    ;
}

.mazdaford_button2[disabled], .mazdaford_button2_disabled {
    cursor: auto;
    background-color: #cecfd8;
}

.welcome_search_button {
    width: 170px;
}

.tovar_list_carusel_wrapper {
    margin-top: -35px;
    margin-bottom: -15px;
}

.tovar_list {
    width: 870px;
}

.tovar_item {
    width: 270px;
    height: 400px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.tovar_item_inner {
    width: 220px;
    background-color: #ffffff;
    box-shadow: 0 4px 7px 0 rgba(154, 164,164, 0.17);
    padding: 20px 25px 20px;
    position: relative;
}

.tovar_item:hover .tovar_item_inner {
    padding: 30px 35px 30px;
    margin-top: -10px;
    margin-left: -10px;
    box-shadow: 0 4px 42px 0 rgba(154, 164,164, 0.57);
}

.tovar_item_col1 {
    
}

.tovar_item_img_container {
    height: 140px;
    width: 220px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.tovar_item_img {
    display: block;
    max-height: 140px;
    max-width: 220px;
    margin: 0 auto;
}

.tovar_item_article {
    color: #90919b;
    font-size: 12px;
    margin-top: 19px;
    margin-bottom: 7px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tovar_item_col2 {
    
}

.tovar_item_title {
    font-size: 18px;
    font-family: "Europe";
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-bottom: 7px;
}

.tovar_item_title a {
    color: #0a0e14;
}

.tovar_item:hover .tovar_item_title a {
    color: #0aa4dd;
}

.tovar_item_mark {
    color: #18202e;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    position: absolute;
    right: 25px;
    top: 180px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tovar_item:hover .tovar_item_mark {
    right: 35px;
    top: 190px;
}

.tovar_item_descr {
    display: none;
}

.tovar_item_col3 {
    
}

.tovar_item_cost {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.tovar_item_cost_old {
    float: right;
    font-size: 16px;;
    font-weight: normal;
    position: relative;
    padding-left: 2px;
}

.tovar_item_cost_now {
    float: left;
}

.tovar_item_cost_through {
    width: 100%;
    border-top: 1px solid #0a0e14;
    position: absolute;
    margin-top: -11px;
    margin-left: -2px;
    
}

.tovar_item_col4 {
    
}

.tovar_item_button {
    background-color: #0aa4dd;
    color: #ffffff;
    font-weight: 600;
    padding: 0 10px 0 10px;
    display: inline-block;
    cursor: pointer;
    line-height: 30px;
    float: left;
    
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.tovar_item_button_icon {
    background-image: url(/img/korzina_but_white.png);
    width: 22px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: top;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

.tovar_item_button:hover {
    background-color: #ffff00;
    color: #0a0e14;
}

.tovar_item_button:hover .tovar_item_button_icon {
    background-image: url(/img/korzina_but_black.png);
}

.tovar_item_button.tovar_item_button_in {
    background-color: #7cc576;
    color: #3f8539;
    font-size: 12px;
}

.tovar_item_button.tovar_item_button_in .tovar_item_button_icon {
    background-image: url(/img/korzina_but_green.png);
}

.tovar_item_count {
    background-color: #ccfae5;
    font-size: 10px;
    line-height: 20px;
    color: #4d9373;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0 6px;
    float: right;
    margin-top: 5px;
}

.tovar_item_count_caption {
    display: none;
    font-weight: 600;
}

.tovar_item_count_value {
    font-weight: 800;
}

.tovar_item_count.tovar_item_count_nonalich, .tovar_card_nalich.tovar_item_count_nonalich {
    background-color: #faccd0;
    color: #934d73;
    margin-left: 0;
}

.tovar_item_count.tovar_item_count_nonalich .tovar_item_count_caption {
    display: block;
}

.welcome_tovars_band .band_background {
    background-color: #f4f5fb;
}

.welcome_tovars_container {
    padding-bottom: 36px;
    padding-top: 40px;
}

.welcome_tovars_container h2 {
    text-align: center;
}

.welcome_tovars_block {
    
}

.welcome_tovars_block .tovar_list {
    width: 1160px;
}

.welcome_tovars_link {
    text-align: center;
    margin-top: 16px;
}

.welcome_tovars_link a, .welcome_tovars_link_span {
    color: #000000;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
}

.welcome_tovars_link_span:hover {
    text-decoration: underline;
}

.welcome_sections_band .band_background {
    background-color: #f4f5fb;
}

.welcome_sections_container {
    padding-top: 30px;
    padding-bottom: 70px;
}

.welcome_sections_item {
    width: 360px;
    height: 360px;
    position: relative;
    float: left;
    margin-left: 30px;
}

.welcome_sections_item:first-child {
    margin-left: 0;
}

.welcome_sections_item_inner {
    display: block;
    background-color: rgba(10,164,221, 0.87);
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    
    color: #ffffff;
    text-decoration: none;
    
    padding: 30px;
}

.welcome_sections_item:hover .welcome_sections_item_inner {
    color: #000000;
    background-color: rgba(255, 255, 0, 0.87);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.welcome_sections_item_icon {
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
}

.welcome_sections_item_title {
    display: block;
    font-family: "Europe";
    font-size: 30px;
}

.welcome_sections_item_hide {
    display: none;
}

.welcome_sections_item_descr {
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 24px;
    margin-top: 13px;
}

.mazdaford_button3 {
    display: inline-block;
    border: 1px solid #000000;
    background-color: transparent;
    line-height: 38px;
    height: 38px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

.mazdaford_button3:hover {
    background-color: #000000;
    color: #ffffff;
}

.welcome_sections_item_button {
    width: 163px;
}

.welcome_sections_item1 {
    background-image: url(/img/welcome_sections1.jpg);
}

.welcome_sections_item2 {
    background-image: url(/img/welcome_sections2.jpg);
}

.welcome_sections_item3 {
    background-image: url(/img/welcome_sections3.jpg);
}

.welcome_sections_item1 .welcome_sections_item_icon {
    background-image: url(/img/sections_icon1_white.png);
}

.welcome_sections_item1:hover .welcome_sections_item_icon {
    background-image: url(/img/sections_icon1_black.png);
}


.welcome_sections_item2 .welcome_sections_item_icon {
    background-image: url(/img/sections_icon2_white.png);
}

.welcome_sections_item2:hover .welcome_sections_item_icon {
    background-image: url(/img/sections_icon2_black.png);
}


.welcome_sections_item3 .welcome_sections_item_icon {
    background-image: url(/img/sections_icon3_white.png);
}

.welcome_sections_item3:hover .welcome_sections_item_icon {
    background-image: url(/img/sections_icon3_black.png);
}

.welcome_about_band .band_background {
    background-color: #ffffff;
    background-image: url(/img/welcome_about_band_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

.welcome_about_band .band_background.welcome_about_background1 {
    background-image: url(/img/welcome_about_band_bg.jpg);
}

.welcome_about_band .band_background.welcome_about_background2 {
    background-image: url(/img/welcome_about_band_bg2.jpg);
}

.welcome_about_band .band_background.welcome_about_background3 {
    background-image: url(/img/welcome_about_band_bg3.jpg);
}

.welcome_about_container {
    padding-top: 60px;
}

.welcome_about_left {
    float: left;
    width: 555px;
}

.welcome_about_left h1 {
    margin-bottom: 24px;
}

.welcome_about_descr {
    line-height: 24px;
    margin-bottom: 35px;
}

.welcome_about_contacts {
    padding-top: 35px;
    height: 185px;
}

.welcome_about_contacts_adres {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    padding-left: 30px;
    background-image: url(/img/adres_icon_12px.png);
    background-position: left top 5px;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}

.welcome_about_contacts_button {
    width: 263px;
}

.mazdaford_button3.mazdaford_button3_white {
    border-color: #ffffff;
    color: #ffffff;
}

.mazdaford_button3.mazdaford_button3_white:hover {
    background-color: #ffffff;
    color: #000000;
}

.welcome_about_right {
    float: right;
    width: 455px;
}

.welcome_about_advantage {
    padding-top: 10px;
}

.welcome_about_advantage_item {
    margin-bottom: 60px;
}

.welcome_about_advantage_icon {
    width: 67px;
    height: 67px;
    display: block;
    background-repeat: no-repeat;
    float: left;
}

.welcome_about_advantage_item1 .welcome_about_advantage_icon {
    background-image: url(/img/welcome_advantage1.png);
}

.welcome_about_advantage_item2 .welcome_about_advantage_icon {
    background-image: url(/img/welcome_advantage2.png);
}

.welcome_about_advantage_item3 .welcome_about_advantage_icon {
    background-image: url(/img/welcome_advantage3.png);
}

.welcome_about_advantage_text {
    line-height: 24px;
    font-weight: 600;
    font-size: 16px;
    width: 360px;
    float: right;
    margin-top: 9px;
}

.welcome_articles_band .band_background {
    
}

.welcome_articles_container {
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
}

.welcome_articles_container h2 {
    text-align: center;
}

.welcome_articles_switcher {
    position: absolute;
    right: 0;
    margin-top: 22px;
}

.welcome_articles_switcher_item {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    color: #060606;
    cursor: pointer;
    border-bottom: 1px dotted #181818;
    margin-left: 50px;
}

.welcome_articles_switcher_item_active {
    color: #0aa4dd;
    font-weight: 800;
    border-bottom-color: transparent;
}

.welcome_articles_switcher_item:hover {
    border-bottom-color: transparent;
}

.welcome_articles_block_wrapper {
    overflow: hidden;
    width: 1140px;
    padding: 0 90px;
    margin-left: -90px;
    height: 180px;
}

.welcome_articles_block {
    position: relative;
    background-color: #f4f5fb;
    height: 0;
    
}

.welcome_articles_block_active {
    height: auto;
}

.welcome_articles_item {
    width: 555px;
    background-color: #ffffff;
    box-shadow: 0 4px 5px 0 rgba(171, 173, 183, 0.21);
}

.welcome_articles_img {
    width: 165px;
    height: 170px;
    float: left;
}

.welcome_articles_right {
    float: right;
    width: 330px;
    padding-right: 30px;
    padding-top: 35px;
}

.welcome_articles_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.welcome_articles_title a {
    
}

.welcome_articles_anons {
    line-height: 24px;
    font-size: 15px;
    overflow: hidden;
    max-height: 72px;
}

.footer_band .band_background {
    background-color: #060606;
}

.footer_band_item {
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #141415;
    bottom: 0;
}

.footer {
    color: #adadad;
    position: relative;
    height: 140px;
}

.footer_content {
    padding-top: 30px;
}

.footer_left {
    float: left;
    color: #ffffff;
}

.footer_contacts1 {
    padding-left: 26px;
    background-image: url(/img/footer_map_icon.png);
    background-repeat: no-repeat;
    background-position: left top 3px;
    margin-bottom: 7px;
    width: 300px
}

.footer_contacts2 {
    
}

.footer_left2 {
    float: left;
    margin-left: 110px;;
}

.footer_phone {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    padding-left: 22px;
    background-image: url(/img/footer_phone_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 7px;
}

.footer_works {
    font-size: 13px;
}

.footer_email {
    float: left;
    margin-left: 80px;
    
}

.footer_email a {
    color: #ffff00;
    margin-left: 4px;
}

.footer_vk {
    float: right;
    
    padding-left: 26px;
    background-image: url(/img/footer_vk_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.footer_vk a {
    color: #ffff00;
}

.footer_bottom {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 1140px;
}

.footer_copy {
    float: left;
    font-size: 13px;
}

.footer_rules {
    float: left;
    font-size: 13px;
    margin-left: 20px;
}

.footer_rules a {
    color: #ffff00;
}

.footer_itgo {
    float: right;
    font-size: 13px;
}

.footer_itgo a {
    color: #ffff00;
}

.page_content {
    padding-top: 26px;    
}

.page_left {
    float: left;
    width: 260px;
}

.page_right {
    width: 850px;
    float: right;
}

.left_menu_search {
    position: relative;
}

.left_menu_search_text {
    border: 2px solid #d5d6df;
    height: 56px;
    line-height: 56px;
    padding: 0 18px;
    background-color: #ffffff;
    font-style: italic;
    width: 220px;
    
    background-image: url(/img/left_menu_search.png);
    background-position: right 10% center;
    background-repeat: no-repeat;
}

.left_menu_search_submit {
    background-image: url(/img/left_menu_search.png);
    position: absolute;
    width: 17px;
    height: 18px;
    cursor: pointer;
    top: 21px;
    right: 25px;
}

.left_menu {
    width: 260px;
    position: relative;
    
}

.left_menu_item {
    background-color: #ffe70a;
    border-top: 1px solid #ffd207;
}

.left_menu_item:first-child {
    border-top: 0;
}

.left_menu_item:first-child .left_menu_item_link {
    border-top: 0;
}

.left_menu_item .left_menu_item_link {
    display: block;
    padding: 15px 20px 15px 20px;
    border-top: 1px solid #fff324;
    
    color: #18202e;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}

.left_menu_item .left_menu_item_link span {
    line-height: 20px;
    display: block;
    background-position: right top 8px;
    background-repeat: no-repeat;
    padding-right: 20px;
    background-image: url(/img/left_menu_arrow_bottom.png);
}

.left_menu_item .left_menu_item_link:hover {
    
    background-color: #ffff00;
}

.left_menu_item .left_menu_item_link:hover span {
    
}

.left_menu_item.left_menu_item_active .left_menu_item_link {
    background-color: #ffff00;
    
}

.left_menu_item.left_menu_item_active .left_menu_item_link span {
    background-image: url(/img/left_menu_arrow_top.png);
}

.left_menu_item.left_menu_item_nochild .left_menu_item_link span {
    background-image: none;
}

.left_menu_item.left_menu_item_active + .left_menu_item {
    border-top: 0;
}

.left_menu_child {
    display: none;
}

.left_menu_item.left_menu_item_start .left_menu_child {
    display: block;
}

.left_menu_child_item {
    border-top: 1px solid #dcdde6;
    background-color: #ebecf4;
    
    
    display: block;
    color: #314249;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    outline: none;
}

.left_menu_child_item span {
    display: block;
    padding: 13px 20px 15px;
    line-height: 20px;
    border-top: 1px solid #f1f2f8;
}

.left_menu_child_item:hover {
    background-color: #dadbe3;
    text-decoration: underline;
}

.left_menu_child_item:hover span {
    border-top: 1px solid #dadbe3;
}

.left_menu_child_item.left_menu_child_item_active, .left_menu_child_item.left_menu_child_item_start {
    background-color: #ffffff;
    font-weight: 800;
    color: #171d29;
    
    text-decoration: none;
}

.left_menu_child_item.left_menu_child_item_active span, .left_menu_child_item.left_menu_child_item_start span {
    border-top: 1px solid #f1f2f8;
}

.left_menu_child_p {
    position: relative;
}

.left_menu_popup {
    display: none;
    background-color: #ffffff;
    padding: 12px 20px 23px 30px;
}

.left_menu_popup_item  {
    display: block;
    margin-top: 20px;
}

.left_menu_popup_item:first-child {
    margin-top: 0;
}

.left_menu_popup_item span {
    color: #18202e;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
}

.left_menu_popup_item:hover span {
    text-decoration: underline;
}

.left_menu_popup_item_active span {
    color: #0aa4dd;
    text-decoration: underline;
}

.left_menu_child_p.left_menu_child_p_active .left_menu_popup {
    display: block;
}

.header_search_res {
    padding: 20px 0 20px;
    top: 40px;
    z-index: 15;
    background-color: #ffffff;
    position: absolute;
    width: 410px;
    box-shadow: 0 2px 4px 0 rgba(170, 174, 176, 0.49);
}

.left_menu_search_text + .header_search_res {
    top: 60px;
}

.header_search_res_item {
    padding: 0 30px;
    margin-bottom: 9px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header_search_res_item a {
    font-size: 14px;
    color: #202020;
}

.header_search_res_img {
    margin-right: 12px;
    vertical-align: middle;
    height: 40px;
}

.category_descr {
    margin-bottom: 24px;
    background-color: #ffffff;
    padding: 20px;
}

.dauther_list {
    width: 880px;
}

.dauther_item {
    float: left;
    padding: 10px;
    width: 170px;
    height: 240px;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
    text-decoration: none;
    background-color: #ffffff;
}

.dauther_item_img {
    height: 160px;
    margin-bottom: 10px;
}

.dauther_item_title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Europe";
    color: #18202e;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
    display: block;
}

.dauther_item:hover .dauther_item_title {
    text-decoration: underline;
}

.category_mycar {
    background-color: #ffffff;
    box-shadow: 0 4px 7px 0 rgba(154,164,164,0.17);
    padding: 12px 40px 13px;
    height: 35px;
    margin-bottom: 22px;
}

.category_mycar_left {
    line-height: 35px;
    float: left;
}

.category_mycar_left a {
    text-decoration: none;
}

.category_mycar_caption {
    
}

.category_mycar_title {
    font-size: 12px;
    font-weight: 800;
    color: #18202e;
    text-transform: uppercase;
    margin-left: 8px;
    
}

.category_mycar_img {
    vertical-align: middle;
    height: 35px;
    margin-left: 12px;
}

.category_mycar_left a:hover .category_mycar_title {
    text-decoration: underline;
}

.category_mycar_button {
    float: right;
    width: 160px;
    height: 30px;
    margin-top: 3px;
}

.category_mycar_button_icon {
    display: inline-block;
    width: 16px;
    height: 20px;
    background-image: url(/img/mycar_edit_icon_blue1.png);
    background-repeat: no-repeat;
    background-position: top center;
    vertical-align: middle;
    margin-right: 4px;
}

.category_mycar_button:hover .category_mycar_button_icon {
    background-image: url(/img/mycar_edit_icon_white.png);
}

.mazdaford_button3_small {
    height: 28px;
    line-height: 28px;
    font-size: 11px;;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

input.mazdaford_button3_small {
    line-height: 30px;
    height: 30px;;
}

.mazdaford_button3_big {
    height: 48px;
    line-height: 48px;
    font-size: 13px;;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.mazdaford_button3_blue {
    color: #0aa4dd;
    border-color: #0aa4dd;
}

.mazdaford_button3_blue:hover {
    color: #ffffff;
    background-color: #0aa4dd;
}

.tovar_prelist {
    margin-bottom: 30px;
}

.sort_block {
    line-height: 30px;
    float: left;
}

.sort_block_caption {
    float: left;
    font-size: 11px;
    color: #7e8290;
    text-transform: uppercase;
    line-height: 30px;
    margin-right: 12px;
}

.sort_block_switcher {
    float: left;
}

.sort_block_switcher_item {
    float: left;
    font-weight: 600;
    color: #0aa4dd;
    background-color: #ffffff;
    line-height: 28px;
    border: 1px solid #dee0eb;
    padding: 0 19px;
    cursor: pointer;
    margin-right: 20px;
}

.sort_block_switcher_item_active {
    background-color: #0aa4dd;
    border-color: #0aa4dd;
    color: #ffffff;
}

.sort_block_switcher_item_asc {
    
}


.sort_switcher_caption {
    
}
    
.sort_switcher_icon {
    margin-left: 5px;
    display: inline-block;
    height: 8px;
    width: 10px;
    background-image: url(/img/sort_switcher_icon_desc.png);
    background-position: top center;
    background-repeat: no-repeat;
    display: none;
}

.sort_block_switcher_item_asc .sort_switcher_icon {
    background-image: url(/img/sort_switcher_icon_asc.png);
}

.sort_block_switcher_item_active .sort_switcher_icon {
    display: inline-block;
}

.sort_block_switcher_item:hover {
    border-color: #0aa4dd;
}

.sort_block_switcher_item_active:hover {
    color: #0aa4dd;
    background-color: #ffffff;
}

.sort_block_switcher_item_active:hover .sort_switcher_icon {
    background-image: url(/img/sort_switcher_icon_desc_blue.png);
}

.sort_block_switcher_item_asc.sort_block_switcher_item_active:hover .sort_switcher_icon {
    background-image: url(/img/sort_switcher_icon_asc_blue.png);
}

.kind_block {
    float: right;
}

.kind_block_caption {
    float: left;
    font-size: 11px;
    color: #7e8290;
    text-transform: uppercase;
    line-height: 30px;
    
}

.kind_block_item {
    float: left;
    width: 28px;
    height: 28px;
    border: 1px solid #e7e8f2;
    background-color: #ffffff;
    margin-left: 8px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.kind_block_item:hover {
    border-color: #0aa4dd;
}

.kind_block_item_rows {
    background-image: url(/img/kind_rows_icon_blue.png);
}

.kind_block_item_cells {
    background-image: url(/img/kind_cells_icon_blue.png);
}

.kind_block_item_active {
    cursor: auto;
    border-color: #0aa4dd;
    background-color: #0aa4dd;
}

.kind_block_item_active.kind_block_item_rows {
    background-image: url(/img/kind_rows_icon_white.png);
}

.kind_block_item_active.kind_block_item_cells {
    background-image: url(/img/kind_cells_icon_white.png);
}

/*начинается верстка второго вида товаров. тот, который чертями*/
.tovar_list_rows .tovar_item {
    width: 850px;
    height: 234px;
    float: none;
    margin-right: 0;
}

.tovar_list_rows .tovar_item_inner {
    width: auto;
    padding: 40px 40px 0;
    height: 194px;
}

.tovar_list_rows .tovar_item:hover .tovar_item_inner {
    padding: 40px 40px 0;
    margin-top: 0;
    margin-left: 0;
}

.tovar_list_rows .tovar_item_col1 {
    float: left;
    width: 90px;
}

.tovar_list_rows .tovar_item_img_container {
    height: auto;
    width: 90px;
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

.tovar_list_rows .tovar_item_img {
    max-height: 80px;
    max-width: 90px;
    margin: 0;
}

.tovar_list_rows .tovar_item_article {
    white-space: normal;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
}

.tovar_list_rows .tovar_item_col2 {
    float: left;
    width: 350px;
    margin-left: 40px;
}

.tovar_list_rows .tovar_item_title {
    height: auto;
    max-height: 52px;
    margin-bottom: 10px;
}

.tovar_list_rows .tovar_item_mark {
    position: static;
    right: auto;
    top: auto;
    margin-bottom: 10px;
    white-space: normal;
    max-width: none;
}

.tovar_list_rows .tovar_item:hover .tovar_item_mark {
    right: auto;
    top: auto;
}

.tovar_list_rows .tovar_item_descr {
    display: block;
    color: #9fa0a2;
    font-size: 12px;
    line-height: 20px;
}

.tovar_list_rows .tovar_item_col3 {
    float: left;
    margin-left: 40px;
    width: 90px;
    text-align: center;
}

.tovar_list_rows .tovar_item_cost {
    margin-bottom: 15px;
}

.tovar_list_rows .tovar_item_cost_old {
    float: none;
    position: relative;
    padding-left: 2px;
    display: inline-block;
}

.tovar_list_rows .tovar_item_cost_now {
    float: none;
}

.tovar_list_rows .tovar_item_cost_through {
    
}

.tovar_list_rows .tovar_item_col4 {
    float: right;
    width: 120px;
}

.tovar_list_rows .tovar_item_button {
    line-height: 40px;
    float: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
    padding: 0;
    width: 120px;
}

.tovar_list_rows .tovar_item_count {
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 10px;
    float: none;
    margin-top: 12px;
}

.tovar_list_rows .tovar_item_count_caption {
    display: block;
}

.wrapper.wrapper_leftmenu {
    position: static;
}

.main_leftmenu {
    visibility: hidden;
    top: 50px;
    bottom: 50px;
    width: 270px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
}

.main_leftmenu_scroll {
    min-height: 400px;
    height: 100%;
}

.siteblocker {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.33);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
}

.tovar_card_block {
    background-color: #ffffff;
    padding: 40px 40px 40px 35px;
    margin-bottom: 30px;
}

.tovar_card_left {
    width: 325px;
    float: left;
    border-right: 1px solid #e1e2e9;
}

.tovar_card_images {
    position: relative;
}

.tovar_card_images_main_container {
    position: relative;
    padding-right: 35px;
    padding-bottom: 35px;
    overflow: hidden;
    height: 325px;
    border-bottom: 1px solid #e1e2e9;
}

.tovar_card_images_main_item {
    position: absolute;
    
    display: none;
    height: 325px;
    width: 290px;
}

.tovar_card_images_main_wrapper {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    height: 325px;
    width: 290px;
}

.tovar_card_images_main_item img {
    max-width: 290px;
    max-height: 325px;
}

.tovar_card_images_main_item_active {
    display: block;
}

.tovar_card_images_thumbs {
    padding-top: 15px;
}

.tovar_card_images_thumbs_item {
    border: 1px solid #e1e2e9;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    height: 60px;
    vertical-align: middle;
    width: 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    
    margin-right: 15px;
    margin-top: 15px;
    float: left;
}

.tovar_card_images_thumbs_item:hover, .tovar_card_images_thumbs_item_active {
    
    border-color: #ffd207;
}

.tovar_card_images_thumbs_item img {
    max-height: 58px;
    max-width: 58px;
    
    vertical-align: middle;
}

.tovar_card_right {
    float: right;
    width: 420px;
}

.tovar_card_right h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 23px;
}

.tovar_card_article {
    float: left;
    font-size: 13px;
    color: #8c8ea0;
    margin-bottom: 30px;
}

.tovar_card_producer {
    float: right;
    color: #18202e;
    font-size: 13px;
    margin-bottom: 30px;
}

.tovar_card_producer span {
    font-weight: 800;
}

.tovar_card_model {
    float: right;
    text-align: right;
    color: #18202e;
    font-size: 13px;
    width: 100%;
    margin-bottom: 30px;
    margin-top: -15px;
}

.tovar_card_model span {
    font-weight: 800;
}

.tovar_card_count {
    margin-bottom: 26px;
}

.tovar_card_count_block {
    position: relative;
    width: 170px;
    float: left;
}

.tovar_card_count_field {
    text-align: center;
    width: 70px;
    height: 48px;
    line-height: 48px;
    font-weight: 600;
    font-size: 16px;
    padding: 0 49px;
    border: 1px solid #dddfeb;
}

.tovar_card_count_left, .tovar_card_count_right {
    background-color: #f4f5fb;
    width: 49px;
    height: 48px;
    position: absolute;
    top: 1px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

.tovar_card_count_left:hover, .tovar_card_count_right:hover {
    background-color: #e3e4ea;
}

.tovar_card_count_left {
    left: 1px;
    background-image: url(/img/count_but_left.png);
}

.tovar_card_count_right {
    right: 1px;
    background-image: url(/img/count_but_right.png);
}

.tovar_card_nalich {
    background-color: #ccfae5;
    position: relative;
    float: left;
    margin-left: 40px;
    margin-top: 10px;
    line-height: 30px;
    color: #4d9373;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0 15px;
}

.tovar_card_nalich_treug {
    background-image: url(/img/tovar_nalich_arrow.png);
    width: 6px;
    height: 12px;
    position: absolute;
    left: -6px;
    top: 8px;
}

.tovar_card_nalich_caption {
    font-weight: 600;
    display: inline-block;
}

.tovar_card_nalich_value {
    font-weight: 800;
    display: inline-block;
}

.tovar_card_cost_container {
    margin-bottom: 22px;
}

.tovar_card_cost {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
}

.tovar_card_origcost {
    text-transform: uppercase;
    text-align: right;
    color: #8c8ea0;
    font-size: 26px;
    font-weight: normal;
    float: left;
    margin-left: 40px;
    position: relative;
    margin-top: 4px;
    
}

.tovar_card_orig_through {
    position: absolute;
    padding-left: 5px;
    margin-left: -5px;
    border-bottom: 1px solid #8c8ea0;
    width: 100%;
    margin-top: -16px;
}

.tovar_card_button {
    width: 170px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    padding: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    float: left;
    margin-bottom: 40px;
}

.tovar_card_button .tovar_item_button_icon {
    margin-right: 12px;
}

.tovar_card_oneclick {
    background-color: #f4f5fb;
    width: 210px;
    float: right;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.tovar_card_oneclick_icon {
    width: 17px;
    height: 24px;
    background-image: url(/img/oneclick_icon.png);
    background-position: top center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.tovar_card_oneclick_caption {
    font-size: 16px;
    color: #0aa4dd;
    font-weight: 600;
    border-bottom: 1px dotted #0aa4dd;
}

.tovar_card_oneclick:hover .tovar_card_oneclick_caption {
    border-bottom: 0;
}

.tovar_card_hint {
    border: 1px solid #e1e2e9;
    background-color: #f9f9fa;
    font-size: 13px;
    font-style: italic;
    color: #18202e;
    text-align: center;
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tovar_card_hint strong {
    font-weight: bold;
}

.tovar_card_descr {
    border: 1px solid #e1e2e9;
    background-color: #eeeff9;
    padding: 15px 34px;
    margin-bottom: 48px;
}

.tovar_card_cars {
    margin-bottom: 45px;
}

.tovar_card_cars h2 {
    font-size: 24px;
    margin-bottom: 25px;
}

.tovar_card_cars_table {
    width: 100%;
    border-collapse: collapse;
}

.tovar_card_cars_table td, .tovar_card_cars_table th {
    border-bottom: 1px solid #dfdfe7;
    border-right: 1px solid #dfdfe7;
    padding: 0 9px 0 19px;
    text-align: left;
}

.tovar_card_cars_table tr:first-child th {
    border-top: 1px solid #dfdfe7;
}

.tovar_card_cars_table td:first-child, .tovar_card_cars_table th:first-child {
    border-left: 1px solid #dfdfe7;
}

.tovar_card_cars_table th {
    text-transform: uppercase;
    font-size: 11px;
    color: #8e8f96;
    background-color: #e6e6ef;
    height: 39px;
    font-weight: 600;
}

.tovar_card_cars_table td {
    height: 48px;
    background-color: #ffffff;
    font-size: 14px;
}

.tovar_card_analog {
    margin-bottom: 45px;
}

.tovar_card_analog h2 {
    font-size: 24px;
    margin-bottom: 25px;
}

.tovar_item.hidden {
    display: none;
}

.tovar_card_articles {
    margin-bottom: 45px;
}

.tovar_card_articles h2 {
    font-size: 24px;
    margin-bottom: 25px;
}

.tovar_articles_list {
    width: 885px;
}

.tovar_articles_item {
    background-color: #ffffff;
    float: left;
    width: 260px;
    margin-right: 35px;
    box-shadow: 0 4px 5px 0 rgba(171,173,183, 0.21);
}

.tovar_articles_item:hover {
    box-shadow: 0 4px 42px 0 rgba(171,173,183, 0.35);
}

.tovar_articles_img_wrapper {
    width: 260px;
    height: 191px;
    position: relative;
    margin-bottom: 14px;
}

.tovar_articles_img {
    width: 100%;
    height: 100%;
}

.tovar_articles_fade {
    line-height: 40px;
    height: 40px;
    position: absolute;
    background-color: rgba(24,32,46,0.65);
    padding: 0 25px;
    color: #ffffff;
    width: 210px;
    bottom: 0;
    font-size: 12px;
    display: none;
}

.tovar_articles_kogda {
    float: left;
}

.tovar_articles_view {
    float: right;
    background-image: url(/img/articles_view_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 28px;
    
}

.tovar_articles_content {
    padding: 0 24px 20px;
    height: 155px;
}

.tovar_articles_title {
    font-size: 18px;
    font-family: "europe";
    font-weight: bold;
    line-height: 26px;
    max-height: 78px;
    overflow: hidden;
    margin-bottom: 10px;
}

.tovar_articles_title a {
    color: #0a0e14;
}

.tovar_articles_item:hover .tovar_articles_title a {
    color: #0aa4dd;
}

.tovar_articles_anons {
    line-height: 22px;
    font-size: 13px;
    max-height: 66px;
    overflow: hidden;
}

.personal_sell_container {
    float: right;
    background-image: url(/img/personal_sell_left.png);
    padding-left: 5px;
}

.personal_sell_inner {
    border: 1px solid #f5ec00;
    border-left: 0;
    background-color: #f5f200;
    height: 38px;
    line-height: 38px;
    padding-left: 12px;
}

.personal_sell_val {
    float: left;
    font-size: 30px;
    font-weight: 800;
    
}

.personal_sell_percent {
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin-left: 2px;
    margin-top: -3px;
}

.personal_sell_hint {
    float: left;
    background-color: #f4f5fb;
    margin-left: 9px;
    padding: 0 12px 0 10px;
    height: 38px;
}

.personal_sell_hint_caption {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #7c7e92;
}

.personal_sell_hint_icon {
    vertical-align: middle;
    margin-left: 2px;
}

.korzina_table {
    position: relative;
    
    box-shadow: 0 12px 22px -15px rgba(154, 164,164, 0.57);
}

.korzina_table th, .korzina_table td {
    text-align: left;
}

.korzina_table th:first-child, .korzina_table td:first-child {
    padding-left: 40px;
}

.korzina_table th {
    background-color: #e9ebf7;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    color: #a4a6b3;
    line-height: 40px;
}

.korzina_table td {
    
    border-top: 1px solid #e8e9ee;
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: top;
    padding-right: 20px;
}

.korzina_item_warning {
    outline: 2px solid #fa99a0;
}

.korzina_warning_tr td {
    background-color: #fa99a0;
    outline: 2px solid #fa99a0;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.korzina_item_img {
    max-width: 100px;
    max-height: 80px;
}

.korzina_item_title {
    font-size: 18px;
    font-family: "Europe";
    font-weight: bold;
    margin-top: -2px;
    margin-bottom: 10px;
}

.korzina_item_title a {
    color: #101116;
}

.korzina_item:hover .korzina_item_title a {
    color: #0aa4dd;
}
    
.korzina_item_article {
    font-size: 13px;
    margin-bottom: 5px;
}

.korzina_item_producer {
    font-size: 13px;
}

.korzina_item_producer strong {
    font-weight: 800;
}

.korzina_item_cost {
    white-space: nowrap;
    font-weight: 600;
    font-size: 18px;
}

.korzina_item .tovar_card_count_block {
    width: 120px;
    float: none;
}

.korzina_item .tovar_card_count_field {
    width: 60px;
    height: 28px;
    line-height: 28px;
    font-weight: normal;
    font-size: 14px;
    padding: 0 29px;
    color: #7e808c;
}

.korzina_item .tovar_card_count_left, .korzina_item .tovar_card_count_right {
    width: 28px;
    height: 28px;    
}

.korzina_item .tovar_card_count_left {
    border-right: 1px solid #dddfeb;
}

.korzina_item .tovar_card_count_right {
    border-left: 1px solid #dddfeb;
}

.korzina_item_del {
    background-image: url(/img/korzina_del_icon.png);
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #0aa4dd;
    background-color: #ffffff;
}

.korzina_item_del:hover {
    background-color: #0aa4dd;
    background-image: url(/img/korzina_del_icon_white.png);
}

.korzina_bottom {
    background-color: #eeeff9;
    padding: 40px 40px 30px;
}

.korzina_bottom_hint {
    font-style: italic;
    font-size: 13px;
    color: #474749;
    line-height: 22px;
    float: left;
}

.korzina_itog {
    float: right;
    line-height: 50px;
    margin-right: 40px;
}

.korzina_itog_left {
    display: inline-block;
}

.korzina_itog_right {
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
}

.korzina_zakaz_button {
    float: right;
    width: 180px;
}

.korzina_print_button {
    float: right;
    width: 170px;
    margin-right: 30px;
}

/*корзина для модалки*/
.korzina_modal_content .korzina_table th:first-child {
    padding-left: 30px;
}

.korzina_modal_content .korzina_table td:first-child {
    border-left: 1px solid #e8e9ee;
    padding-left: 29px;
}

.korzina_modal_content .korzina_td_last {
    border-right: 1px solid #e8e9ee;
}

.korzina_modal_content .korzina_table th {
    background-color: transparent;
    line-height: 30px;
}

.korzina_modal_content .korzina_table td {
    padding-right: 20px;
}

.korzina_modal_content .korzina_item_title {
    font-size: 16px;
    line-height: 24px;
}

.korzina_modal_content .korzina_item_cost {
    font-size: 16px;
}

.korzina_modal_content .korzina_bottom {
    padding: 20px 30px 20px;
}

.korzina_modal_content .korzina_itog {
    line-height: 40px;
    margin-right: 30px;
}

.korzina_modal_content .korzina_print_button {
    margin-right: 20px;
}

.mazdaford_inputtext {
    line-height: 38px;
    padding: 0 14px;
    height: 38px;
    border: 1px solid #dddfeb;
}

.mazdaford_inputtext[disabled], .mazdaford_inputtext.mazdaford_inputtext_disabled{
    background-color: #e5e5e5;
    font-size: 13px;
}

.agree_check_block input[type="checkbox"]{
    display: none;
}

.agree_check_block label {
    float: left;
    padding-left: 26px;
    background-position: left center;
    line-height: 16px;
    display: inline-block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url(/img/checkbox.png);
    font-weight: normal;
}

.agree_check_block label a {
    color: #0aa4dd;
    font-weight: 600;
}

.agree_check_block input[type="checkbox"]:checked ~ label {
    background-image: url(/img/checkbox_checked.png);
}

/*оформление заказа. пизженно с медтехники*/
.usertype_block {
    background-color: #ffffff;
    box-shadow: 0 4px 7px 0 rgba(154, 164,164, 0.17);
    padding: 25px 30px;
    margin-bottom: 30px;
}

.usertype_caption {
    font-size: 12px;
    text-transform: uppercase;
    color: #808a8c;
    line-height: 16px;
    width: 170px;
    float: left;
}

.usertype_field {
    float: left;
}

.usertype_radio_block {
    
}

.usertype_radio_item {
    float: left;
    line-height: 16px;
    font-size: 14px;
    width: 260px;
}

.usertype_radio_item input[type="radio"]{
    display: none;
}

.usertype_radio_item label {
    display: inline-block;
    cursor: pointer;
    padding-left: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(/img/radio.png);
}

.usertype_radio_item input[type="radio"]:checked ~ label {
    background-image: url(/img/radio_checked.png);
}

.zakaz_form {
    display: none;
}

.ordering_item {
    background-color: #ffffff;
    box-shadow: 0 4px 7px 0 rgba(154, 164,164, 0.17);
    padding: 20px 30px 30px;
    margin-bottom: 50px;
}

.ordering_item_title {
    font-size: 28px;
    margin-bottom: 24px;
}

.ordering_item_descr {
    color: #5b5f62;
    font-style: italic;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 15px;
}

.ordering_item_fields {
    
}

.zakazform_item {
    margin-top: 20px;
}

.zakazform_item:first-child {
    margin-top: 0;
}

.zakazform_item_caption {
    width: 180px;
    line-height: 40px;
    font-size: 12px;
    
    text-transform: uppercase;
    color: #777b80;
    float: left;
}

.zakazform_item_checkbox .zakazform_item_caption {
    line-height: normal;
}

.zakazform_hint {
    float: right;
    width: 350px;
    font-size: 13px;
    font-style: italic;
    color: #8a8d91;
    margin-top: 12px;
}

.zakazform_item_field {
    float: left;
}

.zakazform_item .mazdaford_inputtext {
    width: 480px;
}

.mazdaford_select {
    height: 40px;
}

.zakazform_item .mazdaford_select {
    width: 700px;
}

.zakazform_item textarea.mazdaford_inputtext {
    height: 188px;
    padding-top: 10px;
    line-height: normal;
}

#ordering_item_block2 .mazdaford_inputtext {
    width: 670px;
}

#dostavka_hint_block {
    display: none;
    
    padding-top: 12px;
    
    color: #8a8d91;
    width: 710px;
    font-style: italic;
    font-size: 13px;
}

.ordering_itog_block {
    background-color: #f4f5fb;
    width: 670px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #0aa4dd;
    margin-top: 30px;
    font-weight: 800;
    color: #0aa4dd;
    font-size: 14px;
    
}

.ordering_itog_hint {
    margin-top: 30px
}

.ordering_submit_block {
    margin-top: 40px;
}

.cart_button {
    width: 200px;
}

.zakaz_item_notnull {
    margin-left: 3px;
    color: red;
}

.ordering_notnull_message {
    display: inline-block;
    margin-left: 60px;;
    line-height: 50px;
}

/*это мы делали подтверждалку телефона*/
.zakazform_item #phone, .zakazform_item #code {
    width: 250px;
}

.submiter_button, .submiter_button2, .submiter_message {
    margin-left: 30px;
    width: 200px;
    float: right;
}

.mazdaford_button2.mazdaford_button2_disabled {
    cursor: auto;
    background-color: #ababab;
    color: #ffffff;
}

.submiter_message {
    line-height: 40px;
    font-size: 12px;
    width: auto;
}

.submiter_success {
    color: #7cc576;
    font-weight: 600;
}

.submiter_success .pseudolink {
    margin-left: 8px;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/img/loader.gif);
}

.submited_field {
    float: left;
}

.autorization_submit .mazdaford_button3 { 
    float: right;
    width: 165px;
}

.register_submit .mazdaford_button3 {
    float: left;
    width: 150px;
}

.newmodal_submit.register_submit .mazdaford_button2 {
    float: right;
    width: 180px;
}

.register_form #phone, .register_form #code {
    width: 120px;
}

.register_form .submiter_button, .register_form .submiter_button2, .register_form .submiter_message {
    margin-left: 20px;
    width: 180px;
}

.register_form .submiter_message {
    font-size: 11px;
    width: auto
}

.car_warning_band .band_background {
    background-image: url(/img/car_warning_band_bg.jpg);
}

.car_warning_container {
    height: 70px;
}

.car_warning_text {
    float: left;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(/img/car_warning_text_bg.png);
    height: 70px;
    line-height: 70px;
    width: 670px;
    padding-left: 165px;
    font-size: 18px;
    font-style: italic;
    font-family: "Europe";
    color: #f0050c;
}

.car_warning_text strong {
    font-weight: bold;
}

.car_warning_button {
    cursor: pointer;
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    float: right;
    background-color: #f9f9fa;
    text-transform: uppercase;
    font-size: 12px;
    font-style: italic;
    font-family: "Europe";
}

.car_warning_button_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/img/car_warning_icon.png);
    background-repeat: no-repeat;
    background-position: top;
    padding-bottom: 4px;
    vertical-align: middle;
    margin-right: 10px;
    
}

.car_warning_button:hover {
    text-decoration: underline;
}

.personal_menu {
    
}

.personal_menu_item {
    float: left;
    height: 50px;
    line-height: 50px;
    color: #0aa4dd;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    background-color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    
}

.personal_menu_item_inner {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 45px;
    
    border-left: 1px solid #dddfeb;
}

.personal_menu_item:first-child .personal_menu_item_inner {
    border-left: 0;
}

.personal_menu_item_caption {
    border-bottom: 1px dotted #0aa4dd;
}

.personal_menu_item:hover .personal_menu_item_caption {
    border-bottom: 0;
}

.personal_menu_item_active {
    color: #18202e;
    cursor: auto;
    background-color: #eeeff9;
}

.personal_menu_item_active .personal_menu_item_inner, .personal_menu_item_active + .personal_menu_item .personal_menu_item_inner {
    border-left: 0;
}

.personal_menu_item_active .personal_menu_item_caption {
    border-bottom: 0;
}

.personal_content {
    background-color: #eeeff9;
    padding: 40px 40px 10px;
    margin-bottom: 50px;
}

.settings_feedback_button {
    float: right;
    width: 210px;
    margin-left: 20px;
}

.personal_content_nopad {
    padding: 0;
}

.zakaz_table {
    
}

.zakaz_table th, .zakaz_table td {
    text-align: left;
    border-bottom: 1px solid #dddfe8;
    padding-left: 40px;
    
}

.zakaz_table th:first-child, .zakaz_table td:first-child {
    text-align: center;
    padding-left: 0;
}

.zakaz_table th {
    background-color: #eeeff9;
    height: 40px;
    font-size: 11px;
    color: #9ea0b0;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: normal;
}

.zakaz_table td:first-child {
    border-left: 1px solid #dddfe8;;
}

.zakaz_table td {
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
    border-right: 1px solid #dddfe8;;
}

.zakaz_table td strong {
    font-weight: 800;
}

.zakaz_item:hover td, .zakaz_item.zakaz_item_active td {
    background-color: #f2f4fb;
    
}

.zakaz_item td.zakaz_item_0 {
    background-color: #f5f5f5;
}

.zakaz_item td.zakaz_item_1 {
    background-color: #e7f4f3;
}

.zakaz_item td.zakaz_item_2 {
    background-color: #edf4f9;
}

.zakaz_item_status {
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
}

.zakaz_item_0 .zakaz_item_status {
    color: #9ea0b0;
}

.zakaz_item_1 .zakaz_item_status {
    color: #3fa579;
}

.zakaz_item_2 .zakaz_item_status {
    color: #1272b5;
}


.mazdaford_button3.mazdaford_button3_yellow {
    border-color: #f6cb05;
    color: #18202e;
    background-color: #ffe70a;
}

.mazdaford_button3.mazdaford_button3_yellow:hover {
    background-color: #f6cb05;
    
}

.mazdaford_button3.mazdaford_button3_yellow[disabled] {
    border-color: #dddfeb;
    background-color: #dddfeb;
    color: #8c8ea0;
    cursor: auto;
}

.zakaz_oplata_button {
    width: 110px;
    margin-left: 20px;
}

.zakaz_print_button {
    margin-left: 10px;
    width: 100px;
}

.zakaz_item_pay {
    color: #7a7e88;
    font-size: 11px;
    margin-left: 2px;
}

.zakaz_sostav_tr td.zakaz_sostav_td {
    background-color: #ffffff;
    border: 0;
    padding: 0;
    text-align: left;
    cursor: auto;
}

.zakaz_sostav_container {
    position: relative;
    z-index: 1;
    box-shadow: 0 0px 22px 10px rgba(154, 164,164, 0.57);
    padding: 15px 20px 5px;
    position: relative;
    margin-top: -1px;
    display: none;
}

.zakaz_sostav_head {
    float: left;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 5px;
}

.zakaz_sostav_dostavka {
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 20px;
}

.zakaz_sostav_treug {
    top: -5px;
    width: 20px;
    height: 6px;
    background-image: url(/img/zakaz_sostav_treug.png);
    position: absolute;
}

.zakaz_sostav_td .sostav_table td , .zakaz_sostav_td .sostav_table th {
    padding-left: 50px;
    background-color: #ffffff;
    border: 0;
    
}
.zakaz_sostav_td .sostav_table td {
    border-top: 1px solid #dfe1e7;
    cursor: auto;
}


.zakaz_sostav_td .sostav_table td:first-child, .zakaz_sostav_td .sostav_table th:first-child {
    padding-left: 0;
}

.sostav_table a {
    text-decoration: none;
    color: #060606;
}

.sostav_table a:hover {
    color: #0aa4dd;
}

.mycar_button_container {
    padding-bottom: 30px;
}

.mycar_add_button {
    background-color: #ffe70a;
    cursor: pointer;
    text-align: center;
    height: 70px;
    line-height: 70px;
    border-radius: 5px;;
    -moz-border-radius: 5px;;
    -webkit-border-radius: 5px;;
    font-size: 20px;
    font-weight: bold;
}

.mycar_add_icon {
    width: 54px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/img/mycar_add_icon.png);
    margin-right: 10px;
}

.mycar_add_caption {
    border-bottom: 1px dotted #141414;
}

.mycar_add_button:hover {
    background-color: #ffff00;
}

.mycar_add_button:hover .mycar_add_caption {
    border-bottom: 0;
}

.mycar_list {
    
}

.mycar_item {
    background-color: #ffffff;
    box-shadow: 0 4px 7px 0 rgba(154,164,164,0.17);
    margin-bottom: 20px;
    padding: 30px 40px;
}

.mycar_item:hover {
    box-shadow: 0 4px 42px 0 rgba(154,164,164,0.35);
}

.mycar_item_img_container {
    float: left;
    width: 115px;
}

.mycar_item_img_wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 115px;
    text-align: center;
    height: 60px;
}

.mycar_item_img {
    width: 115px;
    display: block;
    margin: 0 auto;
}

.mycar_item_info {
    float: left;
    margin-left: 55px;
    margin-top: 8px;
}

.mycar_item_title {
    font-family: "Europe";
    font-size: 18px;
    margin-bottom: 6px;
}

.mycar_item_title a {
    color: #0a0e14;
}

.mycar_item:hover .mycar_item_title a {
    color: #0aa4dd;
}

.mycar_item_years {
    color: #929292;
}

.mycar_item_manage {
    float: right;
    margin-top: 12px;
}

.mycar_item_edit, .mycar_item_del {
    float: left;
    width: 40px;
    height: 40px;
    background-color: #eeeff9;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
    cursor: pointer;
}

.mycar_item_edit {
    background-image: url(/img/mycar_edit_icon.png);
}

.mycar_item_del {
    background-image: url(/img/mycar_del_icon.png);
}

.mycar_item_edit:hover {
    background-image: url(/img/mycar_edit_icon_blue.png);
}

.mycar_item_del:hover {
    background-image: url(/img/mycar_del_icon_blue.png);
}

.mycar_form {
    
}

.mycar_form_menu {
    width: 230px;
    float: left;
}

.mycar_form_menu_item {
    
    font-weight: 800;
    color: #9c9da4;
    text-transform: uppercase;
    line-height: 50px;
    height: 50px;
    padding: 0 30px;
    cursor: pointer;
}

.mycar_form_menu_item:hover {
    text-decoration: underline;
}

.mycar_form_menu_item.mycar_form_menu_item_active {
    text-decoration: none;
    color: #18202e;
    background-color: #f4f5fb;
    cursor: auto;
}

.mycar_form_menu_item.mycar_form_menu_item_disabled {
    text-decoration: none;
    cursor: auto;
}

.mycar_form_right {
    float: right;
    width: 640px;
}

.mycar_form_content {
    padding: 10px 10px 10px 35px;
    width: 595px;
    
    background-color: #f4f5fb;
    margin-bottom: 30px;
}

.mycar_form_scroller {
    width: 570px;
    height: 430px;
    padding-right: 25px;
}

.mycar_form_buttons {
    
}

.mycar_form_prev {
    float: left;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.mycar_form_prev_icon {
    width: 8px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(/img/mycar_prev_icon.png);
    margin-right: 3px;
}

.mycar_form_prev_caption {
    border-bottom: 1px dotted #4f4f4f;
}

.mycar_form_prev:hover .mycar_form_prev_caption {
    border-bottom: 0;
}

.mycar_form_next {
    float: right;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    background-color: #fff200;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 30px;
}

.mycar_form_next_icon {
    width: 8px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(/img/mycar_next_icon.png);
    margin-left: 3px;
}

.mycar_form_next_caption {
    
}

.mycar_form_next:hover {
    background-color: #ffe70a;
}

.mycar_form_next:hover .mycar_form_next_caption {
/*    border-bottom: 1px dotted #4f4f4f;*/
}

.mycar_form_next.mycar_form_next_disabled {
    background-color: #c4c8c9;
    cursor: auto;
}

.mycar_form_tab {
    display: none;
}

.mycar_form_tab_active {
    display: block;
}

.mycar_form_submit {
    float: right;
    width: 150px;
}

.mycar_form_item {
    
}

.mycar_form_item_radio {
    padding-top: 10px;
    overflow: hidden;
    width: 570px;
}

.mycar_form_mark_block {
    width: 600px;
    
}

.mycar_form_item_radio input[type="radio"]{
    display: none;
}

.mycar_form_item_radio label {
    display: block;
    float: left;
    width: 170px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mycar_form_mark {
    cursor: pointer;
    text-align: center;
    width: 170px;
    padding: 10px 0 10px;
    display: block;
}

.mycar_form_mark_img_container {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    width: 170px;
}

.mycar_form_mark_img {
    max-width: 130px;
    display: block;
    max-height: 90px;
    margin: 0 auto;
}

.mycar_form_mark_caption {
    margin-top: 18px;
    font-weight: bold;
    font-family: "Europe";
    color: #18202e;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
}

.mycar_form_mark:hover .mycar_form_mark_caption {
    text-decoration: underline;
}

.mycar_form_item_radio input[type="radio"]:checked ~ label .mycar_form_mark {
    background-color: #ffffff;
}

.mycar_form_item_radio input[type="radio"]:checked ~ label .mycar_form_mark_caption {
    color: #0d88b8;
    text-decoration: none;
}

.mycar_form_item_select, .mycar_form_item_text, .mycar_form_item_infomask {
    margin-bottom: 30px;
}

.mycar_form_item_select:first-child, .mycar_form_item_text:first-child, .mycar_form_item_infomask:first-child {
    padding-top: 20px;
}

.mycar_form_item select {
    width: 570px;
    height: 70px;
}

.mycar_form_item .mazdaford_inputtext {
    padding-left: 69px;
    padding-right: 39px;
    
    width: 460px;
    height: 68px;
    line-height: 68px;
    font-size: 18px;
    font-family: "Europe";
    background-position: left 5% center;
    background-repeat: no-repeat;
}

.mycar_form_item #year {
    background-image: url(/img/mycar_year_icon.png);
}

.mycar_form_item #vin {
    background-image: url(/img/mycar_vin_icon.png);
}

.mycar_submit_hint {
    padding: 20px;
    text-align: center;
    background-color: #dddee8;
    font-size: 16px;
    font-weight: 600;
}

.map_block {
    margin-bottom: 24px;
}

.feedback_button {
    width: 200px;
}

/*пиздим с медтехники оформление статей*/
.articles_category_list {
    padding: 30px 30px 20px;
    background-color: #ffffff;;
    margin-bottom: 30px;
}

.articles_category_item {
    line-height: 38px;
    height: 38px;;
    padding: 0 35px;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #0aa4dd;
    color: #0aa4dd;
    border-radius: 2px;;
    -moz-border-radius: 2px;;
    -webkit-border-radius: 2px;;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 15px;
    margin-bottom: 10px;
}

.articles_category_item:hover {
    text-decoration: underline;
}

.articles_category_item.articles_category_item_active {
    text-decoration: none;
    color: #ffffff;
    background-color: #0aa4dd;
}

.articles_search {
    float: right;
    position: relative;
}

.articles_search_form {
    
}

.articles_search_input {
    width: 260px;
}

.articles_search_submit {
    width: 17px;
    height: 17px;
    position: absolute;
    background-image: url(/img/articles_search_icon.png);
    background-color: transparent;
    border: 0;
    right: 12px;
    top: 12px;
    cursor: pointer;
}

.articles_list .articles_item_img_wrapper {
    width: 300px;
}

.articles_list .articles_item_img {
    margin-left: 0;
}

.articles_list .articles_item_right {
    width: 770px;
}

.foundbg {
    color: #ffffff;
    background-color: #0aa4dd;
}

.articles_item {
    background-color: #ffffff;
    padding: 10px 30px 10px 10px;
    box-shadow: 0 3px 5px 0 rgba(168, 173, 178, 0.21);
    margin-bottom: 30px;
}

.articles_item_img_wrapper {
    width: 220px;
    height: 220px;
    display: block;
    float: left;
    overflow: hidden;
}

.articles_item_img {
    display: block;
    margin-left: -40px;;
}

.articles_item_right {
    width: 590px;
    float: right;
    margin-top: 10px;
}

.articles_item_title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 12px;
}

.articles_item_title a {
    
}

.articles_item_kogda {
    font-size: 11px;
    color: #7a7d80;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.articles_item_anons {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

.articles_item_category {
    font-size: 11px;
    text-transform: uppercase;
    border: 1px solid #e4e6ea;
    line-height: 28px;
    display: inline-block;
    height: 28px;
    padding: 0 20px;
}

.articles_card_info {
    color: #939aa2;
    font-size: 14px;
    margin-bottom: 20px;
}

.articles_card_info_left {
    float: left;
}

.articles_card_info_right {
    float: right;
}

.images_container {
    margin-top: 36px;
    width: 1000px;
    margin-bottom: 20px;
}

.images_item {
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

.images_item_img {
    width: 180px;
    height: 180px;
}

.articles_social {
    text-align: right;
    margin-bottom: 36px;
}

.articles_tovar_block h2 {
    text-align: center;
}

.articles_tovar_block .tovar_list {
    width: 1170px;
}

.articles_social .ya-share2__list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.articles_social .ya-share2__item{
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}
.articles_social .ya-share2__link{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: no-repeat center red;
    opacity: 0.7;
}
.articles_social .ya-share2__title{
    display: none;
}
.articles_social .ya-share2__link:hover {
    opacity: 1;
}

.articles_social .ya-share2__item_service_vkontakte .ya-share2__link{
    background-color: #4c75a3;
    background-image: url(/img/vk.png);
}

.articles_social .ya-share2__item_service_twitter .ya-share2__link{
    background-color: #43bdf0;
    background-image: url(/img/tw.png);
}

.articles_social .ya-share2__item_service_odnoklassniki .ya-share2__link{
    background-color: #fc7e22;
    background-image: url(/img/ok.png);
}

.articles_social .ya-share2__item_service_facebook .ya-share2__link{
    background-color: #5f80c5;
    background-image: url(/img/fb.png);
}

.podbor_marks {
    margin-bottom: 30px;
}

.podbor_mods {
    margin-bottom: 20px;
}

.podbor_mark_item {
    display: inline-block;
    line-height: 48px;
    border: 1px solid #dddfeb;;
    padding: 0 18px;
    text-decoration: none;
    font-size: 13px;
    color: #18202e;
    font-weight: bold;
    font-family: "Europe";
    text-transform: uppercase;
    margin-right: 6px;
    margin-bottom: 10px;
    cursor: pointer;
    
}

.podbor_mark_item:hover {
    color: #0aa4dd;
}

.podbor_mark_item.podbor_mark_item_active {
    background-color: #e9ebf7;
    border-color: #e9ebf7;
    color: #0aa4dd;
}

.podbor_mark_item_active {
    
}

.podbor_mark_img {
    vertical-align: middle;
    max-height: 30px;
    margin-right: 6px;
}

.podbor_mark_caption {
    
}

.podbor_models {
    width: 880px;
}

.podbor_model_item {
    padding: 30px 20px;
    width: 150px;
    height: 110px;
    float: left;
    display: block;
    color: #18202e;
    background-color: #ffffff;
    text-decoration: none;
    text-align: center;
    margin-right: 30px;
    margin-bottom: 30px;
}

.podbor_mark_img_container {
    height: 85px;
    display: table-cell;
    width: 150px;
    vertical-align: middle;
}

.podbor_model_img {
    display: block;
    max-height: 85px;
    max-width: 140px;
    margin: 0 auto;
}

.podbor_model_caption {
    margin-top: 10px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-family: "Europe";
    text-transform: uppercase;
    font-size: 13px;
}

.podbor_model_item:hover {
    box-shadow: 0 4px 42px 0 rgba(154,164,164,0.35);
    color: #0aa4dd;
}

.category_tree {
    
}

.category_tree_block {
    width: 550px;
    margin-bottom: 20px;
}

.category_tree_block_left {
    float: left;
}

.category_tree_block_right {
    float: right;
}

.category_tree_item {
    
}

.category_tree_item a {
    background-position: left center;
    background-repeat: no-repeat;
}

.category_tree_item_0 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}

.category_tree_item_0 a {
    padding-left: 20px;
    background-image: url(/img/tree_icon0.png);
}

.category_tree_item_1 {
    margin-left: 20px;
    line-height: 30px;
}

.category_tree_item_1 a {
    display: inline-block;
    padding-left: 18px;
    background-image: url(/img/tree_icon1.png);
    
}

.category_tree_item_2 {
    line-height: 24px;
    margin-left: 50px;
}


.otzyv_list {
    
}

.otzyv_item {
    border: 1px solid #dddfeb;
    background-color: #eeeff9;
    
    margin-bottom: 40px;
    padding: 26px 30px 24px;
}

.otzyv_item:hover {
   border: 1px solid #eeeff9;
}

.otzyv_item_top {
    margin-bottom: 14px;
}

.otzyv_item_fio {
    font-size: 18px;
    font-weight: bold;
    color: #0aa4dd;
    float: left;
}

.otzyv_item_kogda {
    color: #858a90;
    font-size: 14px;
    float: right;
    margin-top: 4px;
}

.otzyv_item_text {
    line-height: 22px;
}

.otzyv_button {
    width: 200px;
    float: right;
}

.form_container {
    margin-top: 60px
}

.form_container h2 {
    font-size: 36px;
    margin-bottom: 25px;
}

.form_block {
    background-color: #ffffff;
    box-shadow: 0 4px 7px 0 rgba(154, 164,164, 0.17);
    padding: 40px 40px 40px;
}

.form_item {
    margin-bottom: 30px;
}

.form_item_text {
    width: 515px;
    float: left;
    margin-left: 30px;
}

.form_item_text:first-child {
    margin-left: 0;
}

.form_item_text .mazdaford_inputtext {
    width: 475px;
}

.form_item_textarea .mazdaford_inputtext {
    width: 1020px;
}

.form_submit {
    text-align: center;
}

.form_submit .mazdaford_button2 {
    width: 230px;
}

.mazdaford_inputtext.mazdaford_inputtext_big {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
}

textarea.mazdaford_inputtext {
    line-height: normal;
    padding-top: 7px;
    height: 160px;
}

.vidget_img {
    display: block;
    width: 800px;
}

.ordering_success_button {
    width: 200px;
    margin-right: 10px;
}

.oneclick_block.popup_block {
    padding: 0;
}

.oneclick_block.popup_block .modal_close {
    width: 24px;
    height: 24px;
    right: 25px;
    top: 25px;
    margin: 0;
    background-image: url(/img/oneclick_close.png);
    background-color: transparent;
    position: absolute;
}

.oneclick_block.popup_block h2 {
    background-color: #0aa5de;
    line-height: 70px;
    font-size: 30px;
    font-family: "Europe";
    font-weight: normal;
    text-transform: none;
    color: #ffffff;
    margin-bottom: 0;
}

.oneclick_block .popup_block_content {
    background-color: #f4f5fa;
    padding: 30px;
}

.oneclick_block_hint {
    font-size: 18px;
    color: #37393d;
    line-height: 28px;
    padding-left: 110px;
    background-image: url(/img/oneclick_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.oneclick_block .popup_block_content .newmodal_item {
    float: left;
    width: 230px;
    margin-left: 20px;
}

.oneclick_block .popup_block_content .newmodal_item:first-child {
    margin-left: 0;
}

.oneclick_block .popup_block_content .newmodal_item .mazdaford_inputtext {
    width: 200px;
}

.oneclick_block .newmodal_submit .mazdaford_button3 {
    width: 225px;
}

.mazdaford_button3.mazdaford_button3_yellow2 {
    font-weight: 600;
    font-size: 18px;
    text-transform: none;
    box-shadow: 0 3px 0 0 #f6cb05;
}

.client_tk_title{
    font-size: 14px;
    margin-top: -16px;
    margin-bottom: 24px;
}

.client_tk_list{
    margin-left: -17px;
    margin-bottom: 10px;
}
.client_tk_item{
    float: left;
    display: block;
    width: 215px;
    height: 35px;
    background-color: #e8e9ef;
    text-align: center;
    background-position: center;
    color: #a7a9b4;
    font-size: 12px;
    line-height: 24px;
    padding-top: 55px;
    margin: 0 0 20px 16px;
}
.client_jde_tk_item{
    height: 55px;
    width: 145px;
    padding-left: 70px;
    padding-top: 35px;
}
.client_tk_item1{background-image: url(/img/delivery_1.jpg);}
.client_tk_item2{background-image: url(/img/delivery_2.jpg);}
.client_tk_item3{background-image: url(/img/delivery_3.jpg);}
.client_tk_item4{background-image: url(/img/delivery_4.jpg);}
.client_tk_item5{background-image: url(/img/delivery_5.jpg);}
.client_tk_item6{background-image: url(/img/delivery_6.jpg);}
.client_tk_item7{background-image: url(/img/delivery_7.jpg);}
.client_tk_item8{background-image: url(/img/delivery_8.jpg);}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix:before {
    display: table;
    content: " ";
}

.filter_block {
    float: left;
}

.filter_item {
    float: left;
    margin-left: 20px;
}

.filter_item:first-child {
    margin-left: 0;
}

.filter_item_select {
    height: 30px;
    width: 150px;
    
}

.footer-bottom-pay{
    margin-right: -90px;
    padding-top: 8px;
}

.footer-bottom-pay-icon {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 30px;
    margin-left: 3px;
    margin-right: 5px;
}

.footer-bottom-pay-icon_1 {
    background: url("/img/visa.png") no-repeat center;
}

.footer-bottom-pay-icon_2 {
    background: url("/img/master-card.png") no-repeat center;
}

.footer-bottom-pay-icon_3 {
    background: url("/img/mir.png") no-repeat center;
}


.tovar_card_nalich_stores{
    clear: both;
    font-size: 13px;
    line-height: 20px;
    padding-top: 10px;
    margin-bottom: -14px;
}
.tovar_card_nalich_stores_wr{}
.tovar_card_nalich_stores_item{
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}
.tovar_card_nalich_stores_value{
    display: inline-block;
    position: relative;
    padding: 0 8px;
    background-color: #ccfae5;
    font-weight: 600;
    color: #4d9373;
    margin-left: 6px;
    border-radius: 2px;
    margin-bottom: 6px;
}
.tovar_card_nalich_stores_value:before{
    content: '';
    display: block;
    position: absolute;
    width:0;
    height: 0;
    border: 6px solid transparent;
    border-right-color: #ccfae5;
    left: -11px;
    top: 50%;
    margin-top: -6px;
}
.tovar_card_nalich_stores_value.not_nalich{
    background-color: #ffd1d1;
    color: #aa5a5a
}
.tovar_card_nalich_stores_value.not_nalich:before{
    border-right-color: #ffd1d1;
}

.tovar_list_rows .tovar_list_nalich_cells, .tovar_list_nalich_rows{
    display: none;
}
.tovar_list_rows .tovar_list_nalich_rows, .tovar_list_nalich_cells{
    display: block;
}
.tovar_list_nalich_cells .tovar_card_nalich_stores_wr, .tovar_list_nalich_rows .tovar_card_nalich_stores_wr{
    white-space: nowrap;
}
.tovar_card_nalich_stores.tovar_list_nalich_cells{
    padding-top: 0;
    margin-bottom: 10px;
    margin-top: -7px;
}
.tovar_card_nalich_stores.tovar_list_nalich_rows{
    padding-top: 14px;
    margin-bottom: 0px;
}
.tovar_list_nalich_cells .tovar_card_nalich_stores_item > span{
    vertical-align: top;
    margin-bottom: 0;
    margin-top: 3px;
    display: inline-block;
}
.tovar_list_nalich_cells .tovar_card_nalich_stores_value.not_nalich{
    max-width: 90px;
}
.tovar_list_nalich_cells .tovar_card_nalich_stores_value.not_nalich span{
    display: block;
    overflow: hidden;
    
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tovar_list_nalich_cells.all_not_nalich .tovar_card_nalich_stores_value.not_nalich{
    max-width: none;
    margin-left: 0;
}
.all_not_nalich .tovar_card_nalich_stores_value:before{
    display: none;
    
}

.header_adreses {
    display: inline-block;
    margin-left: 0;
}

.header_zvonokblock_left {
    margin-left: 40px;
}

.header_zvonok {
    margin-top: 0
}

.contacts_switcher {
    padding-top: 45px;
    padding-left: 25px;
    margin-bottom: 45px;
}

.contacts_switcher_item {
    height: 48px;
    border: 1px solid #0ea6d7;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: inline-block;
    line-height: 48px;
    padding: 0 35px;
    
    font-weight: bold;
    margin-right: 20px;
    background-color: #0ea6d7;
    color: #ffffff;
    cursor: pointer;
}

.contacts_switcher_item:hover {
    background-color: #1fb7e8;
    border: 1px solid #1fb7e8;
}

.contacts_switcher_item.contacts_switcher_active {
    cursor: auto;
    background-color: #ffffff;
    color: #0ea6d7;
}

.contacts_block {
    display: none;
}

.contacts_block_title {
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
    margin-bottom: 15px;
}

.contacts_block_item {
    text-align: left;
}

.contacts_block_data {
    padding-left: 25px;
    margin-bottom: 35px;
}

.contacts_block_adres {
    font-size: 16px;
    line-height: 28px;
    padding-left: 18px;
    background-image: url(/img/contacts_adres_icon.png);
    background-repeat: no-repeat;
    background-position: left top 7px;
    float: left;
    width: 300px;
    margin-right: 100px;
}

.contacts_block_phone {
    padding-left: 22px;
    float: left;
    background-image: url(/img/contacts_phone_icon.png);
    background-repeat: no-repeat;
    background-position: left top 7px;
    font-size: 16px;
    line-height: 28px;
}

.contacts_block_map {
    margin-left: -20px;
    margin-bottom: 60px;
}

.yel_band .band_background {
    background-color: #ffe70a;
}

.yel_lozung {
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}


.modal_menu {
/*    padding: 20px 0;*/
}

.modal_menu .head_menu_item {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    
}

.modal_menu .head_menu_item a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #141414;
}

.city_menu_item {
    background-color: #ffffff;;
    cursor: pointer;
}

.modal_menu .head_menu_item a:hover, .city_menu_item:hover {
    background-color: #0aa4dd;
    color: #ffffff;
}

.city_menu_item_active {
    background-color: #0aa4dd;
    color: #ffffff;
}

.city_menu_item_active:hover {
    text-decoration: underline;
}

.korzina_item_nonalich {
    background-color: #faccd0;
    color: #934d73;
    padding: 10px;
    display: inline-block;
    margin-top: -6px;
}

.searchban_descr {
    font-size: 16px;
    margin-bottom: 0;
}

.searchban_form {
    margin-top: 0;
}

.searchban_form .form_item_text {
    width: 32%;
    margin-left: 2%;
}

.searchban_form .form_item_text:first-child {
    margin-left: 0;
}

.searchban_form .form_item_text .mazdaford_inputtext {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.podbor_block {
    background-color: #ffff00;
    background-image: url(/img/podbor_bg.jpg);
    padding: 35px 40px;
    margin-top: 5px;
    margin-bottom: 40px;
    position: relative;
}

.podbor_block_text {
    display: inline-block;
    vertical-align: middle;
    max-width: 480px;
    color: #053575;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    margin-right: 25px;
}

.podbor_block_button {
    height: 60px;
    line-height: 60px;
    width: 250px;
    vertical-align: middle;
    font-size: 14px;
}

.podbor_block_img {
    width: 340px;
    height: 170px;
    background-image: url(/img/podbor_img.png);
    position: absolute;
    right: 0;
    top: -25px;
}


.slider_band .band_background {
    background-image: url(/img/marks_band_bg.jpg);
}

.slider_container {
    position: relative;
}

.slider_list {
    position: relative;
    width: 1140px;
    height: 410px;
}

.slider_item {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    background-position: left center;
}

.slider_item_ready {
    display: block;
    z-index: 1;
}

.slider_item_active {
    display: block;
    z-index: 2;
}

.slider_arrows {
    position: absolute;
    top: 0;
    width: 100%;
}

.slider_arrow {
    position: absolute;
    top: 190px;
    width: 50px;
    height: 50px;
    cursor: pointer;  
    z-index: 10;  
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.5);
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    transition: background-color 0.3s;
}

.slider_arrow:hover {
    background-color: #ffffff;
}

.slider_arrow_left {
    left: -25px;
    background-image: url(/img/slider_arrow_left.png);
}

.slider_arrow_right {
    right: -25px;
    background-image: url(/img/slider_arrow_right.png);
}

