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

body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #141414;
    font-family: "Century Gothic";
    
    font-size: 16px;
    min-width: 100%;
    background-color: #ffffff;
}

a {
    color: #67BE22;
    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 {
    font-family: 'Black Crow';
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.wrapper {
    width: 1180px;
    padding: 0 15px;
    margin: 0 auto;
    min-width: 340px;
    position: relative;
}

.lesenka {
    color: #545454;
    letter-spacing: 0.5px;
    font-size: 13px;
    
    margin-bottom: 20px;
}
.lesenka a {
    color: #999999;
    text-decoration: none;
    transition: color 0.5s
}

.lesenka a:hover {
    color: #67BE22
}

.lesenka span {
    color: #545454;
}

.lesenka_separator {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #999999;
    margin: 0 15px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-bottom: 3px;
}

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

.footer_marginer {
    height: 240px;
}

.footer_marginer_welcome {
    height: 180px;
}

div.metrika_code {
    display: none;
}

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

  .footer {
      height: 180px;
  }

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

@media only screen and (max-width: 640px) {
    .up_button_container {
        display: none;
    }
}
 
.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;

    right: auto;
    left: 20px;
    
}

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

.transition {
    transition: all 0.3s;
}

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

.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_pos {
    height: 190px;
}

.header_fixed {
    position: fixed;
    top: 0;
}

.header_bottom {
    position: absolute;
}

.header_scrolled {
    z-index: 6;
    /*display: none;*/
    margin-top: -190px;
}

.header_scrolled.formodal_fixed {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.header_band {
    overflow: visible;
}

.header_band .band_background, .header_copy .band_background {
    background-color: #141414;
}

.header_container {
    
}

.header_topline {
    height: 40px;
    line-height: 36px;
    color: #ffffff;
    padding: 0 140px 0 110px;
    letter-spacing: 0.5px;
    
    overflow: hidden;
}

.header_topline_menu {
    float: left;
    width: 340px;
    text-align: justify;
}

.header_topline_menu_item {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.header_topline_menu_item a {
    color: #999999;
    text-decoration: none;
}

.header_topline_menu_item a:hover {
    color: #ffffff;
}

.header_topline_right {
    float: right;
}

.header_topline_adres {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    
    background-image: url(/img/header_adres_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.header_topline_personal {
    margin-left: 50px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #999999;
}

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

.header_topline_personal_icon_gray {
    background-image: url(/img/header_personal_icon_gray.png);
}

.header_topline_personal_icon_white {
    background-image: url(/img/header_personal_icon_white.png);
}

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

.header_topline_personal:hover {
    color: #ffffff;
}

.header_white_block {
    background-color: #f6f7fc;
    border-radius: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    height: 90px;
    
    box-shadow: 0 16px 40px 0 rgba(103,190,34,0.15);
}

.header_logo_block {
    float: left;
}

.header_logo_block a {
    text-decoration: none;
}

.header_logo_img {
    display: inline-block;
    vertical-align: middle;
    
    box-shadow: 2px 0 20px 0 rgba(0,0,0,0.1);
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    margin: -5px 5px -5px 0;
}

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


.header_search_block {
    margin-left: 300px;
    margin-right: 500px;
    
    padding-top: 20px;
}

.header_search_form {
    position: relative;
}

.header_search_text {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    line-height: 48px;
    border: 1px solid #f1f2f3;
    background-color: #ffffff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.header_search_button {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 8px;
    top: 50%;
    margin-top: -12px;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    
    background-image: url(/img/header_search_icon_black.png);
    background-position: center;
    background-repeat: no-repeat;
}

.header_search_button:hover {
    background-image: url(/img/header_search_icon_green.png);
}

.header_white_right {
    float: right;
}

.header_contacts_block {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.5px;
}

.header_contacts_block + .header_contacts_block {
    margin-left: 40px;
}

.header_contacts_value {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px;
}

.header_contacts_caption {
    font-size: 13px;
    color: #999999;
}

.header_korzina_button {
    display: inline-block;
    vertical-align: middle;
    background-color: #f6f7fc;
    border: 5px solid #f6f7fc;
    
    overflow: hidden;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    
    text-decoration: none;
    
    cursor: auto;
    
    margin: -5px 0 -5px 25px;
    box-shadow: 2px 0 20px 0 rgba(0,0,0,0.1);
}

.header_korzina_inner {
    background-color: #bbbbbb;
    width: 90px;
    height: 90px;
    color: #ffffff;
    display: block;
    text-align: center;
    overflow: hidden;
    
    border-radius: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;    
    transition: background-color 0.3s;
}

.header_korzina_count {
    color: #ffffff;
    font-family: "Inter";
    font-weight: normal;
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
}

.header_korzina_icon {
    display: inline-block;
    width: 58px;
    height: 46px;
    background-image: url(/img/header_korzina_icon.png);
}

.header_korzina_active {
    cursor: pointer;
}

.header_korzina_active .header_korzina_inner {
    background-color: #67be22;
}

.header_korzina_active .header_korzina_count {
    font-weight: 900;
}

.header_korzina_active:hover .header_korzina_inner {
    background-color: #56ad11;
}

.korzina_swing_container {
    float: right;
}

.header_korzina_button.korzina_swing_block {
    right: 15px;
    position: fixed;
    bottom: 15px;
    
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    
    z-index: 5;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.3);
    padding-left: 20px;
    display: none;
}

.korzina_swing_block.header_korzina_active {
    display: block;
    transition: all 0.3s;
}

.korzina_swing_block.korzina_swing_block_opened {
    border-radius: 3px 3px 30px 3px;
    -moz-border-radius: 3px 3px 30px 3px;
    -webkit-border-radius: 3px 3px 30px 3px;
    cursor: auto;
    background-color: #ffffff;
    border-color: #ffffff;
}

.korzina_swing_left {
    color: #141414;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    transition: color 0.3s;
}

.korzina_swing_count {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 1px;
}

.korzina_swing_cost {
    display: block;
    font-size: 18px;
    font-family: "Inter";
    font-weight: bold;
}

.korzina_swing_container .korzina_swing_button {
    
    overflow: hidden;
    width: 0;
    
    vertical-align: middle;
    transition: all 0.3s;
}

.korzina_swing_block .header_korzina_inner {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    position: relative;
}

.korzina_swing_block .header_korzina_count {
    display: none;
}

.korzina_swing_block .header_korzina_icon {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -24px;
    background-image: url("/img/header_korzina_icon2.png");
}

.korzina_swing_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    opacity: 0;
    background-image: url(/img/korzina_loader2.png);
    transition: opacity 0.3s;
    
    -webkit-animation: 1.5s linear infinite korzina_loader;
    -moz-animation: 1.5s linear infinite korzina_loader;
    -o-animation: 1.5s linear infinite korzina_loader;
    animation: 1.5s linear infinite korzina_loader;
}

.korzina_swing_loading .header_korzina_icon {
    opacity: 0;
}

.korzina_swing_loading .korzina_swing_loader {
    opacity: 1;
}

.korzina_swing_loading .korzina_swing_left {
    color: #bcbcbc;
}

.korzina_swing_block_opened .header_korzina_inner {
    float: right;
}

.korzina_swing_block_opened .korzina_swing_left {
    margin-top: 5px;
}

.korzina_swing_block_opened .korzina_swing_button {
    width: 150px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
}

.korzina_swing_block.korzina_swing_block_opened .header_korzina_inner {
    background-color: #67BE22;
    cursor: pointer;
}

.korzina_swing_block.korzina_swing_block_opened .header_korzina_inner:hover {
    background-color: #56ad11;
}

.korzina_swing_consist {
    overflow: hidden;
    height: 0;
    width: 0;
    max-height: 360px;
}

.korzina_swing_consist_inner {
    width: 340px;
}

.korzina_swing_fade {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    /*background-color: rgba(0,0,0,0.1);*/
}

.headmenu_block {
    text-align: justify;
    height: 40px;
    line-height: 40px;
    padding: 10px 0;
    overflow: hidden;
}

.headmenu_item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: bold;
    text-transform: uppercase;
}

.headmenu_item a {
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    padding: 0 15px;
}

.headmenu_item a:hover {
    background-color: #67be22;
    
}

/*костыли для прокручивающейся шапки пошли*/
.header_scrolled .header_topline {
    height: 10px;
}

.header_scrolled .header_topline_menu {
    display: none;
}

.header_scrolled .header_topline_right {
    display: none;
}

.header_scrolled .header_white_block {
    height: 70px;
}

.header_scrolled .header_logo_img {
    height: 70px;
    margin: 0 5px 0 0;
}

.header_scrolled .header_search_block {
    padding-top: 10px;
}

.header_scrolled .header_korzina_button {
    margin: 0 0 0 25px;
}

.header_scrolled .header_korzina_inner {
    height: 60px;
    direction: rtl;
}

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

.header_scrolled .header_korzina_icon {
    vertical-align: middle;
    background-image: url(/img/header_korzina_icon2.png);
    width: 48px;
    height: 46px;
    margin-right: -11px;
    margin-left: -11px;
    margin-top: 7px;
    margin-bottom: -8px;
}

.header_scrolled .headmenu_block {
    height: 30px;
    line-height: 30px;
    padding: 5px 0;
}

.header_mob_list {
    display: none;
}

.header_mob_button {
    display: inline-block;
    
    width: 38px;
    height: 38px;
    background-color: #ffffff;
    border: 1px solid #e6e9ec;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    cursor: pointer;
    
    margin-left: 4px;
}

.header_mob_button:hover {
    background-color: #67be22;
    border-color: #67be22;
}

.header_mob_search {
    display: none;
}

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

.header_mob_search .icon_inner_hover {
    background-image: url(/img/header_search_icon_white.png);
}

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

.header_mob_personal .icon_inner_hover {
    background-image: url(/img/header_personal_icon_white.png);
}

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

.header_mob_headmenu .icon_inner_hover {
    background-image: url(/img/header_menu_icon_green.png);
}

.header_mob_headmenu {
    background-color: #141414;
    border-color: #141414;
}

.header_mob_headmenu:hover {
    background-color: #ffffff;
    border-color: #67be22;
}

.popup_block_headmenu {
    background-color: #141414;
}

.popup_menu {
    padding: 15px;
}

.popup_menu_item {
    
}

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

.popup_menu_item_link {
    padding: 10px 20px;
    text-align: center;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    
    color: #67be22;
    background-color: #141414;
}

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

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

.popup_top {
    border-bottom: 1px solid #999999;;
    background-color: #141414;
    text-align: center;
    color: #ffffff;
    padding-bottom: 15px;
    padding-top: 15px;
}

.popup_top_item {
    margin-bottom: 10px;
}

.popup_top_item_caption {
    color: #999999;;
    font-size: 14px;
    margin-bottom: 5px;
}

.popup_top_item_value {
    font-weight: bold;
    font-size: 16px;
}
    
.popup_bottom {
    padding: 15px;
    border-top: 1px solid #999999;;
    
}

.popup_bottom .popup_menu_item_link {
    color: #999999;
    font-weight: normal;
}

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

.slider_band .wrapper {
    overflow: hidden;
    padding-left: 370px;
    padding-right: 370px;
}

.slider_container {
    
}

.slider_list {
    
}

.aaaleafer.slider_list {
    overflow: visible;
}

.slider_list_item {
    text-decoration: none;
    color: #ffffff;
    position: relative;
    display: block;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    width: 100%;
    
    overflow: hidden;
    white-space: normal;
}

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

.slider_item_fade {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #060A0D 6.8%, rgba(6, 10, 13, 0.00) 59%);
    opacity: 0.88;
}

.slider_item_content {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    max-width: 600px;
}

.slider_item_content_inner {
    
    display: table;
    height: 100%;
    width: 100%;
}

.slider_item_content_inner2 {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding: 40px;
}

.slider_item_title {
    display: block;
    font-size: 30px;
    line-height: 44px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Black crow";
    margin-bottom: 25px;
}

.slider_item_descr {
    display: block;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 35px;
}

.slider_item_button {
    padding: 0 30px;
}

.panda_button {
    font-family: inherit;
    border: 0;
    background-color: #67be22;
    
    height: 40px;
    line-height: 40px;
    
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;;
    font-weight: bold;
    letter-spacing: 0.3px;
    
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    transition: 0.3s all;
}

.panda_button:hover {
    background-color: #56ad11;
}

.welcome_akcii_band {
    z-index: 0;
}

.welcome_akcii_band .band_background {
    
}

.welcome_akcii_band .wrapper {
    overflow: hidden;
    padding-left: 370px;
    padding-right: 370px;
}

.welcome_akcii_container {
    padding: 60px 0;
}

.aaaleafer.welcome_akcii_list {
    overflow: visible;
}

.welcome_akcii_list_item {
    width: 480px;
    height: 160px;
    display: inline-block;
    background-color: #141414;
    overflow: hidden;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    position: relative;
    white-space: normal;
}

.welcome_akcii_item_fade {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(20,20,20, 0.8);
}

.welcome_akcii_item_imgwrap {
    position: absolute;
    right: 0;
}

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

.welcome_akcii_item_img {
    display: block;
    max-height: 160px;
    max-width: 200px;
}

.welcome_akcii_item_content {
    color: #ffffff;
    position: relative;
    display: table;
    height: 100%;
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 40px;
}

.welcome_akcii_item_content_withimg {
    padding-right: 200px;
}

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

.welcome_akcii_item_type {
    display: inline-block;
    background-color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 30px;
    font-weight: bold;
    padding: 0 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-bottom: 7px;
}

.welcome_akcii_item_title {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

.welcome_akcii_list_item:hover .welcome_akcii_item_type {
    background-color: #67be22;
}

.welcome_akcii_list_item:hover .welcome_akcii_item_fade {
    
}

.panda_inputtext {
    border: 1px solid #E9ECF6;;
    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: 50px;
    
    line-height: 48px;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: inherit;
    padding: 0 10px;
    transition: border-color 0.3s;
}

.panda_inputtext:focus {
    border-color: #67BE22;
}

.panda_inputtext.panda_inputtext2 {
    height: 60px;
    line-height: 40px;
    padding: 16px 10px 0 10px;
}

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

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

.panda_button2 {
    font-family: inherit;
    border: 2px dotted #67be22;
    background-color: #ffffff;
    
    height: 36px;
    line-height: 36px;
    
    color: #67be22;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;;
    font-weight: bold;
    letter-spacing: 0.3px;
    
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    transition: 0.3s all;
}

.panda_button2:hover {
    background-color: #67be22;
    color: #ffffff;
}

.autorization_submit {
    white-space: nowrap;
}

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

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

.panda_checkbox_block label {
    padding-left: 28px;
    display: inline-block;
    cursor: pointer;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(/img/checkbox.png);
    line-height: 21px;
    font-size: 15px;
    transition: color 0.3s;
}

.panda_checkbox_block label:hover {
    color: #67be22;
}

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

.panda_checkbox_block label a {
    font-weight: 900;
}

.panda_checkbox_block .field_parent_error {
    color: red;
}

.panda_checkbox_block .field_parent_error a {
    color: red;
}

.forgot_message {
    font-size: 14px;
    line-height: 22px;
}

.fast_band .band_background {
    
}

.fast_container {
    padding-top: 50px;
    padding-bottom: 70px;
}

.fast_block {
    background-color: #f6f7fc;
    
    overflow: hidden;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    
    padding: 30px 100px 0;
    margin: 0 -100px;
    
    background-image: url(/img/fast_tree_bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.fast_h2 {
    margin-bottom: 20px;
}

.fast_sostav_block {
    padding: 0 100px 20px;
    margin: 0 -100px;
    border-bottom: 1px dashed #E5E7EF;
}

.fast_sostav_list {
    
}

.fast_sostav_item {
    background-color: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    padding: 5px 10px 5px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 16px;
    color: #141414;
    font-size: 12px;
}

.fast_sostav_item_caption {
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 0.6px;
    font-weight: bold;
    text-transform: uppercase;
}

.fast_sostav_item_img {
    vertical-align: middle;
    max-height: 40px;
    margin-left: 10px;
}

.fast_sostav_item:hover {
    background-color: #67BE22;
    color: #ffffff;
}

.fast_podbor_block {
    background-color: #edeff8;
    border-top: 1px dashed #ffffff;
    
    padding: 40px 100px 20px;
    margin: 0 -100px;
    
    background-image: url(/img/fast_tree_bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.fast_podbor_list {
    
}

.mob_buttons_align {
    font-size: 0;
}


.phonesale_band .band_background {
    
}

.phonesale_container {
    padding-top: 70px;
    padding-bottom: 70px;
}

.phonesale_block {
    background-color: #141414;;
    background-image: url(/img/phonesale_block_bg.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: relative;
    
    padding: 40px 40px 35px 300px;
}

.phonesale_hand {
    background-image: url(/img/phonesale_hand.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 255px;
    height: 245px;
}

.phonesale_left {
    margin-right: 180px;;
}

.phonesale_lozung {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #67BE22;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0 18px;
    letter-spacing: 0.2px;
    margin-bottom: 24px;
}

.phonesale_text {
    font-weight: 600;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Black Crow';
    line-height: 32px;
}

.phonesale_text_green {
    display: block;
    color: #67BE22
}

.phonesale_right {
    position: absolute;
    right: 40px;
    top: 40px;
}

.phonesale_button {
    width: 144px;
    height: 43px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.phonesale_button_gp {
    background-image: url(/img/gp_button.png);
    margin-bottom: 25px;
}

.phonesale_button_as {
    background-image: url(/img/as_button.png);
}

.phonesale_button:hover {
    opacity: 0.9;
}

.welcome_tovars_band .band_background {
    
}

.welcome_tovars_bg {
    background-color: #f6f7fc;
    top: 355px;
    bottom: 90px;
    width: 100%;
    position: absolute;
}

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

.welcome_tovars_h2 {
    
}

.welcome_tovars_block {
    
}

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

.tovar_list_item {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 280px;
    margin-bottom: 20px;
    
    text-align: left;
    background-color: #ffffff;
    box-shadow: 4px 4px 30px 0 rgba(229, 231, 239, 0.6);
    padding: 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;
    position: relative;
    
    transition: box-shadow 0.3s, opacity 0.5s;
    cursor: pointer;
    white-space: normal;
}

.tovar_list .justify_elem {
    width: 280px;
}

.tovar_item_img_wrapper {
    height: 220px;
    margin-bottom: 15px;
}

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

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

.tovar_item_img_forlabel {
    position: relative;
    display: inline-block;
}

.tovar_item_img {
    max-width: 100%;;
    max-height: 100%;;
    display: block;
    margin: 0 auto;
    max-height: 220px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; 
}

.tovar_item_labels {
    position: absolute;
    right: 5px;
    top: 5px;
}

.label_item {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tovar_item_content {
    padding: 0 20px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tovar_item_texts {
    margin-bottom: 15px;
    position: relative;
}

.tovar_item_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

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

.tovar_item_title a {
    color: #545454;
}

.tovar_item_sostav {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.tovar_item_weight {
    background-color: #f6f7fc;
    
    line-height: 16px;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #999999;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 7px 10px 7px 35px;
    background-image: url(/img/tovar_weight_icon.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    margin-top: 12px;
    
}

.tovar_item_weight_real {
    opacity: 0;
}

.tovar_item_weight_view {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
}

.tovar_item_bottom {
    height: 40px;
    text-align: justify;
}

.tovar_item_costs {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    font-family: "Inter";
}

.tovar_item_costold {
    color: #67BE22;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: line-through;
    line-height: 20px;
    margin-bottom: 2px;
    
}

.tovar_item_cost {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

.tovar_item_button {
    display: inline-block; 
    vertical-align: middle;
    height: 40px;
    line-height: 40px;;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.tovar_item_button_bg {
    background-color: #67be22;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40px;
}

.tovar_item_button_icon {
    width: 40px;
    height: 40px;
    vertical-align: top;
    display: inline-block;
    background-image: url(/img/tovar_korzina_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    text-align: center;
}

.tovar_item_button_loader {
    left: 0;
    top: 0;
    display: none;
    opacity: 0;
    position: absolute;
    background-image: url(/img/korzina_loader.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    transition: opacity 0.3s;
    
    -webkit-animation: 1.5s linear infinite korzina_loader;
    -moz-animation: 1.5s linear infinite korzina_loader;
    -o-animation: 1.5s linear infinite korzina_loader;
    animation: 1.5s linear infinite korzina_loader;
}

@-webkit-keyframes korzina_loader { from { transform: rotate(0deg); } to { transform: rotate(480deg); }  }
@-moz-keyframes korzina_loader { from { transform: rotate(0deg); } to { transform: rotate(480deg); }  }
@-o-keyframes korzina_loader { from { transform: rotate(0deg); } to { transform: rotate(480deg); }  }
@keyframes korzina_loader { from { transform: rotate(0deg); } to { transform: rotate(480deg); }  }


.tovar_item_button_caption {
    vertical-align: top;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.3px;
    font-weight: bold;
    color: #67BE22;
    text-transform: uppercase;
    position: relative;
    
    white-space: nowrap;
    width: 75px;
}

.tovar_item_button_num {
    display: none;
    left: 10px;
    top: 10px;
    position: absolute;
    background-image: none;
    font-size: 11px;
    color: #67be22;
    font-weight: bold;
    line-height: 20px;
    width: 20px;
    height: 20px;
    font-family: "Inter";
    text-align: center;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    letter-spacing: -1px;
    background-color: #ffffff;
    transition: color 0.3s, opacity 0.3s;
}


.tovar_list_item:hover {
    box-shadow: none;
}

.tovar_list_item:hover .tovar_item_title a {
    color: #67be22;
}

.tovar_item_button:hover .tovar_item_button_caption, .tokorzina_button_taken .tovar_item_button_caption {
    padding-right: 10px;
    margin-left: -10px;
    color: #ffffff;
}

.tovar_item_button:hover .tovar_item_button_bg, .tokorzina_button_taken .tovar_item_button_bg {
    width: 100%;
}

.tokorzina_button_taken {
    position: relative;
}

.tokorzina_button_taken .tovar_item_button_icon {
    opacity: 0;
}

.tokorzina_button_taken:hover .tovar_item_button_bg {
    background-color: #56ad11;
}

.tokorzina_button_taken:hover .tovar_item_button_num {
    color: #56ad11;
}

.tokorzina_button_loading .tovar_item_button_loader {
    display: block;
    opacity: 1;
}

.tokorzina_button_taken .tovar_item_button_num {
    display: block;
}

.tokorzina_button_loading .tovar_item_button_num {
    opacity: 0;
}

.welcome_tovars_showmore_block {
    text-align: center;
    margin-top: 20px;
}

.welcome_tovars_showmore_button {
    width: 180px;
}

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

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

.welcome_tovars_showmore_icon .icon_inner_hover {
    background-image: url(/img/showmore_icon_white.png);
}

.tovar_list_item_hidden {
    display: none;
}

.panda_button3 {
    font-family: inherit;
    border: 1px dashed #c9cee2;
    background-color: #f6f7fc;
    
    height: 38px;
    line-height: 38px;
    
    color: #67be22;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;;
    font-weight: bold;
    letter-spacing: 0.3px;
    
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    transition: 0.3s all;
}

.panda_button3:hover {
    background-color: #67be22;
    border-color: #67be22;
    color: #ffffff;
}

.welcome_categorys_band .band_background {
    
}

.category_container {
    padding-top: 60px;
    padding-bottom: 70px;
}

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

.category_item {
    font-size: 16px;
    display: inline-block;
    background-color: #f6f7fc;
    background-color: #141414;
    text-decoration: none;
    
    color: #141414;
    
    position: relative;
    height: 150px;
    width: 23.73%;
    padding: 0 10% 0 20px;
    margin-bottom: 1.7%;
    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;
    overflow: hidden;
}

.category_item:hover {
    color: #ffffff;
    background-color: #67be22;
    background-color: #141414;
}

.category_item:hover .category_item_img_wrapper {
    opacity: 0.7;
}

.category_list .justify_elem {
    width: 23.73%;
}

.category_item_caption {
    display: table-cell;
    height: 150px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.category_item_img_wrapper {
    position: absolute;
    right: 0;
    top: 0;
    height: 150px;
    transition: opacity 0.3s;
}

.category_item_img_aligner {
    display: table-cell;
    height: 150px;
    vertical-align: middle;
    
}

.category_item_img {
    max-height: 150px;
    margin-left: auto;
    display: block;
    max-width: 100%;
}

.welcome_about_band .band_background {
    
}

.welcome_about_container {
    padding: 75px 110px;
    margin: 0 -110px;
    background-color: #67be22;
    color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-image: url(/img/welcome_about_bg.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    position: relative;
}

.welcome_about_block {
    max-width: 800px;
    position: relative;
}

.welcome_about_h1 {
    margin-bottom: 15px;
}

.welcome_about_descr {
    
}

.pagetext p {
    margin: 0;
    padding: 0;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.welcome_about_panda {
    position: absolute;
    height: 100%;
    width: 610px;
    right: 0;
    top: 0;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(/img/welcome_about_panda.png);
}

.welcome_advantage_band .band_background {

}

.welcome_advantage_container {
    padding-top: 95px;
    padding-bottom: 90px;;
}

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

.welcome_advantage_item {
    text-align: left;
    display: inline-block;
    width: 23.3%;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 55px;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;;
    line-height: 26px;
}

.welcome_advantage_item1 {
    background-image: url(/img/welcome_advantage_icon1.png);
}

.welcome_advantage_item2 {
    background-image: url(/img/welcome_advantage_icon2.png);
}

.welcome_advantage_item3 {
    background-image: url(/img/welcome_advantage_icon3.png);
}

.welcome_advantage_item4 {
    background-image: url(/img/welcome_advantage_icon4.png);
}

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

.footer_bottom_bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #000000;
}

.footer {
    position: relative;
    color: #999999;
}

.footer_top {
    padding-top: 55px;
}

.footer_copy {
    float: left;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-top: 3px;
}

.footer_points {
    float: right;
    text-align: justify;
    width: 680px;
}

.footer_point {
    display: inline-block;
    letter-spacing: 0.5px;
}

.footer_point_value {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 3px;
}

.footer_point_caption {
    font-size: 13px;
    text-transform: lowercase;
}

.footer_point_works {
    min-width: 170px;
}

.footer_bottom {
    text-align: justify;
    line-height: 30px;
    padding: 10px 0;
    height: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    
    font-size: 14px;
    letter-spacing: 0.5px;
}

.footer_menu {
    display: inline-block;
    vertical-align: top;
    width: 520px;
    text-align: justify;
}

.footer_menu_item {
    display: inline-block;
    
}

.footer_menu_item a {
    color: #999999;
    text-decoration: none;
}

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

.footer_personal {
    cursor: pointer;
}

.footer_personal:hover {
    color: #ffffff;
}

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

.footer_personal_icon_gray {
    background-image: url(/img/header_personal_icon_gray.png);
}

.footer_personal_icon_white {
    background-image: url(/img/header_personal_icon_white.png);
}

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

.footer_social {
    display: inline-block;
    vertical-align: top;
    margin-left: 60px;
}

.footer_social_item {
    text-decoration: none;
    color: #ffffff;
    
    display: inline-block;
    font-weight: bold;
}

.footer_social_item + .footer_social_item {
    margin-left: 22px;
}

.footer_social_item:hover {
    color: #67be22;
}

.footer_itgo {
    display: inline-block;
    vertical-align: top;
    min-width: 170px;
}

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

.footer_itgo a:hover {
    color: #67be22;
}

.content_band .band_background {
    
}

.content_container {
    padding-top: 40px;
}

.content_container h1 {
    line-height: 48px;
    margin-bottom: 30px;
}

.page_content {
    
}

.page_content_margin {
    margin-bottom: 20px;
}

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

.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%;
    overflow: hidden;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-bottom: 20px;
    
}

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

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

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

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

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

.pagetext table tr:nth-child(2n) td {
    background-color: #f6f7fc;
}

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


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

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

/*категория товаров*/
.h1_with_backlink {
    display: inline-block;
    vertical-align: middle;
}

.filter_block {
    background-color: #f6f7fc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 40px 30px 30px 40px;
    margin-bottom: 40px;
}

.filter_item {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #141414;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    border: 1px dashed transparent;
    padding: 0 10px;
    background-color: #ffffff;
    text-decoration: none;
    box-shadow: 0 0 10px 0 rgba(216, 200, 234, 0.3);
    margin-bottom: 10px;
    margin-right: 6px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.filter_item:hover {
    background-color: #67be22;
    color: #ffffff;
    box-shadow: none;
}

.filter_item.filter_item_active {
    color: #67be22;
    border-color: #67be22;
    background-color: #ffffff;
    box-shadow: none;
}

.filter_item.filter_item_active:hover {
    color: #141414;
    border-color: #141414;
}

.backlink {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
    margin-left: 25px;
    text-transform: uppercase;
    margin-bottom: 30px;
    vertical-align: middle;
    cursor: pointer;
}

.backlink:hover {
    color: #67be22;
}

.backlink_arrow {
    width: 12px;
    height: 6px;
    display: inline-block;
    
    margin-bottom: 1px;
}

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

.backlink_arrow .icon_inner_hover {
    background-image: url(/img/backlink_arrow_green.png);
}

.pagination_button {
    width: 180px;
    
    margin-bottom: 30px;
}

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

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

.headmenu_band .header_search_res {
    top: 50px;
    
}

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

.header_search_res_img {
    margin-right: 8px;
    vertical-align: middle;
    width: 40px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.foundbg {
    color: #ffffff;
    background-color: #67BE22;
}

.none_message {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 30px;
    background-color: #f6f7fc;
    font-size: 18px;
    line-height: 28px;
}

/*карточка*/
.tovar_card_block {
    margin-bottom: 40px;
}

.tovar_card_left {
    float: left;
    width: 49.15%;
    position: relative;
}

.tovar_card_labels {
    position: absolute;
    top: 10px;
    right: 10px;
}

.tovar_card_image {
    display: block;
    box-shadow: 4px 4px 30px 0 rgba(229,231,239,0.6);
}

.tovar_card_img {
    max-width: 100%;
    display: block;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tovar_card_right {
    width: 48.3%;
    float: right;
    padding-top: 5px;
}

.tovar_card_sostav {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.tovar_card_sostav_caption {
    font-weight: bold;
    margin-bottom: 8px;
}

.tovar_card_sostav_item {
    padding-left: 25px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-image: url(/img/tovar_sostav_marker.png);
}

.tovar_card_sostav_mob {
    display: none;
}

.tovar_card_sostav_mob a {
    color: #141414;
    text-decoration: none;
}

.tovar_card_sostav_mob a:hover {
    color: #67BE22;
}

.tovar_card_weight {
    color: #545454;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 24px;
    background-image: url(/img/tovar_weight_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-bottom: 45px;
}

.tovar_card_costs {
    font-family: "Inter";
    margin-bottom: 15px;
}

.tovar_card_cost {
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.tovar_card_costold {
    display: inline-block;
    color: #67BE22;
    font-size: 14px;
    text-decoration: line-through;
    vertical-align: middle;
    margin-top: 1px;
}

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

.korzina_count_field {
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ffffff;
    font-size: 16px;
    padding: 0;
    line-height: 50px;
    height: 50px;
    
    font-family: inherit;
    color: #141414;
    text-align: center;
    width: 100%;
}

.korzina_count_field:focus {
    outline: 0;
    
}

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

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

.korzina_count_button:active {
    box-shadow: inset 1px 1px 0 0 rgba(0,0,0,0.08);
}

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

.korzina_count_button.more {
    right: 0;
    background-image: url(/img/count_plus_black.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_count {
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;

}
.tovar_card_korzina_button {
    vertical-align: top;
    
    height: 50px;
    line-height: 50px;
    width: 180px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

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

.tovar_card_korzina_loader {
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s;
    
    left: -5px;
    top: -1px;
    display: none;
    opacity: 0;
    position: absolute;
    background-image: url(/img/korzina_loader2.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transition: opacity 0.3s;
    
    -webkit-animation: 1.5s linear infinite korzina_loader;
    -moz-animation: 1.5s linear infinite korzina_loader;
    -o-animation: 1.5s linear infinite korzina_loader;
    animation: 1.5s linear infinite korzina_loader;
}

.tovar_card_korzina_num {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    top: -1px;
    left: -5px;
    line-height: 24px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background-color: #ffffff;
    color: #67BE22;
    letter-spacing: -0.3px;
    transition: color 0.3s, opacity 0.3s;
}

.tokorzina_button_taken .tovar_card_korzina_icon {
    background-image: none;
}

.tokorzina_button_taken .tovar_card_korzina_num {
    display: block;
    
}

.tokorzina_button_loading .tovar_card_korzina_loader {
    opacity: 1;
    display: block;
}

.tokorzina_button_loading .tovar_card_korzina_num {
    opacity: 0;
}

.tovar_card_descr_block {
    
}

.tovar_card_descr_head {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.tovar_dops_container {
    margin-top: 90px;
}

.tovar_dops_h2 {
    font-size: 24px;
}

.tovars_dops_list {
    
}

.tovars_dops_list .aaaleafer {
    overflow: visible;
    
}

.content_band_tovar .wrapper {
    overflow: hidden;
    padding-left: 370px;
    padding-right: 370px;
}

.tovars_dops_list .tovar_list_item {
    opacity: 0;
}

.tovars_dops_list .tovar_list_item.aaaleafer_item_vidim {
    opacity: 1;
}

/*стили для карточки*/
.popup_block.tovar_modal {
    padding-top: 35px;
}

.tovar_modal .tovar_modal_h2 {
    line-height: 36px;
    
    margin-bottom: 20px;
    padding-right: 100px;
}

.tovar_modal_h2 a {
    color: #141414;
    text-decoration: none;
}

.tovar_modal_h2 a:hover {
    color: #67BE22;
}

.tovar_modal .tovar_card_block {
    margin-bottom: 20px;
}

.tovar_modal .tovar_card_left {
    width: 34.69%;
}

.tovar_modal .tovar_card_right {
    width: 62.24%;
}

.tovar_modal .tovar_card_sostav_comp {
    display: none;
}

.tovar_modal .tovar_card_sostav_mob {
    display: block;
}

.tovar_modal .tovar_card_pay {
    max-width: 565px;
    text-align: justify;
}

.tovar_modal .tovar_card_costs {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-bottom: 0;
}

.tovar_modal .tovar_card_costs.tovar_card_costs_with_sale  {
    padding-top: 20px;
}

.tovar_modal .tovar_card_costold {
    left: 0;
    top: 0;
    position: absolute;
}

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

.tovar_modal .tovar_card_descr_head {
    display: none;
}

.tovar_modal_dops {
    margin-top: 25px;
}

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

.tovar_modal_dops_table {
    table-layout: fixed;
    width: 100%;
}

.tovar_modal_dop_item {
    white-space: nowrap;
}

.tovar_modal_dop_item td {
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px solid #f6f7fc;
    
    padding: 20px 0;
    padding-left: 20px;
}

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

.tovar_modal_dop_item:first-child td {
    border-top: 1px solid #f6f7fc;
    
    
}

.tovar_modal_dop_image {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin-right: 4px;
}

.tovar_modal_dop_image_inner {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}

.tovar_modal_dop_img {
    display: block;
    max-width: 50px;
    max-height: 50px;
    margin: 0 auto;
    
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.tovar_modal_dop_title {
    display: inline;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.tovar_modal_dop_title a {
    color: #141414;
    transition: color 0.3s;
    text-decoration: none;
}

.tovar_modal_dop_title a:hover {
    color: #67BE22;
}

.tovar_modal_dop_weight {
    font-size: 13px;
    letter-spacing: 0.5px;;
    padding-left: 25px;
    background-image: url(/img/tovar_weight_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    
    display: inline;
}

.tovar_modal_dop_cost {
    font-size: 22px;
    font-weight: bold;
    font-family: "Inter";
    text-align: right;
}

.tovar_modal_dop_oldcost {
    font-family: "Inter";
    text-decoration: line-through;
    font-size: 14px;
    color: #67BE22;
}

.tovar_modal_dop_pay {
    
}

.tovar_modal_dop_count  {
    display: inline-block;
    margin-right: 15px;
    width: 130px;
}

.tovar_modal_dop_count .korzina_count_field {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    outline: 1px solid #f6f7fc;
}

.tovar_modal_dop_count .korzina_count_button {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}


.tovar_modal_dop_button {
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.tovar_modal_dop_button .tovar_item_button_bg {
    width: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.tovar_modal_dop_button .tovar_item_button_icon {
    width: 30px;
    height: 30px;
    background-image: url(/img/tovar_modal_korzina_icon.png);
}

.tovar_modal_dop_button .tovar_item_button_num {
    left: 8px;
    top: 8px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 8px;
}

.tovar_modal_dop_button .tovar_item_button_loader {
    left: 8px;
    top: 8px;
    width: 14px;
    height: 14px;
    background-image: url(/img/korzina_loader_small.png);
}

.tovar_modal_dop_button.tokorzina_button_taken .tovar_item_button_bg {
    width: 100%;
}

.tovar_dop_col_weight {
    width: 140px;
}

.tovar_dop_col_cost {
    width: 130px;
}

.tovar_dop_col_oldcost {
    width: 100px;
}

.tovar_dop_col_pay {
    width: 260px;
}

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

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

.rightswinger_start {
    position: relative;
}

.rightswinger_left_block {
    margin-right: 400px;
}

.rightswinger_left_content {
    
}

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

.rightswinger_block_bottom {
    position: absolute;
}

/*корзина*/
.clear_icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 1px;
}

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

.clear_icon .icon_inner_hover {
    background-image: url(/img/clear_icon_green.png);
}

.korzina_container {
    
}

.korzina_left_colomn {
    
}

.korzina_left_content {
    
}

.korzina_empty_block {
    background-color: #f6f7fc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 0.5px;
    
    padding: 50px 100px 40px 140px;
    background-image: url(/img/korzina_empty_icon.png);
    background-position: left 30px top 45px;
    background-repeat: no-repeat;
}

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

.korzina_empty_text {
    margin-bottom: 30px;
}

.korzina_empty_button {
    width: 160px;
}

.panda_button4 {
    font-family: inherit;
    border: 0;
    
    height: 50px;
    line-height: 50px;
    
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;;
    font-weight: bold;
    
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    
    box-shadow: 0 8px 20px 0 rgba(103,190,34,0.4), inset 0 -3px 0 0 rgba(63,155,26,0.63);
    background-color: #67BE22;
    background-image: linear-gradient(to bottom, #7BEA24 0, rgba(103,190,34,0) 100%);
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    transition: 0.3s all;
}

.panda_button4:hover {
    background-color: #56ad11;
}

.korzina_content {
    position: relative;
}

.korzina_content_updated {
    overflow: hidden;
}

.korzina_table_block {
    
}

.korzina_item {
    background-color: #ffffff;
    box-shadow: 4px 4px 30px 0 rgba(229,231,239,0.6);
    padding: 10px 0 10px 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-top: 10px;
    
    overflow: hidden;
    position: relative;
    
}

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

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

.korzina_item_img {
    display: block;
    width: 70px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

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

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

.korzina_item_title a {
    color: #141414;
    text-decoration: none;
}

.korzina_item_title a:hover {
    color: #67BE22;
}

.korzina_item_weight {
    color: #999999;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 6px;
    
    letter-spacing: 0.5px;
}

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

.korzina_item_count_block .korzina_count_field {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    
}

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

.korzina_item_pay {
    display: inline;
}

.korzina_item_itog {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: 110px;
}

.korzina_item_summ {
    font-size: 22px;
    font-weight: bold;
    font-family: "Inter";
    line-height: 24px;
}

.korzina_item_summold {
    font-size: 14px;
    color: #999999;
    font-family: "Inter";
    text-decoration: line-through;
}

.korzina_item_del {
    position: absolute;
    background-image: url(/img/korzina_del_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 80px;
    right: 0;
    top: 0;
    
    cursor: pointer;
    border-left: 1px dotted #E5E7EF;
}

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

.korzina_item_kol {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #111B1C;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.korzina_theads {
    padding-left: 10px;
}

.korzina_th {
    color: #B0B5C6;
    font-size: 13px;
    letter-spacing: 0.5px;
    display: inline-block;
}

.korzina_th:first-child {
    width: 555px;
}

.ordering_korzina_content .korzina_item_title_colomn {
    width: 460px;
}

.ordering_korzina_back {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    background-image: url(/img/korzina_back_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-top: 18px;
    margin-bottom: 20px;
    display: inline-block;
}

.ordering_korzina_back span {
    border-bottom: 1px dashed transparent;
}

.ordering_korzina_back:hover span {
    border-color: #67BE22;
}

.korzina_itog_block {
    background-color: #f6f7fc;
    padding: 40px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 15px;
}

.korzina_itog_head {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

.korzina_itog_str {
    font-size: 16px;
    color: #999999;
    margin-top: 18px;
}

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

.ordering_itog_str {
    font-size: 16px;
    color: #999999;
    line-height: 24px;
}

.ordering_itog_str + .ordering_itog_str {
    border-top: 1px solid #f1f2f4;
    padding-top: 12px;
    margin-top: 12px;
}

.korzina_itog_str_left {
    letter-spacing: 0.5px;
    float: left;
}

.korzina_itog_str_right {
    float: right;
    color: #141414;
    font-family: "Inter";
    font-weight: 300;
}

.korzina_itog_str_right_wide {
    margin-top: 4px;
    width: 100%;
}

.korzina_itog_sale {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 26px;
    background-color: #ffffff;
    border: 1px dashed #F1F2F3;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0 4px;
    margin-top: 20px;
}

.hint_icon {
    vertical-align: middle;
    margin-bottom: 4px;
}

.korzina_itog_cost {
    margin-top: 20px;
}

.korzina_itog_cost_left {
    font-size: 16px;
    letter-spacing: 0.5px;
    float: left;
    margin-top: 5px;
}

.korzina_itog_cost_right {
    font-size: 22px;
    font-weight: bold;
    font-family: "Inter";
    float: right;
}

.korzina_itog_button {
    width: 100%;
    margin-top: 10px;
}

.korzina_warning_block {
    letter-spacing: 0.5px;
    font-size: 16px;
    
    padding: 55px 0 30px 40px;
}

.korzina_itog_block + .korzina_warning_block, .ordering_politika_block + .korzina_warning_block {
    padding-top: 30px;
}

.korzina_warning_title {
    background-image: url(/img/korzina_warning_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #B0B5C6;
    padding-left: 25px;
    margin-bottom: 8px;
}

.korzina_warning_text {
    
}

.korzina_dop_block {
    background-color: #67be22;
    color: #ffffff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    
    margin-top: 50px;
    background-image: url(/img/korzina_dop_bg.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    
    padding: 15px 20px;
    font-size: 16px;
    letter-spacing: 0.5px;
    
    display: block;
    text-decoration: none;
}

.korzina_dop_inner {
    display: block;
}

.korzina_dop_title {
    display: block;
    font-weight: bold;
    background-image: url(/img/korzina_dop_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-bottom: 8px;
}

.korzina_dop_text {
    display: block;
}

.korzina_dop_block:hover {
    opacity: 0.9;
}

.korzina_dops_block {
    margin-top: 30px;
}

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

.korzina_dops_list {
    
}

.korzina_dops_item {
    background-color: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-top: 0;
    border-bottom: 1px solid #f6f7fc;
    box-shadow: none;
    padding: 10px 0;
}

.korzina_dops_item:first-child {
    border-top: 1px solid #f6f7fc;
}

.korzina_dops_item .korzina_item_title_colomn {
    width: 290px;
}

.korzina_dops_button {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
}

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

.korzina_sales_block {
    margin-top: 50px;
}

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

.korzina_sales_item {
    background-color: #f6f7fc;
    max-width: 340px;
    padding: 20px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.korzina_sales_item + .korzina_sales_item {
    margin-top: 20px;
}

.korzina_sales_item_born {
    margin-bottom: 20px;
}

.korzina_sales_title {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.5px;
    
}

.korzina_sales_field {
    
    position: relative;
    margin-top: 10px
}

.korzina_sales_input {
    padding: 0 19px;
}

.korzina_sales_submit, .korzina_sales_cancel {
    position: absolute;
    right: 10px;
    top: 10px;
    
    
    width: 100px;
    height: 30px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #f6f7fc;
    
    text-align: center;
    line-height: 30px;;
    
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    
    color: #B0B5C6;
}

.korzina_sales_cancel {
    display: none;
    color: #141414;
}

.korzina_sales_item_ready .korzina_sales_submit {
    cursor: pointer;
    color: #67BE22;
}

.korzina_sales_item_ready .korzina_sales_submit:hover {
    background-color: #67BE22;
    color: #ffffff;
}

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

.korzina_sales_title label {
    background-image: url(/img/checkbox2.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    cursor: pointer;
}

.korzina_sales_title label:hover {
    color: #67BE22;
}

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

.korzina_sales_more {
    position: absolute;
    left: 100%;
    margin-left: 40px;
    top: 0;
    width: 320px;
}

.korzina_born_hint {
    height: 50px;
    padding-left: 25px;
    background-image: url(/img/korzina_born_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: bold;
    color: #B0B5C6;
    line-height: 18px;
    letter-spacing: 0.5px;
}

.korzina_born_hint_inner {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.korzina_born_more {
    position: static;
    margin-left: 0;
    left: auto;
    width: auto;
    margin-top: 10px;
}

.promo_status {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #7ACDB5;
    line-height: 18px;
    padding: 0 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-image: linear-gradient(to right, #E3F6F1 50%, rgba(227, 246, 241, 0.00) 100%);
}

.promo_status_red {
    color: #cd7a7a;
    background-image: linear-gradient(to right, #f6e3e3 50%, rgba(246, 227, 227, 0.00) 100%);
}

.promo_status_inner {
    height: 50px;
    vertical-align: middle;
    display: table-cell;
}

.korzina_sales_item.korzina_sales_item_active .korzina_sales_submit {
    display: none;
}

.korzina_sales_input[disabled="disabled"]{
    color: #707586;
    background-color: #ffffff;
}

.korzina_sales_item_active .korzina_sales_cancel {
    display: block;
    cursor: pointer;
}

.korzina_sales_item_active .korzina_sales_cancel:hover {
    background-color: #141414;
    color: #ffffff;
}

/*стили плавающей корзины*/
.korzina_swing_block_opened .korzina_swing_consist {
    padding-right: 15px;
}

.korzina_swing_consist .korzina_item {
    padding: 10px 0;
    box-shadow: none;
    border-bottom: 1px solid #f2f4fa;
    margin-top: 0;
}

.korzina_swing_consist .korzina_item_img_wrapper {
    margin-right: 5px;
}

.korzina_swing_consist .korzina_swing_consist_inner .korzina_item_img {
    width: 60px;
}

.korzina_swing_consist .korzina_item_title_colomn {
    width: 135px;
    margin-right: 5px;
}

.korzina_swing_consist .korzina_item_title {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.korzina_swing_consist .korzina_item_weight {
    display: none;
}

.korzina_swing_consist .korzina_item_pay {
    display: inline;
}

.korzina_swing_consist .korzina_item_itog {
    display: none;
}

.korzina_swing_consist .korzina_item_count_block {
    width: 90px;
}

.korzina_swing_consist .korzina_item_pay .korzina_item_count_block {
    display: inline-block;
    width: 90px;
    margin: 0;
}

.korzina_swing_consist .korzina_count_field {
    height: 30px;
    line-height: 30px;
}

.korzina_swing_consist .korzina_count_button {
    width: 30px;
    height: 30px;
}

.korzina_swing_consist .korzina_item_del {
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    right: 0;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 0;
    background-image: url(/img/korzina_swing_del.png);
}

/*оформление понемногу пошло*/
.ordering_politika_block {
    padding: 15px 0 15px 40px;
    color: #999999;
    letter-spacing: 0.5px;
    font-size: 13px;
    line-height: 18px;
}

.ordering_politika_block a {
    color: #999999;
}

.ordering_container {
    
}

.ordering_form_block {
    background-color: #F6F7FC;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    margin-top: 20px;
    
    padding: 40px 40px 20px;
    position: relative;
}

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

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

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

.ordering_form_item {
    position: relative;
    display: inline-block;
    width: 100%;
}

.ordering_form_item_half {
    width: 48.57%;
}

.ordering_form_item_third {
    width: 25.7%;
    max-width: 180px;
}

#ordering_form_floor {
    margin-right: 17%;
}

#ordering_form_speed_date {
    width: 22.85%;
}

#ordering_form_speed, #ordering_form_speed_date, #ordering_form_speed_time  {
    vertical-align: bottom;
}

.ordering_form_item_text, .ordering_form_item_phonemask, .ordering_form_item_select {
    margin-bottom: 20px;
}

.ordering_form_subtitle {
    color: #999999;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    margin-top: 5px;;
}

.ordering_form_caption {
    position: absolute;
    font-size: 13px;
    letter-spacing: 0.5px;
    left: 12px;
    top: 5px;
    transition: color 0.3s;
    z-index: 1;
}

.ordering_form_item_phonemask .ordering_form_caption, .ordering_form_caption_grey {
    color: #B0B5C6;
}

.ordering_form_caption_notnull {
    padding-right: 8px;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(/img/ordering_notnull_star.png);
}

.ordering_form_field {
    position: relative;
}

.ordering_form_field .panda_inputtext {
    padding-top: 15px;
    height: 60px;
}

.ordering_form_field .panda_select {
    height: 60px;
    width: 100%;
}

#ordering_form_speed_date .panda_inputtext {
    background-image: url(/img/datepicker_icon.png);
    background-position: right 13px bottom 14px;
    background-repeat: no-repeat;
}

.ordering_form_field textarea.panda_inputtext {
    height: 120px;
    font-family: inherit;
    line-height: 20px;
    padding-top: 25px
}

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

.panda_radio .form_buttons_item {
    display: inline-block;
    width: 48.57%;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}

.panda_radio_full .form_buttons_item {
    width: 100%;
}

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

.panda_radio label {
    font-size: 14px;
    color: #141414;
    font-weight: bold;
    border: 1px dashed #e9ecf6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    line-height: 24px;
    padding: 16px 20px 16px 50px;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
    
    background-position: left 20px center;
    background-repeat: no-repeat;
    
    background-image: url(/img/radio.png);
    
    transition: all 0.3s;
}

.panda_radio label:hover {
    background-color: #ffffff;
    border-color: #caceda
}

.panda_radio input[type="radio"]:checked ~ label {
    color: #67BE22;
    background-color: #ffffff;
    border-color: #caceda;
    
    background-image: url(/img/radio_checked.png);
}

.panda_radio input[type="radio"]:disabled ~ label {
    color: #B0B5C6;
    background-color: #f6f7fc;
    border-color: #e9ecf6;
    cursor: auto;
    background-image: url(/img/radio_disabled.png);
}

.ordering_radio_hint {
    font-size: 13px;
    line-height: 18px;
    color: #141414;
    position: absolute;
    background-image: url(/img/korzina_born_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    left: 100%;
    top: 50%; 
    width: 100%;
    margin-left: 10px;
    top: 12px;
    max-width: 340px;
}

.ordering_radio_hint_short {
    top: 21px;
}

.ordering_form_submit {
    display: none;
}

.ordering_broke_content {
    padding: 0 0;
}

.broke_cost {
    white-space: nowrap;
    font-family: "Inter";
}

.ordering_broke_message {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    line-height: 24px;
    
}

.ordering_broke_buttons {
    text-align: center;
}

.ordering_broke_button {
    display: block;
    margin-top: 10px
}

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

.ordering_success_buttons {
    
} 

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

.ordering_success_button2 {
    width: 140px;
}

.panda_button5 {
    font-family: inherit;
    border: 0;
    
    height: 46px;
    line-height: 46px;
    
    color: #67BE22;
    border: 2px solid #67BE22;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;;
    font-weight: bold;
    
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    
    background-color: transparent;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    transition: 0.3s all;
}

.panda_button5:hover {
    background-color: #67BE22;
    color: #ffffff;
}

.akcii_container {
    
    text-align: left;
}

.akcii_container .welcome_akcii_list_item {
    text-align: left;
    margin: 0 2% 1.8% 0;
}

.content_band_contacts {
    margin-bottom: 50px;
}

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

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

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

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

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

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

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

.contacts_content_str a {
    font-weight: 700;
    color: inherit
}

.contacts_content_str strong {
    font-weight: 900;
}

.contacts_feedback_block {
    margin-top: 30px
}

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

.contacts_feedback_button {
    width: 230px;
}

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

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

.welcome_dostavka_container {
    padding-bottom: 30px;
}

.welcome_dostavka_block {
    background-image: url(/img/dostavka_block_bg.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    
    padding: 40px 40px 40px 40px;
}

.welcome_dostavka_title {
    font-family: 'Black Crow';
    color: #ffffff;
    text-transform: uppercase;
    line-height: 32px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}

.welcome_dostavka_button {
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

.popup_block.sale_popup_block {
    background-image: url(/img/sale_modal_bg.jpg);
    color: #ffffff;
    padding: 95px 60px 90px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
}

.sale_popup_block h2.sale_modal_title {
    color: #ffffff;
    line-height: 32px;
    margin-bottom: 30px;
}

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

.sale_modal_button {
    width: 150px;
}