

/* Start:/entities/telephony/ip-telephony.css?176756355610843*/
/* =========================================================
   ТАРИФНЫЕ БЛОКИ — финальная версия под Битрикс
   ========================================================= */
.page-ip-telephony
.tariff-wrapper-block .tariff-main-block .tariff-block .tariff-heading {
    font-size: 1.6rem;
}


/* Сброс и базовый стиль карточек */
.page-ip-telephony
.tariff-wrapper-block .tariff-main-block .tariff-block {
    border-radius: 16px;
    padding: 24px 20px;
    margin-bottom: 24px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        filter 0.3s ease;
    background: transparent;
}


/* Hover карточки */
.page-ip-telephony
.tariff-wrapper-block .tariff-main-block .tariff-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    filter: brightness(1.04);
}

/* =========================================================
   БЕЙДЖ С НАЗВАНИЕМ ТАРИФА
   ========================================================= */

.page-ip-telephony
.tariff-wrapper-block .tariff-heading {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 12px;
    white-space: nowrap;
    transition: filter 0.3s ease;
}

.page-ip-telephony
.tariff-wrapper-block .tariff-block:hover .tariff-heading {
    filter: brightness(1.1);
}

/* =========================================================
   ТЕКСТ И ЦЕНА
   ========================================================= */

.page-ip-telephony
.tariff-wrapper-block .tariff-feature {
    margin-bottom: 6px;
    line-height: 1.4;
}

.page-ip-telephony
.tariff-wrapper-block .tariff-number {
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
}

/* =========================================================
   ФОНЫ КАРТОЧЕК (градиенты)
   ========================================================= */

