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

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

body {
    height:         100%;
    margin: 0;
    padding: 0;
    color: #171A21;
    font-family: "Inter";
    font-size: 16px;
    min-width: 100%;
    background-color: #f5f4f0;
    
    letter-spacing: 0.2px;
}

a {
    color: #003970;
    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;
    overflow: hidden;
    
    position: relative;
}


h1, h2 {

    padding: 0;
    margin: 0;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 50px;
}

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


    }

.lesenka {
    margin-bottom: 25px;
    color: #999999;
    font-size: 13px;
    letter-spacing: 0;
}
.lesenka a{
    font-size: 13px;
    color: #2C2C2C;
    text-decoration: none;
    transition: color 0.3s;
}

.lesenka a:hover {
    color: #003970;
}

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

.lesenka span {
    color: #999999;
}

.lesenka_separator {
    width: 9px;
    height: 8px;
    background-image: url(/img/lesenka_separator.png);
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

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

.footer_marginer {
    height: 380px;
}

.footer_marginer_welcome {
    height: 190px; 
}

div.metrika_code {
    display: none;
}

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



  .footer {
      height: 320px;
  }

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

.header_container {
    
}

.header_topline {
    color: #8F8D82;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.header_block {
    background-color: #ffffff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 20px 100px;
    margin-left: -100px;;
    margin-right: -100px;;
    box-shadow: 0 4px 40px 0 rgba(191,188,176,0.2);
}

.header_logo {
    float: left;
    display: block;
    margin-top: 7px;
}

.header_right {
    float: right;
}

.header_phones {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
}

.header_phones_wrapper {
    overflow: hidden;
    height: 70px;
    margin-top: -10px;
    margin-bottom: -10px;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    background-color: #ffffff;;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid transparent;
    transition: all 0.3s;
}

.header_phones_opened {
    background-color: #f5f4f0;
    border: 1px solid #ffffff;
    position: relative;
    z-index: 5;
}

.header_phones_inner {
    
}

.header_phones_item {
    padding-right: 50px;
    padding-top: 14px;
    padding-bottom: 15px;
    border-top: 1px solid #efede7;
    box-shadow: inset 0 1px 0 0 #ffffff;
}

.header_phones_item:first-child {
    border-top: 0;
    box-shadow: none;
}

.header_phones_value {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 2px;
}

.header_phones_caption {
    font-size: 14px;
    color: #8F8D82;
}

.header_phones_arrow {
    width: 40px;
    height: 40px;
    background-color: #f5f4f0;
    
    position: absolute;
    right: 10px;
    top: 15px;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-image: url(/img/header_phones_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: background-color 0.3s;
}

.header_phones_opened .header_phones_arrow {
    background-image: url(/img/header_phones_arrow_top.png);
}

.header_phones_arrow:hover {
    background-color: #e4e3e0;
}

.rudnik_button {
    text-decoration: none;
    background-color: #003970;
    color: #ffffff;
    font-family: inherit;
    border: 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    height: 50px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: all 0.3s;
}

.rudnik_button:hover {
    background-color: #114a81;
}

.header_zvonok {
    display: inline-block;
    vertical-align: middle;
    width: 220px;
    
    margin-left: 15px;
}

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

.header_email {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    font-weight: bold;
    
    background-image: url(/img/header_email_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 24px;
    
    margin-left: 25px;
}

.fakefade {
    display: none;
    z-index: 4;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(23,26,33, 0.4);*/
}

.headmenu_container {
    padding: 10px 0;
}

.headmenu_caller {
    display: none;
    float: left;
    
}

.headmenu_block {
    max-width: 625px;
    float: left;
    text-align: justify;
    width: 56%;
    height: 40px;
}

.headmenu_link {
    line-height: 40px;;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.3px;
    position: relative;
    color: #003970;
    cursor: pointer;
}

.headmenu_link:hover, .headmenu_link_active {
    color: #171A21;
}

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

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

.headmenu_catalog_icon .icon_inner_hover {
    background-image: url(/img/header_catalog_icon_black.png);
}

.headmenu_link_active .icon_inner_auto {
    background-image: url(/img/header_catalog_icon_black.png);
}
    
.headmenu_link_hover {
    position: absolute;
    
    height: 3px;
    bottom: 5px;
    left: -2px;
    right: -2px;
    opacity: 0;
    background-color: #f3e301;
    transition: opacity 0.3s;
}

.headmenu_link:hover .headmenu_link_hover, .headmenu_link_active .headmenu_link_hover {
    opacity: 1;
}

.headmenu_right {
    float: right;
}

.headmenu_personal {
    display: inline-block;
    vertical-align: middle;
    
    font-size: 14px;
    font-weight: 500;
    color: #003970;
    text-decoration: none;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 40px;
    cursor: pointer;
    padding-left: 22px;
    background-image: url(/img/header_personal_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 40px;
}

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

.headmenu_korzina_block {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #171A21;
    transition: color 0.3s;
    cursor: auto;
}

.headmenu_korzina_active {
    cursor: pointer;
}

.headmenu_korzina_active:hover {
    color: #003970;
}

.headmenu_korzina_icon {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 16px;
    margin-right: 1px;
}

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

.headmenu_korzina_icon .icon_inner_hover {
    background-image: url(/img/header_korzina_icon_blue.png);
}

.headmenu_korzina_caption {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
}

.headmenu_korzina_count {
    font-size: 13px;
    font-weight: 900;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 26px;
    
    display: inline-block;
    vertical-align: middle;
    
    width: 40px;
    text-align: center;
    
    letter-spacing: 0;
    margin-left: 2px;
    
    color: #8F8D82;
    background-color: #E9E7DD;
}

.headmenu_korzina_active .headmenu_korzina_count {
    background-color: #f3e301;
    color: #171A21;
}

.popup_menu {
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

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

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

.popup_menu_item_link {
    padding: 15px 40px 15px 40px;
    line-height: 24px;
    display: block;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    color: #171A21;
    text-align: center;
    background-color: #ffffff;
}

a.popup_menu_item_link:hover {
    color: #003970;
    background-color: #f3e301;
    text-decoration: none;
}

.popup_menu_item_link:hover, .popup_menu_item_link:hover + .popup_menu_item_link {
    border-top-color: transparent;
}


/*то, что я спиздил для баннера*/
.slider_band {
    
}

.slider_band .band {
    
}

#slider_container {
    left: 20px;
    right: 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    overflow: hidden;
    height: 100%;
    position: absolute;
    
}

.slider_background {
    width: 100%;
    height: 100%;
    background-position: center;
    
}

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

.slider_background_grad {
    width: 1880px;
    height: 100%;
    background-image: linear-gradient(to right, #001e3a 13.29%, rgba(0, 30, 58, 0.5) 50%, rgba(0, 30, 58, 0.00) 100%), radial-gradient(100% 33% at 62% 29%, rgba(0,30,58,0.8) 0%, rgba(0,30,58,0) 100%);
}

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

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

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

.slider_content {
    padding: 0 0px 0;
    position: relative;
    z-index: 3;    
}

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

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

.slider_content_active {
    display: block;
}

.slider_content_title {
    font-size: 80px;
    font-weight: 800;
    line-height: 90px;
    margin-bottom: 25px;
}

.slider_content_anons {
    font-size: 18px;
    line-height: 30px;
    max-width: 800px;
    margin-bottom: 45px;
}

.slider_content_button {
    padding: 0 50px;
}

.rudnik_button2 {
    font-family: inherit;
    border: 0;
    background-color: #f3e301;
    
    height: 60px;
    line-height: 60px;
    box-shadow: inset 0 -4px 0 0 #ead00b;
    color: #171A21;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;;
    
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: all 0.3s;
}

.rudnik_button2:hover {
    /*color: #003970;*/
    background-color: #ead00b;
}

.slider_content_arrows {
    position: absolute;
    bottom: 40px;
    z-index: 4;
}

.slider_content_arrow {
    display: inline-block;
    z-index: 5;
    width: 50px;
    height: 50px;
    background-color: rgba(23,26,33,0.4);
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.slider_content_arrow:hover {
    background-color: #003970;
}

.slider_content_arrow_left {
    margin-right: 5px;
    background-image: url(/img/slider_arrow_left.png);
}

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


/*главная*/
.welcome_band .band_background {
    background-image: url(/img/welcome_band_bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.welcome_brands_container {
    padding-top: 8.47%;
    margin-bottom: 6.77%;
}

.welcome_brands_info {
    background-color: #e9e7dd;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    
    padding: 0 160px 0 80px;
    background-image: url(/img/welcome_brands_info_bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    width: 49.15%; /*580/1180*/
    float: left;
    margin-right: 1.69%;
}

.welcome_brands_info_inner {
    height: 500px;
    display: table-cell;
    vertical-align: middle;
}

.welcome_brands_title {
    max-width: 320px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    color: #003970;
    margin-bottom: 20px;
}

.welcome_brands_num {
    margin-bottom: 10px;
}

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

.welcome_num {
    line-height: 120px;
    font-weight: 900;
    color: #003970;
    font-size: 120px;
}

.welcome_num_plus {
    background-image: url(/img/welcome_num_plus.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 30px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}

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

.welcome_brands_fix {
    overflow: hidden;
}

.welcome_brands_block_inner {
    
}

.welcome_brands_item {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 15px;
    
    height: 110px;
    width: 15.25%;
    background-color: #ffffff;
    text-decoration: none;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    
    margin-bottom: 20px;
    transition: box-shadow 0.3s;
}

.welcome_brands_item:hover {
    box-shadow: inset 1px 1px 0 0 #E9E7DD, inset -1px -1px 0 0 #E9E7DD, inset -1px 1px 0 0 #E9E7DD, inset 1px -1px 0 0 #E9E7DD;
}

.welcome_brands_list .justify_elem {
    width: 15.25%;
}

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

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

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

.welcome_brands_item_hidden {
    display: none;
}

.welcome_brands_showmore, .welcome_brands_hidemore {
    height: 110px;
    line-height: 110px;
    width: 15.25%;
    background-color: #e9e7dd;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    vertical-align: top;
    cursor: pointer;
    color: #003970;
    transition: color 0.3s, background-color 0.3s;
}

.welcome_brands_hidemore {
    display: none;
}

.welcome_brands_showmore:hover, .welcome_brands_hidemore:hover {
    color: #ffffff;
    background-color: #003970;
}


.welcome_brands_showmore_caption {
    font-size: 16px;
    font-weight: bold;
    
    display: inline-block;
    vertical-align: middle;
}

.welcome_brands_showmore_icon, .welcome_brands_hidemore_icon {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 14px;
    margin-left: 4px;
    margin-top: 1px;
}

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

.welcome_brands_showmore_icon .icon_inner_hover {
    background-image: url(/img/arrow_bottom_white.png);
}


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

.welcome_brands_hidemore_icon .icon_inner_hover {
    background-image: url(/img/arrow_top_white.png);
}

/*циферная часть главной*/
.welcome_nums_container {
    text-align: justify;
    padding-bottom: 5.08%;
}

.welcome_nums_block {
    text-align: left;
    width: 49.15%;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    padding: 100px 80px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    vertical-align: top;
    margin-bottom: 20px;
}

.welcome_nums_aligner {
    display: table;
    
}

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

.welcome_nums_first {
    background-color: #02315E;
    background-image: linear-gradient(45deg, rgba(2,49,94, 0) 0%, rgba(19,108,193,0.7) 100%);
    color: #ffffff;
    
    box-shadow: -40px 40px 60px 0 rgba(38, 86,178,0.1);
}

.welcome_nums_first_title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    margin-bottom: 22px;
}

.welcome_nums_first_text {
    font-size: 16px;
    margin-bottom: 25px;
}

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

.welcome_nums_first_link {
    display: inline-block;
    width: 200px;
    width: 47.6%;
    height: 120px;
    background-color: rgba(11,81,149,0.5);
    
    font-size: 24px;
    font-weight: 900;
    color: #F3E301;
    text-decoration: none;
    
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    line-height: 32px;
    padding: 65px 20px 0;
    
    background-image: url(/img/welcome_nums_first_link_arrow.png);
    background-repeat: no-repeat;
    background-position: left 20px top 25px;
    transition: background-color 0.3s;
}

.welcome_nums_first_link:hover {
    background-color: #0B5195;
}

.welcome_nums_second {
    position: relative;
}

.welcome_nums_second_title {
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    color: #003970;
    margin-bottom: 20px;
}

.welcome_nums_second_num {
    
}

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

.welcome_nums_second_bg {
    width: 430px;
    height: 350px;
    background-image: url(/img/welcome_nums_second_bg.jpg);
    position: absolute;
    z-index: -1;
    top: 120px;
    left: 245px;
}

.welcome_nums_third {
    
}

.welcome_nums_third_title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: none;
}

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

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

.welcome_nums_fourth {
    overflow: hidden;
    background-position: left center;
    position: relative;
    background-image: linear-gradient(to right, #F3E301 0%, rgba(243, 227, 1, 0.6) 25.8%, rgba(243, 227, 1, 0.00) 48%),
        linear-gradient(to top, #F3E301 0%, rgba(243, 227, 1, 0.00) 22%),
        linear-gradient(to bottom, #F3E301 0%, rgba(243, 227, 1, 0.00) 42%);
        
    box-shadow: 40px 40px 60px 0 rgba(255,243,71,0.2);
}

.welcome_nums_fourth_bg {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/img/welcome_nums_fourth_bg.jpg);
    background-position: left center;
    background-repeat: no-repeat;
}

.welcome_nums_fourth_title {
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    color: #003970;
    margin-bottom: 10px;
    max-width: 120px;
}

.welcome_nums_fourth_num {
    
}

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

/*блок предложения*/
.offers_band .band_background {
    
}

.offers_band_bg {
    left: 20px;
    right: 20px;
    top: 0;
    bottom: 0;
    position: absolute;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: #171A21;
    background-image: url(/img/offers_band_bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.offers_container {
    padding-top: 8.47%; /*100/1180*/
    padding-bottom: 18.6%; /*220/1180*/
}

.offers_h2 {
    color: #ffffff;
    
}

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

.offers_item {
    background-color: rgba(48,54,66,0.2);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 32.2%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 20px;
}

.offers_item_inner {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 40px 50px 60px;
}

.offers_item_icon {
    background-position: left top;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-bottom: 18px;
}

.offers_item_title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #F3E301;
    max-width: 200px;
    margin-bottom: 20px;
}

.offers_item_descr {
    color: #8F8D82;
    font-size: 16px;
    line-height: 24px;
}

.offers_more {
    width: 66.1%;
    display: inline-block;
    vertical-align: top;
    padding: 0 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
}

.offers_more_inner {
    display: table;
    height: 100%;
}

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

.offers_more_top {
    max-width: 630px;
    margin-bottom: 40px;
}

.offers_more_title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #F3E301;
    float: left;
}

.offers_more_button {
    width: 240px;
    float: right;
}

.offers_more_text {
    font-size: 16px;
    line-height: 24px;
    color: #8F8D82;
    max-width: 630px;
}

.offers_ask {
    width: 66.1%;
    display: inline-block;
    vertical-align: top;
    padding: 0 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    background-color: #003970;
    
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.offers_ask_inner {
    display: table;
    height: 100%;
}

.offers_ask_cell {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0;
}

.offers_ask_title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 10px;
}

.offers_ask_button {
    width: 230px;
}

.offers_ask_text {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 30px;
}

/*футер поешл*/
.footer_block {
    background-color: #ffffff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    
    padding: 40px 100px 15px;
    margin-left: -100px;
    margin-right: -100px;
    
    box-shadow: 0 4px 40px 0 rgba(191,188,176,0.2);
}

.footer_top {
    border-bottom: 1px solid #f4f3ee;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.footer_menu {
    float: left;
    width: 54.2%;
    text-align: justify;
    font-size: 0;
}

.footer_menu_link {
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    color: #8F8D82;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 24px;
}

.footer_menu_link:hover {
    color: #003970;
}

.footer_personal {
    float: right;
    cursor: pointer;
    font-size: 14px;
    color: #8F8D82;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s;
    line-height: 24px;
}

.footer_personal:hover {
    color: #003970;
}

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

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

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

.footer_main {
    
}

.footer_contacts_block {
    float: left;
    max-width: 700px;
    width: 66%;
    text-align: justify;
    font-size: 0;
}

.footer_contacts_phones {
    display: inline;
}

.footer_contacts_item {
    display: inline-block;
    vertical-align: top;
    width: 190px;
    margin-bottom: 30px;
}

.footer_contacts_block .justify_elem {
    width: 190px;
}

.footer_contacts_value {
    padding-left: 22px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    background-position: left center;
    background-repeat: no-repeat;
}

.footer_contacts_caption {
    padding-left: 22px;
    font-size: 14px;
    color: #8F8D82;
    margin-top: 3px;
}

.footer_adres_block {
    float: right;
    width: auto;
}

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

.footer_zvonok {
    color: #003970;
    background-image: url(/img/footer_zvonok_icon.png);
    cursor: pointer;
}

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

.footer_email {
    background-image: url(/img/footer_email_icon.png);
}

.footer_adres {
    background-image: url(/img/footer_adres_icon.png);
}

.footer_bottom {
    text-align: justify;
    line-height: 50px;
    height: 50px;
    font-size: 0;
}

.footer_copy {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #8F8D82;
}

.footer_politika {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
}

.footer_itgo {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #8F8D82;
}

.footer_itgo a {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
}

.rudnik_inputtext {
    background-color: #ffffff;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    border: 0;
    padding: 0 20px;
    font-family: inherit;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.rudnik_inputtext_disabled {
    background-color: #e9e7dd;
    color: #8F8D82;
}

.agree_block {
    margin-top: 5px;
}

.agree_field {
    margin-bottom: 12px;
}

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

.agree_field label {
    background-image: url(/img/checkbox.png);
    background-position: left top 8px;
    background-repeat: no-repeat;
    padding-left: 30px;
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    cursor: pointer;
}

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

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


.html_band .band_background {
    background-image: linear-gradient(to bottom, rgba(233, 231, 221, 0.5) 0, rgba(233, 231, 221, 0.5) 180px, rgba(233, 231, 221, 0.00) 870px);
}

.content_container {
    padding-top: 40px;
}

.content_container h1 {
    margin-bottom: 40px;
}

.page_content  {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: #ffffff;
    
    padding: 70px 80px;
    
    
}

.page_content_margin {
    margin-bottom: 30px;
}

.pagetext {
    font-size: 18px;
    line-height: 30px;
}

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

.pagetext p + p {
    margin-top: 20px
}

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

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

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

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

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

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

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


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

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

/*страница окомпании*/
.content_band_about .band_background {
    background-repeat: no-repeat;
    background-position: top 570px center;
    background-image: url(/img/about_band_bg.jpg);
}

.about_content {
    position: relative;
    margin-bottom: 12.7%;
}

.about_content .pagetext {
    position: relative;
    z-index: 1;;
    margin-right: 400px;
}

.about_content_img {
    right: -99px;
    bottom: -70px;
    position: absolute;
}

.about_clients_block {
    margin-bottom: 7.62%;
}

.about_clients_h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    margin-bottom: 55px;
}

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

.about_clients_item {
    text-align: left;
    width: 32.2%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5.93%;
}

.about_clients_list .justify_elem {
    width: 32.2%;
}

.about_clients_item_icon {
    width: 60px;
    height: 50px;
    margin-bottom: 8px;
    background-position: left center;
    background-repeat: no-repeat;
}

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

.about_brands_block {
    margin-bottom: 7.2%;
}

.about_brands_info {
    background-color: rgba(233,231,221,0.7);
    padding: 70px 80px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-bottom: 20px;
}

.about_brands_info_title {
    color: #003970;
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}

.about_brands_info_descr {
    font-size: 18px;
    line-height: 30px;
}

.sertif_block {
    
}

.sertif_h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    margin-bottom: 45px;
}

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

.sertif_item {
    display: inline-block;
    vertical-align: top;
    width: 15.25%;
    text-align: center;
    margin-bottom: 20px;
}

.sertif_list .justify_elem {
    width: 15.25%;
}

.sertif_item_icon {
    display: block;
    background-color: #ffffff;
    width: 100%;
    padding-top: 100%;
    box-shadow: 0 4px 40px 0 rgba(191, 188,176,0.2);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-bottom: 10px;
    
}

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

.sertif_item_icon .icon_inner_hover {
    background-image: url(/img/sertif_icon_none_blue.png);
}

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

.sertif_item_icon_doc .icon_inner_hover {
    background-image: url(/img/sertif_icon_doc_blue.png);
}

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

.sertif_item_icon_pdf .icon_inner_hover {
    background-image: url(/img/sertif_icon_pdf_blue.png);
}

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

.sertif_item_icon_jpg .icon_inner_hover {
    background-image: url(/img/sertif_icon_jpg_blue.png);
}

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

.sertif_item_icon_xls .icon_inner_hover {
    background-image: url(/img/sertif_icon_xls_blue.png);
}

.sertif_item_title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
}

.sertif_item_weight {
    color: #8F8D82;
    font-size: 13px;
}

/*страница сотрудничество*/
.partnership_content {
    background-color: #e9e7dd;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.partnership_content .pagetext {
    margin-right: 230px;
}

.partnership_content h3 {
    color: #003970;
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}

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

.partnership_content_img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
}

.partnership_brands_block {
    padding-bottom: 6.77%;
}

/*страница контактов*/
.contacts_content {
    color: #8F8D82;
    margin-bottom: 35px;
}

.page_content.contacts_content {
    padding: 0;
    background-color: transparent;
}

.contacts_phones_list {
    margin-bottom: 60px;
}

.contacts_item {
    display: inline-block;
    margin-right: 50px;
    
}

.contacts_item_adres {
    min-width: 560px;;
}

.contacts_item_value {
    font-size: 24px;
    line-height: 32px;
}

a.contacts_item_value {
    font-weight: 900;
}

.contacts_item_caption {
    font-size: 14px;
    color: #8F8D82;
    margin-top: 10px;
}

.contacts_other_list {
    margin-bottom: 8%;
}

.map_container {
    
}

.map_block {
    height: 700px;
    overflow: hidden;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-left: -100px;
    margin-right: -100px;
    position: relative;
    
}

.feedback_block {
    background-color: #e9e7dd;
    padding: 60px 100px 70px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-right: 400px;
    position: relative;
    z-index: 5;
    margin-top: -100px;
}

.feedback_h2 {
    margin-bottom: 40px;
}

.feedback_form {
    text-align: justify;
}

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

.feedback_form_item_half {
    width: 48.27%;
}

.feedback_form_caption {
    font-size: 14px;
    margin-bottom: 5px;
}

.feedback_form_notnull {
    color: #8F8D82;
}

.feedback_form_field {
    
}

.feedback_form_field textarea.rudnik_inputtext {
    resize: none;
    height: 120px;
    line-height: normal;
    font-family: inherit;
    padding-top: 17px;
}

.feedback_form_submit {
    
}

.feedback_form_button {
    width: 180px;
}

.feedback_form_agree {
    text-align: left;
    margin-bottom: 30px;
}

.feedback_hint {
    position: absolute;
    width: 280px;
    left: 115.38%;
    font-size: 16px;
    line-height: 24px;
    color: #8F8D82;
    top: 210px;
}

/*список акций значит*/
.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: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    
    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, #001e3a 38%, rgba(0, 30, 58, 0.88) 59.3%, rgba(0, 30, 58, 0.00) 83.9%);
}

.akcii_block_bg_mob {
    display: none;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    
    background-color: rgba(0, 30, 58, 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: #8F8D82;
    margin-bottom: 8px;
    margin-top: -8px;
}

.akcii_block_more {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: #F3E301;
    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;
}

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

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


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

/*блок поиска на каталоге*/
.search_block {
    margin-bottom: 50px;
    position: relative;
}

.tovar_page .search_block {
    margin-bottom: 40px;
}

.search_form {
    
}

.search_form_input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 60px;
    line-height: 58px;
    background-color: #ffffff;
    width: 100%;
    padding: 0 50px;
    border: 0;
    
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
    outline: none;
    border: 1px solid transparent;;
    
    background-image: url(/img/search_icon_gray.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
    transition: all 0.3s;
}

.search_form_input:hover {
    border: 1px solid #F3E301;;
    box-shadow: 0 4px 40px 0 rgba(243,227,1,0.2);
}

.search_form_input:focus {
    padding-left: 20px;
    background-position: left -20px center;
    border: 1px solid #F3E301;;
}

.search_form_button {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 15px;
    background-image: url(/img/search_icon_blue.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.3s;
    opacity: 0;
    
    border: 0;
    background-color: transparent;
    margin-top: -15px;
}

.search_form_input:focus ~ .search_form_button, .search_form_button:active, .search_form_button:focus {
    opacity: 1;
    cursor: pointer;
}

.search_form_input:focus ~ .search_form_button:hover, .search_form_button:focus:hover {
    opacity: 0.8;
}

.header_search_res {
    width: 100%;
    
    padding: 20px 0 20px;
    top: 80px;
    z-index: 15;
    background-color: #ffffff;
    position: absolute;
    
    box-shadow: 0 4px 40px 0 rgba(191,188,176,0.2);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    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: #141414;
}

.foundbg {
    color: #ffffff;
    background-color: #003970;
}

.akcii_slider_block {
    height: 160px;
    position: relative;
    margin-top: 20px;
}

.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 {
    background-color: #f3e301;
}

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

.catalog_container {
    
}

.catalog_list {
    text-align: justify;
}

.catalog_item {
    display: inline-block;
    position: relative;
    width: 23.7%; /*280/1180*/
    vertical-align: top;
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 1.69%; /*20/1180*/
}

.catalog_list .justify_elem {
    width: 23.7%;
}

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

.catalog_item_fade {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    
    background-image: linear-gradient(135deg, #12151A 28.2%, rgba(18, 21, 26, 0) 71.8%), radial-gradient(89% 89% at 10.7% 85.7%, #12151A 0%, rgba(18, 21, 26, 0) 100%);
    transition: opacity 0.3s;
}

.catalog_item_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(243,227,1, 0.8);
    background-image: linear-gradient(135deg, #F3E301 28.2%, rgba(243,227,1, 0) 71.8%), radial-gradient(89% 89% at 10.7% 85.7%, #F3E301 0%, rgba(243,227,1, 0) 100%);
    transition: opacity 0.3s;
    opacity: 0;
}

.catalog_item_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.catalog_item_content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 40px 20px 10px 30px;
    text-align: left;
}

.catalog_item_title {
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    transition: color 0.3s;
    margin-bottom: 10px;
    
    padding-right: 20px;
}

.catalog_item_brands {
    opacity: 0;
    transition: opacity 0.3s;
}

.catalog_item_brand {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-bottom: 10px;
    
    font-size: 14px;
    color: #003970;
    border: 1px dashed #003970;
    line-height: 25px;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 5px;
    margin-right: 5px;
    transition: all 0.3s;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.catalog_item_brand_more {
    
}

.catalog_item_brand_hidden {
    display: none;
}

.catalog_item_brand:hover {
    background-color: #003970;
    color: #ffffff;
}

.catalog_item:hover .catalog_item_fade {
    opacity: 0;
}

.catalog_item:hover .catalog_item_hover {
    opacity: 1;
}

.catalog_item:hover .catalog_item_brands {
    opacity: 1;
}

.catalog_item:hover .catalog_item_title {
    color: #171A21;
}

.catalog_unlogin_content {
    margin-bottom: 6%;
    min-height: 300px;
}

.catalog_content_img {
    right: -102px;
    top: -65px;
    position: absolute;
}

.catalog_unlogin_block {
    padding-left: 80px;
    position: relative;
    margin-bottom: 20px;
}

.catalog_unlogin_title {
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    color: #003970;
    max-width: 560px;
    margin-bottom: 32px;
}

.catalog_unlogin_bottom {
    
}

.catalog_unlogin_button {
    display: inline-block;
    vertical-align: middle;
    width: 230px;
    margin-right: 25px;
}

.catalog_unlogin_partner_icon {
    background-image: url(/img/partner_icon_black.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 17px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

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

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

.catalog_unlogin_auth_icon .icon_inner_hover {
    background-image: url(/img/personal_icon_white.png);
}

.catalog_unlogin_hint {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
}


.rudnik_button3 {
    font-family: inherit;
    border: 0;
    background-color: #ffffff;
    
    height: 60px;
    line-height: 60px;
    
    color: #003970;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;;
    
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: all 0.3s;
}

.rudnik_button3:hover {
    color: #ffffff;
    background-color: #003970;
}

.categorys_block {
    margin-top: -10px;
    margin-bottom: 25px;
}

.page_content + .categorys_block {
    margin-top: 30px;
}

.categorys_item {
    border: 1px solid #e9e7dd;;
    border: 1px solid #003970;;
    background-color: #f3e301;
    
    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 28px;
    height: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 0 10px;
    transition: background-color 0.3s, color 0.3s;
    letter-spacing: 0.3px;
}

.categorys_item_count {
    font-weight: normal;
    color: #9A9A9A;
    margin-left: 3px;
}

.categorys_item:hover {
    background-color: #E9E7DD;
    background-color: #003970;
    color: #ffffff;
}

.categorys_item.categorys_item_active {
    cursor: auto;
    background-color: #f3e301;
    border-color: #f3e301;
    color: #171A21;
}

.categorys_item_sale {
    border-color: #003970;
    background-color: transparent;
    /*color: #ffffff*/
    
}

.categorys_item_sale:hover {
    background-color: #003970;
    color: #ffffff;
}

.categorys_item.brands_item {
    border: 1px solid #e9e7dd;;
    background-color: transparent;
}

.categorys_item.brands_item:hover {
    background-color: #E9E7DD;
    color: #003970;
}

.brands_block {
    overflow: hidden;
    max-height: 70px;
    position: relative;
}

.brands_block_showed {
    max-height: none;
}

.brands_item_hidden {
    display: none;
}

.brands_block_more {
    display: none;
    color: #003970;
    border: 1px solid #003970;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    
    height: 28px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    padding: 0 12px;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.brands_block_more_visible {
    display: inline-block;
}

.brands_block_more:hover {
    background-color: #003970;
    color: #ffffff;
}

.brands_block_more_icon {
    display: inline-block;
    width: 6px;
    height: 15px;
    margin-left: 3px;
    vertical-align: middle;
}

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

.brands_block_more_icon .icon_inner_hover {
    background-image: url(/img/brands_more_icon_white.png);
}

.tovar_list {
    
}

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

.tovar_table th {
    white-space: nowrap;
    font-size: 14px;
    color: #8F8D82;
    background-color: #e9e7dd;
    font-weight: normal;
    text-align: left;
    line-height: 20px;
    padding: 10px 20px 10px 20px;
    
}

.tovar_table td {
    font-size: 16px;
    color: #171A21;
    background-color: #ffffff;
    line-height: 24px;
    padding: 10px 20px 10px 20px;
}

.tovar_table th:first-child, .tovar_table td:first-child {
    
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    padding-right: 10px;
}

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

.tovar_table .last_col {
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.sort_cell {
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.sort_cell:hover {
    background-color: #d8d6cc;
    color: #6d6b60;
}

.sort_icon {
    display: none;
    width: 20px;
    height: 20px;
    background-color: #f5f4f0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    vertical-align: middle;
    margin-left: 6px;
    background-position: center;
    background-repeat: no-repeat;
}

.sort_asc .sort_icon, .sort_desc .sort_icon {
    display: inline-block;
}

.sort_asc .sort_icon {
    background-image: url(/img/sort_asc_icon.png);
}

.sort_desc .sort_icon {
    background-image: url(/img/sort_desc_icon.png);
}

.tovar_item {
    transition: box-shadow 0.3s;
}

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

.tovar_item_article_mob {
    font-weight: bold;
    display: none;
}

.tovar_item_cost {
    font-weight: 600;
    text-align: right;
}

.tovar_item:hover {
    box-shadow: 0 0px 40px 0 rgba(243,227,1,0.4);
}

.tovar_item a {
    transition: color 0.3s;
    text-decoration: none;
}

.tovar_item:hover a {
    color: #171A21;
}

.tovar_item a:hover {
    color: #003970;
}

.tovar_item_ost {
    font-size: 13px;
    padding-left: 10px;
    background-position: left top 6px;
    background-repeat: no-repeat;
    white-space: nowrap;
    line-height: normal;
    font-weight: normal;
    text-align: left;
}

.tovar_item_ost_red {
    color: #C58989;
    background-image: url(/img/ost_marker_red.png);
}

.tovar_item_ost_orange {
    color: #C5a949;
    background-image: url(/img/ost_marker_orange.png);
}

.tovar_item_ost_yellow {
    color: #C5C549;
    background-image: url(/img/ost_marker_yellow.png);
}

.tovar_item_ost_green {
    color: #73A876;
    background-image: url(/img/ost_marker_green.png);
}

.tovar_item_ost_mob {
    display: none;
}

.tovar_item_korzina {
    background-color: #e9e7dd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    width: 100px;
    text-align: right;
}

.tovar_item_korzina_icon {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 17px;
    margin-bottom: 1px;
    margin-right: 3px;
}

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

.tovar_item_korzina_icon .icon_inner_hover {
    background-image: url(/img/korzina_icon_blue.png);
}

.tovar_item_korzina_active .tovar_item_korzina_icon .icon_inner_auto {
    opacity: 0;
}

.tovar_item_korzina_active .tovar_item_korzina_icon .icon_inner_hover {
    opacity: 1;
}

.tovar_item_korzina_num {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    color: #8F8D82;
    margin-right: 5px;
    transition: color 0.3s;
}

.tovar_item_korzina_active .tovar_item_korzina_num {
    color: #003970;
}

.tovar_item_korzina_plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    background-color: #f5f4f0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: background-color 0.3s;
}

.tovar_item_korzina_plus:hover {
    background-color: #003970;
}

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

.tovar_item_korzina_plus .icon_inner_hover {
    background-image: url(/img/korzina_plus_white.png);
}

.tovar_item_sale {
    background-color: #f3e301;
    color: #171A21;
    
    padding: 0 5px;
    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 13px;
    text-transform: uppercase;
    
}

.tovar_col_img {
    width: 80px;
}

th.tovar_col_img {
    width: 70px;
    text-align: center;
}

.tovar_col_korzina {
    width: 140px;
}

.tovar_col_cost {
    width: 75px;
}

.tovar_col_ost {
    width: 75px;
}

.tovar_col_article {
    width: 110px;
}

.tovar_col_brand {
    width: 80px;
}

.tovar_item_zayavka {
    height: 35px;
    line-height: 35px;
    font-weight: normal;
    width: 100px;
    width: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.brand_page_logo {
    float: left;
    margin-top: 10px;
    margin-right: 25px;
    margin-bottom: 15px;
}

/*карточка товара пошла*/
.tovar_card_sale {
    background-color: #003970;
    color: #ffffff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 0 8px;
    font-weight: normal;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin-right: 4px;
}

.tovar_card {
    position: relative;
    margin-bottom: 50px;
}

.tovar_card_main {
    background-color: #ffffff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-right: 200px;
    padding: 20px 40px;
}

.tovar_card_img {
    float: left;
    margin-right: 40px;
    max-height: 140px;
    max-width: 140px;
}

.tovar_card_content {
    padding: 10px 0;
}

.tovar_card_top {
    border: 1px solid #f5f4f0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    line-height: 24px;
    display: inline-block;
    min-width: 360px;
    margin-bottom: 20px;
}

.tovar_card_article {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    
    min-width: 180px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 12px 20px;
    border-right: 1px solid #f5f4f0;
}

.tovar_card_article .tovar_card_value {
    font-size: 16px;
    margin-left: 8px;
}

.tovar_card_ost {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #8F8D82;
    padding: 12px 20px;
}

.tovar_card_ost .tovar_card_value {
    font-size: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 10px;
    margin-left: 8px;
}

.tovar_card_bottom {
    
}

.tovar_card_cost {
    font-size: 32px;
    font-weight: bold;
    min-width: 180px;
    display: inline-block;
    vertical-align: middle;
}

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

.korzina_count_block {
    position: relative;
    width: 180px;
}

.korzina_count_field {
    border: 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #e9e7dd;
    font-size: 14px;
    padding: 0;
    line-height: 50px;
    height: 50px;
    
    font-family: inherit;
    color: #003970;
    text-align: center;
    width: 100%;
}

.korzina_count_field:focus {
    outline: 0;
}

.korzina_count_button {
    position: absolute;
    width: 50px;
    height: 50px;
    
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f5f4f0;
    top: 0;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

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

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

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

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

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

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

.tovar_card_button {
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
    width: 180px;
}

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

.tovar_card_right {
    position: absolute;
    width: 180px;
    right: 0;
    top: 0;
}

.tovar_card_brand {
    background-color: #ffffff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: block;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    transition: background-color 0.3s;
}

.tovar_card_brand:hover {
    background-color: #f3e301;
}

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

.tovar_card_right_str {
    font-size: 13px;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.tovar_card_descr {
    margin-right: 200px;
    margin-bottom: 6.77%;
}

.tovar_card_descr_h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
}

.tovars_showmore_block {
    text-align: right;
    margin-top: 5px;
}

.tovars_showmore_button {
    width: 160px;
}

.rudnik_button4 {
    background-color: transparent;
    color: #003970;
    border: 1px dashed #003970;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    height: 38px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: all 0.3s;
}

.rudnik_button4:hover {
    background-color: #003970;
    color: #ffffff;
} 

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

.inkorzina_notice_block {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #ffffff;
    
    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: #a2a2a2;
    margin-bottom: 15px;
}

.inkorzina_notice_tovar {
    margin-bottom: 10px;
}

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

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

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

.korzina_table_block {
    position: relative;
}

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

.korzina_table th {
    white-space: nowrap;
    font-size: 14px;
    color: #8F8D82;
    background-color: #e9e7dd;
    font-weight: normal;
    text-align: left;
    line-height: 20px;
    padding: 10px 20px 10px 20px;
}

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

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

.korzina_item_mobdel {
    display: none;
}

.korzina_count_str {
    min-width: 150px;
    width: 100%;
}

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

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

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

.korzina_item_del:hover {
    background-color: #003970;
    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: 215px;
}

.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_itog_block {
    float: left;
    line-height: 60px;
    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;
    
}

.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: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 15px;
}

.ordering_itog_head {
    font-size: 18px;
    margin-bottom: 20px;
    display: inline-block;
}

.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: #999999;
    letter-spacing: 0.5px;
    font-size: 13px;
    line-height: 18px;
}

.ordering_politika_block a {
    color: #999999;
}

.ordering_container {
    
}

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

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

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

.ordering_form_item_half {
    width: 48.57%;
}

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

.ordering_form_field {
    position: relative;
}

.ordering_form_field .rudnik_inputtext {
    border: 1px solid #e9e7dd;
}

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

.ordering_form_submit {
    display: none;
}

.ordering_success_block {
    background-image: url(/img/ordering_success_icon.png);
}

.ordering_success_buttons {
    
} 

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

.ordering_success_button2 {
    width: 140px;
}


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

.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: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
    padding: 35px 40px 40px;
}

.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: #8f8d82;
    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: #171A21;
    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 #e9e7dd;
    display: block;
}

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

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

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

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

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

.settings_form_button {
    width: 220px;
}

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

.zakaz_list {
    
}

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

.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;
    
    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_item_arrow {
    position: absolute;
    width: 40px;
    background-color: #f5f4f0;
    
    right: 8px;
    top: 8px;
    bottom: 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-image: url(/img/zakaz_item_arrow_b.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.3s;
}

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

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

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

.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_title {
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

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

.zakaz_sostav_cost {
    display: inline-block;
}

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


.tovar_item_korzina2 {
    white-space: nowrap;
}

.tovar_item_count.korzina_count_block {
    display: inline-block;
    width: 95px;
    vertical-align: middle;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 5px;
}

.tovar_item_count .korzina_count_button {
    width: 25px;
    height: 35px;
}

.tovar_item_count .korzina_count_button.more {
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.tovar_item_count .korzina_count_button.less {
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}

.tovar_item_count .korzina_count_field {
    height: 35px;
    line-height: 35px;
}

.tovar_item_button {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-image: url(/img/korzina_icon_black.png);
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    
}