﻿@charset "utf-8";

/*-----   Reset   -----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*-----   Fonts   -----*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v9/K88pR3goAWT7BTt32Z01mz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v9/MTP_ySUJH_bn48VBG8sNSp1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v9/k3k702ZOKiLJc3WVjuplzJ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}

/*-----   Main   -----*/
body{
	position:relative;
	width:100%;
	background:url(../img/pattern.png) #4b2d13;
 	font:600 15px 'Open Sans',arial;
 	color:#fff;
	overflow-x:hidden;
}
a{
	border-bottom:1px solid;
	text-decoration:none;
	color:#fc6;
}
a:hover{
	border:none;
}
b{
	font-weight:400;
}
h1{
	font-size: 22px;
	margin:20px 0;
}
h2{
	font-size: 19px;
	color:#fc6;
	margin:20px 0;
}
h3{
	font-size: 16px;
	color:#fc6;
	margin:20px 0;
}
ol{
	counter-reset: ol;
}
ol li:before{
	counter-increment: ol;
	content: counter(ol)". ";
	color:#fc6;
}
q{
	display: block;
	position: relative;
	padding: 25px 65px;
	margin-bottom: 20px;
	background: rgba(255,255,255,.15);
}
q:before{
	content: url(../img/q-before.png);
	float:left;
	margin-left:-25px;
}
q:after{
	content: url(../img/q-after.png);
	float:right;
	padding-top:10px;
}
#header, #footer, .main_content, .main_content > *{
	position:relative;
	clear:both;
}
.wrapper{
	position:relative;
	max-width:1000px;
	padding:0 20px;
	margin:0 auto;
}
.ib{
	display:inline-block;
	vertical-align:middle;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;
}

/*-----   Form   -----*/ 


/*-----   Header   -----*/
body:before,
body:after{
	content: '';
	position: absolute;
	left:0;
	width:100%;
	height: 7px;
	background-color: #fcbf36;
	background-image: -webkti-linear-gradient(0deg, #fcbf36 0%, #fdde99 40%, #fcbf36 55%, #fdde99 70%, #fcbf36 100%);
	background-image: -moz-linear-gradient(0deg, #fcbf36 0%, #fdde99 40%, #fcbf36 55%, #fdde99 70%, #fcbf36 100%);
	background-image: -ms-linear-gradient(0deg, #fcbf36 0%, #fdde99 40%, #fcbf36 55%, #fdde99 70%, #fcbf36 100%);
	background-image: -o-linear-gradient(0deg, #fcbf36 0%, #fdde99 40%, #fcbf36 55%, #fdde99 70%, #fcbf36 100%);
	background-image: linear-gradient(90deg, #fcbf36 0%, #fdde99 40%, #fcbf36 55%, #fdde99 70%, #fcbf36 100%);
}
body:before{
	top:0;
}
body:after{
	bottom:0;
}
#header{
	position: relative;
	min-height: 80px;
	padding:6.5% 0 40px;
}
.site_info{
	float: left;
	width: 55%;
}
.logo{
	position: relative;
	float: left;
	width:70px;
	height: 70px;
	margin-right: 7%;
	margin-bottom: 5%;
	-webkit-box-shadow: 0 0 30px rgba(255,255,255,.3);
	-moz-box-shadow: 0 0 30px rgba(255,255,255,.3);
	box-shadow: 0 0 30px rgba(255,255,255,.3);
	background: url(../img/logo.png) center no-repeat;
}
.logo:before{
	content:url(../img/logo_light.png);
	position: absolute;
	z-index: 0;
	top:-28px;
	right:-72px;
}
.site_name{
	display: inline-block;
	position: relative;
	font-size: 33px;
	color:#fc3;
	background-image: -webkit-linear-gradient(90deg, #ebc947, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.site_name:before{
	content:url(../img/logo_light.png);
	position: absolute;
	z-index: 0;
	top:-15px;
	right:85px;
}
.site_about{
	font-size: 17px;
}
.site_about span{
	color:#fc9;
}

#header .contacts{
	float:right;
	width:45%;
	text-align:right;
}
#header .contacts a{
	border-bottom: 1px dashed;
	color:#fff;
}
.phone{
	display: inline-block;
	vertical-align: top;
	margin-top: -5px;
	text-shadow: -1px 2px 1px #300;
	font-size: 24px;
	line-height:32px;
	white-space: nowrap;
}
.phone span{
	color:#fc9;
}
.social-links{
	display: inline-block;
	margin-left: 20px;
}
.social-links li{
	display: inline-block;
	margin-left: 5px;
	line-height:24px;
}
#header .contacts .social-links a{
	border: 0;
}
#header .links{
	margin-top: 10px;
}
#header .links > div{
	display: inline-block;
	margin-left: 5%;
}
#header .links > div:first-child{
	margin-left: 0;
}
#header .skype{
	padding-left: 30px;
	background: url(../img/icon-skype.png) 0 center no-repeat;
}
#header .icq{
	padding-left: 30px;
	background: url(../img/icon-icq.png) 0 center no-repeat;
}

