@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700&subset=latin,cyrillic-ext,latin-ext,cyrillic);

.b_stock_wrap {
    width: 100%;
    max-width: 620px;
    background: rgba(0, 0, 0, 0) url("/fileman/Uploads/bg_ban_dec.png") no-repeat scroll center;
    padding: 10px 40px;
    box-sizing: border-box;
}

.b_stock_wrap .e_title_big {
    color: #fff;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 700;
    line-height: 33px;
    font-size: 26px;
    /* text-shadow: -2px 2px #fff, -2px -2px #fff, 2px -2px #fff, 2px 2px #fff; */
    margin-bottom: 2px;
}

.b_stock_wrap .e_title_small {
    color: #fff;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 700;
    line-height: 33px;
    font-size: 21px;
    /* text-shadow: -2px 2px #fff, 0 3px 1px #fff, 0 -3px 1px #fff, -2px -2px #fff, 2px -2px #fff, 2px 2px #fff; */
}

.b_stock_wrap .e_price {
    color: white;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 21px;
    max-width: 160px;
    font-weight: 700;
    line-height: 33px;
    background-color: #ef8200;
    border-radius: 3px;
    padding: 0 15px 3px 25px;
    box-sizing: border-box;
    position: relative;
}

.b_stock_wrap .e_price:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 0;
    border-color: #ef8200 transparent transparent transparent;

}

.b_stock_wrap2 {
    width: 100%;
    max-width: 620px;
    background: rgba(0, 0, 0, 0) url("/fileman/Uploads/bg_ban_jun.png") no-repeat scroll center;
    padding: 10px 40px;
    box-sizing: border-box;
}

.b_stock_wrap2 .e_title_big {
    color: #151e2b;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 700;
    line-height: 33px;
    font-size: 26px;
    text-shadow: -2px 2px #fff, -2px -2px #fff, 2px -2px #fff, 2px 2px #fff;
    margin-bottom: 2px;
}

.b_stock_wrap2 .e_title_small {
    color: #151e2b;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 700;
    line-height: 33px;
    font-size: 21px;
    text-shadow: -2px 2px #fff, 0 3px 1px #fff, 0 -3px 1px #fff, -2px -2px #fff, 2px -2px #fff, 2px 2px #fff;
}

.b_stock_wrap2 .e_price {
    color: white;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 21px;
    max-width: 160px;
    font-weight: 700;
    line-height: 33px;
    background-color: #ff3930;
    border-radius: 3px;
    padding: 0 15px 3px 25px;
    box-sizing: border-box;
    position: relative;
}

.b_stock_wrap2 .e_price:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 0;
    border-color: #ff3930 transparent transparent transparent;

}