body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px; }

ul, ol, li {
  list-style-type: none;
  padding: 0;
  margin: 0; }

a {
  color: #090909;
  transition: color 300ms ease; }

a:hover {
  text-decoration: none;
  color: #aaa; }

h1, h2 {
  text-align: center; }

h2 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 60px;
  position: relative; }
  h2:before {
    content: '';
    background: #090909;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 4px; }
  h2 span {
    background: #FFF;
    padding: 5px 20px;
    position: relative;
    z-index: 1200; }

form input {
  box-shadow: none;
  border-radius: none; }

img {
  max-width: 100%; }

section {
  padding: 30px 0; }

.bg-grey {
  background: #fafafa; }

.header {
  padding: 12px 0; }
  @media screen and (max-width: 767px) {
    .header .container {
      max-width: 100%; } }
  .header__logo {
    text-align: center; }
    .header__logo img {
      max-width: 170px; }
      @media screen and (max-width: 1199px) {
        .header__logo img {
          max-width: 180px; } }
      @media screen and (max-width: 991px) {
        .header__logo img {
          max-width: 150px; } }
  .header nav {
    height: 100%; }
    @media screen and (max-width: 767px) {
      .header nav {
        margin-top: 10px; } }
  .header__menu {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly; }
    @media screen and (max-width: 991px) {
      .header__menu {
        -webkit-align-items: center;
        align-items: center;
        justify-content: center; } }
    .header__menu li {
      padding: 5px 0;
      text-transform: uppercase;
      font-size: 18px;
      position: relative; }
      @media screen and (max-width: 991px) {
        .header__menu li {
          font-size: 16px;
          margin-right: 10px; } }
      @media screen and (max-width: 767px) {
        .header__menu li {
          font-size: 18px; } }
      .header__menu li:after {
        opacity: 0;
        transition: opacity 250ms;
        margin-top: 10px;
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        display: block;
        background: #aaa; }
        @media screen and (max-width: 767px) {
          .header__menu li:after {
            display: none; } }
      .header__menu li:hover:after {
        opacity: 1; }
  .header__contacts {
    position: relative; }
    .header__contacts div {
      text-align: right;
      position: absolute;
      line-height: 1.2em;
      bottom: -6px;
      font-size: 18px; }
      @media screen and (max-width: 1199px) {
        .header__contacts div {
          font-size: 16px; } }
      @media screen and (max-width: 991px) {
        .header__contacts div {
          font-size: 18px;
          text-align: center;
          position: static; } }
      @media screen and (max-width: 767px) {
        .header__contacts div {
          margin-top: 15px; } }
      @media screen and (max-width: 575px) {
        .header__contacts div {
          font-size: 18px; } }
      .header__contacts div a {
        margin-left: 15px; }
        @media screen and (max-width: 1199px) {
          .header__contacts div a {
            margin-left: 5px; } }
        @media screen and (max-width: 991px) {
          .header__contacts div a {
            margin-left: 10px; } }
        @media screen and (max-width: 575px) {
          .header__contacts div a {
            display: block; } }
      .header__contacts div a:last-child {
        display: block; }
        @media screen and (max-width: 991px) {
          .header__contacts div a:last-child {
            display: inline-block; } }

.welcome {
  height: 100vh;
  padding: 0;
  position: relative;
  background-color: #000;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
  @media screen and (max-width: 575px) {
    .welcome {
      height: 100vw;
      background-position: center 30%; } }
  .welcome h1 {
    position: absolute;
    bottom: 15px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 32px;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .welcome h1 {
        font-size: 26px; } }
    @media screen and (max-width: 575px) {
      .welcome h1 {
        font-size: 22px; } }

.info {
  text-align: center; }
  .info img {
    width: 85%;
    height: auto;
    margin: 20px 0; }
    @media screen and (max-width: 991px) {
      .info img {
        width: 100%; } }
  .info p {
    font-size: 20px;
    margin: 10px 0; }
    @media screen and (max-width: 1199px) {
      .info p {
        font-size: 18px; } }
  .info__greeting {
    text-align: center; }
  .info__text {
    text-align: justify;
    text-indent: 2em; }
  .info__name {
    text-align: right; }

.portfolio__item a {
  display: block;
  width: 100%;
  height: 520px; }
  @media screen and (max-width: 575px) {
    .portfolio__item a {
      height: 100vw; } }
  .portfolio__item a h4 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: -1px;
    position: relative;
    top: 15px;
    margin: 0 15px;
    padding-left: 15px;
    line-height: 1.5em;
    transition: color 250ms; }
    @media screen and (max-width: 575px) {
      .portfolio__item a h4 {
        font-size: 16px; } }
    .portfolio__item a h4:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 2px;
      color: #090909;
      left: 0;
      background: #FFF;
      transition: background 250ms; }
  .portfolio__item a:hover h4 {
    color: #aaa; }
    .portfolio__item a:hover h4:before {
      background: #aaa; }

.portfolio__item_single {
  width: 100%;
  max-width: 720px;
  text-align: center; }
  .portfolio__item_single img {
    width: 320px;
    margin-bottom: 15px; }
  .portfolio__item_single h6 {
    text-align: left;
    font-weight: 700; }
  .portfolio__item_single p {
    text-align: justify; }

.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999; }
  .loader div {
    background: url("../img/loader.gif");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px; }

.single h2 {
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .single h2 {
      margin-top: 50px;
      font-size: 24px; } }
  @media screen and (max-width: 575px) {
    .single h2 span {
      padding: 0; }
    .single h2:before, .single h2:after {
      display: none; } }

.single__item {
  margin-top: 30px; }
  @media screen and (max-width: 575px) {
    .single__item {
      margin-top: 15px; } }
  .single__item a {
    height: 380px;
    position: relative;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
      -webkit-background-size--o-background-size: contain;
      -webkit-background-size-background-size: contain; }
    .single__item a .darken {
      position: absolute;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0;
      transition: opacity 300ms; }
    .single__item a:hover .darken {
      opacity: 0.3; }
    .single__item a h4 {
      text-transform: none; }

.footer {
  padding: 30px 0;
  text-align: center; }
  .footer h2 {
    margin-bottom: 0; }
  .footer__logo {
    max-width: 70px;
    margin: 20px 0; }
  .footer__contacts {
    font-size: 20px; }
    @media screen and (max-width: 1199px) {
      .footer__contacts {
        font-size: 18px; } }
    .footer__contacts a {
      display: block;
      padding: 5px 0; }
    .footer__contacts address {
      margin: 0;
      padding: 5px 0;
      text-transform: uppercase; }
