.replacement_fund h2 {
	max-width: 700px;
}
.replacement_fund h3 {
	padding-top: 25px;
	max-width: 90vw;
}
.replacement_fund .replacement_fund__item {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	min-height: 512px;
	margin: 0 6px;
}
.replacement_fund__title {
	padding-left: 35px !important;
	padding-right: 35px !important;
}
.replacement_fund .replacement_fund__item:hover {
	border: 1px solid #DE2931;	
}
.replacement_fund .price_block {
	font-size: 17px;
	line-height: 30px;	
}
.replacement_fund .price_block span {
	font-size: 40px;
	line-height: 52px;
	font-weight: 900;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	position: relative;
	top: 8px;
}
.replacement_fund.slider .amp-carousel-button-prev {
    left: 0;
    top: 0;
	background-color: #fff;
}
.replacement_fund.slider .amp-carousel-button-next {
    right: 0;
    top: 0;	
	background-color: #fff;
}
.img--icon.picture {
    min-height: 194px;
    min-width: 305px;
    max-width: 305px;
	background-size: contain;
    background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 25px auto 0;
}
.services_before_plus:last-child {
	margin-bottom: 0;
}
.replacement_fund .link_catalog {
	bottom: 25px;
    left: 0;
    width: 100%;
}
.replacement_fund__info {
	padding-bottom: 0;
}
.replacement_fund .slick-arrow {
    position: absolute;
    bottom: 50%;
    width: 69px;
    height: 69px;
    outline: none;
    top: calc(50% - 35px);	
    border-style: none;
    border-radius: 2px;
    z-index: 10;
    pointer-events: all;
	text-indent: -99999px;
	cursor: pointer;
}
.replacement_fund .slick-prev {
    left: 0;
    background: url(/rr_images/decorations/arrow__left.svg) center center no-repeat #fff;
}
	.replacement_fund .slick-prev:hover {
		background-image: url(/rr_images/decorations/arrow__left__red.svg);
	}
.replacement_fund .slick-next {
    right: 0;
    background: url(/rr_images/decorations/arrow__right.svg) center center no-repeat #fff;
}
	.replacement_fund .slick-next:hover {
		background-image: url(/rr_images/decorations/arrow__right__red.svg);
	}