.help__item-header {
  color: #686868;
  font-size: 18px;
  padding: 20px;
  background: url(../../images/v1/month_right_gray.png) center no-repeat;
  background-position: 97% center;
  cursor: pointer; }

.help__item-header.active {
  border-bottom: #dddddd 1px solid;
  background-image: url(../../images/v1/black_down.png); }

.help__item-header:hover {
  background-image: url(../../images/v1/month_right.png); }

.help__item-header.active:hover {
  background-image: url(../../images/v1/more_d.png); }

.help__item.block {
	margin-bottom: 20px;
	background: #FFF;
	border: #e1e1e1 2px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.bottom-block.wrapper {
	margin-left: 0;
	width: 940px;
}

.help__item.block {
	margin-top: 20px;
}
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 80px;
	width: 35px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}