@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;700&display=swap');
@import "sections/trustpilot-section.css";
@import "customer-support.css";

/* global styles */
/* h2 */
.body-content h2 {
    font-weight: 800;
    font-size: 40px;
    color: #5E6975;
    line-height: 49px;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .body-content h2 {
        font-size: 36px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .body-content h2 {
        font-size: 32px;
    }
}
/* h4 */
.body-content h4 {
    color: #5E6975;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .body-content h4 {
        font-size: 16px;
        line-height: 20px;
    }
}

/* p */
.body-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #7F7F7F;
}

/* a */
.body-content a {
    color: #1ABAD7;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    transition: .2s;
}

/* buttons */
.body-content .btn-bordered {
    font-family: 'Roboto Slab', serif;
    background: none;
    border: 3px solid #FCA844;
    border-radius: 7px;
    text-decoration: none;
    color: #FCA844;
    font-size: 20px;
    line-height: 26px;
    padding: 17px 62px;
    transition: .2s;
    display: inline-block;
    font-weight: normal;
}

@media only screen and (max-width: 1199px) {
    .body-content .btn-bordered {
        font-size: 16px;
    }
}

.body-content .btn-bordered:hover {
    color: #ffffff;
    background-color: #FCA844;
    border: 3px solid #FCA844;
}

.body-content .btn-regular {
    font-family: 'Roboto Slab', serif;
    background: #FCA844;
    border-radius: 7px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    padding: 17px 62px;
    transition: .2s;
    display: inline-block;
    font-weight: normal;
    border: none;
}

@media only screen and (max-width: 1199px) {
    .body-content .btn-regular {
        font-size: 16px;
    }
}

.body-content .btn-regular:hover {
    transition: .2s;
    background: #EB8D3C;
    color: #fff;
}

.body-content .btn-regular--alt {
    background-color: #A3A3A3;
}

.body-content .btn-regular--alt:hover {
    background-color: #868585;
}

.bg-gray {
    background: #F3F5F7;
}

.text-darkgray {
    color: #5E6975;
}

.decor-text {
    text-decoration: underline;
    color: #1ABAD7;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    transition: .2s;
}

@media only screen and (max-width: 575px) {
    .usenet-plans .container-fluid {
        overflow: hidden;
    }
}
/* END global styles */

/* uh-plans */
.uh-plans {
    padding-top: 80px;
    padding-bottom: 70px;
    background-color: #EFF2F5;
}

@media only screen and (max-width: 767px) {
    .uh-plans {
        padding: 40px 15px;
    }
}

.body-content h2.uh-plans__title {
    margin-top: 0;
    margin-bottom: 28px;
    font-weight: 800;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    color: #5E6975;
}

@media only screen and (max-width: 1199px) {
    .body-content h2.uh-plans__title {
        font-size: 36px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .body-content h2.uh-plans__title {
        font-size: 32px;
    }
}

.body-content p.uh-plans__sub-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #5E6975;
}

@media only screen and (max-width: 991px) {
    .body-content p.uh-plans__sub-title {
        font-size: 16px;
        line-height: 24px;
    }
}

.uh-plans__list {
    max-width: 1172px;
    margin: 48px auto 70px auto;
    padding-top: 48px;
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .uh-plans__list {
        padding-top: 0;
    }
}

.uh-plans__row {
    display: flex;
}

.uh-plans__col--labels {
    width: calc(100% / 3);
}

@media only screen and (max-width: 1199px) {
    .uh-plans__col--labels {
        display: none;
    }
}

.uh-plans__col-wrap {
    display: flex;
    width: calc((100% / 3) * 2);
}

