﻿.showonmobile {
    display: flex;
}

.showondesktop {
    display: none;
}

.feature-no{
    display: none;
}

@media screen and (min-width: 1120px) {
    .showonmobile {
        display: none;
    }

    .showondesktop {
        display: flex;
    }

    .footer-top-bg {
        background-color: #ffffff;
    }
}

.content {
    padding-top: 0px;
}


.intro-subtitle text-black {
    color: #252A34;
}

.bold-600 {
    font-weight: 600;
}

.most-popular {
    top: -37px;
    position: absolute;
    background-color: rgb(47, 182, 151);
    width: 140px;
    height: 36px;
    line-height: 38px;
    color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-family: 'Inter';
    font-weight: 600;
}

.price-strikethru {
    left: -24px;
    width: 110px;
    height: 4px;
    background-color: rgb(184, 18, 55);
    position: absolute;
    transform: rotate( 170deg);
}

.free-for-60-days {
    border: none;
    text-align: left;
    padding-left: 0;
    margin-left: 12px;
    font-size: 1.5rem;
}



.plans {
    margin-top: 0px;
}

.plans-bloc {
    display: flex;
    flex-direction: column;
    padding-bottom: 28px;
}

.plans-bloc_features {
    flex: 1;
    margin-top: 14px;
    margin-left: 36px;
}

.plans-bloc_unit{
    margin-bottom: 0;
}

.intro-subtitle {
    color: #301C71;
}


@media screen and (max-width: 360px) {
    .payment-options {
        width: 42px;
    }
}

@media screen and (max-width: 1120px) {

    .plans {
        margin-top: 0px;
    }

    .addons-bloc {
        flex: 1;
    }

    .most-popular-plan {
        margin-top: 56px;
    }
}
