@charset "UTF-8";
h1 {
  font-size: 1rem;
  font-weight: 500;
}

h2 {
  padding-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
}

#outer-wrap #inner-wrap .container {
  margin-bottom: 50px;
}
@media only screen and (min-width: 530px) {
  #outer-wrap #inner-wrap .container {
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 15px;
  }
}
#outer-wrap #inner-wrap .container .left {
  border-top: 1px solid black;
  padding-top: 12px;
}
@media only screen and (max-width: 529px) {
  #outer-wrap #inner-wrap .container .left {
    border-top: none;
    padding-top: 0;
  }
  #outer-wrap #inner-wrap .container .left .contacts-toggle {
    display: flex;
    min-height: 25px;
    cursor: pointer;
    line-height: 25px;
    font-size: 14px;
    font-weight: 300;
  }
  #outer-wrap #inner-wrap .container .left .contacts-toggle .fa {
    margin-left: auto;
    font-size: 12px;
    line-height: 25px;
  }
  #outer-wrap #inner-wrap .container .left .contacts-toggle .fa::before {
    content: "";
  }
  #outer-wrap #inner-wrap .container .left .contacts-toggle.active .fa::before {
    content: "";
  }
  #outer-wrap #inner-wrap .container .left .contacts {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
    background: black;
    color: white;
  }
  #outer-wrap #inner-wrap .container .left .contacts h2:not(:first-child) {
    margin-top: 0.625rem;
    padding-top: 0.625rem;
    border-top: 1px solid gray;
  }
  #outer-wrap #inner-wrap .container .left .contacts a {
    color: white;
  }
  #outer-wrap #inner-wrap .container .left .contacts p:last-child {
    padding-bottom: 15px;
  }
}
#outer-wrap #inner-wrap .container .right {
  border-top: 1px solid black;
  margin-top: -1px;
  padding-top: 12px;
}
#outer-wrap #inner-wrap .container .right .right_photos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-content: start;
  gap: 15px;
}
@media only screen and (max-width: 529px) {
  #outer-wrap #inner-wrap .container .right .right_photos {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#outer-wrap #inner-wrap .container .right .right_photos figure {
  border-bottom: 1px solid #b2b2b2;
}
#outer-wrap #inner-wrap .container .right .right_photos figure img {
  width: 100%;
  object-fit: cover;
}
#outer-wrap #inner-wrap .container .right .right_photos figure div.person {
  margin: 5px 0 15px;
}
#outer-wrap #inner-wrap .container .right .right_photos figure div.person + div.person {
  margin: 15px 0 5px;
}
#outer-wrap #inner-wrap .container .right .right_photos figure div.person b,
#outer-wrap #inner-wrap .container .right .right_photos figure div.person span {
  font-size: 14px;
}
@media only screen and (max-width: 529px) {
  #outer-wrap #inner-wrap .container .right .right_photos figure div.person {
    margin: 5px 0 10px;
  }
  #outer-wrap #inner-wrap .container .right .right_photos figure div.person + div.person {
    margin: 10px 0 5px;
  }
  #outer-wrap #inner-wrap .container .right .right_photos figure div.person b,
#outer-wrap #inner-wrap .container .right .right_photos figure div.person span {
    font-size: 12px;
  }
}
#outer-wrap #inner-wrap .container .right .info {
  padding: 10px 0 20px;
}
#outer-wrap #inner-wrap .container .right .info figure {
  position: relative;
}
#outer-wrap #inner-wrap .container .right .info figure .photo img.colored {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s;
}
#outer-wrap #inner-wrap .container .right .info figure .photo:hover img.colored {
  opacity: 1;
}
#outer-wrap #inner-wrap .container .right .info.bordered {
  border-bottom: 1px solid black;
}
#outer-wrap #inner-wrap .container .right .info .grid {
  padding-bottom: 15px;
}
@media only screen and (min-width: 530px) {
  #outer-wrap #inner-wrap .container .right .info .grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 15px;
  }
}
@media only screen and (max-width: 529px) {
  #outer-wrap #inner-wrap .container .right .info .grid .grid-image {
    margin: 0 -15px;
  }
}
#outer-wrap #inner-wrap .container .right .info .grid .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
#outer-wrap #inner-wrap .container .right .info .grid img {
  max-width: 100%;
}
#outer-wrap #inner-wrap .container .right .info b {
  display: block;
  padding: 11px 0;
}
#outer-wrap #inner-wrap .container .right .info p {
  font-size: 16px;
}
#outer-wrap #inner-wrap .container .right .info .illustration p {
  font-size: 14px;
}
@media only screen and (max-width: 529px) {
  #outer-wrap #inner-wrap .container .right .info .illustration p {
    padding-top: 15px;
    font-size: 12px;
    color: #585858;
  }
}

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