@import url('/fonts/inter/inter.css');

html {
    height: 100%;
    width: 100%;
    width: auto; /*это типа чтобы не скакало при открытии модалки, а formodal_fixed*/
}

body {
    height:         100%;
    margin: 0;
    padding: 0;
    color: #1F1B19;
    font-family: "Inter";
    font-size: 16px;
    min-width: 100%;
    background-color: #f4f1eb;
}

a {
    color: #E1B75B;
    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: 50px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 35px;
}

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


}

.lesenka {
    color: #6E584D;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.lesenka a{
    color: #6E584D;
    text-decoration: none;
}

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

.lesenka_separator {
    width: 5px;
    height: 8px;
    background-image: url(/img/lesenka_separator_icon.png);
    display: inline-block;
    margin: 0 12px;
}

.lesenka span {
    color: #B8ADA4;

}

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

.footer_marginer {
    height: 250px;
}

.footer_marginer_welcome {
    height: 210px;
}

div.metrika_code {
    display: none;
}

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

  .footer {
      height: 210px;
  }

  .band_holder {
      position: relative;
      overflow: hidden;
      min-width: 1210px;
      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: 1210px;
    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;
}

.justify_elem {
    display: inline-block;
    height: 0px;
}

.transition {
    transition: all 0.3s;
}

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

.block_updated {
    overflow: hidden;
}

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

.icon_wrapper {
    position: relative;
}

.icon_inner {
    background-position: top left;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s;
}

.icon_inner_hover {
    opacity: 0;
}

.icon_parent:hover .icon_inner_auto {
    opacity: 0;
}

.icon_parent:hover .icon_inner_hover {
    opacity: 1;
}

/*шапка пошла*/
.header_band {
    overflow: visible;
}

.header_band .band_background {
    background-color: #1e1a17;
}

.header_band_welcome .band_background {
    background-color: rgba(31,27,25,0.5);
    backdrop-filter: blur(5px);
}

.header_container {
    padding-bottom: 10px;
}

.header_top {
    
}

.header_left {
    float: left;
    padding: 12px 0;
}

.header_logo {
    display: block;
}

.header_gluhlogo {
    display: block;
    width: 180px;
    height: 125px;
    padding: 15px 20px 15px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-transform: uppercase;
    color: #E1B75B;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    text-decoration: none;
    border: 2px solid #E1B75B;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    
}

.header_gluhlogo_control {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 24px;
    line-height: normal;
    height: 95px;
}

.header_gluhlogo_inner {
    display: table-cell;
    height: 95px;
    
    
    vertical-align: middle;
}

.header_right {
    margin-left: 200px;
}

.header_contacts_block {
    background-color: #1f1b19;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 50px;
    margin-bottom: 35px;
}

.header_phone_block {
    line-height: 50px;
    float: left;
    padding-left: 20px;
}

.header_phone_link {
    color: #F4F1EB;
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/img/header_phone_icon.png);
    padding-left: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    
    margin-right: 15px;
}

.header_zvonok_link {
    display: inline-block;
    vertical-align: middle;
    color: #E1B75B;
    cursor: pointer;
    transition: color 0.3s;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    
    margin-right: 15px;
}

.header_zvonok_link:hover {
    color: #f2c86c;
}

.header_zvonok_icon {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 1px;
    margin-bottom: 2px;
}

.header_zvonok_icon .icon_inner_auto {
    background-image: url(/img/header_zvonok_icon.png);
}

.header_zvonok_icon .icon_inner_hover {
    background-image: url(/img/header_zvonok_icon_hover.png);
}

