﻿/*оформление по умолчанию начало*/
html {
    height:100%;
}
body {
	margin:0;
	padding:0;
	min-width:1000px;
	height:100%;
	background-color:white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Roboto', sans-serif;
}
td {
	color:#191919;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
}
a:link, a:visited {
	color:#191919;
	outline:0;
}
a:hover, a:active {
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	color:#191919;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
h1 {
	font-size:36px;
	line-height:38px;
	text-transform:uppercase;
}
h2 {
	font-size:28px;
	line-height:30px;
}
h3 {
	font-size:26px;
	line-height:28px;
}
h4 {
	font-size:24px;
	line-height:26px;
}
h5 {
	font-size:26px;
	line-height:28px;
}
h6 {
	font-size:24px;
	line-height:26px;
}
.table_noborder {
	border-color: #000000;
	border-width: 0;
}
.noborder_img {
	border-width: 0px;
}
p {
	margin:0 0 10px;
	line-height:28px;
}
/*оформление по умолчанию конец*/
.bg_header {
	background-image:url('upload/image/design/default/bg_header.png');
	background-repeat:no-repeat;
	background-position:center;
	height:635px;
}
.bg_header_center {
	width:1000px;
	margin:0 auto;
}
.header_top {
	height:71px;
}
.logo a {
	font-size:24px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:500;
	color:white;
}
.logo {
	vertical-align:top;
	padding-top:17px;
}
#nav{
	float:left;
	width:100%;
	list-style:none;
	font-weight:bold;
}
#nav li{
	float:left;
	margin-right:25px;
	position:relative;
	display:block;
}
#nav li a{
	display:block;
	padding:5px;
	color:#fff;
	text-decoration:none;
	font-weight:300
}
#nav li a:hover{
	color:#000;
}
#nav li a.active {
	background:#E5E5E5;
	color:#000;
}

/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#nav ul{
	list-style:none;
	position:absolute;
	left:-9999px; /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
	opacity:0; /* Устнавливаем начальное состояние прозрачности */
	-webkit-transition:0.25s linear opacity; /* В Webkit выпадающие пункты будут проявляться */
}
#nav ul li{
	padding-top:1px; /* Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
	display:block;
}
#nav li:hover ul{ /* Выводим выпадающий пункт при наведении курсора */
	left:-40px; /* Приносим его обратно на экран, когда нужно */
	opacity:1; /* Делаем непрозрачным */
}
#nav li:hover a{ /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
	background:#E5E5E5;
}
#nav li:hover ul a{ /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
	text-decoration:none;
	-webkit-transition:-webkit-transform 0.075s linear;
	color:#fff;
}
#nav li:hover ul li a:hover{ /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
	background:#E5E5E5;
	background:rgba(51,51,51,0.75); /* Будет полупрозрачным */
	text-decoration:underline;
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	text-decoration:none;
	color:#fff;
}
.body_hor_menu {
	float:right;
}
.block_more {
	width:440px;
	height:404px;
	float:right;
	padding-top:160px;
}
.block_more p {
	font-size:24px;
	color:#fff;
	line-height:34px;
}
.block_more p span {text-shadow: 1px 1px 2px black; font-size:30px;}
.button_more {
	margin-top:30px;
}
.button_more a {
	background-color:#F53B15;
	color:#fff;
	text-align:center;
	padding:10px 60px;
	text-decoration:none;
	font-size:18px;
}
.content {
	padding:30px 0;
	width:1000px;
	margin:0 auto;
}
.our_bg {
	background-color:#E5E5E5;
	padding:40px;
}
.our_body {
	margin:0 auto;
	width:1000px;
}
.title_block {
	font-size:48px;
	text-align:center;
	margin-bottom:30px;
	text-transform:uppercase;
	font-weight:300;
}
.our_item{
	text-align:center;
	vertical-align:top;
	width: 25%;
}
.our_item p {
	font-size:18px;
	padding:30px 30px 0 30px;
}
.body_offer {
	margin:0 auto;
	width:1000px;
	padding:40px 0; 
}
.item_offer {
	width:294px;
	background-color:#E7E7E7;
	vertical-align:top;
}
.item_offer div {
	padding:20px 10px;
	font-size:22px;
	text-align:center;
}
.item_offer p {
	padding:20px 10px;
	font-size:18px;
	text-align:center;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  font-size: 14px !important;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.bg_prod {
	background-color:#171516;
	padding:40px 0;
}
.prod_center {
	width:1000px;
	margin:0 auto;
	padding:0 10px;
}
.title_page_green {
	color:#3fa279;
	font-size:48px;
	margin-bottom:30px;
	text-transform:uppercase;
	font-weight:300;
}
.body_part {
	width:1000px;
	margin:0 auto;
	padding:40px 0;
}
.list_part {
	width:40%;
	vertical-align:top;
}
.list_part p {
	margin-bottom:5px;
	line-height:26px;
}
.footer_bg {
	background-color:#000;
	padding:20px 0;
}
.footer_bg_center {
	width:1000px;
	margin:0 auto;
	color:#fff;
}
.footer_bg_center td {
	vertical-align:top;
	font-size:14px;
	color:#fff;
}
.footer_bg_center td p {
	margin-bottom:4px;
	line-height:16px;
}
.footer_bg_center td p a {
	color:#fff;
}
.dev {
	text-align:right;
}

