#block-dialectswitcher {
  font-size: 11px;
  align-self: end;
  width: 140px;
}

#block-dialectswitcher .item-list ul {
  list-style: none;
  margin: 0;
  color: #C9A6C7;
}

#block-dialectswitcher .item-list ul li {
  margin: 0;
  padding: 0;
  background: none;
}

#active-dialect {
  height: auto;
  background: #9F4990;
  text-transform: uppercase;
  color: #fff;
  padding: 5px;
  margin: 5px 0;
}

#change-dialect {
  text-transform: uppercase;
  color: #9F4990;
  font-weight: normal;
}

@media screen and (min-width: 680px) {

  #block-dialectswitcher {
    right: 280px;
    top: 27px;
  }
 
}

@media screen and (min-width: 900px) {

  #block-dialectswitcher {
    position: absolute;
    right: 334px;
    top: 16px;
    height: 162px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 210px;
    font-size: 13px;
  }

  #active-dialect {
    height: 28px;
    margin: 10px 0 5px 0;
  }

  .path-dialect #block-dialectswitcher {
    top: 0;
  }

}

