.advantages {
  margin-bottom: 100px;
  min-height: 880px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.advantages__image {
  width: calc(50% - 15px);
  margin-right: 15px;
  align-self: flex-start;
}
.advantages__image img {
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0px 64px 64px 0px;
}
.advantages__content {
  width: calc(50% - 15px);
  margin-left: 15px;
  padding-right: calc((100% - 1170px) / 2);
}
.advantages .content {
  padding: 40px 0;
  max-width: 470px;
  margin-left: auto;
}
.advantages .content__title {
  margin-bottom: 40px;
}
.advantages .advants {
  margin-top: 60px;
}
.advantages .advants .item {
  max-width: 320px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}
.advantages .advants .item:last-child {
  margin-bottom: 0;
}
.advantages .advants .item__name {
  font-size: 20px;
  line-height: 135%;
}
.advantages .advants .item__stars {
  display: flex;
}
.advantages .advants .item__stars .star {
  margin: 0 3px;
  width: 30px;
  height: 30px;
  background-image: url(images/empty-star.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.advantages .advants .item__stars .star.active {
  background-image: url(images/star.svg);
}

.advantages .wpcf7-form .form-group {
  flex-direction: column;
  align-items: flex-start;
}

.advantages .wpcf7-form .policy {
  width: 100%;
}

@media (max-width: 1700px) {
  .advantages {
    min-height: auto;
  }
}
@media (max-width: 1200px) {
  .advantages__content {
    padding-right: 15px;
  }
}
@media (max-width: 1000px) {
  .advantages__image {
    align-self: center;
  }
  .advantages__image img {
    border-radius: 0px 10% 10% 0px;
  }
  .advantages .content__title {
    margin-bottom: 20px;
  }
  .advantages .advants {
    margin-top: 30px;
  }
  .advantages .advants .item__stars .star {
    width: 20px;
    height: 20px;
    align-items: center;
  }
}
@media (max-width: 720px) {
  .advantages {
    margin-bottom: 50px;
  }
  .advantages__image {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .advantages__image img {
    border-radius: 5%;
  }
  .advantages__content {
    width: 100%;
  }
  .advantages .content {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 460px) {
  .advantages__image {
    position: relative;
    padding-top: 60%;
  }
  .advantages__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

/*# sourceMappingURL=block.css.map */