.offer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 50px;
}

.offer-page .hero-bar{
    margin-top: calc(var(--showcase-nav-height) + 86px);
}
.introduce-offer{
    width: 90%;
    display: flex;
    justify-content: center;
}

.offer-layout-panel{
    box-sizing: border-box;
    margin-inline: auto;
}

.pricing{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
}
.offer-card{
    display: flex;
    flex-direction: column;
    margin: 0;
}
.offer-card--custom-bottom{
    flex: 1 1 100%;
    width: min(1272px, 100%);
    max-width: 1272px;
}
.offer-card:hover .offer-card-content{
    transition: 2s;

}
.start{
    background-color: #F97366;
    color: white;
    display: flex;
   justify-content: space-between;
    width: 100%;
}

.v-top{
    content:"";
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.offer-card-content{
    height: 680px;
    padding: 20px;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    transition: 2s;
}
.offer-invoice-limit{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 8px 0 40px;
    padding: 0 16px;
    color: #566265;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
}
.offer-invoice-limit .info-bull-item{
    margin-left: 4px;
}
.offer-invoice-limit .icon-ask{
    margin-bottom: 0;
}
.offer-card-content--launch{
    --sb-panel: #123436;
    --sb-panel-2: #1a4446;
    padding: 0 18px 16px;
}
.offer-card-content--launch.back-color-primary,
.offer-card-content--launch.back-color-secondary{
    background: radial-gradient(820px 340px at 6% -18%, rgba(76, 195, 189, 0.2), transparent 58%), linear-gradient(180deg, var(--sb-panel-2), var(--sb-panel));
}
.offer-card-content--launch.back-color-primary{
    background: var(--primary-dark);
}
.offer-card-content--launch.back-color-secondary{
    background: var(--primary-dark);
}
.offer-card-content--wide{
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 0;
}
.offer-card--custom-bottom .offer-card-content--wide{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 28px;
    border: 1px solid rgba(76, 195, 189, 0.18);
    border-top: 0;
    background: linear-gradient(180deg, #f7fbfb 0%, #eef7f6 100%);
    color: var(--secondary);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
}
.offer-card-wide-top{
    box-sizing: border-box;
    width: 100%;
    padding-inline: 0;
    background-color: #1e4e4f;
}
.offer-card-wide-main{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 32px;
}
.offer-card-wide-head{
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}
.offer-card-wide-features{
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    gap: 14px;
}
.offer-card-wide-badge{
    display: inline-flex;
    align-self: flex-start;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(54, 138, 134, 0.14);
    background: rgba(76, 195, 189, 0.12);
    color: #1e4e4f;
    line-height: 1.2;
}
.offer-card-title--wide{
    min-height: 0;
}
.offer-card-description--wide{
    min-height: 0;
    max-width: 36ch;
    color: rgba(43, 45, 66, 0.88);
}
.offer-card-wide-price{
    margin: 18px 0 10px;
    text-align: left;
    color: #1e4e4f;
}
.offer-card-wide-note{
    margin: 0;
    max-width: 38ch;
    color: #5f6b7b;
    line-height: 1.55;
}
.card-button--start{
    justify-content: flex-start;
}
.offer-card-wide-head .card-button{
    margin-bottom: 0;
}
.offer-card-wide-head .card-button a{
    justify-content: center;
}
.offer-card-wide-feature{
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 108px;
    padding: 16px 18px;
    border-radius: 16px;
    border: 1px solid rgba(76, 195, 189, 0.16);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
}
.offer-card-wide-feature .icon-valid{
    flex-shrink: 0;
    margin-right: 0;
    margin-top: 2px;
}
.offer-card-wide-feature-copy{
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}
.offer-card-wide-feature-copy p:first-child{
    color: #1e4e4f;
}
.offer-card-wide-feature-copy p:last-child{
    color: #5f6b7b;
    line-height: 1.5;
}
.offer-card-wide-bot{
    margin-bottom: 0;
    background: #1e4e4f;
    color: #ffffff;
}
.offer-invoice-limit--wide{
    margin-top: 10px;
    color: #566265;
}
.back-color-primary{
    background: var(--primary-dark);
    color: white;
}
.back-color-secondary{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;

    background: var(--primary-dark);
    color: #ffffff;
}
.back-color-basic{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    background-color: #efefef;
    color: #090d1c;
}
.color-1{
    background-color:#2a4256;
}
.color-2{
    background-color: #F97366;
}
.color-1:hover{
    background-color: #2c5b75;
}
.color-2:hover{
    background-color: #B85A4C;
}
.icon-start{
    width: 26px;
    margin-right: 20px;
}
.block-hide{
 margin-bottom: 30px;

}
.original-price{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
}
.card-top--offer .original-price{
    top: 166px;
    right: 12px;
    bottom: auto;
    margin-left: 0;
    color: inherit;
    font-size: 13px;
    line-height: 1.15;
    text-align: right;
    z-index: 1;
}
.card-top--offer .original-price s{
    font-size: 12px;
}
.original-price--card{
    position: static;
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
    min-height: 20px;
    width: 100%;
    margin: 4px 0 0;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}
.original-price-label,
.original-price-value{
    display: inline;
}
.original-price--card--placeholder{
    visibility: hidden;
    pointer-events: none;
}
.original-price--card s{
    font-size: inherit;
}
.offer-card-content--launch.fontBlack .original-price--card{
    color: #566265;
}
.offer-card-content--launch.back-color-primary .original-price--card,
.offer-card-content--launch.back-color-secondary .original-price--card{
    color: rgba(255, 255, 255, 0.76);
}
.tab-title-description .original-price{
    top: 28px;
    right: 10px;
    margin-left: 0;
    color: #566265;
    font-size: 12px;
    line-height: 1.1;
    text-align: right;
    z-index: 1;
}
.tab-title-description .original-price s{
    font-size: 11px;
}
.original-price--offset{
    margin-left: 70px;
}
.original-price--table{
    margin-left: 70px;
    margin-right: 10px;
}
.price-unit--offset{
    margin-right: 40px;
}
.price-tax--offset{
    margin-left: 40px;
}

.card-top{
    position: relative;
    margin-bottom: 5px;
}
.card-top--offer{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.card-top--offer--business{
    padding-bottom: 3px;
}
.offer-card-content--launch .card-top--offer{
    min-height: 272px;
}
.offer-card-title{
    min-height: 38px;
    display: flex;
    align-items: flex-start;
    line-height: 1.08;
}
.offer-card-description{
    min-height: 58.8px;
    height: 58.8px;
    margin: 0;
    margin-top: 5px;
    line-height: 1.4;
}
.offer-card-price{
    margin-top: 6px;
    margin-bottom: 0;
}
.launch-offer-meta{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.launch-offer-followup-row{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    width: auto;
    margin: 0 auto;
    text-align: center;
}
.launch-offer-followup-row--card-bottom{
    box-sizing: border-box;
    padding: 5px 18px;
    margin: 0;
    background: #ffffff;
}
.offer-card-content--launch.back-color-basic + .launch-offer-followup-row--card-bottom{
    background: #efefef;
    color: #090d1c;
}
.offer-card-content--launch.back-color-primary + .launch-offer-followup-row--card-bottom,
.offer-card-content--launch.back-color-secondary + .launch-offer-followup-row--card-bottom{
    background: var(--primary-dark);
    color: #ffffff;
}
.launch-offer-followup-row--card-bottom.launch-offer-meta--placeholder{
    visibility: visible;
}
.launch-offer-followup-row--card-bottom.launch-offer-meta--placeholder > *{
    visibility: hidden;
}
.launch-offer-info{
    margin: 0;
}
.launch-offer-info.info-bull-item{
    margin-left: 0;
}
.launch-offer-info .icon-ask{
    width: 16px;
    height: 16px;
    margin-bottom: 0;
}
.launch-offer-info .info-bull{
    width: min(340px, calc(100vw - 32px));
}
.launch-offer-period,
.launch-offer-followup{
    margin: 0;
    min-height: calc(1.3em + 3px);
    line-height: 1.3;
}
.launch-offer-period{
    font-size: 12px;
    font-weight: 700;
}
.launch-offer-followup{
    font-size: 13px;
    opacity: 0.88;
}
.launch-offer-meta--card{
    margin-top: 2px;
    margin-bottom: 3px;
    text-align: center;
}
.launch-offer-meta--card .launch-offer-followup{
    font-size: 12px;
    font-weight: 700;
    opacity: 1;
}
.launch-offer-meta-spacer{
    display: block;
    min-height: calc(1.3em + 3px);
    margin-top: 2px;
    margin-bottom: 3px;
    width: 100%;
}
.launch-offer-meta--placeholder{
    visibility: hidden;
    pointer-events: none;
}
.offer-card-content--launch.fontBlack .launch-offer-period{
    color: #1e4e4f;
}
.offer-card-content--launch.fontBlack .launch-offer-meta--card .launch-offer-followup{
    color: #1e4e4f;
}
.offer-card-content--launch.back-color-primary .launch-offer-period,
.offer-card-content--launch.back-color-secondary .launch-offer-period{
    color: rgba(255, 255, 255, 0.92);
}
.offer-card-content--launch.back-color-primary .launch-offer-meta--card .launch-offer-followup,
.offer-card-content--launch.back-color-secondary .launch-offer-meta--card .launch-offer-followup{
    color: rgba(255, 255, 255, 0.92);
}
.launch-offer-meta--table{
    margin-top: 8px;
    text-align: center;
}
.tab-title-description .launch-offer-period{
    font-size: 11px;
}
.tab-title-description .launch-offer-followup{
    font-size: 12px;
    color: #566265;
}
.launch-offer-meta--detail{
    margin-top: 6px;
}
.tab-head .launch-offer-period{
    font-size: 11px;
    color: #1e4e4f;
}
.tab-head .launch-offer-followup{
    font-size: 12px;
    color: #566265;
}
.tab-head{
    position: relative;
}
.tab-head .original-price{
    top: 28px;
    right: 10px;
    margin-left: 0;
    color: #566265;
    font-size: 12px;
    line-height: 1.1;
    text-align: right;
    z-index: 1;
}
.tab-head .original-price s{
    font-size: 11px;
}
.card-bot{
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 60px;
    margin-bottom: 40px;
    transition: 2s;
}
.card-bot--invoice-limit{
    margin-bottom: 0;
}
.card-bot-color-2{
    background-color: #F97366;
    color: white;
}
.card-bot-color-3{
    background-color: #F97366;
    color: white;
}
.card-bot-color-1{
    background: #dcdcdc;
}

.card-bot:hover{

    transition: 1s;
    height: 80px;
}
.card-bot-static{
    cursor: default;
}
.card-bot-static:hover{
    height: 60px;
}
.card-button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.offer-feature-list{
    display: flex;
    flex-direction: column;
}
.offer-feature-list__carryover{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    min-height: 40px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(9, 13, 28, 0.08);
    background: rgba(255, 255, 255, 0.58);
    color: #090d1c;
}
.offer-feature-list__carryover p{
    line-height: 1.35;
}
.offer-feature-list--standard .offer-feature-list__carryover,
.offer-feature-list--professional .offer-feature-list__carryover,
.offer-feature-list--business .offer-feature-list__carryover{
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}
.offer-feature-list__carryover--ghost{
    visibility: hidden;
    pointer-events: none;
}
.card-mid{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 8px;
}
.text-center{
    text-align: center;
}
.icon-valid{
    width: 26px;
    height: 26px;
    margin-right: 5px;
}
.icon-valid2{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.icon-cross{
    width: 16px;
    height:16px;
    margin-top: 5px;
    margin-right: 5px;
}
.icon-ask{
    width: 14px;
    height: 14px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.card-button a{
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding-left: 34px;
    padding-right: 34px;
    color: white;
    border: none;
    height: 46px;
    cursor: pointer;
}

.tab{
    --tab-label-width: 300px;
    --tab-offer-width: 300px;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    background: #efefef;
    padding: 50px;
    border-radius: 15px;
}
.tab-title{
    display: grid;
    grid-template-columns: var(--tab-label-width) repeat(4, var(--tab-offer-width));
    justify-content: center;
    border-bottom: solid 1px black;
}
.tab-title-legend{
    box-sizing: border-box;
    flex: 0 0 var(--tab-label-width);
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    min-height: 156px;
    height: auto;
    width: var(--tab-label-width);
}

.tab-title-description{
    box-sizing: border-box;
    flex: 0 0 var(--tab-offer-width);
    position: relative;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    min-height: 156px;
    height: auto;
    width: var(--tab-offer-width);

}
.border-left-min{
    border-left: solid 1px #dcdcdc;
}
.tab-content{
    display: grid;
    grid-template-columns: var(--tab-label-width) repeat(4, var(--tab-offer-width));
    justify-content: center;
}
.description{
    box-sizing: border-box;
    flex: 0 0 var(--tab-offer-width);
    padding:10px;
    width: var(--tab-offer-width);
    display: flex;
    align-items: start;
    border-bottom: solid 1px  #dcdcdc;
}
.tab-vide{
    box-sizing: border-box;
    flex: 0 0 var(--tab-label-width);
    padding: 10px;
    content: '';
    width: var(--tab-label-width);
}
.tab-subscribe{
    box-sizing: border-box;
    flex: 0 0 var(--tab-offer-width);
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--tab-offer-width);
    padding:10px;
    cursor: pointer;
    background: #dcdcdc;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: all 0.5s;
    height: 30px;
}
.tab-subscribe:hover{
    transition: all 0.5s;
    height: 50px;
    background: #3aa8a3
}

.global-offer-scroll-hint{
    display: none;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    width: min(100%, 1600px);
    margin: 8px auto 6px;
    color: #566265;
    line-height: 1.3;
}
.global-offer-scroll-hint__arrow{
    color: #1e4e4f;
    font-size: 16px;
    font-weight: 700;
}
.global-offer-floating-header{
    display: none;
}
.global-offer-floating-header__track{
    display: grid;
    grid-template-columns: repeat(4, var(--tab-offer-width));
    width: max-content;
    min-width: calc(4 * var(--tab-offer-width));
    will-change: transform;
}
.global-offer-floating-header__cell{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 8px;
    border-left: 1px solid rgba(30, 78, 79, 0.12);
    background: rgba(238, 247, 246, 0.98);
    color: #1e4e4f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
.global-offer-floating-header__cell:first-child{
    border-left: none;
}
.tab-content-mobile{
    display: none;
}
.description--mobile-label{
    display: block;
}


.price {
    position: relative;
}

.launch-offer-banner{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% + 36px);
    min-height: 40px;
    margin: 0 -18px 10px;
    padding: 8px 12px;
    border-radius: 15px 15px 0 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    border: 1px solid rgba(54, 138, 134, 0.38);
    background: var(--primary-dark);
    color: #ffffff;
}

.launch-offer-banner--light{
    border-color: rgba(76, 195, 189, 0.24);
    background: radial-gradient(820px 340px at 6% -18%, rgba(76, 195, 189, 0.2), transparent 58%), linear-gradient(180deg, var(--sb-panel-2), var(--sb-panel));
    color: #ffffff;
}
.launch-offer-banner--standard{
    border-radius: 0;
    border-color: rgba(76, 195, 189, 0.24);
    background: radial-gradient(820px 340px at 6% -18%, rgba(76, 195, 189, 0.2), transparent 58%), linear-gradient(180deg, var(--sb-panel-2), var(--sb-panel));
    color: #ffffff;
}
.launch-offer-banner--professional{
    border-color: rgba(76, 195, 189, 0.24);
    background: radial-gradient(820px 340px at 6% -18%, rgba(76, 195, 189, 0.2), transparent 58%), linear-gradient(180deg, var(--sb-panel-2), var(--sb-panel));
    color: #ffffff;
}
.launch-offer-banner--placeholder{
    visibility: hidden;
    pointer-events: none;
}

.price-value,
.price-unit,
.price-duration {
    transition: opacity 0.3s, transform 0.3s;
}

.price-value.fade,
.price-unit.fade,
.price-duration.fade {
    opacity: 0;
    transform: translateY(10px);
}
.info-bull-item{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-left: auto;
}
.top-bull-1,
.top-bull-2,
.top-bull-3,
.top-bull-4{
    top: auto;
}
.info-bull {
    position: absolute;
    top: 50%;
    right: calc(100% + 12px);
    left: auto;
    z-index: 20;
    visibility: hidden;
    display: flex;
    justify-content: center;
    width: min(300px, calc(100vw - 48px));
    min-width: 180px;
    background: #090d1c;
    color: white;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    opacity: 0;
    border-radius: 10px;
    box-shadow: 0 18px 35px rgba(9, 13, 28, 0.18);
    transform: translate3d(-8px, -50%, 0);
    pointer-events: none;
}
.info-bull p{
    margin: 10px 12px;
    text-align: left;
}
.info-bull::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    border-width: 8px 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #090d1c;
}

.info-bull.visible {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, -50%, 0);
}

@media all and (max-width: 1725px) {
    .tab{
        --tab-label-width: 200px;
        --tab-offer-width: 200px;
    }
    .global-offer-floating-header{
        --tab-offer-width: 200px;
    }
    .tab-title-legend{
        width: var(--tab-label-width);
    }
    .description{
        width: var(--tab-offer-width);
    }
    .tab-title-description{
        width: var(--tab-offer-width);
    }
    .tab-vide{
        padding: 10px;
        content: '';
        width: var(--tab-label-width);
    }
    .tab-subscribe{
        display: flex;
        justify-content: center;
        align-items: center;
        width: var(--tab-offer-width);
        padding:10px;
        cursor: pointer;
        background: #dcdcdc;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        transition: all 0.5s;
        height: 30px;
    }

}

@media all and (min-width: 1251px) {
    .offer-layout-panel{
        width: min(100%, 1600px);
    }
}

@media all and (max-width: 1250px) {
    .tab{
        --tab-label-width: 150px;
        --tab-offer-width: 150px;
    }
    .global-offer-floating-header{
        --tab-offer-width: 150px;
    }
    .tab{
        padding: 10px;
    }
    .tab-title-legend{
        width: var(--tab-label-width);
    }
    .description{
        width: var(--tab-offer-width);
    }
    .tab-title-description{
        width: var(--tab-offer-width);
    }
    .tab-title-description p{
       font-size: 14px;
    }
    .tab-title-description p span{
        font-size: 14px;
    }
    .tab-vide{
        padding: 10px;
        content: '';
        width: var(--tab-label-width);
    }
    .tab-subscribe{
        display: flex;
        justify-content: center;
        align-items: center;
        width: var(--tab-offer-width);
        padding:10px;
        cursor: pointer;
        background: #dcdcdc;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        transition: all 0.5s;
        height: 30px;
    }
}

@media all and (max-width: 1000px) {
    .tab{
        display: none;
    }

    .global-offer-scroll-hint{
        display: inline-flex;
        width: calc(100% - 24px);
        padding: 0 12px;
    }

    .global-offer-floating-header{
        display: block;
        position: fixed;
        top: 76px;
        left: 12px;
        right: 12px;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.2s ease, visibility 0.2s ease;
    }

    .global-offer-floating-header.is-visible{
        opacity: 1;
        visibility: visible;
    }

    .global-offer-floating-header__viewport{
        overflow: hidden;
        border: 1px solid rgba(30, 78, 79, 0.12);
        border-radius: 14px;
        background: rgba(238, 247, 246, 0.98);
        box-shadow: 0 10px 24px rgba(30, 78, 79, 0.14);
    }

    #global-offer{
        display: flex;
        width: 100%;
        max-width: 100%;
        padding: 16px 12px 24px;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #4cc3bd rgba(76, 195, 189, 0.14);
    }

    #global-offer .tab-title,
    #global-offer .tab-content,
    #global-offer .tab-content-mobile{
        width: max-content;
        min-width: calc(4 * var(--tab-offer-width));
    }

    #global-offer .tab-title{
        grid-template-columns: repeat(4, var(--tab-offer-width));
    }

    #global-offer .tab-title-legend{
        grid-column: 1 / -1;
        position: sticky;
        left: 0;
        width: min(calc(100vw - 24px), calc(4 * var(--tab-offer-width)));
        max-width: calc(100vw - 24px);
        min-height: 0;
        padding: 0 10px 14px;
        box-sizing: border-box;
        gap: 10px;
        align-items: center;
        justify-content: center;
        background: #efefef;
        z-index: 2;
    }

    #global-offer .tab-title-legend p:last-child{
        display: none;
    }

    #global-offer .tab-title-legend .switch{
        align-self: center;
    }

    #global-offer .tab-title-description{
        min-height: 0;
    }

    #global-offer .tab-title > .tab-title-description:nth-child(2){
        border-left: none;
    }

    #global-offer .tab-content{
        grid-template-columns: repeat(4, var(--tab-offer-width));
    }

    #global-offer .tab-content-mobile{
        display: block;
    }

    #global-offer .tab-content-mobile{
        position: relative;
    }

    #global-offer .tab-content-mobile .description--mobile-label{
        position: sticky;
        left: 0;
        width: min(calc(100vw - 24px), calc(4 * var(--tab-offer-width)));
        max-width: calc(100vw - 24px);
        min-height: 0;
        padding: 14px 10px 8px;
        border-left: none;
        box-sizing: border-box;
        font-weight: 700;
        background: #efefef;
        z-index: 2;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    #global-offer .tab-content > .description:first-child{
        display: none;
    }

    #global-offer .tab-content > .description:nth-child(2){
        border-left: none;
    }

    #global-offer .tab-content > .tab-vide{
        display: none;
    }

    #global-offer .tab-content > .tab-subscribe{
        width: var(--tab-offer-width);
        min-height: 56px;
        height: auto;
        padding: 12px 8px;
        line-height: 1.2;
        text-align: center;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    #global-offer .tab-content > .tab-subscribe:hover{
        min-height: 56px;
        height: auto;
    }

    #global-offer::-webkit-scrollbar{
        height: 8px;
    }

    #global-offer::-webkit-scrollbar-track{
        background: rgba(76, 195, 189, 0.14);
        border-radius: 999px;
    }

    #global-offer::-webkit-scrollbar-thumb{
        background: #4cc3bd;
        border-radius: 999px;
    }

}
@media all and (max-width: 815px) {

    .pricing{
        gap: 20px;
    }

    .offer-card-content--launch .card-top--offer{
        min-height: 0;
    }

    .info-bull{
        top: calc(100% + 10px);
        right: 0;
        left: auto;
        width: min(260px, calc(100vw - 32px));
        min-width: 0;
        transform: translate3d(0, 8px, 0);
    }

    .info-bull::before {
        top: -8px;
        right: 10px;
        bottom: auto;
        left: auto;
        transform: none;
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent #090d1c transparent;
    }

    .info-bull.visible {
        transform: translate3d(0, 0, 0);
    }

    .offer-card--custom-bottom{
        flex-basis: auto;
        width: 100%;
        max-width: none;
    }

    .offer-card-wide-main{
        flex-direction: column;
        gap: 20px;
    }

    .offer-card-wide-head{
        flex-basis: auto;
        align-items: center;
    }

    .offer-card-wide-features{
        grid-template-columns: 1fr;
    }

    .offer-card-wide-badge{
        align-self: center;
    }

    .offer-card-wide-price,
    .offer-card-wide-note{
        text-align: center;
        max-width: none;
    }

    .offer-card-wide-feature{
        min-height: 0;
    }

    .card-button--start{
        justify-content: center;
    }

}
