.prices {
  padding: 50px 0 35px;
  background-color: #F5F5F5;
  overflow: hidden;
}

.prices--disable-border .price-card--1:after {
  content: none;
}

.prices__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 -12px;
}
.prices__list--same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.price-card {
  max-width: 402px;
  width: 29%;
  margin: 0 12px;
  background-color: #fff;
  padding: 42px 20px;
  text-align: center;
}
.price-card__title {
  margin-bottom: 22px;
}
.price-card p {
  line-height: 2.1;
}
.price-card .subtitle {
  font-size: 14px;
  color: #AFAFAF;
  font-weight: 400;
}
.price-card strong, .price-card__price {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 10px;
}
.price-card__price {
  color: var(--page-color);
}
.price-card__sale {
  text-decoration-line: line-through;
}
.price-card__content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}
.price-card--1 {
  max-width: 544px;
  position: relative;
  width: 33%;
}
.price-card--1:after {
  content: "";
  border: 13px solid var(--page-color);
  height: 108%;
  width: 84%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.price-card .price-card__currency {
  font-size: 16px;
  flex-grow: 1;
}

@media screen and (max-width: 992px) {
  .prices__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .price-card {
    width: 80%;
    max-width: none;
    margin-bottom: 80px;
  }
  .price-card:last-child {
    margin-bottom: 0;
  }
  .price-card--1 {
    width: 90%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .prices {
    padding: 40px 0;
  }
  .price-card__title {
    margin-bottom: 17px;
  }
  .price-card p strong {
    line-height: 1;
    display: inline-block;
    margin-bottom: 14px;
  }
  .price-card strong, .price-card__price {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .price-card .button {
    width: 75%;
  }
}
@supports (-webkit-appearance:none){

}

 @media screen and (max-width: 992px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 768px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (max-width: 576px){

@supports (-webkit-appearance:none){

}

}

