@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
a,
a:hover,
a:visited,
a:active,
a:link {
  color: #000;
}

* {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
}

body,
html {
  width: 100%;
  height: 100%;
}

a,
a:hover,
a:visited,
a:active,
a:link {
  text-decoration: none;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  background: none;
}

.clearfix {
  clear: both;
}

.row {
  margin: 0;
}

header {
  position: relative;
  padding-bottom: 60px;
}
header .decor {
  position: relative;
  text-align: center;
}
header .decor .info {
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  padding: 30px 15px 25px;
  z-index: 111;
  text-align: center;
  background: rgba(133, 132, 140, 0.19);
}
header .decor:before {
  content: "";
  position: absolute;
  bottom: 418px;
  width: 1px;
  height: 500px;
  margin-left: 44px;
  background: #ababab;
}
header .decor:after {
  content: "";
  position: absolute;
  bottom: 417px;
  width: 1px;
  height: 500px;
  margin-left: -44px;
  background: #ababab;
}
header .title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 4px;
}

@media screen and (max-width: 767px) {
  header .decor {
    position: relative;
    padding-top: 50px;
  }

  header .decor img {
    width: 210px;
    height: auto;
  }

  header .title {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
  }

  header .info img {
    width: 160px;
    height: auto;
  }

  header .info {
    top: 120px;
  }

  header .decor:before {
    bottom: 303px;
    width: 1px;
    margin-left: 32px;
  }

  header .decor:after {
    bottom: 302px;
    width: 1px;
    margin-left: -32px;
  }
}
@media screen and (max-width: 340px) {
  header .title {
    letter-spacing: 1px;
  }
}
.container {
  width: 670px;
  margin: auto;
}

.title-section {
  margin-bottom: 28px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
.work {
  padding-top: 40px;
}
.work .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #a7a9ac;
}
.work .content .item {
  text-align: center;
}
.work .content .item img {
  height: 60px;
  width: auto;
}
.work .content .item .item-title {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
}

.location {
  padding-top: 27px;
  padding-bottom: 30px;
}
.location .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.location .content .item {
  width: 25%;
  text-align: center;
  margin-bottom: 35px;
}
.location .content .item img {
  height: 60px;
  width: auto;
}
.location .content .item .item-title {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
}

.contacts {
  padding-top: 50px;
  padding-bottom: 50px;
}
.contacts .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts .content .item {
  width: 48%;
  padding: 15px 0;
  text-align: center;
}
.contacts .content .item img {
  margin-bottom: 25px;
}
.contacts .content .item a {
  letter-spacing: 1px;
}
.contacts .content .item a:hover {
  opacity: .8;
}
.contacts .content .item:first-child {
  border-right: 1px solid #a7a9ac;
}
.contacts .content .links {
  margin-bottom: 15px;
}
.contacts .content .links a {
  font-size: 14px;
  display: block;
  line-height: 130%;
}
.contacts .content .social {
  margin-top: 10px;
}
.contacts .content .social a {
  font-size: 15px;
}
.contacts .content .social a .fa {
  position: relative;
  top: 2px;
  font-size: 22px;
  margin-right: 3px;
  color: #475993;
}
.contacts .content .item-title {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.5px;
}
.contacts .content .item:nth-child(2) img {
  margin-bottom: 20px;
}
.contacts .content .item:nth-child(2) .address {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 120%;
}
.contacts .content .item:nth-child(2) .info {
  margin-top: 20px;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .work .content .item {
    width: 100%;
    margin-bottom: 30px;
  }

  .work {
    padding-top: 0;
    text-align: center;
  }

  .work .content {
    padding-bottom: 0;
    border: none;
  }

  .location {
    text-align: center;
  }

  .location .content .item {
    width: 100%;
  }

  .contacts .content .item {
    width: 100%;
    border: none !important;
  }

  .contacts {
    padding-top: 0;
    padding-bottom: 100px;
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */