
body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	width: 1400px;
	margin: 0 auto;
}

.container {
	/*border: 2px solid red;*/
	width: 930px;
	margin: 0 auto;
}

.clearfix:after {  
	content: '';
	display: table;
	clear: both; 
} /*- Отменяем обтекание после блока*/


/***** TITLE *******/
.title {
	text-align: center;
	padding-top: 120px;
}
h1 {
    font-weight: bold;
	font-size: 75px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 25px;
	text-align: center;
}
h2 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
   
}
h3{
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0;
}
h4 {
    font-size: 16px;
    color: #777;
    font-weight: normal;
    margin-top: 5px;
}

/***** TEXT *****/
p {
	font-size: 14px;
	color: #777;
	line-height: 1.6em;
}

/*----------------------------------------*/
/*---------- HEADER -------*/
header {
	background: url(image/header-bg.jpg) no-repeat center top; /* /cover*/
	height: 700px;
}
header img { margin-top: 43px }


nav {
	float: right;
	margin-top: 45px;
}
nav ul li {
     float: left;
     display: block;
     margin-left: 41px;
}
nav ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

/*--- Title -----*/
.title_first {
	font-family: 'Open Sans', sans-serif;
	font-size: 39px;
    font-weight: 100;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-top: 200px;
}


.button {
	background: #fed136;
	color: #484543;
	border-radius: 3px;
	display: block;
	width: 240px;
	padding: 25px 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-top: 35px;
    /*cursor: pointer;*/
}
/*--------- End Header -----*/


/*-------- SECTION ---------*/

/*-- Services ---*/
#services {
	padding-bottom: 120px;
	background-color: #fff;
}
.services {	margin-top: 80px; }
.services_item {
	width: 270px;
	text-align: center;
	float: left;
}
.services_item:last-child {	float: right; }
.services_item:nth-child(2) {  margin-left: 65px; }
 

/*-- Portfolio --*/
#portfolio {
	background: #f7f7f7;
	padding-bottom: 120px;
}
.works { margin-top: 75px; }
.works img{ float: left; }
.works img:last-child { float: right; }
.works img:nth-child(2) { margin-left: 28px }


/*-- About Us ---*/
#about_us { background-color: #fff; }

.about_block { 
	position: relative;
	margin-top: 120px; 
}
.about {
	width: 60%;
	text-align: right;
	display: inline-block;
}
.about div { padding-left: 30px; }
.about img {
	float: right;
	padding: 0 0 85px 35px;
}
.about span { text-transform: uppercase; }

/*------------*/
.about:nth-child(2) { text-align: left; }
.about:nth-child(4) { text-align: left; }
#about_us .about:nth-child(2),
#about_us .about:nth-child(4) { 
	float: right; 
}
#about_us .about:nth-child(2) img,
#about_us .about:nth-child(4) img { 
	float: left; 
	padding: 0 35px 85px 0;
}



/*-------- End SECTION ---------*/


/*------ FOOTER ------*/
footer {
	background-color: #fff;
	text-align: center;
	height: 115px
}

/*------ End Footer ------*/
