.hamburger {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 4.0625rem;
  height: 5rem;
  background-color: #5e6570;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.25rem;
  padding-left: 0.9375rem;
}
.hamburger span {
  font-size: 16px;
  font-family: monospace;
}
.hamburger div {
  width: 35px;
  height: 5px;
  background-color: #fff;
  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: "Montserrat", sans-serif;
}

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

.site-header-top {
  height: 3.125rem;
  background-color: #fff;
}

.site-header {
  margin: 0;
  background: url("../images/header-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 2.8125rem 0 0;
}
.site-header__logo {
  max-width: 13.1875rem;
  padding: 1.8125rem 0;
}
.site-header__logo img {
  width: 100%;
}
.site-header__socials {
  background-color: rgba(69, 74, 83, 0.9);
  width: 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  padding: 0.9375rem 0;
  gap: 0.625rem;
}
.site-header__socials a, .site-header__socials a:link, .site-header__socials a:visited {
  width: 1.9375rem;
  height: 1.9375rem;
  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;
  color: #ffffff;
  font-size: 1.25rem;
}
.site-header__nav {
  background-color: rgba(171, 10, 41, 0.9);
  padding: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5%;
  width: 85%;
}

.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 {
  padding: 0.625rem 0;
  background-color: rgba(69, 74, 83, 0.9);
  border-bottom-right-radius: 1.25rem;
}
.main-navigation .nav-menu ul li ul li a {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.1875rem;
  padding: 0.4375rem 0.9375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation .nav-menu ul li ul li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.main-navigation .nav-menu > ul > li > a {
  font-size: 0.9375rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 8.3125rem;
  padding: 0 1.25rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation .nav-menu > ul > li:hover > a {
  background-color: rgba(0, 0, 0, 0.15);
}
.main-navigation .nav-menu > ul > li:last-child ul {
  left: auto;
  right: 0;
}

.site-footer {
  background-color: #454a53;
  position: relative;
  padding-top: 4.0625rem;
}
.site-footer::before {
  content: "";
  background: url("../images/footer-bg.png") no-repeat;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 13.625rem;
  height: 13.25rem;
}
.site-footer__nav a, .site-footer__nav a:link, .site-footer__nav a:visited {
  display: block;
  font-size: 1rem;
  color: #fff;
  line-height: 1.1875rem;
  text-transform: uppercase;
  margin-bottom: 0.6875rem;
  font-weight: 700;
}
.site-footer__get-in-touch h2 {
  color: #fff;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  font-weight: 700;
  text-transform: uppercase;
}
.site-footer__get-in-touch p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.site-footer__get-in-touch p i {
  padding-top: 0.3125rem;
}
.site-footer__get-in-touch p a, .site-footer__get-in-touch p a:link, .site-footer__get-in-touch p a:visited {
  color: #ffffff;
  text-decoration: none;
}
.site-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1.875rem;
}
.site-footer__content div {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-footer__bottom {
  padding-top: 1.875rem;
}
.site-footer__bottom p {
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 1.5625rem;
}

@media screen and (max-width: 1279px) {
  .site-header__nav {
    width: 100%;
  }
}
@media screen and (max-width: 1079px) {
  .site-header__logo {
    max-width: 11.25rem;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: inline-block;
  }

  .site-footer {
    padding-left: 0;
    padding-right: 0;
  }
  .site-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.875rem;
  }

  .site-header {
    padding-top: 0;
    background: none;
  }
  .site-header__logo {
    max-width: 12.5rem;
    padding: 0.9375rem 0;
  }
  .site-header__logo__link {
    height: 3.125rem;
    display: block;
  }
  .site-header__logo__image {
    height: 3.125rem;
  }
  .site-header__logo img {
    width: auto;
  }
  .site-header__nav {
    width: 100%;
    padding: 0 0.9375rem;
    display: block;
  }
  .site-header__socials {
    display: none;
  }

  .main-navigation {
    background-color: #454a53;
  }
  .main-navigation > .nav-menu > ul > li > a {
    line-height: 1rem;
    padding: 0.75rem 0.9375rem;
  }
}