.page-card{
    border-radius: 10px;
    box-shadow: 0 1rem 2rem 0 rgb(0 0 0 / 3%), 0 0.5rem 1rem 0 rgb(0 0 0 / 5%);
    margin: 0 0 50px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #fff;
    padding: 35px 30px;
    position: relative;
    padding-bottom: 50px!important;
}

.page-price .packages .item.web{
    background-image: url("/images/backgrounds/container-footer.webp");
    background-size: contain;
}

.page-price .packages .item.go {
    background-image: url("/images/backgrounds/container-footer.webp");
    background-size: contain;
}

.page-price .packages .item.pos .extra-info ul {
    display: flex;
    flex-wrap: wrap;
}
.page-price .packages .item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.page-price .packages .item.pos .extra-info ul li {
    width: 50%;
}
.page-price .packages .item ul li,
.list-feature-service li{
    position: relative;
    font-size: 16px;
    color: #42464e;
    padding: 0 0 28px 26px;
}

.page-price .packages .item ul li:before,
.list-feature-service li:before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 10%;
    transform: translateY(-17%);
    background: url("/images/check.svg") no-repeat center center;
}

.page-price .packages .item ul li.delete:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 10%;
    transform: translateY(-17%);
    background: url("/images/delete.svg") no-repeat center center;
}

.page-price .title-feature.size-small{
    font-size: 75%;
}

.image-package{
    position: absolute;
    right: 30px;
    top: 20px;
}

.price-list {
    margin-bottom: 10px;
}
.page-price .packages .price-list .price-packages {
    font-size: 16px;
    font-weight: 400;
    display: block;
    background-color: #d8f5db7d;
    text-align: center;
    padding: 20px 10px;
    transition: box-shadow .2s ease-in-out, transform .2s ease-in-out;
}

.page-price .packages .price-list .price-packages .des{
    font-size: 13px;
    color:#666
}

.price-packages .label {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding: 5px 30px;
    border-radius: 5px;
}

.price-packages .label.basic_3, .price-packages .label.basic_2,  .price-packages .label.basic_1{
    background: -webkit-linear-gradient(0deg,#009688 0%,#4caf50 100%);
    color: #fff;
}
.price-packages .label.pro{
    background: -webkit-linear-gradient(0deg,#e84452 0%,#6119da 100%);
    color: #fff;
}

.price-packages .label.gold_1, .price-packages .label.gold_2{
    background: -webkit-linear-gradient(0deg,#ffa307 0%,#ff0707 100%);
    color: #fff;
}

body.desktop .page-price .packages .price-list .price-packages{
    position: relative;
    overflow: hidden;
}

body.desktop .price-packages .label{
    transform: rotate(-45deg);
    position: absolute;
    left: -30px;
    top: 10px;
    height: 30px;
    width: 105px;
}

.page-price .packages .price-list .price-packages:not(:last-child){
    border-bottom: 0.5px solid #3c9e4626;
}

.page-price .packages .price-list>div:nth-child(2){
    border-radius: 10px 10px 0 0!important;
}

.page-price .packages .price-list .price-packages:last-child{
    border-radius: 0 0 10px 10px;
}

.page-price .packages .price-list .price-free{
    font-size: 18px;
    font-weight: 400;
    display: block;
    background: linear-gradient(to left, #7dc242, #3b9d46);
    margin: -15px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
    color:#fff
}

.page-price .packages .price-list .price-packages .price-inline {
    color: #3c9e47;
    font-weight: 700 !important;
}

/* Promotion */
.promotion .label.basic_3, .promotion .label.basic_2, .promotion .label.basic_1{
    background: -webkit-linear-gradient(0deg,#009688 0%,#4caf50 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.promotion .label.pro{
    background: -webkit-linear-gradient(0deg,#e84452 0%,#6119da 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.promotion .label.label.gold_1,
.promotion .label.label.gold_2 {
    background: -webkit-linear-gradient(0deg,#ff0707 0%, #ffa307 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-price .packages .price-list-promotion{
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.page-price .packages .price-list-promotion .price-packages {
    font-size: 15px;
    font-weight: 400;
    display: block;
    background-color: #ecfaee;
    text-align: center;
    padding: 15px 10px;
    transition: box-shadow .2s ease-in-out, transform .2s ease-in-out;
}

.page-price .packages .price-list-promotion .price-packages:not(:last-child) {
    border-bottom: 0.5px solid #3c9e4626;
}

.page-price .packages .price-list-promotion .price-inline.feature {
    font-weight: bold;
    color: #3d9e47;
    font-size: 18px;
}

.price-list-promotion .price-packages sup {
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
}

.footer-price-list span{
    font-size: 13px;
    line-height: 100%;
}

.page-price .currency {
    color: #3c9e47;
    font-size: 26px !important;
    font-weight: 700 !important;
    margin-bottom: 0;
}

.more-feature p.price-item{
    margin-bottom: 0;
}

.tags span{
    font-size: 13px;
    color: #6f6f6f;
}

.icon-more-feature{
    margin-bottom: 20px;
}

.solution-feature .icon {
    background-color: #8bc34a1c;
    border-radius: 100%;
    color: #fff;
    padding: 10px;
    width: 70px;
    height: 70px;
    margin-right: 15px;
}
.solution-feature .inner-item{
    padding: 15px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #eee;
}

.page-price .packages .btn-registration {
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #3c9e47;
    font-size: 18px;
    width: 150px;
}
.price-contact{
    margin-top:20px;
}
.price-contact .item-contact{
    margin-right: 20px;
}
.btn-media {
    padding: 15px 30px;
    border-radius: 60px;
    background-color: #faca4b;
    color: #000000;
    border-width: 0;
    font-size: 18px;
    font-weight: bold;
}
