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

.footer {
  margin: 0 -3000px;
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 400;
  color: #262626;
  padding: 0 3000px;
  background-color: #ffffff;
}
.footer .block {
  padding: 0;
  margin: 0;
  gap: 24px;
}
.footer a {
  color: #595959;
  text-decoration: none;
  text-underline-offset: 4px;
}
.footer a:hover {
  color: #ED1A22;
  text-decoration: none;
}
.footer li {
  margin: 24px 0;
  list-style: none;
  margin: 20px 0;
}
.footer .footer-content {
  gap: 16px;
}
.footer .footer-content,.footer .footer-bottom {
  display: grid;
  margin: 0 -3000px;
  background-color: #ffffff;
  padding-left: 3000px;
  padding-right: 3000px;
  padding-top: 48px;
  padding-bottom: 48px;
  grid-template-columns: 1fr 1fr 1fr;
}
.footer .footer-bottom {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.footer .footer-bottom > * {
  margin-bottom: 8px;
}
.footer .footer-bottom .privacy-policy {
  text-align: center;
}
.footer .footer-bottom .created-by {
  text-align: end;
}
.footer .menu a {
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 400;
  padding-left: inherit;
}
.footer ul {
  margin: 0;
  padding: 0;
}

.footer {
  border-top: 1px solid #d9d9d9;
  margin-top: 32px;
}
.footer .menu-level-0 .menu__item:first-child a, .footer .footer-contacts-block a {
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 700;
  margin-top: 0;
  color: #262626;
}
.footer .menu-level-0 .menu__item:first-child a:hover, .footer .footer-contacts-block a:hover {
  color: #ED1A22;
}
.footer h2, .footer .block .block__header {
  margin-bottom: 16px;
}
.footer .footer-content {
  position: relative;
  gap: 46px 16px;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 80px;
}
.footer .footer-content li {
  margin: 16px 0;
}
.footer .footer-content li:first-child {
  margin-top: 0;
}
.footer .footer-content li:last-child {
  margin-bottom: 0;
}
.footer .footer-content > .block:first-child {
  grid-row: 1;
  grid-column: 1/-1;
  height: 40px;
}
.footer .footer-content > .block:first-child .field-body .value {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-content > .block:first-child .footer-logo {
  width: 187px;
  height: 40px;
  background-image: url("../../assets/img/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .footer-content > .block:first-child .footer__social {
  height: 40px;
  width: 72px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.footer .footer-content > .block:first-child .footer__social a {
  display: flex;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.footer .footer-content > .block:first-child .footer__social a.tg-icon {
  background-image: url("../../assets/img/tg-icon.svg");
}
.footer .footer-content > .block:first-child .footer__social a.tg-icon:hover {
  background-image: url("../../assets/img/tg-icon-hov.svg");
}
.footer .footer-content > .block:first-child .footer__social a.wp-icon {
  background-image: url("../../assets/img/wp-icon.svg");
}
.footer .footer-content > .block:first-child .footer__social a.wp-icon:hover {
  background-image: url("../../assets/img/wp-icon-hov.svg");
}
.footer #block-kontaktyvfutere p {
  margin: 16px 0;
}
.footer #block-kontaktyvfutere p:first-child {
  margin-top: 0;
}
.footer #block-kontaktyvfutere p:first-child a:first-child {
  margin-bottom: 6px;
}
.footer #block-kontaktyvfutere p:last-child {
  margin-bottom: 0;
}
.footer #block-futer1 .menu-footer-one .menu__item:last-child a {
  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: 24px;
  padding-right: 24px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 12px;
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 700;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #262626;
}
.footer #block-futer1 .menu-footer-one .menu__item:last-child a:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #262626;
}
.footer #block-futer1 .menu-footer-one .menu__item:last-child a {
  font-size: 14px;
  line-height: 20px;
  font-family: "NunitoSans";
  font-weight: 400;
  height: 28px !important;
  padding: 0 12px;
  gap: 4px;
}
.footer #block-futer1 .menu-footer-one .menu__item:last-child a:before {
  content: "";
  width: 16px;
  height: 16px;
  display: flex;
  background-image: url("../../assets/img/visual-cat-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.footer .footer-bottom {
  color: #595959;
}

#block-kontaktyvfutere a {
  color: #262626;
}
#block-kontaktyvfutere a:hover {
  color: #ED1A22;
}

.toUpBtn {
  position: absolute;
  background: #ED1A22;
  border: 1px solid #ED1A22 !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  height: 40px !important;
  border-radius: 32px;
  padding: 0 !important;
  right: 2940px;
  bottom: 20px;
  display: inline-flex;
}
.toUpBtn:hover:first-child,.toUpBtn:hover::before {
  text-decoration: none;
}
.toUpBtn {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.toUpBtn:first-child,.toUpBtn::before {
  text-decoration: none;
}
.toUpBtn::before {
  content: "\ea3a";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}
@media (max-width: 1279px) {
  .toUpBtn {
    right: 3000px;
  }
}
@media (max-width: 1023px) {
  .footer li {
    margin: 16px 0;
  }
  .footer {
    margin-top: 0;
  }
  .footer .footer-content {
    padding-top: 48px;
  }
  .footer #block-futer1 .menu-footer-one .menu__item:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer .footer-content,.footer .footer-bottom,.footer .footer-bottom {
    grid-template-columns: 1fr;
  }
  .footer .footer-bottom .privacy-policy,.footer .footer-bottom .created-by {
    text-align: start;
  }
  .footer .footer-content {
    gap: 0 16px;
  }
  .footer nav {
    border-bottom: 1px solid #F0F0F0;
    padding: 30px 0;
  }
  .footer #block-kontaktyvfutere {
    padding-top: 30px;
  }
}