

/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news.list/wiki/style.css?17708251433063*/
.abc .items{
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.abc .item{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  width: 44px;
  height: 44px;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  text-transform: uppercase;
}
.abc .item:hover, .abc .item.active{
  background: #FFB400;
  border-color: #FFB400;
  color: #fff;
  cursor: pointer;
  transition: 400ms;
}
.abc_page {
  display: flex;
  flex-direction: column-reverse;
}
.words_block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 64px;
}
.words_blocks {

}

.words_blocks .name{
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 178%;
  padding-bottom: 8px;
  border-bottom: 1px solid #3a3a3a;
}
.words_blocks .items{
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.words_blocks .items a{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
}
.words_blocks .items a:hover{
  color: #FFB400;
  transition: 400ms;
}

.words_search_block{
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  padding: 16px;
  width: 100%;
  max-width: 560px;
  height: 57px;
  background: #232323;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}
.words_search_block .reset{
  display: none;
}
.words_search_block .submit{
  width: 19px;
  height: 19px;
  background-image: url("/bitrix/templates/aspro-allcorp3/components/bitrix/news.list/wiki/img/search.svg");
  border: none;
  background-color: transparent;
}
.words_search_block input {
  background: transparent;
  border: none;
  color: #999;
}
.words_search_block .search_form{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.words_search_res{
  display: none;
}
.words_search_res.active{
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  top: 100%;
  background-color: #1B1B1B;
  left: -1px;
  margin-top: 5px;
  padding: 5px 16px;
  gap: 16px;
}
.words_search_res a:hover{
  color: #ffb400;
}
.show_abc{
  display: none;
}

@media (max-width: 1250px) {
  .words_block {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 32px;
  }
}

@media (max-width: 768px) {
  .words_block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .words_block {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
  .words_blocks .name {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
  }
  .words_blocks .items {
    gap: 14px;
    margin-top: 16px;
  }
  .abc .items {
    gap: 8px;
  }
  .abc .item {
    font-size: 14px;
    width: 40px;
    height: 40px;
  }
  .show_abc{
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 179%;
    color: #999;
  }
  .abc{
    display: none;
  }
}
/* End */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news.list/wiki/style.css?17708251433063 */
