@charset "utf-8";

/* =================================================================
   Base
   ================================================================= */
* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'MyriadPro-Reg';
	src: url('fonts/MyriadPro-Regular.eot');
	src: url('fonts/MyriadPro-Regular.woff') format('woff'),
		 url('fonts/MyriadPro-Regular.ttf') format('truetype'),
		 url('fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NeoSansPro-Medium';
	src: url('fonts/NeoSansPro-Medium.eot');
	src: url('fonts/NeoSansPro-Medium.woff') format('woff'),
		 url('fonts/NeoSansPro-Medium.ttf') format('truetype'),
		 url('fonts/NeoSansPro-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NeoSansPro-Reg';
	src: url('fonts/NeoSansPro-Regular.eot');
	src: url('fonts/NeoSansPro-Regular.woff') format('woff'),
		 url('fonts/NeoSansPro-Regular.ttf') format('truetype'),
		 url('fonts/NeoSansPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'MyriadPro-Reg', sans-serif;
}

img {
	border: 0;
}

a {
	color: #42210B;
	text-decoration: underline;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}
.couponPrint { display: none;}

h1 {
	display: inline-block;
	font-family: 'NeoSansPro-Medium', Tahoma;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: normal;
	color: #42210B;
	padding: 0 0 5px;
	border-bottom: 6px solid #42210B;
}

h2 {
	display: inline-block;
	font-family: 'NeoSansPro-Medium', Tahoma;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	color: #42210B;
	padding: 0 0 4px;
	border-bottom: 2px solid #fff;
	color: #fff;
}

h3 {
	font-family: 'NeoSansPro-Medium', Tahoma;
	font-size: 22px;
	line-height: 28px;
	color: #44210d;
	text-transform: uppercase;
	font-weight: normal;
}

h4 {
	font-family: 'MyriadPro-Reg', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #42210B;
	padding: 0 0 15px;
}

h5 {
	font-family: 'NeoSansPro-Medium';
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #744d24;
	padding: 0 0 15px;
}

h6 {
	font-family: 'NeoSansPro-Medium';
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	color: #000;
	padding: 0 0 10px;
}

p {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 5px;
}

strong {
	font-weight: bold;
}

form {
	display: block;
}

input[type="text"] {
	width: 186px;
	height: 29px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
	padding: 0 10px 0 31px;
	border: 1px solid #154e45;
	color: #8C6239;
	font-family: 'MyriadPro-Reg', sans-serif;
	font-size: 16px;
	background-color: #fff;
}

input.field-name {
	background: #fff url(../../img/icon-input-name.png) 10px 7px no-repeat;
}

input.field-phone {
	background: #fff url(../../img/icon-input-phone.png) 10px 6px no-repeat;
}

input[type="submit"] {
	cursor: pointer;
}

.container {
	margin: 0;
	padding: 0;
	background-color: #fff;
	min-width: 980px;
}

/*------------------ HEADER ------------------*/
.header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 490px;
	position: relative;
	z-index: 0;
}

.header-top-bg {
	margin: 0;
	padding: 11px 0;
	width: 100%;
	height: 65px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #42210B;
	color: #fff;
}

.header-top-cont {
	margin: 0 auto;
	padding: 0;
	max-width: 856px;
	overflow: hidden;
}

.header-center {
	margin: 0 auto;
	padding: 0;
	width: 858px;
	height: 204px;
	overflow: hidden;
	position: absolute;
	top: 65px;
	left: 50%;
	margin-left: -428px;
}

.adress-top-site {
	float: left;
	position: relative;
	margin-top: -3px;
}

.adress-top-site p {
	font-size: 15px;
	line-height: 16px;
}

.adress-top-site span {
	color: #E4D8B6;
	font-weight: bold;
}

.phones-top-site {
	float: right;
	margin-right: 28px;
}

.phones-top-site p {
	font-family: 'NeoSansPro-Reg', Tahoma;
	font-size: 32px;
	line-height: 38px;
	padding-top: 2px;
}

a.btn_order_call {
	display: block;
	float: right;
	width: 252px;
	height: 37px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url(../../img/btn_order_call.png) right top no-repeat;
	text-decoration: none;
	font-family: 'MyriadPro-Reg', sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 1px -1px 0 #E4D8B6;
	margin: 2px 0 0;
	padding: 11px 12px 5px 37px;
}

a.btn_order_call:hover {
	background: url(../../img/btn_order_call_hover.png) right top no-repeat;
}
.header-bottom {
	max-width: 942px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 35px 25px 0px 35px;
	margin: 0 auto;
}

.boxx-logo {
	padding: 0;
	background: none;
	position: relative;
	width: 195px;
	float: left;
}

img.logo-img {
	display: block;
	padding: 0;
	border: none;
	margin: 40px 0px 40px 10px;
}

h1.logo-title {
	width: 180px;
	margin: 0 0 20px 100px;
	padding: 0;
	text-decoration: uppercase;
	color: #402011;
	font-family: 'NeoSansPro-Medium';
	font-size: 22px;
	line-height: 30px;
	border: 0;
	text-align: left;
}
.slogan {
	float: right;
}
.slogan img {
	width: 580px; 
}
p.slogan-txt {
	font-family: 'MyriadPro-Reg';
	font-size: 22px;
	line-height: 22px;
	color: #402011;
	text-align: right;
	margin: 0;
	padding: 8px 0px 0px;
}
/*---------- boxx-call ----------*/
.boxx-call {
	width: 256px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	margin-left: 602px;
	background-color: #fef6e1;
	border: 1px solid #c89c6b;
	color: #000;
	text-align: center;
}

form.common {
	display: inline-block;
	margin: 20px auto 7px;
}

form.common > p {
	display: block;
	margin: 0 0 8px;
}

form.common span.label {
	display: block;
	margin: 0 0 7px;
	text-align: left;
}

form.common input[type="text"] {
	width: 200px;
	height: 26px;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #c89c6b;
}

form.common input.call-btn {
	display: block;
	margin: 18px auto 0;
	width: 84px;
	height: 24px;
	background-color: #e5d8b6;
	border: 0;
	text-transform: uppercase;
	color: #000;
	font-family: 'MyriadPro-Reg';
	font-size: 14px;
}

form.common input.call-btn:hover,
form.common input.call-btn:active,
form.common input.call-btn:focus {
	background-color: #42210B;
	color: #fff;
}



/*-------- end boxx-call --------*/

/*---------------- END HEADER ----------------*/

/*---------------- SECTIONS ------------------*/
.section-one {
	margin: -60px auto 0;
	padding: 0;
	max-width: 942px;
	position: relative;
	z-index: 10;
	background-color: #fff;
}

.main-menu {
	margin: 0 auto;
	padding: 20px 0 0;
	height: 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	background-color: #41210a;
}

ul.top-menu {
	display: inline-block;
	margin: 0 40px;
	text-align: left;
}

ul.top-menu li {
	list-style: none;
	display: inline-block;
	margin: 0 0 0 35px;
}

ul.top-menu li:first-child {
	margin-left: 0;
}

ul.top-menu li a {
	font-family: 'NeoSansPro-Medium', sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

ul.top-menu li a:hover,
ul.top-menu li a:focus,
ul.top-menu li a:active {
	text-decoration: underline;
}
.about-company {
	margin: 0;
	padding: 50px 0 0 50px;
	max-width: 856px;
}

.about-company img.tree {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0px;
	margin-left: 19px;
	position: relative;
	width: 194px;
	height: 40px;
}

.history-of-company {
	overflow: hidden;
	margin: 0;
	padding: 20px 0 0;
}

.history-of-company img {
	float: left;
}

.history-of-company h4 {
	margin-left: 438px;
}

.history-of-company p {
	margin-left: 438px;
}

.advantages {
	margin: 10px 0 0 ;
}

.etaps {
	margin: 20px 0 0 ;
}

.etaps h5 {
	margin-top: 20px;
	padding-bottom: 10px;
}

span.explan {
	font-size: 18px;
	text-transform: none;
	color: #000;
}

ul.list-boxx {
	display: block;
	margin: 10px 0 0;
}

ul.list-boxx li {
	list-style: none;
	background: url(../../img/list-item.png) left top no-repeat;
	padding-left: 32px;
	padding-bottom: 13px;
	min-height: 20px;
}

p.epp {
	margin-top: 30px;
	margin-bottom: 25px;
	line-height: 19px;
}
#teh-inform table {
	border: 0px;
	margin: 10px 0px 20px;
}
#teh-inform table td {
	border: 0px;
	padding: 5px;
}
#teh-inform tr:nth-child(odd) {
	background: #ebe4df;
}
#teh-inform table strong {
	color: #42210B;
	font-family: 'NeoSansPro-Medium', Tahoma;
	font-weight: normal;
	font-size: 18px;
}
.section-two {
	margin: 40px auto 53px;
	padding: 0;
	max-width: 942px;
	height: 386px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	background: url(../../img/kupon.jpg) center top no-repeat;
}

