.post h1{
    text-align: center;
}
.post .tag{
    clear: both;
    overflow: auto;
}
.post .tag p,
.post .product > p
{
    background: url(/bitrix/templates/moscvet/images/border.png) bottom left repeat-x;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #3a322e;
}
.post .tag ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.post ul{
    list-style: disc;
    list-style-position: inside;
}
.post ol{
    list-style: decimal;
    list-style-position: inside;
}
.post .tag ul li a{
    border: 1px solid #999;
    padding: 0px 5px;
    margin: 1px;
    line-height: 25px;
    float: left;
    text-decoration: none;
}
.post .tag ul li:hover a{
    border-color: #d50509;
    background: #d50509;
    color: #fff;
}
/*товары*/
.post .product{
    margin-top: 20px;
}
#blog_product{
    width: 100%;
}
#blog_product .prod-block {
    width: 211px;
    height: 251px;
    display: inline;
    float: left;
    margin: 0 0px 30px 0;
    padding-right: 13px;
    border-bottom: 1px solid #C2B6AB;
    padding-bottom: 7px;
}
#blog_product .prod-img {
    display: block;
    padding: 1px;
    height: 138px;
    width: 207px;
}
#blog_product .prod-img img {
    /*max-height: 170px;
    max-width: 215px;*/
    /*filter: url(/bitrix/templates/.default/css/filters.svg#saturate);
    filter: saturate(1.2) contrast(120%);
    -webkit-filter: saturate(1.2) contrast(120%);
    -moz-filter: saturate(1.2) contrast(120%);
    -ms-filter: saturate(1.2) contrast(120%);
    -o-filter: saturate(1.2) contrast(120%);*/
    /*vertical-align: middle;
    margin-top: -1px;*/
}
#blog_product .prod-title {
    margin-bottom: 5px;
    height: 40px;
    overflow: hidden;
}
#blog_product .prod-title a {
    color: #847971;
    font-size: 16px;
    cursor: pointer;
}
#blog_product .prod-title a:hover {
    text-decoration: none;
    color: #3A322E;
}
#blog_product .prod-block .price {
    color: #3A322E;
    float: left;
    font-size: 20px;
    line-height: 40px;
    width: 85px;
    overflow: hidden;
}
#blog_product .oneclick_list{
    width: 110px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    background: url(/bitrix/templates/.default/images/buy_detail.png) no-repeat -15px 0px;
    line-height: 35px;
    display: block;
    float: right;
    padding-left: 10px;
}
#blog_product .not_available:hover{
    opacity: 1;
    cursor: default;
}
#blog_product .not_available{
    background: url(/bitrix/templates/.default/images/button_not_avialable_similar.png) left top no-repeat;
    text-shadow: -1px 1px 1px #666666;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-top: 0px;
    line-height: 0px;
    width: 130px;
    text-align: left;
    text-decoration: none;
}
/*перебиваем стили с деталки товара*/
.post .soc_icon{
    float: none;
    margin: 20px 0px 30px;
}
.post .soc_icon span{
    margin-right: 5px;
}
.post .product h2{
    margin: 40px 0px 0px 0px;
    width: 100%;
}
/*подписка*/
.subscribe{
    background: url(/bitrix/templates/moscvet/images/border.png) top left repeat-x;
    margin: 20px 0px 0px 0px;
    padding-top: 30px;
    text-align: center;
    clear: both;
}
.subscribe p{
    font-family: initial;
    font-weight: bold;
    color: #3a322e;
}
.subscribe input[type=email]{
    border: 1px solid #c2b6ab;
    padding: 0px 2px;
    margin: 0px 0px 0px 5px;
    height: 30px;
    background: transparent;
}
.subscribe #send_subscribe{
    color: #fff;
    cursor: pointer;
    background: url(/bitrix/templates/.default/images/buy_detail.png) no-repeat;
    text-align: left;
    border: none;
    width: 136px;
    height: 37px;
    text-decoration: underline;
    padding-left: 15px;
}
.subscribe #send_subscribe:hover{
    text-decoration: none;
}
.subscribe .status{
    opacity: 0;
}
.subscribe .status .ok{
    color: green;
}
.subscribe .status .er{
    color: #d50509;
}