.description__caption::before {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	left: -40px;
	width: 111px;
	height: 111px;
	background: url('../images/main-caption.png') no-repeat center / 100% auto;
}

.discount__form {
	background-color: rgba(255, 207, 38, .8);
}

.left-caption {
	background: url('../images/other-caption-left.png') no-repeat 30px center / auto 100%;
}

.left-caption__two {
	background: url('../images/other-caption-left2.png') no-repeat 30px center / auto 100%;
}

.slider__btn {
	border: 3px solid #ffcf26;
}

.advantages__item.item-1::before {
	content: '';
	background: url('../images/clock.png') no-repeat center;
}

.advantages__item.item-2::before {
	content: '';
	background: url('../images/graphic.png') no-repeat center;
}

.advantages__item.item-3::before {
	content: '';
	background: url('../images/setting.png') no-repeat center;
}

.right-caption {
	text-align: right;
	background: url('../images/other-caption-right.png') no-repeat 95% 0 / auto 100%; 
}

.slider__prev:hover {
	background: url('../images/arrow-left.png') no-repeat 100% 25% / 39px 18px,
				url('../images/arrow-right-hover.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.png') no-repeat 18px 4px;
}

.services__item::before {
	border: 10px solid #ffcf26;
}

.services__vertical-line {
	background-color: #ffcf26;
}

.form__submit--yellow {
	background-color: #ffcf26;
	color: #000;
}

.check-partners__right-caption {
	background-position: 97% 0;
}

.contacts__information {
	background-color: rgba(255, 207, 38, .8);
}

.tabs__btn.active,
.tabs__btn:hover {
	border-bottom-color: #ffcf26;
}