/* FreeSkladchina Premium thread 5930. Isolated by conditional template loading. */

#js-post-6220 .fs-premium-landing,
#js-post-6220 .fs-premium-landing * {
    box-sizing: border-box;
}

#js-post-6220 .fs-premium-landing {
    max-width: 1190px;
    margin: 0 auto;
    color: #141414;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.42;
}

#js-post-6220 .fs-premium-landing h2,
#js-post-6220 .fs-premium-landing h3,
#js-post-6220 .fs-premium-landing p {
    margin: 0;
}

/* Hero */
#js-post-6220 .fs-premium-hero {
    position: relative;
    min-height: 208px;
    overflow: hidden;
    padding: 20px 300px 20px 28px;
    border: 1px solid #dca600;
    border-radius: 18px;
    background-color: #080808;
    background-image:
        radial-gradient(circle at 89% 53%, rgba(226, 168, 0, .18) 0, rgba(226, 168, 0, .18) 1px, transparent 2px),
        radial-gradient(ellipse at 88% 50%, rgba(239, 179, 0, .16), transparent 43%),
        linear-gradient(105deg, #050505 0%, #111111 67%, #080808 100%);
    background-size: 8px 8px, auto, auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .24), inset 0 0 0 1px rgba(255, 255, 255, .04);
}

#js-post-6220 .fs-premium-hero-copy {
    position: relative;
    z-index: 2;
}

#js-post-6220 .fs-premium-kicker {
    display: inline-block;
    min-height: 31px;
    margin-bottom: 7px;
    padding: 7px 17px 6px;
    border-radius: 18px;
    background: linear-gradient(#ffe23d, #f2bd00);
    color: #050505;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .1px;
    line-height: 18px;
    box-shadow: inset 0 1px rgba(255, 255, 255, .75), 0 1px 3px rgba(0, 0, 0, .38);
}

#js-post-6220 .fs-premium-heading {
    display: flex;
    align-items: center;
    height: 70px;
    white-space: nowrap;
}

#js-post-6220 .fs-premium-heading > span {
    display: block;
    color: #ffd21a;
    font-size: 54px;
    font-weight: 900;
    line-height: 62px;
    letter-spacing: -1.4px;
    text-shadow: 0 2px 0 #8a6700, 0 4px 7px rgba(0, 0, 0, .75);
    transform: scaleX(.88);
    transform-origin: left center;
    margin-right: -63px;
}

#js-post-6220 .fs-premium-heading img {
    display: block;
    width: 350px;
    height: auto;
    margin-left: 20px;
    filter: drop-shadow(0 2px 1px rgba(255, 255, 255, .62));
}

#js-post-6220 .fs-premium-hero-copy > p {
    margin-top: 7px;
    color: #f5f5f5;
    font-size: 18px;
    line-height: 1.36;
    text-shadow: 0 1px 2px #000;
}

#js-post-6220 .fs-premium-stars {
    position: absolute;
    z-index: 3;
    top: 5px;
    right: 70px;
    display: block;
    width: 245px;
    height: 195px;
    background: url('/styles/FreeSkladchina/PremiumThreadDesign/premium-stars.png') center center / contain no-repeat;
    filter: drop-shadow(0 7px 5px rgba(0, 0, 0, .62));
}

/* Benefits */
#js-post-6220 .fs-premium-benefits {
    padding: 12px 0 11px;
}

#js-post-6220 .fs-premium-benefits > h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 13px;
    color: #111;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.2;
}

#js-post-6220 .fs-premium-benefits > h2:after {
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 58px;
    height: 2px;
    background: #f3c400;
    content: "";
}

#js-post-6220 .fs-premium-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 11px 14px;
}

#js-post-6220 .fs-premium-benefit-card {
    position: relative;
    display: flex;
    min-height: 108px;
    overflow: hidden;
    padding: 13px 14px 12px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background-color: #fff;
    background-image:
        radial-gradient(circle at 96% 96%, rgba(0, 0, 0, .065) 0, rgba(0, 0, 0, .065) 1px, transparent 1.5px),
        linear-gradient(135deg, #fff 0%, #fff 72%, #f5f5f5 100%);
    background-size: 6px 6px, auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
}

