.mentor-info {
  position: relative;

  margin-top: 97px;
}
.mentor-card {
  width: 564px;
  margin: 0 auto;
}
.mentor-card-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-header {
  position: relative;

  flex-shrink: 0;
  width: 564px;
  height: 150px;
  margin-bottom: 90px;

  background: #c4c4c4;
}
.mentor-photo {
  position: absolute;
  top: 100%;
  left: 50%;

  width: 142px;
  height: 142px;

  background: #0f0f0f;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.mentor-name {
  margin-bottom: 5px;

  font-weight: 500;
}
.mentor-description {
  text-align: center;
}
.card-list {
  align-self: flex-start;
  margin-top: 53px;
  padding: 0;

  list-style: none;
}
.card-list li {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.card-list-statement,
.card-list-descr {
  margin: 0;
}
.card-list-statement {
  width: 180px;
  margin-right: 28px;

  color: #c4c4c4;
}
.card-list-descr {
  color: #000000;
}
.mentor-card-social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 27px;
}

.info-cards {
  margin-top: 37px;
  margin-left: 80px;
}
.info-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  width: 1004px;
  height: 157px;
  margin-bottom: 30px;

  font-size: 20px;

  border: 1px solid #c4c4c4;
  border-radius: 10px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.info-card-main {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 887px;
  margin: 25px auto 10px 25px;
}
.info-mentor {
  width: 572px;
}
.info-mentor-name-job {
  margin-bottom: 20px;
}
.info-name {
  font-size: 25px;
}
.info-position {
  font-size: 18px;
}
.info-photo {
  flex-shrink: 0;
  width: 80px;
  height: 80px;

  background: #c4c4c4;
  border-radius: 50%;
}
.info-extra {
  height: 100%;
}
.info-attachments {
  margin-bottom: 18px;
}
.info-attachments button {
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.info-chain-img {
  width: 40px;
  height: 40px;
}
.info-tags a {
  color: #000000;
  text-decoration: none;
}
.info-card-date {
  margin-left: 20px;

  font-weight: 300;
  font-size: 18px;
}
.mentor-info::after {
  content: "";
  position: absolute;
  bottom: -8px;

  width: 100%;
  height: 1px;

  background-color: #dbd8d8;
}

.traction {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 80px;
}
.traction-header {
  margin-bottom: 32px;

  font-style: normal;
  font-weight: 500;
  font-size: 25px;
}
.traction-box {
  display: flex;
  justify-content: space-around;
  box-sizing: border-box;
  width: 609px;
  height: 268px;
  margin-left: -12px;

  border: 1px dashed #000000;
  border-radius: 20px;
}
.feedback {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feedback-rating {
  display: flex;
  justify-content: space-between;
  width: 396px;
  margin-top: 10px;
  margin-bottom: 34px;
  padding-left: 0;

  list-style: none;
}
.feedback-rating li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 60px;
}
.feedback-rating-title {
  margin-bottom: 7px;

  font-size: 14px;
}
.feedback-rating-grade {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;

  font-size: 30px;

  background: #98de03;
  border-radius: 50%;
}
.feedback-comment {
  box-sizing: border-box;
  width: 396px;
  height: 102px;
  padding: 10px;
  padding-left: 15px;

  font-size: 20px;

  border: 1px solid #c4c4c4;
  border-radius: 10px;
  outline: none;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);

  resize: none;
}
.author {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
}
.author-photo {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;

  background: #c4c4c4;
  border-radius: 50%;
}
.author-info {
  display: flex;
  flex-direction: column;
  align-items: center;

  font-size: 18px;
}
.author-info p {
  margin: 0;
}


@media screen and (max-width: 1180px) {
  .info-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }
}

@media screen and (max-width: 925px) {
  .info-card {
    width: 90%;
    height: auto;

    font-size: 15px;
  }
  .info-card-main {
    width: 95%;
    margin: 0;
    padding: 10px;
  }
  .info-photo {
    width: 60px;
    height: 60px;
  }
  .info-mentor {
    width: auto;
  }
  .info-name {
    font-size: 20px;
  }
}

@media screen and (max-width: 760px) {
  .info-attachments img {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 700px) {
  .mentor-card {
    font-size: 20px;
  }

  .info-card-main {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .info-photo {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
  .info-mentor {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .info-descr {
    text-align: center;
  }

  .traction {
    width: 100%;
  }
  .traction-box {
    width: 85%;
  }
}

@media screen and (max-width: 600px) {
  .mentor-card {
    width: 90%;
  }
  .card-header {
    width: 100%;
  }
  .mentor-photo {
    width: 100px;
    height: 100px;
  }
  .card-list {
    align-self: auto;
    font-size: 16px;
  }
  .card-list-statement {
    width: 115px;
  }
  .card-list-descr {
    width: 46%;
  }

  .mentor-card-social img {
    width: 80%;
  }


  .traction-box {
    flex-direction: column;
    height: auto;
    padding: 10px;
  }
  .author {
    flex-direction: row;
    justify-content: center;
    order: 1;
    margin-top: 10px;
    padding: 0;
  }
  .author-photo {
    margin-right: 20px;
  }
  .feedback {
    order: 2;
  }
  .feedback-rating {
    width: 90%;
    margin-bottom: 20px;
  }
  .feedback-rating-title {
    font-size: 10px;
  }
  .feedback-rating-grade {
    width: 40px;
    height: 40px;

    font-size: 25px;
  }
  .feedback-comment {
    width: 90%;
    margin-bottom: 15px;
  }
}
