body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #404040;
}

.container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}

header {
	font-weight: lighter;
	font-size: 1.2em;
	border-bottom: 2px solid #f90;
}

.header-item {
	display: inline-block;
	width: 32%;
	box-sizing: border-box;
	vertical-align: middle;
}

.header-item > * {vertical-align: middle;}

.header-item img {height: 30px;}

.logo img {height: 60px;}

.left-img {
    float: left;
    margin-right: 15px;
}

.content h1,
.content h2,
.content h3 {
	font-weight: lighter;
    border-left: 2px solid #f90;
    padding-left: 20px;
    color: #f90;
}

.content p {
	margin: 15px 0;
	text-indent:1em;
}

.content ul {margin: 20px;}

.content ul li {margin-bottom: 10px;}

.menu .container {
	padding: 0;
	text-align: center;
	color: #fff;
}

.menu nav {
	position: relative;
	display: inline-block;
	background: #f90;
}

.menu nav:before,
.menu nav:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
}

.menu nav:before {
	left: -42px;
	border: 21px solid transparent;
	border-top: 21px solid #f90;
	border-right: 21px solid #f90;
}

.menu nav:after {
	right: -42px;
	border: 21px solid transparent;
	border-left: 21px solid #f90;
	border-top: 21px solid #f90;
}

.menu nav ul {}

.menu nav ul li {
	list-style-type: none;
	display: inline-block;
}

.menu nav ul li a {
	display: inline-block;
	text-decoration:none;
	text-transform:uppercase;
	color: #ffffff;
	position:relative;
	padding: 10px 20px;
	margin: 0 20px;
}

.menu nav ul li a:hover {text-decoration: underline;}

.slider {
	padding-top: 100px;
	height: 400px;
	background: url('../img/slider-bg.jpg') 50% 0 no-repeat;
	background-size: cover;
	color: #000;
	text-shadow: 0 0 10px #fff,0 0 20px #fff,0 0 30px #fff,0 0 30px #fff,0 0 40px #fff;
	overflow: hidden;
	font-size: 1.4em;
	border-bottom: 2px solid #f90;
}

.slider.mini {
    height: auto;
    padding-top: 20px;
    background-position: 0 25%;
}

.slider img {
	width: 500px;
	float: left;
	margin-right: 50px;
}

.slider h1 {
	font-weight: lighter;
	margin-top: 0;
}

.slider span {
	font-weight: bold;
	font-size:1.3em;
}

.slider .container div {
	padding: 15px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.service {text-align: left;}

.service-item {
	box-sizing: border-box;
	display: inline-block;
	width: 47%;
	margin: 20px 1%;
	padding: 15px;
	vertical-align: top;
	background: #498BDC;
	color: #fff;
	font-weight: lighter;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
}

.service-item:nth-child(2) {background: #F92727;}

.service-item:nth-child(3) {background: #FF7907;}

.service-item:nth-child(4) {background: #1BDA21;}

.service-item:nth-child(5) {background: #A827F9;}

.service-item img {
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    width: 150px;
    box-shadow: 0 0 0 5px rgba(255,255,255,0.5);
}

.service-item span {
	font-size: 1.3em;
	text-transform: uppercase;
}

.service-item:hover {
	box-shadow: 9px 9px 0 0 rgba(0, 0, 0, 0.1);
}

.service-item ul {margin: 15px 0 0 185px;}

footer {
	padding:10px 0;
	background: #f90;
	font-size: .9em;
}

footer div div {
    display: inline-block;
    padding-right:30px;
    
}

.title {text-transform: uppercase;}

.news_item {margin: 20px 0;}

.news_item img {
	width:100px;
	height:100px;
	float:left;
	margin: 0 10px 0 0;
	border-radius: 10%;
}

.news_item a {
	display: block;
	color: #3E97D1;
}

.news_item a:hover {
	text-decoration: none;
}

.news_item span {
	font-size: .9em;
}

.skils {
	text-align: center;
	padding: 20px;
}

.skils-item {
	display: inline-block;
	width: 19%;
	box-sizing: border-box;
	vertical-align: top;
}

.price,
.price td {border: 1px solid #ffc107;}

.price td {padding: 5px 15px;}

.price tr:nth-child(even) {background: #ffc107;}

.contacts td {
    padding: 5px;
    font-size: 1.4em;
}

.contacts img {width: 40px;}

.feed {
	display: inline-block;
	background: #e4e4e4;
	margin: 20px;
	padding: 20px;
}

.feed img {
	float:left;
	width: 150px;
	border-radius: 50%;
	margin-right: 30px;
}

.feedName {
	display:block;
	font-size:1.2em;
	color: #6c6fff;
}

.feedDate {
	float:right;
	font-size: 0.9em;
	opacity: 0.6
}

@media (max-width: 800px) {
    header {text-align: center;}
    
    .header-item {width:100%;}
    .header-item:nth-child(2) {display: none;}
    
    .slider {
        padding-top: 20px;
        font-size: 1.2em;
    }
    
    .slider h1 {font-size: 1.5em;}
    
    .skils-item {width: 48%;}
    
    .menu nav:before,
    .menu nav:after {content: none;}
    
	.service-item {
		display: block;
		width: 99%;
	}

	.service-item:after {
		content: '';
		display: table;
		clear: both;
	}
}