* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.rep-block {
	margin-top: 45px;
	background-color: #2c313d;
}

.rep-block__inner {
	max-width: 1200px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	min-height: 477px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
}

.rep-block__img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.rep-block__text {
	max-width: 540px;
	text-align: center;
	padding-top: 50px;
}

.rep-block__text h2,
.rep-block__text h3 {
	font-size: 32px;
	line-height: 50px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}

.pnk {
	color: #e74576;
}

.rep-block__text p {
	font-size: 16px;
	color: #fff;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 300;
	margin-top: 28px;
}

.rep-block__socials {
	display: inline-block;
	margin-top: 30px;
	background: #232832;
	padding: 20px 19px;
	border-radius: 8px;
	color: #fff;
	position: relative;
}

.rep-block__socials:after {
	content: "";
	position: absolute;
	top: -20px;
	left: -30px;
	width: 39px;
	height: 36px;
	background: url(rep-arrow.png);
}

.rep-block__end {
	display: block;
	margin-top: 30px;
	color: #e94275;
	font-size: 19px;
	font-family: "Roboto", Arial, sans-serif;
}

@media (max-width: 960px) {
	.rep-block__img {
		position: static;
		display: inline-block;
	}

	.rep-block__img img {
		max-width: 100%;
		height: auto;
	}

	.rep-block__text {
		max-width: 100%;
	}
}
