@import url(fonts.css);
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.page {
  font-family: "AleksandraC", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #3e4348;
}

.container {
  max-width: 1200px;
  padding: 0 15px 80px 15px;
  margin: 0 auto;
}

@media (max-width: 730px) {
  .container {
    max-width: 710px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.section {
  width: 100%;
}

.inner {
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  height: 100vh;
  min-height: 420px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  text-shadow: 0px 1px 2px #000000;
}

.inner__logotype {
  margin-bottom: 15px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}


.inner__title,
.inner__subtitle {
  text-align: center;
}

.inner__title {
  font-size: 8em;
  line-height: 1.3em;
  margin-top: 15px;
}

@media (max-width: 550px) {
  .inner__logotype {
    width: 320px;
  }
  .inner__logotype::after {
    width: 320px;
  }

  .inner__title {
    font-size: 5em;
  }

  .inner__subtitle {
    font-size: 1em;
  }
}
.inner__subtitle {
  font-size: 1em;
  letter-spacing: 1px;
  font-weight: 400;
}

.inner__navigation {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25px;
}
.inner__navigation .menu__item a {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
}
.inner__navigation .menu__item a:hover::after {
  border-color: #989898;
}
.inner__navigation .menu__item + .menu__item {
  margin-left: 15px;
}



@media (max-width: 550px) {
  .social__icon {
    width: 45px;
    height: 45px;
  }
}
