@import url('/fonts/roboto/roboto.css');
    html {
        height: 100%;
        width: 100%;
        width: auto; /*это типа чтобы не скакало при открытии модалки, а formodal_fixed*/
    }

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

    a {

        color: #3b3d3e;
        
    }

    a:hover {
        
    }

    a.inverse {
        
    }

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

    img{
        border: 0;
    }

    .pagetext {

    }

    .pagetext h1 {

    }

    #html_container {
        min-height: 100%;

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


    h1, h2 {

        padding: 0;
        margin: 0;
        
        
    }


    .wrapper {
        width:                  1410px;
        padding: 0 15px;
        margin:                0 auto;
        min-width: 360px;
        position: relative;
        /*height:                100%;*/


    }

.lesenka {
    
    color: #9fa2a5;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 30px;
}
.lesenka a{
    font-size: 13px;
    color: #9fa2a5;
    text-decoration: none;

}

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

.lesenka .lesenka_separator {
    border-left: 1px solid #d1d4d7;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 15px 0;
}

.lesenka span {
    color: #0b0b0b;
}

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

.clearer_right {
    clear: right;
}

.footer_marginer {
    height: 300px;
}

.footer_marginer_welcome {
    height: 215px;
    height: 0;
}

div.metrika_code {
    display: none;
}



  .band_holder {
      position: relative;
      overflow: hidden;
      min-width: 1440px;
      width: 100%;
  }
  
  .band {
      width: 100%;
      height: 100%;
      z-index: -1;
      position: absolute;
  }
  
  .footer_container .band {
      z-index: auto;
  }
  
  .footer_container .wrapper {
      z-index: 1;
  }
  
  .band .band_background, .band .band_shadow {
      position: relative;
      width: 100%;
      max-width: 1920px;
      min-width: 1440px;
      height: 100%;
      margin: 0 auto;
      background-position: center top;
  }
  
  .band_holder_1660 .wrapper {
    width: 1660px;
  }
  
  
.up_button_container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
}

@media only screen and (min-width: 1140px) {
    .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;
    right: 20px;
    bottom: 15px;
    display: none;
}

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

.up_button_absolute {
    position: absolute;
}

.expander {
    width: 100%;
    display: inline-block;
    height: 0px;
}

a.phonelink {
    white-space: nowrap;
    color: inherit;
    text-decoration: none;
}

.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.justify_elem {
    display: inline-block;
}


.headmenu_personal_block {
    position: relative;
}

.header_personal_arrow {
    font-size: 12px;
}

.headmenu_personal_menu {
    z-index: 5;
    background-color: #0b1c24;
    position: absolute;
    right: 0;
    min-width: 185px;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    margin-top: 14px;
    overflow: hidden;
    display: none;
    font-size: 13px;
}

.headmenu_personal_menu .headmenu_personal_menu_item {
    border-top: 1px solid #3f3f3f;
    line-height: 24px;
    padding: 8px 20px;
    color: #f3f3f3;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.headmenu_personal_menu_item:hover {
    background-color: #0078B3;
    color: #ffffff;
}

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

.headmenu_personal_menu_treug {
    position: absolute;
    display: none;
    width: 18px;
    height: 8px;
    top: -8px;
    right: 18px;
    background-image: url(/img/headmenu_personal_treug.png);
}

.headmenu_personal_fade {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    background-color: rgba(15,16,16,0.35);
}

