.other-modules-title
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #000;
	font-weight: 200;
	margin-bottom: 0;
}

.other-modules-row {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: 1px 0;
}

.other-modules
{
	padding: 35px 22px 5px;
	position: relative;
	background-color: #f3f4f5;
}

.other-modules.hidden-other
{
	padding-bottom: 36px;
}

.modules-wrap
{
	padding: 5px 0 0;
	max-height: 286px;
	overflow: hidden;
	transition: max-height 0.3s ease-in;
	font-size: 0;
}

.other-modules .modules-wrap .item-wrap
{
	width: 25%;
}

.other-modules .modules-wrap .item-block
{
	margin: 0;
}

.other-modules .modules-wrap .item-block:hover
{
	background: none;
}

.modules-button-container
{
	display: block;
	height: 36px;
	left: 0;
	position: absolute;
	width: 90%;
	text-align: center;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	border-top: 1px solid #e2e3e4;
}

.modules-button-container .modules-button
{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.modules-button .button-title
{
	font-size: 12px;
	line-height: 36px;
	color: rgba(0, 0, 0, 0.45);
	font-weight: 800;
}

.modules-button.show-more
{

}

.other-modules .modules-wrap .item-name::before,
.other-modules .modules-wrap .item-img-wrap::before
{
	display: none;
}