#wrapper {
	font-family: 'Bahnschrift', sans-serif;
	font-weight: 200;
	color: #868686;
	max-width: 424px;
	border: 1px solid #cecece;
	margin: 40px auto 0 auto;
	position: relative;
}

#reklama {
	position: absolute;
	left: 0;
	top: -22px;
	font-size: 18px;
	color: #5c5c5c;
}

#content-left {
	width: 418px;
	max-height: 548px;
	margin: 2px;
	padding: 1px;
	background: #cecece;
	overflow: hidden;
}

#price {
	margin-bottom: 10px;
	min-height: 46px;
}

#price p {
	text-align: center;
	margin: 1px 0;
	color: #fff;
	background: #f84040;
	font-size: 36px;
}

#content-right button {
	min-width: 83px;
	height: 26px;
	background-color: #4c644a;
	align-self: flex-end;
	border: none;
	margin-left: 61px;
	margin-bottom: 2px;
	margin-top: 2px;
  }

  #content-right button a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 2px;
	font-family: 'Bahnschrift', sans-serif;
  }

ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

ul li {
	box-sizing: border-box;
	width: 212px;
	height: 254px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

img {
	width: 100%;
	height: 100%;
	display: block;
}

ul li img {
	width: 90%;
	height: 100%;
	display: block;
	margin: 0 auto;
}

.active-img {
	border: 2px solid #0ba80b;
}

.btnDiv {
	min-height: 46px;
	background: #0ba80b;
	display: flex;
	justify-content: center; 
	align-items: center;
	margin: 0 auto;
}


.btnDiv span a {
	text-decoration: none;
	color: #fff;
	font-size: 36px;
	line-height: 46px;
}

#imgOpacity {
	width: 32px;
	height: 32px;
	margin-left: 15px;
}

