.fs14 {
  font-size: 14px;
}

.mb14 {
  margin-bottom: 14px;
}

.shipber-pricing {
  padding: 0;
}



.shipber-pricing .item-wrapper {
  padding: 0px 20px;
  margin-bottom: 16px;
}

.shipber-pricing .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  opacity: 0.8;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  vertical-align: middle;
  color: #5c6570;
}

.shipber-pricing .item .icon {
  vertical-align: middle;
}

.shipber-pricing .item span {
  vertical-align: middle;
}

.shipber-pricing .item .item-right .price {
  font-family: Roboto-Bold;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;

  color: #5c6570;
}

.price-table{
  padding: 0 60px;
}
.price-table table{
  width: 100%;
}

.price-table tr{
  border: none;
  height: 56px;
}

.price-table tr th{
  opacity: 0.8;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #5C6570;
}

.price-table tr th .number{
  opacity: 0.8;
  font-family: Roboto-Bold;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #5C6570;
}

.cards.p0{
  padding-left: 0;
  padding-right: 0;
}

.cards.p0 .font1,
.cards.p0 .font3
{
  color: #32363B;
}

.container .pricing-box{
  height: 580px;
}

.el-switch__label.is-active {
  color: #03B497;
}