.btp-tariffs-wrapper {
    font-family: "Inter", Arial, sans-serif;
    color: #1b1b1d;
    position: relative;
}

.btp-tariffs-wrapper.btp-loading::after {
    content: attr(data-loading-label);
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    color: #cc1423;
    border-radius: 0;
    z-index: 10;
}

.btp-tariffs-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.btp-location-display {
    background: #ffffff;
    border-radius: 16px;
    padding: 10px 18px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
    font-weight: 600;
    font-size: 16px;
}

.btp-billing-tabs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btp-billing-tab {
    border: none;
    border-radius: 20px;
    padding: 10px 18px;
    font-size: 15px;
    background: rgba(27, 27, 29, 0.06);
    color: #1b1b1d;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 140px;
}

.btp-billing-tab .btp-billing-subtitle {
    font-size: 12px;
    font-weight: 500;
    color: rgba(27, 27, 29, 0.6);
}

.btp-billing-tab.is-active {
    background: linear-gradient(90deg, #d83331 0%, #831a27 100%);
    color: #ffffff;
}

.btp-billing-tab.is-active .btp-billing-subtitle {
    color: rgba(255, 255, 255, 0.85);
}

.btp-tariffs-panel {
    display: none;
}

.btp-tariffs-panel.is-active {
    display: block;
}

.btp-tariff-cards {
    position: relative;
}

.btp-tariff-slider .slick-list {
    margin: 0 -10px;
    padding: 0;
}

.btp-tariff-slider .slick-slide {
    padding: 0;
    box-sizing: border-box;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
}
.btp-tariff-slider.slick-dotted.slick-slider{
    margin-bottom: 50px;
}

.btp-tariff-slider .slick-slide > div {
    height: 100%;
    padding: 0;
}

.btp-tariff-slider .slick-slide .btp-tariff-card {
    width: 100%;
    margin: 0;
}

.btp-tariff-slider .slick-dots {
    bottom: -40px;
    position: absolute;
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.btp-tariff-slider .slick-dots li {
    margin: 0 4px;
    width: auto;
    height: auto;
}

.btp-tariff-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(27, 27, 29, 0.3);
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0;
    line-height: 0;
}

.btp-tariff-slider .slick-dots li button:before {
    display: none;
}

.btp-tariff-slider .slick-dots li button:hover {
    background: rgba(27, 27, 29, 0.5);
}

.btp-tariff-slider .slick-dots li.slick-active button {
    background: #d83331;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.btp-tariff-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 320px;
    margin: 0;
}

.btp-tariff-slider .btp-card-top,.btp-tariff-slider .slick-slide .btp-card-top  {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    background: linear-gradient(255deg, #353A47 0%, #4A4F5B 100%);
    padding: 79px 20px 24px 20px;
    color: #ffffff;
}

.btp-tariff-name {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.btp-tariff-promo {
    background: rgba(216, 51, 49, 0.1);
    color: #d83331;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
}

.btp-card-speed {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.btp-speed-value {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 74px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 96.2px */
    text-transform: uppercase;
}

.btp-speed-unit {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 41.6px */
}

.btp-speed-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: rgba(27, 27, 29, 0.6);
}

.btp-tariff-slider .slick-slide .btp-card-body{
    padding: 20px;
}

.btp-card-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.btp-feature-item {
    color: #353A47;
    /* Text/Text Desktop Semi-Bold */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
    padding-left: 24px;
    position: relative;
}

.btp-feature-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #d83331;
}
.divider{
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    width: 100%;
    margin-top: 20px;
    margin-bottom: 14px;
}

.btp-card-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: #353A47;
    /* Heading/H5 Desktop Semi-Bold */
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 39px */
}

.btp-price-on-request {
    font-size: 16px;
    font-weight: 600;
    color: rgba(27, 27, 29, 0.7);
}

.btp-card-bonus {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(216, 51, 49, 0.08);
    border-radius: 12px;
    margin-top: 4px;
}

.btp-bonus-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #d83331;
    position: relative;
    border-radius: 2px;
}

.btp-bonus-icon::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #d83331;
}

.btp-bonus-icon::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 2px;
    background-color: #ffffff;
}

.btp-bonus-text {
    font-size: 13px;
    font-weight: 600;
    color: #d83331;
}

.btp-card-actions {
    margin-top: 30px;
}
.btp-card-button {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    padding: 18px 26px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #353A47;
    /* Body/B2  Desktop Medium */
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
    border-radius: 8px;
    background: #F3F3F4;
}

.btp-card-button:hover {
    border-radius: 8px;
    background-color: #B71C22;
    color: #ffffff;
}

.btp-tariffs-empty-message {
    margin-top: 24px;
    padding: 20px;
    border-radius: 16px;
    background: rgba(27, 27, 29, 0.05);
    font-weight: 600;
    color: rgba(27, 27, 29, 0.7);
    text-align: center;
}

@media (max-width: 767px) {
    .btp-location-display {
        width: 100%;
    }

    .btp-billing-tab {
        flex: 1 1 calc(50% - 8px);
        min-width: 0;
        align-items: center;
        text-align: center;
    }

}




