.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 {
  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 {
  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;
}
.advantages {
  margin: 48px 0;
  font-size: 16px;
  font-weight: bold;
}
.advantages__title {
  margin-bottom: 24px;
}
.advantages__list {
  display: flex;
}
@media screen and (max-width: 974px) {
  .advantages__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .advantages__list {
    flex-direction: column;
    align-items: center;
  }
}
.advantages__item {
  padding: 30px;
  width: 231px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  background-blend-mode: overlay;
  margin-right: 12px;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.302);
}
@media screen and (max-width: 974px) {
  .advantages__item {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 500px) {
  .advantages__item {
    margin: 0 0 12px 0;
    width: 300px;
  }
}
.advantages__item > svg {
  fill: #ec1751;
}
.advantages__item._bg1 {
  background: #cfd9e0 url("/img/banner.png");
  background-size: cover;
}
.advantages__item._bg2 {
  background: #cfd9e0 url("/img/bg2.png");
  background-size: cover;
}
.advantages__item._bg3 {
  background: #cfd9e0 url("/img/bg3.png");
  background-size: cover;
}
.advantages__item._bg4 {
  background: #cfd9e0 url("/img/bg4.png");
  background-size: cover;
}
.advantages__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 974px) {
  .advantages__item:nth-child(even) {
    margin-right: 0;
  }
}
.advantages__item-caption {
  text-align: center;
  margin-top: 16px;
}
