@font-face {
    font-family: "Philosopher-Regular";
    src: url("Philosopher/Philosopher-Regular.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Philosopher-Bold";
    src: url("Philosopher/Philosopher-Bold.ttf") format("truetype");
    font-display: swap;
}

/*========= general CSS ============*/
*,
*:focus{
	outline: none !important;
	-webkit-appearance: none !important;
}
html, body{
	min-width:320px;
	overflow:hidden;
}
body {
	padding: 0;
	margin:0;
	background:#1d0830;
	width:100vw;
	height:100vh;
	font-family:"Philosopher-Regular", sans-serif;
	position:relative;
}

img{
	border:none;
	max-width:100%;
}

.clear{
	clear:both;
}

.wire{
	max-width:1300px;
	margin:0 auto;
	display: block;
}
@media only screen and (max-width:1150px) {
	.wire{
		padding:0 15px;
		width:calc(100% - 30px);
	}
}




 .shar{
	position:absolute;
	top:40%;
	left:50%;
	transform:translate(-50%,-50%);
	width:884px;
	height:884px;
	background:url(../images/shar.png) center center no-repeat;
	background-size:contain;
}
 .input_block{
	position:absolute;
	top:40%;
	left:50%;
	transform:translate(-50%,-50%);
	width:475px;
}
 .input_block::after{
	clear:both;
	display:block;
	content:"";
}
 .input_block .enter_words{
	padding:0 50px;
	width:277px;
	height:96px;
	float:left;
	background:url(../images/input.png) center center no-repeat;
	background-color:transparent;
	border:none;
	background-size:contain;
	text-align:center;
	font-size:29px;
	font-family:"Philosopher-Regular", sans-serif;
}
 .input_block .send_words{
	width:92px;
	height:96px;
	float:right;
	background:url(../images/button.png) center center no-repeat;
	background-color:transparent;
	border:none;
	background-size:contain;
	text-align:center;
	font-size:29px;
	font-family:"Philosopher-Bold", sans-serif;
	cursor:pointer;
}

 .error_block{
	width:458px;
	height:204px;
	position:absolute;
	top:40%;
	left:50%;
	transform:translate(-50%,-50%);
	background:url(../images/error.png) center center no-repeat;
	background-size:contain;
	display:none;
}
 .error_block .text1{
	font-family:"Philosopher-Regular", sans-serif;
	font-size:37px;
	color:#fff;
	text-align:center;
	padding:55px 30px 0;
}
 .close-error{
	width:50px;
	height:50px;
	position:absolute;
	top:-10px;
	right:-10px;
	background:#fff;
	cursor:pointer;
	border-radius:50%;
}
 .close-error::after,
 .close-error::before{
	content:"";
	width:30px;
	height:4px;
	border-radius:5px;
	position:absolute;
	top:calc(50% - 2px);
	left:10px;
	background:#fc1575;
}
 .close-error::after{
	transform:rotate(45deg);
}
 .close-error::before{
	transform:rotate(-45deg);
}


 .good_block{
	width:470px;
	height:202px;
	position:absolute;
	top:40%;
	left:50%;
	transform:translate(-50%,-50%);
	background:url(../images/answer.png) center center no-repeat;
	background-size:contain;
	display:none;
}
 .good_block .text2{
	font-family:"Philosopher-Regular", sans-serif;
	font-size:37px;
	color:#000;
	text-align:center;
	max-width:90%;
	position:absolute;
	left:5%;
	top:50%;
	transform:translateY(-50%);
	width:100%;
}
 .close-ready{
	width:50px;
	height:50px;
	position:absolute;
	top:-10px;
	right:-10px;
	background:#1f0933;
	cursor:pointer;
	border-radius:50%;
}
 .close-ready::after,
 .close-ready::before{
	content:"";
	width:30px;
	height:4px;
	border-radius:5px;
	position:absolute;
	top:calc(50% - 2px);
	left:10px;
	background:#fff;
}
 .close-ready::after{
	transform:rotate(45deg);
}
 .close-ready::before{
	transform:rotate(-45deg);
}

@media only screen and (max-width:800px) {
	.shar{
		width:120%;
	}
}
@media only screen and (max-width:640px) {
	.input_block .enter_words{
		padding:0 20px;
		width: 230px;
		height: 80px;
		font-size: 24px;
	}
	.input_block{
		width:360px;
	}
	.input_block .send_words{
		width: 80px;
		height: 80px;
		font-size: 24px;
	}
	.error_block,
	.good_block	{
		width: 390px;
		height: 170px;
	}
	.error_block .text1{
		font-size:30px;
		padding:50px 25px 0;
	}
	.good_block .text2{
		font-size:30px;
	}
	
}
@media only screen and (max-width:440px) {
	.shar{
		width:135%;
	}
	.error_block, .good_block{
		width:300px;
	}
	.error_block .text1,
	.good_block .text2{
		font-size:22px;
/*		font-weight:bold;*/
	}
	.error_block .text1{
		padding: 0;
		top: 50%;
		position: absolute;
		left: 5%;
		transform: translateY(-50%);
		width: 90%;
	}
	.close-error,
	.close-ready{
		width:35px;
		height:35px;
		top: 15px;
		right: -5px;
	}
	.close-error::after, .close-error::before,
	.close-ready::after, .close-ready::before{
		width:25px;
		left:5px;
	}
	.input_block {
		width: 300px;
	}
	.input_block .enter_words{
		width: 180px;
		height: 70px;
		font-size: 20px;
	}
	.input_block .send_words{
		height: 70px;
		font-size: 20px;
	}
}



.putnoready { width: 100%; background-color: #f00; color: #fff; font-size: 23px;  line-height: 1.2; text-align: center; z-index: 110; position: relative; }
.putnoready p { padding: 20px; }
.putnoready a { color: #fff; text-decoration: underline; }
.putnoready a:hover; { color: #fff; text-decoration: none; }





