* {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #141b1c;
  color: #ffffff;
  font-weight: 300;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price {
  display: flex;
}

.price-card {
  background-color: #334247;
  position: relative;
  margin-right: 18px;
  box-shadow: 0px 6px 6px #00000016;
  overflow: hidden;
  width: 380px;
}
.price-card:last-child {
  margin-right: 0;
}
.price-card__title {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 33px;
}
.price-card__title h2 {
  font-size: 35px;
  line-height: 43px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.price-card__title span {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}
.price-card__price {
  font-weight: 700;
  font-size: 55px;
  line-height: 67px;
  text-align: center;
  padding-top: 19px;
  padding-bottom: 19px;
}
.price-card__price.green-bg {
  background-color: #5bb189;
}
.price-card__price.blue-bg {
  background-color: #3a6ba5;
}
.price-card__price.orange-bg {
  background-color: #ec632a;
}
.price-card__description {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  padding: 40px 26px;
}
.price-card__options-list_item {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.price-card__options-list_item:nth-child(odd) {
  background-color: #2a343880;
}
.price-card__options-list_item img {
  margin-right: 22px;
  margin-left: 22px;
}
.price-card__order-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 39px;
  padding-bottom: 40px;
}
.price-card__order-btn button {
  font-size: 14px;
  border: none;
  color: #ffffff;
  border-radius: 20px;
  margin: auto;
  padding: 11px 27px 12px 26px;
  cursor: pointer;
}
.price-card__order-btn button.green-bg {
  background-color: #5bb189;
}
.price-card__order-btn button.blue-bg {
  background-color: #3a6ba5;
}
.price-card__order-btn button.orange-bg {
  background-color: #ec632a;
}
.price-card__badge {
  position: absolute;
  background-color: #dc3f45;
  width: 147px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  right: -31px;
  top: 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

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