.clear {
	clear: both;
	height: 0px;
}
#tabsBox {
	display: block;
	position: absolute;
	top: -250px;
	left: 0px;
	z-index: 5;
}
.tabBit {
	background-color: rgba(255, 255, 255, 0.95);
	margin-bottom: 10px;
	cursor: pointer;
}
.tabBit.act {
	color: #FFF;
	background: linear-gradient(0deg, rgba(207, 28, 37, 0.85), rgba(207, 28, 37, 0.85)), #D1D1D1;
	position: relative;
}
.tabBit.act:after {
	content: '';
	background: linear-gradient(0deg, rgba(207, 28, 37, 0.85), rgba(207, 28, 37, 0.85)), #D1D1D1;
	position: absolute;
	width: 80px;
	top: 0px;
	right: -50px;
	bottom: 0px;
	z-index: -1;
	display: block;
	transform: skewX(30deg);
}
.bg1, .bg2 {
	background-repeat: no-repeat;
	background-position: 24px center;
}
.tabBit.act .bg1 {
	background-image: none !important;
}
.tabBit:not(.act) .bg2 {
	background-image: none !important;
	padding: 15px 15px 15px 100px;
}
.tabBit.act .bg2 {
	padding: 15px 15px 15px 100px;
}
.shopText {
	color: #FFF;
	background-color: #000;
	margin-left: 50%;
	margin-top: 350px;
	padding: 50px 0px 50px 0px;
	font-size: 24px;
	line-height: 140%;
	position: relative;
	margin-bottom: 150px;
	position: relative;
	z-index: 1;
}
.shopText:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: -1;
	width: 500%;
}
.shopText:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100px;
	background: #000;
	z-index: -1;
	width: 100px;
}
.shopText h2 {
	font-size: 50px;
	line-height: 48px;
	padding: 0px;
	margin: 0px 0px 65px 0px;
}
.bitShop {
	display: none;
	position: relative;
}
.bitShop.act {
	display: block;
}
.shopDetailImg {
	float: left;
	margin-top: 350px;
	width: 50%;
	min-height: 450px;
	margin-bottom: 150px;
	position: relative;
}
.shopDetailImg:before {
	content: '';
	position: absolute;
	background-color: #FFC100;
	width: 115%;
	min-height: 150px;
	top: 80%;
	left: 0px;
	margin: 0px -75px;
	display: block;
	z-index: -3;
}
.imgAbs {
	position: relative;
	z-index: 9;
}
.shopDetailImg img {
	max-width: 100%;
	height: auto;
}
.gallery_shop {
	position: relative;
	clear: both;
	margin-bottom: 100px;
}
.gallery_shop li {
	text-align: center;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.prev, .next {
	top: 0px;
	display: block;
	width: 72px;
	height: 230px;
	position: absolute;
	background-color: #CF1C25;
	z-index: 9;

}
.prev:before, .next:before{
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	margin-left: -11px;
	margin-top: -11px;
	left: 50%;
	top: 50%;
	border-left: 4px solid #FFFFFF;
	border-top: 4px solid #FFFFFF;
}
.prev:before {
	transform: rotate(-45deg);
}
.next:before{
	transform: rotate(135deg);
}
.prev {
	left: -75px;
}
.next {
	right: -75px;
}
.prevTextBox {
	background-color: #FFC100;
	text-align: right;
	width: 75%;
	padding: 50px 0px 50px 50px;
	float: right;
	clear: both;
	margin: 0px 0px 100px 0px;
	position: relative;
	font-size: 20px;
}
.prevTextBox:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #FFC100;
	z-index: -1;
	width: 500%;
}

.lodosBox {
	padding-top: 50px;
	clear: both;
}
.logoBit {
	width: 15%;
	height: 150px;
	overflow: hidden;
	float: left;
	margin: 10px 5%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	box-sizing: border-box;
}
.i_drugie {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 100px;
}
.aboutRedBox {
	margin: 100px 0px;
	border: 1px solid #CF1C25;
	box-sizing: border-box;
	padding: 20px;
}
.aboutRedBoxCenter {
	background-color: #CF1C25;
	color: #FFF;
	text-align: center;
	padding: 30px;
	font-size: 20px;
}
@media (max-width: 900px) {
	#tabsBox {
		position: relative;
		clear: both;
		max-width: 60%;
		top: auto;
		margin-top: 100px;
	}
	.shopText {
		margin: 60px 0px 60px 0px;
	}
	.shopDetailImg {
		position: absolute;
		bottom: 0px;
		left: 50%;
		margin-left: -150px;
		width: 300px;
		display: none;
	}
	.gallery_shop {
		padding: 0px 60px;
	}
	.prev {
		left: -10px;
	}
	.next {
		right: -10px;
	}
	.prevTextBox {
		margin-bottom: 80px;
	}
	.logoBit {
		width: 23.3%;
	}
}
@media (max-width: 500px) {
	.prevTextBox {
		width: auto;
	}
	#tabsBox {
		max-width: 80%;
	}
	.logoBit {
		width: 40%;
	}
}
