.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] {
  color: #242424;
  text-decoration: none;
}
.link[href]:hover {
  color: #ec1751;
  text-decoration: underline;
}
.link {
  color: #ec1751;
  text-decoration: underline;
}
.link:hover {
  text-decoration: underline;
}
.link-btn,
.comparison__table-more {
  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,
.comparison__table-more: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;
}
.comparison__title {
  margin: 48px 0 24px;
}
.comparison__table {
  overflow-x: auto;
}
.comparison__table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 905px) {
  .comparison__table table {
    min-width: 785px;
  }
}
.comparison__table table tr {
  background-color: #e5e5e5;
}
.comparison__table table tr:nth-child(2n) {
  background-color: #fbfbfb;
}
.comparison__table table tr:first-child {
  background-color: #cfd9e0;
  color: #242424;
}
.comparison__table table th {
  padding: 10px 6px;
  text-align: center;
  vertical-align: middle;
}
.comparison__table table td {
  padding: 10px 0px;
  text-align: center;
  white-space: nowrap;
}
.comparison__table table td .card-progress {
  justify-content: center;
}
.comparison__table table td .card-progress .hearts__progress._other-bg {
  background: rgba(224,237,244,0.7);
}
.comparison__table table tr > th:nth-child(1),
.comparison__table table tr > td:nth-child(1) {
  width: 20%;
  font-weight: 600;
  text-align: center;
}
.comparison__table-wrap-more {
  display: flex;
  justify-content: flex-end;
}
.comparison__table-name {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 600;
  color: _gray;
  text-decoration: none;
  transition: color 150ms ease;
  justify-content: center;
}
.comparison__table-name:hover {
  text-decoration: underline;
}
.comparison__table-name > img {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.comparison__table-more {
  display: inline-flex;
  margin-right: 3px;
  padding: 8px 5px;
  width: 160px;
}
