.block_shell {
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .block_shell {
     padding: 25px 20px;
    }
}
.block_shell__head {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .block_shell__head {
      margin-bottom: 25px;
    }
}
.block_shell__title {
  font-weight: 600;
  font-size: 18px;
}
.block_shell__subtitle {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;

  color: #4d4c4c;
}

.block_shell__subtitle-min {
    margin-bottom: 5px;
    font-weight: 600;
}
.block_shell__body {
}

.block_shell__row {
    width: 100%;
    margin-bottom: 7px;
}

.block_shell__name {
    display: inline-block;
    margin-bottom: 3px;
}

.block_shell__value {
    display: inline-block;
    margin-left: 15px;
    font-weight: 600;
}

.block_shell__value {}

.block_shell__value-full {
    margin: 0;
    width: 100%;
    font-weight: 400;
    margin-bottom: 10px;
}
.block_shell__footer {
  margin-top: 25px;
}
@media screen and (min-width: 1260px) {
  .block_shell__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
