.sarepta-today {
	background: linear-gradient(360deg, #D6DDD8 -5.1%, rgba(214, 221, 216, 0) 107.26%);
	margin-bottom: 62px;
}
.sarepta-today .bg-custom.pod {
	position: absolute;
	right: 0;
	top: -186px;
	width: 690px;
	height: 380px;
	background: url('/rr_images/decorations/pod__1.svg') no-repeat 0 0 scroll transparent;
	background-size: 100%;
}
.sarepta-today .bg-custom.flowers {
	position: absolute;
	right: 0;
	top: -186px;
	width: 285px;
	height: 360px;
	background: url(/rr_images/decorations/flowers__yellow__6.png) no-repeat 0 0 scroll transparent;
	background-size: 100%;
}
	.sarepta-today h1 {
		width: 58%;
		text-align: center;
		margin: 150px auto 60px;
	}
	.sarepta-today h1 span {
		color: #C49558;
	}
	.sarepta-today__list {
		display: flex;
		flex-wrap: nowrap;
	}
		.sarepta-today__item {
			flex-basis: 33.3%;
			position: relative;
			padding-bottom: 98px;
			text-align: center;
		}
		.sarepta-today__item .picture {
			width: 128px;
			height: 128px;
			background: #C49558;
			border-radius: 50%;
			position: absolute;
			bottom: -62px;
			display: flex;
			align-items: center;
			justify-content: center;
			left: calc(50% - 64px);
		}
		.sarepta-today__item .title {
			font-size: 20px;
			font-weight: bold;
			padding: 0 20px;
		}
		.sarepta-today__item img {
			width: 54px;
			height: 54px;
		}

@media only screen and (max-width:1460px) {
	.sarepta-today .bg-custom.pod {
		width: 46vw;
	}
	.sarepta-today .bg-custom.flowers {
		width: 19vw;
		height: 24vw;
	}
	.sarepta-today h1 {
		margin: 10vw auto 4vw;
	}
}

@media only screen and (max-width:960px) {
	.sarepta-today__item .title {
		font-size: 18px;
	}
	.sarepta-today .bg-custom.pod {
		top: -92px;
	}
	.sarepta-today .bg-custom.flowers {
		top: -92px;
	}
}

@media only screen and (max-width:640px) {
	.sarepta-today {
		margin-bottom: 0;
		padding-bottom: 8vw;
	}
		.sarepta-today h1 {
			width: 90%;
			margin-top: 18vw;
		}
			.sarepta-today__list {
				flex-wrap: wrap;
			}
				.sarepta-today__item {
					flex-basis: 100%;
					position: relative;
					padding-bottom: 0;
					text-align: left;
					display: flex;
					align-items: center
				}
				.sarepta-today__item > div:first-of-type {
					margin: 4vw 2vw;
				}
					.sarepta-today__item .picture {
						width: 84px;
						height: 84px;
						border-radius: 50%;
						bottom: unset;
						display: flex;
						align-items: center;
						justify-content: center;
						left: unset;
						position: static;
						flex-basis: 84px;
					}
					.sarepta-today__item .title {
						font-size: 18px;
						font-weight: bold;
						padding: 0 20px;
					}
					.sarepta-today__item img {
						width: 36px;
						height: 36px;
					}
	.sarepta-today .bg-custom.pod {
		top: -46px;
	}
	.sarepta-today .bg-custom.flowers {
		top: -46px;
	}
}