/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

h1, h2, h3 {
  margin: 0;
}

html {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  color: #fff;
  background: #000;
}

.container--small {
  max-width: 37.5rem;
  width: 100%;
  margin: 0 auto;
}

.container--normal {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
}

.container--wide {
  max-width: 83.75rem;
  width: 100%;
  margin: 0 auto;
}

a {
  color: #fff;
  text-decoration: none;
}

.button {
  border: none;
  color: #000;
  cursor: pointer;
  border-radius: 0.875rem;
}

.button--primary {
  background: #fff;
}

.button--black {
  position: relative;
  padding: 0.625rem 0.625rem 0.8125rem 2.625rem;
}

.button--black::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 32px;
  height: 32px;
  background: url("../img/circle.svg");
}

.header {
  padding: 1.25rem;
  background: #181818;
}

.header-content {
  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;
}

.header-nav__link {
  font-size: 0.9375rem;
  margin-right: 2rem;
}

.header-nav__link:first-of-type {
  margin-right: 2.8125rem;
  font-size: 0.8125rem;
}

.header-nav__link:last-of-type {
  margin-right: 1.9375rem;
}

.header__button {
  padding: 0.5625rem 1.25rem 0.8125rem;
}

.hero {
  position: relative;
  background: url("../img/hero-img.jpg") no-repeat center/cover;
  padding: 28.75rem 0 2.5rem;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15.78%, #000000), color-stop(98.53%, rgba(0, 0, 0, 0))), url(.jpg);
  background: linear-gradient(360deg, #000000 15.78%, rgba(0, 0, 0, 0) 98.53%), url(.jpg);
  z-index: 0;
}

.hero-heading {
  max-width: 37.5rem;
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0.875rem;
}

.hero-heading__subtitle {
  font-size: 0.875rem;
  color: #C0C0C0;
}

.hero-heading__title {
  font-style: normal;
  font-weight: 400;
  font-size: 3.375rem;
  margin-bottom: 1.125rem;
}

.hero-heading__desc {
  font-size: 0.875rem;
  color: #C0C0C0;
  line-height: 20px;
}

.hero-extra-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.hero-extra-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
}

.hero-extra-info__item:last-of-type {
  margin-right: 0;
}

.hero-extra-info .extra-info__img {
  margin-right: 6px;
}

.hero-extra-info .extra-info__text {
  font-size: 0.875rem;
}

.about {
  padding: 7.0625rem 0 6.25rem;
}

.about__title {
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 0.9375rem;
}

.about__subtitle {
  font-size: 1.4375rem;
  text-align: center;
  color: #C0C0C0;
  margin-bottom: 2.625rem;
}

.about-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-gallery .card {
  max-width: 35.9375rem;
  width: 100%;
  height: 37.5rem;
  padding: 26.25rem 1.875rem 1.875rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.about-gallery .card:first-of-type {
  background: url("../img/product.jpg");
}

.about-gallery .card:nth-of-type(2) {
  background: url("../img/arch.jpg");
  margin-right: 0;
}

.about-gallery .card:nth-of-type(3) {
  background: url("../img/drone.jpg");
  margin-bottom: 0;
}

.about-gallery .card:nth-of-type(4) {
  background: url("../img/wildlife.jpg");
  margin-bottom: 0;
  margin-right: 0;
}

.about-gallery .card__title {
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
}

.about-gallery .card__desc {
  font-size: 0.875rem;
  color: #C0C0C0;
  margin-bottom: 1rem;
}

.photo {
  padding: 16.25rem 0 2.5rem;
  background: url("../img/fuji.jpg") no-repeat center/cover;
}

.photo--costa {
  background: url("../img/leaves.jpg") no-repeat center/cover;
}

.photo--mount {
  background: url("../img/mountain.jpg") no-repeat center/cover;
}

.photo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.photo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 18.75rem;
  margin-right: 1.25rem;
  margin-bottom: 12.8125rem;
}

.photo-text__title {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
}

.photo-text__desc {
  font-size: 0.875rem;
  line-height: 20px;
  color: #C0C0C0;
}

.tools {
  background: url("../img/tools.jpg") no-repeat right;
  padding: 10.8125rem 0 2.5rem;
}

.tools-text {
  max-width: 32.1875rem;
  width: 100%;
}

.tools-text__subtitle {
  font-size: 0.875rem;
  color: #C0C0C0;
  margin-bottom: 0.375rem;
}

.tools-text__title {
  font-size: 1.75rem;
  margin-bottom: 0.875rem;
  font-weight: normal;
}

