.node-o-nas .image-header {
  background: #E94256;
  color: #fff;
}
.node-o-nas .image-header img.image {
  float: right;
  margin: 128px 0;
}
.node-o-nas .image-header .info-wr {
  padding: 88px 0 228px 0;
  overflow: hidden;
}
.node-o-nas .image-header h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 59px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 118px;
  max-width: 500px;
}
.node-o-nas .image-header .text {
  font-weight: normal;
  color: #FFFFFF;
  max-width: 500px;
}
.node-o-nas .about {
  padding: 88px 0;
}
.node-o-nas .about h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 47px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 40px;
}
.node-o-nas .about .info-wr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 125px;
  grid-auto-rows: auto;
  grid-template-rows: auto;

  font-weight: normal;
  color: #000000;
}
.node-o-nas .author {
  background: #79C041;
  padding: 80px;
  color: #fff;
}
.node-o-nas .author .info-wr {
  display: table;
  vertical-align: middle;
}
.node-o-nas .author .info-wr .column {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.node-o-nas .author .info-wr .column-1 {
  text-align: center;
}
.node-o-nas .author .info-wr img {
  display: inline-block;
  margin: 5px 0 0;
}
.node-o-nas .author h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 47px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.node-o-nas .author .text {
  margin-bottom: 36px;
  font-weight: normal;
}
.node-o-nas .author .text .fio {
  font-weight: 500;
}
.node-o-nas .team {
  padding: 88px 0;
}
.node-o-nas .team h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 47px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.node-o-nas .team .team-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 75px;
  grid-auto-rows: auto;
  grid-template-rows: auto;
}
.node-o-nas .team .team-list .employer {
  display: block;
  position: relative;
}
.node-o-nas .team .team-list .info {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  background: #FBFBFB;
  padding: 8px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  color: #A8A8A8;
  font-size: 16px;
  text-align: center;
  min-width: 300px;
  z-index: 22;
  line-height: 22px;
  margin-left: -150px;
}
.node-o-nas .team .team-list .employer:hover .info {
  display: block;
}
.node-o-nas .team .team-list .img-wrap {
  padding: 0;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.node-o-nas .team .team-list .img-wrap img {
  border-radius: 100%;
  overflow: hidden;
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
  width: 100%;
}
.node-o-nas .team .team-list .info .name {
  font-weight: 600;
  color: #000000;
  font-size: 16px;
}
.node-o-nas .sections {
  color: #fff;
  background: #8781BD;
  padding: 88px 0;
}
.node-o-nas .sections .sections-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  grid-auto-rows: auto;
  grid-template-rows: auto;
}

.node-o-nas .sections .sections-wrap .section > a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 32px;
}
.node-o-nas .sections .sections-wrap .section .title {
  font-weight: bold;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.node-o-nas .sections .sections-wrap .section .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}
.node-o-nas .sections .sections-wrap .section .read-more {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}
.node-o-nas .sections .sections-wrap .section .read-more:hover {
  color: #D24A1E;
}
@media screen and (max-width: 1100px) {
  .node-o-nas .about .info-wr {
    grid-gap: 60px;
  }
  .node-o-nas .team .team-list {
    grid-gap: 48px 60px;
  }
  .node-o-nas .image-header .text {padding-right: 40px;}

  .node-o-nas .team .team-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 960px) {
  .node-o-nas .image-header h1 {
    margin: 0 0 60px;
  }
  .node-o-nas .image-header img.image {
    height: 280px;
  }
  .node-o-nas .image-header .info-wr {
    padding: 60px 0 60px 0;
  }
  .node-o-nas .team,
  .node-o-nas .author,
  .node-o-nas .sections,
  .node-o-nas .about {
    padding: 60px 0;
  }
}
@media screen and (max-width: 830px) {
  .node-o-nas .sections .sections-wrap {
    grid-template-columns: 1fr;
  }
  .node-o-nas .sections .sections-wrap .section {
    margin-bottom: 30px;
  }
  .node-o-nas .sections .sections-wrap .section > a {
    float: left;
    width: 35%;
    margin: 0 30px 0 0;
  }
  .node-o-nas .sections .sections-wrap .section .info-wr {
    overflow: hidden;
  }
  .node-o-nas .team .team-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 760px) {
  .node-o-nas .author .info-wr .column,
  .node-o-nas .author .info-wr {
    display: block;
    width: 100%;
  }
  .node-o-nas .about .info-wr {
    grid-template-columns: 1fr;
  }
  .node-o-nas .author .info-wr img {
    display: inline-block;
    width: 285px;
  }
  .node-o-nas .team .team-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 700px) {
  .node-o-nas .image-header img.image {
    float: left;
    margin: 80px 0 0;
  }
  .node-o-nas .image-header .info-wr {
    clear: both;
  }
}

@media screen and (max-width: 460px) {
  .node-o-nas .team .team-list .img-wrap {
    width: inherit;
    max-width: 163px;
    margin: 0 auto;
  }
  .node-o-nas .team .team-list {
    grid-template-columns: 1fr;
  }
  .node-o-nas .image-header h1,
  .node-o-nas .about h2,
  .node-o-nas .team h2,
  .node-o-nas .author h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .node-o-nas .sections .sections-wrap .section > a {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .node-o-nas .sections .sections-wrap .section > a img {
    max-width: 100%;
    width: 100%;
  }
  .node-o-nas .sections .sections-wrap .section .info-wr {
    overflow: inherit;
  }
  .node-o-nas .author .info-wr .column-1 {
    text-align: left;
  }
  .node-o-nas .author .info-wr img {
    width: 200px;
    margin: 0 0 30px 0;
  }
}
