

/* Start:/products/b24/b24.css?178818329727277*/
.b24-main-container {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: -40px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 30px;
}

p {
    font-size: 24px;
}

/* Главный контейнер первого экрана (сетка на 2 колонки) */
.b24-hero {
    background: url('https://cdn-ru.bitrix24.ru/b5391009/landing/18b/18b2d4845a8a9d8b3df5d71e6555c483/img_photo_back_1x.jpg') center/cover no-repeat;
    border-radius: 20px;
    padding: 60px 40px;
    color: #ffffff;
    margin: 20px 0;
}

.b24-content>h2 {
    margin-bottom: 1rem;
}

.b24-content>a {
    display: inline-block;
    margin-top: 1rem;
    font-size: 21px;
}

.b24-content {
    align-items: center;
    justify-content: space-between;
    width: 50%;
}

/* Левая колонка с текстом */
.b24-text-block {
    max-width: 550px;
}

.banner-links {
    text-transform: uppercase;
}

.b24-hero h2 {
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #ffffff;
}

.b24-hero p {
    line-height: 1.5;
    margin-bottom: 30px;
    color: #ffffff;
}

/* Правая колонка с картинкой */
.b24-image-block img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    display: block;
}







.b24-block-inner {
    display: flex;
    gap: 50px;
    margin-top: 50px;
}

.b24-block-card {
    padding: 16px 26px 26px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--color-text);
    border-radius: var(--border-radius);
    position: relative;
    transition: all 0.5s ease;
}

.b24-spec-item.b24-block-card:hover {
    background: var(--color-link);
    cursor: pointer;
}

.b24-adv-card.b24-block-card:hover {
    background: var(--color-link);
    cursor: pointer;
}

.b24-block-icon {
    font-size: 3rem;
    margin-bottom: .71429rem;
    color: #843BF5;
}





.b24-overview {
    margin: 7rem 0;
}

.b24-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.b24-overview-header {
    max-width: 800px;
}

.b24-overview-header>h2 {
    text-align: left;
    margin-bottom: 1rem;
}

.b24-overview-header>p {
    text-align: left;
}

.b24-tabs-list {
    margin: 2rem 0;
}

.b24-tab-btn {
    display: inline-block;
    border-radius: 50px;
    margin: 0 .71429rem;
    background: var(--color-link);
    color: var(--color-text);
    padding: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-transform: uppercase;
}

.b24-overview-image {
    margin-top: 40px;
}

.b24-overview-image img {
    max-width: 85%;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}






/* Шапка блока */
.b24-collab-section {
    margin-bottom: 3rem;
}

.b24-collab-header {
    margin-bottom: 50px;
}

.b24-collab-header h2 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.b24-collab-grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

/* Левая колонка */

.b24-collab-left {
    width: 50%;
}

.b24-feature-item {
    margin-bottom: 35px;
}

.b24-feature-item h3 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
}

.b24-feature-item p {
    line-height: 1.6;
    color: #b0b0b0;
    /* Чуть приглушенный цвет текста описания */
}

/* Кнопка */
.b24-collab-btn-wrap {
    margin-top: 40px;
}

.b24-collab-btn-wrap>a {
    font-size: 21px;

}

/* Правая колонка с графикой */
.b24-collab-right {
    flex: 1;
    display: flex;
    justify-content: center;
}

.b24-mockup-container img {
    max-width: 100%;
    height: auto;
    display: block;
}






/* Общий контейнер секции тарифов */
.b24-tariffs-section {
    padding: 80px 20px;
    color: #ffffff;
    text-align: center;
}

.b24-bg-img {
    position: absolute;
    left: 0;
    opacity: .5;
    z-index: -10;
}

/* Шапка блока */
.b24-tariffs-header {
    margin-bottom: 50px;
}

.b24-tariffs-header h2 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.b24-tariffs-header p {
    color: #b0b0b0;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Основной блок с текстом цен */
.b24-tariffs-info h3 {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #ffffff;
}

.b24-tariffs-note {
    font-size: 16px;
    color: #cccccc;
    margin-bottom: 40px;
    line-height: 1.6;
}

.b24-tariffs-note p {
    margin-bottom: 8px;
}

.b24-discount-text {
    color: #8c8c8c;
    font-size: 15px;
    margin-top: 10px;
}

/* Ссылки с заданным цветом #843BF5 */
.b24-link {
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase;
}

.b24-link:hover {
    color: #843BF5;
}

/* Переключатель (на месяц / на год) */
.b24-tariffs-toggle {
    display: inline-flex;
    background: transparent;
    border: 2px solid #843BF5;
    border-radius: 40px;
    overflow: hidden;
    padding: 3px;
}

.b24-toggle-btn {
    background: transparent;
    border: none;
    color: #ffffff;
    padding: 12px 35px;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.b24-toggle-btn.active {
    background-color: #843BF5;
    color: #ffffff;
}

.b24-toggle-btn:not(.active):hover {
    color: #843BF5;
}

/* Сетка для карточек тарифов */
.b24-tariffs-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin: 50px 0;
    align-items: stretch;
}

/* Карточка */
.b24-tariff-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #fff;
    border-radius: var(--border-radius);
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    padding: 25px 20px;
}

