.main-header__getcity > .js-open-cities {
	white-space: nowrap;
}

.main-header__getcity > .js-open-cities:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid #333;
    transform: rotate(90deg);
}

.main-header__getcity > .js-open-cities:hover {
	color: #333 !important; 
}