div[id^="wait_"] {
	display: none !important;
	background: none !important;
	border: 0 !important;
	color: #000000;
	font-family: Verdana, Arial,
		sans-serif;
	font-size: 11px;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal;
	letter-spacing: normal !important;
	line-height: normal;
	padding: 0 !important;
	position: absolute;
	text-align: center !important;
	text-indent: 0 !important;
	width: 0px !important;
	height: 0px !important;
	word-spacing: normal !important;
	z-index: 0;
	content: "";
}

.title-search-result {
	z-index: 11;
}

.inner-button:hover {
	cursor: pointer;
}

.video_mobile {
	display: none;
}

.subscribe__message {
	width: 290px;
	padding: 0;
	box-sizing: border-box;
	font-size: 15px;
	color: green;
}

.subscribe__message.error {
	color: #e10600;
}

.subscribe__message.active {
	padding: 0 15px 10px;
}

.grecaptcha-badge {
	display: none !important;
}

@media (max-width:767px) {
	.video_mobile {
		display: block;
	}

	.video_mobile+video {
		display: none;
	}
}