body{

}

a{
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#subHeader{
	border-bottom: 1px solid #e2e2e2;
	line-height: 41px;
	height: 42px;
}

#subHeader .leftBlock{
	float: left;
}

#subHeader .rightBlock{
	float: right;
}

#subHeader .column{
	margin-left: 24px;
	float: left;
}

#subHeader .column div { display: inline; }

#subHeader .column:first-child{
	margin-left: 0px;
}

#subHeader .link{
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	color: #000000;
	font-weight: 300;
}

#subHeader .link:hover{
	color: #cccccc;
}

#subHeader .label{
	vertical-align: middle;
	display: inline-block;
	margin-right: 4px;
	font-weight: 300;
}

#subHeader .callback{
	color: #ffffff;
}

#subHeader .callback:hover{
	color: #ffffff;
}

#langSelect a{
	position: relative;
	margin-right: 42px;
}

/*����� �������*/
#langSelect .selected:before { display: none; }
#langSelect a:before { position: absolute; content: ""; left: auto; right: -36px; top: 14px; display: block; width: 30px; height: 15px; background: url("./images/switcher.png") 0% 0% no-repeat; }
#langSelect a:last-child { margin-right: 0px; margin-left: 42px; }
#langSelect a.selected { color: #65bb20; font-weight: 400; margin: 0; }
#langSelect a:last-child:before { left: -36px; right: auto; background: url("./images/switcher.png") 0% 100% no-repeat;}

#header{
	line-height: 140px;
	height: 140px;
}

#header #logo img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#header #logo a:hover{
	opacity: 0.8;
}

#header #logo a:active{
	position: relative;
	top: 1px;
}

#header .column{
	float: left;
}

#header .column:last-child{
	float: right;
}

#header .textContainer{
	vertical-align: middle;
	display: inline-block;
}

#header .bigger{
	font-family: 'Roboto';
	line-height: 36px;
	font-size: 24px;
	font-weight: 300;
}

#header .colorText{
	text-align: right;
	line-height: 26px;
	font-size: 13px;
	font-weight: 300;
	color: #0f973d;
}

#header #topSearchContainer{
	vertical-align: middle;
	display: inline-block;
}

#header #topSearchQuery{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 1px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 0px 0px 48px;
	padding: 0px 12px;
	width: 614px;
	height: 56px;
	float: left;
}

#header #topSearchQuery:focus{
	border: 1px solid #dddddd;
}

#header #topSearchSubmit{
	background: url("./images/search.png") 50% 50% no-repeat #65bb20;
	display: inline-block;
	margin-right: 48px;
	height: 56px;
	width: 56px;
	float: left;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#header #topSearchSubmit:hover{
	background-color: #57b10f;
}

#mainMenuContainer{
	background-color: #333333;
	line-height: 60px;
	color: #ffffff;
	height: 60px;
}

#mainMenuContainer ul{
	list-style: none;
}

#mainMenuContainer a{
	text-decoration: none;
	color: #ffffff;
	font-weight: 300;
}

#mainMenuContainer img{
	vertical-align: middle;
}

#mainMenuContainer .icon{
	display: inline-block;
	padding-right: 12px;
}

#mainMenuContainer .arrow{
	display: inline-block;
	padding-left: 12px;
}

#catalogMenuContainer {
	border-right: 1px solid #3a3a3a;
	border-left: 1px solid #3a3a3a;
	background-color: #2f2f2f;
	width: 250px;
	float: left;
}

#catalogMenu{
	list-style: none;
	padding: 0;
	margin: 0;
}

#catalogMenu > li{
	text-align: center;
}

#catalogMenu > li > a{
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: block;
}

#catalogMenu > li > a > img{
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#catalogMenu > li > a:hover{
	color: #cccccc;
}

#catalogMenu > li > a:hover > img{
	opacity: 0.7;
}

#mainMenuContainer{
	position: relative;
}

#catalogMenu .drop{
	-webkit-box-shadow: 0px 0px 36px -8px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 36px -8px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 36px -8px rgba(0,0,0,0.45);
	background-color: #ffffff;
	padding-bottom: 48px;
	position: absolute;
	padding-top: 24px;
	display: none;
	width: 100%;
	z-index: 99;
	top: 60px;
	left: 0px;
}

#catalogMenu .drop.opened{
	display: block;
}

#catalogMenu .drop .wrapper > ul{
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}

#catalogMenu .drop .wrapper > ul > li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 24px;
	text-align: left;
	float: left;
	width: 25%;
}

#catalogMenu .drop .wrapper > ul > li > a{
	border-bottom: 1px solid #0f973d;
	text-transform: uppercase;
	margin-bottom: 24px;
	text-align: left;
	font-size: 16px;
	color: #0f973d;
	display: block;
}

#catalogMenu .drop .wrapper > ul > li ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#catalogMenu .drop .wrapper > ul > li li:first-child{
	margin-top: 0px;
}

#catalogMenu .drop .wrapper > ul > li li{
	line-height: 21px;
	margin-top: 24px;
	text-align: left;
}

#catalogMenu .drop .wrapper > ul > li li a{
	text-align: left;
	color: #000000;
}

#catalogMenu .drop .wrapper > ul > li li a:hover{
	color: #0f973d;
}

#topMenuContainer{
	float: left;
}

#topMenu{
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

#topMenu li{
	text-transform: uppercase;
	text-align: center;
	float: left;
}

#topMenu li a{
	padding: 0 24px;
	display: block;
}

#topMenu li a:hover{
	background-color: #2f2f2f;
	color: #65bb20;
}

#topMenu li a.selected{
	background-color: #65bb20;
	color: #ffffff;
}

#slider{
	line-height: 640px;
	position: relative;
	height: 640px;
}

#slider ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#slider img{
	vertical-align: middle;
}

#slider .pictureBox{
	width: 60%;
	float: left;
}

#slider .pictureBox img{
	max-width: 90%;
}

#slider .messageBox{
	width: 40%;
	float: left;
}

#slider .container{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

#slider .title{
	text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
	font-family: 'Roboto';
	margin-bottom: 24px;
	line-height: 1.2em;
	font-size: 48px;
	color: #ffffff;
}

#slider .description{
	text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
	font-family: 'Roboto';
	line-height: 1.3em;
	text-align: left;
	font-size: 36px;
	font-weight: 300;
	color: #ffffff;	
}

#slider .colorButton{
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.1);
	padding: 24px 48px;
	border-radius: 4px;
	margin-top: 2.5em;
	font-size: 18px;
}

#slider ol{
	position: absolute;
	list-style: none;
	bottom: 24px;
	padding: 0;
	margin: 0;
	left: 50%;
}

#slider ol li{
	background: url("./images/slideButton.png") 0 0 no-repeat transparent;
	margin-right: 8px;
	cursor: pointer;
	height: 18px;
	width: 18px;
	float: left;
}

