.bx_item_set_hor_container_big{
    position: relative;
    overflow: hidden;
    margin-top:    20px;
    margin-bottom: 20px;
    padding-top:   0;
    padding-bottom:45px;
}

.bx_item_set_hor_container_big .bx_item_section_name_gray{
    color: #3f3f3f;
    font-weight: bold;
    font-size: 14px;
}
.set_wrap {
    margin: 30px 0 0;
    padding: 0;
}
.set_wrap .bx_item_set_hor {
    padding-bottom: 20px;
    border-bottom: 1px dotted #dcdcdc;
}

div.ips_set_container {
    border: none;
    width: 145px;
    margin-right: 0;
    float: left;
}
div.ips_set_container.nofloat {
    float: none;
    margin: 0 auto;
}
div.ips_set_container.plus   {}
div.ips_set_container.equally{}
div.set_plus {
    float: left;
    width: 65px;
    height: 145px;
    background: url(images/set_plus.png) no-repeat 50% 50%;
}
div.set_plus.nofloat {
    float: none;
    margin: 0 auto;
    height: 55px;
}

div.ips_set_container a.ipsc_img {
    display: block;
    width: 145px;
    height: 132px;
    margin: 10px 0;
    border-bottom: 1px dotted #dcdcdc;
    background-position: center center;
    background-repeat: no-repeat;
}

div.ips_set_container div.ipsc_name { margin: 0; line-height: 13px; height: 50px; overflow: hidden;}
div.ips_set_container div.ipsc_name a {
    font-size: 10pt;
    color: #000;
}
div.ips_set_container div.ipsc_name a:hover { color: #ff5a00; }

div.ips_set_container div.ipsc_price {
    /*height: 58px;*/
    padding: 0;
    color: #7f7f7f;
    font-size: 22px;
    line-height: 22px;
    position: relative;
}
div.ips_set_container div.ipsc_price .price_wrap span.main_price {
    white-space: nowrap;
    background: url(images/set_rubl.png) right 3px no-repeat;
    padding-right: 15px;
}
div.ips_set_container div.ipsc_price span.black_price {
    color: #000;
    font-size: 14px;
    text-decoration:line-through;
    line-height: 10px;
    font-weight: 400;
    display: block;
}

div.ips_set_container div.ipsc_price div.price_min_value {
    font-family: "lato";
    color: #ff5a00;
    font-size: 16pt;
    font-weight: 900;
    margin-top: 2px;
    float: left;
}
div.set_discount {
    overflow: hidden;
    padding: 20px;
    height: 65px;
}
.set_discount .discount {
    float: right;
    font-size: 26px;
    color: #ff5a00;
    padding-right: 18px;
    background: url(images/rubl.png) no-repeat 100% 5px;
}
.set_discount span {
    text-transform: uppercase;
    font-size: 24px;
}
.set_wrap .result {
    background: #f7f7f7;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px;
}
.set_wrap .result .summ_price {
    float: right;
    text-align: right;
}
.set_wrap .result .summ_price .goods_summ {
    color: #000;
    font-size: 16px;
    text-decoration:line-through;
    line-height: 10px;
    font-weight: 400;
    font-family: Lato;
}
.set_wrap .result .summ_price .set_summ {
    font-size: 26px;
    color: #ff5a00;
    padding-right: 18px;
    background: url(images/rubl.png) no-repeat 100% 5px;
}
.set_wrap .result .rc_addtocart {
    display: block;
    width: 103px;
    height: 30px;
    line-height: 33px;
    padding: 0 0 0 33px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    color: #ff5a00;
    background: #fff url(images/cart_icon2.png) no-repeat 13px 50%;
    font-size: 13px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.set_wrap .result .rc_addtocart:hover {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}