.hidden {
	display: none;
}
.frontpage .pageWrapper {
	padding: 19px 14px 0px;
}
.frontpage .topBlock .leftColumn {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.frontpage .topBlock {
	margin-bottom: 64px;
}
.frontpage .topBlock .leftColumn .dealImage {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.frontpage .topBlock .leftColumn .dealImage img {
	width: 100%;
	vertical-align: top;
}
.frontpage .topBlock .leftColumn .dealImage .dealLink {
	position: absolute;
	color: #fff;
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	width: 100%;
	bottom: 20px;
	text-align: center;
}
.frontpage .topBlock .leftColumn .dealImage .dealLink a {
	padding: 17px 0px 19px 0px;
	width: 270px;
	display: inline-block;
	border: 2px solid #fff;
}
.frontpage .topBlock .rightColumn {
	float: left;
	width: 49%;
}
.frontpage .highlightBlock {
	margin-bottom: 52px;
	border: 1px solid #979797;
}
.frontpage .highlightBlock .highlightColumn {
	float: left;
}
.frontpage .highlightBlock .firstColumn {
	background: #000;
	color: #fff;
	width: 25%;
}
.frontpage .highlightBlock .firstColumn .columnWrapper {
	position: relative;
	padding: 30px 10px 20px;
}
.frontpage .highlightBlock .firstColumn .arrowRight {
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -5px;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;	
	border-left: 10px solid #000;
	z-index: 10;
}
.frontpage .highlightBlock .firstColumn .saleTitle {
	font-size: 36px;
	line-height: 42px;
	font-weight: 500;
}
.frontpage .highlightBlock .firstColumn .saleText {
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	font-family: 'Merriweather',serif;
	font-style: italic;
}
.frontpage .highlightBlock .secondColumn {
	width: 75%;
	overflow: hidden;
	position: relative;
}
.frontpage .highlightBlock .highlightButton {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	z-index: 9;
}
.frontpage .highlightBlock .highlightButton .active {
	display: none;
}
.frontpage .highlightBlock .highlightButton.left {
	left: 20px;
}
.frontpage .highlightBlock .highlightButton.right {
	right: 10px;
}
.frontpage .highlightBlock .highlightButton img {
	width: 40px;
	height: 40px;
}
.frontpage .highlightBlock .highlightButton:hover .inactive {
	display: none;
}
.frontpage .highlightBlock .highlightButton:hover .active {
	display: block;
}
.frontpage .highlightBlock .highlightProduct {
	float: left;
	width: 33.33%;
}
.frontpage .highlightBlock .highlightProduct .productWrapper {	
	border-left: 1px solid #e6e6e6;
	padding: 20px 0px 20px;
}
.frontpage .highlightBlock .highlightProduct .productImage {
	width: 80%;
	margin: 0 auto;
	height: 150px;
	margin-bottom: 15px;
}
.frontpage .highlightBlock .highlightProduct .productImage img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.frontpage .highlightBlock .highlightProduct .productTitle {
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #262626;
	margin-bottom: 10px;
}
.frontpage .highlightBlock  .productPriceRow .priceWrapper {
	position: relative;
	font-size: 18px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	text-align: center;
}
.frontpage .highlightBlock .productPriceRow .priceWrapper .oldPrice {	
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #979797;
    text-decoration: line-through;
}
.frontpage .highlightBlock .productPriceRow .priceWrapper .currentPrice {	
	display: inline-block;
	vertical-align: middle;
	color: #262626
}
.frontpage .highlightBlock .productPriceRow .priceWrapper .buyBtn {	
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	text-transform: uppercase;
	padding: 3px 20px 4px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-left: 10px;
}
.frontpage .highlightBlock .productPriceRow .priceWrapper .buyBtn span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.frontpage .highlightBlock .productPriceRow .priceWrapper .buyBtn img {
	vertical-align: middle;
}
.frontpage .highlightBlock .productPriceRow .priceWrapper .buyBtn .hover {
	display: none;
}
.frontpage .highlightBlock .highlightProduct:hover .buyBtn {
	color: #fff;
	background: #6c9f3a;
	border: 1px solid #6c9f3a;
}
.frontpage .highlightBlock .highlightProduct:hover .buyBtn .nothover {
	display: none;
}
.frontpage .highlightBlock .highlightProduct:hover .buyBtn .hover {
	display: inline-block;
}
.frontpage .relatedBlock {	
	margin-bottom: 52px;
}
.frontpage .relatedBlock .relatedProduct {
	float: left;
	width: 48%;
	margin-right: 4%;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	line-height: 21px;
}
.frontpage .relatedBlock .relatedProduct .relatedProductWrapper {
	padding: 30px 20px;
	border: 1px solid #d0d0d0;
}
.frontpage .relatedBlock .relatedProduct.last {
	margin-right: 0;
}
.frontpage .relatedBlock .relatedProduct .relatedProductImage {
	float: left;
	width: 40%;
	margin-right: 5%;
	margin-left: 5%;
	height: 250px;
}
.frontpage .relatedBlock .relatedProduct .relatedProductImage img {
	width: 100%;
	vertical-align: top;
}
.frontpage .relatedBlock .relatedProduct .productInfo {
	float: left;
	width: 50%;
	text-align: center;
}
.frontpage .relatedBlock .relatedProduct .productTitle {
	font-weight: 700;
}
.frontpage .relatedBlock .relatedProduct .productSubtitle {

}
.frontpage .relatedBlock .relatedProduct .productPriceRow {
	margin-top: 20px;
	margin-bottom: 30px;
}

.frontpage .relatedBlock .relatedProduct .productPriceRow .priceWrapper {
	position: relative;
	font-size: 18px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	text-align: center;
}
.frontpage .relatedBlock .relatedProduct .productPriceRow .priceWrapper .oldPrice {	
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #979797;
    text-decoration: line-through;
}
.frontpage .relatedBlock .relatedProduct .productPriceRow .priceWrapper .currentPrice {	
	display: inline-block;
	vertical-align: middle;
	color: #262626
}
.frontpage .relatedBlock .relatedProduct .buyBtn {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 20px;
	border: 1px solid #414141;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	cursor: pointer;
}
.frontpage .relatedBlock .relatedProduct .buyBtn:hover {
	color: #fff;
	background: #6c9f3a;
	border: 1px solid #6c9f3a;
}

.frontpage .categoryBlock {
	margin-bottom: 58px;
}
.frontpage .categoryBlock .categoryNew {
	position: relative;
	float: left;
	width: 49%;
	height: 300px;
	margin-bottom: 26px;
	margin-right: 2%;
}
.frontpage .categoryBlock .categoryNew:hover {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}
.frontpage .categoryBlock .categoryNew.last {
	margin-right: 0;
}
.frontpage .categoryBlock .categoryNew .categoryNewImage {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.frontpage .categoryBlock .categoryNew .categoryNewImage img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.frontpage .categoryBlock .categoryNew .categoryText {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 36px;
}
.frontpage .categoryBlock .categoryNew .categoryText .categoryTextDown {
	margin-top: 6px;
	font-weight: 700;
}
.frontpage .longBlock {
	width: 100%;
	position: relative;
	height: 310px;
	margin-bottom: 30px;
}
.frontpage .longBlock.shopBlock {
	border: 1px solid #3b3b3b;
}
.frontpage .longBlock .longImage {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.frontpage .longBlock .deliveryText {
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0px;
	text-align: center;
	font-size: 54px;
	line-height: 65px;
	font-weight: 700;
	color: #fff;
}
.frontpage .longBlock .shopText {
	width: 80%;
	position: absolute;
	top: 90px;
	left: 50px;
	text-align: left;
	font-size: 54px;
	line-height: 65px;
	font-weight: 700;
	color: #414141;
}
.frontpage .instagramBlock {
	background: #fafafa;
	padding: 30px 0px;
}
.frontpage .instagramBlock .instagramTitleRow {
	text-align: center;
}
.frontpage .instagramBlock .instagramTitle {
	font-size: 30px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	font-family: "Merriweather", serif;
	font-style: italic;
	font-weight: 700;
	padding: 0px 40px 0px 25px;
}
.frontpage .instagramBlock .followUs {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	background: #414141;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 12px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.frontpage .instagramBlock .tag {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #979797;
	font-weight: 700;
}
.frontpage .instagramBlock .instagramImageList {
	margin-top: 35px;
}
.frontpage .instagramBlock .instagramImageBlock {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.frontpage .instagramBlock .instagramImageBlock.last {
	margin-right: 0;
}
.frontpage .instagramBlock .instagramImageBlock .instagramImage img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
@media screen and (max-width: 1000px){
	.frontpage .longBlock .deliveryText {
		font-size: 35px;
		line-height: 45px;
	}
	.frontpage .longBlock .shopText {
		font-size: 35px;
		line-height: 45px;
	}
	.frontpage .topBlock {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 600px) {
	.saleInfo{text-align: center;}
	.frontpage .pageWrapper {
		padding: 19px 0px;
	}
	.frontpage .insideContainer {
		width: 100%;
		overflow: hidden;
	}
	.frontpage .topBlock {
		margin-bottom: 20px;
	}
	.frontpage .topBlock .leftColumn {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.frontpage .topBlock .rightColumn {
		width: 100%;
		height: auto;
		margin-right: 0;
	}
	.frontpage .highlightBlock {
		margin-bottom: 20px;
		border: 0;
	}
	.frontpage .highlightBlock .firstColumn {
		float: none;
		width: 100%;
	}
	.frontpage .highlightBlock .firstColumn .arrowRight {
		bottom: 0px;
		top: auto;
		right: auto;
		left: 50%;
		margin-left: -5px;
		margin-top: 0;
	}
	.frontpage .highlightBlock .secondColumn {
		float: none;
		width: 100%;
	}
	.frontpage .highlightBlock .highlightProduct {
		float: none;
		width: 100%;
	}
	.frontpage .highlightBlock .highlightButton {
		display: none;
	}
	.frontpage .categoryBlock {
		margin-bottom: 20px;
	}
	.frontpage .categoryBlock .categoryNew {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.frontpage .relatedBlock {
		margin-bottom: 20px;
	}
	.frontpage .relatedBlock .relatedProduct {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.frontpage .longBlock {
		margin-bottom: 10px;
	}
	.frontpage .longBlock .shopText {
		font-size: 30px;
		line-height: 45px;
	}
	.frontpage .longBlock .deliveryText {
		font-size: 30px;
		line-height: 45px;
	}
	.frontpage .longBlock.shopBlock {
		border: 0;
	}	
	.frontpage .instagramBlock .instagramImageBlock {
		float: left;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 450px){
	.frontpage .instagramBlock {
		padding-top: 0;
	}
	.frontpage .instagramBlock .instagramTitle {
		display: block;
		margin-bottom: 20px;
	}
	.frontpage .longBlock {
		height: 220px;
	}
	.frontpage .longBlock .shopText {
		font-size: 20px;
		line-height: 35px;
	}
	.frontpage .longBlock .deliveryText {
		font-size: 20px;
		line-height: 35px;
	}
}


.imageSlider{
	width: 100%;
	height: 430px;
	position: relative;
	overflow: hidden;
	visibility: hidden;
}
.imageSlider .sliderContent {
	position: relative;
	height: 100%;
	width: 10000%;
}
.imageSlider .sliderItem {
	height: 100%;
	overflow: hidden;
	position: relative;
	float: left;
}
.imageSlider .sliderImage {
	width: 100%;
	height: 100%;
}
.imageSlider .sliderImage img {
	width: 100%;
	vertical-align: top;
	position: relative;
}
.imageSlider .sliderText {
	position: absolute;
	width: 100%;
	top: 40px;
	font-weight: 300;
	font-size: 50px;
	color: #fff;
	z-index: 10;
	text-align: center;
}
.imageSlider .right .sliderText {
	text-align: right;
}
.imageSlider .center .sliderText {
	text-align: center;
}
.imageSlider .bottom .sliderText {
	top: auto;
	bottom: 80px;
}
.imageSlider .sliderControl {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1;
	background: url("elementsOutput/arrows.png") no-repeat;
}
.imageSlider .sliderLeft {
	background-position: 0px 0px;
	left: 10px;
}
.imageSlider .sliderRight {
	background-position: -30px 0px;
	right: 10px;
}
.imageSlider .sliderPager {
	display: none;
	position: absolute;	
	text-align: center;
	bottom: 20px;
}
.imageSlider .sliderPage {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background:  url("elementsOutput/sliderInactive.png") no-repeat center;
	margin-left: 3px;
	cursor: pointer;
}
.imageSlider .sliderPage.active {
	width: 17px;
	height: 17px;
	background:  url("elementsOutput/sliderActive.png") no-repeat center center;
}
.imageSlider .downArrow {
	position: absolute;
	bottom: 17px;
	left: 50%;
	margin-left: -21px;
	cursor: pointer;
	z-index: 10;
	display: none;
}
.imageSlider .sliderLink {
	position: absolute;
	color: #fff;
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	width: 100%;
	bottom: 20px;
	text-align: center;
}
.imageSlider .sliderLink.differentBtn {
	color: #000;
}
.imageSlider .sliderLink.differentBtn a {
	border: 2px solid #000;
}
.imageSlider .sliderItem .sliderLink.differentBtn:hover a {
	color: #fff;
	background: #000;
}
.imageSlider .sliderLink a {
	padding: 17px 0px 19px 0px;
	width: 270px;
	display: inline-block;
	border: 2px solid #fff;
}
.imageSlider .sliderItem .sliderLink:hover a {
	background: #fff;
	color: #000;
}
@media screen and (max-width: 1600px){
	.imageSlider {
		height: 400px;
	}
}
@media screen and (max-width: 1400px){
	.imageSlider {
		height: 400px;
	}
}
@media screen and (max-width: 1200px){
	.imageSlider {
		height: 350px;
	}
	.imageSlider .sliderText {
		font-size: 45px;
	}
}

@media screen and (max-width: 1200px){
	.imageSlider .sliderText {
		font-size: 45px;
	}
}
@media screen and (max-width: 900px){
	.imageSlider {
		height: 300px;
	}
	.imageSlider .sliderText {
		font-size: 40px;
	}
}
@media screen and (max-width: 700px){
	
}
@media screen and (max-width: 500px){
	.imageSlider {
		height: 200px;
	}
	.imageSlider .sliderText {
		font-size: 30px;
	}
}