/* ФИКСАЦИЯ ВЫСОТЫ ШАПКИ, чтобы ничего не съезжало */
.b24-tariff-top {
    height: 125px;
    /* Жесткая высота шапки для всех карточек */
    box-sizing: border-box;
}

.b24-tariff-top h3 {
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
    font-size: 21px;
}

.b24-tariff-top p {
    line-height: 1.4;
    color: #fff;
    font-size: 14px;
}

.b24-tariff-top p>a {
    font-size: 14px;
}

/* Тело карточки */
.b24-tariff-body {
    display: flex;
    flex-direction: column;
}

.b24-tariff-price-block {
    margin-bottom: 20px;
    text-align: center;
    min-height: 105px;
    /* Фикс высоты блока цены */
}

.b24-tariff-users-count {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.b24-tariff-price-val {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    display: block;
}

.b24-tariff-card.free .b24-tariff-price-val {
    color: #6da800;
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.b24-old-price {
    font-size: 13px;
    text-decoration: line-through;
    color: #888888;
    display: block;
}

.b24-current-price-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 4px 0;
}

.b24-badge {
    background-color: #ffe600;
    color: #1a1a1a;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
}

.b24-price-note {
    font-size: 11px;
    color: #409eef;
    text-decoration: underline;
}

/* ЛОГИКА ПЕРЕКЛЮЧЕНИЯ ЦЕН (МЕСЯЦ / ГОД) */
.b24-tariffs-section .price-month-wrap {
    display: none;
}

.b24-tariffs-section .price-year-wrap {
    display: block;
}

.b24-tariffs-section.b24-billing-month .price-month-wrap {
    display: block;
}

.b24-tariffs-section.b24-billing-month .price-year-wrap {
    display: none;
}

/* Кнопки в карточках */
.b24-tariff-btn {
    display: block;
    text-align: center;
    background-color: #9bcc00;
    color: #ffffff;
    padding: 12px;
    border-radius: 25px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 20px;
    transition: 0.2s;
}

.b24-tariff-btn.primary {
    background-color: #843BF5;
    color: #fff;
}

.b24-tariff-btn:hover {
    opacity: 0.9;
}

/* Объем диска */
.b24-tariff-space {
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
}

/* Списки функций */
.b24-tariff-features {
    font-size: 13px;
}

.b24-feature-group {
    margin-bottom: 12px;
}

.b24-feature-group ul {
    display: none;
    margin-top: 8px;
    padding-left: 0;
    list-style: none;
}

.b24-feature-group.active ul {
    display: block;
}

.b24-fg-title {
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    padding: 9px 15px;
    border-radius: 30px;
    margin-bottom: 16px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    user-select: none;
}

.b24-fg-title:hover {
    background-color: #843BF5;
}

.b24-tariff-features ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
}

.b24-tariff-features ul li {
    margin-bottom: 3px;
}

/* Селект для энтерпрайза */
.b24-select-mock {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 6px;
    font-size: 13px;
    margin-bottom: 8px;
    background: #fff;
    font-weight: 600;
}

.b24-tariffs-grid a {
    color: inherit;
    text-decoration: none;
}

.b24-tariffs-grid .b24-link,
.b24-tariffs-grid .b24-price-note {
    color: #409eef;
    text-decoration: underline;
}

.b24-link-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.b24-link-wrapper>a:nth-child(2) {
    width: 300px;
    margin-top: 30px;
}







.b24-market-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    max-width: 1100px;
    margin: 30px auto 0 auto;
}

.market-card {
    background-color: #0b131d !important;
    border: 1px solid #843BF5 !important;
    border-radius: 12px;
    color: #ffffff !important;
    display: flex;
    flex-direction: column;
}

.market-card .b24-tariff-top {
    height: 110px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    text-align: center;
}

