.style-wrap {
  border-radius: 4px;
  margin-bottom: 12px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.302);
  background: #fff;
  padding: 30px;
}
.style-wrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 425px) {
  .style-wrap {
    padding: 30px 10px;
  }
}
.link[href],
.showcase__link-caption {
  color: #242424;
  text-decoration: none;
}
.link[href]:hover,
.showcase__link-caption:hover {
  color: #ec1751;
  text-decoration: underline;
}
.link {
  color: #ec1751;
  text-decoration: underline;
}
.link:hover {
  text-decoration: underline;
}
.link-btn,
.showcase__link-btn {
  background: #ec1751;
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  font-size: 16px;
}
.link-btn:hover,
.showcase__link-btn:hover {
  color: #242424;
  cursor: pointer;
}
.logo {
  display: flex;
  align-items: center;
  padding: 10px 0;
  text-decoration: none;
  color: #ec1751;
  font-weight: 800;
  font-size: 29px;
  line-height: 39px;
}
@media screen and (max-width: 375px) {
  .logo {
    font-size: 24px;
  }
}
.logo .dark-part {
  color: #242424;
}
@media screen and (max-width: 754px) {
  .showcase__list.old {
    display: flex;
    overflow-x: auto;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.302);
  }
}
.showcase__advice {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 30px 50px;
  box-shadow: 0px 2px 12px 0 rgba(0,0,0,0.302);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.showcase__advice:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 873px) {
  .showcase__advice {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 754px) {
  .showcase__advice {
    font-size: 14px;
  }
}
.showcase__advice-icon {
  margin-right: 8px;
  fill: #ec1751;
  margin-bottom: 12px;
  margin-right: 0;
}
.showcase__advice-text {
  text-align: center;
}
.showcase__advice .modified-color {
  color: #ec1751;
  font-weight: 600;
}
.showcase__item {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 30px;
  box-shadow: 0px 2px 12px 0 rgba(0,0,0,0.302);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.302);
}
.showcase__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 873px) {
  .showcase__item {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 754px) {
  .showcase__item {
    flex-direction: column;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .showcase__item.old {
    max-width: 248px;
    margin-bottom: 0;
    margin-right: 12px;
  }
  .showcase__item.old:last-child {
    margin-right: 0;
  }
}
.showcase__logo-box {
  min-width: 112px;
  max-width: 183px;
  width: 183px;
  min-height: 36px;
  max-height: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 754px) {
  .showcase__logo-box {
    width: 112px;
    height: 36px;
  }
}
.showcase__logo-box > img {
  max-height: 100%;
}
.showcase__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 183px;
  width: 183px;
}
.showcase__info {
  width: 100%;
  margin: 0 30px;
}
@media screen and (max-width: 873px) {
  .showcase__info {
    margin: 0 15px;
  }
}
@media screen and (max-width: 754px) {
  .showcase__info {
    text-align: center;
    margin: 16px 0 16px 0;
  }
}
.showcase__title {
  color: #242424;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 754px) {
  .showcase__title {
    font-size: 20px;
  }
}
.showcase__text {
  margin-top: 16px;
}
@media screen and (max-width: 754px) {
  .showcase__text {
    margin-top: 12px;
  }
}
.showcase__controls {
  min-width: 200px;
  width: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.showcase__mark {
  margin-bottom: 7px;
}
.showcase__mark > svg {
  fill: #ec1751;
}
.showcase__link-btn {
  width: 200px;
  padding: 8px 5px;
  margin-top: 20px;
}
@media screen and (max-width: 749px) {
  .showcase__link-btn {
    font-size: 16px;
  }
}
.showcase__link-caption {
  margin-top: 4px;
  color: #565656;
}
.showcase__btn {
  border: none;
  color: rgba(236,23,81,0.8);
  border-bottom: 1px dashed rgba(236,23,81,0.8);
  background: transparent;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}
.showcase__btn:hover {
  color: #ec1751;
  border-bottom: 1px dashed #ec1751;
  cursor: pointer;
  transition: 0.5s;
}
.showcase__hide-box {
  display: none;
}
@media screen and (max-width: 754px) {
  .showcase__hide-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
  }
  .showcase__hide-box.old {
    flex-direction: row;
  }
}
.hide-mobile {
  display: none;
}
.card-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.card-progress._indent {
  margin-top: 4px;
}
@media screen and (min-width: 960px) {
  .card-progress {
    justify-content: flex-start;
  }
}
.card-progress__rating {
  font-weight: 600;
  margin-left: 8px;
  font-size: 20px;
}
.hearts {
  display: flex;
  position: relative;
  justify-content: center;
}
.hearts__icon {
  margin-left: 4px;
  fill: #ec1751;
}
.hearts__icon:last-child {
  margin-left: 0;
}
.hearts__progress {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(251,251,251,0.7);
}