.tools-text__desc {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

.tools-text__button {
  margin-bottom: 6.0625rem;
}

.clients {
  padding: 7.5rem 0 8.75rem;
}

.clients__title {
  text-align: center;
  font-weight: normal;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.clients__text {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 5rem;
  color: #C0C0C0;
}

.clients-list {
  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;
}

.clients-list__item {
  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;
  margin-right: 6.875rem;
}

.clients-list__item:last-of-type {
  margin-right: 0;
}

.help {
  padding: 7.5rem 0 6.25rem;
}

.help__title {
  max-width: 35.6875rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.help__subtitle {
  text-align: center;
  font-size: 1.5rem;
  color: #C0C0C0;
  margin-bottom: 1.375rem;
}

.help-container__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer {
  padding: 6.25rem 0;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 2.25rem;
  border-bottom: 2px solid #fff;
}

.footer-logo {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-logo__img {
  margin-bottom: 1.25rem;
}

.footer-logo__text {
  font-size: 0.8125rem;
  color: #C0C0C0;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.875rem;
  margin-right: 3.4375rem;
}

.footer-business__title {
  text-transform: uppercase;
  color: #C0C0C0;
  margin-bottom: 0.625rem;
}

.footer-business__link {
  margin-bottom: 0.625rem;
}

.footer-business__link:last-of-type {
  margin-bottom: 0;
}

.footer-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.875rem;
  margin-right: 6.375rem;
}

.footer-pages__title {
  text-transform: uppercase;
  color: #C0C0C0;
  margin-bottom: 0.625rem;
}

.footer-pages__link {
  margin-bottom: 0.625rem;
}

.footer-pages__link:last-of-type {
  margin-bottom: 0;
}

.footer-middle {
  padding: 2.25rem 0;
  border-bottom: 2px solid #fff;
}

.footer-text {
  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;
}

.footer-text__title {
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 2px;
  margin-bottom: 1.25rem;
}

.footer-text__subtitle {
  font-size: 0.8125rem;
  color: #C0C0C0;
}

.footer-form {
  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;
  padding: 0.4375rem;
  border-radius: 12px;
  background: #fff;
  max-width: 28.625rem;
  width: 100%;
  height: 3.25rem;
}

.footer-form__input {
  border-radius: 8px;
  width: 23.5rem;
  height: 2.375rem;
  border: none;
  text-indent: 1rem;
}

.footer-form__button {
  border-radius: 11px;
  width: 3.9375rem;
  height: 1.875rem;
  background: #000;
}

.footer-bottom {
  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;
  padding-top: 3.5rem;
}

.footer-copyright__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__copyright {
  color: #C0C0C0;
  font-size: 0.875rem;
  margin-right: 4px;
}

.footer__license {
  color: #C0C0C0;
  font-size: 0.875rem;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-social__link {
  margin-right: 1.25rem;
}

.footer-social__link:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 2350px) {
  .hero::before {
    height: 100.2%;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .hero {
    padding: 18rem 0 2.5rem;
  }
  .hero-heading {
    margin-bottom: 2rem;
  }
  .container--normal {
    max-width: 65rem;
  }
  .container--wide {
    max-width: 68.75rem;
  }
  .about-gallery .card {
    max-width: 32rem;
  }
  .tools-text {
    max-width: 25rem;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .container--normal {
    max-width: 58rem;
  }
  .container--wide {
    max-width: 56.75rem;
  }
  .hero::before {
    width: 100.2%;
  }
  .about-gallery .card {
    max-width: 28rem;
  }
  .photo {
    padding-top: 7.25rem;
  }
  .photo-text {
    margin-bottom: 7rem;
  }
  .tools {
    padding-top: 4rem;
    background: none;
  }
  .tools-text {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
  }
  .tools-text__button {
    margin-bottom: 3.5rem;
  }
  .clients {
    padding-top: 4.5rem;
  }
  .clients .container--normal {
    max-width: 55rem;
  }
  .clients-list__item {
    margin-right: 0;
  }
  .help {
    padding: 5.5rem 0 3.5rem;
  }
  .footer {
    padding-bottom: 3.25rem;
  }
  .footer-logo {
    max-width: 17rem;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .header .container--normal {
    max-width: 48rem;
  }
  .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__logo {
    margin-bottom: 1rem;
  }
  .hero {
    padding-top: 10rem;
  }
  .container--normal {
    max-width: 40rem;
  }
  .container--wide {
    max-width: 40.75rem;
  }
  .about {
    padding-top: 5rem;
  }
  .about-gallery .card {
    height: 27.5rem;
    padding-top: 17.25rem;
    margin-right: 0;
  }
  .about-gallery .card:nth-of-type(3) {
    margin-bottom: 1rem;
  }
  .tools-text__desc {
    text-align: center;
  }
  .clients .container--normal {
    max-width: 45rem;
  }
  .footer {
    padding-top: 3.25rem;
  }
  .footer-pages {
    margin-right: 0;
  }
  .footer-text {
    display: block;
  }
  .footer-text__container {
    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;
    margin-bottom: 1.5rem;
  }
  .footer-form {
    margin: auto;
  }
  .footer-bottom {
    padding-top: 2.5rem;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .menu-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-right: 10px;
    z-index: 4;
  }
  .menu-btn__burger {
    width: 30px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  .menu-btn__burger::after,
  .menu-btn__burger::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  .menu-btn__burger::before {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .menu-btn__burger::after {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .menu-btn.open .menu-btn__burger {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    background: transparent;
  }
  .menu-btn.open .menu-btn__burger::before {
    -webkit-transform: rotate(45deg) translate(35px, -35px);
            transform: rotate(45deg) translate(35px, -35px);
  }
  .menu-btn.open .menu-btn__burger::after {
    -webkit-transform: rotate(-45deg) translate(35px, 35px);
            transform: rotate(-45deg) translate(35px, 35px);
  }
  .header {
    position: fixed;
    z-index: 4;
    width: 100%;
  }
  .header-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__logo {
    z-index: 4;
    margin-bottom: 0;
  }
  .header-nav {
    position: absolute;
    top: -600%;
    left: 0;
    width: 100%;
    height: 50%;
    background: #181818;
    margin-left: 0;
    z-index: 2;
    padding: 180px 0 0 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-nav.open {
    top: 0;
    padding: 12.5rem 0;
    max-width: 100%;
    height: 100vh;
  }
  .header-nav__link {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-right: 0;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    font-size: 1.5rem;
  }
  .header-nav__link:first-of-type {
    margin-right: 0;
    font-size: 1.5rem;
  }
  .header-nav__link:last-of-type {
    margin-right: 0;
    border: none;
  }
  .container--normal {
    max-width: 25rem;
  }
  .container--wide {
    max-width: 26rem;
  }
  .hero {
    padding-top: 10rem;
  }
  .hero-heading__title {
    font-size: 2.4rem;
  }
  .hero-heading__desc {
    font-size: 0.775rem;
  }
  .about-gallery .card {
    height: 23.5rem;
    padding-top: 13.25rem;
  }
  .photo__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .photo-text {
    margin-bottom: 5rem;
  }
  .tools-text__title {
    font-size: 1.5rem;
  }
  .tools-text__desc {
    font-size: 0.775rem;
  }
  .clients {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .clients__title {
    font-size: 1.8rem;
  }
  .clients__text {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  .clients-list {
    display: block;
  }
  .clients-list__item {
    margin-bottom: 2rem;
  }
  .clients .container--normal {
    max-width: 23rem;
  }
  .help {
    padding-top: 3.5rem;
    padding-bottom: 0;
  }
  .help__title {
    font-size: 1rem;
  }
  .help__subtitle {
    font-size: 1rem;
  }
  .footer {
    padding-top: 1.25rem;
    padding-bottom: 2.25rem;
  }
  .footer-top {
    display: none;
  }
  .footer-nav {
    display: none;
  }
  .footer-bottom {
    padding-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-copyright__container {
    -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: start;
    margin-bottom: 1.5rem;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .container--normal {
    max-width: 15rem;
  }
  .container--wide {
    max-width: 17rem;
  }
  .hero-heading__subtitle {
    font-size: 0.765rem;
  }
  .hero-heading__title {
    font-size: 2rem;
  }
  .hero-heading__desc {
    font-size: 0.675rem;
  }
  .hero-extra-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-extra-info .extra-info__text {
    font-size: 0.675rem;
  }
  .about {
    padding-top: 2rem;
  }
  .about__title {
    font-size: 1.5rem;
  }
  .about__subtitle {
    font-size: 1rem;
  }
  .about-gallery .card {
    height: 19.5rem;
    padding-top: 8.25rem;
    margin-right: 0;
  }
  .about-gallery .card:nth-of-type(3) {
    margin-bottom: 1rem;
  }
  .about-gallery .card__desc {
    font-size: 0.675rem;
  }
  .footer-logo__img {
    margin-bottom: 0.5rem;
  }
  .footer-logo__text {
    font-size: 0.6125rem;
  }
  .footer-text__title {
    text-align: center;
  }
  .footer-form__input {
    max-width: 9.5rem;
  }
  .footer__copyright {
    font-size: 0.575rem;
  }
  .footer__license {
    font-size: 0.575rem;
  }
}
/*# sourceMappingURL=style.css.map */