:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#8559B0;
}

input[type=submit],
.btn, .btn-primary, .button, .button-primary,
button {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  height: 60px;
  gap: 16px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 8px;
  border-width: 1px;
  font-size: 18px;
  line-height: 26px;
  font-family: "manrope";
  font-weight: 600;
  background-color: #ff7221;
  border-color: #ff7221;
  color: #ffffff;
}
input[type=submit]:hover,
.btn:hover, .btn-primary:hover, .button:hover, .button-primary:hover,
button:hover {
  background-color: #d95411;
  border-color: #ff7221;
  color: #ffffff;
}

.btn-secondary, .button-secondary {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  height: 60px;
  gap: 16px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 8px;
  border-width: 1px;
  font-size: 18px;
  line-height: 26px;
  font-family: "manrope";
  font-weight: 600;
  background-color: #ffffff;
  border-color: #ff7221;
  color: #ff7221;
}
.btn-secondary:hover, .button-secondary:hover {
  background-color: #ffffff;
  border-color: #ffb073;
  color: #ffb073;
}

.btn-small, .button-small {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 600;
  background-color: #ff7221;
  border-color: #ff7221;
  color: #ffffff;
}
.btn-small:hover, .button-small:hover {
  background-color: #d95411;
  border-color: #ff7221;
  color: #ffffff;
}

.btn-small.btn-secondary,
.button-small.button-secondary {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 600;
  background-color: #ffffff;
  border-color: #ff7221;
  color: #ff7221;
}
.btn-small.btn-secondary:hover,
.button-small.button-secondary:hover {
  background-color: #ffffff;
  border-color: #ffb073;
  color: #ffb073;
}

.btn-link, .button-link {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  height: 60px;
  gap: 16px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 8px;
  border-width: 1px;
  font-size: 18px;
  line-height: 26px;
  font-family: "manrope";
  font-weight: 600;
  border: none;
  background: none;
  padding-inline: 0;
  color: #ff7221;
  text-decoration: #ff7221;
}
.btn-link:hover, .button-link:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #ffb073;
  text-decoration: #ffb073;
}
.btn-link.btn-small, .btn-link .button-small, .button-link.btn-small, .button-link .button-small {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: "manrope";
  font-weight: 600;
  border: none;
  background: none;
  padding-inline: 0;
  color: #ff7221;
  text-decoration: #ff7221;
}
.btn-link.btn-small:hover, .btn-link .button-small:hover, .button-link.btn-small:hover, .button-link .button-small:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #ffb073;
  text-decoration: #ffb073;
}

.buttons-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-block: 30px;
}

.button-switch {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  height: 20px;
  width: 20px;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-radius: 4px;
  font-size: 18px;
  line-height: 26px;
  font-family: "manrope";
  font-weight: 400;
  background-color: transparent;
  border: 1px solid transparent;
  color: #434343;
}
.button-switch:hover {
  background-color: transparent;
  border: 1px solid transparent;
  color: #ff7221;
}
.button-switch:hover .link__icon::before {
  color: #ff7221;
}
.button-switch.is-active {
  background-color: transparent;
  border: 1px solid transparent;
}
.button-switch.is-active .link__icon::before {
  color: #ff7221;
}
.button-switch.is-active:hover {
  background-color: transparent;
  border: 1px solid transparent;
  color: #ff7221;
}
.button-switch.is-active:hover .link__icon::before {
  color: #ff7221;
}
.button-switch span {
  display: none;
}

#filter-catalog-form .form-actions #clear-filter-form {
  background-color: #ffffff;
  border-color: #ff7221;
  color: #ff7221;
}
#filter-catalog-form .form-actions #clear-filter-form:hover {
  background-color: #ffffff;
  border-color: #ffb073;
  color: #ffb073;
}