.page-ip-telephony
.tariff-wrapper-block .tariff-main-block
.tariff-block.tariff-gradient-standard {
    background: linear-gradient(180deg, #57e9ee 0%, #a8e3effa 100%);
}

.page-ip-telephony
.tariff-wrapper-block .tariff-main-block
.tariff-block.tariff-gradient-unlimited {
    background: linear-gradient(180deg, #b5ddf4 0%, #93dada 100%);
}

.page-ip-telephony
.tariff-wrapper-block .tariff-main-block
.tariff-block.tariff-gradient-vats {
    background: linear-gradient(180deg, #f4d6f3 0%, #f1dcf1 100%);
}

/* =========================================================
   ЦВЕТА БЕЙДЖЕЙ
   ========================================================= */

.page-ip-telephony
.tariff-wrapper-block
.tariff-block.tariff-gradient-standard .tariff-heading {
    background: linear-gradient(180deg, #54d3e9 0%, #2b8b8f 100%);
}

.page-ip-telephony
.tariff-wrapper-block
.tariff-block.tariff-gradient-unlimited .tariff-heading {
    background: linear-gradient(180deg, #4ee2e2 0%, #007adf 100%);
}

.page-ip-telephony
.tariff-wrapper-block
.tariff-block.tariff-gradient-vats .tariff-heading {
    background: linear-gradient(180deg, #ebcdc3 0%, #7961ac 100%);
}

/* =========================================================
   АДАПТАЦИЯ
   ========================================================= */

@media (max-width: 991px) {

    .page-ip-telephony
    .tariff-wrapper-block .tariff-main-block .tariff-block {
        padding: 20px 16px;
    }

    .page-ip-telephony
    .tariff-wrapper-block .tariff-number {
        font-size: 30px;
    }
}

/* =========================================================
   STICKY-КНОПКА "Оставить заявку" НА МОБИЛЬНЫХ
   ========================================================= */

@media (max-width: 767px) {

    .page-ip-telephony #ur-connect-btn {
        position: fixed;
        bottom: 12px;
        left: 12px;
        right: 12px;
        width: calc(100% - 24px) !important;
        z-index: 9999;
        padding: 14px 122px;
        font-size: 16px;
        font-weight: 700;
        border-radius: 14px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    }

    body {
        padding-bottom: 90px;
    }
}

/* =========================================================
   ===== ФУНКЦИИ =====
   ========================================================= */

.page-ip-telephony .features-wrapper {
    background: linear-gradient(135deg, #f1fdfb, #e6f7ff);
    border-radius: 20px;
    padding: 40px;
    margin-top: 30px;
}

.page-ip-telephony .feature-card {
    background: linear-gradient(135deg, #ffffff, #f4fefe);
    border-radius: 16px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: transform .3s ease;
}

.page-ip-telephony .feature-card:hover {
    transform: translateY(-5px);
}

.page-ip-telephony .feature-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-ip-telephony .feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 15px;
}

/* =========================================================
   ФИКС ЦЕНЫ ВАТС
   ========================================================= */

.page-ip-telephony
.tariff-wrapper-block .tariff-data .col-6.text-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    white-space: nowrap;
}

.page-ip-telephony .tariff-from {
    font-size: 14px;
    opacity: 0.7;
}

.page-ip-telephony .tariff-currency {
    font-size: 18px;
}

/* =========================================================
   МОБИЛЬНАЯ АДАПТАЦИЯ ТАРИФОВ
   ========================================================= */

@media (max-width: 767px) {

    .page-ip-telephony
    .tariff-wrapper-block .tariff-main-block .tariff-block {
        padding: 18px 14px;
        border-radius: 14px;
    }

    .page-ip-telephony
    .tariff-wrapper-block .tariff-heading {
        font-size: 16px;
        padding: 6px 12px;
        margin-bottom: 10px;
    }

    .page-ip-telephony
    .tariff-wrapper-block .tariff-block > .col-12:first-child {
        text-align: center;
        margin-bottom: 10px;
    }

    .page-ip-telephony
    .tariff-wrapper-block .tariff-feature {
        font-size: 14px;
        line-height: 1.35;
    }

    .page-ip-telephony
    .tariff-wrapper-block .tariff-data {
        margin-top: 12px;
        text-align: center;
    }

    .page-ip-telephony
    .tariff-wrapper-block .tariff-data .text-right {
        text-align: center !important;
        justify-content: center;
    }

    .page-ip-telephony
    .tariff-wrapper-block .tariff-number {
        font-size: 28px;
        margin-right: 4px;
    }

    .page-ip-telephony
    .tariff-wrapper-block .tariff-main-block .tariff-block:hover {
        transform: none;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .page-ip-telephony .custom-list {
        padding-left: 18px;
        font-size: 14px;
    }

    .page-ip-telephony .custom-list sup {
        display: block;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 1.3;
    }

    .page-ip-telephony .row > .col-8,
    .page-ip-telephony .row > .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }
}

/* =========================================================
   МОБИЛЬНАЯ АДАПТАЦИЯ БЛОКА "ФУНКЦИИ"
   ========================================================= */

@media (max-width: 767px) {

    .page-ip-telephony .features-wrapper {
        padding: 24px 16px;
        border-radius: 16px;
    }

    .page-ip-telephony .feature-card {
        padding: 20px;
    }

    .page-ip-telephony .feature-icon {
        width: 44px;
        height: 44px;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .page-ip-telephony .feature-title {
        font-size: 16px;
    }
}

/* =========================================================
   ЭФФЕКТ ДВИЖЕНИЯ И ТЕНИ ДЛЯ НАЗВАНИЙ ТАРИФОВ
   ========================================================= */

.page-ip-telephony
.tariff-wrapper-block .tariff-heading {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        filter 0.3s ease;
}

/* Общее поведение при наведении на тариф */
.page-ip-telephony
.tariff-wrapper-block .tariff-block:hover .tariff-heading {
    transform: translateX(6px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    filter: brightness(1.15);
}

/* Индивидуальное усиление для тарифов */

.page-ip-telephony
.tariff-block.tariff-gradient-standard:hover .tariff-heading {
    filter: brightness(1.2);
}

.page-ip-telephony
.tariff-block.tariff-gradient-unlimited:hover .tariff-heading {
    filter: brightness(1.25);
}

.page-ip-telephony
.tariff-block.tariff-gradient-vats:hover .tariff-heading {
    filter: brightness(1.18);
}


/* =========================================================
   НЕОНОВЫЙ GLOW-ЭФФЕКТ ДЛЯ НАЗВАНИЙ ТАРИФОВ
   ========================================================= */

.page-ip-telephony
.tariff-wrapper-block .tariff-heading {
    position: relative;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        filter 0.35s ease;
}

/* Базовый hover */
.page-ip-telephony
.tariff-wrapper-block .tariff-block:hover .tariff-heading {
    transform: translateX(6px);
    filter: brightness(1.2);
}

/* =========================================================
   GLOW ПО ТИПАМ ТАРИФОВ
   ========================================================= */

/* Стандартный — голубой неон */
.page-ip-telephony
.tariff-block.tariff-gradient-standard:hover .tariff-heading {
    box-shadow:
        0 0 6px rgba(84, 211, 233, 0.9),
        0 0 14px rgba(84, 211, 233, 0.6),
        0 0 28px rgba(84, 211, 233, 0.35);
}

/* Безлимитный — бирюзовый неон */
.page-ip-telephony
.tariff-block.tariff-gradient-unlimited:hover .tariff-heading {
    box-shadow:
        0 0 6px rgba(78, 226, 226, 0.9),
        0 0 14px rgba(78, 226, 226, 0.6),
        0 0 28px rgba(78, 226, 226, 0.35);
}

/* ВАТС — фиолетово-розовый неон */
.page-ip-telephony
.tariff-block.tariff-gradient-vats:hover .tariff-heading {
    box-shadow:
        0 0 6px rgba(186, 141, 255, 0.9),
        0 0 14px rgba(186, 141, 255, 0.6),
        0 0 28px rgba(186, 141, 255, 0.35);
}

/* End */
/* /entities/telephony/ip-telephony.css?176756355610843 */
