.discount__form {
	background-color: rgba(193, 34, 35, .9);
}

.description__caption::before {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	left: -40px;
	width: 130px;
	/*height: 111px;*/
	height: 141px;
	background: url('../images/main-caption-red.png') no-repeat center / 100% auto;
}

.left-caption {
	background: url('../images/other-caption-left-red.png') no-repeat 30px center / auto 100%;
}

.right-caption {
	text-align: right;
	background: url('../images/other-caption-right-red.png') no-repeat 95% 0 / auto 100%; 
}

.slider__btn {
	border: 3px solid #c12223;
}

.slider__prev:hover {
	background: url('../images/arrow-left.png') no-repeat 100% 25% / 39px 18px,
				url('../images/arrow-right-hover-red.png') no-repeat 30px 4px;
}

.slider__next:hover {
	background: url('../images/arrow-right.png') no-repeat 0% 25% / 39px 18px,
				url('../images/arrow-left-hover-red.png') no-repeat 18px 4px;
}

.advantages__item.item-1::before {
	content: '';
	background: url('../images/clock-red.png') no-repeat center;
}

.advantages__item.item-2::before {
	content: '';
	background: url('../images/graphic-red.png') no-repeat center;
}

.advantages__item.item-3::before {
	content: '';
	background: url('../images/setting-red.png') no-repeat center;
}

.services__item::before {
	border: 10px solid #c12223;
}

.services__vertical-line {
	background-color: #c12223;
}

.form__submit {
	background-color: #c12223;
	color: #fff;
}

.tabs__btn.active,
.tabs__btn:hover {
	border-bottom-color: #c12223;
}

.contacts__information {
	background-color: rgba(193, 34, 35, .9);
	color: #fff;
}

.vk-link, .instagram-link, .facebook-link, .twitter-link {
	border-color: #fff;
}

.vk-link {
    background: url(../images/vk-white.png) no-repeat center;
}

.instagram-link {
    background: url(../images/instagram-white.png) no-repeat center;
}

.facebook-link {
    background: url(../images/facebook-white.png) no-repeat center;
}

.twitter-link {
    background: url(../images/twitter-white.png) no-repeat center;
}

.discount__form .form__submit {
	background-color: #000;
}