.command {
  padding-top: 70px;
  padding-bottom: 70px;
}

.command__title {
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
}

.command__card > img {
  width: 100%;
}

.command__info {
  padding: 20px 15px;
  border: 1px solid #dbdbdb;
  border-top: none;
}

.command__name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
}

.command__prof {
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #ac6c82;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

.command__about {
  margin-bottom: 5px;
  color: #1c1c1c;
  font-size: 13px;
  height: 90px;
  line-height: 18px;
  overflow-y: auto;
}

.command__email-before {
  margin-right: 5px;
  color: #685c79;
}

.command__email {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 15px;
  border: 1px solid #dbdbdb;
  border-top: none;
  font-size: 14px;
}

.command__email-adress {
  color: #ac6c82;
  text-decoration: none;
}

.command__email-adress:hover {
  color: #685c79;
  text-decoration: underline;
}

.command .slick-dots {
  bottom: -60px;
}

.command .slick-dots li button:before {
  text-shadow: 0 0 1px #455c7b;
  color: #685c79;
}
