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

header ul li {
  list-style: none;
}

.header__compare {
  display: flex;
  align-items: center;
}
.header__compare .button-link--compare {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  width: 44px;
  height: 44px;
}
.header__compare .button-link--compare:hover:first-child {
  text-decoration: none;
}
.header__compare .button-link--compare:hover::before {
  text-decoration: none;
}
.header__compare .button-link--compare:first-child {
  text-decoration: none;
}
.header__compare .button-link--compare::before {
  content: "\e99c";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  text-decoration: none;
}

.header__favorites {
  display: flex;
  align-items: center;
}
.header__favorites .button-link--favorites {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  width: 44px;
  height: 44px;
}
.header__favorites .button-link--favorites:hover:first-child {
  text-decoration: none;
}
.header__favorites .button-link--favorites:hover::before {
  text-decoration: none;
}
.header__favorites .button-link--favorites:first-child {
  text-decoration: none;
}
.header__favorites .button-link--favorites::before {
  content: "\e91d";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  text-decoration: none;
}

.footer {
  margin: 0 -3000px;
  color: #ffffff;
  padding: 62px 3000px;
  background-color: #18433b;
}
.footer .block {
  padding: 0;
  margin: 0;
  gap: 30px;
}
.footer a {
  color: #b6d4cc;
  text-decoration: #ffffff;
  text-underline-offset: 4px;
}
.footer a:hover {
  color: #ffffff;
  text-decoration: #ffffff;
}
.footer li {
  margin: 24px 0;
  list-style: none;
  margin: 24px 0;
}
@media (max-width: 1023px) {
  .footer li {
    margin: 16px 0;
  }
}
.footer .footer-content {
  display: grid;
  margin: 0 -3000px;
  gap: 16px;
  background-color: #18433b;
  padding-left: 3000px;
  padding-right: 3000px;
  padding-top: 62px;
  padding-bottom: 62px;
  grid-template-columns: 4;
}
.footer .footer-bottom {
  display: grid;
  margin: 0 -3000px;
  background-color: #0d2722;
  padding-left: 3000px;
  padding-right: 3000px;
  padding-top: 30px;
  padding-bottom: 30px;
  grid-template-columns: 4;
  grid-template-columns: 4;
  gap: 30px;
}
.footer .footer-bottom > * {
  margin-bottom: 8px;
}
.footer .footer-bottom .privacy-policy {
  text-align: center;
}
@media (max-width: 767px) {
  .footer .footer-bottom .privacy-policy {
    text-align: start;
  }
}
.footer .footer-bottom .created-by {
  text-align: end;
}
@media (max-width: 767px) {
  .footer .footer-bottom .created-by {
    text-align: start;
  }
}
.footer .menu a {
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 400;
  padding-left: 0;
}
.footer ul {
  margin: 0;
  padding: 0;
}

aside .block:first-child {
  margin-top: 0;
}
aside .block:last-child {
  margin-bottom: 0;
}

form.search {
  display: flex;
  align-items: center;
}
form.search .form-item-clear button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  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: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 400;
  border: none;
  background: none;
  padding-inline: 0;
  color: #ff8312;
  text-decoration: #ff8312;
  font-weight: 400;
}
form.search .form-item-clear button:hover:first-child {
  text-decoration: none;
}
form.search .form-item-clear button:hover::before {
  text-decoration: none;
}
form.search .form-item-clear button:first-child {
  text-decoration: none;
}
form.search .form-item-clear button::before {
  content: "\e900";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 18px;
  line-height: 18px;
  color: #262626;
  text-decoration: none;
}
form.search .form-item-clear button:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #e67619;
  text-decoration: #e67619;
}
form.search .form-item-clear button:hover:before {
  color: #262626;
}
form.search .search-result {
  background-color: #ffffff;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
form.search .search-result .search-result__footer {
  display: flex;
  justify-content: center;
}
form.search .search-result .search-result__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
form.search input {
  border-width: 1px;
  border-radius: 8px;
  border-color: #d9d9d9;
  color: #262626;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 400;
  background-color: #ffffff;
}
form.search input::placeholder {
  color: #262626;
}
form.search input:focus {
  border-color: #ff8312;
  background-color: #ffffff;
}
form.search .form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: none;
}
form.search .form-submit:hover:first-child {
  text-decoration: none;
}
form.search .form-submit:hover::before {
  text-decoration: none;
}
form.search .form-submit:first-child {
  text-decoration: none;
}
form.search .form-submit::before {
  content: "\e91e";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 18px;
  line-height: 18px;
  color: #262626;
  text-decoration: none;
}
form.search .form-submit:hover {
  background-color: transparent;
  border: none;
}
form.search .form-submit:hover:before {
  color: #262626;
}

.footer {
  padding: 0 3000px;
}

.footer .footer-content {
   grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1279px) {
  .footer .footer-content {
     grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1023px) {
  .footer .footer-content {
     grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .footer .footer-content {
     grid-template-columns: repeat(1, 1fr);
  }
}
.footer .footer-content .footer__logo {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 400;
}
.footer .footer-content .footer__logo .phones {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope";
  font-weight: 800;
}
.footer .footer-content .footer__logo .footer__logo__text {
  margin-top: 8px !important;
}
.footer .footer-content > * {
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 767px) {
  .footer .footer-content > * {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer .footer-content > * {
    border-bottom: 1px solid #8c8c8c;
  }
}
.footer .footer-content > *:last-child {
  border: none;
}
.footer .footer-content nav h2 {
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 800;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 16px;
}
.footer .footer-bottom {
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 400;
   grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1279px) {
  .footer .footer-bottom {
     grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) {
  .footer .footer-bottom {
     grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom {
     grid-template-columns: repeat(1, 1fr);
  }
}
.footer .footer-bottom .copyright {
  color: #b6d4cc;
}