#field {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	display: none;
}

#map {
	position: absolute;
	width: 55%;
	height: 59%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	display: none;
}


.hide {
	display: none;
}

#info {
	display: flex;
	justify-content: flex-end;
}

#misclick {
	display: none;
    font-family: cursive;
    font-size: 26px;
    padding-left: 15px;
}

#my_timer {
	font-family: cursive;
	font-size: 26px;
	padding-right: 15px;
}

.line {
	display: flex;
}

.cell {
	background-size: contain;
	background-repeat: no-repeat;
	border: 5px inset powderblue;
	border-radius: 15px;
	cursor: pointer;
	margin: 10px;
}

.inactive {
	opacity: 0.6;
	cursor: auto;
}

.clicked {
	/*background-color: red;*/
}

#wrap {
	padding: 25px;
}

#field_back {
	width: 100%;
	height: 100%;
	border-radius: 25px;
	position: absolute;
	background-color: white;
	opacity: 0.7;
	z-index: -1;
	border: solid;
}

#map_back {
	background-image: url("/img/fruits/map/testIslandMap.jpg");
	width: 100%;
	height: 100%;
	border-radius: 25px;
	background-size: 100% 100%;
	background-repeat: round;
	z-index: -1;
	border: solid;
}

.points {
	position: absolute;
	background-size: 100% 100%;
	background-repeat: round;
	border-radius: 55px;
	width: 75px;
	height: 75px;
	cursor: pointer;
	pointer-events: none;
}

.points_inside {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#point1 {
	left: 17%;
	top: 71%;
	background-image: url(/img/fruits/1.svg);
}

#point2 {
	left: 18%;
	top: 51%;
	background-image: url(/img/fruits/2.svg);
}

#point3 {
	left: 28%;
	top: 30%;
	background-image: url(/img/fruits/3.svg);
}

#point4 {
	left: 61%;
	top: 25%;
	background-image: url(/img/fruits/4.svg);
}
#point5 {
	left: 79%;
	top: 40%;
	background-image: url(/img/fruits/5.svg);
}
#point6 {
	left: 81%;
	top: 77%;
	background-image: url(/img/fruits/6.svg);
}

#mute {
	position: absolute;
	width: 100px;
	height: 100px;
	background-image: url("/img/sound/on.svg");
	cursor: pointer;
	z-index: 1;
}

#map_button {
	position: absolute;
	width: 13%;
	height: 13%;
	background-image: url(/img/fruits/map/testMapIcon.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 55%;
	left: 5%;
	cursor: pointer;
	z-index: 1;
	display: none;
}

#progress_wrap {
	position: absolute;
	width: 180px;
	height: 185px;
	z-index: 1;
	top: 73%;
	left: 5%;
	background-color: white;
	opacity: 0.7;
	border-radius: 10px;
	text-align: center;
}


#auth {
	background-image: url(/img/fruits/auth/auth.svg);
	background-size: 100% 100%;
	position: absolute;
	width: 100px;
	height: 90px;
	cursor: pointer;
	left: 90%;
	z-index: 1;
	display: none;
}

#auth_msisdn {
	position: absolute;
	width: 100px;
	height: 50px;
	cursor: default;
	left: 89%;
	z-index: 1;
	text-align: center;
	display: none;
}


#auth_window {
	width: 35%;
	height: 25%;
	border-radius: 25px;
	position: absolute;
	z-index: 2;
	border: solid;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

#auth_window_back {
	background-color: white;
	opacity: 0.3;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	z-index: -1;
}

#auth_window_close {
	cursor: pointer;
	background-image: url(/img/fruits/auth/cross.svg);
	background-size: 100% 100%;
	background-repeat: round;
	width: 15%;
	height: 15%;
	margin-left: 85%;
	margin-top: 1%;
}

#alert_message {
	text-align: center;
}

#input_msisdn_wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

#input_msisdn_wrap > table {
	display: inline-table;
}

#input_msisdn_wrap > table tr {
	padding: 0px 0px;
}

#flag_rus {
	background-image: url(/img/fruits/auth/flag_rus.svg);
	background-size: 100% 100%;
	background-repeat: round;
	width: 30px;
	height: 15px;
	display: none;
}

#flag_tadj {
	background-image: url(/img/fruits/auth/flag_tadj.svg);
	background-size: 100% 100%;
	background-repeat: round;
	width: 30px;
	height: 15px;
	display: inline-block;
}

#input_msisdn_form_validation {
	width: 50%;
}

#input_code_wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	display: none;
}

#code_resending_wrap {
	display: none;
}

#code_resending {
	cursor: pointer;
	color: purple;
}

#code_resending:hover {
	text-decoration: underline;
}

#change_msisdn {
	cursor: pointer;
	color: blue;
}

#change_msisdn:hover {
	text-decoration: underline;
}

#description_button {
	position: absolute;
	width: 100px;
	height: 100px;
	background-image: url(/img/fruits/desc/question.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 1;
}

#description_close {
	cursor: pointer;
	background-image: url(/img/fruits/auth/cross.svg);
	background-size: 100% 100%;
	background-repeat: round;
	width: 15%;
	height: 15%;
	margin-left: 85%;
	margin-top: 1%;
}


#description {
	width: 58%;
	height: 40%;
	border-radius: 25px;
	position: absolute;
	z-index: 2;
	border: solid;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	display: none;
}

#description_back {
	background-color: white;
	opacity: 0.8;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	z-index: -1;
}

#description > h2 {
	margin-top: 10%;
}

#description > p {
	font-size: 19px;
	font-family: cursive;
}

/*  parallax */

.parallax {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
}

.water {
	position: absolute;
	width: 115%;
	height: 115%;
	left: -10%;
	top: -10%;
	background-repeat: no-repeat;
	background-position: top center;
}

.back-layer {
	background-size: cover;
}

/* slider */

#slider {
	display: none;
	position: relative;
	width: 96%;
	height: 15px;
	border-radius: 5px;
	background-color: yellow;
	left: 2%;
	bottom: 10px;
}

#progress {
	position: relative;
	width: 0%;
	height: 15px;
	border-radius: 5px 0 0 5px;
	background-color: green;
}

#regress {
	position: relative;
	width: 0%;
	height: 15px;
	border-radius: 0 5px 5px 0;
	background-color: red;
	left: 100%;
	bottom: 15px;
}

#slider > span {
	border : 1px solid red;
	border-radius: 3px;
	width: 7px;
	height: 93%;
	position: absolute;
	background-color: white;
	bottom: 0;
}

#slider_val_left, #slider_val_right {
	bottom: 12px;
	right: -1px;
	position: absolute;
	font-family: sans-serif;
}


.imageQR
{
	width: 300px;
	height: 400px;
}

#AppStoreQR
{
	/*background-image: url(/img/matchtwoQRAppStore.png);*/

	position: absolute;
	z-index: 1;
	bottom: 0%;
	left: 0%;
}

#PlayMarketQR
{
	/*background-image: url(/img/matchtwoQRPlayMarket.png);*/

	position: absolute;
	z-index: 1;
	bottom: 0%;
	right: 0%;
}