ul.alpabet {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
ul.alpabet > li {
  text-align: center;
  margin: 10px 20px 10px 0;
}

ul.alpabet>li:first-of-type {
  margin-top: 10px;
  margin-left: 0;
}
ul.alpabet > li:before {
 display: none;
}

.collapse-block {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
.collapse-block .collapser {
  position: absolute;
  top: 16px;
  right: 5px;
  font-size: 25px;
  cursor: pointer;
  text-decoration: none !important;
}

.collapse-block_title {
  cursor: pointer;
  margin: 0px 35px 0 0;
  padding-bottom: 7px;
  padding-top: 7px;
  font-weight: 400;
  position: relative;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
}

.dict-header {
  display: block;
  width: calc(100% - 40px);
  font-weight: 300;
  font-size: 18px !important;
  font-weight: 400 !important;
}

.dict-description {
  display: none;
  padding-bottom: 20px;
}

.alpabet-char {
  font-weight: bold;
  color: #f2722c
}

.alpabet-char.margin {
  padding: 30px 0 16px;
}

.svg-inline-down.revert {
  transform: rotate(180deg);
}
