html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
a:hover,a:focus {outline:none}
input:focus {outline:none}
body {
	line-height: 1.125em;
}
*html body{
	height: 100%;
	}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
	outline:none;
}
body{
	background: #fff;
	font-size: 62.5%;
	font-family: Arial, sans;
	width: 100%;
	height: 100%;
	min-width: 960px;
	min-height: 100%;
	position: relative;
	z-index: 0;
}
.header{
	width: 960px;
	margin: 0 auto;
	position: relative;	
}
.headerInfo{
	width: 480px;
	float: right;
	position: relative;
	top: 10px;
}
.logoWrap {
	float: left;
	text-indent: -9999px;
}
.logoWrap img{
	display: block;
}
.headerInfoTop{
	overflow: hidden;
	position: relative;	
}
.headerInfoBottom{
	overflow: hidden;
}
.headerPhone{
	float: right;
	position: relative;	
	top: 10px;
}
.headerPhone a{
	text-decoration: none;
	color: #555;
	font: 2em 'Open Sans', Arial, sans;
	position: relative;
}
.headerPhone a:hover{
	text-decoration: none;
	color: #333;
}
.headerIconPhone{
	float: left;
	width: 18px;
	height: 20px;
	background: url('../img/icon-phone.png') no-repeat;
	position: relative;
	top: 3px;
	margin-right: 12px
}
.headerMenu{
	position: relative;
	top: 68px;
	clear: both;
}
.userWrap{
	overflow: hidden;
}
.enterBtn{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
    *display: inline;
	color: #fff;
	font: 1.2em 'Open Sans', Arial, sans;
	cursor: pointer;
	background: #f55959;
	padding: 6px 14px;
	border-radius: 4px;
}
.enterBtn:hover{
	background: #f46e6e;
}
.enterBtn:active{
	background: #cb3939;
}
.inputEnter{
	width: 150px;
	padding: 4px 10px;
	margin-right: 6px;
	color: #444;
	border: 1px solid #ccc;
}
.labelEnter{
	font: 1.2em Arial, sans;
	color: #4caed3;
	padding-top: 5px;
}
.headerNav{
	float: left;
}
.headerNavItem {
	line-height: 24px;
}
.headerNavItem  a{
	text-decoration: none;
	color: #444;
	font: 1.4em 'Open Sans', Arial, sans;			
}
.headerNavItem  a:hover{
	text-decoration: underline;
	color: #333;	
}
/*--content--*/
.contentWrap{
	width: 100%;
	clear: both;
	padding: 4px 0;
	background: #fcfcfc;
	overflow: hidden;
	height: 100%;
	min-height: 100%;
}
.sectionWrap{
	background: #4caed3;
	width: 100%;
	height: 96px;
	position: relative;
	overflow: hidden;
	border-top: 1px solid #478fa5;
	border-bottom: 1px solid #478fa5;
}
.sectionShadow{
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 40;
	width: 940px;
	height: 15px;
	margin-left: -470px;	
}
.section{
	width: 960px;
	margin: 0 auto;
	z-index: 60;
	position: relative;
}
.sectionItem{
	float: left;
	text-align: center;
	width: 20%;	
}
.sectionLink{
	text-decoration: none;
	color: #fff;
	font: 1.2em 'Open Sans', Arial, sans;
	text-transform: uppercase;
	overflow: hidden;
	display: block;
	padding: 10px 0 6px 0;
	height: 96px;
	width: 100%;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.sectionLink:hover{
	border-left: 1px solid #3692b5;
	border-right: 1px solid #3692b5;
	background: #42a2c7;
}
/*.sectionItem{
	float: left;
	text-align: center;
	width: 170px;	
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding: 10px 10px 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.sectionItem:hover{
	border-left: 1px solid #3692b5;
	border-right: 1px solid #3692b5;
	background: #42a2c7;
}
.sectionLink{
	text-decoration: none;
	color: #fff;
	font: 1.2em 'Open Sans', Arial, sans;
	text-transform: uppercase;
	overflow: hidden;
}*/
.sectionLink span{
	display: block;	
}
.sectionIcon {
	width: 45px;
	height: 39px;
	min-height: 39px;
	display: -moz-inline-stack;
	display: inline-block;
	text-align: center;
	margin: 0 0 4px 0;
	background: url('../img/icon-top.png') no-repeat; 
	zoom: 1;
    *display: inline;
}
.delivery{
	background-position: 0 0;
}
.shipping{
	background-position: -45px 0;
}
.merchandising{
	background-position: -90px 0;
}
.services{
	background-position: -135px 0;
}
.portfolio{
	background-position: -185px 0;
}
.sliderWrap{
	background: url('../img/bg-slider.jpg') no-repeat center; 
	width: 100%;
	height: 278px;
}
.slider{
	width: 960px;
	margin: 0 auto;
	height: 278px;
	overflow: hidden;
}
.bxslider li{
	position: relative;
}
.btnAllHere{
	position: absolute;
	top: 210px;
	right: 283px;
	width: 339px;
	height: 66px;
	display: block;
	background: url('../img/btn-all-here.png') no-repeat; 
	z-index: 999;
	text-decoration: none;
}
.btnAllHere:hover{	
	background-position: 0 -68px; 
}
.btnAllHere:active{	
	background-position: 0 -136px; 
}
.btnDeliver{
	position: absolute;
	top: 60px;
	left: 30px;
}
.btnShipping{
	position: absolute;
	top: 60px;
	left: 350px;
}
.btnStand{
	position: absolute;
	top: 60px;
	right: 30px;
}
.sevDayBtn{
	position: absolute;
	top: 30px;
	left: 70px;
	width: 340px;
	z-index: 999;
}
.sevDayBtn a{
	width: 340px;
	height: 66px;
	display: block;
	z-index: 999;
	text-decoration: none;
	margin-bottom: 10px;
}
.sevDayBtn a:hover{
	background-position: 0 -68px; 
}
.sevDayBtn a:active{	
	background-position: 0 -136px; 
}
.orderBtn{
	background: url('../img/btn-order.png') no-repeat; 
}
.shipmentBtn{
	background: url('../img/btn-shipment.png') no-repeat; 
}
.deliveryBtn{
	background: url('../img/btn-delivery.png') no-repeat; 
}
.bx-pager{
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: 999;
}
.bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	outline: 0;
	background: url('../img/pager-link.png') no-repeat -15px 0; 
	margin: 0 3px;
}
.bx-pager.bx-default-pager a:hover,.bx-pager.bx-default-pager a.active {
	background-position: 0 0; 
}
.bx-pager-item{
	float: left;
}
.bx-wrapper{
	position: relative;	
}
.bx-caption{
	display: none;
}
.bx-prev,.bx-next{
	position: absolute;
	width: 39px;
	height: 39px;
	display: block;
	background: url('../img/control-btn.png') no-repeat; 
	z-index: 999;
	text-indent: -9999px;
	top: 50%;
	margin-top: -20px;
}
.bx-prev{	
	left: 20px;
	background-position: 0 0
}
.bx-prev:hover{
	background-position: -41px 0
}
.bx-next{
	right: 20px;
	background-position: -124px 0
}
.bx-next:hover{
	background-position: -83px 0
}
.content{
	width: 960px;
	margin: 0 auto;
	/* padding: 14px 0 20px 0; */
	padding: 14px 0 0 0;
	overflow: hidden;
}
.contentCatalog{
	float: left;
	width: 539px;
	padding-right: 20px;
}
.contentNewsWrap{
	width: 380px;
	float: right;
	padding-left: 20px;
	border-left: 1px solid #bbb;
}
.contentNovelty{
	padding-bottom: 10px;
}
.title{
	padding-bottom: 2px;
	border-bottom: 3px solid #bbb;
}
.contentTitle{
	color: #666;
	font: 1.8em 'Open Sans', Arial, sans;
}
.newsTitleWrap{
	text-align: center;
}
.newsTitle{
	color: #888;
	font: 1.8em 'Open Sans', Arial, sans;	
}
.news{
	margin-top: 10px;
}
.catalog{

}
.catalogItem {
	font: 1.5em Arial, sans;
	display: block;
	overflow: hidden;
	height: 52px;
	line-height: 52px;
	margin: 20px 0;
	float: left;
	width: 50%;
}
.catalogItem a{
	color: #888;
	display: block;
}
.catalogItem a:hover{
	color: #444;
	text-decoration: none;
}
.catalogIcon{
	float: left;
	width: 48px;
	height: 49px;
	position: relative;
	top: 0px;
	margin-right: 16px;
	background: url('../img/icon-catalog.png') no-repeat;
}
.tile{
	background-position: -96px 0;
}
.sanit{
	background-position: -48px -49px;
}
.granit{
	background-position: -96px -49px;
}
.clinker{
	background-position: -48px 0;
}
.mozaic{
	background-position: 0 0;
}
.etc{
	background-position: 0 -49px;
}
.btnSearchBrand{
	padding-top: 20px;
}
.btnSearchBrand a{
	color: #444;
	font: 1.3em Arial, sans;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #999;
}
.btnSearchBrand a:hover{
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.newsItem{
	padding-bottom: 10px;
	color: #555;
	font: 1.3em Arial, sans;
}
.newsItem a{
	color: #555;
}
.newsItem a:hover{
	color: #666;
	text-decoration: none;
}
.dateNews{
	color: #f65855;
	font: 0.9em Arial, sans;
	padding-right: 4px;
}
.showAllNews{
	float: right;
	color: #4caed3;
	font: 1.3em Arial, sans;
	text-decoration: underline;	
	padding-top: 3px;
}
.showAllNews:hover{
	color: #4caed3;
	font: 1.3em Arial, sans;
	text-decoration: none;
}
.noveltyItem{
	font: 1.4em Arial, sans;
	margin: 10px 0;
	padding-left: 14px;
	position: relative;
	color: #666;
}
.noveltyIcon{
	float: left;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ff5f5a;
	position: absolute;
	top: 6px;
	left: 0;
}
.noveltyItem a{
	color: #666;
	text-decoration: none;
	display: block;
	overflow: hidden;
}
.noveltyItem a:hover{
	color: #333;
	text-decoration: none;
}
.sloganBottom{
	text-align: center;
	color: #65707e;
	font: 1.4em 'Open Sans', Arial, sans;
	text-transform: uppercase;
	clear: both;
	line-height: 1.5em;
	/* padding: 10px 0; */
	padding: 5px 0;
	width: 940px;
	margin: 0 auto;
	/* border-top: 1px solid #d0d0d0; */
	border-bottom: 1px solid #d0d0d0;
}
/*--footer--*/
.footerWrap{
	background: #fcfcfc;
	width: 100%;
	overflow: hidden;
}
.footerHead{
	width: 960px;
	margin: 8px auto;
	overflow: hidden;
}
.footerLogo,.footerNavItem{
	float: left;
}
.footerNav{
	float: right;
	position: relative;
	top: 12px;
}
.linkFootNav{
	color: #888;
	font: 1.4em Arial, sans;
	margin-right: 50px;
	text-decoration: none;
	position: relative;
	top: 5px;
}
.linkFootPhone{
	color: #888;
	font: 2em Arial, sans;
	text-decoration: none;
}
.footerIconPhone{
	float: left;
	width: 18px;
	height: 20px;
	background: url('../img/icon-phone-gray.png') no-repeat;
	position: relative;
	top: 3px;
	margin-right: 12px;
	opacity: 0.5;
}
.footerBottom{
	width: 100%;
	text-align: center;
	background: url('../img/bg-footer.jpg') repeat; 
	color: #fff;
	font: 1.4em Arial, sans;
	height: 44px;
	line-height: 44px;
	clear: both;
}


/* --style contacts --*/
.titleContact{
	color: #333;
	font: Italic 2.0em 'Open Sans', sans;
	line-height: 1.3em;
	padding: 20px 0 8px 0;
}
.infoParagraf{
	color: #666;
	font: 1.4em Arial, sans;
	padding: 5px 0;
}
.contactLead{
	margin: 20px 0;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.contactLead tr {
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.contactLead th {
	color: #666;
	font: 1.3em Arial, sans;
	padding: 10px;
	border-right: 1px solid #ccc;
}
.contactLead td {
	color: #666;
	font: 1.4em Arial, sans;
	padding: 10px;
	border-right: 1px solid #ccc;
}
.contactLead tr:nth-child(even){
	background: #f2f2f2;
}
.td1,.td2{
	width: 30%;
}
.td3{
	width: 25%;
}
.td4{
	width: 15%;	
}
.nameGroup{
	font-weight: Bold;
	text-transform: uppercase;
}
.infoGroup{
	font-style: Italic;
}
.nameLead,.numberPhone{
	font-weight: Bold;
}
.tdEmail{
	color: #4caed3;
	text-decoration: underline;
}
.tdEmail:hover{
	color: #4caed3;
	text-decoration: none;
}
.infoBlock li{
	padding: 20px 0;
	overflow: hidden;
}
.infoBlockLeft{
	float: left;
}
.infoBlockRight{
	float: right;
}
.TitleInfoBlock {
	padding-bottom: 10px;
}
.TitleInfoBlock a{
	color: #333;
	font: Italic 2.4em 'Open Sans', sans;
	padding-bottom: 10px;
	text-decoration: underline;
}	
.TitleInfoBlock a:hover{
	text-decoration: none;
}
.adresInfoBlock{
	color: #666;
	font: 1.3em Arial, sans;
	padding-bottom: 10px;
}
.lookMap{
	color: #4caed3;
	font: 1.3em Arial, sans;
	text-decoration: underline;
}
.lookMap:hover{
	text-decoration: none;
}

/* --style delivery --*/
.itemBlock {
	color: #4caed3;
	font: Bold 1.3em 'Open Sans', Arial, sans;
	cursor: pointer;
}
.itemBlock a:hover, .itemBlock a:visited {
	text-decoration: none;
}
.itemBlock a {
	color: #4caed3;
	text-decoration: underline;
}
.itemBlock2 {
	color: #4caed3;
	font: 1.0em 'Open Sans', Arial, sans;
	cursor: pointer;
}
.iconCloseBlock{
	width: 9px;
	height: 9px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
    *display: inline;
	background: url('../img/icon-close.png') no-repeat;
	margin: 0 5px 0 0;
}
.iconOpenBlock{
	background-position: -10px 0;
}
.titleParagraf{
	color: #444;
	font: Italic 1.5em 'Open Sans', Arial, sans;
	padding: 5px 0 0;
}
.collapseBlock{
	padding: 0 0 20px 14px;
}
.mapDelivery{
	border: 1px solid #ccc;
	min-height: 100px;
	overflow: hidden;
}
.contactLead1{
	margin: 5px 0;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.contactLead1 tr {
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.contactLead1 th {
	color: #666;
	font: 1.2em Arial, sans;
	padding: 5px;
	border-right: 1px solid #ccc;
}
.contactLead1 td {
	color: #666;
	font: 1.2em Arial, sans;
	padding: 5px;
	border-right: 1px solid #ccc;
}
.contactLead1 tr:nth-child(even){
	background: #f2f2f2;
}
.contactLead1 td.tdSmall{
	font-size: 1em;
}
.td11 {
	width: 8%;
}
.td12{
	width: 8%;
}
.td13 {
	width: 8%;
}
