body {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.m__header {
  z-index: 1000;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 58px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: fixed;
  top: 0;
}

.navigation__list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  list-style-type: none;
  display: flex;
}

.navigation__list__item {
  list-style-type: none;
}

.navigation__link {
  text-transform: uppercase;
  font-weight: 700;
}

.navigation__logo {
  width: 38px;
  min-width: 38px;
  height: 38px;
  display: block;
}

.hero {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 401px;
  display: flex;
  position: relative;
}

.full__image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.main__heading {
  text-transform: uppercase;
  font-size: 35px;
  line-height: 40px;
}

.hero__block {
  width: 100%;
  height: 100%;
  padding: 50px 100px 50px 100px;
}

.section {
  width: 100%;
  padding: 100px;
}

.section.contact {
  padding-top: 75px;
  padding-bottom: 75px;
}

.cta {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 382px;
  display: flex;
  position: relative;
}

.main__footer {
  color: #fff;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px;
  display: flex;
}

.footer__block {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.main__heading__2 {
  font-size: 14px;
}

.main__heading__2.margin__bottom {
  margin-bottom: 25px;
}

.footer__div {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 25px;
  display: flex;
}

.footer__content {
  border-left: 1px solid #fff;
  align-self: stretch;
  align-items: stretch;
  margin-left: 25px;
  display: flex;
}

.footer__image {
  align-self: stretch;
  width: 20%;
  display: block;
  object-fit: contain;
}

.block__content {
  width: 100%;
  display: block;
}

.main__heading__3 {
  font-size: 18px;
  line-height: 31px;
  font-weight: 700;
}

.link__block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  display: flex;
}

.links {
  margin-top: 5px;
}

.inline__block__content {
  vertical-align: top;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 25px;
  display: inline-block;
}

.link__block__icon {
  margin-right: 10px;
}

.main__heading__4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.copyright__text {
  font-size: 10px;
  line-height: 14px;
}

.copyright__text.margin__bottom {
  margin-bottom: 100px;
}

.copyright__text.margin__top.mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero__block {
    padding: 50px;
  }

  .hero {
    min-height: 250px;
  }

  .section {
    padding: 50px;
  }

  .section.contact {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .inline__block__content {
    vertical-align: top;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    display: inline-block;
  }
  
  .footer__block {
    flex-flow: column;
    align-items: center;
    width: 70%;
    max-width: 450px;
  }

  .footer__div {
    margin-left: 0;
    margin-right: 25px;
  }

  .footer__content {
    border-top: 1px solid #fff;
    border-left-style: none;
    justify-content: flex-start;
    align-self: center;
    width: 100%;
    margin-top: 25px;
    margin-left: 0;
    padding-top: 25px;
  }

  .footer__image {
    align-self: center;
    width: 100%;
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .footer__image {
    align-self: center;
    width: 100%;
    max-width: 200px;
  }

  .navigation__list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .navigation__link {
    font-size: 12px;
  }

  .main__heading {
    font-size: 30px;
    line-height: 35px;
  }

  .footer__block {
    width: 80%;
    max-width: 400px;
  }

  .main__heading__2.margin__bottom {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .copyright__text.margin__top {
    display: none;
  }
  
  .copyright__text.margin__top.mobile {
    margin-top: 15px;
    display: block;
  }

  .m__header {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer__div {
    height: auto;
    margin-right: 0;
  }

  .footer__div.first {
    order: -1;
    margin-bottom: 25px;
  }

  .footer__content {
    flex-flow: column;
    align-items: flex-start;
  }

  .navigation__list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .navigation__link {
    font-size: 10px;
  }

  .footer__block {
    width: 100%;
  }
}
