.bottom-menu {

}

.bottom-menu__item {
	margin-bottom: 10px;
}

.bottom-menu__item a {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: -0.01em;
	color: #000000;
	transition: all .3s ease;
}
.bottom-menu__item a:hover,
.bottom-menu__item a:active,
.bottom-menu__item a:focus{
	color: #175CFF;
	transition: all .3s ease;
}

@media screen and (max-width: 767px){
	.bottom-menu__item {
		font-size: 16px;
	}
}