.market-card .b24-tariff-top h3 {
    color: #ffffff !important;
}

.market-card .b24-tariff-body {
    background-color: #0b131d !important;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.market-card .b24-tariff-users-count {
    color: #ffffff !important;
    font-size: 15px;
    margin-bottom: 15px;
}

.market-card .b24-tariff-users-count b {
    font-size: 20px;
}

.market-card .b24-tariff-price-val {
    color: #ffffff !important;
    font-size: 24px;
}

.market-card .b24-old-price {
    color: #a0a0a0 !important;
    font-size: 14px;
}

.b24-badge-purple {
    background-color: #843BF5;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
}

.b24-price-note-sub {
    font-size: 12px;
    color: #8c8c8c;
    display: block;
    margin-top: 10px;
}

.market-btn {
    background-color: #843BF5 !important;
    color: #ffffff !important;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
}

.market-btn:hover {
    opacity: 0.85;
}

.b24-vat-note {
    font-size: 14px;
    color: #a0a0a0;
    text-align: right;
    max-width: 1100px;
    margin: 0 auto;
    padding-right: 10px;
}







.b24-boosts-section {
    padding: 80px 20px;
    color: #ffffff;
    text-align: center;
    background: url("/include/info/section-gradient3.svg") no-repeat left top;
}

.b24-boosts-subtext {
    font-size: 16px;
    color: #b0b0b0;
    margin-top: 5px;
}

.b24-boosts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 40px auto;
}

.b24-boost-card {
    background-color: #0b131d;
    border: 1px solid #843BF5;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.b24-boost-icon {
    margin-bottom: 20px;
}

.b24-boost-card h3 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.b24-boost-card p {
    color: #b0b0b0;
    line-height: 1.5;
    margin: 0;
}

.b24-boost-divider {
    width: 100%;
    height: 3px;
    background-color: #2a3447;
    margin: 10px 0 20px 0;
    border-radius: 20px;
}

.b24-boost-main-desc {
    font-weight: 600;
    color: #ffffff !important;
    margin-bottom: 15px !important;
}

.b24-boost-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.b24-boost-list li {
    font-size: 14px;
    color: #b0b0b0;
    margin-bottom: 8px;
}

.b24-boosts-btn-wrap {
    margin-top: 40px;
}

.b24-boost-action-btn {
    display: inline-block;
    padding: 14px 50px;
    font-size: 16px;
    max-width: 300px;
    margin: 0 auto;
}





.b24-free-tariff {
    display: flex;
    align-items: center;
    background-color: #3d285c;
    padding: 0 30px;
    border-radius: 30px;
    gap: 50px;
}

.free-tariff-left {
    width: 50%;
}

.free-tariff-left>h2 {
    margin: 0;
    font-size: 2.85714rem;
}

.free-tariff-img {
    width: 510px;
    height: 340px;
}

.free-tariff-right-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.free-tariff-img {
    display: block;
    position: relative;
    z-index: 2;
}

.glow-effect {
    position: absolute;
    top: 0;
    left: -22px;
    width: 40px;
    height: 100%;
    background: #3d285c;
    filter: blur(10px);
    z-index: 3;
    pointer-events: none;
}





.b24-special-section {
    padding: 80px 20px;
    color: #ffffff;
    text-align: center;
}

.b24-special-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 40px auto 0 auto;
}

.b24-special-card {
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #1a1a1a;
}

.b24-special-img-wrap {
    position: relative;
}

.b24-special-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.b24-special-badge {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #843BF5;
    /* Фиолетовый бейдж */
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 6px;
}

.b24-special-btn-purple {
    background-color: #843BF5;
    /* Фиолетовая кнопка */
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    flex: 1;
    transition: opacity 0.2s;
}

.b24-special-btn-purple:hover {
    opacity: 0.9;
}

.b24-special-btn-gray {
    background-color: #e0e0e0;
    color: #333333;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    flex: 1;
}

.b24-special-body h3 {
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
    height: 60px;
    display: flex;
    align-items: center;
}

.b24-special-body p {
    color: #555555;
    line-height: 1.6;
    margin-bottom: 30px;
    flex-grow: 1;
}

.b24-special-btns {
    display: flex;
    gap: 15px;
    align-items: center;
}








.b24-spec-section {
    padding: 80px 20px;
    color: #ffffff;
    text-align: center;
}

.b24-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
    margin: 50px auto 0 auto;
    text-align: left;
}

.b24-spec-item {
    background-color: transparent;
    padding: 24px;
}


.b24-spec-item h3 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
}

.b24-spec-item p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}







