/* $Id: styles.css 191 2014-11-22 18:15:38Z hayk $
-------------------------------------------------- */
body, html {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: White;
	/*font-family: Tahoma;*/
	font-family: "AMG Anahit Semi Serif", sans-serif;
	font-size: 10pt;
}

html {
	height: 100%;
}

body {
	background-image: url('/img/bg.png');
	min-height: 100%;
}

* html .maket {
	height: 100%;
}

.maket {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.panel-ball {
	position: absolute;
	width: 284px;
	height: 284px;
	top: 50%;
	left: 50%;
	margin-top: -192px;
	margin-left: -142px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#ao {
	-moz-animation-delay: 0.2s;
	-moz-animation-duration: 1s;
	-moz-animation-fill-mode: both;
	-moz-animation-timing-function: ease;
	-moz-backface-visibility: hidden;

	-ms-animation-delay: 0.2s;
	-ms-animation-duration: 1s;
	-ms-animation-fill-mode: both;
	-ms-animation-timing-function: ease;
	-ms-animation-timing-function: ease;

	-webkit-animation-delay: 0.2s;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-timing-function: ease;
	-webkit-backface-visibility: hidden;

	-o-animation-delay: 0.2s;
	-o-animation-duration: 1s;
	-o-animation-fill-mode: both;
	-o-animation-timing-function: ease;
	-o-backface-visibility: hidden;

	animation-delay: 0.2s;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: ease;
	backface-visibility: hidden;

	margin-bottom: 90px;
}

.btn {
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #B5B5B5;
	padding: 0 15px;
	line-height: 2.3;
	margin-bottom: 9px;
	color: #8A837D;
	background: #DAE8EB;
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -moz-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	text-shadow: 0 1px 0px white;
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.25);
}

