body{
	padding: 0;
	margin: 0;
	font-family: Helvetica;
	/*background-image: URL('/img/tap/cables.jpg');
	background-size: cover;
	background-position: center;*/
}
.content{
	width: 100%;
	text-align: center;
	padding: 50px 0;
}
.content p{
	font-weight: bold;
	font-size: 22pt;
}
.content a{
	font-weight: bold;
	font-size: 26pt;
	color: #666;
}
@media (max-width: 500px) {
	.content p{
		font-size: 14pt;
	}
	.content a{
		font-size: 16pt;
	}
}

A:link{
	color: #686868;
	color: #89b9ff;
}
body{
	background-color: #F2F2F2;
	padding: 2.5%;
	margin: 0px;
}
.pustbIshka{
	margin: 70px 0 0 0;
}
.txter{
	color: #686868;
	text-align: left;
	font-size: 18px;
	word-wrap: break-word;
}

.txter_l{
	color: #686868;
	text-align: left;
	font-size: 26px;
	padding: 20px;
	word-wrap: break-word;
}
.one_box_sld{
	box-shadow: 0px 1px 4px rgba(0,0,0,0.18);
	background-color: #FFF;
	overflow-x:hidden;
	border-radius: 4px;
	width: 640px;
	height: 360px;
	margin: 0 auto 0px auto;
	/* -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.2, 1) 0s;
	-moz-transition: all 0.7s cubic-bezier(0, 0, 0.2, 1) 0s;
	-o-transition: all 0.7s cubic-bezier(0, 0, 0.2, 1) 0s;
	transition: all 0.7s cubic-bezier(0, 0, 0.2, 1) 0s; */
}
.one_box{
	box-shadow: 0px 1px 4px rgba(0,0,0,0.18);
	background-color: #FFF;
	overflow-x:hidden;
	border-radius: 4px;
	width: inherit;
	padding: 25px 25px 25px 25px;
	margin: 10px auto 10px auto;
	max-height: 500px;
	max-width: 590px;
	-webkit-transition: all 0.7s cubic-bezier(0, 0, 0.2, 1) 0s;
	-moz-transition: all 0.7s cubic-bezier(0, 0, 0.2, 1) 0s;
	-o-transition: all 0.7s cubic-bezier(0, 0, 0.2, 1) 0s;
	transition: all 0.7s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.box_hr{
	margin: 0px;
	width: 250%;
	border: 1px solid #F2F2F2;
	margin-left: -50px;
}
.mkme_green{
	color: #39B54A;
}
.mkme_red{
	color: #F15A24;
}
.mkme_blue{
	color: #82B4FF;
}
.mkme_small{
	font-size: 10px;
}
.mkme_big{
	font-size: 26px;
}
.mkme_l-big{
	font-size: 20px;
}
.mkme_cntr{
	text-align: center;
}
.box_td_l1{
	height: 34px;
	width: 37%;
}
.box_td_r1{
	height: 34px;
	width: 63%;
}
.box_td_l2{
	height: 34px;
	width: 90%;
}
.box_td_r2{
	height: 34px;
	text-align: right;
	width: 10%;
	word-wrap: break-word;
}.box_td_l3{
	height: 34px;
	width: 75%;
}
.box_td_r3{
	height: 34px;
	text-align: left;
	width: 25%;
}
.box_td_h{
	height: 34px;
	width: 50%;
	text-align: center;
}
.box_hdr{
	margin: 11px 0px 9px 0px;
}
.but_unslctd:active{
	background-color: #FFF;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.37), 0px 2px 5px rgba(0,0,0,0.37) inset;
}
.but_unslctd{
	cursor: pointer;
	display: inline-block;
	max-height:300px;
	width: 60%;
	color: #686868;
	margin: 17px auto 10px;
	padding: 12px 0px 12px 0px;
	text-align: center;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.37);
	background-color: #F2F2F2;
	border-radius: 3px;
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
	-moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
	-o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
	transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
	border: 0px;
	font-size: 16pt;
}
.but_input{
	display: inline-block;
	max-height:300px;
	width: 60%;
	color: #686868;
	margin: 17px auto 10px;
	padding: 12px;
	text-align: left;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.37);
	background-color: #F2F2F2;
	border-radius: 3px;
	border: 0px;
	font-size: 16pt;
}
.but_unslctd:hover {
	background-color: #ff815c;
}
.but_slctd:active{
	background-color: #ff815c;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.37), 0px 2px 5px rgba(0,0,0,0.37) inset;
}
.but_slctd{
	cursor: pointer;
	display: inline-block;
	max-height:300px;
	width: 60%;
	color: #fff;
	margin: 17px auto 10px;
	padding: 12px 0px 12px 0px;
	text-align: center;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.37);
	background-color: #FF5421;
	border-radius: 3px;
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
	-moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
	-o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
	transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.blue_txter{
	color: #686868;
	font-size: 18px;
	word-wrap: break-word;
	color: #89b9ff;
}
.menu{
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
	background-color: white;
	margin: 0px 0px 15px;
	text-align: center;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.37);
}
.footer{
	position: fixed;
	bottom: 0px;
	z-index: 999;
	left: 0px;
	width: 100%;
	background-color: white;
	text-align: center;
	box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.37);
}
.td_l{
	padding: 20px 0px 20px 0px;
	text-align: center;
}
.td_r{
	padding: 20px 0px 20px 0px;
	text-align: center;
}

