.price-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

.price-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 18px;
  width: 380px;
  min-height: 770px;
  background-color: #334247;
  overflow: hidden;
}

.price-card:first-child {
  margin-left: 0;
}

.price-card__title {
  margin: 0;
  margin-top: 33px;
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  line-height: 43px;
  color: #ffffff;
}

.price-card__subtitle {
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

.price-card__price {
  margin-top: 33px;
  min-height: 105px;
  text-align: center;
  line-height: 105px;
  font-weight: 700;
  font-size: 55px;
  color: #ffffff;
}

.price-card__descr {
  margin: 40px 26px;
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
}

.price-card__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.price-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-size: 15px;
  line-height: 50px;
  color: #ffffff;
}

.price-card__item:nth-child(1), .price-card__item:nth-child(3), .price-card__item:nth-child(5) {
  background-color: #2a3438;
}

.price-card__check {
  margin: 0 22px;
}

.price-card__options-service {
  margin: 0;
}

.price-card__order-btn {
  margin: 0 auto;
  margin-top: 39px;
  padding: 11px 27px 12px 28px;
  width: 155px;
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
  border: none;
  border-radius: 20px;
}

.price-card__popular {
  position: absolute;
  width: 147px;
  top: 30px;
  right: -30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #dc3f45;
  text-align: center;
}

.price-card__popular-inscrip {
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  text-transform: uppercase;
}

.price_green,
.btn_green {
  background-color: #5bb189;
}

.price_blue,
.btn_blue {
  background-color: #3a6ba5;
}

.price_orange,
.btn_orange {
  background-color: #ec632a;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 1400px;
  height: 1000px;
  font-family: 'Montserrat', sans-serif;
  background-color: #141b1c;
}
/*# sourceMappingURL=styles.css.map */