div, header, footer, figure, article, section, h1, h2, ul, li, a, p, img, label, input, table, tr, td {
  /*outline: 1px solid rgba(0, 0 ,0, 0.2);*/
}

/* First-screen */
.first-screen {
  position: relative;
  min-height: 10px;
  padding-top: 0;
  background: none;
  z-index: 100;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1240px;
  width: 100%;
  min-height: 873px;
  background: #e7e8ec url("../images/background-4.jpg") no-repeat center top;
  z-index: 10;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1240px;
  width: 100%;
  height: 200px;
  background-color: #e7e8ec;
  z-index: 1;
}

.header {
  padding: 22px 0;
  border-bottom: #b2b2b2 solid 1px;
}

.nav__list a {
  color: #000000;
}
/* First-screen-END */



/* Contact-us */
.contact-us {
  position: relative;
  z-index: 100;
}

.humans__information_header {
  margin: 0;
  margin-bottom: 31px;
  font-size: 72px;
  font-family: helveticaneuecyrlight, Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}

.humans__information_sub {
  margin: 0 auto;
  margin-bottom: 90px;
  width: 680px;
  color: #585858;
  font-size: 48px;
  font-family: helveticaneuecyrlight, Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}

.humans {
  margin-bottom: 18px;
}

.humon__img,
.humon__description {
  margin-bottom: 41px;
}

.data__row_description {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}
/* Contact-us-END */



/* Other-people */
.other-people__list {
  width: 630px;
  margin: 0 auto;
  margin-bottom: 4px;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.other-people__item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 36px;
  width: 210px;
  text-align: center;
}

.other-people__img {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
  width: 104px;
  height: 104px;
  box-shadow: 1.9px 2.3px 18px 2px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  overflow: hidden;
}

.other-people__name {
  margin: 0;
  font-size: 18px;
  line-height: 1;
}

.other-people__post {
  margin: 0;
  color: #959595;
  font-size: 18px;
  line-height: 1;
}

.other-people__caption-sup {
  margin: 0;
  margin-bottom: 33px;
  font-size: 24px;
  text-align: center;
  line-height: 1;
}

.other-people__caption-sub {
  margin: 0;
  margin-bottom: 66px;
  color: #ffb922;
  font-size: 48px;
  text-align: center;
}
/* Other-people-END */