.b24-advantages-section {
    padding: 80px 20px;
    color: #ffffff;
    text-align: center;
}

.b24-advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 50px auto 0 auto;
}

.b24-adv-card {
    border-radius: 16px;
    padding: 40px 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: transparent;
}

.b24-principles-number {
    font-family: "GeologicaBold";
    font-size: 64px;
    line-height: 1;
    margin-bottom: 16px;
}

.b24-adv-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.b24-adv-card p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}







.b24-steps-section {
    padding: 60px 0;
    position: relative;
    border: 1px solid #B15DFF;
    padding: 56px 49px 100px;
    border-radius: var(--border-radius);
    background: #060B20;
}

.b24-timeline-container {
    position: relative;
    max-width: 1200px;
    height: 380px;
    margin: 40px auto 0;
}

/* Полная линия */
.b24-timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 4%;
    height: 2px;
    background: rgba(133, 59, 245, 0);
    transform: translateY(-50%);
    z-index: 1;
}

/* Активная линия */
.b24-timeline-progress {
    position: absolute;
    top: 50%;
    left: 110px;
    width: 0;
    height: 2px;
    background: #843BF5;
    transform: translateY(-50%);
    transition:
        width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2;
}

.b24-timeline-steps {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.b24-step-item {
    position: absolute;
    width: 23%;
    /* Ширина колонки */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .b24-step-item:nth-child(1) {
        left: 0;
    }

    .b24-step-item:nth-child(2) {
        left: 27%;
    }

    .b24-step-item:nth-child(3) {
        left: 53%;
    }

    .b24-step-item:nth-child(4) {
        left: 80%;
    }


.b24-step-top {
    top: -7px;
}

.b24-step-top .b24-step-node {
    position: absolute;
    top: 147px;
}


.b24-step-bottom {
    top: 136px;
}

.b24-step-bottom .b24-step-node {
    position: absolute;
    top: 3px;
}

.b24-step-bottom .b24-step-content {
    margin-top: 126px;
}


.b24-step-node {
    width: 100px;
    height: 100px;
    background: #843BF5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 0 15px rgba(132, 59, 245, 0.5);
    z-index: 3;
    background: url("/local/templates/direkt2026/assets/img/dir_level_bg.png") no-repeat center transparent;
    background-size: auto;
    background-size: cover;
    font-size: 40px;
}

/* Текст */
.b24-step-content {
    width: 100%;
}

.b24-step-content h3 {
    font-size: 21px;
    color: #fff;
    white-space: nowrap;
}

.b24-step-content p {
    font-size: 18px;
    color: #a0a0a0;
    line-height: 1.4;
    margin-top: 5px;
}








@media(max-width: 1600px) {
    .b24-fg-title {
        font-size: 16px;
        padding: 9px 5px;
    }
}

@media(max-width: 1340px) {
    .b24-tariff-card {
        padding: 25px 8px;
    }
}

@media (max-width: 1200px) {
    .b24-main-container {
        max-width: 100%;
        padding: 0 20px;
        margin-top: -50px;
    }

    .b24-hero,
    .b24-advantages-section {
        padding: 40px 0;
    }

    .b24-overview-image img {
        max-width: 100%;
    }

    .b24-tariffs-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .b24-market-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .b24-special-grid,
    .b24-advantages-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .b24-free-tariff {
        gap: 30px;
    }

    .b24-free-tariff .free-tariff-left {
        width: 48%;
    }

    .b24-free-tariff .free-tariff-img {
        width: 100%;
        max-width: 510px;
        height: auto;
    }

    .b24-step-top {
        top: -30px;
    }

    .b24-step-top .b24-step-node {
        top: 176px;
    }

    .b24-step-node {
        font-size: 28px;
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 1024px) {
    .b24-spec-grid {
        grid-template-columns: 1fr;
    }

    .b24-special-grid,
    .b24-advantages-grid,
    .b24-tariffs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .b24-timeline-container {
        height: auto;
    }

    .b24-timeline-steps {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }

    .b24-step-item {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: calc(50% - 24px);
        margin-bottom: 0;
    }

    .b24-step-item .b24-step-node {
        position: static;
    }

    .b24-step-bottom .b24-step-content {
        margin-top: 17px;
    }

    .b24-step-content p {
        line-height: 1.3;
    }

    .b24-timeline-line {
        display: none;
    }

    .b24-free-tariff {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 30px 18px 0 18px;
    }

    .b24-free-tariff .free-tariff-left,
    .b24-free-tariff .free-tariff-right-wrapper {
        width: 100%;
    }

    .b24-tariffs-section {
        padding: 50px 20px;
        color: #ffffff;
        text-align: center;
    }

    .free-tariff-right-wrapper {
        display: flex;
        justify-content: center;
    }

    .glow-effect {
        left: 137px;
    }
    .b24-timeline-progress {
        display: none;
    }
}

@media(max-width: 875px) {
    .b24-block-inner {
        flex-direction: column;
    }

    .glow-effect {
        left: 105px;
    }
}

@media(max-width: 810px) {
    .glow-effect {
        left: 75px;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }

    .free-tariff-left>h2 {
        font-size: 28px;
    }

    .b24-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .b24-hero {
        padding: 30px 18px;
        border-radius: 12px;
    }

    .b24-block-inner {
        flex-direction: column;
        gap: 18px;
    }

    .b24-block-card {
        width: 100%;
    }

    .b24-collab-grid {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .column {
        flex-direction: column !important;
    }

    .b24-mockup-container {
        display: flex;
        justify-content: center;
    }

    .b24-mockup-container>img {
        width: 70%;
    }

    .b24-collab-left,
    .b24-collab-right {
        width: 100%;
        max-width: 100%;
    }

    .b24-tabs-list {
        display: flex;
        flex-wrap: wrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 1rem 0;
        gap: 10px;
    }

    .b24-tab-btn {
        padding: 8px 12px;
        margin: 0;
        font-size: 14px;
    }

    .b24-tariffs-grid,
    .b24-market-grid,
    .b24-special-grid,
    .b24-advantages-grid,
    .b24-boosts-grid,
    .b24-spec-grid {
        grid-template-columns: 1fr;
    }

    .b24-free-tariff {
        flex-direction: column;
        gap: 20px;
    }

    .b24-free-tariff .free-tariff-left {
        width: 100%;
    }

    .b24-free-tariff .free-tariff-right-wrapper {
        width: 100%;
        max-width: 420px;
    }

    .b24-free-tariff .free-tariff-img {
        width: 100%;
        height: auto;
    }

    .b24-main-container {
        margin-top: 0;
    }

    .b24-tariff-top {
        height: auto;
        min-height: 100px;
    }

    .glow-effect {
        left: -22px;
    }
}

@media (max-width: 576px) {
    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }

    .b24-hero {
        padding: 20px 14px;
    }

    .b24-content {
        align-items: stretch;
    }

    .b24-hero .b24-content,
    .b24-overview-header {
        text-align: left;
    }

    .b24-overview-image img {
        max-width: 100%;
    }

    .b24-timeline-container {
        height: auto;
    }

    .b24-step-item {
        position: relative !important;
        width: 100%;
        left: 0 !important;
        top: 0 !important;
        margin-bottom: 0px;
    }

    .b24-tariff-btn,
    .b24-special-btn-purple,
    .b24-special-btn-gray,
    .b24-boost-action-btn {
        width: 100%;
        max-width: 100%;
    }

    .b24-special-btns {
        flex-direction: column;
    }

    .b24-adv-card,
    .b24-special-card,
    .b24-boost-card {
        padding: 20px;
    }

    .b24-main-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .b24-steps-section {
        padding: 30px 18px 40px;
    }

    .b24-advantages-grid {
        grid-template-columns: 1fr;
    }

    .b24-adv-card {
        padding: 22px 18px;
    }

    .b24-adv-card h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .b24-principles-number {
        font-size: 46px;
    }

    .b24-step-content h3 {
        white-space: normal;
        font-size: 18px;
    }

    .b24-step-content p {
        font-size: 14px;
    }

    .step-flex {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media(max-width: 520px) {
    .b24-market-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 480px) {

    .b24-collab-btn-wrap>a,
    .b24-link {
        font-size: 16px;
    }

    .b24-steps-section {
        padding: 24px 14px 28px;
    }

    .b24-step-item {
        width: 100%;
    }

    .b24-step-node {
        width: 76px;
        height: 76px;
        font-size: 28px;
    }

    .b24-step-content h3 {
        font-size: 16px;
    }

    .b24-toggle-btn {
        font-size: 18px;
        padding: 12px 17px;
    }

    .b24-fg-title {
        font-size: 18px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

button,
.btn,
.banner-links,
.b24-tariff-btn {
    white-space: normal;
}

@media (min-width: 1600px) {
    .b24-main-container {
        max-width: 1600px;
    }
}
/* End */
/* /products/b24/b24.css?178818329727277 */