.counter-action {
	margin: 0;
	padding: 20px 23px;
	position: relative;
	width: 365px;
	height: 154px;
	background-color: #e5d8b6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	top: 190px;
	left: 42px;
	text-align: center;
}

.counter-action p {
	color: #000;
	text-transform: uppercase;
	font-size: 24px;
}

.count {
	overflow: hidden;
	margin: 11px 0 0;
	padding: 0;
}

.item-time {
	float: left;
	margin-left: 16px;
}

.item-time.first {
	margin-left: 0;
}

.item-time .cell {
	width: 67px;
	height: 63px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #c6b299;
	background-color: #fff;
	font-size: 57px;
	line-height: 59px;
	text-align: center;
}

.item-time p.name {
	padding-top: 2px;
	text-align: center;
	font-size: 16px;
	text-transform: none;
}

a.btn_print_cupon {
	display: block;
	width: 222px;
	height: 47px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
	padding: 12px 10px;
	text-align: center;
	font-size: 19px;
	color: #000;
	background-color: #e5d8b6;
	position: relative;
	top: 173px;
	left: 590px;
	text-decoration: none;
	text-transform: uppercase;
}

a.btn_print_cupon:hover,
a.btn_print_cupon:focus,
a.btn_print_cupon:active {
	background-color: #fff;
}

