html {
    scroll-behavior: smooth;
}

header:not(.simple-header), footer:not(.simple-footer) {
    display: none;
}

.simple-header .progress-bar {
    width: 66%;
}

.btn-default {
    border-color: #B4008D;
    color: #fff;
    border-radius: 10px;
    background: #B4008D;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    font-size: 24px;
    font-weight: 900;
    padding: 18px 20px;
}

.btn-secondary {
    display: flex;
    padding: 18px 20px;
    justify-content: center;
    align-items: center;
    color: #1A2887;
    border: 3px solid #FFF;
    font-family: Korolev;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    background: #fff;
    border-radius: 10px;
    width: 169px;
    margin: 0 auto;
    text-transform:uppercase;
}

.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:focus {
    border-radius: 10px;
    background: #E200B1;
    border-color: #E200B1;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.32);
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus {
    background: #1A2887;
    border-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.32);
}

.hero {
    position: relative;
    padding-top: 32px;
    margin-bottom: 24px;
    background-image: linear-gradient( to bottom, #FFC844 0%, #FFC844 66.6%, transparent 66.6%, transparent 100% )
}

.hero .new-well-logo {
    width: 137px;
    margin: 0 auto 24px;
}

.hero .h1-pre {
    color: #1A2887;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    margin: 0 auto 8px;
    text-transform:uppercase;
}
.hero h1 {
    color: #1A2887;
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
    margin: 0 auto 16px;
}

.hero .info {
    color: var(--Text-text-primary, #29353A);
    font-family: Arial;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 16px;
}

.hero .btn-default {
    margin-bottom: 30px;
}

.hero .food-title {
    position: absolute;
    bottom: 200px;
    right: 6px;
    color: #B4008D;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    border-radius: 2px;
    background: var(--Background-background-primary, #FFF);
    box-shadow: 5px 6px 9px 0 rgba(0, 0, 0, 0.14);
    padding: 8px 16px;
    margin: 0;
}

.hero-txt {
    text-align: center;
}

.discover h2 {
    color: #B4008D;
    text-align: center;
    font-family: Korolev;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 auto 16px;
}

.discover .sub-head {
    color: var(--Text-text-primary, #29353A);
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 auto 30px;
}

.discover .btn-default {
    margin-bottom: 73px
}

.discover .card-row, .prepared .card-row {
    overflow: hidden;
    overflow-x: scroll;
    margin-bottom:8px;
}

.discover .card-wrap {
    display: flex;
    min-width: 875px;
    gap: 20px;
    margin: 0 15px 20px;
    justify-content: center;
}

.discover .card {
    display: flex;
    width: 277px;
    flex-direction: column;
    flex-shrink: 0;
    padding: 16px;
    border-radius: 9px;
    border: 4px solid #3BD4AE;
    background: var(--Background-background-primary, #FFF);
}

.discover .card:nth-child(2) {
    border: 4px solid #FFC844;
}

.discover .card:nth-child(3) {
    border: 4px solid #1A2887;
}

.discover h3 {
    color: var(--Text-text-primary, #29353A);
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 8px;
    text-align: left;
    text-transform: uppercase;
}

.discover .card p {
    margin-bottom: 16px;
}

.power .d-flex {
    display: flex;
    flex-direction: column;
}

.power h2 {
    color: #1A2887;
    text-align: center;
    font-family: Korolev;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 auto 32px;
}

.power .bull-col {
    display: flex;
    flex-direction: column;
    gap: 23px;
    margin-bottom: 30px;
}

.power .bullet {
    display: flex;
    justify-content: space-between;
}
.power .bullet .txt{
    padding-right: 10px;
}
.power .title {
    color: #1A2887;
    font-family: Korolev;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.power .sub {
    color: var(--Text-text-primary, #29353A);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.prepared {
    background-color: #1A2887;
    padding: 100px 0 48px;
    margin-top: -65px
}

.prepared h2 {
    color: var(--Text-text-White, #FFF);
    text-align: center;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 auto 16px;
}

.prepared .sub {
    color: var(--Text-text-White, #FFF);
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin: 0 auto 34px;
}

.prepared .card-wrap {
    display: flex;
    min-width: 1280px;
    gap: 14px;
    margin: 0 15px 20px;
    justify-content: center;
}

.prepared .card {
    display: flex;
    width: 244px;
    height: 338px;
    flex-direction: column;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--Background-background-primary, #FFF);
}

.prepared .card .txt {
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.prepared h3 {
    color: var(--Text-text-primary, #29353A);
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 auto;
}

.prepared .calprofib p {
    margin: 0;
    color: #B4008D;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.prepared .calprofib {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.prepared .vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 16px;
    background-color: #B4008D;
    opacity: 1;
}

.how {
    padding: 29px 0 0;
}

.how h2 {
    color: #B4008D;
    text-align: center;
    font-family: Korolev;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 auto 35px;
}

.how .list-group {
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 25px;
    margin-bottom: 25px;
}

.how .point {
    display: flex;
    align-items: flex-start;
    gap: 33px;
}

.how .pt-txt {
    color: #B4008D;
    font-family: Korolev;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.how .pt-txt span {
    display: block;
    color: var(--Text-text-primary, #29353A);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 8px;
}

.how .num-wrap {
    display: flex;
    width: 44px;
    flex-shrink: 0;
    justify-content: center;
}

.how .d-flex {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.prod {
    background: #FFC844;
    padding:48px 0 35px;
    position:relative;
}
.prod .background-container {
    position:absolute;
    bottom:0;
    width:100%;
    height:507px;
}
.prod .background-container img{
    object-fit:fill;
    width:100%;
    height:100%;
}
.prod h2{
    color: #1A2887;
    text-align: center;
    font-size: 2.625em;
    font-weight: 900;
    line-height: 1;
    text-transform:uppercase;
    margin:0 0 16px;
}
.prod .h2-sub{
    font-size: 1.125em;
    line-height: 1.4;
    margin:0 0 16px;
    text-align: center;
}
.prod .box{
    background:#fff;
    border-radius: 8px;
    padding:16px 16px 24px;
    margin:0 0 26px;
}
.prod .box h3{
    color: #1A2887;
    font-size:1.5em;
    font-weight:900;
    line-height:1.1;
    text-align: center;
    margin:0 0 24px;
}
.prod .list-checked>li {
    margin-bottom: 24px;
}
.prod .list-checked>li:before{
    background: url(/media/wellina/ratecard/wellina-check.svg) 0 6px no-repeat;
}
.prod .box p.h3{
    color: #1A2887;
    font-size:1.125em;
    font-weight:700;
    line-height:1.27;
    text-align: center;
    margin:0 0 24px;
}
.prod .cta{
    text-align: center;
}

#product-pane {
    display:none;
}
@media (max-width: 767px) {
    .no-gutter-xs {
        padding:0;
    }

    .card-rwo {
        margin-right: -15px
    }
}

@media(min-width: 510px) {
    .prepared {
        margin-top: -85px;
    }
}

@media(min-width: 665px) {
    .prepared {
        margin-top: -100px;
        padding: 120px 0 48px;
    }
}

@media(min-width: 768px) {
    .rc-head h2 {
        font-size:2.375em;
        margin: 0 0 25px;
    }

    .hero {
        background: url(/media/wellina/ratecard/wellina-rc-hero-dt@2x.webp) #FFC844 no-repeat 350px 0px;
        background-size: 86%;
    }

    .hero-txt {
        text-align: left;
    }

    .hero .food-title {
        bottom: 18px;
        right: 100px;
    }

    .hero .btn-default {
        margin-bottom: 50px;
    }

    .power {
        margin-bottom: 73px;
    }

    .power .d-flex {
        flex-direction: row;
        align-items: center;
    }

    .power .img-col {
        order: 1;
    }

    .power .bull-col {
        margin-bottom: 0px;
        order: 2;
    }

    .prepared {
        padding: 50px 0;
        margin-top: 0px;
    }

    .how .list-group {
        margin-bottom: 0;
    }

    .how {
        padding: 39px 0;
    }

    .how h2 {
        text-align: left;
    }

    .how .d-flex {
        flex-direction: row;
    }
}

@media(min-width: 830px) {
    .hero {
        background-position-x: 387px;
        background-size: 80%;
    }
}

@media(min-width: 830px) {
    .hero {
        background-position-x:400px;
    }
}

@media(min-width: 960px) {
    .hero {
        background-position-x: 455px;
        background-size: 70%;
    }
}

@media (min-width: 992px) {
    .hero {
        background: url(/media/wellina/ratecard/wellina-rc-hero-dt@2x.webp) #FFC844 no-repeat 100% 0px;
        background-size: 55%;
        height: auto;
        margin-bottom: 77px;
    }

    .hero .food-title {
        right: 244px;
    }
    .hero .btn-default {
        font-size:1.875em;
    }
    .prepared .card-row {
        overflow: hidden;
        overflow-x: scroll;
        width: 765px;
        margin: 0 auto 8px;
    }
    .prepared .scroll-btn {
        display: flex;
        align-items: center;
        margin: 0 15px;
    }

    .prepared .right:hover, .prepared .left:hover {
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.32);
        border-radius: 50%;
    }

    .how .list-group {
        gap: 48px;
    }

    .prepared .card-wrap {
        margin: 0 0 29px;
    }
    .prod {
        padding: 48px 0 25px;
    }
    .prod h2{
        font-size:3.375em;
    }
    .prod .h2-sub{
        font-size:1.625em;
        margin: 0 0 36px;
    }
    .prod .box{
        max-width:770px;
        padding:24px;
        margin:0 auto 24px;
    }
    .prod .box h3 {
        font-size: 1.75em;
        margin: 0 0 36px;
    }
    .prod .list-checked {
        max-width:568px;
        margin:0 auto 12px;
    }
    .prod .box p.h3 {
        font-size: 1.625em;
        margin: 26px 0;
    }
    .prod .btn-default{
        font-size:1.875em;
    }
    .prod p.small {
        max-width:680px;
        margin:0 auto;
    }
}

@media (min-width: 1200px) {
    .hero {
        padding-top:50px;
        background-position-x: 600px;
        background-size: contain;
        height: 641px;
    }

    .hero .container {
        height: 575px;
    }

    .hero .food-title {
        right: 165px;
        bottom: 22px;
        font-size: 16px;
    }

    .hero .new-well-logo {
        width: 181px;
        margin: 0 auto 40px;
    }

    .hero .h1-pre {
        font-size: 2em;
        margin: 0 auto 8px;
    }
    .hero h1 {
        font-size: 4.25em;
        margin: 0 auto 16px;
    }

    .hero .info {
        font-size: 26px;
        margin-bottom: 40px;
        width: 571px;
    }

    .discover h2 {
        font-size: 54px;
    }

    .discover .sub-head {
        color: var(--Text-text-primary, #29353A);
        font-size: 26px;
        line-height: 1.4;
        margin: 0 auto 40px;
        width: 956px;
    }

    .discover h3 {
        font-size: 30px;
        margin: 0 0 8px;
    }

    .discover .card p {
        margin-bottom: 18px;
    }

    .discover .card-wrap {
        margin-bottom: 40px;
    }

    .power h2 {
        font-size: 54px;
        margin: 0 auto 68px;
    }

    .power .title {
        font-size: 30px;
        margin: 0 0 8px;
    }

    .power .sub {
        font-size: 18px;
    }

    .prepared .scroll-btn {
        max-width: 1056px;
        margin: 0 auto;
    }

    .prepared .card-wrap {
        gap: 34px;
        min-width: 1355px;
        margin: 0 0 40px;
    }

    .prepared .card-row {
        width: 800px;
        overflow-x: hidden;
    }

    .discover .card-row {
        overflow-x: hidden;
    }

    .prepared {
        padding: 50px 0 84px;
    }

    .how .pt-txt {
        font-size: 26px;
    }

    .how .pt-txt span {
        font-size: 18px;
    }

    .how .how-img {
        max-width: 471px;
    }
}

@media (min-width: 1320px) {
    .hero {
        background-position-x: 655px;
    }
}

@media (min-width: 1440px) {
    .hero {
        background-position-x: 750px;
    }

    .hero .food-title {
        right: 252px;
    }
}

@media (min-width: 1590px) {
    .hero {
        background-position-x: 800px;
    }

    .hero .food-title {
        right: 347px;
    }
}

@media (min-width: 1630px) {
    .hero {
        background-position-x: 870px;
    }
}

@media (min-width: 1650px) {
    .hero {
        background-position-x: 100%;
    }

    .hero .food-title {
        right: 460px;
    }
}