/*-----   Footer   -----*/
#footer{
	padding:40px 0;
}
.handshake{
	display: inline-block;
	width:123px;
	height: 52px;
	margin-right:70px;
	background: url(../img/handshake.png) center no-repeat ;
}
#footer .phone{
	line-height: 52px;
}
#footer .email{
	float:right;
	margin-top:15px;
}
#footer .email a{
	border-bottom:1px dashed;
	color:#fff;
}
#footer .callback{
	margin:10px 0 0 50px;
}
.callback,
.section .more{
	display: inline-block;
	vertical-align: top;
	height:30px;
	padding:0 15px;
	border:2px solid #e1ac2d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 15px rgba(255,255,255,.2);
	-moz-box-shadow: 0 5px 15px rgba(255,255,255,.2);
	box-shadow: 0 5px 15px rgba(255,255,255,.2);
	background-color:#f8e06b;
	background-image: -webkit-linear-gradient(270deg,#f8e06b,#fcf4c9);
	background-image: -moz-linear-gradient(270deg,#f8e06b,#fcf4c9);
	background-image: -ms-linear-gradient(270deg,#f8e06b,#fcf4c9);
	background-image: -o-linear-gradient(270deg,#f8e06b,#fcf4c9);
	background-image: linear-gradient(0deg,#f8e06b,#fcf4c9);
	text-shadow: -1px 2px 1px #fff;
	line-height: 30px;
	color:#630;
	cursor:pointer;
}
.callback:hover,
.section .more:hover{
	background-image: -webkit-linear-gradient(270deg,#ddbd1f,#f8e06a);
	background-image: -moz-linear-gradient(270deg,#ddbd1f,#f8e06a);
	background-image: -ms-linear-gradient(270deg,#ddbd1f,#f8e06a);
	background-image: -o-linear-gradient(270deg,#ddbd1f,#f8e06a);
	background-image: linear-gradient(0deg,#ddbd1f,#f8e06a);
}
#footer .social-links{
	vertical-align: top;
	margin-top:10px;
}
#footer .social-links a{
	border:0;
}


/*-----   Cols   -----*/
aside{
	width:20%;
}
.aside-left{
	float:left;
}
.aside-right{
	float: right;
}
.main{
	float: left;
	width:50%;
	margin:0 5%;
}
.aside_title{
	font-size: 18px;
	line-height: 32px;
}
aside ul{
	margin-bottom:10px;
}
aside li{
	line-height: 16px;
	font-size: 13px;
	color: #fc9;
}
aside li.active a{
	background-image: -webkit-linear-gradient(270deg, #daa419, #fdd175);
	background-image: -moz-linear-gradient(270deg, #daa419, #fdd175);
	background-image: -ms-linear-gradient(270deg, #daa419, #fdd175);
	background-image: -o-linear-gradient(270deg, #daa419, #fdd175);
	background-image: linear-gradient(0deg, #daa419, #fdd175);
	color: #3b200a;
}
aside a{
	border:0;
	font-size: 13px;
	color: #fc9;
}
aside li.active a{
	padding:0 10px;
	margin-left:-10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(270deg, #daa419, #fdd175);
	background-image: -moz-linear-gradient(270deg, #daa419, #fdd175);
	background-image: -ms-linear-gradient(270deg, #daa419, #fdd175);
	background-image: -o-linear-gradient(270deg, #daa419, #fdd175);
	background-image: linear-gradient(0deg, #daa419, #fdd175);
	line-height: 20px;
	color: #3b200a;
}

/*-----   Intro   -----*/
.benefits_title{
	width:100%;
	max-width:500px;
	margin:0 auto;
	height: 65px;
	margin-top:20px;
	background: url(../img/benefits_title.png) center/100% no-repeat;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	text-shadow: -2px 1px 1px #fff;
	color:#330;
}

.benefits .laptop{
	width:100%;
	height:350px;
	margin-top:20px;
	margin-left:-6%;
	padding-left:12%;
	padding-top:0;
	background: url(../img/laptop.png) 0 0/100% no-repeat;
}
.benefits ul{
	width:385px;
	height: 208px;
	padding-top:10px;
}
.benefits li{
	position: relative;
	padding-left:70px;
	padding-right:10px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 18px;
	color: #630;
}
.benefits li:before{
	content: '';
	position:absolute;
	top:0;
	left:25px;
	width: 26px;
	height: 26px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border:2px solid #fff;
	-webkit-box-shadow: 0 0 6px rgba(153,102,51,.75);
	-moz-box-shadow: 0 0 6px rgba(153,102,51,.75);
	box-shadow: 0 0 6px rgba(153,102,51,.75);
	background: url(../img/benefits_check.png) center no-repeat #eec10d;
}

/*-----   Slider   -----*/
.projects-top_title{
	width:195px;
	height: 54px;
	margin-bottom: 20px;
	background: url(../img/slider_projects_title.png) center no-repeat;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
}
.slider{
	position: relative;
	width:765px;
	height: 170px;
}
.slider_wrap{
	position: relative;
	height: 170px;
	overflow: hidden;
}
.slider ul{
	width:100000%;
}
.projects-top{
	float:left;
}
.slider li{
	display: inline-block;
	margin-right: 15px;
}
.slider li:last-child{
	margin-right: 0;
}
.slider .project_title{
	display: inline-block;
	border-bottom: 1px solid;
	margin-top:20px;
	color:#fff;
}
.slider_arrow-left,
.slider_arrow-right{
	position: absolute;
	top:35%;
	width: 26px;
	height: 26px;
	margin-top:-13px;
	border:2px solid #fdd175;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-repeat:no-repeat;
	background-position:center;
	cursor: pointer;
}
.slider_arrow-left{
	left:-15px;
	background-image:url(../img/slider_arrow-left.png), -webkti-linear-gradient(0deg, #874f20, #693f1a);
	background-image:url(../img/slider_arrow-left.png), -moz-linear-gradient(0deg, #874f20, #693f1a);
	background-image:url(../img/slider_arrow-left.png), -ms-linear-gradient(0deg, #874f20, #693f1a);
	background-image:url(../img/slider_arrow-left.png), -o-linear-gradient(0deg, #874f20, #693f1a);
	background-image:url(../img/slider_arrow-left.png), linear-gradient(90deg, #874f20, #693f1a);
}
.slider_arrow-right{
	right:-15px;
	background-image:url(../img/slider_arrow-right.png), -webkit-linear-gradient(0deg, #874f20, #693f1a);
	background-image:url(../img/slider_arrow-right.png), -moz-linear-gradient(0deg, #874f20, #693f1a);
	background-image:url(../img/slider_arrow-right.png), -ms-linear-gradient(0deg, #874f20, #693f1a);
	background-image:url(../img/slider_arrow-right.png), -o-linear-gradient(0deg, #874f20, #693f1a);
	background-image:url(../img/slider_arrow-right.png), linear-gradient(90deg, #874f20, #693f1a);
}

.diplomas{
	float:right;
}
.diplomas_title{
	width:175px;
	height: 54px;
	margin-bottom: 20px;
	background: url(../img/diplomas_title.png) center no-repeat;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
}
.diplomas ul{
	margin-bottom: 25px;
}
.diplomas li{
	padding-left:15px;
	background: url(../img/list-style.png) 0 center no-repeat;
	font-size:13px;
	line-height: 20px;
}

a.more{
	display: inline-block;
	margin-top:40px;
}

.main_content{
	padding-top:40px;
}

.content ul li{
	padding-left:15px;
	background: url(../img/list-check.png) 0 6px no-repeat;
}

/*-----   Inners   -----*/
.section-title,
.project-title{
	height: 42px;
	border:2px solid #fdd175;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0  5px 20px rgba(241,210,50,.2);
	-moz-box-shadow: 0  5px 20px rgba(241,210,50,.2);
	box-shadow: 0  5px 20px rgba(241,210,50,.2);
	background-color: #f1d232;
	background-image: -webkit-linear-gradient(270deg, #d79d13, #f1d232);
	background-image: -moz-linear-gradient(270deg, #d79d13, #f1d232);
	background-image: -ms-linear-gradient(270deg, #d79d13, #f1d232);
	background-image: -o-linear-gradient(270deg, #d79d13, #f1d232);
	background-image: linear-gradient(0deg, #d79d13, #f1d232);
	text-align: center;
	line-height: 42px;
	text-shadow: -1px 1px 1px #fff;
	font-size: 18px;
	font-weight: 700;
	color: #462b14;
}
.section li{
	padding-bottom: 25px;
	margin-top:25px;
	border-bottom: 1px solid #7b6548;
}
.section-project-title{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
}
.section-project-priview{
	float: left;
	width: 200px;
	height: 125px;
	border: 5px solid #e7bc21;
	margin-right:20px;
}
.section-project-priview img{
	width:100%;
	height: 100%;
}
.section-project-info{
	font-size: 14px;
	float: right;
	width:50%;
}
.section .more{
	margin-top:20px;
}
.project-slider{
	position: relative;
	border:5px solid #e7bc21;
}
.project-slider-wrap{
	/*max-height: 340px;*/
	overflow: hidden;
}
.project-slider li{
	float:left;
	margin: 0;
	background: none;
}
.project-slider img{
	width: 100%;
}
.project-slider-arrow-left,
.project-slider-arrow-right{
	position: absolute;
	top:50%;
	width: 26px;
	height: 26px;
	margin-top:-13px;
	border:2px solid #fdd175;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-repeat:no-repeat;
	background-position:center;
	cursor: pointer;
}
.project-slider-arrow-left{
	left:-18px;
	background-image:url(../img/slider_arrow-left.png), -webkit-linear-gradient(0deg, #874f20, #693f1a);
	background-image:url(../img/slider_arrow-left.png), -moz-linear-gradient(0deg, #874f20, #693f1a);
	background-image:url(../img/slider_arrow-left.png), -ms-linear-gradient(0deg, #874f20, #693f1a);
	background-image:url(../img/slider_arrow-left.png), -o-linear-gradient(0deg, #874f20, #693f1a);
	background-image:url(../img/slider_arrow-left.png), linear-gradient(90deg, #874f20, #693f1a);
}
.project-slider-arrow-right{
	right:-18px;
	background-image:url(../img/slider_arrow-right.png), -webkit-linear-gradient(0deg, #874f20, #693f1a);
	background-image:url(../img/slider_arrow-right.png), -moz-linear-gradient(0deg, #874f20, #693f1a);
	background-image:url(../img/slider_arrow-right.png), -ms-linear-gradient(0deg, #874f20, #693f1a);
	background-image:url(../img/slider_arrow-right.png), -o-linear-gradient(0deg, #874f20, #693f1a);
	background-image:url(../img/slider_arrow-right.png), linear-gradient(90deg, #874f20, #693f1a);
}

.project-title{
	margin-top:25px;
}
.project-info ul{
	display: inline-block;
	vertical-align: top;
	width:49%;
}
.project-info li{
	margin-bottom: 15px;
}
.project-info span{
	padding-right:5px;
	color: #fdd175;
}
.project .href{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*-----   Media   -----*/
@media (max-width:900px){
	.benefits li{
		font-size: 12px;
	}
	.projects-top .slider{
		width:610px;
	}
}
@media (max-width:800px){
	.benefits{
		width:500px;
		margin:0 auto;
	}
	.benefits li{
		font-size: 15px;
	}
	.projects-top .slider{
		width:455px;
	}
	.main{
		float: none;
		clear:both;
		width:100%;
		margin:0;
	}
	aside{
		width:50%;
		margin-bottom: 30px;
	}
	.section-project-info{
		width:60%;
	}
}
@media (max-width:640px){
	.benefits{
		width:100%;
		margin:0 auto;
	}
	#header .site_info{
		float: none;
		width:100%;
	}
	.site_name{
		width:300px;
		margin-top:-10px;
	}
	#header .contacts{
		float:none;
		width:100%;
		margin-top:20px;
		text-align: left;
	}
	.projects-top .slider{
		width:295px;
	}
	.section-project-info{
		width:50%;
	}
}
@media (max-width:480px){
	.benefits_title{
		height: auto;
		background: none;
		text-shadow: none;
		line-height: 20px;
		font-size: 15px;
		color:#fff;
	}
	.benefits .laptop{
		background: none;
		height:auto;
	}
	.benefits ul{
		width:auto;
		padding:0;
	}
	.benefits li{
		padding: 0;
		padding-left:10px;
		font-size: 13px;
		color:#fff;
	}
	.benefits li:before{
		left:-25px;
	}
	.aside-right, .main{
		float:none;
	}
	aside{
		width:100%;
		margin-bottom: 0;
	}
	aside ul{
		display: none;
		padding-left:25px;
	}
	.aside_title{
		cursor:pointer;
	}
	.aside_title:before{
		content: '▼';
		float:left;
		padding-right:10px;
		font-size: 12px;
	}
	.main{
		margin-top:30px;
	}
	.projects-top{
		float:none;
		width:100%;
	}
	.diplomas{
		float:none;
		width:100%;
		margin-top:30px;
	}
	.section-title,
	.project-title{
		font-size: 16px;
	}
	.section-project-priview{
		float: none;
	}
	.section-project-info{
		width:100%;
		margin-top:15px;
		float: none;
	}
	.project-info ul{
		display: block;
		width:100%;
	}
}
@media (max-width:360px){
	#header .links > div{
		display: block;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.section-title,
	.project-title{
		font-size: 15px;
	}
}