@charset "UTF-8";  
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,input,button,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
table{
	border-spacing: 0;
}
img{
	border: none;
}
ul li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,
textarea:focus,
select:focus{
	outline: none;
}
input[type='checkbox'],
input[type='submit'],
input[type='reset'],
input[type='radio'],
input[type='image'],
input[type='file']{
	cursor: pointer;
}
:focus::-webkit-input-placeholder{
	color:transparent;
}
label{
	cursor: pointer;
	color: inherit;
}
html{
	height: 100%;
}
body{
	height: 100%;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	color: #5b5858;
}
hr{
	border: 0 none;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #fff;
	height: 0;
	color: #ccc;
	background: none;
	margin: 0;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
.link a,
.label{
	color: #265fb7;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.relative{
	position: relative;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
}
.clear-left{
	float: none !important;
	display: block;
	clear: left;
	height: 0;
}
.clear-right{
	float: none !important;
	display: block;
	clear: right;
	height: 0;
}
input[type='text'],
input[type='email'],
input[type='password'],
textarea{
	color: #5b5858;
	width: 250px;
	height: 18px;
	line-height: 18px;
	padding: 4px 8px 5px;
	border: 0 none;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 4px 4px 4px rgba(137,171,225,0.25);
	-moz-box-shadow: inset 4px 4px 4px rgba(137,171,225,0.25);
	box-shadow: inset 4px 4px 4px rgba(137,171,225,0.25);
}
textarea{
	height: 74px;
	padding-top: 6px;
	resize: none;
}
select{
	cursor: pointer;
}
.button{
	cursor: pointer;
	display: inline-block; *display: inline; zoom: 1;
	width: 177px;
	height: 35px;
	white-space: nowrap;
	text-decoration: none;
	border: 0 none;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 34px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	background: url('../images/button.png') repeat-x center center;
	background: url('../images/button-left.png') no-repeat left center, url('../images/button-right.png') no-repeat right center, url('../images/button.png') repeat-x center center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 1000px rgba(0,0,0,0);
	-moz-box-shadow: inset 0 0 1000px rgba(0,0,0,0);
	box-shadow: inset 0 0 1000px rgba(0,0,0,0);
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
input.button{
	padding-bottom: 2px;
}
.button:hover{
	-webkit-box-shadow: inset 0 0 1000px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 0 1000px rgba(0,0,0,0.25);
	box-shadow: inset 0 0 1000px rgba(0,0,0,0.25);
}
/* text */
h1{
	margin: 0;
	padding: 24px 0 6px;
	color: #1f3454;
	font-size: 24px;
	font-weight: bold;
	line-height: 100%;
	text-shadow: 1px 1px 0 #fff;
}
h2,
h3{
	margin: 0 0 16px;
	font-size: 20px;
	font-weight: normal;
	line-height: 133%;
	color: #265fb7;
	text-shadow: 1px 1px 0 #fff;
}
h3{
	color: #5b5858;
}
h4{
	font-size: 14px;
	line-height: 150%;
	color: #265fb7;
	margin: 0 0 4px;
}
p{
	margin: 0 0 8px;
}
/* text off */
/* off */
.wrap{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #e2e2e2 url('../images/bg.png') repeat-y center 156px;
}
.inside{
	width: 962px;
	margin: 0 auto;
}
/* header */
.header{
	height: 158px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	background: url('../images/header.png') repeat-x center top;
}
.logo{
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -160px;
	font-size: 0;
	line-height: 0;
}
.nav{
	padding: 10px 0 0;
	line-height: 90%;
}
.nav li{
	float: left;
	padding: 0 9px 2px;
	border-left: solid 1px #fff;
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 0 0 rgba(0,0,0,0.2);
	box-shadow: inset 1px 0 0 rgba(0,0,0,0.2);
}
.nav li:first-child{
	padding-left: 0;
	border: 0 none;
}
.nav li:last-child{
	padding-right: 0;
}
.nav a{
	text-decoration: none;
}
.nav a:hover{
	text-decoration: underline;
}
.search{
	width: 266px;
	padding: 66px 0 0;
}
.search input[type='text']{
	margin: 4px 0 0;
	padding-right: 34px;
	width: 224px;
}
.search input[type='submit']{
	position: absolute;
	right: 3px;
	bottom: 2px;
	width: 23px;
	height: 23px;
	border: 0 none;
	background: url('../images/search.png') no-repeat center center;
}
.sign{
	padding: 8px 0 20px;
}
.sign img{
	margin: 9px 8px 0 0;
}
.log,
.reg{
	width: 85px;
	height: 24px;
	padding: 4px 0 0;
	border: solid 1px #fff;
	text-align: center;
	text-decoration: none;
	background: rgba(0,0,0,0);
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.reg{
	width: 131px;
	margin: 0 0 0 -1px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.log:hover,
.reg:hover{
	background: rgba(0,0,0,0.1);
}
.phone-icon{
	margin: 6px 0 0;
}
.phone{
	padding: 0 0 16px 18px;
	font-size: 20px;
	line-height: 120%;
}
.address img{
	margin: 3px 8px 0 0;
}
/* header off */

/* content */
.content{
	padding: 0 0 76px;
}
.main{
	height: 664px;
	background: url('../images/meh.png') no-repeat center bottom;
}
.watch{
	position: absolute;
	left: 50%;
	width: 137px;
	height: 100px;
	padding: 79px 32px 0 10px;
	font-size: 20px;
	text-align: center;
	background: url('../images/watch.png') no-repeat center center;
}
.watch a{
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
.watch a:hover{
	text-decoration: underline;
}
.watch-first{
	margin-left: -468px;
	top: 246px;
}
.watch-second{
	margin-left: -22px;
	top: 44px;
}
.watch-third{
	margin-left: 296px;
	top: 416px;
}
.scroll{
	height: 570px;
	margin: 0 0 38px;
	overflow: auto;
}
.scroll,
.scroll *{
	outline: none !important;
}
.projects.scroll ul{
	padding: 50px 0 0;
}
.projects.scroll ul:first-child{
	padding: 0;
}
.scroll .img{
	margin: 32px 0 0 23px;
	border: solid 3px #d7dce3;
	padding: 6px;
	width: 123px;
	height: 123px;
	font-size: 0;
	line-height: 0;
	background: #e9e9e9;
	-webkit-border-radius: 136px;
	-moz-border-radius: 136px;
	border-radius: 136px;
	-webkit-box-shadow: inset 3px 3px 10px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 3px 3px 10px rgba(0,0,0,0.25);
	box-shadow: inset 3px 3px 10px rgba(0,0,0,0.25);
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.projects.scroll .img{
	margin-left: 82px;
	border-color: #265fb7;
	padding: 10px;
	width: 153px;
	height: 153px;
}
.img-shadow{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 143px;
	height: 143px;
	border: solid 5px #fff;
	opacity: 0.25;
	-webkit-border-radius: 136px;
	-moz-border-radius: 136px;
	border-radius: 136px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.img:hover .img-shadow{
	opacity: 0.5;
}
.scroll .img:first-child{
	margin-left: 0;
}
.scroll .img:hover{
	-webkit-box-shadow: inset 3px 3px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 3px 3px 10px rgba(0,0,0,0.5);
	box-shadow: inset 3px 3px 10px rgba(0,0,0,0.5);
}
.scroll .img:active{
	-webkit-box-shadow: inset 3px 3px 10px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 3px 3px 10px rgba(0,0,0,0.8);
	box-shadow: inset 3px 3px 10px rgba(0,0,0,0.8);
}
.scroll .img img{
	display: inline-block;
	-webkit-border-radius: 136px;
	-moz-border-radius: 136px;
	border-radius: 136px;
}
.projects.scroll .img img{
	-webkit-box-shadow: 1px 1px 0 #fff;
	-moz-box-shadow: 1px 1px 0 #fff;
	box-shadow: 1px 1px 0 #fff;
}
.projects.scroll .img .txt{
	position: absolute;
	left: 0;
	top: 180px;
	width: 100%;
	font-size: 16px;
	line-height: 125%;
	text-align: center;
	text-decoration: underline;
	text-shadow: 1px 1px 0 #fff;
}
.projects.scroll .img a:hover .txt{
	text-decoration: none;
}
.jspTrack{
	background: #dcdcdc;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.3), 1px 1px 0 #fff;
	-moz-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.3), 1px 1px 0 #fff;
	box-shadow: inset 3px 3px 3px rgba(0,0,0,0.3), 1px 1px 0 #fff;
}
.jspHorizontalBar{
	height: 9px;
	bottom: 4px;
	background: none;
}
.jspDrag{
	background: rgb(93,157,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNiUiIHN0b3AtY29sb3I9IiM1ZDlkZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NCUiIHN0b3AtY29sb3I9IiMyNjVmYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(93,157,255,1) 36%, rgba(38,95,183,1) 64%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,rgba(93,157,255,1)), color-stop(64%,rgba(38,95,183,1)));
	background: -webkit-linear-gradient(top,  rgba(93,157,255,1) 36%,rgba(38,95,183,1) 64%);
	background: -o-linear-gradient(top,  rgba(93,157,255,1) 36%,rgba(38,95,183,1) 64%);
	background: -ms-linear-gradient(top,  rgba(93,157,255,1) 36%,rgba(38,95,183,1) 64%);
	background: linear-gradient(to bottom,  rgba(93,157,255,1) 36%,rgba(38,95,183,1) 64%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d9dff', endColorstr='#265fb7',GradientType=0 );
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.jspHorizontalBar .jspArrow{
	margin-top: -4px;
	height: 17px;
}
.jspHorizontalBar .jspArrowLeft{
	background: url('../images/left.png') no-repeat left center;
}
.jspHorizontalBar .jspArrowRight{
	background: url('../images/right.png') no-repeat right center;
}
.jspArrow.jspDisabled{
	opacity: 0.5;
}
.contact,
.about{
	min-height: 608px;
}
.text{
	text-shadow: 1px 1px 0 #fff;
	font-size: 14px;
	line-height: 150%;
}
.contact .text{
	padding: 20px 0 0;
	width: 216px;
}
.about .text{
	font-size: 12px;
	line-height: 150%;
	padding: 20px 0 0;
}
.about .text p{
	margin: 0 0 16px;
}
.phones{
	padding: 10px 0 20px;
	font-size: 18px;
	line-height: 133%;
}
.map{
	margin: 10px 0 0;
	width: 630px;
	height: 525px;
	border: solid 1px #fff;
}
.event{
	font-size: 12px;
	line-height: 150%;
	margin: 0 0 20px 64px;
}
.event:first-child{
	margin-left: 0;
}
.event li{
	padding: 0 0 0 18px;
}
.event li:before{
	content: '—';
	position: absolute;
	margin: 0 0 0 -18px;
}
.text .img{
	margin: 0 0 16px;
	font-weight: 0;
	line-height: 0;
	border: solid 1px #716f6f;
	padding: 2px;
	background: #e3e3e3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.text .img img{
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.text .img.left{
	margin-right: 20px;
}
.text .img.right{
	margin-left: 20px;
}
/* content off */

/* footer */
.footer{
	margin: -76px 0 0;
	padding: 24px 0 0;
	height: 52px;
	color: #949393;
	background: url('../images/footer.png') repeat-x center bottom;
}
.soc{
	margin: 0 0 0 4px;
}
.copy{
	padding: 7px 0 0;
}
.counter{
	margin: 2px 0 0;
}
.dev{
	line-height: 120%;
	padding: 2px 0 0;
	margin: 0 0 0 20px;
}
.dev img{
	margin: 6px 3px 0 0;
}
/* footer off */




























/* eof */