/* promo */
.promo {
	padding: 180px 0;
	background: url('../images/promo/web.jpg') center center / cover no-repeat;
}

.promo__block {
	max-width: 450px;
}

.promo__title {
	color: #fff;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 10px 0;
	text-transform: none;
}

.promo__subTitle {
	color: #fff;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding: 1px 18px;
	border-radius: 5px;
	background: #ef1f2d;
	margin: 0 0 30px 0;
	display: inline-block;
	white-space: nowrap;
}

.promo__price {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 30px 0;
	display: block;
	white-space: nowrap;
}

.promo__descr {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	text-decoration-line: line-through;
}

.promo__text {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 30px 0;
}

.promo__btn {
	max-width: 290px;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: white;
	color: #00647b;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 14px;
}
