.recaptcha-loader {
	width: 50px;
	height: 50px;
	margin: 25px auto 0;
	border: 4px solid #e3e3e3;
	border-top-color: #6fb24a;
	border-radius: 50%;
	animation: recaptcha-loader-spin 0.8s linear infinite;
}

@keyframes recaptcha-loader-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.unavailable-content-exclamation{
	margin-top: 80px !important;
}


/* mobile only */

@media (max-width: 640px) {
	* {
		box-sizing: border-box;
	}

	html,
	body {
		min-height: 100%;
	}

	body {
		min-width: 0;
		overflow-x: hidden;
	}

	.unavailable-content-center {
		width: 100%;
		min-height: 100vh;
		padding-bottom: 35px;
	}

	.unavailable-content-logo {
		padding: 0 15px;
	}

	.logo {
		display: inline-block;
		padding: 15px 0 18px;
	}

	.logo .big {
		font-size: 31px;
		line-height: 1;
	}

	.logo .small {
		margin-top: 4px;
		font-size: 11px;
		line-height: 15px;
		letter-spacing: 0.8px;
	}

	.unavailable-content-exclamation {
		margin-top: 38px;
	}

	.unavailable-content-exclamation img {
		max-width: 76px;
		height: auto;
	}

	.unavailable-content h1 {
		margin-top: 22px;
		padding: 0 16px;
		font-size: 38px;
		line-height: 1;
	}

	.unavailable-top-31,
	.unavailable-top-92,
	.unavailable-top-30,
	.unavailable-top-10 {
		padding-left: 16px;
		padding-right: 16px;
	}

	.unavailable-top-31 {
		margin-top: 26px;
		font-size: 20px;
		line-height: 1.3;
	}

	.unavailable-top-92 {
		margin-top: 40px;
		font-size: 16px !important;
		line-height: 1.35 !important;
	}

	.unavailable-top-30 {
		margin-top: 22px;
		font-size: 15px !important;
		line-height: 1.45;
	}

	.unavailable-top-10 {
		font-size: 14px !important;
		line-height: 1.45;
	}

	.unavailable-top-30 a {
		display: inline-block;
		margin-top: 4px;
	}

	hr {
		width: calc(100% - 32px) !important;
		max-width: 545px;
	}

	#recaptcha_v2_wrap {
		text-align: center;
	}

	#captcha_auth_phone {
		max-width: 100%;
	}

	.antibot-support-info {
		max-width: 100%;
		margin-left: auto !important;
		margin-right: auto !important;
		padding: 14px 16px;
		word-break: break-word;
		overflow-wrap: anywhere;
	}

	.recaptcha-loader {
		width: 34px;
		height: 34px;
		margin: 18px auto 0;
		border: 4px solid #e3e3e3;
		border-top-color: #6fb24a;
		border-radius: 50%;
		animation: recaptcha-loader-spin 0.8s linear infinite;
	}

	@keyframes recaptcha-loader-spin {
		from {
			transform: rotate(0deg);
		}
		to {
			transform: rotate(360deg);
		}
	}
}

@media (max-width: 380px) {
	.unavailable-content-logo {
		padding-left: 10px;
		padding-right: 10px;
	}

	.logo .big {
		font-size: 28px;
	}

	.logo .small {
		font-size: 10px;
		letter-spacing: 0.5px;
	}

	.unavailable-content-exclamation {
		margin-top: 30px;
	}

	.unavailable-content-exclamation img {
		max-width: 68px;
	}

	.unavailable-content h1 {
		font-size: 32px;
	}

	.unavailable-top-31 {
		font-size: 18px;
	}

	.unavailable-top-92 {
		margin-top: 34px;
		font-size: 15px !important;
	}

	.unavailable-top-30,
	.unavailable-top-10 {
		font-size: 14px !important;
	}

	#captcha_auth_phone {
		transform: scale(0.92);
		transform-origin: center top;
	}
}

@media (max-width: 340px) {
	#captcha_auth_phone {
		transform: scale(0.86);
		transform-origin: center top;
	}
}