@charset "UTF-8";
.pg-hosting-pricing {
  padding: 0 60px 60px;
  background-color: #fff;
  position: relative;
}
.pg-hosting-pricing::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #1d2a3b;
}
.pg-hosting-pricing .pricing-content {
  position: relative;
  z-index: 5;
  padding: 90px;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfcfd), to(white));
  background: linear-gradient(180deg, #fbfcfd 0%, white 100%);
}
.pg-hosting-pricing .pricing-content .sec-title {
  text-align: center;
}
.pg-hosting-pricing .pricing-content .sec-title h6 {
  font-size: 17px;
  margin-bottom: 20px;
}
.pg-hosting-pricing .pricing-content .sec-title h2 {
  font-size: 37px;
  margin-bottom: 65px;
}
.pg-hosting-pricing .pricing-content .sec-title h2 strong {
  color: #fa5d29;
}
.pg-hosting-pricing .pricing-content .sec-title h2 strong .num {
  position: relative;
}
.pg-hosting-pricing .pricing-content .sec-title h2 strong .num::after {
  position: absolute;
  right: 0;
  bottom: -45px;
  font-size: 85px;
  line-height: 1;
  content: "";
  font-family: "alyom" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.pg-hosting-pricing .pricing-content .pricing-cards .pricing-card {
  position: relative;
  padding: 55px 45px;
  border-radius: 12px;
  border: solid 4px #9995;
}
.pg-hosting-pricing .pricing-content .pricing-cards .pricing-card.active {
  background-color: #1d2a3b;
  color: #fff;
  border: 0;
}
.pg-hosting-pricing .pricing-content .pricing-cards .pricing-card.active .price .price-cont h5 span {
  border-color: #1d2a3b;
}
.pg-hosting-pricing .pricing-content .pricing-cards .pricing-card.active .butn {
  background-color: #fff;
  border-color: #fff;
  color: #1d2a3b;
}
.pg-hosting-pricing .pricing-content .pricing-cards .pricing-card.active .butn:hover {
  color: #fff !important;
}
.pg-hosting-pricing .pricing-content .pricing-cards .pricing-card.active .butn:hover::after {
  background-color: #1d2a3b;
}
.pg-hosting-pricing .pricing-content .pricing-cards .pricing-card .label {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 3px;
  border: solid 2px #fff;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  color: #fff;
}
.pg-hosting-pricing .pricing-content .pricing-cards .pricing-card .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 50px;
}
.pg-hosting-pricing .pricing-content .pricing-cards .pricing-card .price .price-cont {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: start;
}
.pg-hosting-pricing .pricing-content .pricing-cards .pricing-card .price .price-cont small {
  display: block;
  font-size: 12px;
}
.pg-hosting-pricing .pricing-content .pricing-cards .pricing-card .price .price-cont h5 {
  font-size: 18px;
}
.pg-hosting-pricing .pricing-content .pricing-cards .pricing-card .price .price-cont .colored {
  font-size: 12px;
  color: #fff;
  background-color: #fa5d29;
  width: 100%;
  text-align: center;
  padding: 2px 20px;
  border-radius: 5px;
}
.pg-hosting-pricing .pricing-content .pricing-cards .pricing-card .pricing-body h3 {
  font-size: 27px;
  margin-bottom: 25px;
}
.pg-hosting-pricing .pricing-content .pricing-cards .pricing-card .pricing-body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  margin: 5px 0;
}
.pg-hosting-pricing .pricing-content .pricing-cards .pricing-card .pricing-body ul li .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.pg-hosting-pricing .pricing-content .pricing-cards .pricing-card .pricing-body .butn {
  width: 100%;
  margin-top: 40px;
}
.pg-hosting-pricing .pricing-content .pricing-cards .pricing-card .pricing-body .butn i {
  font-size: 11px;
}
.pg-hosting-pricing .pricing-content .btm-text {
  font-size: 17px;
  text-align: center;
  margin-top: 40px;
}
.pg-hosting-pricing .pricing-content .btm-text a {
  color: #9ac9da;
}
.pg-hosting-pricing .pricing-content .btm-text a i {
  font-size: 12px;
}