.btn:hover {
	color: #444;
	background: -webkit-linear-gradient(top, #d1d1d1 1%,#e5e5e5 100%);
	background: -moz-linear-gradient(top, #d1d1d1 1%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #d1d1d1 1%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #d1d1d1 1%,#e5e5e5 100%);
	background: linear-gradient(top, #d1d1d1 1%,#e5e5e5 100%);
}

.ball {
	position: relative;
	background-color: #000;
	border-radius: 100%;
	width: 284px;
	height: 284px;
	-webkit-transition: transform 0.3s ease-in;
	-moz-transition: transform 0.3s ease-in;
	-o-transition: transform 0.3s ease-in;
	-ms-transition: transform 0.3s ease-in;
	transition: transform 0.3s ease-in;
	background: -webkit-radial-gradient(185px 30px, circle, black 0%, black 50%, #272727 50%, rgba(0,0,0,1) 100%);
	background: -moz-radial-gradient(185px 30px, circle, black 0%, black 50%, #272727 50%, rgba(0,0,0,1) 100%);
	background: -o-radial-gradient(185px 30px, circle, black 0%, black 50%, #272727 50%, rgba(0,0,0,1) 100%);
	background: -ms-radial-gradient(185px 30px, circle, black 0%, black 50%, #272727 50%, rgba(0,0,0,1) 100%);
	background: radial-gradient(185px 30px, circle, black 0%, black 50%, #272727 50%, rgba(0,0,0,1) 100%);
}

.no-borderradius .ball {
	background-image: url('/img/gund.png');
	background-color: transparent;
}

.ball:hover {
	/* -webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px); */
}

.ball:before {
	display: block;
	position: absolute;
	content: "";
	width: 80px;
	height: 25px;
	left: 105px;
	top: 20px;
	border-radius: 100%;
	background-color: #FFF;
	-webkit-box-shadow: 0px 5px 100px 40px #FFF, 0px 0px 60px 10px #FFF, 0px 5px 30px #FFF;
	box-shadow: 0px 5px 100px 40px #FFF, 0px 0px 60px 10px #FFF, 0px 5px 30px #FFF;
	z-index: 10;
	pointer-events: none;
}

.ball:after {
	display: block;
	position: absolute;
	content: "";
	left: 6px;
	top: 6px;
	bottom: 8px;
	right: 6px;
	border-radius: 100%;
	-webkit-box-shadow: 0px -10px 35px #757575 inset, 0px 5px 5px #686868;
	box-shadow: 0px -10px 35px #757575 inset, 0px 5px 5px #686868;
	pointer-events: none;
}

.no-borderradius .ball:after,
.no-borderradius .ball:before {
	display: none;
}

.panel-shadow {
	position: absolute;
	width: 330px;
	height: 78px;
	bottom: -80px;
	left: -25px;
	background-image: url('/img/shadow.png');
}

.panel-text {
	position: absolute;
	top: 82px;
	left: 82px;
	width: 110px;
	height: 110px;
	text-align: center;
	color: White;
	font-size: 9pt;
	cursor: pointer;
	background-image: url('/img/triangle.png');
	background-size: 165%;
	background-position: center center;
	display: table;
	position: relative;
	background-color: #000;
	border-radius: 100%;
	border: 5px solid #000;
	-webkit-box-shadow: 0px 4px 2px rgba(255,255,255,0.5), 0px -4px 2px rgba(255,255,255,0.2);
	box-shadow: 0px 4px 2px rgba(255,255,255,0.5), 0px -4px 2px rgba(255,255,255,0.2);
	z-index: 50;
}

.no-borderradius .panel-text {
	border: none;
	background-color: transparent;
	background-image: none;
}

.message {
	line-height: 105px;
}
	.message span {
		display: inline-block;
		line-height: 1.1;
		vertical-align: middle;
		margin-left: -0.35em;
	}
	.message i {
		display: block;
		height: 0.9em;
		/*border: 1px dotted red;*/
		text-indent: -0.5em;
	}
	.message i.right {
		float: right;
		clear: right;
	}
	.message i.left {
		float: left;
		clear: left;
	}

.panel-text:before {
	display: block;
	position: absolute;
	content: "";
	left: -15px;
	top: -15px;
	right: -15px;
	bottom: -15px;
	border-radius: 100%;
	border: 2px solid #444;
	-webkit-box-shadow: 0px 0px 15px rgba(255,255,255,0.5);
	box-shadow: 0px 0px 15px rgba(255,255,255,0.5);
}

.no-borderradius .panel-text:before {
	display: none;
}

#menu
 {
	text-align: center;
	height: 28px;
	margin-top: -28px;
	position: relative;
	display: block;
}

.notice
 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 300px;
	padding: 8px;
	background-color: #e3f8d8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #222222;

}

.notice span
 {
	color: Maroon;
}

a {
	color: #00f;
}

.social {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 680px;
	text-align: right;
}

.social_shift {
	bottom: 190px;
}

.social-net {
	display: inline-block;
	vertical-align: middle;
}

.social-net-fb {
	width: 120px;
}

.social-net-gp {
	width: 60px;
}

.social-net-tw {
	width: 100px;
}

.social-net-li {
	width: 100px;
}

.social-net-vk {
	width: 80px;
}

.social-net-mm {
	width: 160px;
}

.langs {
	display: inline-block;
	margin-top: 15px;
	font-size: 11pt;
}
	.langs-lang {
		float: left;
		border: 1px solid #B5B5B5;
		padding: 4px 13px 5px;
		margin-bottom: 9px;
		color: #8A837D;
		background: #DAE8EB;
		background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
		background: -moz-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
		background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
		text-shadow: 0 1px 0px white;
		cursor: pointer;
		-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
		box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
		margin: 0 -1px;
	}
	.langs-lang a {
		color: #8A837D;
		text-decoration: none;
	}
	.langs-lang a:hover {
		color: #444;
	}
	.langs-lang:hover,
	.langs-lang_active {
		color: #444;
		background: -webkit-linear-gradient(top, #d1d1d1 1%,#e5e5e5 100%);
		background: -moz-linear-gradient(top, #d1d1d1 1%,#e5e5e5 100%);
		background: -o-linear-gradient(top, #d1d1d1 1%,#e5e5e5 100%);
		background: -ms-linear-gradient(top, #d1d1d1 1%,#e5e5e5 100%);
		background: linear-gradient(top, #d1d1d1 1%,#e5e5e5 100%);
	}
	.langs-lang_active a {
		color: #444;
	}
	.langs-lang_first {
		border-radius: 4px 0 0 4px;
	}
	.langs-lang_last {
		border-radius: 0 4px 4px 0;
	}

.footer {
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.footer ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

.tooltip {
	display: none;
	position: absolute;
	background-color: black;
	z-index: 90;
	background: -webkit-linear-gradient(top, #8c8c8c 0%,#595959 100%);
	background: -moz-linear-gradient(top, #8c8c8c 0%,#595959 100%);
	background: -o-linear-gradient(top, #8c8c8c 0%,#595959 100%);
	background: -ms-linear-gradient(top, #8c8c8c 0%,#595959 100%);
	background: linear-gradient(top, #8c8c8c 0%,#595959 100%);
	padding: 0 20px 17px;
	color: #EEE;
	border-radius: 8px;
	border: 4px solid #999;
	bottom: 103%;
	text-shadow: 0px -1px 0px #000;
	width: 140%;
	left: -20%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-height: 660px) {
	.tooltip {
		bottom: 85%;
	}
	.panel-ball {
		top: 60%;
	}
}

	.tooltip:before {
		position: absolute;
		content: "";
		display: block;
		bottom: -38px;
		left: 50%;
		margin-left: -20px;
		width: 0;
		height: 0;
		border: 20px solid transparent;
		border-top: 20px solid #595959;
		z-index: 5;
	}
	.tooltip:after {
		position: absolute;
		content: "";
		display: block;
		bottom: -46px;
		left: 50%;
		margin-left: -23px;
		width: 0;
		height: 0;
		border: 23px solid transparent;
		border-top: 23px solid #999;
		z-index: 4;
	}

input.question {
	border: 2px solid #AAA;
	color: #BBB;
	width: 100%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: #999;
	box-shadow: 0px 1px 5px #666 inset;
}

input.question:focus {
	background-color: #AAA;
	border: 2px solid #CCC;
	outline: none;
	color: #FFF;
}

.close {
	color: #DDD;
	text-decoration: none;
	background: -webkit-linear-gradient(top, #9b9b9b 0%,#6b6b6b 100%);
	background: -moz-linear-gradient(top, #9b9b9b 0%,#6b6b6b 100%);
	background: -o-linear-gradient(top, #9b9b9b 0%,#6b6b6b 100%);
	background: -ms-linear-gradient(top, #9b9b9b 0%,#6b6b6b 100%);
	background: linear-gradient(top, #9b9b9b 0%,#6b6b6b 100%);
	position: absolute;
	display: block;
	padding: 0 5px;
	right: -2px;
	top: -2px;
	line-height: 1.2;
	border: 1px solid #999999;
	border-radius: 3px;
}

.shareanswer {
	display: none;
	position: absolute;
	overflow: hidden;
	left: 105%;
	top: 50%;
	margin-top: -22px;
	text-align: left;
	width: 28px;
	height: 42px;
	-webkit-transition: width 0.1s ease-in 0.5s;
	-moz-transition: width 0.1s ease-in 0.5s;
	-o-transition: width 0.1s ease-in 0.5s;
	-ms-transition: width 0.1s ease-in 0.5s;
	transition: width 0.1s ease-in 0.5s;
}

.shareanswer:hover {
	width: 322px;
}

.shareanswer-btn {
	padding: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	margin-top: 7px;
}

.shareanswer-networks {
	position: absolute;
	padding: 10px 14px 7px;
	width: 226px;
	left: 35px;
	top: 0;
	border: 2px solid #AAA;
	border-radius: 3px;
	background: #DAE8EB;
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -moz-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
}

.shareanswer-networks a:hover {
	-webkit-transform: scale(1.25, 1.25);
	-moz-transform: scale(1.25, 1.25);
	-o-transform: scale(1.25, 1.25);
	-ms-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);
}
.shareanswer-networks a {
	display: inline-block;
}

.shareanswer-networks:after {
	position: absolute;
	content: "";
	display: block;
	left: -20px;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-right: 10px solid #AAA;
	z-index: 4;
}

.shareanswer-networks p {
	margin: 0;
}

.shareanswer-networks a {
	margin: 0 3px;
}

.shareanswer-networks .close {
	color: #DDD;
	text-decoration: none;
	background: none;
	position: absolute;
	display: block;
	padding: 0 5px;
	right: -2px;
	top: 0;
	line-height: 1.2;
	border: none;
	border-radius: 3px;
}

.mailto {
	text-decoration: none;
	color: #000;
}

@media screen and (max-height: 660px) {

}