#js-post-6220 .fs-premium-benefit-card:after {
    position: absolute;
    right: -9px;
    bottom: -2px;
    width: 49px;
    height: 13px;
    border-top: 2px solid #f3c400;
    background: linear-gradient(#383838, #050505);
    content: "";
    transform: skewX(-38deg);
}

#js-post-6220 .fs-premium-card-icon {
    display: block;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border: 2px solid #f3c400;
    border-radius: 50%;
    background: #050505;
    color: #f3c400;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    box-shadow: inset 0 0 0 1px #000, 0 1px 2px rgba(0, 0, 0, .28);
}

#js-post-6220 .fs-premium-benefit-card > div {
    min-width: 0;
}

#js-post-6220 .fs-premium-benefit-card h3 {
    margin: 2px 0 3px;
    color: #111;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
}

#js-post-6220 .fs-premium-benefit-card p {
    color: #333;
    font-size: 13px;
    line-height: 1.35;
}

#js-post-6220 .fs-premium-benefit-card p a {
    color: #075cc9;
    font-weight: 700;
    text-decoration: none;
}

#js-post-6220 .fs-premium-benefit-card p a:hover,
#js-post-6220 .fs-premium-benefit-card p a:focus {
    color: #0048a5;
    text-decoration: underline;
}

#js-post-6220 .fs-premium-status {
    display: inline-block;
    margin-left: 7px;
    padding: 3px 10px;
    border: 1px solid #e5bb3c;
    border-radius: 5px;
    background: linear-gradient(#ffe895, #eebc29);
    color: #5c4500;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    vertical-align: 2px;
    box-shadow: inset 0 1px rgba(255, 255, 255, .7);
}

/* Pricing */
#js-post-6220 .fs-premium-pricing {
    overflow: hidden;
    margin-top: 1px;
    border: 1px solid #dca600;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .11);
}

#js-post-6220 .fs-premium-pricing > h2 {
    padding: 7px 16px;
    border-bottom: 1px solid #f3c400;
    background: linear-gradient(#151515, #050505);
    color: #fff;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.08;
    text-align: center;
    letter-spacing: .2px;
}

#js-post-6220 .fs-premium-pricing-body {
    padding: 19px 17px 7px;
    background-color: #f7f7f7;
    background-image:
        radial-gradient(circle at 98% 70%, rgba(0, 0, 0, .06) 0, rgba(0, 0, 0, .06) 1px, transparent 2px),
        repeating-linear-gradient(135deg, transparent 0, transparent 28px, rgba(0, 0, 0, .025) 29px, rgba(0, 0, 0, .025) 38px),
        linear-gradient(115deg, #f7f7f7, #fff 55%, #f3f3f3);
    background-size: 8px 8px, auto, auto;
}

#js-post-6220 .fs-premium-price-grid {
    display: flex;
    justify-content: center;
}

#js-post-6220 .fs-premium-price-card {
    position: relative;
    width: 350px;
    min-height: 116px;
    padding: 15px 18px 10px;
    border: 1px solid #dca600;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 9px rgba(0, 0, 0, .2);
}

#js-post-6220 .fs-premium-price-card + .fs-premium-price-card {
    margin-left: 30px;
}

#js-post-6220 .fs-premium-price-card h3 {
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
}

#js-post-6220 .fs-premium-price {
    margin: 3px 0 1px;
    font-size: 43px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1px;
}

#js-post-6220 .fs-premium-price-card p {
    font-size: 12px;
}

#js-post-6220 .fs-premium-price-card--forever {
    background: linear-gradient(135deg, #fff8c8, #ffd437);
    color: #090909;
}

#js-post-6220 .fs-premium-price-card--year {
    background: linear-gradient(135deg, #171717, #050505);
    color: #fff;
}

#js-post-6220 .fs-premium-best {
    position: absolute;
    top: -17px;
    left: 50%;
    padding: 4px 13px;
    border-radius: 14px;
    background: #090909;
    color: #f3c400;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    transform: translateX(-50%);
    white-space: nowrap;
}

#js-post-6220 .fs-premium-cta {
    display: block;
    width: 500px;
    min-height: 41px;
    margin: 10px auto 0;
    padding: 9px 20px 7px;
    border: 1px solid #f3c400;
    border-radius: 22px;
    background: linear-gradient(#1c1c1c, #050505);
    color: #ffd21a !important;
    font-size: 18px;
    font-weight: 900;
    line-height: 23px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px 0 #000;
    box-shadow: inset 0 1px rgba(255, 255, 255, .1), 0 4px 8px rgba(0, 0, 0, .22);
    transition: transform .15s ease, box-shadow .15s ease, color .15s ease;
}