.header_search_res {
    padding: 20px 0 20px;
    top: 100%;
    margin-top: -4px;
    z-index: 15;
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    
    box-shadow: 0 16px 48px 0 rgba(104, 107, 109, 0.32);
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.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;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.popup_menu {
    
}

.popup_menu_item {
    background-color: #ffffff;
    border-top: 1px solid #8b8b8b
}

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

.popup_menu_item_link {
    padding: 20px 30px 20px 30px;
    text-align: center;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    
    color: #ffffff;
    background-color: #0b1c24;
}

a.popup_menu_item_link:hover {
    background-color: #008dd2;
    color: #ffffff;
    text-decoration: none;
}

.pseudolink {
    color: #008ad0;
    font-size: 15px;
    border-bottom: 1px dotted #008ad0;
    cursor: pointer;
    transition: 0.3s;
}

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

.submiter_message .pseudolink {
    font-size: inherit;
    margin-left: 4px;
}

.pagetext {
    font-size: 16px;
    line-height: 28px;
    
}

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

.pagetext_margin {
    margin-bottom: 25px;
}

.articles_card_docs {
    margin-top: 30px;
}

.zakaz_docs_item_wrap {
    margin-top: 15px;
}

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

.zakaz_docs_item {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    line-height: 24px;
    padding: 4px 10px;
    background-color: #f6f8fa;
    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.zakaz_docs_title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.zakaz_docs_weight {
    color: #adb0b2;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.zakaz_docs_download {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.15);
    display: inline-block;
    vertical-align: middle;
    background-image: url(/img/doc_download_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    margin-top: -1px;
}

.zakaz_docs_item:hover .zakaz_docs_title {
    text-decoration: underline;
}

.images_container {
    text-align: left;
    margin-top: 30px;
    
    margin: 40px auto 0;
}

.images_container .galery_item {
    position: relative;
    margin: 0 4px 8px;
    max-width: 100%;
    width: 160px;
    overflow: hidden;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
}

.images_container .galery_item_img {
    display: block;
    width: 100%;
    margin: 0;
    max-width: none;
}

.galery_item_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/img/loop_white_icon41.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    display: none;
}

.dauther_list {
    text-align: justify;
}

.dauther_item {
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 23.5%;
    max-width: 240px;;
    min-width: 210px;
    height: 260px;
    vertical-align: top;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: none;
    background-color: #f2fafd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

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

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

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

.dauther_list .justify_elem {
    width: 23.5%;
    max-width: 240px;;
    min-width: 210px;
}


.podbor_marks {
    margin-bottom: 30px;
}

.podbor_mark_item {
    display: inline-block;
    line-height: 48px;
    border: 1px solid #dddfeb;;
    
    padding: 0 18px;
    text-decoration: none;
    font-size: 14px;
    color: #a6aaae;
    font-weight: bold;
    
    text-transform: uppercase;
    margin-right: 6px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.podbor_mark_item:hover {
    color: #3b3d3e;
}

.podbor_mark_item.podbor_mark_item_active {
    background-color: #0078b3;
    border-color: #0078b3;
    color: #ffffff;
}

.podbor_mark_item_active {
    
}

.label_img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.card_podzakaz {
    margin-bottom: 25px;
}

.pagetext_light {
    font-weight: 300;
}

.tovar_card_propertys {
    max-width: 600px;
}

.tovar_card_propertys_item {
    border-top: 1px solid #e1e9ec;
    font-weight: 300;
    line-height: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.tovar_card_propertys_item:first-child {
    border-top: 0;
    padding-top: 20px;
}

.tovar_card_propertys_caption {
    float: left;
    width: 46.66%;
    color: #a5b4bb;
}

.tovar_card_propertys_value {
    float: right;
    width: 46.66%;
}

.rusavto_hint {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    
}

/*верстка корзины*/
.korzina_content {
    position: relative;
}

.korzina_table_colomn {
    margin-right: 360px;   
}

.korzina_itog_colomn {
    width: 330px;
    
}


.korzina_table_block {
    
}

.korzina_table {
    
}

.korzina_empty_str td{
    height: 15px;
}

.korzina_item {
    
}

.korzina_item td {
    background-color: #f4fafd;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    vertical-align: top;
    transition: background-color 0.8s ease-in; 
}

.korzina_str_animate td {
    background-color: #fff06b;
    transition: background-color 0.2s ease-in; 
}

.korzina_item td:first-child {
    padding-left: 30px;
    
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}

.korzina_item td.korzina_item_lasttd {
    width: 40px;
    position: relative;
    overflow: hidden;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.korzina_item_img {
    display: block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(153, 172, 180, 0.16);
}

.korzina_item_title {
    line-height: 24px;
    font-size: 16px;
    
    margin-top: -2px;
    margin-bottom: 12px;
}

.korzina_item_title a {
    color: #008ad0;
}

.korzina_item_article {
    font-size: 13px;
    line-height: 18px;
    margin-top: 6px;
}

.korzina_item_article_caption {
    display: inline;
    color: #a9b5bb;
}

.korzina_item_article_value {
    display: inline;
}

.korzina_item_colhead {
    margin-top: -1px;
    font-size: 14px;
    color: #a9b5bb;
    line-height: 24px;
}

.korzina_item .tovar_count_block {
    margin-bottom: 20px;
}

.korzina_item .tovar_count_field {
    height: 40px;
    line-height: 38px;
    border: 1px solid #eef5f8;
    background-color: #ffffff;
    font-size: 14px;
}

.korzina_item .tovar_count_left, .korzina_item .tovar_count_right {
    top: 4px;
}

.korzina_item .tovar_count_left {
    left: 4px;
}

.korzina_item .tovar_count_right {
    right: 4px;
}

.korzina_item_nalich {
    font-size: 13px;
}

.korzina_item_nalich_caption {
    color: #a9b5bb;
    margin-right: 3px;
}

.korzina_item_nalich .korzina_item_nalich_value {
    background-color: transparent;
    text-transform: lowercase;
    display: inline-block;
}

.korzina_item_cost {
    white-space: nowrap;
    line-height: 40px;
    font-weight: bold;
}

.korzina_item_del {
    display: block;
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    background-color: #ffffff;
    width: 40px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/img/korzina_del_icon.png);
}


.korzina_item_del:hover {
    background-color: #f8fdff;
    background-image: url(/img/korzina_del_hover_icon.png);
}

.korzina_del_inline {
    display: none;
    margin: 0;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 26px;
    font-size: 14px;
    line-height: 20px;
    background-image: url(/img/korzina_del_icon.png);
    color: #dce8ed;
}

.korzina_del_inline:hover { 
    color: #a9b5bb;
    background-image: url(/img/korzina_del_hover_icon.png);
}

.korzina_trilink {
    max-width: 720px;
}

.korzina_bottom_separator {
    border-bottom: 1px solid #d4d7da;
    box-shadow: 0 1px 0 0 #eef0f3;
    margin-top: 40px;
    margin-bottom: 40px;
}

.korzina_itog_block {
    background-color: #ffffff;
    box-shadow: 0 0 40px 0 rgba(205, 217, 222, 0.56);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    
    width: 330px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 25px 40px 40px;
}

.korzina_itog_costblock {
    text-align: justify;
    color: #4e5152;
    font-weight: bold;
}

.korzina_itog_caption {
    font-size: 18px;
    display: inline-block;
}

.korzina_itog_cost {
    font-size: 24px;
    display: inline-block;
}

.korzina_itog_hint {
    font-style: italic;
    font-size: 13px;
    color: #737679;
    line-height: 22px;
    margin-bottom: 25px;
}

.korzina_itog_hint br{
    display: none;
}

.korzina_itog_button {
    padding: 0;
    display: block;
    font-size: 18px;
    text-transform: none;
    height: 56px;
    line-height: 56px;
}

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

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

.rusavto_button.rusavto_button_disabled {
    box-shadow: none;
    background-color: #dadada;
    cursor: auto;
    color: #898989
}

.korzina_similar_block {
    margin-top: 70px;
    overflow: hidden;
    padding-left: 255px;
    padding-right: 255px;
    margin-left: -255px;
    margin-right: -255px;
}

.korzina_similar_block h2 {
    text-align: center;
}

.korzina_modal_content .korzina_table_colomn {
    margin-right: 0;
}

.korzina_modal_content .korzina_empty_str td{
    height: 1px;
    
    background-color: #d4d7da;
    box-shadow: 0 1px 0 0 #eef0f3;
}

.korzina_modal_content .korzina_item td{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.korzina_modal_content .korzina_bottom_separator {
    margin-top: 0;
}

.korzina_bottom {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 30px;
}

.korzina_bottom .korzina_zakaz_button, .korzina_bottom .korzina_print_button {
    width: 200px;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    line-height: 48px;
    vertical-align: top;
    margin-bottom: 15px;
}

.korzina_bottom .korzina_zakaz_button {
    line-height: 44px;
}

.korzina_modal_content .korzina_table_colomn {
    border-bottom: 0;
    margin-bottom: 0;
    box-shadow: none;
}

.noshowmore_button {
    position: absolute;
    height: 40px;
    background-color: #ffffff;
    top: -40px;
    right: 0;
    
    line-height: 40px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 0 30px 0 15px;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    background-color: #e9ecef;   
    
    background-image: url(/img/noshowmore_icon.png);
    background-position: right 15px center;
    background-repeat: no-repeat;
}

.noshowmore_button:hover {
    background-color: #d8dbde;
}

.korzina_modal_content {
    border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    overflow: hidden;
}

/*тема с правоколоночной плавающей хренью*/
.rightswinger_block {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
}

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

.rightswinger_start {
    position: relative;
}

.rightswinger_left_block {
    
}

.rightswinger_left_content {
    
}

.rightswinger_block_fixed {
    position: fixed;
    z-index: 3;
    overflow: hidden;
    top: 150px;
}

.rightswinger_block_bottom {
    position: absolute;
}

.header__btn {
    position: relative;
}

.dopkorz_block {
    display: none;
    position: absolute;
    width: 400px;
    right: 0;
    top: 100%;
    z-index: 5;
    padding-top: 16px;
}

.dopkorz_treug {
    position: absolute;
    background-image: url(/img/dopkorz_treug.png);
    width: 14px;
    height: 12px;;
    top: 4px;
    right: 100px;
}

.dopkorz_list {
    
    background-color: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 16px 24px 0 rgba(0,0,0,0.2);
    font-size: 14px;
}

.dopkorz_item {
    border-top: 1px solid #d4d7da; 
    padding: 15px 20px;
}

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

.dopkorz_item_left {
    margin-right: 40px;
}

.dopkorz_item_title {
    line-height: 20px;
    margin-bottom: 4px;
}

.dopkorz_item_title a {
    color: #008ad0;
}

.dopkorz_item_count {
    color: #a9b5bb;
}

.dopkorz_item_right {
    float: right;
}

.dopkorz_item_del {
    width: 30px;
    height: 30px;
    background-image: url(/img/korzina_del_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.dopkorz_item_del:hover {
    background-image: url(/img/korzina_del_hover_icon.png);
}

.dopkorz_all {
    text-transform: uppercase;
    font-weight: 800;
    border-top: 1px solid #d4d7da; 
    padding: 15px 20px;
}

.dopkorz_all a {
    color: #008ad0;
}

/*оформление заказа*/
.ordering_h1 {
    margin-bottom: 45px;
}

.ordering_left_colomn {
    max-width: 690px;;
    margin-right: 490px;
    position: relative;
}

.ordering_right_colomn {
    width: 460px;
}

.ordering_zakaz_block {
    width: 460px;
    background-color: #ffffff;
    box-shadow: 0 16px 48px 0 rgba(204, 207, 209, 0.32);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    
    padding: 35px 40px 40px;
}

.ordering_form_block {
    margin-top: 95px;
}

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

.ordering_form_head {
    font-size: 24px;
    margin-bottom: 35px;
}

.ordering_form_hint {
    font-size: 16px;
    color: #a9b5bb;
    margin-bottom: 28px;
}

.ordering_form_hint span {
    
}

.ordering_form_descr {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 30px;
}

.ordering_form_content {
    
}

.ordering_form_item {
    position: relative;
    margin-bottom: 25px;
}

.ordering_form_caption {
    margin-bottom: 8px;
    font-size: 14px;
    color: #a9b5bb;
}

.ordering_form_notnull {
    color: #9fa2a5;
    margin-left: 1px;
}

.ordering_form_field {
    position: relative;
}
/*
.rusavto_inputtext {
    background-color: #ffffff;
    border: 2px solid transparent;
    padding: 0; 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: bold;
    font-family: inherit;
    font-size: 16px;
    padding: 0 15px;
    outline: none;
}

.rusavto_inputtext:focus {
    border-color: #ffe500;
}


.rusavto_inputtext.rusavto_inputtext_disabled  {
    background-color: #f6f6f6;
    font-weight: normal;
}*/


textarea.rusavto_inputtext {
    height: 140px;
    line-height: normal;
    padding-top: 12px;
    resize: none;
}

.ordering_form_submit {
    padding-top: 15px;
}

.ordering_form_button {
    width: 180px;
    padding: 0;
    display: inline-block;
}

.ordering_form_back {
    padding: 0;
    line-height: 44px;
    display: inline-block;
    width: 120px;
    margin-right: 20px;
    vertical-align: top;
}
/*
.rusavto_button4 {
    border: 0;
    background-color: #3b3d3e;
    font-family: inherit;
    height: 55px;
    line-height: 55px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    
    
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.rusavto_button4:hover {
    background-color: #4c4e4f;
}

.rusavto_button4_gray {
    background-color: #e9ecef;
    color: #3b3d3e;
    font-weight: normal;
}

.rusavto_button4_gray:hover {
    background-color: #d8dbde;
}

.rusavto_button4_small {
    height: 40px;
    line-height: 40px;;
    font-size: 13px;
}*/

.ordering_form_back_icon {
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
    
    vertical-align: middle;
    margin-right: 4px
}

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

/*это мы делали подтверждалку телефона*/
/*.submiter_container {
    margin-right: 230px;
    
}

.submiter_button, .submiter_button2, .submiter_message, .settings_feedback_button {
    height: 55px;
    line-height: 55px;
    
    width: 210px;
    float: right;
}

.submiter_message {
    line-height: 55px;
    font-size: 14px;
    width: auto;
    font-weight: 300;
}

.submiter_success {
    font-size: 14px;
    color: #7cc576;
    width: 210px;
    font-weight: 600;
}

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


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

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

.ordering_sostav_call {
    width: 180px;
    position: absolute;
    right: 0;
    top: -5px;
    padding: 0;
    line-height: 44px;
    display: none;
}

.ordering_zakaz_head {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
}

.ordering_zakaz_content {
    
}

.ordering_zakaz_item {
    line-height: 24px;
    margin-top: 10px;
}

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

.ordering_zakaz_item_title {
    float: left;
    width: 78%;
    
    font-weight: 300;
    
    text-align: left;
}

.ordering_zakaz_item_count {
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
    
}

.ordering_zakaz_item_cost {
    float: right;
    font-weight: 900;
    text-align: right;
    width: 22%;
}

.ordering_zakaz_itog {
    border-top: 1px solid #e9ecef;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 18px;
}

.ordering_zakaz_itog .ordering_zakaz_item_title {
    font-weight: bold;
    width: 50%;
}

.ordering_zakaz_mobclose {
    width: 16px;
    height: 16px;
    position: absolute;
    background-image: url(/img/ordering_mobclose.png);
    right: 15px;
    top: 20px;
    cursor: pointer;
    display: none;
}

.ordering_warning_block {
    background-color: #f6ece1;
    color: #dd5d5d;
    padding: 25px 25px 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
}

.ordering_warning_text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
}

.ordering_warning_text strong {
    font-weight: 900;
}

.ordering_warning_buttons {
    
}

.ordering_warning_button {
    width: 200px;
    margin: 0 5px 15px;
    display: inline-block;
    line-height: 48px;
}

.ordering_warning_button.rusavto_button4 {
    line-height: 44px;
}

.ordering_form_item .rusavto_select {
    height: 55px;
    width: 100%;
}

.ordering_orgia_container {
    margin-right: 180px;
}

.ordering_orgia_button {
    width: 160px;
    float: right;
    padding: 0;
    height: 55px;
}

.popup_block .rusavto_inputtext {
    border: 1px solid #e7ebed;
}

/*стили радиокнопок, взятые со стимула*/
.ordering_form_item_radio {
    margin-bottom: 15px;
}

.ordering_radio_switcher {
    text-align: justify;
}

.ordering_radio_switcher .form_buttons_item {
    display: inline-block;
    width: 32%;
    vertical-align: top;
}

.ordering_radio_switcher .form_buttons_item.ordering_shipping_rightitem {
    margin-right: 34%;
}

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

.ordering_radio_switcher label {
    display: block;
    border: 1px solid transparent;
    padding: 15px 20px 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: left;
    cursor: pointer;
    color: #b1b1bd;
    background-color: #ffffff;
}

.ordering_radio_switcher label:hover {
/*    border-color: #ff343f;*/
    border-color: #0084c7;
}

.ordering_radio_switcher .clearer {
    display: inline-block;
    width: 100%;
    clear: none;
}

.ordering_radio_title {
    display: block;
    font-size: 20px;
    line-height: 24px;
    
}

.ordering_radio_descr {
    margin-top: 8px;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.ordering_radio_descr strong {
    font-weight: 900;
}

.ordering_radio_switcher input[type="radio"]:checked ~ label {
    border-color: #0084c7;
    color: #3b3d3e;
    
}

.ordering_radio_switcher input[type="radio"]:disabled ~ label {
    color: #b1b1bd;
    border-color: #c5c5c5;
    background-color: #e9e9e9;
    cursor: auto;
}

.ordering_radio_switcher input[type="radio"]:checked ~ label .ordering_radio_title {
    color: #0084c7;
}

.ordering_gray_check {
    margin-top: 20px;
    padding-left: 28px;
    background-image: url(/img/ordering_gray_check.png);
    background-position: left center;
    line-height: 19px;
    font-weight: bold;
    color: #9b9c9c;
    background-repeat: no-repeat;
}

.ordering_yourinfo_block {
    background-color: #ffffff;
    padding: 30px 35px;
    margin-bottom: 40px;
    box-shadow: 0 16px 48px 0 rgba(204, 207, 209, 0.32);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ordering_yourinfo_head {
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 20px;
    
    
}

.ordering_yourinfo_item {
    margin-top: 14px;
    font-weight: 300;
    line-height: 24px;
}

.ordering_yourinfo_item strong {
    font-weight: 900;
    margin-right: 4px;
}

.ordering_form_item_checkbox {
    
}

.ordering_form_item_checkbox input[type="checkbox"], .newmodal_item_checkbox input[type="checkbox"], .filter_item input[type="checkbox"] {
    display: none;
}

.ordering_form_item_checkbox label, .newmodal_item_checkbox label, .filter_item label {
    padding-left: 28px;
    display: inline-block;
    cursor: pointer;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(/img/checkbox.png);
    line-height: 21px;
}

.ordering_form_item_checkbox label:hover, .filter_item label:hover {
    text-decoration: underline;
}

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

.ordering_form_item_checkbox label a {
    font-weight: 900;
    color: #008ad0;
}

.ordering_form_item_checkbox .field_parent_error{
    color: red;
    text-decoration: underline;
}

.ordering_form_item_checkbox .field_parent_error a {
    color: red;
}

.ordering_success_button {
    width: 200px;
}

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

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

.tovar_card_cars_table th {
    border-right: 1px solid #0084c7;
}

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

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

.tovar_card_cars_table th {
    text-transform: uppercase;
    font-size: 11px;
    color: #ffffff;
    background-color: #0084c7;
    
    font-weight: 600;
}

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

.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    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);
}

.review_item{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 40px;
    margin-bottom: 30px;
    background: #f3f9fc;
    box-shadow: 0px 1px 3px #e1e2e3;
    text-align: left;
    min-height: 80px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.review_left_wr{
    position: absolute;
    width: 110px;
    margin-top: -5px;
    text-align: center;
    
}
.review_img{
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 5px;
}
.review_img img{}
.review_date{
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 30px;
}
.review_time{
    display: block;
    font-weight: bold;
    color: #a9b5bb;
}
.review_right_wr{
    margin-left: 140px;
}
.review_top_wr{
    
}
.review_fio{
    font-weight: 900;
    margin-right: 10px;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 8px;
}
.review_question{
    font-size: 16px;
    line-height: 24px;
    
    padding-right: 40px;
}

.welcome_otzyv_item_rating {
    margin-left: -2px;;
    height: 20px;
    width: 100px;
    background-position: left center;
    background-image: url(/img/otzyv_star_empty.png);
    margin-bottom: 20px;
}

.welcome_otzyv_item_rating_fill {
    height: 20px;
    background-position: left center;
    background-image: url(/img/otzyv_star_fill.png);
    
}

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

.otzyv_h2 {
    float: left;
}

.review_mob_date {
    display: none;
}

.review_mob_date .review_time{
    display: inline;
}

.review_rating {
    height: 24px;
    margin-bottom: 4px;
    vertical-align: middle;
    display: inline-block;
    
    
}

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

.otzyv_form_rating_block label {
    width: 20px;
    height: 20px;
    background-image: url(/img/otzyv_darkstar_empty.png);
    float: right;
    margin-right: 3px;
    cursor: pointer;
}

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



.personal_orgia_list {
    margin-bottom: 30px;
}

.personal_orgia_button_container {
    text-align: right;
    
}

.personal_orgia_button {
    padding: 0 25px;
    display: inline-block;
    line-height: 44px;
}

.personal_orgia_table .personal_orgia_table_icons_col {
    padding: 14px 9px;
    vertical-align: middle;
    
}

.personal_orgia_but {
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    background-color: #f6f8fa;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    float: left;
    margin-left: 4px;
}

.personal_orgia_but:hover {
    background-color: #e9ecef;
}

.personal_orgia_editbut {
    background-image: url("/img/orgia_edit.png");
}

.personal_orgia_delbut {
    background-image: url("/img/orgia_del.png");
}

/*список заказов в лк*/
.zakaz_list {
    
}

.zakaz_item {
    
    background-color: #f5fafe;
    margin-bottom: 25px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    
}

.zakaz_item.zakaz_item_canceled {
    
    opacity: 0.5
}

.zakaz_item_top {
    position: relative;
    padding: 30px 70px 30px 35px;
}

.zakaz_item_table {
    
}

.zakaz_item_info {
    
}

.zakaz_item_info td {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    vertical-align: top;
    
    border-left: 1px solid #edf7f9;
    padding-left: 30px;
    padding-right: 10px;
}

.zakaz_item_info td:first-child {
    padding-left: 0;
    border-left: 0;
}

.zakaz_item_cell {
    margin-top: -4px;
    margin-bottom: -4px;
}

.zakaz_item_graytext {
    font-size: 14px;
    font-weight: normal;
    color: #adb0b2;
}

.zakaz_mob_title {
    display: none;
    font-size: 14px;
    margin-bottom: 18px;
    font-weight: 300;
}

.zakaz_docs {
    margin-top: 45px;
}

.zakaz_docs_item_wrap {
    margin-top: 15px;
}

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

.zakaz_docs_item {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    line-height: 24px;
    padding: 4px 10px;
    background-color: #f6f8fa;
    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.zakaz_docs_title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.zakaz_docs_weight {
    color: #adb0b2;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.zakaz_docs_download {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.15);
    display: inline-block;
    vertical-align: middle;
    background-image: url(/img/doc_download_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    margin-top: -1px;
}

.zakaz_docs_item:hover .zakaz_docs_title {
    text-decoration: underline;
}

.zakaz_item_arrow {
    position: absolute;
    width: 40px;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;;
    
    right: 8px;
    top: 8px;
    bottom: 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image: url(/img/zakaz_item_arrow_b.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.zakaz_item_opened .zakaz_item_arrow {
    width: 38px;
    background-color: #ffffff;
    border: 1px solid #eaf5fc;
    background-image: url(/img/zakaz_item_arrow_t.png);
}

.zakaz_item_arrow:hover {
    background-color: #008ad0;;
    background-image: url(/img/zakaz_item_arrow_b_white.png);
}

.zakaz_item_opened .zakaz_item_arrow:hover {
    background-image: url(/img/zakaz_item_arrow_t_white.png);
}

.zakaz_item_sostav {
    max-width: 780px;
    padding: 35px 0 0 35px;
    display: none;
}

.zakaz_sostav_head {
    font-weight: bold;
    margin-bottom: 5px;
}

.zakaz_sostav_tr td {
    padding: 20px 10px 20px 20px;
    font-weight: bold;
    line-height: 24px;
}

.zakaz_sostav_tr td:first-child {
    padding-left: 0;
}

.zakaz_sostav_img {
    width: 80px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.zakaz_sostav_title {
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

.zakaz_sostav_count {
    display: inline-block;
    color: #9fa2a5;
    font-weight: normal;
    font-size: 14px;
    width: 100px;
}

.zakaz_sostav_cost {
    display: inline-block;
}

.zakaz_sostav_summ_caption {
    font-weight: normal;
    color: #9fa2a5;
}

.zakaz_item_button {
    font-size: 11px;
    line-height: 24px;
    padding: 0 12px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    vertical-align: middle;
}

.zakaz_item_pay {
    color: #ffffff;
    background-color: #008acf;
}

.zakaz_item_pay:hover {
    background-color: #119bdf;
}

.zakaz_item_cancel {
    color: #ad5d00;
    background-color: #f6ece1;
}

.zakaz_item_cancel:hover {
    background-color: #e5dbd0;
}

.rusavto_hint {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: inline-block;
    width: 14px;
    margin-left: 4px;
    
}

.nowrap_text {
    white-space: nowrap;
}

.tovar_onecost {
    font-weight: 300;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin-right: 8px;
}