.discount__form {
	background-color: rgba(25, 161, 212, .8);
}

.form__caption {
	color: #fff;
}

.form__input {
    border-bottom: 1px solid rgba(255, 255, 255, .67);
}

.form__input::placeholder {
	color: #fff;
}

.form__secure {
	color: rgba(255, 255, 255, .67);
	border-bottom: 1px solid rgba(255, 255, 255, .67);
}

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

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

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

.slider__btn {
	border: 3px solid #19a1d4;
}

.slider__prev:hover {
	background: url('../images/arrow-left.png') no-repeat 100% 25% / 39px 18px,
				url('../images/arrow-right-hover-blue.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-blue.png') no-repeat 18px 4px;
}

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

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

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

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

.services__vertical-line {
	background-color: #19a1d4;
}

.form__submit {
	background-color: #19a1d4;
	color: #fff;
}

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

.contacts__information {
	background-color: rgba(25, 161, 212, .8);
	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;
}