.f-bottom-menu-wrapper {
	position: relative;
}

.f-bottom-menu-widget
{
	position: absolute;
	right: 100px;
	bottom: 0;
}

.f-bottom-menu {
	margin: 30px 0 0 0;
	display: flex;
    justify-content: space-between;
}

.f-bottom-menu li {
	max-width: 245px;
	width: 100%;
}

.f-bottom-menu li a {
	color: #fff;
}

.f-bottom-menu .f-dop-menu {
	padding: 10px 0 0 0;
	display: flex;
    flex-direction: column;
}

.f-bottom-menu .f-bottom-menu--active {
	color: #ffffff61;
}

.f-bottom-title {
	font-size: 16px;
}

.non-child-bottom {
	display: flex;
    flex-direction: column;
    justify-content: center;
	margin: 50px 0 0 0
}

.non-child-bottom li {
	padding: 10px 0;
}

@media (max-width: 767px) {
	.f-bottom-menu {
		flex-direction: column
	}

	.f-bottom-title {
		font-size: 24px;
	}

	.f-bottom-menu li {
		margin: 20px 0;
	}

	.non-child-bottom {
		margin: 0;
	}

	.non-child-bottom li {
		margin: 5px 0;
	}
}
