.hamburger {
  display: none;
  position: absolute;
  z-index: 10;
  top: 32px;
  right: 15px;
  cursor: pointer;
}
.hamburger span {
  font-size: 16px;
  font-family: monospace;
}
.hamburger div {
  width: 35px;
  height: 5px;
  background-color: #dddada;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  will-change: transform;
}
.hamburger.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.hamburger.change .bar2 {
  opacity: 0;
}
.hamburger.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

a, p, span, li, td, div, label, blockquote, input, textarea, select, h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
}

.site-container {
  max-width: 93.125rem;
  padding: 0 0.9375rem;
  margin: 0 auto;
  width: 100%;
}

.site-header {
  margin: 0;
  background-color: #3e3e3e;
}
.site-header .site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
.site-header__logo {
  max-width: 12.1875rem;
}
.site-header__logo img {
  width: 100%;
}

.main-navigation {
  background-color: transparent;
  padding: 0;
}
.main-navigation .nav-menu {
  border: none;
}
.main-navigation .nav-menu ul {
  margin: 0;
  padding: 0;
}
.main-navigation .nav-menu ul li {
  margin: 0;
  padding: 0;
}
.main-navigation .nav-menu ul li a {
  padding: 0.75em 1em;
}
.main-navigation .nav-menu ul li ul {
  background-color: #3e3e3e;
  left: -15px;
  right: -15px;
  padding: 1.875rem 0.9375rem 0;
}
.main-navigation .nav-menu ul li ul li {
  background-color: #3e3e3e;
}
.main-navigation .nav-menu ul li ul li a {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.4375rem;
  color: #ff7b22;
  text-transform: uppercase;
  border-bottom: 2px solid #ff7b22;
  padding: 0 0 0.4375rem;
  min-width: 15.8125rem;
  margin-bottom: 1.875rem;
}
.main-navigation .nav-menu > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 263px));
  grid-row-gap: 1.875rem;
  grid-column-gap: 2.5rem;
  position: relative;
}
.main-navigation .nav-menu > ul > li > a {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.4375rem;
  color: #dddada;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border-bottom: 2px solid #dddada;
  padding: 0 0 0.4375rem;
  width: 100%;
  display: block;
}
.main-navigation .nav-menu > ul > li:hover > a {
  color: #ff7b22;
  border-color: #ff7b22;
}

.site-footer {
  background-color: #3e3e3e;
  padding: 7rem 0 2.375rem;
  margin-top: 1.875rem;
}
.site-footer__logo {
  max-width: 10.0625rem;
  width: 100%;
  display: block;
}
.site-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
}
.site-footer__content__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
.site-footer__nav {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  gap: 2.5rem;
}
.site-footer__nav a, .site-footer__nav a:link, .site-footer__nav a:visited {
  color: #dddada;
  font-size: 1.3125rem;
  font-weight: 900;
  line-height: 1.5625rem;
  display: block;
  margin-bottom: 1.75rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.site-footer__nav a:hover, .site-footer__nav a:link:hover, .site-footer__nav a:visited:hover {
  color: #ff7b22;
}
.site-footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.3125rem;
}
.site-footer__buttons a, .site-footer__buttons a:link, .site-footer__buttons a:visited {
  min-width: 6.6875rem;
  text-align: center;
  border: 1px solid #ff7b22;
  font-size: 1.25rem;
  line-height: 2.75rem;
  font-weight: 900;
  color: #ff7b22;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__buttons a:first-child, .site-footer__buttons a:link:first-child, .site-footer__buttons a:visited:first-child {
  background-color: #ff7b22;
  color: #000000;
}
.site-footer__buttons a:hover, .site-footer__buttons a:link:hover, .site-footer__buttons a:visited:hover {
  background-color: #fff;
  color: #ff7b22;
}
.site-footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.site-footer__socials a, .site-footer__socials a:link, .site-footer__socials a:visited {
  background-color: #fff;
  border-radius: 50%;
  color: #3e3e3e;
  font-size: 1.25rem;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer__socials a:hover, .site-footer__socials a:link:hover, .site-footer__socials a:visited:hover {
  background-color: #ff7b22;
  color: #fff;
}
.site-footer__copyright {
  margin-top: 4.6875rem;
  margin-bottom: 0;
  font-size: 1.0625rem;
  line-height: 1.2;
  color: #dddada;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hamburger {
    display: inline-block;
  }

  .site-header__logo {
    max-width: 5.125rem;
  }
  .site-header .site-container {
    display: block;
  }

  .main-navigation .nav-menu ul li ul li a {
    padding: 0.3125rem 1.25rem;
  }
  .main-navigation .nav-menu > ul > li > a {
    padding: 0.3125rem 0.9375rem;
  }

  .site-footer {
    padding: 1.5625rem 0 0.8125rem;
  }
  .site-footer__logo {
    max-width: 7.625rem;
    margin-bottom: 1.875rem;
  }
  .site-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer__content__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
  .site-footer__nav {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .site-footer__copyright {
    margin-top: 1.875rem;
  }
}