.kn-footer,
.kn-footer * {
  box-sizing: border-box;
}

html,
body {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.go-top,
.buttontop {
  display: none !important;
}

.kn-footer {
  clear: both;
  margin-top: 38px;
  background: #f8fafc;
  color: #20325a;
  font-family: Arial, sans-serif;
  border-top: 1px solid #e2e7ef;
  box-shadow: inset 0 1px 0 #fff;
}

.kn-footer a {
  color: inherit;
  text-decoration: none;
}

.kn-footer a:hover,
.kn-footer a:focus {
  color: #ef4b4c;
  text-decoration: none;
}

.kn-footer-accent {
  height: 4px;
  background: linear-gradient(90deg, #000000 0%, #000000 33.33%, #dd0000 33.33%, #dd0000 66.66%, #ffce00 66.66%, #ffce00 100%);
}

.kn-footer-inner {
  width: 1170px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding: 30px 0 16px;
}

.kn-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr .85fr 1.55fr;
  gap: 42px;
  align-items: start;
  padding-bottom: 24px;
  border-bottom: 1px solid #d8dee8;
  font-size: 13px;
  text-transform: uppercase;
}

.kn-footer-col,
.kn-footer-address {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-style: normal;
  line-height: 1.35;
}

.kn-footer-col strong,
.kn-footer-address strong {
  margin-bottom: 6px;
  color: #20325a;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.kn-footer-col a {
  position: relative;
  width: fit-content;
  color: #506077;
  font-weight: 700;
}

.kn-footer-col a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -3px;
  height: 2px;
  background: #ef4b4c;
  transition: right .18s ease;
}

.kn-footer-col a:hover::after,
.kn-footer-col a:focus::after {
  right: 0;
}

.kn-footer-logo {
  text-align: center;
}

.kn-footer-logo img {
  width: 96px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 8px rgba(22,35,58,.12));
}

.kn-footer-social {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.kn-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #d8dee8;
  border-radius: 50%;
  background: #fff;
  color: #20325a;
  box-shadow: 0 2px 7px rgba(22,35,58,.06);
}

.kn-footer-social a:hover,
.kn-footer-social a:focus {
  border-color: #ef4b4c;
  background: #ef4b4c;
  color: #fff;
}

.kn-footer-address {
  text-transform: none;
  color: #506077;
  font-weight: 700;
}

.kn-footer-address i {
  width: 18px;
  margin-right: 7px;
  color: #ef4b4c;
  text-align: center;
}

.kn-footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1.4fr;
  gap: 24px;
  align-items: center;
  padding-top: 16px;
  font-size: 12px;
}

.kn-footer-country {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #506077;
  font-weight: 700;
}

.kn-footer-country img {
  width: 40px;
  height: 24px;
}

.kn-footer-payments {
  width: 196px;
  max-width: 100%;
  height: auto;
  opacity: .9;
}

.kn-footer-legal {
  display: flex;
  justify-content: flex-end;
  gap: 13px;
  color: #506077;
  font-weight: 700;
}

.kn-footer-strip {
  min-height: 34px;
  padding: 9px 16px;
  background: #172642;
  color: rgba(255,255,255,.86);
  font-size: 12px;
  text-align: center;
}

.kn-footer-strip a {
  color: #f5cb07;
  font-weight: 700;
}

@media (max-width: 991px) {
  .kn-footer-inner {
    max-width: calc(100% - 24px);
    padding-top: 20px;
  }

  .kn-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }

  .kn-footer-logo {
    text-align: left;
  }

  .kn-footer-bottom {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .kn-footer-legal {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .kn-footer {
    margin-top: 24px;
  }

  .kn-footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .kn-footer-logo img {
    width: 82px;
  }
}

.kn-widerruf-bar {
  background:#f3f5f9; padding: 10px 16px; text-align: center;
  border-bottom: 1px solid #e4e8ef;
}
.kn-widerruf-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; background: #fff; color: #20325a !important;
  border: 2px solid #dd0000; border-radius: 6px; text-decoration: none !important;
  font-size: 13px; font-weight: bold;
}
.kn-widerruf-btn:hover { background: #dd0000; color: #fff !important; }
