@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body,
html {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #fff
}

.wrapper {
	width: 100%;
	height: 100%;
	font-family: "Roboto", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center
}

@media screen and (min-width:600px) {
	.content {
		z-index: 1;
		display: flex;
		align-items: center;
		padding: 65px;
		width: 800px;
		min-width: 800px;
		box-sizing: border-box;
		position: relative
	}
}

@media screen and (max-width:600px) {
	.content {
		z-index: 1;
		display: flex;
		align-items: center;
		padding: 8%;
		width: 400px;
		min-width: 100%;
		box-sizing: border-box;
		position: relative
	}
}

@media screen and (min-width:600px) {
	p {
		font-size: 48px;
		font-weight: 300
	}
}

@media screen and (max-width:600px) {
	p {
		font-size: 18px;
		font-weight: 300
	}
}

strong {
	font-weight: 500
}

@media screen and (min-width:600px) {
	.captcha-icon {
		position: absolute;
		left: 7%;
		bottom: 10%;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 60px
	}
}

@media screen and (max-width:600px) {
	.captcha-icon {
		position: absolute;
		left: 7%;
		bottom: 15%;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 30px
	}
}

@media screen and (min-width:600px) {
	.captcha-icon>.captcha-logo {
		width: 40px;
		height: 40px
	}
}

@media screen and (max-width:600px) {
	.captcha-icon>.captcha-logo {
		width: 20px;
		height: 20px
	}
}

@media screen and (min-width:600px) {
	.captcha-title {
		font-size: 10px;
		font-weight: 500;
		margin-top: 5px;
		color: #fff
	}
}

@media screen and (max-width:600px) {
	.captcha-title {
		font-size: 5px;
		font-weight: 500;
		margin-top: 2%;
		color: #fff
	}
}

.captcha-title_gray {
	color: #c3c3c3
}

.robotBox {
	justify-content: flex-end;
	padding: 40px 0 0;
	position: relative;
	flex-shrink: 0;
	width: 40%;
	transform: scale(2);
	float: right;
	margin-right: -200px
}

.robotInner {
	width: 141px;
	height: 182px;
	position: relative;
	margin: 0 auto
}

#rBodyBox {
	width: 100%;
	height: 53px;
	top: 110px;
	left: 0;
	position: absolute
}

#rBodyBox,
#rHeadBox {
	transition: .5s
}

#rHeadBox.rAnim {
	transform: translateX(-5px) rotate(-5deg)
}

#rBodyBox.rAnim {
	transform: translateX(3px) rotate(-2deg)
}

#body {
	width: 63px;
	height: 53px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto
}

#armLeft,
#armRight {
	width: 30px;
	height: 42px;
	top: 2px;
	position: absolute;
	transition: .25s
}

#armLeft {
	left: 17px;
	transform-origin: top right
}

#armRight {
	right: 17px;
	transform-origin: top left
}

.armRightAnim {
	transform: rotate(-50deg) translateY(-3px) translateX(-8px)
}

.armLeftAnim {
	transform: rotate(50deg) translateY(-3px) translateX(8px)
}

#rShadow {
	width: 38px;
	height: 5px;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto
}

#rHead,
#rHeadBox {
	width: 113px;
	height: 110px
}

#rHeadBox {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto
}

#rHeadBox.rHeadBoxAnim {
	animation: shake .8s
}

@keyframes shake {
	0% {
		transform: translate(10px, 0)
	}

	10% {
		transform: translate(-10px, 0)
	}

	20% {
		transform: translate(10px, 0)
	}

	30% {
		transform: translate(-10px, 0)
	}

	40% {
		transform: translate(10px, 0)
	}

	50% {
		transform: translate(-10px, 0)
	}

	60% {
		transform: translate(10px, 0)
	}

	70% {
		transform: translate(-10px, 0)
	}

	80% {
		transform: translate(10px, 0)
	}

	90% {
		transform: translate(-10px, 0)
	}

	100% {
		transform: translate(10px, 0)
	}
}

#rHead {
	position: absolute;
	left: 0;
	top: 0
}

