.index-fast-link__wrap{
	margin: 26px 0 0;
	position: relative;
}
.index-fast-link {
	display: flex;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	padding: 0 0 10px;
}
.index-fast-link__item {
	margin: 0 16px 0 0;
	width: 100%;
}
.index-fast-link__item:last-child {
	margin-right: 0;
}
.index-fast-link__item a{
	display: flex;
	align-items: center;
	width: 100%;
	flex: none;
	background: #fff;
	box-shadow: 0px 5px 5px 0px rgba(235, 238, 243, 1);
	padding: 9px 15px 10px;
	font-size: 15px;
	line-height: normal;
	border-radius: 6px;
}
.index-fast-link__ico{
	position: relative;
	flex: none;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #e9ecf0;
	margin: 0 20px 0 0;
}
.index-fast-link__ico img{
	max-width: 65%;
	max-height: 65%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.show_auth_modal img{
	width: auto;
	left: 50%;
	transform: translate(-50%,-50%);
}
.index-fast-link__wrap .mCSB_horizontal.mCSB_inside>.mCSB_container{
	margin: 0;
}
.index-fast-link__wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal{
	opacity: 0 !important;
	pointer-events: none;
}
.menu-fast__btn{
	margin: -4px 0 0;
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(239, 239, 239, .4);
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	z-index: 1;
	transition: background ease .2s;
	text-indent: -999px;
	overflow: hidden;
}
.menu-fast__btn:hover{
	background: rgba(239, 239, 239, 1);
}
.menu-fast__btn::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	left: 15px;
	border-top: #444 2px solid;
	border-left: #444 2px solid;
	top: 50%;
	transform: translate(0, -50%) rotate(-45deg);
}
.menu-fast__btn.btn-forward {
	left: auto;
	right: 0;
	transform: scale(-1, 1) translate(0, -50%);
}

@media screen and (max-width: 980px) {
	.menu-fast__btn{
		display: none !important;
	}
	.index-fast-link__wrap{
		margin: 0;
	}
	.index-fast-link{
		padding: 0 0 16px;
	}
}
@media screen and (max-width: 500px) {
	.index-fast-link__item a, .index-fast-link__item:nth-child(4) a{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 143px !important;
		padding: 10px 13px;
		font-size: 14px;
		/* height: 121px; */
	}
	.index-fast-link__item br{
		display: none;
	}
	.index-fast-link__ico{
		width: 33px;
		height: 33px;
		margin: 0 0 18px;
	}
	.index-fast-link__ico img{
		width: 51px;
	}
	.show_auth_modal img{
		width: auto;
	}
}