﻿body {
	font-family: Arial, sans-serif;
	padding: 0;
	margin: 0;
	color: #222222;
}
.clearfix:after {
	content: '';
	display: table;
	width: 100%;
	clear: both;
}
div {
	box-sizing: border-box;
}
header {
	background: url(../img/first-bg.jpg) no-repeat center top / cover;
	padding-bottom: 159px;
}
.container {
	width: 930px;
	margin: 0 auto;
}
.logo {
	margin-top: 45px;
	float: left;
}
nav {
	float: right;
	margin-top: 45px;
}
.menu {
	padding: 0;
	margin: 0;
	display: block;
}
.menu li {
	float: left;
	display: block;
	margin-right: 41px;
}
.menu li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}
.titles_first {
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-top: 200px;
}
h1 {
	font-size: 75px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 20px;
}
.button {
	background: #fed136;
	color: #484543;
	border-radius: 3px;
	display: block;
	width: 240px;
	padding: 20px 0;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	margin-top: 50px;
}
.title {
	padding-top: 120px;
}
.title h2 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}
.title p {
	font-size: 16px;
	color: #777777;
	text-align: center;
	margin: 5px;
}
.services {
	margin-top: 50px;
}
.services_item {
	width: 270px;
	float: left;
	text-align: center;
}
.services_item h3 {
	font-size: 18px;
	margin-bottom: 5px;
}
.services_item p {
	font-size: 14px;
	color: #777777;
	line-height: 1.55em;
}
.services_item:nth-child(2) {
	margin-left: 60px;
}
.services_item:last-child {
	float: right;
}
#services {
	padding-bottom: 120px;
}
#portfolio {
	background: #f7f7f7;
	padding-bottom: 125px;
}
.works {
	margin-top: 70px;
}
.works img {
	float: left;
}
.works img:nth-child(2) {
	margin-left: 28px;
}
.works img:last-child {
	float: right;
}
.info{
	margin: 45px 0;
}
.info div {
	display: inline-block;
}
.info_item{
	width: 300px;
	margin: 0 35px;
}
.info_item_left {
	float: left;
}
.info_item_left div {
	text-align: right;
}
.info_item h3{
	font-size: 18px;
	color: #222;
	line-height: 25px;
}
.info_item h3 span{
	text-transform: uppercase;
}
.info_item p{
	font-size: 14px;
	color: #777;
	line-height: 22px;
}
.info_item_right {
	float: right;
}
.info_item_right div {
	text-align: left;
}
footer {
	font-size: 14px;
	color: #555;
	text-align: center;
	padding: 100px 0;
}