#eyes {
	width: 47px;
	height: 17px;
	position: absolute;
	left: 0;
	right: 0;
	top: 66px;
	margin: auto
}

#eyeBlink {
	display: none
}

#eyeError {
	display: none
}

#mouth,
.mouth {
	width: 15px;
	height: 6px;
	position: absolute;
	left: 0;
	right: 0;
	top: 77px;
	margin: auto
}

.muteCircle {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .7);
	position: absolute;
	right: 0;
	top: -9px;
	z-index: 9000;
	cursor: pointer
}

.muteHide {
	display: none !important
}

.muteCircleIcon {
	width: 57%;
	height: 57%;
	fill: #fff;
	display: none;
	opacity: .9
}

.introSub {
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin: 10px 0 0;
	font-weight: 500;
	color: #909090
}

.speechCorner {
	position: absolute;
	right: 100px;
	bottom: -35px
}

.st0 {
	fill: #000;
	opacity: .3
}

.strokeBlue {
	stroke: #1f233e;
	stroke-width: 3.4999;
	stroke-miterlimit: 2.6131
}

.strokeBlue2 {
	stroke-width: 4.2
}

.st5 {
	opacity: 0
}

.st8 {
	opacity: 0
}

#eyesError {
	display: none
}

.stBlue {
	fill: #1f233e
}

.fillWhite {
	fill: #fff
}

.fillPink {
	fill: #ffc3c5
}

.speechWrap {
	width: 90%;
	height: 100%;
	padding: 0;
	max-width: 450px;
	justify-content: center;
	z-index: 1000
}

form {
	position: relative;
	z-index: 0
}

.speech {
	width: 100%;
	padding: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	border-radius: 5px;
	position: relative;
	background: #fff;
	flex-shrink: 0
}

.speech.hldy:after,
.speech.hldy:before {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	background: linear-gradient(45deg, #f5624d, #cc231e, #34a65f, #0f8a5f, #235e6f, #f5624d, #cc231e, #34a65f, #0f8a5f, #235e6f);
	background-size: 400%;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	z-index: -1;
	border-radius: 5px
}

.speech.hldy2 {
	box-shadow: 0 0 15px rgba(255, 0, 0, .9);
	border: 1px solid #cc231e
}

.speech.vday {
	box-shadow: 0 0 25px 2px rgba(255, 0, 0, .6);
	border: 1px solid #cc231e
}

@keyframes steam {
	0% {
		background-position: 0 0
	}

	50% {
		background-position: 400% 0
	}

	100% {
		background-position: 0 0
	}
}

.speech.hldy:after {
	-webkit-filter: blur(15px);
	filter: blur(15px)
}

.formTitle {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 23px;
	text-align: center;
	margin: 0
}

@media screen and (max-width:600px) {
	.robotBox {
		transform: scale(1.3);
		margin-right: 15px
	}

	.formTitle {
		font-size: 17px
	}

	.speechWrap {
		width: 100%
	}

	.speech {
		width: auto
	}

	.formTitle {
		font-size: 17px
	}
}

.hide {
	display: none !important
}

.show {
	display: flex !important
}

.showBlock {
	display: block !important
}

.isAndroid.Chrome .robotBox {
	padding-top: 140px;
	top: 8vh
}

.isAndroid.Chrome .content {
	padding-bottom: 12%
}

.isAndroid.Chrome .speechCorner {
	display: none
}

.isAndroid.Firefox .content {
	padding-top: 30%
}

.isAndroid.Samsung .content,
.isAndroid.UC .content {
	padding-bottom: 45%
}

#countdown_container{
	border-radius: 2px;
	text-align: center;
	font-weight: bold;
	background: #fff;
	display: inline-block;
	padding: 0 5px;
}

#countdown_timer {
	display: flex;
}
#countdown_timer>div{
	float: left;
	background:#fff;
	margin:10px 5px;
	text-align:center;
	display: flex;
}

#countdown_timer>div>div:first-child{
	font-size:28px;
	color:#0ab306;
	text-shadow: 0px 1px 0px #056d03;
}

#countdown_timer>div>div:last-child{
	text-transform: capitalize;
	font-size:14px;
	color:#444;
}