#map{
	margin: 0px;
	position: fixed;
	top: 70px;
	left: 0px;
	padding: 0px;
	width: 100%;
	height: 450px;
}
#msg{
	margin: 80px 0 15px 0;
}

.bubblingG {
	margin: -50px 0px 0px 0px;
	text-align: center;
	width: 100%;
	height: 49px;
}

.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 3px;
	height: 3px;
	margin: 24px auto;
	background: rgb(255,130,92);
	border-radius: 49px;
		-o-border-radius: 49px;
		-ms-border-radius: 49px;
		-webkit-border-radius: 49px;
		-moz-border-radius: 49px;
	animation: bubblingG 0.975s infinite alternate;
		-o-animation: bubblingG 0.975s infinite alternate;
		-ms-animation: bubblingG 0.975s infinite alternate;
		-webkit-animation: bubblingG 0.975s infinite alternate;
		-moz-animation: bubblingG 0.975s infinite alternate;
}

#bubblingG_1 {
	animation-delay: 0s;
		-o-animation-delay: 0s;
		-ms-animation-delay: 0s;
		-webkit-animation-delay: 0s;
		-moz-animation-delay: 0s;
}

#bubblingG_2 {
	animation-delay: 0.2895s;
		-o-animation-delay: 0.2895s;
		-ms-animation-delay: 0.2895s;
		-webkit-animation-delay: 0.2895s;
		-moz-animation-delay: 0.2895s;
}

#bubblingG_3 {
	animation-delay: 0.589s;
		-o-animation-delay: 0.589s;
		-ms-animation-delay: 0.589s;
		-webkit-animation-delay: 0.589s;
		-moz-animation-delay: 0.589s;
}



@keyframes bubblingG {
	0% {
		width: 3px;
		height: 3px;
		background-color:rgb(242,242,242);
		transform: translateY(0);
	}

	100% {
		width: 8px;
		height: 8px;
		background-color:rgb(255,130,92);
		transform: translateY(-10px);
	}
}

@-o-keyframes bubblingG {
	0% {
		width: 3px;
		height: 3px;
		background-color:rgb(242,242,242);
		-o-transform: translateY(0);
	}

	100% {
		width: 8px;
		height: 8px;
		background-color:rgb(255,130,92);
		-o-transform: translateY(-10px);
	}
}

@-ms-keyframes bubblingG {
	0% {
		width: 3px;
		height: 3px;
		background-color:rgb(242,242,242);
		-ms-transform: translateY(0);
	}

	100% {
		width: 8px;
		height: 8px;
		background-color:rgb(255,130,92);
		-ms-transform: translateY(-10px);
	}
}

@-webkit-keyframes bubblingG {
	0% {
		width: 3px;
		height: 3px;
		background-color:rgb(242,242,242);
		-webkit-transform: translateY(0);
	}

	100% {
		width: 8px;
		height: 8px;
		background-color:rgb(255,130,92);
		-webkit-transform: translateY(-10px);
	}
}

@-moz-keyframes bubblingG {
	0% {
		width: 3px;
		height: 3px;
		background-color:rgb(242,242,242);
		-moz-transform: translateY(0);
	}

	100% {
		width: 8px;
		height: 8px;
		background-color:rgb(255,130,92);
		-moz-transform: translateY(-10px);
	}
}

.qrcode {
	display: none;
	cursor: pointer;
	position: fixed;
	top: 15%;
	height: 70%;
	z-index: 1002;
}

#blackscreen {
	position: fixed;
	cursor: pointer;
	left: 0px;
	top: 0px;
	background-color: #f2f2f2;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 1001;
}
