.i-slice-gallery {
	position: relative;
}

.i-slice-gallery,
.i-slice-gallery__main-img,
.i-slice-gallery__items
{
	width: 421px;
	height: 356px;
}

.i-slice-gallery__main-img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.i-slice-gallery__items {
	list-style: none;
	padding: 0;
	margin: 0;

	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
}

.i-slice-gallery__item,
.i-slice-gallery__item-content
{
	height: 113px;
}

.i-slice-gallery__item {
	position: absolute;
	cursor: pointer;
}

.i-slice-gallery__item-content {
	position: relative;
	width: 100%;
	height: 100%;
}

.i-slice-gallery__item-img {
	width: 217px;
	height: 160px;

	margin-left: -108px;
	margin-top: -80px;

	position: absolute;
	top: 50%;
	left: 50%;

	display: none;
}


.mi-slice-gallery__item__position_top-left,
.mi-slice-gallery__item__position_middle-left,
.mi-slice-gallery__item__position_bottom-left
{
	left: 0px;
	width: 133px;
}

.mi-slice-gallery__item__position_top-left .i-slice-gallery__item-img,
.mi-slice-gallery__item__position_middle-left .i-slice-gallery__item-img,
.mi-slice-gallery__item__position_bottom-left .i-slice-gallery__item-img
{
}

.mi-slice-gallery__item__position_top-center,
.mi-slice-gallery__item__position_middle-center,
.mi-slice-gallery__item__position_bottom-center
{
	left: 133px;
	width: 154px;
}

.mi-slice-gallery__item__position_top-right,
.mi-slice-gallery__item__position_middle-right,
.mi-slice-gallery__item__position_bottom-right
{
	left: 287px;
	width: 135px;
}



.mi-slice-gallery__item__position_top-left,
.mi-slice-gallery__item__position_top-center,
.mi-slice-gallery__item__position_top-right
{
	top: 0px;
}


.mi-slice-gallery__item__position_middle-left,
.mi-slice-gallery__item__position_middle-center,
.mi-slice-gallery__item__position_middle-right
{
	top: 114px;
}

.mi-slice-gallery__item__position_bottom-left,
.mi-slice-gallery__item__position_bottom-center,
.mi-slice-gallery__item__position_bottom-right
{
	top: 228px;
}


.mi-section__name_slice-gallery{  float: left;
  margin: 0 20px 5px 0;}

.section-content__text { padding:40px; overflow:hidden; }
.section-content__text > p:last-child { margin-top:25px; }

 .content  { padding-bottom:70px; }