@media only screen and (max-width: 1199px) {
    .uh-plans__col-wrap {
        flex-grow: 1;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .uh-plans__col-wrap {
        padding-top: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .uh-plans__col-wrap {
        flex-direction: column;
        align-items: center;
    }
}

.uh-plans__col--plan {
    width: 31%;
}

@media only screen and (max-width: 767px) {
    .uh-plans__col--plan:not(:first-child) {
        margin-bottom: 25px;
    }

    .uh-plans__col--plan:first-child {
        order: 2;
    }

    .uh-plans__col--plan {
        min-width: 286px;
    }
}

.uh-plans__col--large {
    width: 31%;
    flex-grow: 1;
    margin-top: -48px;
}

@media only screen and (max-width: 767px) {
    .uh-plans__col--large {
        order: -1;
    }
}

.uh-plans__plan {
    display: flex;
    flex-direction: column;
}

.uh-plans__col--plan .uh-plans__plan {
    background-color: #ffffff;
    border-radius: 12px;
}

.sup-head {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 34px;
    text-align: center;
    background-color: #4DBC87;
    border-radius: 12px 12px 0 0;
}

.sup-head h4 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
}

.head {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background-color: #A3A3A3;
    border-radius: 12px 12px 0 0;
}

.uh-plans__col--large .head {
    height: 64px;
    background-color: #1ABAD7;
    border-radius: 0;
}

.uh-plans__col--labels .head {
    background-color: transparent;
}

.head h2 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}

.uh-plans__col--large .head h2 {
    font-size: 22px;
}

.price {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 123px;
}

.price h1 {
    margin-top: 7px;
    margin-left: 13px;
    margin-bottom: 0;
    font-size: 52px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -2.6px;
    color: #A3A3A3;
    font-family: 'Roboto Slab', serif;
}

.uh-plans__col--large .price {
    border-left: 5px solid #1ABAD7;
    border-right: 5px solid #1ABAD7;
}

.uh-plans__col--large .price h1 {
    color: #5E6975;
    font-size: 60px;
}

.price sup {
    top: -0.7em;
    left: -0.2em;
    font-size: 25px;
    line-height: 28px;
    font-weight: 300;
}

.uh-plans__col--large .price sup {
    font-size: 29px;
}

.price sub {
    bottom: 0.1em;
    left: -0.2em;
    font-size: 25px;
    line-height: 28px;
    font-weight: 300;
}

.uh-plans__col--large .price sub {
    font-size: 29px;
}

@media only screen and (max-width: 767px) {
    .features {
        display: none;
    }

    .features.show {
        display: block;
    }

    .hide-link {
        display: none;
    }
}

.uh-plans__col--labels .features {
    background-color: #F8F8F8;
    border-radius: 12px 0 0 12px;
}

.uh-plans__col--large .features {
    border-left: 5px solid #1ABAD7;
    border-right: 5px solid #1ABAD7;
}

@media only screen and (max-width: 767px) {
    .uh-plans__col--large .features {
        display: block;
    }
}

.features ul {
    margin-bottom: 0;
    padding-left: 0;
}

.features ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #A3A3A3;
}

@media only screen and (max-width: 1199px) {
    .features ul li {
        flex-direction: column;
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto;
        min-height: 60px;
    }
}

.uh-plans__col--labels .features ul li {
    padding-left: 30px;
    justify-content: flex-start;
    text-align: left;
}

.uh-plans__col--large .features ul li {
    color: #5E6975;
}

.features label {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .features label {
        display: block;
        margin-bottom: 10px;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        text-align: center;
        color: #7F7F7F;
    }
}

.features ul li:not(:first-child) {
    border-top: 1px solid #DBDFE4;
}

.uh-plans__col--plan .features ul li:first-child {
    border-top: 1px solid #DBDFE4;
}

.uh-plans__col--plan .features ul li:last-child {
    border-bottom: 1px solid #DBDFE4;
}

.uh-plans__col--large .fa-times {
    color: #DD5757;
}

.uh-plans__col--large .fa-check {
    color: #4DBC87;
}

.cta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 0 0 12px 12px;
}

@media only screen and (max-width: 767px) {
    .cta {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.cta .btn-regular {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.uh-plans__col--large .cta {
    padding-top: 50px;
    padding-bottom: 43px;
    border-left: 5px solid #1ABAD7;
    border-right: 5px solid #1ABAD7;
    border-bottom: 5px solid #1ABAD7;
}

@media only screen and (max-width: 767px) {
    .uh-plans__col--large .cta {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.body-content p.uh-plans__description {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0 !important;
    font-weight: 500;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    color: #7F7F7F;
}

@media only screen and (max-width: 767px) {
    .body-content p.uh-plans__description {
        font-size: 16px;
        line-height: 28px;
    }
}
/* END uh-plans */