.series-block-wrapper {
	padding: 1px 0px;
    margin: 0 1% 30px;
    width: 31.333333%;
	height: 373px;
	position: relative;
    float: left;
	border-radius: 8px;
    border: 1px solid #d3d3d3;
    background: #fff;
}
.series-block-wrapper:hover {
box-shadow: 0px 0px 5px;
}
.series-block-image {
	padding: 5px;
	height: 187px;
	width: 100%;
	display: table;
	overflow: hidden;
	text-align: center;
}
.series-block-image a img {
	max-height: 177px;
	max-width: 253px;
}
.series-block-name {
	overflow: auto;
    white-space: normal;
    text-align: left;
    height: 44px;
    padding-left: 10px;
	padding-right: 10px;
    display: table;
}
.series-block-name a {
	color: #024FA1;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
	line-height: 17px;
}
.series-block-anons {
	display: block;
    width: 100%;
    height: 66px;
    padding: 0px 10px;
}
.series-block-nalichie {
	display: block;
    width: 50%;
    float: left;
    height: 25px;
    position: relative;
    margin-bottom: 5px;
    padding-left: 10px;
}
.series-block-nalichie-green {
	position: absolute;
    bottom: 0px;
	color: green;
}
.series-block-price {
    display: block;
    width: 50%;
    float: left;
    margin-bottom: 5px;
    padding-right: 10px;
	text-align: right;
}
.series-block-price-span {
	text-align: right;
    font-size: 20px;
    font-weight: 600;
    height: 25px;
}
.series-block-line {
	display: block;
    width: 90%;
    margin: 0 auto;
    height: 1px;
    background: #d3d3d3;
}
.series-block-izbrannoe {
    display: block;
    width: 50%;
    float: left;
	border-right: 1px solid #d3d3d3;
	margin: 8px 0px;
}
.izbrannoe_link {
	display: block;
    width: 24px;
    height: 24px;
    background-image: url('/bitrix/templates/PC/images/icon-izbrannoe.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin: 0 auto;
}
.izbrannoe_link_active {
    background-position: 0px -24px;
}
.series-block-btn-wrapper {
	display: block;
    width: 50%;
    float: left;
    padding-right: 1px;
}
.series-block-btn {
	display: block;
    width: 100%;
    height: 37px;
    border-radius: 8px;
    background: #fff;
    color: #024FA1;
    text-align: center;
    line-height: 19px;
    font-weight: 900;
    padding-top: 11px;
    padding-bottom: 10px;
    margin-right: 13px;
	
}
.series-block-btn:hover {
	background: #024FA1;
	text-decoration: none;
	color: #fff;
}