@font-face {
  font-display: swap;
  font-family: "Kaushan Script";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/kaushan-script-v9-latin-regular.woff2") format("woff2");
}

#mainNav {
  background: linear-gradient(to bottom, #212529 5%, rgba(33, 37, 41, .72) 52%, rgba(33, 37, 41, .18) 100%);
  box-shadow: none;
  min-height: 110px;
  padding: 25px 0;
  transition: background .3s ease, box-shadow .3s ease, min-height .3s ease, padding .3s ease;
}

#mainNav .container-fluid {
  padding-left: 7%;
  padding-right: 7%;
}

#mainNav .navbar-brand {
  background: linear-gradient(to bottom, #8f6b29, #fde08d, #df9f28);
  -webkit-background-clip: text;
  background-clip: text;
  color: #fde08d;
  font-family: "Kaushan Script", "Brush Script MT", cursive;
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  min-width: 210px;
  padding: 0;
  text-decoration: none;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

#mainNav .nav-link {
  color: wheat !important;
  font-family: "Helvetica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  min-height: 52px;
  padding: 1.1em 1em !important;
  text-decoration: none;
}

#mainNav .nav-link:hover,
#mainNav .nav-link:focus,
#mainNav .nav-link.active {
  background: transparent !important;
  color: #ffd23f !important;
}

#mainNav.navbar-shrink {
  background: #212529;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .22);
  min-height: 66px;
  padding-bottom: 0;
  padding-top: 0;
}

#mainNav.navbar-shrink .navbar-brand {
  font-size: 24px;
  padding: 7px 5px 11px 0;
}

#mainNav.navbar-shrink .nav-link {
  min-height: 66px;
}

#mainNav .cart {
  color: wheat;
}

#mainNav .cart:hover,
#mainNav .cart:focus {
  color: #ffd23f;
}

.section-news {
  padding-bottom: 0 !important;
}

@media (min-width: 768px) and (max-width: 1180px) {
  #mainNav .container-fluid {
    padding-left: 3%;
    padding-right: 3%;
  }

  #mainNav .navbar-brand {
    font-size: 38px;
    min-width: 175px;
  }

  #mainNav .nav-link {
    font-size: 12px;
    padding-left: .55em !important;
    padding-right: .55em !important;
  }
}

@media (max-width: 767.98px) {
  #mainNav {
    min-height: 86px;
    padding: 12px 0;
  }

  #mainNav .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }

  #mainNav .navbar-brand {
    font-size: 38px;
    min-width: 0;
  }

  #mainNav .navbar-collapse {
    background: #212529;
    box-shadow: 0 12px 18px rgba(0, 0, 0, .18);
    margin: 12px -16px 0;
    padding: 8px 16px 14px;
    width: calc(100% + 32px);
  }

  #mainNav .navbar-nav {
    width: 100%;
  }

  #mainNav .nav-link {
    font-size: 14px;
    min-height: 42px;
    padding: 10px 0 !important;
  }

  #mainNav .navbar-toggler {
    background: #fed136;
    border: 0;
    color: #212529;
    font-size: 12px;
    min-height: 42px;
    padding: 10px 12px;
    text-transform: uppercase;
  }

  #mainNav.navbar-shrink {
    min-height: 60px;
    padding: 0;
  }

  #mainNav.navbar-shrink .navbar-brand {
    font-size: 28px;
    padding: 0;
  }

  #mainNav.navbar-shrink .nav-link {
    min-height: 42px;
  }
}

footer {
  background: #212529;
  color: wheat;
  font-family: Georgia, "Times New Roman", serif;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 76px 0 86px;
  text-align: center;
  width: 100vw;
}

footer .container {
  box-sizing: border-box;
  max-width: 1280px;
  padding-left: 48px;
  padding-right: 48px;
  width: 100%;
}

footer .footer-logo {
  font-family: "Kaushan Script", "Brush Script MT", cursive;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 62px;
}

footer .footer-row {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-left: 0;
  margin-right: 0;
  min-height: 150px;
  text-align: left;
}

footer .footer-row::before,
footer .footer-row::after {
  content: none;
}

footer .footer-row > [class*="col-"] {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

footer .footer-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  height: auto;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

footer .footer-list li {
  align-items: center;
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
}

footer .footer-list a,
footer .footer-loc a {
  color: wheat;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

footer .footer-list a:hover,
footer .footer-loc a:hover {
  color: #fde08d;
  text-decoration: underline;
}

footer .footer-list svg {
  fill: #e1c055;
  flex: 0 0 28px;
  height: 28px;
  margin-right: 0;
  width: 28px;
}

footer .footer-loc {
  align-items: center;
  color: wheat;
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: auto;
  justify-content: center;
  min-height: 150px;
  padding: 0;
  text-align: center;
}

footer .footer-loc svg {
  fill: #e1c055;
  height: 58px;
  width: 64px;
}

footer .footer-loc p {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

@media (max-width: 767.98px) {
  footer {
    min-height: 0;
    padding: 56px 0 64px;
  }

  footer .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  footer .footer-logo {
    font-size: 42px;
    padding-bottom: 42px;
  }

  footer .footer-row {
    gap: 34px;
    grid-template-columns: 1fr;
    text-align: left;
  }

  footer .footer-loc {
    align-items: flex-start;
    min-height: 0;
    text-align: left;
  }

  footer .footer-list a,
  footer .footer-loc p {
    font-size: 18px;
  }
}
