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

    body {
        height:         100%;
        margin: 0;
        padding: 0;
        color: #3b3d3e;
        font-family: "Roboto", sans-serif;
        font-size: 15px;
        min-width: 100%;
        background-color: #f7f8fa;

    }

    a {

        color: #3b3d3e;
        text-decoration: underline;
    }

    a:hover {
        text-decoration: none;
    }

    a.inverse {
        text-decoration: none;
    }

    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;
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 30px;
        
    }


    .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: 265px;
}

div.metrika_code {
    display: none;
}

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



  .footer {
      height: 265px;
      
      
  }

  .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%;
    
}

@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;
}

.phonelink {
    color: inherit;
    text-decoration: none;
}


.headmenu_pos {
    height: 50px;
    position: relative;
    z-index: 4;
}

.headmenu_band {
    overflow: visible;
}

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

.headmenu_band .band_background {
    background-color: rgba(15,16,16,0.88);
}

.headmenu_fixed {
    position: fixed;
    top: 0;
    z-index: 3;
}

.headmenu_container {
    height: 50px;
}

.headmenu {
    height: 50px;
    float: left;
    text-align: justify;
    width: 72.34%;
}

.headmenu_item {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.headmenu_item a {
    color: #8b8b8b;
}

.headmenu_item a:hover {
    /*color: #ffffff;
    text-decoration: none;*/
    /*закомментил, потому что придется стрелку менять тоже на белый цвет. а лень*/
}

.headmenu_personal_block {
    position: relative;
    line-height: normal;
}

.headmenu_personal_link {
    color: #ffe500;
    font-weight: 900;
    background-image: url(/img/personal_icon_yellow_12.png);
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.headmenu_personal_caption {
    
}

.headmenu_personal_arrow {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    margin-left: 4px;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(/img/link_arrow_yellow.png);
}

.headmenu_personal_link:hover .headmenu_personal_caption {
    border-bottom: 1px dotted #ffe500;
}

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

.headmenu_phone_caption {
    padding-left: 20px;
    display: block;
    color: #fefefe;
    font-size: 13px;
    font-weight: 900;
    background-image: url(/img/phone_icon_white_11.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.headmenu_personal_menu {
    z-index: 5;
    background-color: #0f1010;
    position: absolute;
    left: 0;
    width: 200px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 8px;
    overflow: hidden;
    display: none;
    border: 1px solid #3f3f3f;
}

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

.headmenu_personal_menu_item:hover {
    background-color: #3f3f3f;
}

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

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

.headmenu_mob_icon {
    float: left;
    width: 50px;
    height: 50px;
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.headmenu_mob_icon:hover {
    background-color: #3f3f3f;
}

.headmenu_mob_button {
    background-image: url(/img/headmenu_icon_white_22.png);
}
.personal_mob_button {
    background-image: url(/img/personal_icon_white_22.png);
}

.headmenu_item_subisset {
    position: relative;
}

.headmenu_item_subisset .headmenu_item_link .headmenu_item_link_inner {
    padding-right: 15px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(/img/headmenu_arrow.png);
}

.headmenu_sub {
    text-align: left;
    display: none;
    position: absolute;
    background-color: #0f1010;
    z-index: 115;
    left: 0;
    top: 100%;
    min-width: 270px;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    overflow: hidden;
    border: 1px solid #3f3f3f;
    /*box-shadow: 0 16px 24px 0 rgba(79,111,83,0.48);*/
}

.headmenu_subitem {
    display: block;
    background-color: #0f1010;
    border-top: 1px solid #3f3f3f;
    text-decoration: none;
    position: relative;
}

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

.headmenu_sub_link {
    
    padding: 20px 30px;
    line-height: 25px;
    display: block;
        text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    
    color: #ffffff;
    cursor: pointer;
    
}

.headmenu_subitem:hover {
    background-color: #3f3f3f;
}

.headmenu_subitem:hover .headmenu_sub_link {
    
    font-weight: bold;
    color: #ffffff;
}

.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: #ffe500;
    background-color: #0f1010;
}

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

.topbg_block {
    position: relative;
}

.topbg_background {
    background-image: url(/img/slider_band_background.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.header_band {
    overflow: visible;
}

.header_band .band_background {
    
}

.header_container {
    
}

.header_logo_block {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-left: -5px;
}

.header_logo {
    
}

.header_catalog_block {
    padding-top: 23px;
    margin-right: 330px;
    margin-left: 360px;
}

.header_catalog_button {
    position: absolute;
    width: 170px;
    background-color: #ffffff;
    height: 50px;
    line-height: 50px;;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    color: #0f1010;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    
    z-index: 1;
}

.header_catalog_button_menu {
    background-image: url(/img/catalog_menu_icon.png);
    display: inline-block;
    width: 16px;
    height: 13px;
    vertical-align: middle;
    margin-right: 10px;
}

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

.header_catalog_button_arrow {
    background-image: url(/img/catalog_arrow_icon.png);
    display: inline-block;
    width: 8px;
    height: 6px;
    vertical-align: middle;
    margin-left: 15px;
}

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

.header_search_block {
    position: relative;
    margin-left: 165px;
}

.header_search_form {
    
}

.header_search_text {
    height: 50px;
    border: 0;
    background-color: #0f1010;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #c3c3c3;
    padding: 0 25px;
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

.header_search_button {
    right: 0;
    top: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: #1d1e1e;
    border: 0;
    padding: 0;
    background-image: url(/img/search_icon_yellow_16.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
}

.header_search_button:hover {
    background-color: #3f3f3f;
}

.header_buttons_block {
    float: right;
    margin-top: 23px;
}

.header_buttons_item {
    width: 50px;
    height: 50px;
    background-color: #0f1010;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 6px;
    position: relative;
    cursor: auto;
}

.header_buttons_item.header_buttons_item_active {
    cursor: pointer;
}

.header_buttons_item.header_buttons_item_active:hover {
    background-color: #3f3f3f;
}

.header_buttons_num {
    width: 16px;
    height: 16px;
    font-weight: 900;
    color: #050505;
    font-size: 11px;
    background-color: #ffe500;
    text-align: center;
    line-height: 17px;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    position: absolute;
    border: 3px solid #0f1010;
    top: 4px;
    left: 20px;
    
    display: none;
}

.header_buttons_item.header_buttons_item_active:hover .header_buttons_num {
    border-color: #3f3f3f;
}

.header_buttons_compare {
    background-image: url(/img/compare_icon_gray_16.png);
}

.header_buttons_favor {
    background-image: url(/img/favor_icon_gray_13.png);
}

.header_buttons_korzina {
    display: none;
    background-image: url(/img/korzina_icon_gray_17.png);
}

.header_buttons_search {
    display: none;
    background-image: url(/img/search_icon_yellow_16.png);
}

.header_buttons_item_active.header_buttons_favor {
    background-image: url(/img/favor_icon_white_13.png);
}

.header_buttons_item_active.header_buttons_compare {
    background-image: url(/img/compare_icon_white_16.png);
}

.header_buttons_item_active.header_buttons_korzina {
    background-image: url(/img/korzina_icon_white_17.png);
}

.header_buttons_item_active .header_buttons_num {
    display: block;
}

.header_buttons_compare .header_buttons_num, .header_buttons_korzina .header_buttons_num {
    left: 25px;
}

.header_korzina_button {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    background-color: #0f1010;
    
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    cursor: auto;
    width: 160px;
    text-align: center;
    margin-left: 20px;
    text-decoration: none;
}

.header_korzina_icon {
    background-image: url(/img/korzina_icon_gray_17.png);
    display: inline-block;
    width: 17px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: top;
    vertical-align: middle;
    margin-right: 14px;
    position: relative;
}

.header_korzina_caption {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.header_korzina_icon .header_buttons_num {
    top: -12px;
    left: 10px;
    vertical-align: baseline;
}

.header_korzina_button.header_korzina_active {
    color: #ffe500;
    cursor: pointer;
}

.header_korzina_button.header_korzina_active .header_korzina_icon {
    background-image: url(/img/korzina_icon_yellow_17.png);
}

.header_korzina_active:hover {
    background-color: #3f3f3f;
}

.header_korzina_active .header_buttons_num {
    display: block;
}

.header_korzina_active:hover .header_buttons_num {
    border-color: #3f3f3f;
}

/*короче понеслись стили для модалки каталога*/
.catmenu_block {
    width: 100%;
    position: fixed;
    height: 100%;
    background-color: rgba(15,16,16,0.96);
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.catmenu_band {
    height: 100%;
}

.catmenu_band .band_background {
    
}

.catmenu_band .wrapper {
    height: 100%;
}

.catmenu_close {
    width: 32px;
    height: 32px;
    background-image: url(/img/catmenu_close.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    cursor: pointer;
    top: 8px;
    right: 8px;
    right: -40px;
    z-index: 3;
}

.catmenu_container {
    height: 100%;
    position: relative;
}

.catmenu_left_colomn {
    width: 345px;
    height: 100%;
    padding-left: 240px;
    margin-left: -255px;
    left: -600px;
    background-color: #0d0e0e;
    position: absolute;
    opacity: 0;
}

.catmenu_left_block {
    height: 100%;
}

.catmenu_left_list {
    padding-top: 40px;
    padding-bottom: 40px;
}

.catmenu_left_item {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 25px;
}

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

.catmenu_left_item a {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    display: block;
    text-decoration: none;
    padding: 8px 20px;
    width: 270px;
}

.catmenu_left_item a span {
    
}

.catmenu_left_item a:hover {
    background-color: #e9ecef;
    color: #0d0e0e;
}

.catmenu_left_item.catmenu_left_item_active a {
    background-color: #ffe500;
    color: #0d0e0e;
}

.catmenu_center_colomn {
    background-color: #1d1e1e;
    height: 100%;
    display: none;
    margin-left: 330px;
    padding-left: 30px;
}

.catmenu_center_block {
    margin-right: 50px;
}

.catmenu_center_list {
    padding-top: 45px;
    padding-bottom: 35px;
}

.catmenu_list_colomn {
    width: 270px;
    margin-left: 90px;
    display: inline-block;
    vertical-align: top;
}

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

.catmenu_center_item {
    margin-top: 40px;
}

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

.catmenu_center_elem {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
}

.catmenu_center_elem a {
    color: #ffffff;
    text-decoration: none;
}

.catmenu_center_elem a:hover {
    color: #ffe500;
}

.catmenu_center_dauthers {
    margin-top: 8px;
}

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

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

.catmenu_dauthers_elem a {
    text-decoration: none;
    color: #8f8f8f;
}

.catmenu_dauthers_elem a:hover {
    color: #ffe500;
}

.catmenu_mark_block {
    position: absolute;
    bottom: 65px;
}

.catmenu_mark_item {
    background-color: #171818;
    display: inline-block;
    width: 130px;
    height: 110px;
    margin-right: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
}

.catmenu_mark_item:hover {
    background-color: #0d0e0e;
}

.catmenu_hidden_block {
    display: none;
}

/*Баннера*/
.slider_band {
    margin-top: 35px;
}

/*то, что я спиздил для баннера*/
.slider_band .band {
    z-index: auto;
}

.slider_band .band_background {
    
}

.slider_background {
    width: 100%;
    height: 100%;
    background-position: center;
    position: relative;
    background-color: #000000;
    display: none;
}

.slider_background_wrapper {
    opacity: 0.8;
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}


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

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

.slider_container {
    height: 525px;
    max-height: 525px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.slider_content {
    height: 100%;
    position: relative;
    z-index: 2;    
}

.slider_content_item {
    display: none;
    width: 100%;
    
    position: absolute;
    
}

.slider_content_img {
    filter: grayscale(75%);
    -moz-filter: grayscale(75%);
    -webkit-filter: grayscale(75%);
    position: absolute;
    right: 0;
}

.slider_content_img img {
    display: block;
    
}

.slider_content_inner {
    max-width: 450px;
    position: relative;
    z-index: 5;
    height: 525px;
    display: table-cell;
    vertical-align: middle;
}

.slider_content_active {
    display: block;
}

.slider_content_title {
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    color: #ffffff;
}

.slider_content_type {
    font-size: 12px;
    line-height: 30px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    height: 30px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0 22px;
    margin-bottom: 25px;
}

.slider_content_button {
    margin-top: 45px;
    min-width: 150px;
    padding: 0 30px;
}

.rusavto_button {
    border: 0;
    background-color: #ffe500;
    font-family: inherit;
    height: 55px;
    line-height: 55px;
    color: #0e0f10;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    
    box-shadow: inset 0 -5px 0 0 #ffce00, 0 4px 16px 0 rgba(135,122,12,0.56);
    box-shadow: inset 0 -5px 0 0 #ffce00, 0 4px 16px 0 rgba(246,222,7,0.56);
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

input[type="button"].rusavto_button {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.rusavto_button:hover {
    background-color: #eed400;
}

.slider_arrows {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    
    z-index: 2;
}

.slider_arrow {
    height: 50%;
    z-index: 3;
    
    width: 80px;
    background-color: rgba(29,30,30,0.88);
    border: 0;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.slider_arrow:hover {
    background-color: rgba(21,15,10,0.93);
}

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

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

.slider_arrow_left:hover {
    
    background-image: url(/img/slider_arrow_left_hover.png);
}

.slider_arrow_right:hover {
    background-image: url(/img/slider_arrow_right_hover.png);
}

.topbg_bottom_margin {
    height: 200px;
}

.welcome_search_band {
    margin-top: -135px;
    overflow: visible;
}

.welcome_search_band .band {
    /*z-index: -2;*/
}

.welcome_search_band .band_background {
    background-color: #ffffff;
    /*background-color: #e9ecef;
    background-image: url(/img/line_bg.png);*/
    background-position: center;
    
}

.welcome_search_container {
    background-color: #040505;
    
    background-image: url(/img/welcome_search_bg.jpg);
    background-position: right top;
    height: 265px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    
    padding: 60px 65px 0 65px;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.welcome_search_dvig {
    width: 340px;
    height: 210px;
    position: absolute;
    background-image: url(/img/welcome_search_dvig.png);
    right: -7px;
    top: -40px;
}

.welcome_search_top {
    position: relative;
    margin-bottom: 40px;
}

.welcome_search_title {
    font-size: 24px;
    font-weight: 900;
    color: #ffffff;
    display: inline-block;
}

.welcome_search_mark {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    margin-left: 60px;
}

.welcome_search_mark a {
    color: #ffe500;
}

/*спизженное с маздафорда и переделанное*/
.welcome_search_block {
    position: relative;
    text-align: justify;
    z-index: 1;
}

.welcome_search_item {
    width: 25.5%;
    vertical-align: bottom;
    display: inline-block;
}

.welcome_search_item_disabled {
    
}

.welcome_search_item_caption {
    font-size: 11px;
    font-weight: 300;
    color: #84888b;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-left: 1px;
}

.welcome_search_item_field {
    
}

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

.welcome_search_item_submit {
    width: auto;
    
    
}

.welcome_search_item_submit .welcome_search_item_inner {
    padding-top: 9px;
}

.rusavto_button[disabled], .rusavto_button_disabled, input[type="button"].rusavto_button[disabled] {
    cursor: auto;
    color: #5a5a5a;
    background-color: #202020;
    box-shadow: none;
}

.welcome_search_button {
    width: 210px;
}

.welcome_tovar_band .band_background {
    background-color: #e9ecef;
    
    background-image: url(/img/line_bg.png);
    background-position: center;
}

.welcome_tovar_band .wrapper {
    overflow: hidden;
    padding-left: 255px;
    padding-right: 255px;
}

.welcome_tovar_container {
    padding-top: 120px;
    padding-bottom: 150px;
    position: relative;
}

.welcome_tovar_container h2 {
    text-align: center;
    
}

.welcome_tovar_more {
    position: relative;
    text-align: center;
}

.welcome_tovar_more_border {
    border-top: 1px solid #f5f6f8;
    position: absolute;
    width: 100%;
    top: 15px;
}

.welcome_tovar_more_inner {
    padding: 0 30px;
    background-color: #e9ecef;
    position: relative;
    display: inline-block;
}

.welcome_tovar_more_link {
    text-transform: uppercase;
    color: #a6aaae;
    font-size: 11px;
    text-decoration: none;
    line-height: 32px;
    background-color: #ffffff;
    display: inline-block;
    padding: 0 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.welcome_tovar_more_link:hover {
    color: #3b3d3e;
    background-color: #d2d8dd;
}

.welcome_tovar_sectios {
    padding-bottom: 130px;
}

.welcome_tovar_sections_button {
    display: block;
    
    font-size: 40px;
    font-weight: 900;
    color: #ffffff;
    height: 160px;
    line-height: 160px;
    text-decoration: none;
    width: 48.94%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    max-width: 690px;;
}


.welcome_tovar_sections_button_img {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: left bottom;
    bottom: 0;
}

.welcome_tovar_sections_button_link {
    background-repeat: no-repeat;
    background-color: #060606;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    color: inherit;
    text-decoration: none;
}

.welcome_tovar_sections_button_link:hover {
    background-color: #ffe500;
    color: #060606;
}

.welcome_tovar_sections_button_inner {
    display: block;
    position: relative;
}

.welcome_tovar_sections_zap {
    float: left;
}

.welcome_tovar_sections_zid {
    float: right;
    
}

.welcome_tovar_sections_zap .welcome_tovar_sections_button_link {
    background-image: url(/img/welcome_section_left.jpg);
    background-position: left;
}

.welcome_tovar_sections_zid .welcome_tovar_sections_button_link {
    background-image: url(/img/welcome_section_right.jpg);
    background-position: right;
}

.welcome_tovar_sections_zap .welcome_tovar_sections_button_inner {
    padding-left: 265px;
}

.welcome_tovar_sections_zid .welcome_tovar_sections_button_inner {
    padding-left: 65px;
}

.welcome_tovar_sections_zap .welcome_tovar_sections_button_link:hover {
    background-image: url(/img/welcome_section_left_hover.jpg);
}

.welcome_tovar_sections_zid .welcome_tovar_sections_button_link:hover {
    background-image: url(/img/welcome_section_right_hover.jpg);
}

.welcome_tovar_sections_zap .welcome_tovar_sections_button_img {
    background-image: url(/img/welcome_section_left_img.png);
    width: 225px;
    height: 200px;
    left: -10px;
}

.welcome_tovar_sections_zid .welcome_tovar_sections_button_img {
    background-image: url(/img/welcome_section_right_img.png);
    width: 320px;
    height: 205px;
    right: -20px;
    
}


.sale_tovar_list {
    margin-bottom: 16px;
}

.category_content .sale_tovar_list {
    margin-bottom: 0;
}

.tovar_list_item {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 330px;
    white-space: normal;
    transition: background-color 0.2s ease-in, opacity 0.2s ease-in; 
    opacity: 0.48;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
}

.tovar_list_item.aaaleafer_item_vidim {
    opacity: 1;
}

.tovar_item_inner {
    
}

.tovar_item_col1 {
    
}

.tovar_item_img_container {
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    
    padding: 35px;
    
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

.tovar_item_img {
    display: table-cell;
    height: 230px;
    width: 260px;
    vertical-align: middle;
    text-align: center;
}

.tovar_item_img .tovar_img {
    margin: 0 auto;
    max-width: 260px;
    max-height: 230px;
    display: block;
}

.tovar_item_favor {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #e9ecef;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    background-image: url(/img/favor_icon_blue_13.png);
    background-repeat: no-repeat;
    background-position: center;
}

.tovar_item_favor:hover {
    background-color: #e4e7ea;
}

.tovar_item_favor_active {
    background-image: url(/img/favor_icon_yellow_13.png);
    background-color: #fffbda;
}

.tovar_item_favor_active:hover {
    background-color: #faf6d5;
}

.tovar_item_col1_texts {
    padding: 0 35px;
    margin-bottom: 15px;
}

.tovar_item_article {
    color: #90919b;
    font-size: 13px;
    line-height: 24px;
    float: left;
}

.tovar_item_nalich {
    float: right;
    font-size: 13px;
    line-height: 24px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 8px;
}

.tovar_item_rows_nalich {
    display: none;
    font-size: 16px;
    line-height: 28px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 8px;
}

.tovar_item_nalich_green {
    background-color: #e1f6ec;
    color: #00ad5d;
}

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

.tovar_item_col2 {
    padding: 0 35px;
}

.tovar_item_title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
}

.tovar_item_title a {
    
}

.tovar_item_descr {
    display: none;
}

.tovar_item_ul {
    padding: 0;
    margin: 0;
    list-style-image: url(/img/teplomir_ul_marker.png);;
    margin-bottom: 24px;
    margin-top: -10px;
    display: none;
}

.tovar_item_ul li {
    padding: 0;
    margin: 0;
    line-height: 22px;
    
    font-weight: 300;
    margin-left: 12px;
    margin-top: 4px;
}

.tovar_item_ul li:first-child {
    margin-top: 0;
}

.tovar_item_col3 {
    padding: 0 35px 40px;
    
}

.tovar_item_cost  {
    
    text-transform: uppercase;
    display: inline-block;
}

.tovar_item_cost_now {
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    font-weight: 900;
    background-color: #ffe500;
    padding: 0 8px;
    margin-right: 10px;
    transition: background-color 0.2s ease-in, color 0.2s ease-in; 
    
}

.tovar_item_cost_old {
    font-size: 16px;
    color: #7d8082;
    vertical-align: bottom;
    line-height: 12px;
    position: relative;
    padding: 0 6px;
}

.tovar_item_cost_through {
    position: absolute;
    border-top: 1px solid #7c7d7e;
    width: 100%;
    left: 0;
    bottom: 50%;
}

.tovar_item_col4 {
    
}

.tovar_item_button_buttons {
    visibility: hidden;
    
}

.tovar_item_button {
    width: 145px;
    float: left;
    box-shadow: inset 0 -5px 0 0 #ffce00, 0 4px 16px 0 rgba(246,222,7,0.56);
}

.tovar_item_button_in {
    
}

.tovar_item_count {
    display: none;
}

.tovar_item_compare {
    float: right;
    line-height: 55px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    margin-right: 30px;
    cursor: pointer;
    text-decoration: none;
    
}

.tovar_item_compare_icon, .tovar_item_favor_rows_icon {
    width: 16px;
    height: 16px;
    background-image: url(/img/compare_icon_black_16.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 4px;
}

.tovar_item_compare_caption {
    border-bottom: 1px dotted #5b5c5d;
}

.tovar_item_compare:hover .tovar_item_compare_caption {
    border-bottom: 0;
}

.tovar_item_compare_active {
    color: #00ad5d;
}

.tovar_item_compare_active .tovar_item_compare_icon {
    background-image: url(/img/compare_icon_green_16.png);
}

.tovar_item_compare_active .tovar_item_compare_caption {
    border-color: #00ad5d;
}

.tovar_item_favor_rows {
    display: none;
}

.tovar_item_favor_rows_icon {
    background-image: url(/img/favor_icon_black_13.png);
}

.tovar_item_compare_active .tovar_item_favor_rows_icon {
    background-image: url(/img/favor_icon_green_13.png);
}


.tovar_list_item.aaaleafer_item_vidim:hover {
    background-color: #ffffff;
}


.tovar_list_item.aaaleafer_item_vidim:hover .tovar_item_button_buttons {
    visibility: visible;
}

.tovar_list_item.aaaleafer_item_vidim:hover .tovar_item_cost_now {
    color: #ffffff;
    background-color: #000000;
}

.tovar_item_del {
    width: 34px;
    height: 34px;
    z-index: 1;
    position: absolute;
    cursor: pointer;
    background-image: url(/img/compare_tovar_del.png);
    background-position: center;
    top: 0;
    right: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.tovar_item_del:hover {
    opacity: 0.85
}

.welcome_about_band {
    overflow: visible;
}

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

.welcome_about_container {
    padding-top: 120px;
    padding-bottom: 40px;
}

.welcome_otzyv_block {
    width: 65.96%;
    float: left;
    color: #ffffff;
}

.welcome_otzyv_block h2 {
    
}

.welcome_otzyv_more {
    text-transform: uppercase;
    color: #8b8b8b;
    font-size: 11px;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    position: absolute;
    padding: 0 14px;
    
    margin-top: 6px;
    margin-left: 35px
}

.welcome_otzyv_more:hover {
    background-color: #2a2a2a;
}

.welcome_otzyv_list {
    margin-bottom: 40px;
}

.welcome_otzyv_list_item {
    background-color: #101010;
    padding: 30px 35px 25px;
    width: 380px;
    white-space: normal;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.welcome_otzyv_item_topimg {
    width: 50px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 25px;
}

.welcome_otzyv_item_top {
    
    margin-bottom: 25px;
}

.welcome_otzyv_item_topinfo {
    padding-top: 3px;
    display: inline-block;
}

.welcome_otzyv_item_title {
    font-size: 20px;
    color: #a0a0a0;
    font-weight: 900;
    margin-bottom: 8px;
    
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.welcome_otzyv_item_kogda {
    color: #a0a0a0;
    font-size: 12px;
    font-weight: 300;
}

.welcome_otzyv_item_kogda span {
    border-left: 1px solid #2c2c2c;
    padding-left: 8px;
    margin-left: 6px;
}

.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);
    
}

.welcome_otzyv_item_anons {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
}

.welcome_otzyv_arrows {
    height: 50px;
    text-align: left;
}


.welcome_about_block {
    width: 27.3%;
    float: right;
    color: #a0a0a0;
    
}

.welcome_about_block h2 {
    margin-bottom: 22px;
}

.welcome_about_text {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 55px;
}

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


.rusavto_button2 {
    border: 0;
    background-color: transparent;
    font-family: inherit;
    height: 51px;
    line-height: 51px;
    border: 2px solid #ffe500;
    color: #ffe500;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
        
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.rusavto_button2:hover {
    background-color: #ffe500;
    color: #3b3d3e;
}

.welcome_about_button {
    width: 140px;
}

.welcome_about_kamaz {
    background-image: url(/img/welcome_about_kamaz.png);
    width: 365px;
    height: 265px;
    position: absolute;
    right: -140px;
    bottom: -85px;
}

.welcome_articles_band {
    
}

.welcome_articles_band .band_background {
    background-color: #e9ecef;
    
    background-image: url(/img/line_bg.png);
    background-position: center;
}

.welcome_articles_container {
    padding-top: 120px;
    padding-bottom: 115px;
}

.welcome_articles_container h2 {
    text-align: center;
    margin-bottom: 22px;
}

.catlist_block {
    margin-bottom: 20px;
    text-align: center;
}

.catlist_item {
    display: inline-block;
    line-height: 24px;
    height: 24px;
    font-size: 11px;
    text-transform: uppercase;
    color: #060606;
    text-decoration: none;
    margin: 0 20px 10px;
}

.catlist_item span {
    border-bottom: 1px dotted #171717;
}

.catlist_item:hover span {
    border-bottom-color: transparent;
}

.welcome_articles_list {
    text-align: justify;
    margin-bottom: 20px;
}

.welcome_articles_item {
    max-width: 330px;
    width: 24%;
    
    display: inline-block;
    vertical-align: top;
    text-align: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: background-color 0.2s ease-in; 
}

.welcome_articles_list .justify_elem {
    max-width: 330px;
    width: 24%;
}

.welcome_articles_item_img {
    width: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
}

.welcome_articles_item_content {
    padding: 25px 30px 30px;
}

.welcome_articles_item_info {
    margin-bottom: 25px;
}

.welcome_articles_item_category {
    font-size: 11px;
    color: #3b3d3e;
    background-color: #fff324;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    line-height: 16px;
    padding: 0 7px;
    text-transform: uppercase;
    float: left;
}

.welcome_articles_item_kogda {
    float: right;
    color: #90919b;
    font-size: 13px;
}

.welcome_articles_item_title {
    font-size: 18px;
    line-height: 26px;;
    margin-bottom: 15px;
}

.welcome_articles_item_title a {
    
}

.welcome_articles_item_anons {
    font-size: 15px;
    line-height: 26px;
    color: #6d6c6c;
}

.welcome_articles_item_buttons {
    visibility: hidden;
}

.welcome_articles_item_button {
    box-shadow: inset 0 -5px 0 0 #ffce00, 0 4px 16px 0 rgba(246,222,7,0.56);
    width: 145px;
}

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

.welcome_articles_item:hover .welcome_articles_item_buttons {
    visibility: visible;
}

.welcome_map_band .band {
    z-index: auto;
    position: relative;
}

.welcome_map_heighter {
    height: 390px;
}

.map_block {
    height: 100%; 
    position: relative;  
    z-index: 1;
}

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

.footer_container .footer_bg2 {
    position: absolute;
    height: 70px;
    background-color: #101010;
    width: 100%;
    bottom: 0;
}

.footer_top {
    text-align: justify;
    padding-top: 60px;
    height: 135px;
}

.footer_top_item {
    display: inline-block;
    vertical-align: top;
}

.footer_top_title {
    color: #a6aaae;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.footer_top_text {
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
}

.footer_social {
    padding-top: 8px;
}

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

.footer_social_vk {
    width: 23px;
    height: 14px;
    background-image: url(/img/footer_vk.png);
    margin-right: 20px;
}

.footer_social_ig {
    
    width: 17px;
    height: 17px;
    background-image: url(/img/footer_ig.png);
}

.footer_pays {
    padding-top: 3px;
    
}

.footer_pays_item {
    margin-right: 6px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.footer_bottom {
    font-size: 15px;
    height: 70px;
    line-height: 70px;
    color: #a6aaae;
    text-align: justify;
}

.footer_bottom a {
    color: #fff324;
}

.footer_bottom_item  {
    display: inline-block;
    white-space: nowrap;
}

.footer_copy {
    
}

.footer_politika {
    
}

.footer_mail {
    
}

.footer_itgo {
    width: 215px;
}

.footer_itgo a {
    color: #a6aaae
}

.footer_top_adres, .footer_copy {
    width: 250px;
}

.footer_top_phone, .footer_politika {
    width: 340px;
}

.footer_social, .footer_mail {
    width: 120px;
}

.footer_pays, .footer_itgo {
    width: 215px;
}

.content_band .band_background {
    background-color: #e9ecef;
    /*background-color: #eaedf0;*/
    background-image: url(/img/line_bg.png);
    background-position: center;
}

.content_band_category .page_content {
    padding-bottom: 130px;
}

.content_band_category .lesenka, .content_band_tovar .lesenka, .content_band_avto .lesenka {
    margin-bottom: 35px;
}


.page_content {
    padding-bottom: 60px;
    padding-top: 35px;
}

.tovar_page.page_content {
    padding-bottom: 30px;
}

.page_content .pagetext {
    font-weight: 300;
    
    line-height: 24px;
}

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

.page_right {
    float: right;
    width: 74.45%;
    margin-top: -6px;
}

/*левменю спизженное с маздафорда*/
.left_menu {
    position: relative;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.left_menu_item {
    margin-top: 15px;
}

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

.left_menu_item .left_menu_item_link {
    background-color: #ffe500;
    display: block;
    padding: 20px 20px 20px 100px;
    
    color: #0f1010;
    font-size: 18px;
    font-weight: 900;
    
    text-decoration: none;
    outline: none;
    line-height: 24px;
    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    
    position: relative;
}

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


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

.left_menu_child {
    display: none;
    padding-top: 10px;
}

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

.left_menu_child_item {
    border-top: 1px solid #f7f8f9;
    /*border-top: 1px solid red;*/
    padding: 5px 0;
    
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #0f1010;
    outline: none;
}

.left_menu_child_p:first-child .left_menu_child_item {
    border-top: 0;
}

.left_menu_child_item span {
    line-height: 24px;
    padding: 15px 25px;
    display: block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.left_menu_child_item:hover {
    border-color: transparent;
}

.left_menu_child_p:not(.left_menu_child_p_active):hover + .left_menu_child_p .left_menu_child_item, .left_menu_child_p_active.left_menu_child_p_nochild + .left_menu_child_p .left_menu_child_item, .left_menu_child_p.left_menu_child_p_start:not(.left_menu_child_p_active) + .left_menu_child_p .left_menu_child_item {
    border-color: transparent;
}

.left_menu_child_item.left_menu_child_item_active, .left_menu_child_item.left_menu_child_item_start {
    font-weight: 900;
    border-color: transparent;
}

.left_menu_child_item:hover span, .left_menu_child_item.left_menu_child_item_active span, .left_menu_child_item.left_menu_child_item_start span {
    background-color: #e9ecef;
}

.left_menu_child_p {
    position: relative;
}

.left_menu_popup {
    display: none;
    padding: 15px 15px 20px;
}

.left_menu_popup_item  {
    display: block;
    margin-top: 6px;
    color: #74777b;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    
    padding: 8px 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
}

.left_menu_popup_item:hover {
    background-color: #eff2f4;
}

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


.left_menu_popup_item_active {
    color: #0f1010;
    background-color: #eff2f4;
}

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

.left_menu_zap_img, .left_menu_zid_img, .left_menu_instr_img, .left_menu_aks_img {
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 90px;
}

.left_menu_zap_img {
    height: 81px;
    left: -2px;
    background-image: url(/img/leftmenu_zap_img.png);
}

.left_menu_zid_img {
    height: 72px;
    left: 0;
    background-image: url(/img/leftmenu_zid_img.png);
}

.left_menu_instr_img {
    height: 72px;
    left: -2px;
    background-image: url(/img/leftmenu_inst_img.png);
}
.left_menu_aks_img {
    height: 72px;
    left: -2px;
    background-image: url(/img/leftmenu_aks_img.png);
}

.left_menu_popup_item_treug {
    display: none;
    width: 8px;
    height: 18px;
    position: absolute;
    background-image: url(/img/left_menu_treug.png);
    right: -8px;
    top: 50%;
    margin-top: -9px;
}

.left_menu_popup_item_active .left_menu_popup_item_treug {
    display: block;
}

/*верстка хуеты над списком товаров*/
.category_content {
    
}

.tovar_prelist {
    margin-bottom: 30px;
}

.sort_block {
    line-height: 24px;
    float: left;
    background-color: #eff2f4;
    padding: 8px 16px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    
    margin-right: 15px;
}

.sort_block_caption {
    float: left;
    font-size: 14px;
    color: #9fa2a5;
    line-height: 24px;
    margin-right: 16px;
}

.sort_block_switcher {
    float: left;
}

.sort_block_switcher_item {
    float: left;
    color: #2b2b2b;
    cursor: pointer;
    margin-left: 20px;
}

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

.sort_block_switcher_item_active {
    background-color: #020303;
    color: #ffe500;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 10px;
}

.sort_block_switcher_item_asc {
    
}

.sort_switcher_caption {
    border-bottom: 1px dotted #2b2b2b;
}

.sort_switcher_icon {
    margin-left: 2px;
    display: inline-block;
    height: 6px;
    width: 8px;
    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 {
    height: 7px;
    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 .sort_switcher_caption, .sort_block_switcher_item_active .sort_switcher_caption {
    border-color: transparent;
}

.sort_block_switcher_item_active:hover {
    background-color: #242525;
}

.mobcaption {
    display: none;
}

.kind_block {
    line-height: 24px;
    float: left;
    background-color: #eff2f4;
    padding: 8px 16px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.kind_block_caption {
    float: left;
    font-size: 14px;
    color: #9fa2a5;
    line-height: 24px;
    margin-right: 16px;
}

.kind_block_switcher {
    float: left;
}

.kind_block_item {
    float: left;
    color: #2b2b2b;
    line-height: 24px;
    cursor: pointer;
    margin-left: 20px;
    
}

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

.kind_block_item_icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-position: top;
    background-repeat: no-repeat;
    margin-right: 3px;
}

.kind_block_item_caption {
    
}

.kind_block_item:hover .kind_block_item_caption {
    border-bottom: 1px dotted #2b2b2b;
}

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

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

.kind_block_item_active {
    cursor: auto;
    color: #ffe500;
    background-color: #020303;
    padding: 0 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

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

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

.onpage_block {
    float: right;
    
}

.onpage_block_caption {
    float: left;
    font-size: 14px;
    color: #9fa2a5;
    line-height: 40px;
    margin-right: 10px;
}

.onpage_block_switcher {
    float: left;
}

.onpage_switcher_button {
    float: left;
    color: #2b2b2b;
    font-style: italic;
    line-height: 40px;
    padding: 0 12px;
    height: 40px;
    cursor: pointer;
    background-color: #eff2f4;
    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-left: 8px;
}

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

.onpage_switcher_button_active {
    cursor: auto;
    color: #ffe500;
    background-color: #020303;
    
}

.onpage_switcher_button:hover .onpage_switcher_button_caption {
    border-bottom: 1px dotted #2b2b2b;
}


.rusavto_button3 {
    border: 0;
    background-color: #ffffff;
    font-family: inherit;
    height: 32px;
    line-height: 32px;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;;
    
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
        
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

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

.pagination_button {
    width: 130px;
    margin-bottom: 35px;
    
}

.justify_elem {
    display: inline-block;
}

.tovar_list_container .tovar_list {
    text-align: justify;
    
}

.tovar_list_container .tovar_list_item {
    margin-bottom: 15px;
    
}

.tovar_list_container .tovar_item_ul {
    display: block;
}

.tovar_list .justify_elem {
    width: 330px;
}

.tovar_list_container .pagination {
    margin-top: -15px;
}

.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: #ffffff;
    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;
}

/*начинается верстка второго вида товаров. тот, который чертями, работает только для экранов более 800пх. это не адаптив нихрена, так что не удивляйтесь, что этот код здесь*/
@media only screen and (min-width: 801px){
    .tovar_list_container.tovar_list_rows .tovar_list_item {
        width: auto;
        display: block;
        background-color: #ffffff;
        padding: 25px;
        position: relative;
    }

    .tovar_list_rows .tovar_item_col1 {
        float: left;
        height: auto;
        width: 20%;
        margin-right: 3%;
    }

    .tovar_list_rows .tovar_item_img_container {
        display: block;
        padding: 0;
        margin-bottom: 10px;
        position: static;
    }

    .tovar_list_container.tovar_list_rows .tovar_item_img {
        display: block;
        height: auto;
        width: auto;
    }

    .tovar_list_container.tovar_list_rows .tovar_item_img .tovar_img {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .tovar_list_rows .tovar_item_favor {
        bottom: auto;
        top: 10px;
        display: none;
    }

    .tovar_list_rows .tovar_item_col1_texts {
        white-space: normal;
        padding: 0px 0 0 0 ;
        margin-bottom: 0;
    }

    .tovar_list_rows .tovar_item_col1 .tovar_item_nalich {
        display: none;
    }

    .tovar_list_rows .tovar_item_col2 {
        float: left;
        width: 40%;
        padding: 0;
        margin-right: 3%;
    }

    .tovar_list_rows .tovar_item_title {
        height: auto;
        margin-bottom: 20px;
    }

    .tovar_list_rows .tovar_item_col3 {
        float: left;
        
        width: 15%;
        position: relative;
        padding: 0;
    }

    .tovar_list_rows .tovar_item_rows_col3padding {
        padding-top: 25px;
    }

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

    .tovar_list_rows .tovar_item_cost_old {
        position: absolute;
        left: 0;
        top: 0;
        padding-left: 2px;
        display: inline-block;
    }

    .tovar_list_rows .tovar_item_cost_now {
        float: none;
    }

    .tovar_list_rows .tovar_item_rows_nalich {
        display: inline-block;
    }

    .tovar_list_rows .tovar_item_cost_through {
        
    }

    .tovar_list_rows .tovar_item_col4 {
        float: right;
        width: 15%;
    }

    .tovar_list_rows .tovar_item_button_buttons {
        visibility: visible;
        text-align: center;
    }

    .tovar_list_rows .tovar_item_button {
        
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
        margin-bottom: 10px;
        
    }

    .tovar_list_rows .tovar_item_compare {
        float: none;
        display: inline-block;
        margin: 0;
        line-height: 35px;
    }
    
    .tovar_list_rows .tovar_item_favor_rows {
        display: inline-block;
    }
    
    .tovar_list_rows .tovar_item_del {
        right: auto;
        left: 0;
    }
}


.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);
}

.tovar_card_block {
    margin-bottom: 125px;
}

.tovar_card_left {
    float: left;
    width: 48.936%;
}

.tovar_card_right, .tovar_card_trilink {
    float: right;
    width: 48.936%;
}

.tovar_card_rightmore .tovar_card_left {
    width: 40.425%;
}

.tovar_card_rightmore .tovar_card_right, .tovar_card_rightmore .tovar_card_trilink  {
    width: 56.028%;
}

.tovar_card_images {
    position: relative;
    margin-bottom: 32px;
}

.tovar_card_images_main {
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    margin-left: 120px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.tovar_card_images_main_item {
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.tovar_card_images_main_item_active {
    display: block;
}

.tovar_card_images_heighter {
    visibility: hidden;
    display: block;
    opacity: -1;
    position: relative;
    width: 100%;
}

.tovar_card_thumbs {
    top: 0;
    left: 0;
    position: absolute;
    width: 90px;
    height: 100%;
}

.tovar_card_thumbs_list {
    position: absolute;
    bottom: 105px;
    top: 0;
    width: 100%;
    overflow: hidden;
}

.tovar_card_thumbs_list_inner {
    position: relative;
}

.tovar_card_thumbs_item {
    overflow: hidden;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #ffffff;
    margin-bottom: 8px;
    cursor: pointer;
}

.tovar_card_thumbs_item:first-child {
    
}

.tovar_card_thumbs_item .tovar_card_thumbs_item_img {
    display: block;
    width: 100%;
}

.tovar_card_thumbs_item:hover .tovar_card_thumbs_item_img {
    opacity: 0.7;
}

.tovar_card_thumbs_item_active {
    cursor: auto;
    background-color: #ffe500;
}

.tovar_card_thumbs_item.tovar_card_thumbs_item_active .tovar_card_thumbs_item_img {
    opacity: 0.25;
}

.tovar_card_thumbs_arrows {
    height: 90px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.tovar_card_thumbs_arrow {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background-color: #dddde3;
    /*background-color: #ffffff;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.tovar_card_thumbs_arrow:hover {
    background-color: #d5d5db;
}

.tovar_card_thumbs_arrow_top {
    margin-bottom: 10px;
    background-image: url(/img/tovar_thumbs_arrow_top.png);
}

.tovar_card_thumbs_arrow_bottom {
    background-image: url(/img/tovar_thumbs_arrow_bottom.png);
}

.tovar_card_images_notthumbs .tovar_card_images_main {
    margin-left: 0;
}

.tovar_card_images_notthumbs .tovar_card_thumbs {
    display: none;
}

.tovar_card_images_notthumbs {
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.tovar_card_images_notthumbs img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.tovar_card_thumbs_notarrows .tovar_card_thumbs_list {
    bottom: 0;
}

.tovar_card_thumbs_notarrows .tovar_card_thumbs_arrows {
    display: none;
}

.tovar_card_thumbs_video {
    height: 90px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000000;
    position: relative;
    
}

.video_play_outer, .video_play_inner {
    top: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.video_play_outer {
    background-image: url(/img/video_uzor.png);
}

.video_play_inner {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/img/video_play.png);
}

.tovar_card_thumbs_video .video_play_inner {
    background-image: url(/img/video_play_small.png);
}

.tovar_card_video_block {
    position: relative;
}

.tovar_card_video_block.tovar_card_images_main_item {
    position: absolute;
    background-color: #000000;
}

.tovar_card_video_block:hover .video_play_outer {
    background-color: rgba(255,255,255, 0.1);
}

.popup_block_video iframe {
    display: block;
}

.tovar_card_leftbottom {
    margin-left: 120px;
    max-width: 480px;
}

.tovar_card_rightmore .tovar_card_leftbottom {
    margin-left: 0;
}

.tovar_card_leftbottom_switcher {
    padding-bottom: 25px;
    border-bottom: 1px solid #f8fafb;
    border-bottom: 1px solid #d4d7da;
    box-shadow: 0 1px 0 0 #eef0f3;
    
}

.tovar_card_leftbottom_switcher_item {
    margin-left: 32px;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    position: relative;
}

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

.tovar_card_leftbottom_switcher_item span {
    border-bottom: 1px dotted #39393a;
}

.tovar_card_leftbottom_switcher_item:hover span, .tovar_card_leftbottom_switcher_item_active span {
    border-bottom-color: transparent;
}

.tovar_card_leftbottom_switcher_item_active {
    color: #b2b5b8;
    cursor: auto;
}

.tovar_card_leftbottom_switcher_line {
    height: 5px;
    position: absolute;
    width: 100%;
    background-color: #ffe500;
    bottom: -28px;
    display: none;
}

.tovar_card_leftbottom_switcher_item_active .tovar_card_leftbottom_switcher_line {
    display: block;
}

.tovar_card_leftbottom_block {
    display: none;
}

.tovar_card_propertys {
    
}

.tovar_card_propertys_item {
    border-bottom: 1px solid #d4d7da;
    box-shadow: 0 1px 0 0 #eef0f3;
    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: #9fa2a5;
}

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

.tovar_card_descr {
    padding-top: 18px
}

.tovar_card_topstr {
    border-bottom: 1px solid #d4d7da;
    box-shadow: 0 1px 0 0 #eef0f3;
    padding-bottom: 12px;
    padding-top: 12px;
    margin-bottom: 25px;
}

.tovar_card_topstr_item {
    float: left;
    font-size: 14px;
    color: #9fa2a5;
    line-height: 24px;
    margin-right: 11.59%;
}

.tovar_card_topstr_item strong {
    color: #2b2b2b;
    font-weight: 900;
}

.tovar_card_topstr_mark_wrap {
    float: right;
    margin-top: -5px;
    margin-bottom: -5px;
    position: relative;
}

.tovar_card_topstr_mark {
    display: block;
    max-height: 34px;
}

.tovar_card_topstr_mark_color {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.tovar_card_topstr_item_mark {
    float: right;
}

.tovar_card_h1_container {
    position: relative;
    margin-bottom: 25px;
    padding-right: 75px;
}

.tovar_card_h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 0;
}

.tovar_card_favor {
    width: 50px;
    height: 50px;
    position: absolute;
    
    right: 0;
    top: 50%;
    margin-top: -25px;
    
    background-color: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    background-image: url(/img/favor_icon_blue_13.png);
    background-repeat: no-repeat;
    background-position: center;
}

.tovar_card_favor:hover {
    background-color: #f5f5f5;
}

.tovar_card_favor_active {
    background-image: url(/img/favor_icon_yellow_13.png);
    
}

.tovar_card_favor_active:hover {
    background-color: #fffbda;
}

.tovar_card_cost_container {
    margin-bottom: 6px;
    margin-bottom: 36px;
}

.tovar_card_cost {
    font-weight: 900;
    font-size: 40px;
    display: inline-block;
}

.tovar_card_origcost {
    font-size: 24px;
    margin-right: 15px;
    color: #7d8082;
    position: relative;
    display: inline-block;
    font-weight: 300;
    
}

.tovar_card_orig_through {
    position: absolute;
    border-top: 1px solid #7c7d7e;
    width: 100%;
    left: 0;
    bottom: 50%;
}

.tovar_card_nalich {
    line-height: 24px;
    margin-top: -30px;
    margin-bottom: 50px;
}

.tovar_card_nalich_caption {
    display: inline-block;
    margin-right: 3px;
}

.tovar_card_nalich_value {
    text-transform: lowercase;
    display: inline-block;
    padding: 0 8px;;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tovar_card_nalich_red {
    background-color: #e3a2a3;
    color: #9e423e
}

.tovar_card_nalich_yellow {
    background-color: #fbffc9;
    color: #939c1a;
}

.tovar_card_nalich_orange {
    background-color: #fbd46a;
    color: #98791e;
}

.tovar_card_nalich_green {
    background-color: #c1de97;
    color: #66981e;
}

.tovar_card_count {
    margin-bottom: 30px;
}

.tovar_card_count_caption {
    display: inline-block;
    line-height: 50px;
    margin-right: 3px;
}

.tovar_card_count_unit {
    margin-left: 3px;
}

.tovar_count_block {
    display: inline-block;
    position: relative;
    width: 120px;
}

.tovar_count_field {
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: inherit;
    padding: 0 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #ffffff;
    border: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.tovar_count_left, .tovar_count_right {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

.tovar_count_left:hover, .tovar_count_right:hover {
    background-color: #e3e4ea;
}

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

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

.tovar_card_button {
    width: 260px;
    box-shadow: inset 0 -5px 0 0 #ffce00, 0 4px 16px 0 rgba(246,222,7,0.56);
    margin-bottom: 30px;
    margin-top: 00px;
}

.tovar_card_compare {
    display: block;
    text-decoration: none;
    cursor: pointer;
    width: 210px;
    height: 55px;
    line-height: 55px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 14px;
    color: #9fa2a5;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.tovar_card_compare_icon {
    background-image: url(/img/compare_icon_lightgray_16.png);
    background-position: top center;
    background-repeat: no-repeat;
    
    margin-right: 5px;
    width: 16px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.tovar_card_compare_caption {
    vertical-align: middle;
    border-bottom: 1px dotted transparent;
}

.tovar_card_compare_active {
    color: #00ad5d;
}

.tovar_card_compare_active .tovar_card_compare_icon {
    background-image: url(/img/compare_icon_green_16.png);
}

.tovar_card_compare:hover .tovar_card_compare_caption {
    border-bottom: 1px dotted #9fa2a5;
}

.tovar_card_compare.tovar_card_compare_active:hover .tovar_card_compare_caption {
    border-bottom: 1px dotted #00ad5d;
}


.tovar_card_compare_favor {
    margin-bottom: 30px;
    display: none;
}

.tovar_card_compare_favor.tovar_card_compare_active {
    color: #e8cf00;
}

.tovar_card_compare_favor .tovar_card_compare_icon {
    height: 20px;
    background-image: url(/img/favor_icon_lightgray_13.png);
}


.tovar_card_compare_favor.tovar_card_compare_active .tovar_card_compare_icon {
    background-image: url(/img/favor_icon_yellow_13.png);
}

.tovar_card_compare_favor.tovar_card_compare_active:hover .tovar_card_compare_caption {
    border-bottom: 1px dotted #e8cf00;
}

.tovar_trilink_block {
    
}

.tovar_trilink_item {
    float: left;
    line-height: 24px;
    width: 30.43%;
}

.tovar_trilink1, .tovar_trilink2 {
    margin-right: 4.35%;
}


.tovar_trilink_link {
    display: inline-block;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 33px;
    color: #9fa2a5;
}

.tovar_trilink_link:hover {
    color: #00ad5d;
}
.tovar_trilink1 .tovar_trilink_link {
    background-image: url(/img/tovar_trilink_icon1_gray.png);
}

.tovar_trilink2 .tovar_trilink_link {
    background-image: url(/img/tovar_trilink_icon2_gray.png);
}

.tovar_trilink3 .tovar_trilink_link {
    background-image: url(/img/tovar_trilink_icon3_gray.png);
}

.tovar_trilink1 .tovar_trilink_link:hover {
    background-image: url(/img/tovar_trilink_icon1_green.png);
}

.tovar_trilink2 .tovar_trilink_link:hover {
    background-image: url(/img/tovar_trilink_icon2_green.png);
}

.tovar_trilink3 .tovar_trilink_link:hover {
    background-image: url(/img/tovar_trilink_icon3_green.png);
}

.tovar_card_mobleafer {
    text-align: center;
    margin-top: 12px;
    display: none;
}

.tovar_card_mobleafer_arrow {
    display: inline-block;
    background-color: #cfd5db;
    width: 50px;
    height: 50px;
    vertical-align: top;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.tovar_card_mobleafer_arrow:hover {
    background-color: #bec4ca;
}

.tovar_card_mobleafer_arrow_left {
    margin-right: -6px;
    background-image: url(/img/tovar_thumbs_arrow_left.png);
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}

.tovar_card_mobleafer_right {
    margin-left: -6px;
    background-image: url(/img/tovar_thumbs_arrow_right.png);
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.tovar_card_mobleafer_counts {
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    background-color: #cfd5db;
    font-weight: 900;
    padding: 0 20px;
}

.tovar_card_mobleafer_counts_now {
    display: inline-block;
}

.tovar_card_mobleafer_counts_sep {
    display: inline-block;
}

.tovar_card_mobleafer_counts_all {
    display: inline-block;
}

.tovar_card_similar {
    margin-bottom: 20px;
}

.tovar_card_similar h2 {
    text-align: center;
}

.tovar_similars_container {
    text-align: justify;
}

.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: 30px;
}

.korzina_item {
}

.korzina_item td {
    background-color: #ffffff;
    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 {
    padding-right: 30px;
    
    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;
}

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

.korzina_item_title a {
    
}

.korzina_item_article {
    font-size: 14px;
}

.korzina_item_article_caption {
    display: inline;
    color: #9fa2a5;
}

.korzina_item_article_value {
    display: inline;
}

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

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

.korzina_item .tovar_count_field {
    height: 40px;
    line-height: 40px;
    background-color: #f6f8fa;
}

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

.korzina_item_nalich {
    font-size: 14px;
}

.korzina_item_nalich_caption {
    font-size: 14px;
    margin-right: 5px;
}

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

.korzina_item_cost {
    line-height: 40px;
    font-weight: 900;
}

.korzina_item_del {
    color: #96989b;
    font-size: 14px;
    cursor: pointer;
    background-color: #f6f8fa;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 105px;
    cursor: pointer;
    
    margin-top: 23px;
    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.korzina_item_del span {
    display: inline-block;
    padding-right: 16px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(/img/korzina_del_icon.png);
}

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

.korzina_del_inline {
    display: none;
    margin: 0;
}

.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 16px 48px 0 rgba(204, 207, 209, 0.32);
    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: 35px 40px 40px;
}

.korzina_itog_caption {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 4px;
}

.korzina_itog_cost {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 55px;
}

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

.korzina_itog_hint br{
    display: none;
}

.korzina_itog_button {
    display: block;
}

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

.korzina_warning_tr td {
    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 {
    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: 30px;
}

.korzina_bottom .korzina_zakaz_button {
    width: 200px;
    margin: 0 10px;
}

.korzina_bottom .korzina_print_button {
    width: 200px;
    margin: 0 10px;
}

.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;
}

.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: #9fa2a5;
    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;
}

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

.ordering_form_field {
    
}

.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;
}

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

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

.ordering_form_submit {
    padding-top: 15px;
}

.ordering_form_button {
    width: 180px;
}

.ordering_form_back {
    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;
}

/*тема с правоколоночной плавающей хренью*/
.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: 75px;
}

.rightswinger_block_bottom {
    position: absolute;
}


.ordering_sostav_call {
    width: 180px;
    position: absolute;
    right: 0;
    top: -5px;
    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;
    
}

.ordering_warning_button.rusavto_button {
    box-shadow: inset 0 -5px 0 0 #ffce00;
}

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

.ordering_orgia_container {
    margin-right: 180px;
}

.ordering_orgia_button {
    width: 160px;
    float: right;
}

.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: #3b3d3e;
}

.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: #5aad77;
    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: #5aad77;
}

.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;
}

.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 #3b3d3e;
}

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

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

.tovar_card_cars_table th {
    text-transform: uppercase;
    font-size: 11px;
    color: #8b8b8b;
    background-color: #3b3d3e;
    
    font-weight: 600;
}

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

.header_search_res {
    padding: 20px 0 20px;
    top: 40px;
    z-index: 15;
    background-color: #ffffff;
    position: absolute;
    width: 410px;
    
    box-shadow: 0 16px 48px 0 rgba(104, 107, 109, 0.32);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 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;
}

/*стили для статей. спизжено с партнера первого*/
.articles_page {
    position: relative;
}

.articles_left_colomn {
    margin-right: 380px;
}

.articles_right_colomn {
    width: 340px;
    float: right;
    
    
}

.articles_menu {
    background-color: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 30px;
    padding: 35px;
}

.articles_menu_head {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 18px;
}

.articles_menu_item {
    font-weight: 300;
    margin-top: 8px;
    line-height: 24px;
}

.articles_menu_item_choose {
    font-weight: 900;
}

.articles_menu_item a {
    
}

.articles_category_item {
    background-image: url(/img/black_marker.png);
    background-position: left top 8px;
    background-repeat: no-repeat;
    padding-left: 15px;
}

.articles_tags_item {
    display: inline-block;
    margin-top: 4px;
    margin-right: 3px;
}

.pagetext_margin {
    margin-bottom: 36px;
}

.articles_list {
    
}

.articles_list .articles_item {
    
    border-top: 1px solid #d4d7da;
    margin-bottom: 25px;
    padding-top: 25px;
}

.articles_list .articles_item:first-child {
    border-top: 0;
    padding-top: 0;
}

.articles_list .articles_item_kogda {
    color: #9ea2a5;
    font-weight: 300;
    margin-bottom: 12px;
}

.articles_list .articles_item_img {
    margin-bottom: 18px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%;
}

.articles_list .articles_item_title {
    margin-bottom: 16px;
    font-size: 18px;
}

.articles_list .articles_item_tags {
    font-weight: 300;
    margin-bottom: 12px;
}

.articles_list .articles_item_tags a {
    
}

.articles_list .articles_item_tags strong {
    font-size: 11px;
    color: #3b3d3e;
    background-color: #fff324;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    line-height: 20px;
    display: inline-block;
    padding: 0 6px;
    text-transform: uppercase;
    margin-right: 6px;
}

.articles_list .articles_item_anons {
    line-height: 24px;
    margin-bottom: 18px;
    
}

.articles_list .articles_item_more {
    text-align: right;
    font-style: italic;
    font-weight: 300;
}

.articles_categorys_mob {
    display: none;
    margin-bottom: 30px;
}

.articles_categorys_item {
    display: inline-block;
    padding: 0 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none;
    background-color: #e8e8e8;
    color: #9ea2a5;
    line-height: 40px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.articles_categorys_item:hover {
    background-color: #e2e2e2;
    color: #888888;
}

.articles_categorys_item.articles_categorys_item_active {
    background-color: #ffe500;
    color: #3b3d3e;
    cursor: auto;
}

.images_container {
    text-align: center;
    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;
}

.galery_item_img {
    display: block;
    width: 100%;
}

.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;
}


.articles_item_img.articles_card_topimg {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    display: block;
}

.articles_card_content {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 24px;
}

.articles_card_docs {
    margin-top: 30px;
}

.autorization_submit .rusavto_button.autorization_button {
    min-width: auto;
    padding: 0;
}

.autorization_submit .register_button, .autorization_submit .autorization_button {
    vertical-align: top;
    width: 180px;
    max-width: 180px;
    margin: 0 6px 10px;
}

.register_form .submiter_container {
    margin-right: 210px;
}

.register_form .submiter_button, .register_form .submiter_button2, .register_form .submiter_message {
    float: right;
    width: 190px;
    font-size: 13px;
}

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

.settings_left_colomn {
    max-width: 690px;;
    margin-right: 360px;
    position: relative;
}


.settings_form_button {
    width: 250px;
}

.personal_submit_block {
    margin-top: 35px;
}

.personal_right_colomn {
    width: 330px;
}

.personal_menu_block {
    width: 330px;
    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;
}

.personal_menu {
    
}

.personal_menu_who {
    background-image: url(/img/personal_who_icon.png);
    background-position: left ещз;
    background-repeat: no-repeat;
    padding-left: 70px;
    min-height: 56px;
    margin-bottom: 32px;
}

.personal_menu_who_caption {
    font-size: 14px;
    color: #9fa2a5;
    margin-bottom: 8px;
}

.personal_menu_who_title {
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
}

.personal_menu_list {
    
}

.personal_menu_item {
    display: block;
    padding: 0 30px;
    margin: 0 -30px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #a6a9ac;
    text-decoration: none;
    cursor: pointer;
}

.personal_menu_exit {
    
}

.personal_menu_item:first-child {
    
}

.personal_menu_item_inner {
    padding: 0 25px;
    border-top: 1px solid #f7f8f9;
    display: block;
}

.personal_menu_exit .personal_menu_item_inner {
    border-bottom: 1px solid #f7f8f9;
}

.personal_menu_item_caption {
    display: block;
    line-height: 55px;
    font-size: 16px;
    text-decoration: none;
}

.personal_menu_item:hover {
    color: #3b3d3e;
    font-weight: 900;
}

.personal_menu_item_active {
    color: #3b3d3e;
    font-weight: 900;
    background-color: #f6f8fa;
}

.personal_menu_item_active .personal_menu_item_inner, .personal_menu_item_active + .personal_menu_item .personal_menu_item_inner {
    border-top-color: transparent;
}

.personal_menu_item_favor .personal_menu_item_inner {
    background-image: url(/img/personal_menu_favor_icon.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.orgia_left_colomn, .zakaz_left_colomn {
    max-width: none;
}

.personal_orgia_list {
    margin-bottom: 30px;
}

.personal_orgia_button_container {
    text-align: right;
    
}

.personal_orgia_button {
    padding: 0 25px;
}

.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: #ffffff;
    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: 900;
    font-size: 16px;
    line-height: 24px;
    vertical-align: top;
    
    border-left: 1px solid #eff1f3;
    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: #f6f8fa;
    
    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 #f6f8fa;
    background-image: url(/img/zakaz_item_arrow_t.png);
}

.zakaz_item_arrow:hover {
    background-color: #e7eaec;;
}

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

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

.zakaz_sostav_tr td {
    padding: 20px 10px 20px 20px;
    font-weight: 900;
    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 {
    background-color: #ffe500;
}

.zakaz_item_pay:hover {
    background-color: #eed400;
}

.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;
    
}

.filter_block {
    background-color: #eff2f4;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 45px;
    padding: 30px 15px 20px;
    position: relative;
}

.filter_list {
    
}

.filter_item {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 25px;
    margin-bottom: 25px;
    text-align: left;
}

.filter_item_select, .filter_item_checkmodal {
    width: 225px;
}

.filter_item_diapason {
    width: 310px;
}

.filter_item_checkbox {
    padding-bottom: 9px;
}

#filter_item_mark {
    margin-right: 10px;
}

.filter_item_caption {
    color: #9fa2a5;
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 16px;
    height: 16px;
}

.filter_item_field {
    
}

.rusavto_inputtext2 {
    background-color: #ffffff;
    border: 1px solid #e7ebed; 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: bold;
    font-family: inherit;
    font-size: 14px;
    padding: 0 15px;
    outline: none;
}

.filter_item .rusavto_select {
    height: 40px;
    width: 100%;
}

.filter_item_checkbox label {
    font-size: 14px;
    padding-left: 25px;
}

.filter_item_diapason .rusavto_inputtext2 {
    padding-left: 40px;
} 

.filter_item_diapason .form_diapason_field {
    position: relative;
}

.filter_item_diapason .form_diapason_caption {
    position: absolute;
    font-size: 14px;
    color: #a5a8ab;
    text-transform: lowercase;
    left: 18px;
    top: 10px;
    line-height: 20px;
}

.filter_item_diapason .form_diapason_min {
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}

.filter_item_diapason .form_diapason_max {
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    margin-left: -1px;
}

.checkmodal_call_block {
    background-color: #ffffff;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 12px 0 15px;
    position: relative;
}

.checkmodal_call_link {
    display: inline-block;
    border-bottom: 1px dotted #3b3d3e;
    font-size: 14px;
    cursor: pointer;
    line-height: normal;
    
}

.checkmodal_call_link:hover {
    border-bottom-color: transparent
}

.checkmodal_call_reset {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    
    font-size: 13px;
    line-height: 16px;
    color: #3b3d3e;
    padding: 0 5px 0 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: normal;
    background-color: #ffe500;
    
    background-image: url(/img/checkmodal_reset_icon.png);
    background-position: left 5px center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.checkmodal_call_reset:hover {
    background-color: #eed400;
}

.checkmodal_choosed .checkmodal_call_reset {
    display: block;
    
}

.popup_block_checkmodal h2.checkmodal_h2 {
    margin-bottom: 42px;
}

.checkmodal_reset {
    font-size: 13px;
    line-height: 16px;
    color: #3b3d3e;
    padding: 0 5px 0 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: normal;
    background-color: #e9ecef;
    display: inline-block;
    vertical-align: middle;
    
    background-image: url(/img/checkmodal_reset_icon.png);
    background-position: left 5px center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 2px;
}

.checkmodal_reset:hover {
    background-color: #ffe500;
}

.checkmodal_checks {
    margin-bottom: 25px;
}

.checkmodal_checks_parent {
    text-align: justify;
}

.checkmodal_checks .form_buttons_item {
    width: 48.2%;
    display: inline-block;
    margin-bottom: 18px;
}

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

.checkmodal_checks label {
    padding-left: 28px;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(/img/checkbox.png);
    line-height: 22px;
}

.checkmodal_checks label:hover {
    text-decoration: underline;
}

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

.checkmodal_buttons {
    
}

.checkmodal_submit {
    width: 130px;
    margin-right: 10px;
}

.checkmodal_cancel {
    display: inline-block;
    background-color: #ffffff;
    border: 1px dashed #e9ecef;
    line-height: 53px;
    height: 53px;
    font-weight: 900;
    font-size: 14px;
    color: #9fa2a5;
    width: 120px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.checkmodal_cancel:hover {
    background-color: #e9ecef;
    color: #3b3d3e;
}

.filter_wide {
    border-top: 1px dashed #f5f7f8;
    margin-left: -15px;
    margin-right: -15px;
    display: none;
}

.filter_wide_inner {
    padding-top: 20px;
    border-top: 1px dashed #e9ecef;
    padding-left: 15px;
    padding-right: 15px;
}

.filter_wide_button {
    position: absolute;
    font-size: 13px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    line-height: 32px;
    height: 32px;
    bottom: -16px;
    width: 180px;
    left: 50%;
    margin-left: -90px;
    cursor: pointer;
    box-shadow: 0 4px 10px 0 rgba(206, 210, 213, 0.32);
}

.filter_wide_button_caption {
    
}

.filter_wide_button:hover .filter_wide_button_caption {
    border-bottom: 1px dotted #3b3d3e;
}

.filter_wide_button_arrow {
    display: inline-block;
    background-image: url(/img/filter_wide_arrow_bottom.png);
    width: 8px;
    height: 5px;
    vertical-align: middle;
    margin-left: 3px;
}

.filter_wide_button_opened .filter_wide_button_arrow {
    background-image: url(/img/filter_wide_arrow_top.png);
}

.mobvis_elem {
    display: none;
}


/*стили для сравнения. спизжены с каната*/
.compare_container {
    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
}

.compare_left {
    width: 270px;
    float: left;
    background-color: #eff2f4;
}

.compare_button_block {
    background-color: #ffffff;
    padding: 135px 30px 30px;
    height: 135px;
}

.compare_button_block .compare_button {
    padding: 0;
    height: 48px;
    line-height: 48px;
    width: 208px;
    margin-bottom: 25px;
}

.compare_titles_block {
    border-bottom: 1px solid #e7ebed;
}

.compare_titles_item {
    border: 1px solid #e7ebed;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 0 20px;
    line-height: 20px;
    max-height: 48px;
    overflow: hidden;
    font-weight: 900;
    font-size: 16px;
}

.compare_titles_item.compare_titles_hover {
    background-color: #ffffff;
}

.compare_titles_item:first-child {
    border-top: 1px solid #e7ebed;
}

.compare_titles_item span {
    vertical-align: middle;
    display: table-cell;
    height: 48px;
}

.compare_right {
    background-color: #eff2f4;
    margin-left: 270px;
    position: relative;
}

.compare_tovars_block {
    border: 1px solid #e7ebed;
    border-bottom: 0;
    
    overflow-x: scroll;
    
    
    height: 300px;
}

.compare_tovars_table {
    
}

.compare_tovars_table td {
    padding: 0;
    border-color: #e7ebed;
    vertical-align: top;
}

.compare_values_table tr.compare_values_hover td {
    background-color: #ffffff;
}

.compare_tovars_item {
    width: 180px;
    text-align: center;
    padding: 19px 25px 25px;
    position: relative;
    border-left: 1px solid #e7ebed;
    
    height: 235px;
}

.compare_tovars_table td:first-child .compare_tovars_item {
    border-left: 0;
}

.compare_tovars_img_container {
    display: block;
    width: 180px;
    height: 165px;
    margin-bottom: 10px;
}

.compare_tovars_img {
    max-width: 180px;
    max-height: 185px;
}

.compare_tovars_title {
    line-height: 20px;
    font-size: 16px;
    max-height: 60px;
    overflow: hidden;
}

.compare_tovars_title a {
    
}

.compare_tovars_del {
    width: 34px;
    height: 34px;
    z-index: 1;
    position: absolute;
    cursor: pointer;
    background-image: url(/img/compare_tovar_del.png);
    background-position: center;
    top: 0;
    right: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.compare_tovars_del:hover {
    opacity: 0.85
}

.compare_korzina {
    top: 120px;
    left: 50px;
    width: 132px;
    height: 40px;
    cursor: pointer;
    
    position: absolute;
    text-decoration: none;
    line-height: 40px;
    
    display: none;
}

.compare_tovars_item:hover .compare_tovars_img {
    opacity: 0.6;
}

.compare_tovars_item:hover .compare_korzina {
    display: block;   
}

.compare_values_block {
    border-left: 1px solid #e7ebed;
    border-right: 1px solid #e7ebed;
    overflow-x: scroll;
}

.compare_values_ficted_scroll {
    height: 10px;
}

.compare_values_table td {
    height: 49px;
    
    border-left: 1px solid #e7ebed;
    border-bottom: 1px solid #e7ebed;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.compare_values_table td:first-child {
    border-left: 0
}

.compare_values_item {
    width: 190px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    font-size: 16px;
}

.compare_button_hidden, .compare_titles_hidden, .compare_values_hidden {
    display: none;
}

/*для неполных комплектов сравнения*/
.compare_container_empty .compare_tovars_block {
    border-bottom: 1px solid #e7ebed;
    height: 299px;
}

.compare_container_empty .compare_tovars_item {
    height: 255px;
    padding-bottom: 24px;
}

.compare_container_empty .compare_tovars_table, .compare_container_empty .compare_values_table {
    border-right: 1px solid #e7ebed;
}

.compare_container_empty .compare_values_ficted_scroll {
    height: 0;
    border-top: 1px solid #e7ebed;
    margin-top: -1px;
}

.compare_titles_last {
    padding-bottom: 10px;
}

.compare_container_empty .compare_titles_last{
    padding-bottom: 0;
}

.articles_category_list {
    padding: 25px 20px 15px;
    background-color: #eff2f4;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
}

.compare_osttext {
    padding: 0 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.compare_ostred {
    background-color: #e3a2a3;
    color: #9e423e
}

.compare_ostyellow {
    background-color: #fbffc9;
    color: #939c1a;
}

.compare_ostorange {
    background-color: #fbd46a;
    color: #98791e;
}

.compare_ostgreen {
    background-color: #c1de97;
    color: #66981e;
}

.compare_addmore {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    display: none;
    background-color: rgba(255,255,255,0.25);
    font-weight: 300;
    text-decoration: none;
    font-size: 20px;
    
}

.compare_addmore_caption {
    display: block;
    position: absolute;
    background-image: url(/img/compare_plus.png);
    background-repeat: no-repeat;
    background-position: top center;
    
    top: 50%;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 80px 15px 0;
    margin-top: -80px;
}

.compare_addmore:hover {
    background-color: rgba(255,255,255,0.5);
    text-decoration: underline;
}

.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: #ffffff;
    border-color: #ffffff;
    color: #3b3d3e;
}

.podbor_mark_item_active {
    
}

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

.podbor_mark_caption {
    
}

.podbor_models {
}

.podbor_model_item {
    overflow: hidden;
    padding: 30px 20px;
    width: 150px;
    height: 110px;
    vertical-align: top;
    display: inline-block;
    color: #a6aaae;
    background-color: #ffffff;
    text-decoration: none;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: box-shadow 0.1s ease-in; 
}

.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;
    filter: grayscale(75%);
    -moz-filter: grayscale(75%);
    -webkit-filter: grayscale(75%);
    transition: filter 0.3s ease-in; 
}

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

.podbor_model_item:hover .podbor_model_img{
    filter: none;
    -moz-filter: none;
    -webkit-filter: none;
    
}
.podbor_model_item:hover {
    box-shadow: 0 16px 48px 0 rgba(204, 207, 209, 0.32);
    color: #3b3d3e;
}

.content_band_contacts .page_content {
    padding-bottom: 0;
}

.contacts_container {
    position: relative;
    padding: 50px 25px;
}

.contacts_content {
    background-color: #ffffff;
    z-index: 3;
    position: relative;
    max-width: 325px;
    box-shadow: 0 16px 48px 0 rgba(204, 207, 209, 0.32);
    padding: 50px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.contacts_background {
    left: -255px;
    right: -255px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: #e9f8dd;
}

.contacts_content_str {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 16px;
    font-weight: 300;
}

.contacts_content_phone, .contacts_content_email {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left top 8px;
}

.contacts_content_phone {
    background-image: url(/img/contacts_phone_icon.png);
}

.contacts_content_email {
    background-image: url(/img/contacts_email_icon.png);
}

.contacts_content_str a {
    font-weight: 900;
}

.contacts_content_str strong {
    font-weight: 900;
}

.contacts_feedback_block {
    margin-top: 30px
}

.contacts_feedback_hint {
    font-size: 14px;
    color: #848484;
    display: inline-block;
    background-image: url(/img/feedback_hint_arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
    margin-bottom: 15px;
    margin-right: 24px
}

.contacts_feedback_button {
    width: 230px;
}

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

.remont_photo_hidden {
    display: none;
}

.remont_showmore_button {
    cursor: pointer;
}

.sertif_container {
    padding-top: 120px;
    padding-bottom: 100px;
}

.sertif_h2 {
    margin-bottom: 45px;
    text-align: center;
}

.sertif_list_wrap {
    position: relative;
}

.sertif_list {
    
}

.sertif_list_item {
    width: 330px;
    overflow: hidden;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.sertif_item_img {
    width: 100%;
    display: block;
}

.sertif_item_hover {
    display: none;
    position: absolute;
    background-color: rgba(59,61,62,0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/loop_white_icon75.png);
    background-position: center;
    background-repeat: no-repeat;
}

.review_item{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 40px;
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0px 1px 3px #e1e2e3;
    text-align: left;
    min-height: 80px;
}
.review_left_wr{
    position: absolute;
    width: 100px;
    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: #707376;
}
.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;
    text-align: justify;
    padding-right: 40px;
}

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

.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);
}

.welcome_map_block {
    height: 390px;
    background-image: url(/img/welcome_map_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #333333;
    display: block;
}

.welcome_map_block:hover {
    opacity: 0.95;
}

.html_background {
    
}

.html_background .band_background {
    background-color: #e9ecef;
    background-image: url(/img/line_bg.png);
    
}

.label_img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1;
    
}

.linethrouth {
    color: #9fa2a5;
    text-decoration: line-through;
}

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

.welcome_seotext_block {
    padding-top: 80px;
    padding-bottom: 60px;
}

.welcome_seotext_block h1 {
    text-align: center;
}

.welcome_seotext_block .pagetext {
    font-weight: 300;
    line-height: 24px;
    padding: 0 65px;
}