.wrap_colors {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 100;
	margin-top: -173px;
	width: 70px;
	height: 346px;
	border-radius: 5px 0 0 5px;
	background: #e8e8e8;
}
.wrap_colors ul {
}
.wrap_colors ul li {
	margin: 0 auto;
	margin-top: 16px !important;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 5px;
}
.wrap_colors ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.wrap_colors ul li.purpure {
	background: #E60B98;
}
.wrap_colors ul li.marengo {
	background: #3F4C6B;
}
.wrap_colors ul li.metallic {
	background: #868686;
}
.wrap_colors ul li.gold {
	background: #eab92d;
}
.wrap_colors ul li.blue {
	background: #207ce5;
}
.wrap_colors ul li a:hover {
	display: block;
	height: 100%;
	background: rgba(255,255,255, 0.2);
}
.promo-block-m ul {
	margin-left: 40px;
}
.promo-block-m ul li {
	list-style: none;
	padding-left: 42px;
	background: url(images/done.png) no-repeat 0 12px;
	font-size: 18px;
	line-height: 48px;
}
.promo-block-m ul li a {
	font-size: 18px;
	line-height: 48px;
}
.promo-block-m .bay-demo {
	margin-top: 36px;
}
.bay-demo {
	color: red;
	font-size: 24px;
	text-align: center;
	margin-bottom: 46px;
}
