

/* Start:/local/templates/.default/components/bitrix/catalog/catalog/style.css?16997304781563*/
.section-description{
    font-size: 15px;
    padding-bottom: 25px;
}
h2, h2 a{
    color: #5e1500;
    text-decoration: none;
}
.products-list{
    overflow: hidden;
}
.product-item{
    width: 227px;
    height: 523px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    margin: 0 9px 35px 9px;
    float: left;
}
.product-item.no-props{
    height: 400px;
}
.product-item__image{
    height: 305px;
    line-height: 305px;
    text-align: center;
}
.product-item__image img{
    vertical-align: middle;
}
.product-item__title{
    text-align: center;
    height: 47px;
    box-sizing: border-box;
    padding-top: 5px;
    text-transform: uppercase;
}
.product-item__title a{
    color: #5e1500;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.product-item__price{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #FF9600;
}
.product-item__price span{
    border-bottom:1px dashed #FF9600;
    cursor: pointer;
}
.product-item__props{
    background: url(/local/static/images/product-inner-gradient.png) 0 0 repeat-x;
    min-height: 87px;
    padding-top: 40px;
}
.product-item.no-props .product-item__props{
    display: none;
}
.product-item__props__param{
    float: left;
    width: 33.3333%;
    text-align: center;
    color: #6d7889;
}
.product-item__props__param span{
    display: block;
    color: #9b0500;
    font-size: 24px;
    font-weight: bold;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/catalog/style.css?16997304781563 */
