.shopDetailText {
	width: 50%;
	float: right;
	text-align: right;
	color: #000;
	background-color: #FFC100;
	padding: 65px 0px 65px 65px;
	position: relative;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
}
.shopDetailText:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #FFC100;
	z-index: -1;
	width: 500%;
}
.shopDetailText:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -65px;
	background: #FFC100;
	z-index: 1;
	width: 65px;
}
.shopDetailText h3 {
	font-family: Geometria;
	font-weight: 900;
	font-size: 48px;
	line-height: 60px;
	padding-bottom: 40px;
}
.shopPreviewText {
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
}
.shopBit {
	margin-left: 0%;
	width: 50%;
	float: left;
}
.shopTitle {
	font-family: Geometria;
	font-style: normal;
	font-weight: bold;
	font-size: 54px;
	line-height: 220px;
}
.shopImg img {
	float: right;
	max-width: none !important;
}
.shopsBox {
	position: relative;
}
.shopsBox .main-promo-box {
	position: relative;
	top: 0px;
	margin-bottom: 90px;
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: 142.3%;
	max-width: 35%;
}
.shopBitBox {
	clear: both;
	position: relative;
}
.shopBitBoxAll {
	clear: both;
	margin-bottom: 115px;
}
.shopsBox :nth-last-child(2) {
	margin-bottom: 0px !important;
}
.lodosBox {
	padding-top: 50px;
}
.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;
}
@media (max-width: 1000px) {
	.shopsBox .main-promo-box {
		margin-bottom: 50px;
		font-size: 36px;
		line-height: 100%;
		max-width: 100%;
	}
	.shopBit {
		width: 100%;
		float: none;
		clear: both;
	}
	.shopTitle {
		width: 50%;
		float: left;
		text-align: center;
	}
	.shopImg {
		float: right;
		width: 50%;
		margin-right: -20px;
	}
	.shopImg img {
		max-width: 100% !important;
		height: auto;
	}
	.shopDetailText {
		position: relative;
		clear: both;
		margin-right: -20px;
		width: 100%;
		padding-right: 20px;
	}
	.shopPreviewText {
		display: none;
	}
	.logoBit {
		width: 23%;
		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;
	}
}
@media (max-width: 600px) {
	.shopTitle {
		font-size: 32px;
		line-height: normal;
	}

	.shopDetailText h3 {
		font-family: Geometria;
		font-weight: 600;
		font-size: 30px;
		line-height: 30px;
	}
}