#languages-block-top {
  /*
  	float: right;
  	border-left: 1px solid #515151;
  	position: relative;
  */
  display: inline-block;
  /*
  	position: absolute;
      width: 100%;
      left: 0;
      top: 2px;
      text-align: center;
  */
  /*
  	@media (max-width: $screen-xs - 1) {
  		width: 25%;
  	}
  */
  /*
  	ul {
  		display: none;
  		position: absolute;
  		top: 37px;
  		left: 0;
  		width: 157px;
  		background: $dark-background;
  		z-index: 2;
  		li {
  			color: $light-text-color;
  			line-height: 35px;
  			font-size: 13px;
  			a,
  			> span {
  				padding: 0 10px 0 12px;
  				display: block;
  				color: $light-text-color;
  			}
  			&.selected, &:hover a {
  				background: #484848;
  			}
  		}
  	}
  */
}
#languages-block-top span.firstWord {
  display: none;
}
#languages-block-top div.current {
  font-weight: bold;
  padding: 8px 10px 10px 10px;
  line-height: 18px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 479px) {
  #languages-block-top div.current {
    text-align: center;
    padding: 9px 5px 10px;
    font-size: 11px;
  }
}
#languages-block-top div.current strong {
  color: #777777;
}
#languages-block-top div.current:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  line-height: 18px;
  color: #686666;
  vertical-align: -2px;
  padding-left: 12px;
}
@media (max-width: 479px) {
  #languages-block-top div.current:after {
    padding-left: 2px;
    font-size: 13px;
    line-height: 13px;
    vertical-align: 0;
  }
}
@media (max-width: 479px) {
  #languages-block-top div.current .cur-label {
    display: none;
  }
}
