@charset "utf-8";
body {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

hr{
	margin:4px 0;
	padding:0;
	border-bottom:2px solid red;
	border-top:0px solid red;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;	
	padding:0; 
	font-weight:normal;
}

p{
	font-size:14px;
	text-align:justify;
	line-height:21px;
}

.uslugi{
	padding:0 20px;
	margin-top:20px;
}

.box{
	height:110px;
	width:175px;
	background-color:red;
	float:left;
	margin-right:11px;
	position:relative;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

.box:hover{
	opacity:0.6;
	top:2px;
}

.box h4{
	position:absolute;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
	width:99%;
	padding:3px 1px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
}

.box h4 a {
	color: #fff;
	text-decoration: none;
}

.box img{
	width:100%;
	height:110px;
}

.box:last-of-type{
	margin-right:0;
}

.baner{
	background-color:rgba(0,0,0,0.3);
	border-radius:5px;
	width:320px;
	text-align:center;
	margin: 90px 0 0 100px;
	padding:10px 0 30px 0;
}

.baner h1{
	color:#fff;
	text-shadow: 1px 1px 4px #000;
	filter: dropshadow(color=#000, offx=1, offy=1);
}

.baner h3 a{
	text-decoration:none;
	color:#fff;
	font-size:16px;
	text-transform:none;
	border-radius:3px;
	-webkit-box-shadow: 0px 1px 3px 0px #000;
	box-shadow: 0px 1px 3px 0px #000;
	padding:3px 25px;
	background: #e60000; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2U2MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e60000 1%, #b50000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e60000), color-stop(100%,#b50000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e60000 1%,#b50000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e60000 1%,#b50000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e60000 1%,#b50000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e60000 1%,#b50000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60000', endColorstr='#b50000',GradientType=0 ); /* IE6-8 */
	position:relative;
	top:10px;
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
}

.baner h3 a:hover{
	top:12px;
	-webkit-box-shadow: 0px 1px 0px 0px #000;
	box-shadow: 0px 1px 0px 0px #000;
}

#tel{
	background-image:url(../img/tel.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:30px;
}

#mail{
	background-image:url(../img/mail.png);
	background-position:5px center;
	background-repeat:no-repeat;
	padding-left:30px;
	margin-top:10px;
}

h3{
	text-transform:uppercase;
}

#slide{
	position:absolute;
	width:100%;
	height:435px;
	background-color:#fff;
	z-index:-10;
	border-bottom:2px solid red;
}

#slide{
	background-image:url(../img/1.jpg);
	background-size:cover;
}

a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	margin: 0 auto; 
}

.header {
	background: #fff;
	clear:both;
	height:90px;
	border-bottom:3px solid red;
}

#logo{
	display:block;
	float:left;
	margin:22px 0 0 17px;
}

.sidebar1 {
	padding:7px 20px;
	float: right;
	width: 230px;
	background: #fff;
	margin:67px 0 0 0;
}

.content {
	padding:7px 20px;
	width: 635px;
	float: left;
	background-color:#fff;
	margin:67px 10px 0 0;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none;
	float:right;
	padding: 30px 0 0 0;
}

ul.nav li {
	float:left;
}

ul.nav a, ul.nav a:visited { 
	padding: 5px 30px 5px 25px;
	display: block; 
	text-decoration: none;
	text-transform:uppercase;
	color:#000;
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	opacity:0.5;
}

ul.oferta {
	list-style: none;
	padding: 0px;
}

ul.oferta a {
	text-decoration: none;
}

ul.oferta a li {
	padding: 10px;
	border-bottom: 1px solid red;
	text-decoration: none;
}

ul.oferta a li {
	text-transform:uppercase;
	color:#000;
}

ul.oferta a li:hover {
	opacity: 0.5;
}

ul.oferta img {
	vertical-align:middle;
	border: 1px solid black;
	margin-right: 10px;
}

.footer {
	padding: 10px 0;
	background: #000;
	position: relative;
	clear: both; 
	height:14px;
	margin-top:40px;
	margin-bottom:0px;
	border-bottom:2px solid red;
}

.footer .nav{
	padding:0;
}

.footer .nav a{
	color:#fff !important;
	font-size:12px;
	padding: 0px 30px 5px 25px;
}

.footer img{
	float:left;
	padding:0 5px;
}

.footer p{
	color:#fff;
}

.fltrt {  
	float: right;
	font-size:11px;
	margin-bottom:10px;
}

.fltlft { 
	float: left;
	font-size:11px;
	margon-bottom:10px
}

.fltrt a{
	text-decoration:none !important;
}

.fltrt a:hover{
	color:red;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}