#languages-block-top {
  float: right;
  position: relative;
  margin-left: 26px;
  margin-top: 20px; }
  @media (max-width: 991px) {
    #languages-block-top {
      margin-left: 18px; } }
  @media (max-width: 767px) {
    #languages-block-top {
      float: none;
      display: inline-block;
      margin: 35px 7px 0; } }
  #languages-block-top span.firstWord {
    display: none; }
  #languages-block-top div.current {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font: 300 16px/26px "Lato", sans-serif;
    cursor: pointer;
    color: white;
    overflow: hidden;
    position: relative; }
    @media (max-width: 991px) {
      #languages-block-top div.current {
        font-size: 14px; } }
    #languages-block-top div.current strong {
      font-weight: 300; }
    #languages-block-top div.current:after {
      content: "\f0d7";
      font-family: "FontAwesome";
      color: #ff981c;
      padding-left: 4px; }
    #languages-block-top div.current.active:after {
      content: "\f0d8"; }
    #languages-block-top div.current:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 1px;
      background: white;
      left: -100%;
      bottom: 0; }
      @media (min-width: 991px) {
        #languages-block-top div.current:before {
          -moz-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease; } }
      @media (max-width: 767px) {
        #languages-block-top div.current:before {
          display: none; } }
    @media (min-width: 768px) {
      #languages-block-top div.current:hover:before, #languages-block-top div.current.active:before {
        left: 0; } }
    @media (max-width: 767px) {
      #languages-block-top div.current:hover, #languages-block-top div.current.active {
        opacity: 0.75; } }
    @media (max-width: 479px) {
      #languages-block-top div.current .cur-label {
        display: none; } }
  #languages-block-top ul {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    width: 157px;
    background: #191919;
    z-index: 2;
    text-align: left; }
    @media (max-width: 767px) {
      #languages-block-top ul {
        left: 0 !important;
        margin-left: -20px; } }
    #languages-block-top ul li {
      color: white;
      line-height: 35px;
      font-size: 13px; }
      #languages-block-top ul li a,
      #languages-block-top ul li > span {
        padding: 0 10px 0 12px;
        display: block;
        color: white; }
      #languages-block-top ul li.selected, #languages-block-top ul li:hover a {
        background: #484848; }

@media (max-width: 991px) {
  .lang_ru #languages-block-top div.current {
    font-size: 13px; } }
@media (max-width: 767px) {
  .lang_ru #languages-block-top div.current {
    font-size: 14px; } }
@media (max-width: 479px) {
  .lang_ru #languages-block-top div.current {
    font-size: 13px; } }