#js-post-6220 .fs-premium-cta:hover,
#js-post-6220 .fs-premium-cta:focus {
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: inset 0 1px rgba(255, 255, 255, .15), 0 6px 12px rgba(0, 0, 0, .3);
}

#js-post-6220 .fs-premium-notice {
    margin-top: 11px;
    padding: 11px 17px;
    border-left: 5px solid #171717;
    border-radius: 7px;
    background: linear-gradient(90deg, #fff9df, #fff5c9);
    color: #332812;
    font-size: 14px;
    box-shadow: inset 0 0 0 1px rgba(202, 157, 0, .18);
}

#js-post-6220 .fs-premium-support {
    padding: 10px 8px 0;
    color: #222;
    font-size: 14px;
    text-align: center;
}

#js-post-6220 .fs-premium-support a {
    color: #075cc9;
    font-weight: 800;
    text-decoration: none;
}

#js-post-6220 .fs-premium-support a:hover {
    text-decoration: underline;
}

/* Desktop width and landing proportions. The XenForo author column is untouched. */
@media (min-width: 1200px) {
    .p-body-inner {
        max-width: 1505px !important;
    }

    #js-post-6220 .fs-premium-benefit-card:nth-child(n+4) {
        min-height: 92px;
    }
}

@media (max-width: 1199px) {
    #js-post-6220 .fs-premium-hero {
        padding-right: 245px;
    }

    #js-post-6220 .fs-premium-heading > span {
        font-size: 43px;
        letter-spacing: -1px;
        margin-right: -50px;
    }

    #js-post-6220 .fs-premium-heading img {
        width: 270px;
        margin-left: 13px;
    }

    #js-post-6220 .fs-premium-stars {
        right: 28px;
        width: 220px;
    }
}

@media (max-width: 980px) {
    #js-post-6220 .fs-premium-hero {
        min-height: 235px;
        padding-right: 215px;
    }

    #js-post-6220 .fs-premium-heading {
        display: block;
        height: auto;
        white-space: normal;
    }

    #js-post-6220 .fs-premium-heading img {
        width: 260px;
        margin: 8px 0 0;
    }

    #js-post-6220 .fs-premium-stars {
        width: 195px;
        height: 175px;
    }

    #js-post-6220 .fs-premium-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650px) {
    #js-post-6220 .fs-premium-landing {
        font-size: 14px;
    }

    #js-post-6220 .fs-premium-hero {
        min-height: 0;
        padding: 19px 16px 150px;
        border-radius: 13px;
        text-align: center;
    }

    #js-post-6220 .fs-premium-heading > span {
        font-size: 35px;
        line-height: 1.05;
    }

    #js-post-6220 .fs-premium-heading img {
        width: 270px;
        max-width: 100%;
        margin: 10px auto 0;
    }

    #js-post-6220 .fs-premium-hero-copy > p {
        margin-top: 11px;
        font-size: 16px;
    }

    #js-post-6220 .fs-premium-desktop-break {
        display: none;
    }

    #js-post-6220 .fs-premium-stars {
        top: auto;
        right: 50%;
        bottom: -8px;
        width: 185px;
        height: 145px;
        margin-right: -92px;
    }

    #js-post-6220 .fs-premium-benefit-grid {
        grid-template-columns: 1fr;
    }

    #js-post-6220 .fs-premium-benefits > h2,
    #js-post-6220 .fs-premium-pricing > h2 {
        font-size: 21px;
    }

    #js-post-6220 .fs-premium-price-grid {
        display: block;
    }

    #js-post-6220 .fs-premium-price-card {
        width: 100%;
    }

    #js-post-6220 .fs-premium-price-card + .fs-premium-price-card {
        margin: 22px 0 0;
    }

    #js-post-6220 .fs-premium-pricing-body {
        padding: 24px 11px 12px;
    }

    #js-post-6220 .fs-premium-cta {
        width: 100%;
        min-height: 48px;
        margin-top: 14px;
        padding: 10px 14px;
        font-size: 15px;
    }

    #js-post-6220 .fs-premium-notice {
        padding: 12px 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #js-post-6220 .fs-premium-cta {
        transition: none;
    }
}
