.arrow__left-menu:before{
	position: absolute;
    content: '';
    border: 5px solid transparent;
    border-left: 6px solid #cdcdcd;
    right: 20px;
    top: calc(50% - 5px);
    opacity: 1;
    transition: .3s;
}
.arrow__left-menu.bg-gray-100:before{
	opacity: 0;
}
.c-pointer{
	cursor: pointer;
}