.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #e37639;
	color: white;
}

.grecaptcha-badge { visibility: hidden; }

#privacyModal {
	z-index: 1080;
}
#privacyModal + .modal-backdrop {
	z-index: 1079;
}

.modal-image {
	position: absolute;left: 99px;width: 80%;
}

@media only screen and (max-width: 767px) {
	.modal-image {
		top: -177px;left: 73px;
	}
}

@media only screen and (min-width: 768px) {
	.modal-image {
		top: -203px;
	}
}

.offer-card__img {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 40%;
}

@media (min-width: 0px) and (max-width: 768px) {
	.offer-card__img {
		width: 70%;
	}
}

.offer-card {
	min-height: 300px;
}

.gradient-main,
.h-gradient-main:hover {
	background-image: -webkit-linear-gradient(to top, #ffdecb 0%, #e37639 100%) !important;
	background-image: linear-gradient(to top, #ffdecb 0%, #e37639 100%) !important;
}