

/* Start:/local/templates/redesign/css/tags.css?17228627641666*/
.component-tags {
  display: flex;
  gap: 10px;
  margin-bottom: 50px;
}
.coc-content__tags.component-tags {
  padding-top: 60px;
}
.component-tags__control {
  flex-shrink: 0;
  display: none;
}
.component-tags__control--show{
  display: block;
}
.component-tags__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  height: 100%;
  justify-content: flex-start;
  max-height: 30px;
  overflow: hidden;
  transition: 0.8s ease-out;
}
.component-tags__list--show-all {
  max-height: 735px;
}
.component-tags__link {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 250px;
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: #7D858C;
  text-transform: uppercase;
  background-color: #E5EAEC;
  border-radius: 4px;
  text-align: center;
  padding: 6px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.component-tags__link--current {
  background-color: #B12535;
  color: #fff;
}
.component-tags__link:hover {
  color: #fff;
  background-color: #7D858C;
  text-decoration: none;
}
.component-tags__toggle {
  background: #7D858C;
  border-radius: 5px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  height: fit-content;
  line-height: 1;
  padding: 10px 10px;
  text-transform: uppercase;
  transition: opacity 0.25s;
}
.component-tags__toggle:hover {
  opacity: 0.6;
}
@media (max-width: 1024px){
  .component-tags {
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
  }
  .component-tags__list{
    justify-content: center;
  }
  .coc-content__tags.component-tags {
    padding-top: 40px;
    margin-bottom: 25px;
  }
}
/* End */
/* /local/templates/redesign/css/tags.css?17228627641666 */
