@media only screen and (max-width: 480px) {
	.mobile-bottom-nav {
		overflow: hidden;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		display: flex;
		height: 65px;
		box-shadow: 0 -2px 5px -2px #003882;
		background-color: #003882;
	}

	.mobile-bottom-nav .nav-first {
		padding-left: 20px;
	}

	.mobile-bottom-nav__item-content {
		font-size: 24px;
		text-align: center;
		display: inline-block;
		padding: 2px 0 0 20px;
	}
}