#slider ol li:hover{
	background-position: -18px 0;
}

#slider ol li:active{
	background-position: -36px 0;
}

#slider ol li.selected{
	background-position: -54px 0;	
}

#slider ol li.selected:hover{
	background-position: -72px 0;	
}

#slider ol li.selected:active{
	background-position: -90px 0;	
}

#slider .slideBtnLeft, 
#slider .slideBtnRight{
	background: url("./images/slideArrow.png") no-repeat transparent;
	-webkit-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	position: absolute;
	margin-top: -40px;
	display: block;
	height: 80px;
	width: 46px;
	z-index: 3;
	top: 50%;
}

#slider .slideBtnLeft{
	background-position: 0 0;
	left: 48px;
}

#slider .slideBtnLeft:hover{
	background-position: -46px 0;	
}

#slider .slideBtnLeft:active{
	background-position: -92px 0;		
}

#slider .slideBtnRight{
	background-position: 0 -80px;
	right: 48px;
}

#slider .slideBtnRight:hover{
	background-position: -46px -80px;
}

#slider .slideBtnRight:active{
	background-position: -92px -80px;
}

#popular{
	background: url("./images/popBg.jpg") 50% 50% no-repeat transparent;
	background-size: cover;
	overflow: hidden;
}

#popularCarousel{
	padding-bottom: 24px;
	position: relative;
	margin: 0px -24px;
	overflow: hidden;
}

#popularCarousel .popularBtnLeft,
#popularCarousel .popularBtnRight{
	background: url("./images/carouselArrow.png") 0 0 no-repeat;
	-webkit-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	margin-top: -35.5px;
	position: absolute;
	z-index: 40;
	display: block;
	height: 71px;
	width: 36px;
	top: 50%;
}

#popularCarousel .popularBtnLeft{
	left: 0;
}

#popularCarousel .popularBtnLeft:hover{
	background-position: -36px 0;
}

#popularCarousel .popularBtnLeft:active{
	background-position: -72px 0;
}

#popularCarousel .popularBtnRight{
	background-position: 0 -71px;
	right: 0px;
}

#popularCarousel .popularBtnRight:hover{
	background-position: -36px -71px;
}

#popularCarousel .popularBtnRight:active{
	background-position: -72px -71px;
}

#popularSection{
	overflow: hidden;
}

#popularSection .items{
	margin: -24px -12px 24px -12px;
	overflow: hidden;
}

#popularSection .items .item{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 24px;
	padding: 0 12px;
	float: left;
	width: 20%;
}

#popularSection .items .item .wrap{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	position: relative;
	padding: 24px;
}

#popularSection .items .item .wrap:hover{
	border: 1px solid #dddddd;
}

#popularSection .items .item .picture{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-align: center;
	line-height: 180px;
	display: block;
	height: 180px;
}

#popularSection .items .item .picture:hover{
	opacity: 0.8;
}

#popularSection .items .item .picture img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#popularSection .items .item .name{
	overflow: hidden;
	color: #000000;
	display: block;
	height: 65px;
}

#popularSection .items .item .name:hover{
	color: #57b10f;
}

#popularSection .items .item .model{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: absolute;
	right: 24px;
	z-index: 2;
	top: 24px;
}

#popularSection .items .item .model:hover{
	opacity: 0.7;
}

#brands{
	background-color: #f6f6f6;
	line-height: 200px;
	position: relative;
	height: 200px;
}

#brands .slideBox a:active{
	position: relative;
	top: 1px;
}

#brands li{
	text-align: center;
	float: left;
}

#brands img{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#brands img:hover{
	opacity: 0.8;
}

#brands .brandsCarouselBtnLeft,
#brands .brandsCarouselBtnRight{
	background: url("./images/brandArrow.png") 0 0 no-repeat transparent;
	-webkit-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	position: absolute;
	margin-top: -22px;
	display: block;
	height: 44px;
	width: 23px;
	z-index: 2;
	top: 50%;
}

#brands .brandsCarouselBtnLeft{
	left: 0px;
}

#brands .brandsCarouselBtnLeft:hover{
	opacity: 0.9;
}

#brands .brandsCarouselBtnLeft:active{
	opacity: 0.8;
}

#brands .brandsCarouselBtnRight{
	background-position: 0 -44px;
	right: 0px;
}

#brands .brandsCarouselBtnRight:hover{
	opacity: 0.9;
}

#brands .brandsCarouselBtnRight:active{
	opacity: 0.8;
}

#newsBlock{
	overflow: hidden;
}

#newsBlock .items{
	margin: -24px -12px 24px -12px;
	overflow: hidden;
}

#newsBlock .items .item{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.333333%;
	margin-top: 24px;
	padding: 0 12px;
	float: left;
}

#newsBlock .items .item .wrap{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	padding: 24px;
}


#newsBlock .items .item:hover .wrap{
	border: 1px solid #dddddd;
}

#newsBlock .items .item .picture{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#newsBlock .items .item .picture:hover{
	opacity: 0.8;
}

#newsBlock .items .item .title{
	font-family: 'Roboto';
	font-weight: 700;
	margin-bottom: 12px;
	display: block;
	color: #000000;
}

#newsBlock .items .item .title:hover{
	color: #57b10f;
}

#newsBlock .items .item .description{
	height: 63px; overflow: hidden;
	margin-bottom: 12px;
}

#newsBlock .items .item .moreLink span {
    border-bottom: 1px dashed #65bb20;
    padding-bottom: 4px;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

#newsBlock .items .item .moreLink:hover span { color: #000; border-color: #000; }

#newsBlock .items .item .moreLink {
    padding-bottom: 24px;
    color: #65bb20;
    display: block;
}

#footer{
	background-color: #333333;
	padding: 24px 0px;
	min-width: 320px;
	overflow: hidden;
	color: #ffffff;
}

#footer .description{
	margin-bottom: 24px;
	font-size: 14px;
	color: #828282;
	font-weight: 300;
}

#footer .column{
	float: left;
	width: 25%;
}

#footer .logo{
	display: block;
}

#footer .logo img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#footer .contacts a{
	color: #ffffff;
	font-weight: 300;
}

#footer .contacts .item{
	margin-top: 12px;
	font-weight: 300;
}

#footer .contacts .item:first-child{
	margin-top: 0px;
}

#footer .logo{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#footer .logo:hover{
	opacity: 0.8;
}

#footer .logo:active{
	position: relative;
	top: 1px;
}

#footer .title{
	font-family: 'Roboto';
	text-transform: uppercase;
	margin-bottom: 12px;
	line-height: 30px;
	text-align: left;
	font-size: 18px;
	font-weight: 300;
}

#footer .menuContainer{
	text-align: center;
}

