.sarepta-products {
	margin-top: 75px;
	margin-bottom: 75px;
}
	.sarepta-products h3 {
		font-size: 34px;
		text-align: center;
		font-family: "KazimirBold";
		font-weight: 700;
		margin: 0 auto 30px;
		max-width: 500px;
		line-height: 1.2;
	}
.sarepta-products_list {
	display: flex;
}
	.sarepta-products_list > * {
		flex-basis: 33.33%;
	}
	.sarepta-products_item {
		text-align: center;
		position: relative;
	}
	.sarepta-products_item:not(.bg) {
		height: 50%;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.sarepta-products_list > div:first-of-type > div:first-of-type,
	.sarepta-products_list > div:last-of-type > div:last-of-type,
	.sarepta-products_list .sarepta-products_item.bg {
		background: none #C49558;
		color: #fff;
	}
	.sarepta-products_list .sarepta-products_item.bg {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		background-size: cover!important;
		background: url('/rr_images/decorations/bg__field-sky--blue.png') no-repeat scroll 50% 50% transparent;
	}
	.sarepta-products_list .sarepta-products_item > div {
		margin: 45px 30px;
	}
	.sarepta-products_list .sarepta-products_item.bg > div {
		margin: 135px 30px;
	}
	.sarepta-products_item .picture {
		width: 84px;
		height: 84px;
		margin: 0 auto 45px;
	}
	.sarepta-products_item .picture img {
		height: 100%;
		width: auto;
		max-width: 100%;
		}
	.sarepta-products_list > div:first-of-type > div:first-of-type .picture {
		width: 92px;
		height: 91px;
		margin-top: -7px;
	}
	.flower__branch_4 {
		background: url('/rr_images/decorations/flowers__yellow__4.svg') no-repeat 0 0 scroll transparent;
		width: 60px;
		height: 142px;
		background-size: auto 100%;
		right: 0;
		top: 15px;
		overflow: hidden;
	}
	.flower__branch_5 {
		background: url('/rr_images/decorations/flowers__yellow__5.svg') no-repeat 100% 0 scroll transparent;
		width: 90px;
		height: 135px;
		background-size: auto 100%;
		left: 0;
		top: 30px;
		overflow: hidden;
	}
	.sarepta-products_item .text {
		position: relative;
		z-index: 100;
	}

@media only screen and (max-width:1460px) {
	.sarepta-products {
		margin-top: 5vw;
		margin-bottom: 5vw;
	}
	.sarepta-products h3 {
		margin: 0 auto 2vw;
	}
	.sarepta-products_list .sarepta-products_item > div {
		margin: 3vw 2vw;
	}
	.sarepta-products_list .sarepta-products_item.bg > div {
		margin: 9vw 2vw;
	}
	.sarepta-products_item .picture {
		margin: 0 auto 3vw;
	}
	.flower__branch_4 {
		width: 4vw;
		height: 9.5vw;
		top: 1vw;
	}
	.flower__branch_5 {
		width: 6vw;
		height: 9vw;
		top: 2vw;
	}
}

@media only screen and (max-width:960px) {
	.sarepta-products_item {
		font-size: 16px;
	}
	.sarepta-products_item .picture {
		width: 64px!important;
		height: 64px!important;
	}
}

@media only screen and (max-width:640px) {
	.flower__branch_4,
	.flower__branch_5 {
		display: none;
	}
	.sarepta-products_list {
		display: block;
	}
	.sarepta-products_item {
		font-size: 18px;
	}
	.sarepta-products_list .sarepta-products_item > div {
		margin: 7vw 2vw!important;
	}
}

@media only screen and (max-width:480px) {
	.sarepta-products h3 {
		font-size: 29px;
		max-width: 80%;
	}
}