.header_tg_link {
    display: inline-block;
    vertical-align: middle;
    
    color: #E1B75B;
    cursor: pointer;
    transition: color 0.3s;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

.header_tg_link:hover {
    color: #f2c86c;
}

.header_tg_icon {
    width: 14px;
    height: 12px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 1px;
    margin-bottom: 2px;
}

.header_tg_icon .icon_inner_auto {
    background-image: url(/img/header_tg_icon.png);
}

.header_tg_icon .icon_inner_hover {
    background-image: url(/img/header_tg_icon_hover.png);
}

.header_korzina_block {
    float: right;
    background-color: #322c2a;
    line-height: 48px;
    height: 48px;
    color: #a8a8a8;
    text-decoration: none;
    border: 1px solid #1f1b19;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 160px;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    cursor: auto;
}

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

.header_korzina_caption {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 1px;
}

.header_korzina_num {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    
    color: #a8a8a8;
}

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

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

.header_korzina_active .header_korzina_num {
    color: #1F1B19;
}

.header_korzina_active:hover {
    background-color: #f2c86c;
}

.shortnotice_korzina_block {
    border: 0;
    padding: 0 25px;
    width: auto;
}

.shortnotice_korzina_block .header_korzina_icon {
    margin-right: 8px;
}

.shortnotice_korzina_block .header_korzina_num {
    font-size: 14px;
    font-weight: bold;
}

.headmenu_block {
    font-size: 0;
    line-height: 0;
    max-width: 670px;
    margin-left: auto;
    text-align: justify;
    margin-bottom: 15px;
    padding-left: 20px;
}

.headmenu_item {
    display: inline-block;
}

.headmenu_item .headmenu_item_link {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;    
    line-height: 40px;
    height: 40px;
    text-decoration: none;
    color: #F4F1EB;
    text-transform: uppercase;
    cursor: pointer;
}

.headmenu_item .headmenu_item_link:hover, .headmenu_item_active .headmenu_item_link {
    color: #E1B75B;
}

.headmenu_item_subisset {
    position: relative;
}

.headmenu_item_subisset .headmenu_item_link {
    color: #E1B75B;
}

.headmenu_item_subisset .headmenu_item_link:hover, .headmenu_item_active.headmenu_item_subisset .headmenu_item_link {
    color: #f2c86c;
}

.headmenu_item_link_subicon {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 4px;
}

.headmenu_item_link_subicon .icon_inner_auto {
    background-image: url(/img/header_catalog_icon.png);
}

.headmenu_item_link_subicon .icon_inner_hover {
    background-image: url(/img/header_catalog_icon_hover.png);
}

.headmenu_item_link_personal {
    width: 15px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 4px;
}

.headmenu_item_link_personal .icon_inner_auto {
    background-image: url(/img/header_personal_icon.png);
}

.headmenu_item_link_personal .icon_inner_hover {
    background-image: url(/img/header_personal_icon_hover.png);
}

.headmenu_item_caption {
    
}

.headmenu_item_link_hint {
    font-weight: normal;
    font-size: 11px;
    color: #E1B75B;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    margin-bottom: 3px;
}

.headmenu_sub {
    text-align: left;
    display: none;
    position: absolute;
    background-color: #E1B75B;
    
    z-index: 115;
    left: 0;
    
    top: 100%;
    min-width: 240px;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
}

.headmenu_subitem {
    display: block;
    background-color: #E1B75B;
    border-top: 1px solid #f4f1eb;
    text-decoration: none;
    position: relative;
}

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

.headmenu_sub_link {
    padding: 16px 15px;
    line-height: 20px;
    display: block;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
    color: #ffffff;
}

.headmenu_subitem:hover {
    color: #ffffff
}

.headmenu_subitem:hover .headmenu_sub_link {
    background-color: #f2c86c;
}

.header_search_block {
    position: relative;
}

.header_search_form {
    
}

.header_search_text {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    background-color: rgba(83,57,39,0.55);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0;
    padding: 0 110px 0 45px;
    color: #F4F1EB;
    
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    outline: none;
    
    background-image: url(/img/header_search_icon.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
    font-family: inherit;
}

.header_search_text::placeholder {
    color: #A18C82;
}

.header_search_button {
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    background-color: #281f19;
    height: 40px;
    line-height: 40px;
    padding: 0;
    color: #F4F1EB;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: inherit;
    width: 90px;
    cursor: pointer;
    transition: color 0.3s, background-color 0.3s;
}

.header_search_button:hover {
    background-color: #E1B75B;
}

.header_search_button[disabled] {
    color: #533827;
    cursor: auto;
    background-color: #281f19;
}

.dveri_inputtext {
    height: 50px;
    border: 1px solid #eaeaea;
    line-height: 48px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: inherit;
    font-size: 16px;
    padding: 0 20px;
    color: #353535;
    background-color: #ffffff;
}

.dveri_inputtext::placeholder {
    color: #CEBCB3;
}

textarea.dveri_inputtext {
    height: 150px;
    line-height: 24px;
    padding-top: 12px;
    resize: none;
}

.dveri_button {
    text-decoration: none;
    background-color: #E1B75B;
    color: #1F1B19;
    font-family: inherit;
    border: 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 0.3s;
}

.dveri_button:hover {
    background-color: #f2c86c;
}

/*вступительный бэнд главной*/
.entry_band {
    overflow: visible;
}

.entry_band .band {
    z-index: -2;
}

.entry_band .band_background {
    padding-top: 210px;
    margin-top: -210px;
    background-color: #1F1B19;
    background-image: url(/img/entry_band_bg.jpg);
    background-size: cover;
}

.entry_container {
    text-align: center;
    padding-top: 6.78%; /*80/1180*/
    padding-bottom: 9.75%; /*115/1180*/
    position: relative;
}

.entry_h1 {
    font-size: 30px;
    font-weight: 900;
    color: #E1B75B;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.entry_descr {
    line-height: 26px;
    font-size: 18px;
    color: #F4F1EB;
    font-weight: bold;
    font-style: italic;
}

.entry_descr p {
    margin: 0;
    padding: 0;
    letter-spacing: 0.2px;
}

.entry_descr p + p {
    margin-top: 12px;
}

p.entry_special_p {
    letter-spacing: 0;
}

.entry_descr p + p.entry_special_p {
    margin-top: 22px;
}

.dveri_button2 {
    text-decoration: none;
    background-color: #E1B75B;
    background-image: url(/img/dveri_button_radial.png);
    background-position: center;
    background-repeat: no-repeat;
    color: #1F1B19;
    font-family: inherit;
    border: 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    height: 60px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 0.3s;
}

.dveri_button2:hover {
    background-color: #f2c86c;
}

.entry_buttons {
    position: absolute;
    bottom: -30px;
    z-index: 3;
    width: 100%;
}

.entry_button {
    margin: 0 8px;
    width: 32.2%; /*380/1180*/
}

/*категории на главной*/
.welcome_categorys_band .band_background {
    background-image: url(/img/welcome_categorys_band_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.welcome_categorys_container {
    padding-top: 11.86%; /*140/1180*/
    padding-bottom: 3.39%; /*40/1180*/
}

.welcome_categorys_list {
    text-align: justify;
    font-size: 0;
}

.welcome_categorys_item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 1.69%; /*20/1180*/
    width: 49.15%;
    max-width: 580px;;
}

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

.welcome_categorys_fade {
    display: block;
    width: 100%;
    height: 100%;
    
    background-color: rgba(31,27,25,0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s;
}

.welcome_categorys_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: radial-gradient(181% 100% at 50% 50%, #ffffff 0%, rgba(255,255,255,0) 100%);
    opacity: 0;
    transition: opacity 0.3s;
}

.welcome_categorys_inner {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.welcome_categorys_aligner {
    display: table-cell;
    vertical-align: middle;
}

.welcome_categorys_title {
    font-size: 50px;
    font-weight: bold;
    display: block;
    text-align: center;
    transition: color 0.3s;
}

.welcome_categorys_item:hover .welcome_categorys_fade {
    background-color: rgba(255,255,255,0.7);
}

.welcome_categorys_item:hover .welcome_categorys_hover {
    opacity: 1;
}
.welcome_categorys_item:hover .welcome_categorys_title {
    color: #E1B75B;
}

/*партнеры на главной*/
.welcome_band .band_background {
    
}

.welcome_band .welcome_band_background {
    background-image: url(/img/welcome_band_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom 180px center;
}

.partners_band .band_background {
    
}

.partners_container {
    padding-top: 2.54%; /*30/1180*/
    padding-bottom: 5%; /*60/1180*/
}

.partners_h2, .welcome_tovars_h2 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4.23%; /*50/1180*/
}

.partners_list_wrapper {
    position: relative;
}

.partners_list {
    
}

.partners_item {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    
    width: 180px;
    height: 90px;
    padding: 10px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ffffff;
    
}

.partners_item_inner {
    width: 160px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
}

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

/*товары на главной*/
.welcome_tovars_band .band_background {
    
}

.welcome_tovars_container {
    padding-top: 3.81%; /*45/1180*/
    padding-bottom: 8.47%; /*100/1180*/
}

.welcome_tovars_block {
    position: relative;
}

.tovar_list {
    
}

.tovar_item {
    display: inline-block;
    vertical-align: top;
    
    width: 280px;
    width: 23.7%; /*280/1180*/
    background-color: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #f3f3f3;
    padding: 19px 19px 24px;
    overflow: hidden;
    
    text-align: center;
    transition: background-color 0.3s;
}

.tovar_item_img_wrapper {
    display: block;
    position: relative;
    margin-bottom: 25px;;
}

.tovar_item_img_container {
    height: 300px;
    text-align: center;
    display: table;
    width: 100%;
    position: relative;
    table-layout: fixed;
    
    
    transition: opacity 0.3s;
}

.tovar_item_vhodimg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.tovar_item_img_aligner {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.tovar_item_img {
    
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 300px;
}

.tovar_item_title {
    white-space: normal;
    font-size: 15px;
    font-weight: 500;
    
    line-height: 20px;
    margin-bottom: 15px;
}

.tovar_item_title a {
    color: #1F1B19;
    transition: color 0.3s;
}

.tovar_item_ost_block {
    margin-bottom: 10px;
}

.tovar_item_ost {
    display: inline-block;
    line-height: 23px;
    border-top: 1px solid #f4f1eb;
    border-bottom: 1px solid #f4f1eb;
    padding: 0 5px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.tovar_item_ost_nalich {
    color: #80CDB4;
}

.tovar_item_ost_nalich_icon {
    width: 2px;
    height: 2px;
    border: 2px solid #80CDB4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: middle;
}

.tovar_item_ost_zakaz {
    color: #6E584D;
}

.tovar_item_korzina_block {
    
}

.tovar_item_cost {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    margin-right: 15px;
}

.tovar_item_button {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 40px;
    background-color: #302b29;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s;
    background-position: center;
    background-repeat: no-repeat;
}

.tovar_item_button:hover {
    background-color: #413c3a;
}

.tovar_item_button_korzina {
    background-image: url(/img/korzina_icon_16px.png);
    background-size: 16px 16px;
}

.tovar_item_button_inkorzina {
    background-image: url(/img/inkorzina_icon.png);
    background-size: 16px 16px;
}

.tovar_item_button_zayavka {
    background-image: url(/img/zayavka_icon_16px.png);
    background-size: 16px 10px;
}

.tovar_item_button_link {
    background-image: url(/img/arrow_icon_16px.png);
    background-size: 16px 14px;
}

.tovar_item:hover {
    background-color: #F8F7F4;
}

.tovar_item:hover .tovar_item_title a {
    color: #6E584D;
}

.tovar_item_isvhod:hover .tovar_item_img_container {
    opacity: 0;
}

.tovar_item_isvhod:hover .tovar_item_vhodimg {
    opacity: 1;
}

/*блок стать партнером на главной*/
.welcome_dileram_band .band_background {
    background-color: #E1B75B;
    background-image: radial-gradient(57.3% 100% at 39% 46.4%, #FFE5AC 0%, rgba(245,216,152,0) 100%);
}

.welcome_dileram_band .band {
    mix-blend-mode: multiply;
}

.welcome_dileram_container {
    padding-top: 4.66%; /*55/1180*/
    padding-bottom: 4.24%; /*50/1180*/
    
}

.welcome_dileram_h2 {
    
}

.welcome_dileram_block {
    position: relative;
}

.welcome_dileram_left {
    margin-right: 380px;
}

.welcome_dileram_aligner {
    height: 70px;
    vertical-align: middle;
    display: table-cell;
}

.welcome_dileram_descr {
    line-height: 26px;
    font-size: 18px;
}

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

.welcome_dileram_descr p + p {
    margin-top: 12px;
}

.welcome_dileram_descr strong {
    font-weight: 800;
}

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

.welcome_dileram_feedback {
    width: 350px;
}

.welcome_dileram_feedback_icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 24px;
    background-image: url(/img/feedback_icon.png);
    background-position: top;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.dveri_button3 {
    border: 0;
    background-color: #1e1a17;
    font-size: 16px;
    font-weight: 800;
    color: #E1B75B;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-family: inherit;
    line-height: 70px;
    height: 70px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    transition: background-color 0.3s;
}

.dveri_button3:hover {
    background-color: #3f3c39;
}

/*футер*/
.footer_container .band_background {
    background-color: #322c2a;   
}

.footer_line_bg {
    position: absolute;
    height: 40px;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #1f1b19;
}

.footer_top {
    height: 40px;
    line-height: 40px;
}

.footer_menu {
    text-align: justify;
    max-width: 360px;
}

.footer_menu_item {
    vertical-align: middle;
    display: inline-block;
    
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer_menu_item a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer_menu_item a:hover {
    color: #E1B75B;
}

.footer_catalog_icon {
    width: 14px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 2px;
}

.footer_catalog_icon .icon_inner_auto {
    background-image: url(/img/footer_catalog_icon.png);
}

.footer_catalog_icon .icon_inner_hover {
    background-image: url(/img/footer_catalog_icon_hover.png);
}

.footer_personal_link {
    float: right;
    font-size: 12px;
    color: #E1B75B;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s;
    cursor: pointer;
}

.footer_personal_link:hover {
    color: #ffffff;
}

.footer_personal_icon {
    width: 15px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-bottom: 2px;
}

.footer_personal_icon .icon_inner_auto {
    background-image: url(/img/footer_personal_icon.png);
}

.footer_personal_icon .icon_inner_hover {
    background-image: url(/img/footer_personal_icon_hover.png);
}

.footer_content {
    padding-top: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 120px;
}

.footer_content_item {
    display: inline-block;
    padding-left: 22px;
    background-position: left top 1px;
    background-repeat: no-repeat;
    
    margin-right: 4.66%; /*55/1180*/
}

.footer_content_item_value {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}

.footer_content_item_caption {
    font-size: 12px;
    line-height: 20px;
    color: #6E584D;
    letter-spacing: 0.2px;
}

.footer_content_item_phone {
    background-image: url(/img/footer_phone_icon.png);
    
}

.footer_content_item_zvonok {
    background-image: url(/img/footer_zvonok_icon.png);
}

.footer_content_item_email {
    background-image: url(/img/footer_email_icon.png);
    background-position: left top 3px;
}

.footer_content_item_adres {
    margin-right: 0;
    float: right;
    background-image: url(/img/footer_adres_icon.png);
}

.pseudolink {
    color: #E1B75B;
    display: inline;
    cursor: pointer;
    border-bottom: 1px dotted transparent;
    transition: border-color 0.3s;
}

.pseudolink:hover {
    border-bottom-color: #E1B75B;
}

.footer_bottom {
    font-size: 12px;
    line-height: 50px;
    height: 50px;
    text-align: justify;
    letter-spacing: 0.2px;
    color: #6E584D;
    box-shadow: inset 0 1px 0 0 #403935;
}

.footer_copy {
    display: inline-block;
}

.footer_politika {
    display: inline-block;
    margin-left: -320px;
    letter-spacing: 0;
    font-weight: bold;
}

.footer_itgo {
    display: inline-block;
}

.footer_itgo a {
    font-size: 14px;
}

/*текстовая страница*/
.content_band .band_background {
    background-image: url(/img/content_band_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.content_container {
    padding-top: 4.66%; /*55/1180*/
}

.page_content {
    
}

.page_content_margin {
    margin-bottom: 3.2%;
}

.small_h2 {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 25px;
}

.page_descr {
    margin-bottom: 5.61%;
}

.page_anons {
    margin-bottom: 2.5%;
}

.pagetext p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
}

.pagetext p + p{
    margin-top: 8px;
    
}

.pagetext h2, .pagetext h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 18px;
    margin-top: 30px;
}

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

.pagetext h2:first-child, .pagetext h3:first-child {
    margin-top: 0;
}

.pagetext ul, .pagetext li {
    line-height: 26px;
    margin: 0;
    padding: 0;
}

.pagetext ul {
    list-style-image: url(/img/li_marker.png?t=1);
    margin-bottom: 18px;
}

.pagetext li {
    margin-top: 8px;
    margin-left: 14px;
}

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

.pagetext img {
    height: auto !important;
    max-width: 100%;;
}

.pagetext table {
    border: 0;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
}


.pagetext p + table {
    margin-top: 25px;
}

.pagetext table td, .pagetext table th {
    border: 0;
    padding: 0;
}

.pagetext table th {
    background-color: #e1b75b;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    border-bottom: 1px solid #e1b75b;
    border-right: 1px solid #ede8df;
    padding: 9px 19px;
    text-align: left;
    transition: background-color 0.3s;
}

.pagetext table th:first-child {
    border-left: 1px solid #ede8df;
    padding-left: 14px;
}

.pagetext table tr:first-child th {
    border-top: 1px solid #ede8df;
}

.pagetext table td {
    font-size: 14px;
    line-height: 20px;
    border-right: 1px solid #ede8df;
    border-bottom: 1px solid #ede8df;
    padding: 15px 19px;
    background-color: #ffffff;
}

.pagetext table td:first-child {
    border-left: 1px solid #ede8df;
    padding-left: 14px;
}


.pagetext table tr:first-child td {
    border-top: 1px solid #ede8df;
}

.pagetext table thead + tbody tr:first-child td {
    border-top: 0;
}

.forgot_link {
    margin-bottom: 25px;
}

.pseudolink2 {
    color: #1F1B19;
    border-bottom: 1px dotted #1F1B19;
    cursor: pointer;
    transition: border-bottom-color 0.3s;
}

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


/*каталог*/
.catalog_container {
    
}

.leftmenu_block {
    float: left;
    width: 280px;
}

.allcategorys_block {
    
}

.leftmenu_item {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    
    border: 1px solid #ffffff;
    line-height: 20px;
    margin-bottom: 5px;
}

.leftmenu_item_subisset {
    
}

.leftmenu_item_link {
    display: block;
    font-size: 15px;
    background-color: #ffffff;;
    font-weight: 600;
    color: #1F1B19;
    padding: 14px 19px;
    transition: color 0.3s, background-color 0.3s;
    text-decoration: none;
}

.leftmenu_item_link:hover {
    color: #e1b75b;
}

.allcategorys_block .leftmenu_item_link {
    
}

.leftmenu_item_subisset .leftmenu_item_link {
    
}

.leftmenu_item_active {
    border: 1px solid #e1b75b;
}

.leftmenu_item_active a.leftmenu_item_link {
    background-color: #e1b75b;
    cursor: auto;
    color: #1F1B19;
}

.leftmenu_item_subisset.leftmenu_item_active .leftmenu_item_link {
    cursor: pointer;
}

.leftmenu_item_subisset.leftmenu_item_active .leftmenu_item_link:hover {
    background-color: #f2c86c;
}

.leftmenu_dauthers {
    padding: 12px 0;
}

.leftmenu_dauthers_item {
    display: block;
}

.leftmenu_dauthers_item {
    margin-top: 5px;
}

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

.allcategorys_block .leftmenu_dauthers_item {
    
}

.leftmenu_dauthers_item_active {
    
}

.leftmenu_dauthers_link {
    display: block;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-transform: uppercase;
    color: #6E584D;
    font-weight: 600;
    padding: 5px 40px 5px 30px;
    text-decoration: none;
    transition: color 0.3s;
}

.leftmenu_dauthers_link:hover {
    color: #E1B75B;
}

.leftmenu_dauthers_item_active a.leftmenu_dauthers_link {
    color: #E1B75B;
    cursor: auto;
    text-decoration: none;
    background-image: url(/img/leftmenu_dauther_active.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
}

.leftmenu_item_num {
    color: #B8ADA4;
    
    font-weight: bold;
    font-size: 12px;
    margin-left: 4px;
}

.leftmenu_item_active .leftmenu_item_link .leftmenu_item_num {
    color: #ffffff;
}

.catalog_right {
    margin-left: 300px;
}

/*раздел категории*/
.categorys_block {
    margin-bottom: 12px;
}

.categorys_item {
    display: inline-block;
    vertical-align: middle;
    background-color: #ffffff;
    color: #6E584D;
    text-decoration: none;
    line-height: 20px;
    padding: 10px 20px;;
    font-weight: 600;
    margin-right: 5px;
    margin-bottom: 8px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: color 0.3s, background-color 0.3s;
}

.categorys_item_count {
    font-weight: bold;
}

.categorys_item:hover {
    background-color: #E1B75B;
    color: #1F1B19;
}

.categorys_item.categorys_item_active {
    background-color: #E1B75B;
    color: #ffffff;
}

.catalog_search_container {
    margin-bottom: 20px;
    position: relative;
}

.catalog_search_block {
    position: relative;
}

.catalog_search_withswitcher {
    max-width: 640px;
    margin-right: 220px;
}

.catalog_search_form {
    
}

.catalog_search_text {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 50px;
    line-height: 48px;
    border: 1px solid #f3f0e9;
    
    background-color: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    
    padding: 0 110px 0 30px;
    color: #6E584D;
    
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    outline: none;
    
    background-image: url(/img/catalog_search_icon.png);
    background-repeat: no-repeat;
    background-position: left 9px center;
    font-family: inherit;
}

.catalog_search_text::placeholder {
    color: #CEBCB3;
}

.catalog_search_button {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0;
    background-color: #f4f1eb;
    height: 30px;
    line-height: 30px;
    padding: 0;
    color: #E1B75B;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: inherit;
    width: 90px;
    cursor: pointer;
    transition: color 0.3s, background-color 0.3s;
}

.catalog_search_button:hover {
    background-color: #E1B75B;
    color: #ffffff;
}

.catalog_search_button[disabled] {
    color: #CEBCB3;
    cursor: auto;
    background-color: #f4f1eb;
}

.view_switcher_block {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
}

.view_switcher_item {
    background-color: #f8f7f4;
    display: inline-block;
    width: 100px;
    height: 50px;
    padding: 15px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}

.view_switcher_item_icons {
    width: 14px;
    height: 16px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.view_switcher_item_icon {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.view_switcher_item_plate .view_switcher_item_icon_auto {
    background-image: url(/img/view_plate_auto.png);
}

.view_switcher_item_plate .view_switcher_item_icon_hover {
    background-image: url(/img/view_plate_hover.png);
}

.view_switcher_item_plate .view_switcher_item_icon_active {
    background-image: url(/img/view_plate_active.png);
}

.view_switcher_item_table .view_switcher_item_icon_auto {
    background-image: url(/img/view_table_auto.png);
}

.view_switcher_item_table .view_switcher_item_icon_hover {
    background-image: url(/img/view_table_hover.png);
}

.view_switcher_item_table .view_switcher_item_icon_active {
    background-image: url(/img/view_table_active.png);
}

.view_switcher_item_caption {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #A18C82;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    transition: color 0.3s;
}

.view_switcher_item:hover .view_switcher_item_caption {
    color: #E1B75B;
}

.view_switcher_item_active {
    background-color: #e1b75b;
    cursor: auto;
}

.view_switcher_item.view_switcher_item_active .view_switcher_item_caption {
    color: #1F1B19;
}

.view_switcher_item_icon_auto {
    opacity: 1;
}

.view_switcher_item_active .view_switcher_item_icon_auto, .view_switcher_item:hover .view_switcher_item_icon_auto {
    opacity: 0;
}

.view_switcher_item:hover .view_switcher_item_icon_hover {
    opacity: 1;
}

.view_switcher_item.view_switcher_item_active .view_switcher_item_icon_hover {
    opacity: 0;
}

.view_switcher_item_active .view_switcher_item_icon_active {
    opacity: 1;
}


.tovar_list_container {
    
}

.tovar_list {
    text-align: justify;
    font-size: 0;
}

.tovar_list_container .tovar_item {
    margin-bottom: 20px;
    width: 31.8%; /*280/1180*/
}

.tovar_list .justify_elem {
    width: 31.8%; /*280/1180*/
}

.pagination {
    
}

.showmore_button {
    width: 280px;
    margin: 0 auto 20px;
    height: 40px;
    line-height: 38px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #E1B75B;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    color: #E1B75B;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.showmore_button:hover {
    background-color: #E1B75B;
    color: #1F1B19;
}

.allcategorys_call_block {
    display: none;
    vertical-align: top;
}

.allcategorys_call_button {
    background-color: #E1B75B;
    color: #ffffff;
    line-height: 40px;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    padding: 0 30px 0 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.allcategorys_call_top .allcategorys_call_button {
    text-align: center;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    
    padding: 0 35px 0 35px;
    box-shadow: 0 10px 30px 0 rgba(85,85,85,0.2);
}

.allcategorys_call_caption {
    display: inline-block;
}

.allcategorys_call_icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    margin-bottom: 4px;
    margin-left: 15px;
    
    background-position: top;
    background-repeat: no-repeat;   
    background-image: url(/img/allcategorys_icon_white.png);
}


.allcategorys_call_button:hover {
    background-color: #1F1B19;
    
}

.none_message {
    font-size: 18px;
    line-height: 26px;
    color: #CEBCB3;
}

/*вид товаров таблицей*/
.tovar_table {
    font-size: 16px;
    
    width: 100%;
    border: 0;
    border-spacing: 0;
    width: 100%;
    
}

.tovar_tr_head {
    
}

.tovar_table th {
    color: #B8ADA4;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    background-color: #f0ece4;
    text-align: center;
    line-height: 20px;
    height: 20px;
    padding: 4px 20px;
    border-top: 1px solid #f3f3f3;
    border-left: 1px solid #edebe7;
}

.tovar_table th:first-child {
    border-left: 1px solid #f3f3f3;
    border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px 0 0 0;
    text-align: left;
}

.tovar_table th.last_col {
    border-right: 1px solid #f3f3f3;
    border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    -webkit-border-radius: 0 3px 0 0;
}

.tovar_td_inner {
    
    white-space: nowrap;
    
    
}

.tovar_col_title {
    
}

.tovar_col_img {
    width: 40px;
}

.tovar_col_cost {
    width: 85px;
}

.tovar_col_ost {
    width: 70px;
}

.tovar_col_korzina {
    width: 150px;
}

.tovar_tr_item {
    
}

.tovar_table td {
    background-color: #ffffff;
    padding: 0 20px;
}

.tovar_tr_shift td {
    height: 10px;
}

.tovar_tr_topshift td:first-child {
    border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px 0 0 0;
}

.tovar_tr_bottomshift td:first-child {
    border-radius:  0 0 0 3px;
    -moz-border-radius:  0 0 0 3px;
    -webkit-border-radius:  0 0 0 3px;
}

.tovar_tr_topshift td.last_col {
    border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    -webkit-border-radius: 0 3px 0 0;
}
.tovar_tr_bottomshift td.last_col {
    border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    -webkit-border-radius: 0 0 3px 0;
}

.tovar_tr_bottomshift {
    margin-bottom: 109px;
}

.tovar_tr_space td {
    height: 1px;
    background-color: transparent;
}

.tovar_tr_item td {
    text-align: left;
    border-left: 1px solid #f6f3ee;
    padding: 5px 20px;
}

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

.tovar_tr_title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.tovar_tr_title a {
    color: #1F1B19;
}

.tovar_tr_group {
    font-size: 13px;
    color: #B8ADA4;
    margin-top: 12px;
}

.tovar_tr_img {
    display: block;
    margin: 0 auto;
    max-width: 40px;
    max-height: 80px;
}

.tovar_tr_cost {
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
}

.tovar_tr_ost {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
}

.tovar_tr_ostout {
    font-size: 10px;
    font-weight: bold;
    margin-top: 4px;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
}

.tovar_tr_mobost {
    text-align: center;
    margin-top: 8px;;
    display: none;
}

.korzina_count_block {
    position: relative;
    width: 180px;
    
    border: 1px solid #f1eee7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 30px;
    overflow: hidden;
}

.korzina_count_field {
    border: 0;
    
    background-color: #f8f7f4;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    
    height: 28px;
    line-height: 28px;
    
    font-family: inherit;
    color: #6E584D;
    text-align: center;
    width: 100%;
}

.korzina_count_field:focus {
    outline: 0;
}

.korzina_count_button {
    position: absolute;
    width: 28px;
    height: 28px;
    
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f8f7f4;
    top: 0;
    cursor: pointer;
    transition: background-color 0.3s;
}

.korzina_count_button:hover {
    background-color: #E1B75B;
}

.korzina_count_button.less {
    left: 0;
    border-right: 1px solid #f1eee7;
    background-image: url(/img/count_minus_brown.png);
    background-size: 8px 2px;
}

.korzina_count_button.more {
    right: 0;
    border-left: 1px solid #f1eee7;
    background-image: url(/img/count_plus_brown.png);
    background-size: 8px 8px;
}

.korzina_count_button.less:hover {
    background-image: url(/img/count_minus_black.png);
}

.korzina_count_button.more:hover {
    background-image: url(/img/count_plus_black.png);
}

.korzina_count_min .korzina_count_button.less {
    background-color: #f4f1eb;
    
    cursor: auto;
    background-image: url(/img/count_minus_gray.png);
}

.korzina_count_max .korzina_count_button.more {
    background-color: #f4f1eb;
    
    cursor: auto;
    background-image: url(/img/count_plus_gray.png);
}

.tovar_tr_korzina {
    white-space: nowrap;
    user-select: none;
}

.tovar_tr_count {
    width: 100px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: top;
}

.tovar_tr_button {
    vertical-align: top;
}

.tovar_tr_zayavka, .complect_section_item_zayavka {
    width: 150px;
    color: #e1b75b;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    background-image: none;
}

/*поиск шапки*/
.header_search_res {
    width: 100%;
    
    padding: 20px 0 20px;
    top: 70px;
    z-index: 15;
    background-color: #f4f1eb;
    position: absolute;
    text-align: left;
    box-shadow: 0 0 40px 0 rgba(168,168,168,0.4);
    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;
}

.header_search_res_treug {
    width: 14px;
    height: 12px;
    position: absolute;
    top: -12px;
    left: 25px;
    background-image: url(/img/header_search_treug.png);
}

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

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

.strong {
    font-weight: bold;
}

.foundbg {
    font-weight: bold;
    background-color: #E1B75B;
}

/*карточка*/
.tovar_card_container {
    margin-bottom: 8.47%; /*100/1180*/
}

.tovar_card_block {
    
}

.tovar_card_photos {
    float: left;
    width: 49.15%; /*580/1180*/
    
    position: relative;
    background-color: #ffffff;
    border: 1px solid #f5f5f5;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    padding: 30px;
    margin-bottom: 20px;
}

.tovar_card_imgs {
    z-index: 1;
    position: relative;
    
    overflow: hidden;
    
    width: 100%;
    height: 500px;
}

.tovar_card_photos_item {
    display: none;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tovar_card_photos_item.active {
    display: block;
}

.tovar_card_photos_aligner_table {
    display: table;
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    height: 100%;
}

.tovar_card_photos_aligner_cell {
    display: table-cell;
    vertical-align: middle;
}

.tovar_card_photos_item_img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 500px;
}

.tovar_card_thumbs {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.tovar_card_thumbs_list {
    margin: 0 30px;
    margin: 0 0;
}

.tovar_card_thumbs_list.aaaleafer {
    overflow: visible;
}

.tovar_card_thumbs_list.aaaleafer.aaaleafer_static {
    margin-right: 10px;
    margin-left: 10px;
}

.tovar_card_thumbs_item {
    display: inline-block;
    overflow: hidden;
    border: 1px dashed #EDE8DF;
    
    width: 60px;
    height: 70px;
    padding: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ffffff;
    cursor: pointer;
    
    transition: border 0.3s;
}

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

.tovar_card_thumbs_item:hover {
    border: 1px solid #CEBCB3;
}

.tovar_card_thumbs_item.active {
    border: 1px solid #E1B75B;
}

.tovar_card_thumbs_item_border {
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: block;
}

.tovar_card_thumbs_item_img {
    display: block;
    transition: opacity 0.3s;
    max-height: 70px;
    margin: 0 auto;
}

.tovar_card_nofoto_container {
    overflow: hidden;
    max-width: 540px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tovar_card_nofoto {
    display: block;
    max-width: 100%;;
}

/*инфа о товаре на карточке*/
.tovar_card_info {
    float: right;
    width: 49.15%; /*580/1180*/
    
    padding-top: 5px;
    margin-bottom: 20px;
}

.tovar_card_h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    margin-bottom: 25px;
}

.tovar_card_cost_block {
    margin-bottom: 20px;
}

.tovar_card_cost {
    font-size: 24px;
    color: #1F1B19;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.tovar_card_ost {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    background-color: #ffffff;
    padding: 0 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}

.tovar_card_zayavka {
    width: 200px;
    
}

.tovar_card_korzina_block {
    background-color: #f8f7f4;
    padding: 30px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tovar_card_count {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    margin-right: 10px;
}

.tovar_card_count .korzina_count_field {
    height: 48px;
    font-size: 14px;
    line-height: 48px;
}

.tovar_card_count .korzina_count_button {
    width: 48px;
    height: 48px;
}

.tovar_card_korzina_button {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    
    background-repeat: no-repeat;
    background-image: none;
}

.tovar_card_korzina_icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 20px;
    margin-right: 4px;
    background-position: top;
    background-repeat: no-repeat;
    
    background-size: 16px 16px; 
}

.tovar_item_button_korzina .tovar_card_korzina_icon {
    background-image: url(/img/korzina_icon_16px.png);
}

.tovar_item_button_inkorzina .tovar_card_korzina_icon {
    background-image: url(/img/inkorzina_icon.png);
}

.tovar_card_korzina_block + .tovar_modelvar_block, .tovar_card_zayavka + .tovar_modelvar_block {
    margin-top: 20px;
}

.tovar_modelvar_block {
    background-color: #f8f7f4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 30px 20px;
}

.tovar_modelbut_block {
    margin-bottom: 20px;
}

.tovar_modelvar_line {
    margin-top: 20px;
}

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

.tovar_modelvar_head {
    margin-bottom: 6px;
}

.tovar_modelvar_head_caption {
    font-size: 10px;
    text-transform: uppercase;
    color: #CEBCB3;
    font-weight: 600;
    
    display: inline-block;
    margin-right: 8px;
}

.tovar_modelvar_head_value {
    font-size: 15px;
    color: #6E584D;
    vertical-align: middle;
    font-weight: 600;
    display: inline-block;
}

.tovar_modelvar_list {
    
}

.tovar_modelvar_list.aaaleafer {
    
}

.tovar_modelvar_list .aaaleafer_inner_center {
    text-align: left;
}

.tovar_modelvar_item {
    display: inline-block;
    overflow: hidden;
    border: 1px dashed #EDE8DF;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    width: 50px;
    height: 80px;
    padding: 9px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ffffff;
    cursor: pointer;
    
    margin-right: 5px;
    
    transition: border 0.3s;
}

.tovar_modelvar_item_border {
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: block;
}

.tovar_modelvar_item_img {
    display: block;
    transition: opacity 0.3s;
    max-height: 60px;
    margin: 0 auto;
}

.tovar_modelvar_item_disable {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    background-image: url(/img/tovar_modelvar_cross.png);
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

.tovar_modelvar_item:hover {
    border: 1px solid #CEBCB3;
}

.tovar_modelvar_item.active {
    cursor: auto;
    border: 1px solid #E1B75B;
}

.tovar_modelbut_list {
    
}

.tovar_modelbut_item {
    display: inline-block;
    line-height: 28px;
    height: 30px;
    padding: 0 15px;
    border: 1px solid #E1B75B;
    color: #E1B75B;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: hover;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;;
}


.tovar_modelbut_item.tovar_modelbut_item_disable {
    border-color: #CEBCB3;
    color: #CEBCB3;
    text-decoration: line-through;   
}

.tovar_modelbut_item:hover {
    border-color: #E1B75B;;
    background-color: #E1B75B;;
    color: #ffffff;
}

.tovar_modelbut_item.active {
    /*color: #ffffff;
    background-color: #1F1B19;
    border-color: #1F1B19;*/
    
    background-color: #E1B75B;;
    color: #ffffff;
}


/*блок с комплектацией*/

.tovar_card_complectation {
    float: right;
    width: 49.15%; /*580/1180*/
    
    background-color: #ffffff;
    box-shadow: 0 4px 20px 0 rgba(206,188,179,0.3);
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.complect_section_block {
    margin-top: 20px;
}

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

.complect_section_title {
    font-size: 10px;
    text-transform: uppercase;
    color: #CEBCB3;
    font-weight: 600;
    width: 80px;
    float: left;
    line-height: 40px;
}

.complect_section_list {
    margin-left: 80px;
}

.complect_section_item {
    background-color: #f8f7f4;
    padding: 5px 5px 5px 10px;
    margin-top: 2px;
}

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

.complect_section_item_title {
    display: inline-block;
    vertical-align: middle;
    
    width: 190px;
    font-size: 13px;
    color: #4E4E4E;
    font-weight: 500;
    
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.complect_section_item_ost {
    font-weight: normal;
    color: #CEBCB3;
    margin-left: 3px;
    
}

.complect_section_item_cost {
    display: inline-block;
    vertical-align: middle;
    
    font-size: 13px;
    color: #4E4E4E;
    font-weight: 500;
    width: 65px;
    
    line-height: 30px;
    white-space: nowrap;
    
    text-align: right;
}

.complect_section_item_zakaz {
    text-transform: uppercase;
    font-size: 10px;
    color: #6E584D;
    font-weight: bold;
}

.complect_section_item_korzina {
    
    float: right;
}

.complect_section_item_count {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
}

.complect_section_item_button {
    vertical-align: top;
}

.complect_section_item_zayavka {
    float: right;
}

.complect_itog_block {
    text-align: right;
    border-top: 1px solid #f1eee7;
    padding-top: 15px;
    margin-top: 20px;
    
    display: none;
}

.complect_itog_caption {
    font-size: 10px;
    text-transform: uppercase;
    color: #CEBCB3;
    font-weight: 600;
    display: inline-block;
    margin-right: 6px;
    
    /*font-size: 15px;
    color: #4E4E4E;
    font-weight: normal;
    text-transform: none;*/
}

.complect_itog_value {
    display: inline-block;
    font-size: 15px;
    color: #4E4E4E;
    font-weight: 800;
}

/*описание*/
.tovar_card_descr {
    float: left;
    width: 49.15%; /*580/1180*/
    
    background-color: #f8f7f4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    padding: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

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

.tovar_card_descr_text {
    
}

.tovar_card_descr_text p {
    
}

table.tovar_card_descr_propertys {
    margin-bottom: 0;
}

.tovar_card_descr_text + .tovar_card_descr_propertys {
    margin-top: 25px;
}

/*блок фурнитуры на карточке*/
.furnitura_block {
    border: 1px solid #f7ecd3;
    background-color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    padding: 45px 380px 40px 40px;
    background-image: url(/img/furnitura_bg.jpg);
    background-position: right bottom -20px;
    background-repeat: no-repeat;
}

.furnitura_block_inner {
    
}

.furnitura_h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px;
}

.furnitura_text {
    font-size: 16px;
    line-height: 24px;
    color: #6E584D;
    margin-bottom: 25px;
}

.furnitura_button {
    font-size: 12px;
    width: 180px;
}

/*стили выпадающей из шапки уведомляшки корзины*/
.inkorzina_notice_container {
    width: 400px;
    z-index: 4;
    display: none;
    
    position: fixed;
    right: 15px;
    bottom: 15px;
}

.inkorzina_notice_block {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #f4f1eb;
    
    position: relative;
    padding: 20px 25px 25px;
    box-shadow: 0 0px 48px 0 rgba(77,75,77,0.34);
}

.inkorzina_notice_close {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background-image: url(/img/inkorzina_notice_close_gray.png);
}

.inkorzina_notice_close:hover {
    background-image: url(/img/inkorzina_notice_close_red.png);
}

.inkorzina_notice_content {
    
}

.inkorzina_notice_title {
    font-size: 15px;
    color: #CEBCB3;
    margin-bottom: 15px;
}

.inkorzina_notice_tovar {
    margin-bottom: 10px;
}

.inkorzina_notice_tovar_img {
    float: left;
    max-width: 55px;
    margin-right: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
}

.inkorzina_notice_tovar_right {
    
}

.inkorzina_notice_tovar_img_link + .inkorzina_notice_tovar_right {
    /*padding-top: 8px;*/
}

.inkorzina_notice_tovar_title {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 4px;
}

.inkorzina_notice_tovar_title a {
    
}

.inkorzina_notice_tovar_count {
    font-size: 14px;
    
}

.inkorzina_notice_buttons {
    text-align: justify;
    font-size: 0;
}

.inkorzina_notice_button {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    width: 190px;
    width: 100%;
    margin-top: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


/*пошла корзина*/
.korzina_content {
    
}

.korzina_table_block {
    position: relative;
}

.korzina_table {
    width: 100%;
    border: 0;
    border-spacing: 1px 6px;
}

.korzina_table th {
    white-space: nowrap;
    color: #B8ADA4;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    background-color: #f0ece4;
    
    text-align: left;
    line-height: 20px;
    padding: 10px 20px 10px 20px;
}

.korzina_table td {
    font-size: 16px;
    color: #6E584D;
    background-color: #ffffff;
    line-height: 24px;
    padding: 10px 20px 10px 20px;
}

.korzina_item_warning {
    box-shadow: 0 10px 40px 0 rgba(31,27,25, 0.05);
    background-color: #f2f2f2;
}

.korzina_item_warning td {
    color: #CEBCB3;
    background-color: #f2f2f2;
    
}

.korzina_table th:first-child, .korzina_table td:first-child {
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}

.korzina_table td:first-child {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.korzina_table .last_col {
    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;
    max-width: 65px;
    max-height: 60px;
    margin: 0 auto;
}

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

.korzina_item_title a {
    color: #6E584D;
    text-decoration: none;
    transition: color 0.3s;
}

.korzina_item_title a:hover {
    color: #E1B75B;
}

.korzina_item_warning .korzina_item_title a {
    color: #CEBCB3;
}

.korzina_item_article {
    color: #CEBCB3;
    font-size: 14px;
    margin-top: 4px;
}

.korzina_item_article_item {
    display: inline-block;
    margin-right: 8px;
}

.korzina_item_ost_warning {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    display: none;
}

.korzina_item_ost_warning_inner {
    
}

.korzina_item_mobdel {
    display: none;
}

.korzina_count_str {
    min-width: 150px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 40px;
}

.korzina_count_str .korzina_count_field {
    height: 40px;
    line-height: 38px;
}

.korzina_count_str .korzina_count_button {
    width: 38px;
    height: 38px;
}

.korzina_item_cost {
    font-weight: bold;
    white-space: nowrap;
    min-width: 40px;
}

.korzina_item_del {
    background-image: url(/img/korzina_del_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    
    width: 55px;
    min-width: 30px;
    
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.korzina_bottom_block {
    background-color: #ffffff;
    
    
    padding: 20px 30px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 10px;
}

.korzina_bottom_submit {
    float: right;
    width: 210px;
    font-size: 14px;
}

.korzina_bottom_submit.korzina_bottom_submit_disabled {
    cursor: auto;
    color: #CEBCB3;
    background-color: #f4f1eb;
}

.korzina_bottom_submit_icon {
    width: 11px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/img/korzina_submit_icon.png);
    margin-left: 6px;
    margin-bottom: 4px;
}

.korzina_bottom_submit.korzina_bottom_submit_disabled  .korzina_bottom_submit_icon {
    display: none;
}

.korzina_itog_block {
    float: left;
    line-height: 50px;
    font-size: 18px;
}

.korzina_itog_value {
    font-size: 24px;
    margin-left: 8px;
    font-weight: bold;
}

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

.rightswinger_parent {
    position: absolute;
    right: 0;
    top: 0;
    width: 320px;
}

.rightswinger_start {
    position: relative;
}

.rightswinger_left_block {
    margin-right: 340px;
}

.rightswinger_left_content {
    
}

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

.rightswinger_block_bottom {
    position: absolute;
}

.ordering_korzina_back {
    width: 180px;
    float: right;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}

.ordering_korzina_content .korzina_table th, .ordering_korzina_content .korzina_table td {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.ordering_itog_block {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 15px;
    transition: background-color 0.3s;
}

.ordering_itog_head {
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 5px;
    display: inline-block;
    color: #CEBCB3;
}

.ordering_itog_cost {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.ordering_itog_button {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

/*оформление понемногу пошло*/
.ordering_politika_block {
    padding: 10px 10px 15px 30px;
    color: #CEBCB3;
    font-weight: 300;
    
    font-size: 13px;
    line-height: 18px;
}

.ordering_politika_block a {
    color: #CEBCB3;
}

.ordering_container {
    
}

.ordering_form_block {
    margin-top: 30px;
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: background-color 0.3s;
}

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

.ordering_form_consist {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-top: 40px;
}

.ordering_form_head {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

.ordering_form_fields {
    text-align: justify;
    font-size: 0;
}

.ordering_form_item {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    vertical-align: top;
}

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

.ordering_form_item_half {
    width: 48.57%;
}

.ordering_form_caption {
    font-size: 14px;
    z-index: 1;
    margin-bottom: 8px;
}

.ordering_form_field {
    position: relative;
}

.ordering_form_field textarea.sotafix_inputtext {
    resize: none;
    height: 120px;
    font-family: inherit;
    line-height: 20px;
    padding-top: 15px
}

.dveri_inputtext_disabled {
    background-color: #f4f1eb;
    color: #CEBCB3;
}

.ordering_radio_switcher {
    text-align: justify;
}

.ordering_radio_switcher .form_buttons_item {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

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

.ordering_radio_switcher label {
    display: block;
    border: 1px solid #eaeaea;
    padding: 15px 20px 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    cursor: pointer;
    color: #cebcb3;
    background-color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}

.ordering_radio_switcher label:hover {
    border-color: #e1b75b;
    color: #e1b75b;
}

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

.ordering_radio_switcher input[type="radio"]:checked ~ label {
    border-color: #e1b75b;
    background-color: #e1b75b;
    color: #1F1B19;
    cursor: auto;
}

.ordering_form_submit {
    display: none;
}

.ordering_success_block {
    
}

.ordering_success_buttons {
    
} 

.ordering_success_button {
    width: 200px;
    line-height: 50px;
    height: 50px;
    font-size: 12px;
    margin-right: 15px;
}

.ordering_success_button2 {
    width: 140px;
}


.korzina_empty_block {
    background-color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 0.5px;
    
    padding: 50px 80px 40px 80px;
    transition: background-color 0.3s;
}

.korzina_empty_title {
    font-weight: bold;
    margin-bottom: 7px;
}

.korzina_empty_text {
    margin-bottom: 30px;
}

.korzina_empty_button {
    width: 160px;
}

/*личный кабинет*/
.personal_submit_block {
    margin-top: 35px;
}

.personal_menu_block {
    width: 320px;
    background-color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    padding: 30px ;
}

.personal_menu {
    
}

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

.personal_menu_who_caption {
    font-size: 14px;
    color: #CEBCB3;
    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;
    
    color: #1F1B19;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
}

.personal_menu_exit {
    
}

.personal_menu_item:first-child {
    
}

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

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

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

.personal_menu_item:hover {
    color: #e1b75b;
}

.personal_menu_item_active {
    color: #e1b75b;
    font-weight: 800;
}

.personal_menu_item_active .personal_menu_item_inner, .personal_menu_item_active + .personal_menu_item .personal_menu_item_inner {
    
}

.settings_form_button {
    width: 220px;
    font-size: 14px;
}

.ordering_form_descr {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #CEBCB3;
}

.zakaz_list {
    
}

.zakaz_item {
    background-color: #ffffff;
    margin-bottom: 25px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    box-shadow: 0 5px 20px 0 rgba(85,85,85,0.2);
}

.zakaz_item_canceled {
    color: #CEBCB3;
}

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

.zakaz_item_table {
    
}

.zakaz_item_info {
    
}

.zakaz_item_info td {
    font-size: 16px;
    line-height: 24px;
    
    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, .zakaz_sostav_comment {
    font-size: 14px;
    font-weight: normal;
    color: #CEBCB3;
}

.zakaz_info_paycol {
    
}

.zakaz_info_schet {
    line-height: 40px;
    height: 40px;
    font-size: 13px;
    width: 150px;
    margin-top: 8px;
}

.zakaz_item_canceled .zakaz_item_status {
    color: #ff0000;
}

.zakaz_mob_title {
    display: none;
    font-size: 14px;
    margin-bottom: 10px;
}

.zakaz_mob_statuses {
    display: none;
    font-size: 14px;
}

.zakaz_item_mobstatus {
    display: inline-block;
    margin-right: 5px;
    
}

.zakaz_mob_title .zakaz_item_graytext {
    margin-left: 4px;
}

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

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

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

.zakaz_item_sostav {
    
    padding: 35px 35px 0 35px;
    display: none;
    border-top: 1px solid #eaeaea;
}

.zakaz_sostav_head {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 5px;
}

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

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

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

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

.zakaz_sostav_cost {
    display: inline-block;
    min-width: 110px;
}

.zakaz_sostav_sale {
    display: inline-block;
    
}

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

/*список акций значит*/
.akcii_container {
    
}

.akcii_list {
    
}

.akcii_item {
    margin-top: 50px;
}

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

.akcii_item_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
}

.akcii_item_title_link {
    
}

.akcii_block {
    display: block;
    text-decoration: none;
    background-color: black;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    overflow: hidden;
    color: #ffffff;
    height: 160px;
    position: relative;
    background-color: #003970;
}

.akcii_block_bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition: opacity 0.3s;
}

.akcii_block_bg_img {
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    background-position: right center;
    background-repeat: no-repeat;
}

.akcii_block_bg_grad {
    display: block;
    
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    
    background-image: linear-gradient(to right, #1F1B19 38%, rgba(31, 27, 25, 0.88) 59.3%, rgba(31, 27, 25, 0.00) 83.9%);
}

.akcii_block_bg_mob {
    display: none;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    
    background-color: rgba(31, 27, 25, 0.75);
}

.akcii_block_content {
    display: block;
    position: relative;
    padding: 0 40px;
}

.akcii_block_aligner {
    display: table-cell;
    vertical-align: middle;
    height: 160px;
}

.akcii_block_inner {
    display: block;
}

.akcii_block_title {
    display: block;
    font-size: 24px;
    line-height: 32px;
    line-height: 1.33;
    font-weight: 900;
    max-width: 600px;
    margin-bottom: 12px;
}

.akcii_block_descr {
    display: block;
    max-width: 700px;
    font-size: 16px;
    line-height: 1.5;
    color: #CEBCB3;
    margin-bottom: 8px;
    margin-top: -8px;
}

.akcii_block_more {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: #E1B75B;
    text-decoration: underline;
}

.akcii_block_without_more .akcii_block_title {
    margin-bottom: 0;
}

.akcii_block_without_more .akcii_block_descr {
    margin-top: 4px;
    margin-bottom: 0;
}

.akcii_block_without_more .akcii_block_more {
    display: none;
}

.akcii_block:hover .akcii_block_bg {
    opacity: 0.65;
}

.akcii_block:hover .akcii_block_more {
    text-decoration: none;
}

.akcii_slider_block {
    height: 160px;
    position: relative;
    margin-bottom: 30px;
}

.akcii_slider_item {
    width: 100%;
    height: 100%;
    
    position: absolute;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.6s;
}

.akcii_slider_item_active {
    opacity: 1;
    z-index: 1;
}

.akcii_slider_switcher {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
}

.akcii_switcher_list {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.akcii_switcher_item {
    width: 12px;
    height: 12px;
    border: 2px solid transparent;
    display: inline-block;
    margin: 0 3px;
    background-color: #ffffff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.6s, border-color 0.6s;
}

.akcii_switcher_item:hover {
    border-color: #E1B75B;
}

.akcii_switcher_item.akcii_switcher_item_active {
    background-color: #E1B75B;
    border-color: #ffffff;
    cursor: auto;
}


/*форма обратной связи на дилерах*/
.feedback_block {
    background-color: #E1B75B;
    padding: 55px 50px 50px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.feedback_hint {
    font-size: 18px;
    line-height: 26px;
    color: #1F1B19;
    margin-bottom: 60px;
}

.feedback_form {
    text-align: justify;
}

.feedback_form_item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 25px;
}

.feedback_form_item_half {
    width: 49%;
}

.feedback_form_caption {
    font-size: 12px;
    color: #6E584D;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.feedback_form_field {
    
}

.feedback_form_field .dveri_inputtext {
    border-color: #d6ac54;
    height: 60px;
    line-height: 58px;
}

.feedback_form_field textarea.dveri_inputtext {
    resize: none;
    height: 170px;
    line-height: normal;
    font-family: inherit;
    padding-top: 19px;
}

.feedback_form_submit {
    margin-top: 15px;;
}

.feedback_form_button {
    width: 250px;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    float: left;
}

.feedback_form_agree {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #6E584D;
    font-style: italic;
    margin-left: 300px;
}

.feedback_form_agree_inner {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
}

/*контакты*/
.contacts_list {
    margin-bottom: 3.93%;
}

.contacts_item {
    display: inline-block;
    vertical-align: top;
    margin-left: 6.74%;
}

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

.contacts_item_adres {
    font-size: 18px;
}

.contacts_item_phone {
    font-size: 18px;
    color: #525252;
    font-weight: bold;
    
}

.contacts_item_caption {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: #707070;
    margin-top: 6px;
    text-transform: uppercase;
}

.contacts_item_email {
    font-size: 18px;
    font-weight: bold;
    
}

.social_modal_item {
    width: 60px;
    height: 60px;
    display: inline-block;
    background-color: #e24e2a;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: background-color 0.3s;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.social_modal_item:hover {
    background-color: #cf4f30;
}

.social_modal_content .social_modal_item {
    margin: 0 5px 0;
}

.social_modal_item_tg {
    background-color: #26a2e0;
    background-image: url(/img/social_tg_icon.png);
}

.social_modal_item_wa {
    background-color: #0bbe34;
    background-image: url(/img/social_wa_icon.png);
}

.social_modal_item_max {
    background-color: #291b8a;
    background-image: url(/img/social_max_icon.png);
}

.social_modal_item_tg:hover {
    background-color: #1591d0;
}

.social_modal_item_wa:hover {
    background-color: #0aad23;
}

.social_modal_item_max:hover {
    background-color: #180a79;
}

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

.costlevel_radio .form_buttons_item {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.costlevel_radio label {
    padding: 0 15px;
    border: 1px solid #1e1a17;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
    font-weight: 800;
    color: #1e1a17;
    text-transform: uppercase;
    display: inline-block;
    line-height: 40px;
    cursor: pointer;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.costlevel_radio label:hover {
    border-color: #E1B75B;
    color: #E1B75B;
}

.costlevel_radio input[type="radio"]:checked ~ label {
    border-color: #1e1a17;
    background-color: #1e1a17;
    color: #E1B75B;
}

.foruser_block {
    margin-bottom: 30px;
    background-color: #E1B75B;
    color: #1F1B19;
    padding: 25px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.foruser_block_personal {
    
}

.foruser_band .band_background {
    background-color: #E1B75B;
    border-bottom: 20px #1F1B19 solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.foruser_container {
    padding: 25px 40px 45px;
    color: #1F1B19;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    
}

.foruser_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 15px;
    top: 50%;
    margin-top: -25px;
    background-image: url(/img/foruser_notice_close.png);
    background-position: center;
    cursor: pointer;
}