

/* Start:/local/components/bonusplus.tarifs/hero/templates/.default/style.css?1782807973671*/
.hero-block {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #0a1515;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-block h1 {
    margin-bottom: 16px;
}

.padding-combined-price {
    padding-bottom: 10px;
    padding-top: 60px;
}

@media (max-width: 768px) {
    .hero-block {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
}

/* End */


/* Start:/local/components/bonusplus.tarifs/pricing/templates/.default/style.css?178280797311503*/
.pricing-wrapper {
    display: flex;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px;
    color: var(--text-primary);
}

.p-sidebar {
    /* width: 1.5fr;
    min-width: 320px;
    flex-shrink: 0; */
}

.pricing-swiper {
    width: 100%;
}

.pricing-swiper .swiper-wrapper {
    display: flex;
}

.p-col {
    flex: 1;
    min-width: 0;
}

.p-cell {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    border-bottom: var(--border-settings);
}

.feature-cell {
    color: var(--text-disabled);
}

.p-header {
    height: 100px;
    border-bottom: none;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.plan-cell {
    flex-direction: column;
    align-items: center;
}

.plan-name {
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--text-primary);
}

.plan-price {
    font-size: 20px;
    font-weight: bold;
    color: var(--secondary-hover);
}

.plan-price span {
    font-size: 14px;
    font-weight: normal;
}

.category-cell,
.category-empty {
    border-bottom: var(--border-settings);
}

.category-cell {
    color: var(--text-primary);
    font-weight: 600;
}

.category-icon {
    margin-right: 8px;
    color: var(--secondary-hover);
}

.p-footer {
    height: 140px;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.download-icon {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.25s ease;
}
.plan-max {
    border-radius: 12px;
    border: 1px dashed var(--secondary-hover);
    position: relative;
}

.plan-max > * {
    background-color: rgba(255, 255, 255, 0.03);
}

.plan-max .max-top {
    background: var(--top-bg) no-repeat center top;
    background-size: cover;
    border-bottom: none;
}

.plan-max .p-footer.max-bottom {
    background: var(--bottom-bg) no-repeat center bottom;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.03);
}

.mobile-label {
    display: none;
}

.val {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.icon-plus,
.icon-cross,
.icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
}

.p-slide {
    width: 320px;
}

.navigation-swiper {
    display: none;
    background: linear-gradient(180deg, rgba(10, 21, 21, 0) 0%, #0a1515 63.46%);
    position: sticky;
    bottom: 0px;
    z-index: 100;
    height: 100px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;

    pointer-events: none;
}

.pricing-section {
    position: relative;
    padding: 10px 10px;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination {
    pointer-events: auto;
    cursor: pointer;
}

.swiper-button-prev,
.swiper-button-next {
    position: static !important;
    margin-top: 0 !important;
    width: 52px !important;
    height: 52px !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none !important;
}

.swiper-pagination {
    position: static !important;
    width: auto !important;

    background: rgba(10, 21, 21, 0.8);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 8px 16px;
    border-radius: 20px;
    display: flex;
    gap: 8px;
}

.swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 0.3 !important;
    margin: 0 !important;
}

.swiper-pagination-bullet-active {
    background: var(--secondary-hover, #55e6e8) !important;
    opacity: 1 !important;
}

.mobile-header-btn {
    display: none !important;
}

.clone-header .mobile-header-btn {
    display: block;
}

.clone-header {
    position: fixed;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 100%;
    height: 80px;
    max-width: 1200px;
    background-color: var(--background-primary);
    border-bottom: var(--border-settings);

    transition: top 0.3s ease;
    pointer-events: none;
    padding: 10px 20px;

    display: none;
}

.clone-header .plan-name {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 2px;
    font-size: 14px;
}

.clone-header.max {
    background: var(--background-primary) var(--mobile-header-bg) no-repeat top center !important;
    background-size: cover !important;
    border-bottom: 1px dashed var(--secondary-hover);
}

.clone-header .plan-price {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    font-size: 18px;
}

.clone-header .mobile-header-btn {
    grid-column: 2;
    grid-row: 1 / 3;
    display: block !important;
    margin: 0;
    white-space: nowrap;
}

.clone-header.is-visible {
    top: 0;
    pointer-events: auto;
}

@media (max-width: 1200px) {
    .navigation-swiper {
        display: flex;
    }

    .pricing-section {
        padding: 10px 1px;
    }

    .plan-max > * {
        background-color: transparent !important;
    }

    .swiper-slide.plan-max {
        background-color: rgba(255, 255, 255, 0.03);
        background-image: var(--mobile-bg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
    }

    .plan-max .max-top,
    .plan-max .p-footer.max-bottom {
        background-color: transparent !important;
        background-image: transparent !important;
        background: transparent !important;
    }

    .p-sidebar {
        min-width: 260px;
    }

    .p-col {
        flex: none;
        border-radius: 20px;
    }

    .swiper-slide {
        border: var(--border-settings);
    }

    .swiper-slide.plan-max {
        border: 1px dashed var(--secondary-hover);
    }
}

@media (max-width: 768px) {
    .clone-header {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        align-items: center;
        column-gap: 15px;
    }

    .swiper-slide.plan-max {
        background-image: var(--mobile-bg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
    }

    .mobile-category-title {
        width: 100% !important;
        font-weight: 600;
        align-items: center;
        color: var(--text-primary);
    }

    .mobile-category-title .category-icon {
        margin-right: 12px;
    }

    .p-sidebar {
        display: none;
    }

    .p-col {
        border-radius: 20px;
        margin-bottom: 25px;
        overflow: clip;
    }

    .p-cell {
        color: var(--text-disabled);
        height: auto;
        min-height: 56px;
        max-height: 80px;
        flex-direction: row;
        justify-content: space-between;
    }

    .mobile-label {
        display: flex;
        width: 70%;
        text-align: left;
    }

    .category-empty {
        display: flex !important;
    }

    .val {
        color: var(--text-primary);
        width: 30%;
        justify-content: flex-end;
        text-align: right;
    }

    .p-footer {
        padding-top: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
        align-items: center;
        gap: 10px;
    }
}

.feature-cell[data-tooltip] {
    position: relative;
    cursor: default;
    text-decoration: none;
}

.tooltip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;

    border-radius: 50%;
    background-color: rgba(24, 228, 236, 0.1);
    color: var(--secondary-hover, #55e6e8);
    border: 1px solid rgba(24, 228, 236, 0.4);
    font-size: 12px;
    font-weight: 600;
    margin-left: 8px;
    cursor: help;
    font-style: normal;
    pointer-events: auto;
    text-decoration: none !important;
}
.feature-cell {
    pointer-events: none;
}

.feature-name {
    pointer-events: auto;
}

.feature-cell[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 8px;
    width: max-content;
    max-width: 320px;
    padding: 12px 16px;
    background-color: #061013;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    border: 1px solid rgba(24, 228, 236, 0.3);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
    white-space: normal;
    pointer-events: none;

    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    transform: translateY(4px);
    z-index: 100;
}

.feature-cell[data-tooltip]::before {
    content: "";
    position: absolute;
    bottom: 93%;
    left: 24px;
    margin-bottom: 2px;
    border-width: 6px;
    border-style: solid;
    border-color: rgba(24, 228, 236, 0.3) transparent transparent transparent;
    pointer-events: none;

    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    transform: translateY(4px);
    z-index: 101;
}

@media (min-width: 769px) {
    .feature-cell[data-tooltip]:has(.tooltip-icon:hover)::after,
    .feature-cell[data-tooltip]:has(.tooltip-icon:hover)::before {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

[data-tooltip] {
    cursor: pointer;
    text-decoration: underline dashed rgba(24, 228, 236, 0.4);
    text-underline-offset: 4px;
}

.mobile-label[data-tooltip] {
    display: none;
}

.global-tooltip {
    position: absolute;
    width: max-content;
    max-width: 320px;
    padding: 12px 16px;
    background-color: #061013;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    border: 1px solid rgba(24, 228, 236, 0.3);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
    z-index: 999999;
    pointer-events: none;

    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
    transform: translateY(10px);
}

.global-tooltip.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.titlePrice {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 768px) {
    .global-tooltip {
        position: fixed !important;
        bottom: 24px !important;
        left: 50% !important;
        max-width: calc(100% - 40px);
        width: 100%;
        text-align: center;
        font-size: 14px;
        padding: 16px;
        transform: translateX(-50%) translateY(20px);
    }

    .global-tooltip.active {
        transform: translateX(-50%) translateY(0);
    }

    .mobile-label[data-tooltip] {
        display: flex;
    }
    .btn-download-mobile {
        display: flex !important;
    }
}

/* End */


/* Start:/local/components/bonusplus.common/form/templates/.default/style.css?17828079732281*/
/* =======================================
   Блок формы (Лево / Право)
   ======================================= */
.contact-block {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
    clip-path: inset(0 -100vw 0 -100vw);
}

.contact-form-side {
    min-width: 40%;
}

.contact-image-side {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mb-form {
    margin-bottom: 40px;
}

.form-disclaimer {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.5);
}

.btn-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;

}

.contact-image-side-pc {
    display: flex;
    position: relative;
    border-radius: 12px;
    transform: translateX(3.5%);

    width: 100%;
    max-width: 700px;
    aspect-ratio: 700 / 790;
    object-fit: cover;
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.contact-image-side-mobile {
    margin-left: calc(50% - 50vw);
    display: none;
}

@media (max-width: 768px) {
    .contact-block {
        position: relative;
        flex-direction: column;
        overflow: hidden;
        
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .contact-form-side {
        width: 100%;
        max-width: 100%;
        position: relative;
        z-index: 2; 
    }

    .contact-image-side-mobile {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        margin: 0; 
    }

    .contact-image-side-pc {
        display: none;
    }

    .btn-section {
        align-items: stretch;
    }
}

@media (max-width: 450px){
    .contact-image-side-mobile {
        display: flex;
        height: 105%;
        width: auto;
    }
}
/* End */
/* /local/components/bonusplus.tarifs/hero/templates/.default/style.css?1782807973671 */
/* /local/components/bonusplus.tarifs/pricing/templates/.default/style.css?178280797311503 */
/* /local/components/bonusplus.common/form/templates/.default/style.css?17828079732281 */