.section-three {
	margin: 0 0 0px;
	padding: 0;
	width: 100%;
	/*height: 1206px; ------ FIX height!
	background: url(../../img/bg-section-three.jpg) center top repeat-y;------*/
}

.catalog {
	margin: 0 auto;
	padding: 35px 0 0;
	max-width: 942px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: none;
}

.catalog h1 {
	color: #c59d6c;
	border-bottom: 6px solid #c59d6c;
}

.catalog-main {
	margin: 0 auto;
	padding: 32px 0 0;
	max-width: 942px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}

.product-boxx {
	margin: 0 0 14px 12px;
	padding: 13px 21px 23px 24px;
	float: left;
	width: 465px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #fff;
}

.product-boxx:nth-child(2n+1) {
	margin-left: 0;
}

.boxx-left {
	float: left;
	width: 210px;
}

.boxx-left span.articul {
	font-family: 'MyriadPro-Reg';
	font-size: 16px;
	text-transform: none;
	color: #000;
	margin-left: 7px;

}

.boxx-left img {
	margin-top: 13px;
}

.boxx-right {
	float: right;
	width: 181px;
}

.boxx-right p {
	line-height: 20px;
	padding-bottom: 11px;
}
.boxx-bottom {
	clear: both;
	padding-top: 10px;
}

span.cena {
	color: #164e45;
	font-size: 18px;
	font-weight: bold;
}

span.cena-for-you {
	color: #770e0a;
	font-size: 18px;
	font-weight: bold;
}

a.btn-rint-cup-smoll {
	display: block;
	width: 180px;
	height: 39px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 6px 0 0;
	padding: 9px 5px 5px 38px;
	text-align: left;
	font-size: 16px;
	color: #000;
	background: #fff url(../../img/btn-rint-cup-smoll.png) center top no-repeat;
	text-decoration: none;
	text-transform: none;
}

a.btn-rint-cup-smoll:hover,
a.btn-rint-cup-smoll:active,
a.btn-rint-cup-smoll:focus {
	background: #fff url(../../img/btn-rint-cup-smoll-hover.png) center top no-repeat;
	text-decoration: underline;
}

a.btn-more {
	display: block;
	float: right;
	position: relative;
	margin: 32px 0 0;
	text-decoration: underline;
}

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

.section-four {
	margin: 0 auto 60px;
	padding: 0;
	overflow: hidden;
	width: 942px;
}

.dialog {
	float: left;
	position: relative;
	margin: 0;
	padding: 20px 30px 15px 43px;
	width: 360px;
	height: 216px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #e5d8b6 url(../../img/bg_dialog.png) right top no-repeat;
}

.f-question {
	float: right;
	position: relative;
	margin: 0;
	padding: 20px 37px 10px;
	width: 582px;
	height: 216px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #58857e url(../../img/g_f-question.png) right top no-repeat;
	color: #e5d8b6;
}

.f-question .f-left {
	float: left;
}

.f-question h1 {
	color: #e5d8b6;
	border-bottom: 6px solid #e5d8b6;
}

