.clients-container {
  text-align: center;
}
.clients-container .section-title {
  margin-bottom: 16px;
}
.clients-container a, .clients-container a:visited {
  color: #454545;
}
.clients-container a:hover {
  color: #787878;
}
.clients-container .client {
  position: relative;
}
.clients-container .client .client-img {
  float: left;
  height: 120px;
  margin-right: 1em;
}
.clients-container .client .client-img img {
  height: 100%;
}
.clients-container .client .info-client p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
.clients-container .client .info-manager p {
  font-size: 33px;
  line-height: 25px;
  font-weight: 300;
}
.clients-container .client .info-client .name {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 800;
}
.clients-container .client .info-client .name span {
  color: #454545;
  font-size: 14px;
  font-weight: 400;
}
.clients-container .info-manager p {
  font-size: 33px;
  line-height: 25px;
  font-weight: 300;
}
.clients-container .client .info-client .name {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 800;
}
.clients-container .client .info-client .name span {
  color: #454545;
  font-size: 14px;
  font-weight: 400;
}

.contacts-section {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.contacts-section .contacts-form {
  flex: 0 1 auto;
  margin-right: 40px;
}
.contacts-section .contacts-map {
  flex: 0 1 460px;
  min-width: 460px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  min-height: 300px;
  position: relative;
}
.contacts-section .contacts-address {
  flex: 0 1 auto;
  margin-left: 40px;
  display: flex;
  align-items: center;
}
.contacts-section .contacts-address > p {
  font-size: 30px;
  line-height: 1.5;
  transform: translateY(-50%);
}
.contacts-section .contacts-address > p > span {
  white-space: nowrap;
}

#home .btn.btn-common {
  padding: 18px;
  font-size: 20px;
  margin: 0 6px;
}
#home .navbar .header-phone {
  font-size: 27px;
  margin-bottom: 10px;
}
#home .navbar .header-phone i {
  font-size: 25px;
}
#home .intro {
  margin-bottom: 90px;
}

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