#footer .cn{
	display: inline-block;
}

#footer .menu{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .menu li{
	text-align: left;
	margin-top: 12px;
}

#footer .menu li a{
	font-family: 'Roboto';
	text-transform: uppercase;
	display: block;
	color: #cccccc;
	font-size: 14px;
	font-weight: 300;
}

#footer .menu li a:hover{
	color: #ffffff;
}

#footer .menu li a:active{
	position: relative;
	top: 1px;
}

#footerForm input{
	margin-bottom: 12px;
	height: 50px;
}

#footerForm input,
#footerForm textarea{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #2c2b2b;
	border-radius: 4px;
	padding: 0 12px;
	color: #ffffff;
	resize: none;
	width: 100%;
	border: 0;
}

#footerForm input:focus,
#footerForm textarea:focus{
	background-color: #272727;
}

#footerForm textarea{
	padding-top: 12px;
	height: 120px;
}

#footerForm .colorButton{
	border-radius: 4px;
	text-align: center;
	padding: 12px 0px;
	margin-top: 12px;
	display: block;
	width: 180px;
	font-weight: 300;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#footerForm .colorButton:active{
	position: relative;
	top: 1px;
}

#subFooter{
	background-color: #2c2b2b;
	line-height: 50px;
	overflow: hidden;
	height: 50px;
}

#subFooter .left{
	font-size: 13px;
	color: #959595;
	float: left;
}

#subFooter .right{
	float: right;
}

#subFooter .right img{
	vertical-align: middle;
}

#subFooter .dw{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#subFooter .dw:hover{
	opacity: 0.8;
}

#subFooter .dw:active{
	position: relative;
	top: 1px;
}

#success{
	background: rgba(0,0,0,0.6);
	visibility: hidden; 
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 98;
	left: 0;
	top: 0;
}

#successContainer{
	
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
    
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(0.1);
	transform: translateX(-50%) translateY(-50%) scale(0.1);
	
	background: #ffffff;	
	position: absolute;
	color: #000000;
	width: 460px;
	z-index: 99;
	opacity: 0;
	left: 50%;
	top: 50%;
}


#success.opened{
	visibility: visible;
}

#success.opened #successContainer{
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
	opacity: 1;
}


#success .exit{
	position: absolute;
	right: 24px;
	top: 24px;
}

#success .exit a{
	background: url("./images/exit.png") 0 0 no-repeat transparent;
	-webkit-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	display: block;
	height: 24px;
	width: 22px;
}

#success .exit a:hover{
	background-position: -22px 0;
}

#success .exit a:active{
	background-position: -44px 0;
}

#success .heading{
	font-family: "Roboto";
	margin-bottom: 0px;
	text-align: center;
	font-size: 18px;
	padding: 24px 0;
	color: #000000;
}

#success .description{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px 24px;
	text-align: center;
	color: #000000;
}

#success .row{
	text-align: center;
}

#success .row .button{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0.9;
	width: 135px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	color: #ffffff;
	border-radius: 4px;
	font-size: 14px;
	margin: 0px 0 24px 0;
}

.product{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 0 12px;
	float: left;
}

.product .wrap{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px 24px 0px 24px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
}

.product .wrap:hover{
	border: 1px solid #dddddd;
}

.product .picture{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-align: center;
	line-height: 220px;
	display: block;
	height: 220px;
}

.product .picture:hover{
	opacity: 0.8;
}

.product .picture img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

.product .name{
	padding-bottom: 24px;
	overflow: hidden;
	color: #000000;
	display: block;
	height: 65px;
}

.product .name:hover{
	color: #57b10f;
}

.product .question{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	padding: 12px 24px;
	color: #65bb20;
	display: block;
	border-top: 0;
}

.product .question:hover{
	color: #57b10f;
}

.product:hover .question{
	border: 1px solid #dddddd;
	border-top: 0;
}

.product .question img{
	vertical-align: middle;
	display: inline-block;
	padding-right: 12px;
}

.product .question span{
	border-bottom: 1px dashed #65bb20;
	padding-bottom: 2px;
	transition: all 0.2s ease-in-out;
}

.product .question:hover span{
	color: #000;
	border-color: #000;
}

.product .article{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	padding: 12px 24px;
	display: block;
	color: #909090;
	border-top: 0;
}

.product:hover .article{
	border: 1px solid #dddddd;
	border-top: 0;
}


.product .model{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: absolute;
	right: 36px;
	z-index: 2;
	top: 24px;
}

.product .model:hover{
	opacity: 0.7;
}

.detailPageUrl{
	padding-bottom: 24px;
	text-align: center;
	color: #65bb20;
	display: block;
}

.detailPageUrl span{
	border-bottom: 1px dashed #65bb20;
	padding-bottom: 4px;
	font-size: 16px;
	transition: all 0.2s ease-in-out;
}

.detailPageUrl:hover span { color: #000; border-color: #000; }

.heading{
	font-family: 'Roboto';
	text-align: center;
	line-height: 1.3em;
	padding: 24px 0px;
	font-size: 36px;
	color: #000000;	
	display: block;
}

.slideBox{
	list-style: none;
	padding: 0;
	margin: 0;
}

.colorButton{
	display: inline-block;
	background-color: #65bb20;
	text-align: center;
	padding: 0 24px;
	color: #ffffff;
}

.colorButton:hover{
	background-color: #57b10f;
	color: #ffffff;
}

.colorButton:active{
	position: relative;
	top: 1px;
}

.ico{
	vertical-align: middle;
	display: inline-block;
	margin-right: 8px;
}

.video {
    position: absolute;
    z-index: -9999;
    height: auto;
    width: 100%;
    bottom: 0;
    right: 0;
}

.wrapper{
	width: 1400px;
	margin: auto;
}

.clearfix:before,
.clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

#call-me { width: 320px; background: #ffffff; }
#call-me .title { height: 56px; line-height: 56px; font-size: 16px; text-transform: uppercase; text-align: center; background: #65bb20; color: #ffffff; }
#call-me .wrap { padding: 12px; }
#call-me .wrap p { margin: 18px 0; text-align: center; line-height: 24px; }
#call-me .wrap .close-me-please { cursor: pointer; border: none; border-radius: 4px; text-align: center; padding: 12px 0px; margin: 12px auto 0; width: 180px; background: #65bb20; color: #fff; font-weight: 300; font-size: 14px; transition: all 0.2s ease-in-out; }
#call-me .wrap .close-me-please:hover { background: #57b10f; }
#call-me .wrap .close-me-please:active { position: relative; top: 1px; background: #57b10f; }
#call-me input { margin-bottom: 12px; height: 42px; }
#call-me input,
#call-me textarea{ transition: all 0.2s ease-in-out; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #ededed; border-radius: 4px; padding: 0 12px; color: #525252; resize: none; width: 100%; border: 1px solid #ededed; }
#call-me input:focus,
#call-me textarea:focus { background-color: #d6d6d6; }
#call-me textarea { padding-top: 12px; height: 120px; }
#call-me button { cursor: pointer; border: none; border-radius: 4px; text-align: center; padding: 12px 0px; margin: 12px auto 0; display: block; width: 180px; font-weight: 300; background: #65bb20; outline: none; color: #fff; font-size: 14px; transition: all 0.2s ease-in-out; }
#call-me button:hover { background: #57b10f; }
#call-me button:active { position: relative; top: 1px; background: #57b10f; }

.breadcrumbs { padding: 24px 0; background: #ffffff; }
.breadcrumbs .tc:nth-child(2) { width: 280px; }
.breadcrumbs ul { list-style-type: none; margin: 0; padding: 0; }
.breadcrumbs li { display: inline; padding: 0 16px 0 0; color: #000; font-weight: 300; }
.breadcrumbs li a { font-weight: 300; color: #000; font-weight: 100; }
.breadcrumbs li a:hover { color: #cccccc; }
.breadcrumbs .title { margin-top: 18px; padding-bottom: 12px; font-size: 24px; line-height: 1.2em; font-weight: 100; color: #000; }
.breadcrumbs .subcat-icon { text-align: right; }
.breadcrumbs .subcat-icon img {  }
.breadcrumbs.white { background: url("./images/breadcrumbs-bg.jpg") center / cover no-repeat; }
.breadcrumbs.white li { color: #fff; }
.breadcrumbs.white li a { color: #fff; }
.breadcrumbs.white li a:hover { color: #333; }
.breadcrumbs.white .title { color: #fff; }

.fabricators { margin: -24px -12px 24px -12px; }
.fabricators .item { float: left; vertical-align: top; height: 210px; margin-top: 24px; padding: 0 12px; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.fabricators .wrap { padding: 24px; border: 1px solid #eeeeee; transition: all 0.2s ease-in-out; }
.fabricators .wrap .tc:first-child { width: 40%; }
.fabricators .wrap .picture { display: block; padding-right: 24px; text-align: center; transition: all 0.2s ease-in-out; }
.fabricators .wrap .picture img { max-width: 100%; }
.fabricators .wrap .title { display: inline-block; margin-bottom: 0.5em; font-size: 20px; font-weight: 500; color: #000; }
.fabricators .wrap .description { margin-bottom: 1em; font-weight: 300; height: 85px; overflow: hidden; }
.fabricators .wrap .moreLink { color: #65bb20; text-transform: uppercase; font-weight: 500; border-bottom: 1px dashed #65bb20; padding-bottom: 4px; font-size: 14px; }
.fabricators .wrap .moreLink:hover { color: #000; border-color: #000; }
.fabricators .wrap .title:hover { color: #65bb20; }
.fabricators .item:hover .wrap { border: 1px solid #dddddd; }
.fabricators .wrap .picture:hover { opacity: 0.8; }

.catalog-page { margin: 12px 0; }
.catalog-page .item:not(:last-child) { border-bottom: 1px solid #dddddd; }
.catalog-page .wrap { padding: 36px 0; }
.catalog-page .wrap .tc:first-child { width: 40%; }
.catalog-page .wrap .picture { display: block; padding-right: 24px; text-align: center; transition: all 0.2s ease-in-out; }
.catalog-page .wrap .picture img { max-width: 100%; }
.catalog-page .wrap .title { display: block; margin-bottom: 1em; padding-bottom: 1em; font-size: 20px; font-weight: 500; text-transform: uppercase; border-bottom: 1px solid #dddddd; }
.catalog-page .wrap .title a { color: #000; }
.catalog-page .wrap .description { margin-bottom: 1em; font-size: 13px; }
.catalog-page .wrap .description a.par { display: block; margin-top: 1.2em; font-weight: 700; text-transform: uppercase; color: #000; }
.catalog-page .wrap .description a.det { margin: 0.5em 0; color: #000; display: block; }
.catalog-page .wrap .moreLink { color: #65bb20; text-transform: uppercase; font-weight: 500; border-bottom: 1px dashed #65bb20; padding-bottom: 4px; font-size: 14px; }
.catalog-page .wrap .description a:hover { color: #65bb20; }
.catalog-page .wrap .title a:hover { color: #65bb20; }
.catalog-page .wrap .picture:hover { opacity: 0.8; }

.subcategory-page { overflow: hidden; margin: 30px 0; }
.products-list { margin: 6px -12px; }
.products-list .item { width: 20%; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; padding: 0 12px; margin: 6px 0; }
.products-list .wrap { -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 24px 24px 0px 24px; background-color: #ffffff; border: 1px solid #eeeeee; }
.products-list .model { -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; position: absolute; right: 36px; z-index: 2; top: 24px; }
.products-list .picture { -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; text-align: center; line-height: 220px; display: block; height: 220px; }
.products-list .picture img { vertical-align: middle; max-height: 100%; max-width: 100%; }
.products-list .name { padding-bottom: 24px; overflow: hidden; color: #000000; display: block; height: 65px; }
.products-list .article { -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; border: 1px solid #eeeeee; background-color: #ffffff; padding: 12px 24px; display: block; color: #909090; border-top: 0; }
.products-list .question { -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; border: 1px solid #eeeeee; background-color: #ffffff; padding: 12px 24px; color: #65bb20; display: block; border-top: 0; }
.products-list .question img { vertical-align: middle; display: inline-block; padding-right: 12px; }
.products-list .question span { border-bottom: 1px dashed #65bb20; padding-bottom: 2px; transition: all 0.2s ease-in-out; }
.products-list .question:hover span { color: #000; border-color: #000; }
.products-list .item:hover * { border-color: #65bb20; }
.products-list .model:hover { opacity: 0.7; }
.products-list .picture:hover { opacity: 0.8; }
.products-list .name:hover { color: #57b10f; }

.page-navigation { margin: 36px auto 0; text-align: center; }
.page-navigation a { display: inline-block; width: 30px; height: 30px; margin: 6px 3px; vertical-align: top; text-align: center; line-height: 30px; color: #444444; background: #eff0f1; border: 2px solid #eff0f1; transition: all 0.2s ease-in-out; border-radius: 16px; }
.page-navigation span { display: inline-block; height: 30px; margin: 6px 3px; padding: 0 18px; vertical-align: top; line-height: 30px; color: #aab1b4; border: 2px solid #eff0f1; background: none; border-radius: 16px; cursor: default; }
.page-navigation a.active { color: #fafcf8; background: #65bb20; border-color: #65bb20; }
.page-navigation .arrow { width: auto; padding: 0 18px; color: #444444; background: none; }
.page-navigation a:hover { color: #ffffff; background: #65bb20; border-color: #65bb20; }
.page-navigation a.arrow:hover { color: #65bb20; border-color: #65bb20; background: none; }

.subcategory-sort-wrap .another-title { margin: 36px 0 24px; font-size: 18px; text-transform: uppercase; font-weight: 300; }
.subcategory-sort { margin-bottom: 24px; line-height: 50px; padding: 0 12px; height: 50px; border: 1px solid #eeeeee; }
.subcategory-sort .column { display: inline-block; }
.subcategory-sort .column:last-child { float: right; }
.subcategory-sort .label { display: inline-block; margin-right: 12px; }
/*.subcategory-sort .select-wrap { position: relative; display: inline-block; height: 30px; line-height: 30px; }*/
/*.subcategory-sort .select-wrap:after { content: ""; position: absolute; right: 1px; width: 22px; top: 2px; bottom: 2px; background: url("./images/select-arrow.png") left center no-repeat, #fff; }*/
.subcategory-sort select { padding: 0 22px 0 12px; height: 30px; border: 1px solid #eeeeee; color: #888888; }
.subcategory-sort .countElements { display: inline-block; vertical-align: middle; }
.subcategory-sort .countElements a { display: inline-block; width: 40px; height: 30px; margin-left: 6px; line-height: 30px; text-align: center; border: 1px solid #d4d4d4; font-size: 13px; color: #000; }
.subcategory-sort .countElements a:first-child { margin-left: 0; }
.subcategory-sort .countElements a:hover { color: #65bb20; border-color: #65bb20; }
.subcategory-sort .countElements a.active { color: #fff; border-color: #65bb20; background: #65bb20; }

.sort-tag {  }
.sort-tag .another-title { margin: 36px 0 24px; font-size: 18px; text-transform: uppercase; font-weight: 300; }
.sort-tag a { float: left; margin: 0 12px 12px 0; padding: 13px 12px; color: #000; border: 1px solid #d4d4d4; font-size: 13px; text-transform: uppercase; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.sort-tag a:last-child { margin-right: 0; }
.sort-tag a:hover { color: #65bb20; border-color: #65bb20; }
.sort-tag a.active { color: #fff; border-color: #65bb20; background: #65bb20; }

.product-detail {  }
.product-wrap { display: table; width: 100%; }
.product-wrap .col { display: table-cell; vertical-align: middle; text-align: center; padding: 36px 0 24px; }
.product-wrap .col:first-child { width: 40%; }
.product-wrap .slider {  }
.product-wrap .slider img { max-width: 90%; }
.product-wrap .product-info { text-align: left; }
.product-wrap .product-info .go-back { display: block; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid #f1f1f1; }
.product-wrap .product-info .go-back a { position: relative; padding-left: 30px; color: #989898; }
.product-wrap .product-info .go-back a:hover { color: #000; }
.product-wrap .product-info .go-back a:before { content: ""; position: absolute; left: 0; top: 5px; width: 14px; height: 10px; background: url("./images/go-back.png") no-repeat; }
.product-wrap .product-info .info { margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid #f1f1f1; }
.product-wrap .product-info .info-title { font-size: 18px; margin-bottom: 1em; text-transform: uppercase; }
.product-wrap .product-info .article { font-size: 13px; margin-bottom: 1em; }
.product-wrap .product-info .article span { font-size: 16px; color: #65bb20; }
.product-wrap .product-info .question { display: inline-block; height: 46px; line-height: 46px; padding: 0 18px; border: 1px dashed #65bb20; color: #65bb20; border-radius: 4px; }
.product-wrap .product-info .question:hover { color: #000; border-color: #000; }
.product-wrap .product-info .question img { vertical-align: middle; padding-right: 12px; }
.product-wrap .product-info .description { font-size: 13px; color: #4f4f4f; }
.product-wrap .product-info .description-title { font-size: 16px; margin-bottom: 12px; text-transform: uppercase; }

.product-tabs-wrap {  }
.product-tabs { background: #f6f6f6; border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; }
.product-tabs .item { display: inline-block; width: 33.333%; }
.product-tabs .item div { position: relative; height: 60px; line-height: 60px; text-transform: uppercase; text-align: center; background: #f6f6f6; cursor: pointer; transition: all 0.2s ease-in-out; border: 1px solid #e1e1e1; margin: -1px; }
.product-tabs .item:hover div { z-index: 1; color: #65bb20; border-color: #65bb20; }
.product-tabs .item.active div { z-index: 2; background: #65bb20; color: #fff; border-color: #65bb20; }

.tabs-items {  }
.tab-item { display: block; height: 0px; opacity: 0; overflow: hidden; }
.tab-item.active { margin: 30px 0; opacity: 1; height: auto; overflow: visible; }
.characteristics-tab { max-width: 870px; width: 100%; }
.characteristics-tab .article { font-size: 13px; margin-bottom: 1.5em; }
.characteristics-tab .article span { font-size: 16px; color: #65bb20; }
.downloads-files {  }
.downloads-files .item {  }
.downloads-files .item a {  }
.tab-item .characteristics .tables { margin-bottom: 30px; }
.tab-item .title { font-size: 16px; margin-bottom: 1.5em; text-transform: uppercase; }
.tab-item .characteristics-table { display: table; width: 100%; border-bottom: 1px solid #ededed; }
.tab-item .characteristics-table:first-child { border-top: 1px solid #ededed; }
.tab-item .col { display: table-cell; vertical-align: middle; width: 50%; padding: 9px 0; }
.tab-item .col:last-child {  }
.tab-item .text { font-size: 13px; color: #4f4f4f; }
.tab-item .text img { max-width: 100%; }

.downloads-files .items { overflow: hidden; }
.downloads-files .item { margin-bottom: 24px; overflow: hidden; height: 65px; float: left; width: 25%; }
.downloads-files .item .tb { table-layout: fixed; display: table; width: 100%; }
.downloads-files .item .tbr { display: table-row; }
.downloads-files .item .icon { vertical-align: middle; display: table-cell; width: 20%; }
.downloads-files .item .icon a { display: block; }
.downloads-files .item .icon img { vertical-align: middle; max-width: 100%; }
.downloads-files .item .info { vertical-align: middle; display: table-cell; padding-right: 18px; width: 50%; }
.downloads-files .item .info .name { -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; line-height: 25px; overflow: hidden; font-size: 14px; display: block; color: #000000; height: 25px; }
.downloads-files .item .info .name:hover { color: #65bb20; }
.downloads-files .item .info .name span { vertical-align: middle; display: inline-block; line-height: 21px; }
.downloads-files .item small { display: block;}

.news-list { padding: 50px 0; overflow: hidden; }
.news-wrap { margin: -24px -12px 24px -12px; overflow: hidden; }
.news-wrap .title-another { font-size: 20px; color: #000; font-weight: 300; margin: 24px 0 0 12px; }
.news-wrap .item { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 33.333333%; margin-top: 24px; padding: 0 12px; display: inline-block; vertical-align: top; }
.news-wrap .wrap { -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #eeeeee; padding: 24px; }
.news-wrap .item:hover .wrap { border: 1px solid #dddddd; }
.news-wrap .picture { vertical-align: middle; display: block; text-align: center; max-height: 100%; max-width: 100%; }
.news-wrap .picture img {  }
.news-wrap .title { margin-bottom: 12px; display: block; font-weight: 500; color: #000000; }
.news-wrap .description { height: 90px; overflow: hidden; margin-bottom: 12px; font-size: 13px; line-height: 1.2em; color: #828282; }
.news-wrap .moreLink { padding-bottom: 18px; color: #65bb20; display: block; }
.news-wrap .moreLink span { transition: all 0.2s ease-in-out; font-size: 13px; border-bottom: 1px dashed #65bb20; padding-bottom: 4px; }
.news-wrap .picture:hover { opacity: 0.8; }
.news-wrap .title:hover { color: #57b10f; }
.news-wrap .moreLink:hover span { color: #000; border-color: #000; }

.news-detail { padding: 50px 0 24px; overflow: hidden; }
.news-detail>.tb .tb {  }
.news-detail>.tb .tc { vertical-align: top; }
.news-detail>.tb .tc:last-child { width: 45%; }
.news-detail>.tb .news-text {  }
.news-detail>.tb .news-text p { margin-bottom: 2em; font-size: 13px; color: #020202; line-height: 24px; font-weight: 300; }
.news-detail>.tb .go-back { display: inline-block; height: 50px; margin: 12px 0 40px; padding: 0 24px; line-height: 50px; color: #fff; background: #65bb20; }
.news-detail>.tb .go-back:hover { background: #57b10f; }
.news-detail>.tb .picture { display: block; text-align: center; }
.news-detail>.tb .picture img { max-width: 60%; }

.contacts-page { padding: 40px 0; }
.contacts-wrap { margin-bottom: 50px; }
.contacts-page .title { margin-bottom: 18px; font-size: 20px; font-weight: 300; }
.contacts-page .item { display: inline-block; vertical-align: top; width: 25%; margin: 18px 0 0; }
.contacts-page .item .tc:first-child { width: 70px; padding-right: 12px; text-align: center; }
.contacts-page .item .tc { font-size: 18px; font-weight: 300; }
.contacts-page .item .tc img {  }
.contacts-page .item .tc span { display: block; font-size: 14px; margin-bottom: 6px; color: #888888; }

.map { max-width: 100%; }
.map img { display: block; width: 100%; }

.contacts-form { padding-top: 45px; }
.contacts-form .col { display: inline-block; width: 50%; padding-right: 12px; vertical-align: top; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.contacts-form .col:last-child { padding-right: 0; padding-left: 12px; }
.contacts-form label { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 300; }
.contacts-form input { display: inline-block; width: 100%; height: 44px; line-height: 44px; padding: 0 12px; border: 1px solid #eaeaea; }
.contacts-form textarea {  }
.contacts-form .colorButton {  }
.contacts-form input,
.contacts-form textarea{ transition: all 0.2s ease-in-out; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 4px; padding: 0 12px; color: #525252; resize: none; width: 100%; border: 1px solid #ededed; }
.contacts-form input { margin-bottom: 12px; height: 42px; }
.contacts-form input:focus,
.contacts-form textarea:focus { border-color: #d6d6d6; }
.contacts-form textarea { padding-top: 12px; height: 205px; }
.contacts-form input[type="submit"] { cursor: pointer; border: none; border-radius: 4px; text-align: center; margin: 12px 0 0; padding: 17px 0px; display: block; width: 180px; height: auto; line-height: unset; background: #65bb20; outline: none; color: #fff; font-weight: 300; font-size: 13px; transition: all 0.2s ease-in-out; }
.contacts-form input[type="submit"]:hover { background: #57b10f; }
.contacts-form input[type="submit"]:active { position: relative; top: 1px; background: #57b10f; }

.page404 { padding: 90px 0; }
.page404 .image { text-align: center; margin-bottom: 60px; }
.page404 .image img { max-width: 90%; }
.page404 .title { margin-bottom: 30px; font-size: 36px; line-height: 1.4em; font-weight: 500; text-align: center; text-transform: uppercase; color: #65bb20; }
.page404 .text { font-size: 24px; line-height: 1.6em; text-align: center; text-transform: uppercase; color: #0c0c0c; }
.page404 .text a { color: #65bb20; border-bottom: 1px solid #65bb20; }
.page404 .text a:hover { color: #000; border-color: #000; }

.product-detail #pictureContainer .pictureSlider { table-layout: fixed; }
.product-detail #pictureContainer .pictureSlider .item { padding: 0 24px; }
.product-detail #pictureContainer .item a { text-align: center; display: block; }
.product-detail .zoom { cursor: zoom-in; }

.product-detail #pictureContainer .item a img { vertical-align: middle; max-height: 100%; max-width: 90%; }
.product-detail #moreImagesCarousel { position: relative; padding-top: 24px; margin-top: 24px; overflow: hidden; }
.product-detail #moreImagesCarousel .carouselWrapper { overflow: hidden; margin: auto; width: 80%; }
.product-detail #moreImagesCarousel .slideBox { position: relative; overflow: hidden; list-style: none; height: 62px; padding: 0; margin: 0; }
.product-detail #moreImagesCarousel .slideBox .item.selected { opacity: 1; }
.product-detail #moreImagesCarousel .slideBox .item { -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; position: relative; text-align: center; line-height: 50px; opacity: 0.5; height: 50px; float: left; }
.product-detail #moreImagesCarousel .slideBox .item a { display: block; line-height: 50px; height: 50px; }
.product-detail .zoom { cursor: zoom-in; }
.product-detail #moreImagesCarousel .slideBox .item img { vertical-align: middle; margin-top: -4px; max-height: 100%; max-width: 100%; }
.product-detail #moreImagesCarousel #moreImagesLeftButton { left: 32px; }
.product-detail #moreImagesCarousel #moreImagesLeftButton,
.product-detail #moreImagesCarousel #moreImagesRightButton { background: url(./images/carouselArrowSmall.png) 0 0 no-repeat transparent; position: absolute; margin-top: 3px; height: 16px; opacity: 0.5; z-index: 2; width: 14px; top: 50%; }
.product-detail #moreImagesCarousel #moreImagesRightButton { background-position: -14px 0; right: 32px; }
#moreImagesCarousel #moreImagesRightButton { background: url(./images/carouselArrowSmall.png) 0 0 no-repeat transparent; position: absolute; margin-top: 3px; height: 16px; opacity: 0.5; z-index: 2; width: 14px; top: 50%; }

#zoomer { -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; opacity: 0; visibility: hidden; transform: scale(0.7); }
#zoomer.opened { opacity: 1; visibility: visible; transform: scale(1); }
#zoomer #zoomerExitLink { background: url(./images/exitBig.png) 0 0  no-repeat transparent; height: 50px; opacity: 0.5; width: 50px; }
#zoomer #zoomerExitLink:hover { opacity: 0.8; }
#zoomer #zoomerExitLink:active { height: 48px; opacity: 1; top: 25px; }

#zoomerMoreImagesContainerWrapper .item { -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
#zoomerMoreImagesContainerWrapper .item:hover { opacity: 0.9 !important; }
#zoomerMoreImagesContainerWrapper .selected { opacity: 1 !important; }

#zoomerBigPrevMore,
#zoomerBigNextMore { background: url(./images/carouselArrowsBig.png) 0 0 no-repeat transparent; opacity: 0.5;	 }
#zoomerBigNextMore { background-position: -57px 0; }

#zoomerNextMore,
#zoomerPrevMore { background: url(./images/carouselArrows.png) 0 0 no-repeat transparent; opacity: 0.5; }
#zoomerNextMore { background-position: -80px 0; }

#zoomerPrevMore:hover,
#zoomerNextMore:hover,
#zoomerBigPrevMore:hover,
#zoomerBigNextMore:hover { opacity: 0.8; }

#zoomerPrevMore:active,
#zoomerNextMore:active,
#zoomerBigPrevMore:active,
#zoomerBigNextMore:active { opacity: 1; }

#zoomerNextMore:active { right: -1px !important; }
#zoomerPrevMore:active { left: -1px !important; }
#zoomerBigPrevMore:active { left: 23px !important; }
#zoomerBigNextMore:active { right: 23px !important; }
#zoomerMoreImagesContainerWrapper .link:active { position: relative; top: 1px; }


/*sitemap*/
.map-level ul { list-style-type: none; margin: 0; padding: 0; }
.map-level .map-level-0 { display: block; margin: 30px 0; }
.map-level .map-level-0>li { display: block; }
.map-level .map-level-0>li>a { display: block; margin: 1px 0; padding: 12px 24px; font-size: 20px; font-weight: 500; color: #fff; background: #52ac62; }
.map-level .map-level-0>li>a:hover { color: #000; }
.map-level .map-level-1 { margin: 12px 0; }
.map-level .map-level-1>li {  }
.map-level .map-level-1>li>a { display: inline-block; position: relative; padding: 0 24px; font-size: 17px; font-weight: 500; color: #000; }
.map-level .map-level-1>li>a:before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: #51ad62; }
.map-level .map-level-1>li>a:hover { color: #65bb20; }
.map-level .map-level-2 { position: relative; padding: 18px 0; }
.map-level .map-level-2:before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; font-size: 17px; background: #ebebeb; }
.map-level .map-level-2>li {  }
.map-level .map-level-2>li>a { display: inline-block; padding: 2px 24px; color: #000; }
.map-level .map-level-2>li>a:hover { color: #65bb20; }


.wrapper-static-content{
	padding-top:50px;
	padding-bottom:50px;

	margin-bottom: 2em;
	font-size: 13px;
	color: #020202;
	line-height: 24px;
	font-weight: 300;
}

.wrapper-static-content .news-detail{
	padding-top:0;
}

.wrapper-static-content .tb{
	width:55%;
}

/*.products-list .item{
    width: 100%;
}
@media (max-width: 1023px)
@media (max-width: 850px)
.products-list .item {
    width: 50%;
}

@media (max-width: 1448px)
.products-list .item {
    width: 33.333%;
}*/



@media all and (max-width: 1448px) {

	.news-wrap .item .tc { display: block; }

	.contacts-page .item { width: 50%; text-align: center; margin-bottom: 12px; }
	.contacts-page .item .tc { display: block; }
	.contacts-page .item .tc:first-child { display: block; width: auto; padding: 0; }
	
	#subHeader .column { margin-left: 18px; }

	.downloads-files .item { width: 33.33333%; }
	.product-tabs .item { font-size: 13px; }

	.subcategory-page .item { width: 33.333%; }
	.products-list .item { width: 33.333%; }
	.wrapper{
		width: 1000px;
	}

	#header #topSearchQuery{
    	width: 291px;
	}

	#logo{
		width: 278px;
	}

	#header .bigger{
		font-size: 21px;
	}

	#slider{
		line-height: 525px;
    	height: 525px;
	}

	#slider .pictureBox{
		width: 551px;
	}

	#popularSection .items .item{
		width: 33.33333%;
	}

	#newsBlock .items .tb,
	#newsBlock .items .tc{
		display: block;
	}

	#newsBlock .items .picture{
		text-align: center;
		display: block;
	}

}

@media all and (max-width: 1100px) {
	
	#subHeader .leftBlock .column:first-child,
	#subHeader .leftBlock .column:nth-child(2){
		display: none;
	}

	#subHeader .leftBlock .column:nth-child(3){
		margin-left: 0px;
	}

	.popularBtnLeft,
	.popularBtnRight,
	.slideBtnLeft,
	.slideBtnRight{
		display: none !important;
	}

}

@media all and (max-width: 1023px) {

	.fabricators .item { float: none; width: 100%; height: auto; }
	.fabricators .wrap .description { height: auto; }
	.downloads-files .item { width: 50%; }
	.product-tabs .item { width: 100%; display: block; }

	.breadcrumbs .tc:nth-child(2) { display: none; }
	.product-wrap .col { display: block; width: 100%; }
	.product-wrap .col:first-child { width: 100%; }

	.page404 .title { font-size: 30px; }
	.page404 .text { font-size: 20px; }
	
	#mainMenuContainer{
		overflow: hidden;
		height: auto;
	}

	#catalogMenuContainer{
		background-color: transparent;
		border: 0px;
		width: auto;
		float: none;
	}
	
	#topMenuContainer{
		display: none;
	}

	#catalogMenu{
		background-color: #57b10f;
		float: none;
	}

	#catalogMenu .arrow{
		display: none;
	}

	#topMenu li{
		border-top: 1px solid #444444;
		float: none;
	}

	#topMenu li a.selected{
		background: transparent;
		color: #65bb20;
	}
	
	#topMenu li:hover a{
		background:transparent;
	}

	#catalogMenu > li > a:hover{
		color: #eeeeee;
	}

	#footer .column{
		width: 33.33333%;
	}

	#footer .column:last-child{
		display: none;
	}

	#header .column:nth-child(2){
		display: none;
	}

	#mainMenuContainer .wrapper{
		padding: 0;
	}

	#slider{
		background: url("./images/sliderBg.jpg") 50% 50% no-repeat transparent;
		background-size: cover;
	}

	#slider .pictureBox{
		display: none;
	}

	#slider .messageBox{
		text-align: center;
		width: 100%;
	}

	#slider .description{
		text-align: center;
	}

	.video{
		display: none;
	}

	.wrapper{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		min-width: 320px;
		padding: 0 24px;
		width: auto;
	}
}

@media all and (max-width: 900px) {
	.news-wrap .item { width: 50%; }
	#newsBlock .items .item{
		width: 50%;
	}
}

@media all and (max-width: 850px) {
	.subcategory-page .item { width: 50%; }
	.products-list .item { width: 50%; }
}

@media all and (max-width: 800px) {
	
	#zoomerMoreImagesContainer{
		display: none !important;
	}

	#zoomerBigPrevMore,
	#zoomerBigNextMore{
		display: none !important;
	}

	#imageContainerSlider{
		height: 100% !important;
	}

	.news-detail>.tb .tc:last-child { display: none; }

	.wrapper-static-content .news-detail>.tb .tc:last-child {
		display: table-cell !important;
	}

	.wrapper-static-content .tb{
		width: 100%;
	}

#header .column{
		text-align: center;
	}
	
	#header .column:last-child{
		display: none;
	}

	#header .column{
		float: none;
	}

	#logo{
		text-align: center;
		width: 100%;
	}

	#logo img{
		max-width: 100%;
	}

	#logo a{
		text-align: center;
		display: block;
	}

	#subHeader .leftBlock{
		display: none;
	}

	#subHeader .rightBlock{
		width: 100%;
		float: left;
	}

	#subHeader .rightBlock .column:last-child{
		float: right;
	}
	
}

@media all and (max-width: 700px) {

	.subcategory-sort .column:last-child { display: none; }
	#popularSection .items .item{
		width: 50%;
	}

}

@media all and (max-width: 700px) {
	.heading { font-size: 30px; }
	#slider { height: 400px; line-height: 400px; }
	#slider .title { font-size: 32px; }
	#slider .description { font-size: 24px; }
	#slider .colorButton { padding: 12px 24px; font-size: 16px; }
	.breadcrumbs { padding: 12px 0; }
	.breadcrumbs .title { font-size: 20px; }
	#brands { height: 160px; line-height: 160px; }
	.catalog-page .wrap { padding: 24px 0; }

	.news-list { padding: 24px 0; }
	.contacts-page { padding: 24px 0; }
	.news-detail { padding: 24px 0; }
	.product-wrap .col { padding: 24px 0; }
	.catalog-page { margin: 0; }
	.subcategory-page { margin: 24px 0; }

	.page404 { padding: 48px 0; }
	.page404 .title { font-size: 24px; }
	.page404 .text { font-size: 16px; }

	.sort-tag .another-title { font-size: 14px; }
	.subcategory-sort-wrap .another-title { font-size: 14px; }

	#popularSection .items .item{
		width: 50%;
	}

	#footer .column{
		width: 100%;
		float: none;
	}

	#footer .column .menuContainer{
		text-align: left;
	}

	#footer .column:nth-child(4){
		display: none;
	}

	#footer .column:nth-child(3){
		display: none;
	}

	#footer .column:last-child{
		display: block;
	}

	#footer .title{
		border-top: 1px solid #444444;
		margin: 12px 0px 0px 0px;
		padding: 12px 0;
	}

	#footer .column .menu li{
		float: left;
		width: 33.3333%;
	}

	#footer .description{
		display: none;
	}

	#footer .contacts{
		display: none;
	}

	#footer .contacts .item .items{
		overflow: hidden;
	}

	#footer .contacts .item{
		text-align: center;
		margin-top: 12px;
		width: 50%;
		float: left;
	}

	#footer .contacts .item:first-child{
		margin-top: 12px;
	}

	#footer .logo{
		text-align: center;
	}

	#footer .logo a{
		display: block;
		text-align: center;
	}

	#footer .menuContainer{
		text-align: center;
	}

	#footer .cn{
		width: 100%;
	}

	#footer .menuContainer li{
		text-align: center;
	}

	#footer .menu{
		border-top: 1px solid #444444;
		overflow: hidden;
	}

	#footer .column:nth-child(2) .title{
		display: none;
	}

	#footer .column .menu li{
		width: 100%;
		float: none;
	}

	#footer .title{
		text-align: center;
		margin-top: 12px;
		width: 100%;
	}

	#footerForm .colorButton{
		margin: 12px auto;
	}

	#subFooter .right{
		text-align: center;
		float: none;
	}

	#subFooter .left{
		display: none;
	}

}

@media all and (max-width: 600px) {

	.contacts-page .item { width: 100%; }
	.contacts-form .col { width: 100%; padding: 0; }
	.contacts-form .col:last-child { width: 100%; padding: 0; }
	.contacts-form textarea { height: 120px; }
	.contacts-form input[type="submit"] { margin: 12px auto 0; }

	.news-wrap .item { width: 100%; }
	.news-wrap .description { height: auto; }

	.fabricators .tc { display: block; width: 100%; }
	.fabricators .wrap .tc:first-child { display: block; width: 100%; }
	.fabricators .wrap .picture { padding: 0 0 24px; }

	.catalog-page .tc { display: block; width: 100%; }
	.catalog-page .wrap .tc:first-child { display: block; width: 100%; }
	.catalog-page .wrap .picture { padding: 0 0 24px; }

	#newsBlock .items .item { width: 100%;  }
	#newsBlock .items .item .description { width: 100%; height: auto; }

	.product-detail #pictureContainer .item a img { max-width: 100%; }
	.product-detail #moreImagesCarousel { display: none; }

	.downloads-files .item { width: 100%; }
}

@media all and (max-width: 500px) {
	.wrapper { padding: 0 12px; }

	.subcategory-page .item { width: 100%; }
	.products-list .item { width: 100%; }
	.sort-tag a { text-align: center; width: 100%; }

	.heading { font-size: 20px; }
	#slider { height: 340px; line-height: 340px; }
	#slider .title { font-size: 24px; }
	#slider .description { font-size: 20px; }
	#slider .colorButton { padding: 12px 24px; font-size: 14px; }

	.product { padding: 0 24px; }

	#subHeader .wrapper{
		padding: 0 12px;
	}

	#subHeader .label{
		display: none;
	}

	#popularSection .items .item{
		width: 100%;
	}
}

@media all and (max-width: 400px) {

	.subcategory-sort { display: none; }
	#subHeader .link img{
		display: none;
	}

	#subHeader .column{
		margin: 0;
	}
}

@media all and (max-width: 359px) {
	#subHeader .rightBlock img{
		display: none;
	}
}