p.white-ph {
	color: #fff;
	font-size: 22px;
	margin-top: 10px;
}

.f-question .f-right {
	float: left;
	margin-left: 39px;
}

form.our-question {
	margin-top: 10px;
}

form.our-question input {
	display: block;
	margin-bottom: 10px;
}

input.btn_ordcall {
`	display: block;
	margin: 0;
	padding: 0;
	width: 184px;
	height: 37px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url(../../img/btn_order_call.png) right top no-repeat;
	text-decoration: none;
	font-family: 'MyriadPro-Reg', sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 1px -1px 0 #E4D8B6;
	border: 0;
	box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}

input.btn_ordcall:hover {
	background: url(../../img/btn_order_call_hover.png) right top no-repeat;
}

.section-video {
	margin: 0 auto;
	padding: 0;
	width: 942px;
}

.section-video h1 {
	margin-left: 40px;
}

.video {
	margin: 40px auto;
	padding: 0;
	text-align: center;
}

.section-five {
	margin: 0 auto;
	padding: 0;
	width: 942px;
}

.our-advant {
	margin: 0 40px 0;
}

ul.gen-container {
	display: block;
	margin: 58px 0;
	padding: 0;
	overflow: hidden;
}

ul.gen-container li {
	display: block;
	margin: 0 0 35px 107px;
	padding: 0;
	width: 215px;
	height: 300px;
	text-align: center;
	float: left;
}

ul.gen-container li:nth-child(1) {
	margin: 0;
}

ul.gen-container li:nth-child(4) {
	margin-left: 160px;
}

ul.gen-container img {
	display: block;
	margin: 0 auto 10px;
}

ul.gen-container p {
	text-align: left;
	margin-top: 4px;
}

.section-six {
	margin: 0 0 57px;
	padding: 51px 0 50px;
	width: 100%;
	background: url(../../img/bg-section-three.jpg) center top no-repeat;
}

.section-six .showBl { display: none; overflow: hidden;}

.featur-detail {
	margin: 0 auto;
	padding: 0;
	width: 862px;
	height: 419px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}

.item-feature {
	float: left;
	width: 406px;
	height: 188px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 42px 49px;
	background-color: #58857e;
}

.item-feature:nth-child(2n+1) {
	margin-left: 0;
}

.white-border {
	margin: 10px;
	padding: 20px;
	border: 2px solid #fff;
	width: 385px;
	height: 168px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: left;
}

.white-border img {
	display: block;
	float: left;
}

a.retz h2:hover {
	border-color: #e5d8b6;
}

.white-border h2 {
	margin-left: 12px;
}

.white-border p {
	color: #E4D8B6;
	font-size: 16px;
	line-height: 21px;
	padding-top: 15px;
}

.our-certific {
	margin: 0 auto;
	padding: 42px;
	width: 862px;
	height: 419px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #fff;
	position: relative;
}

.title {
	overflow: hidden;
}

.title img {
	display: block;
	float: left;
}

.title h1 {
	margin-left: 25px;
}

.all-cert {
	display: block;
	margin: 60px 0 0;
	overflow: hidden;
}

/*---------- :after -------------*/
.all-cert li {
	display: block;
	margin: 0;
	float: left;
	margin-left: 25px;
	position: relative;
}
/*.all-cert li:after {
	display: none;
	content: "";
	background: url(../../img/loop.png) 30px 40px no-repeat rgba(255,255,255,0.7);
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	border: 3px solid #c69b6e;
	top:0;
	left:0;
}
.all-cert li:hover:after {
	display: block;
	cursor: pointer;
}*/

span.inc {
	display: none;
	content: "";
	background: url(../../img/loop.png) 30px 40px no-repeat rgba(255,255,255,0.7);
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	border: 3px solid #c69b6e;
	top:0;
	left:0;
}

.all-cert li a:hover span.inc {
	display: block;
	cursor: pointer;
}
/*---------- /:after ------------*/


.all-cert li:first-child {
	margin-left: 0;
}

a.btn-close-boxx {
	display: block;
	position: absolute;
	width: 27px;
	height: 27px;
	background: url(../../img/btn-close-boxx.png) right top no-repeat;
	margin-top: -30px;
	margin-left: 782px;
}

.loop {
	position: absolute;
	z-index: 9;
	width: 103px;
	height: 144px;
	background: url(../../img/loop.png) center top no-repeat;
	margin-left: -7px;
	margin-top: -7px;
}

.laki-osmo {
	margin: 0 auto;
	padding: 42px;
	width: 862px;
	min-height: 419px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #fff;
	position: relative;
}

.osmo-text {
	padding-top: 20px;
}

.osmo-text img {
	float: left;
	padding: 0 20px 20px 0;
}

.osmo-text h6 {
	padding-bottom: 7px;
}

.osmo-text > ul.list-boxx {
	margin-left: 20px;
}

.osmo-text > ul.list-boxx li {
	padding-bottom: 6px;
}

.section-seven {
	margin: 0 auto;
	padding: 0;
	max-width: 862px;
}

.map-boxx {
	width: 100%;
	height: 260px;
	margin: 37px auto 24px;
	background-color: #b4d3ce;
}

.boxx-zayavka {
	margin: 0 auto 62px;
	padding: 28px 32px 15px;
	width: 100%;
	height: 101px;
	background-color: #58857e;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	color: #e5d8b6;
}

.boxx-zayavka img {
	display: block;
	float: left;
}

.boxx-zayavka h5 {
	color: #e5d8b6;
	display: inline-block;
	float: left;
	margin-left: 20px;
}

.boxx-zayavka p {
	font-size: 14px;
}

form.zayavka {
	display: block;
	float: right;
	margin-left: 42px;
}

form.zayavka input.field-phone {
	margin-right: 37px;
	margin-top: 6px;
}

form.zayavka input.field-name {
	margin-right: 18px;
	margin-top: 6px;
}

form.zayavka .field-btn {
	float: right;
}

input.go-to-mail {
	display: block;
	margin: 0;
	padding: 0;
	width: 129px;
	height: 37px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url(../../img/btn_order_call.png) right top no-repeat;
	text-decoration: none;
	font-family: 'MyriadPro-Reg', sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 1px -1px 0 #E4D8B6;
	border: 0;
	box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}

input.go-to-mail:hover {
	background: url(../../img/btn_order_call_hover.png) right top no-repeat;
}
/*--------------- END SECTIONS ---------------*/

/*------------------ FOOTER ------------------*/
.footer {
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #e5d8b6;
	position: relative;
	color: #000;
}

.footer-cont {
	margin: 0 auto;
	padding: 30px 0 28px 0;
	max-width: 862px;
	overflow: hidden;
}

.footer-cont-left {
	float: left;
}

.footer-cont-right {
	float: right;
	text-align: left;
}

p.adress-bot {
	padding: 0 0 0 25px;
	display: block;
	min-height: 20px;
	background: url(../../img/icon-adress.png) 0 0 no-repeat;
}

p.phone-bot {
	margin-bottom: 6px;
	padding: 3px 0 0 25px;
	display: block;
	min-height: 20px;
	background: url(../../img/icone-phone-bot.png) 0 0 no-repeat;
}

p.e-mail-bot {
	display: block;
	padding: 0 0 0 28px;
	min-height: 20px;
	background: url(../../img/icon-mail.png) 0 0 no-repeat;
}

.developer {
	overflow: hidden;
	padding-top: 10px;
}

a.imglink-vipro {
	display: block;
	width: 83px;
	height: 36px;
	background: url(../../img/logo-vipro.jpg) 0 0 no-repeat;
	float: left;
}

.developer p {
	display: block;
	margin-left: 95px;
}
/*---------------- END FOOTER ----------------*/

/*---------------- lite-boxes ----------------*/
.boxx-popup-prod {
	width: 100%;
    min-height :100%;
    background-color: rgba(0,0,0,0.6);
    overflow: hidden;
    position: fixed;
    top: 0px;
	z-index: 1000;
	text-align: center;
	display: none;
}

.about-product {
	margin: 150px auto 0px auto;
	padding: 30px;
	width: 500px;
    min-height: 300px;
	verflow: hidden;
    background-color: #fef6e1;
    overflow: hidden;
    position: fixed;
    top: 0px;
	z-index: 1000;
	text-align: center;
	position: relative;
}

.text-left {
	float: left;
	text-align: left;
	width: 220px;
}

.text-left img {
	margin-bottom: 20px;
}
.text-left span {
	display: block;
	padding-top: 5px;
	padding-bottom:15px;
}

.about-product > .text-right {
	float: left;
	text-align: left;
	margin-left: 40px;
}
.boxx-text ul {
	margin: 0px 0px 5px 18px;
}
a.x-out {
	display: block;
	position: absolute;
	width: 27px;
	height: 27px;
	background: url(../../img/btn-close-boxx.png) right top no-repeat;
	margin-top: -10px;
	margin-left: 485px;
}











































