.sectionCategoryList {
    /*max-height: 287px;*/
    /*overflow: hidden;*/
    position: relative;
    transition: all .3s ease
}

.sectionCategoryList.active {
    max-height: 10000px
}

.sectionCategoryList__image-link {
    position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.sectionCategoryList__image-link:before {
    content: "\f002";
    position: absolute;
    color: #fff;
    top: 6px;
    right: 10px;
    pointer-events: none;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}
.panel-success__icon:before {
    background: url("images/alphabet-icon-header.png") no-repeat;
    display: inline-block;
    content: ' ';
    height: 22px;
    width: 22px;
    vertical-align: bottom;
}

.sectionCategoryList__image-link span {
	display: inline-block;
	padding-top: 10px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
}

.sectionCategoryList .active {
	font-weight: 800;
	color: #5B9118;
}

.sectionCategoryList .latin-name {
	display: block;
	line-height: 1;
	padding-top: 0;
	font-weight: 400;
}

.sectionCategoryList__text-holder {font-weight: 600;}

.show-hide {
	font-size: 17px;
	border: none;
	background: none;
	font-style: italic;
	text-decoration: underline;
	outline: none;
	font-weight: 600;
	padding-top: 20px;
}

.spoiler {
	position: relative;
	overflow: hidden;
	height: 258px;
}

.spoiler::before {
	content: '';
	position: absolute;
	bottom: -41px;
	width: calc(100% - 16px);
	height: 110px;
	left: 10px;
	right: 0;
	z-index: 2;
	background: linear-gradient(to top, rgba(247, 247, 247, 1), rgba(0, 0, 0, 0));
}

.spoiler.spoiler-overlay {
	overflow: initial;
	height: auto;
}

.spoiler.spoiler-overlay::before {
	display: none;
}

.fix {
	position: fixed;
	z-index: 99 !important;
	top: 70px;
	transition: all 0.5s ease-out;
}

@media (max-width: 767px) {
	.sectionCategoryList__col {
		margin-left: -10px;
	}
}

.red.sectionCategoryList__text-holder {
	color: #e31e24;
}

.sectionCategoryList__col a:hover .red.sectionCategoryList__text-holder {
	color: white;
}