body {
	background: url('../img/bg-header.jpg') no-repeat top center;
}

.main-container {
	min-width: 993px;
}

.max-width {
	max-width: 1000px;
	margin: 0 auto;
}

/*header style*/

.header {
	padding-top: 40px;
	height: 550px; /*delete*/
}

.header-nav {
	height: 37px;
	background: url("../img/bg-nav-line.png") repeat-x;
}

.top-logo {
	margin-top: -20px;
}

.nav li {
	display: inline-block;
}

.nav a {
	color: #DB9E6D;
	text-decoration: underline;
}

/*feedback style*/

.feedback {
	margin-top: 15px;
}

.feedback span {
	font-size: 24px;
	color: black;
}

.btn {
	background: #DB9E6D;
	color: #fff;
	border-radius: 50px;
	vertical-align: 5px;
	border: none;
}

.btn:hover {
	background: #DB9E6D;
	color: black;
}

.info-header {
	height:367px;
	width: 850px;
	margin: 0 auto;
	background: url(../img/img-header.png) no-repeat center;
}

.block-info {
	margin-top: 130px;
	margin-right: 20px;
}

.block-info span {
	font-size: 16px;
}

.block-info h1 {
	font-size: 21px;
	margin-top: 10px;
	text-decoration: underline;
}

.block-info .big-text {
	text-transform: uppercase;
	font-size: 18px;
	display: inline-block;
	margin-top: 20px
}

/*content style*/

.content .line-left, .content .line-right {
	font-size: 20px;
	padding-bottom: 15px;
	color: #D79766;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.content .line-left {
	background: url(../img/left-line.jpg) no-repeat left bottom;
}

.content .line-right {
	background: url(../img/right-line.jpg) no-repeat right bottom;
}

section {
	margin-bottom: 50px;
}

.content-img {
	width: 810px;
	height: 460px;
	margin: 0 auto 50px;
	background: url(../img/content-img.jpg) no-repeat center;
	position: relative;
}

.content-img p {
	width: 165px;
	position: absolute;
	font-size: 12px;
}

.content-img .text-position-left {
	left: 15px;
	text-align: right;
}

.content-img .text-position-right {
	right: 15px;

}

.content-img .text-1, .content-img .text-2 {
	top: 55px;
}

.content-img .text-3, .content-img .text-4 {
	top: 210px;
}

.content-img .text-5, .content-img .text-6 {
	top: 370px;
}

.description-product, .catalog-product {
	padding-bottom: 40px;
}

.description-product span {
	display: block;
	font-size: 20px;
}

.description-product img {
	margin: 20px auto;
}

.description-product p {
	width: 200px;
	margin: 0 auto;
}

.catalog-product img {
	margin: 20px auto;
	width: 200px;
}

.catalog-product span {
	display: block;
	color: #85b32d;
	font-size: 18px;
}

.catalog-product .green-btn {
	background: #85b32d;
	padding: 2px 25px;
	border-radius: 15px;
	color: #fff;
	font-size: 18px;
	margin-top: 7px;
}

.container-position {
	position: relative;
	min-height: 360px;
}

.maps-container {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
}

.container-position #ymaps1439290307293865571 {
	position: absolute;
}

.contakt-block {
	width: 420px;
	position: absolute;
	background: #fff;
	opacity: .9;
	padding: 0px 20px;
	right: 0;
	top: 10px;
}

.contakt-block div {
	padding: 20px 0 20px 30px;
	border-bottom: 2px solid #e4e4e2;
}

.contakt-block div:last-child {
	border-bottom: none;
}

.contakt-block .request-call {
	float: right;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #989898;
	color: black;
}

.contakt-block .header-text {
	text-transform: uppercase;
	position: relative;
	margin-bottom: 7px;
	display: inline-block;
	font-size: 13px;
}

.contakt-block .color-text {
	color: #D79766;
}

.contakt-block .adress .header-text:after {
	content: '';
	display: block;
	width: 22px;
	height: 35px;
	background: url(../img/ico-adress.jpg) no-repeat;
	position: absolute;
	left: -35px;
	top: 0;
}

.contakt-block .phone .header-text:after {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	background: url(../img/ico-phone.jpg) no-repeat;
	position: absolute;
	left: -35px;
	top: 0;
}

.contakt-block .mail .header-text:after {
	content: '';
	display: block;
	width: 28px;
	height: 27px;
	background: url(../img/ico-mail.jpg) no-repeat;
	position: absolute;
	left: -35px;
	top: 0;
}

.footer {
	padding: 15px;
}

.modal-dialog {
	width: 300px;
}

.copy {
	vertical-align: -15px;
}

.scrollup {
	width:40px;
	height:40px;
	opacity:0.3;
	position:fixed;
	bottom:150px;
	right:5%;
	display:none;
	text-indent:-9999px;
	background: url('../img/icon_top.png') no-repeat;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}