

/* Start:/local/templates/integration.freesystems.ru/components/bitrix/news.list/hero/style.css?17827289053199*/
.hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
    grid-template-areas:
        "title image"
        "description image"
        "action image";
    column-gap: 24px;
    align-items: stretch;
}

.hero-title-area {
    grid-area: title;
}

.hero-description-area {
    grid-area: description;
    margin-bottom: 48px;
}

.hero-action-area {
    grid-area: action;
    align-self: end;
}

.hero-image-area {
    grid-area: image;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

.hero-image-area img {
    max-width: 100%;
    height: auto;
}

.hero-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #0D2041;
    margin: 0;
}

.hero-title .highlight {
    color: #005AF3;
}

.hero-description {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #0D2041;
    margin: 0;
}

.hero-subtext {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #005AF3;
    margin: 0;
}

.btn-calc {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 28px;
    gap: 10px;
    background: #005AF3;
    border-radius: 10px;
    border: none;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-calc:hover {
    background: #0040b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 90, 243, 0.3);
}

@media (max-width: 991px) {
    .hero-layout {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas:
            "title"
            "description"
            "image"
            "action";
        padding: 20px 0;
    }

    .hero-description-area {
        margin-bottom: 0;
    }

    .hero-image-area {
        display: block;
        margin: 30px 0;
        text-align: center;
        height: auto;
    }

    .hero-action-area {
        align-self: auto;
    }
}

@media (min-width: 1440px) {
    .hero-title {
        font-size: 72px;
    }

    .hero-description {
        font-size: 20px;
    }

    .hero-subtext {
        font-size: 20px;
    }

    .btn-calc {
        font-size: 20px;
        padding: 20px 40px;
        min-width: 240px;
    }
}

@media (max-width: 380px) {
    .hero-title {
        font-size: 28px;
    }

    .hero-description,
    .hero-subtext {
        font-size: 12px;
    }

    .btn-calc {
        font-size: 12px;
        padding: 10px 20px;
        width: 100%;
        justify-content: center;
    }
}
/* End */


/* Start:/local/templates/integration.freesystems.ru/components/bitrix/news.list/problem/style.css?17806659364535*/
.cards-section {
    background: #FFFFFF;
    position: relative;
    padding: 40px 0;
}

.section-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #0D2041;
    max-width: 100%;
    text-align: left;
}

.section-title .highlight {
    color: #005AF3;
    display: inline-block;
}

.feature-card {
    background: linear-gradient(284.92deg, #FBFBFB 46.65%, #F4F4F4 102.36%);
    border-radius: 16px;
    padding: 20px;
    height: auto;
    min-height: 200px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.card-number {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #005AF3;
    margin-bottom: 12px;
    display: block;
}

/* Контент карточки (прижат к низу) */
.card-content {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.card-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #0D2041;
    margin: 0 0 8px 0;
}

.card-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #0D2041;
    margin: 0;
}

@media (min-width: 380px) {
    .section-title {
        font-size: 24px;
        letter-spacing: -0.02em;
    }

    .card-title {
        font-size: 12px;
        line-height: 120%;
        letter-spacing: -0.03em;
    }

    .card-text {
        font-size: 8px;
        line-height: 120%;
        letter-spacing: -0.03em;
    }

    .card-number {
        font-size: 6px;
        line-height: 110%;
        letter-spacing: -0.04em;
        margin-bottom: 12px;
    }

    .feature-card {
        padding: 20px;
        min-height: 200px;
    }
}

@media (min-width: 576px) {
    .section-title {
        font-size: 20px;
        letter-spacing: -0.02em;
    }

    .card-title {
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.03em;
    }

    .card-text {
        font-size: 12px;
        line-height: 120%;
        letter-spacing: -0.03em;
    }

    .card-number {
        font-size: 6px;
        margin-bottom: 16px;
    }

    .feature-card {
        padding: 20px;
        min-height: 210px;
    }
}

@media (max-width: 767px) {
    .cards-section .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .cards-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 24px;
        letter-spacing: -0.02em;
    }

    .card-title {
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.03em;
        margin-bottom: 12px;
    }

    .card-text {
        font-size: 12px;
        line-height: 120%;
        letter-spacing: -0.02em;
    }

    .card-number {
        font-size: 8px;
        line-height: 110%;
        letter-spacing: -0.04em;
        margin-bottom: 20px;
    }

    .feature-card {
        padding: 24px;
        min-height: 220px;
    }
}

@media (min-width: 992px) {
    .section-title {
        max-width: 697px;
        text-align: left;
    }

    .feature-card {
        height: 240px;
        min-height: auto;
    }
}

@media (min-width: 1440px) {
    .cards-section {
        padding: 80px 0;
    }

    .section-title {
        font-size: 48px;
        line-height: 110%;
        letter-spacing: -0.02em;
    }

    .card-title {
        font-size: 24px;
        line-height: 120%;
        letter-spacing: -0.03em;
        margin-bottom: 12px;
    }

    .card-text {
        font-size: 20px;
        line-height: 120%;
        letter-spacing: -0.03em;
    }

    .card-number {
        font-size: 14px;
        line-height: 110%;
        letter-spacing: -0.04em;
        margin-bottom: 24px;
    }

    .feature-card {
        padding: 32px;
        height: 280px;
        border-radius: 20px;
    }
}
/* End */


/* Start:/local/templates/integration.freesystems.ru/components/bitrix/news.list/advantages/style.css?178048740111713*/
/* Блок с преимуществами */
.advantages-section {
    padding: 80px 0;
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.advantages-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #0D2041;
    margin: 0 0 24px 0;
    max-width: 697px;
}

.advantages-title .highlight {
    color: #005AF3;
}

.advantages-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #0D2041;
    margin: 0 0 60px 0;
    max-width: 499px;
}

/* Десктопная версия */
.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}

/* Третий row - позиционирование */
.row.position-relative {
    position: relative;
    min-height: 600px;
}

/* SVG как фон - на заднем плане */
.center-svg-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}

.center-svg-background img {
    width: 100%;
    max-width: 440px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Контейнер для вращающихся элементов - поверх фона */
.rotating-container {
    position: relative;
    z-index: 1;
    min-height: 600px;
}

/* Кружки - вращаются */
.orbit-dots {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    animation: rotateDots 24s linear infinite;
    pointer-events: none;
}

.dot {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #005AF3;
    box-shadow: 0px 4.89323px 17.8603px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    pointer-events: auto;
}

.dot-1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(-220px);
}

.dot-2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(120deg) translateY(-220px);
}

.dot-3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(240deg) translateY(-220px);
}

@keyframes rotateDots {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Десктопные плашки - вращаются */
.advantage-cards {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    animation: rotateCards 50s linear infinite;
}

.advantage-cards.paused {
    animation-play-state: paused;
}

@keyframes rotateCards {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

.advantage-card {
    position: absolute;
    width: 280px;
    background: linear-gradient(104.04deg, #025EF2 16.93%, #3AC8C8 198.52%);
    box-shadow: 0px 4.89323px 17.8603px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 20px;
    top: 50%;
    left: 50%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 2;
}

.advantage-card[data-card="1"] {
    transform: translate(-50%, -50%) translateY(-245px);
}

.advantage-card[data-card="2"] {
    transform: translate(-50%, -50%) translateX(-245px);
}

.advantage-card[data-card="3"] {
    transform: translate(-50%, -50%) translateX(245px);
}

.advantage-card[data-card="4"] {
    transform: translate(-50%, -50%) translateY(245px);
}

/* Компенсируем вращение */
@keyframes counterRotate {
    from { transform: translate(-50%, -50%) translateY(-245px) rotate(0deg); }
    to { transform: translate(-50%, -50%) translateY(-245px) rotate(-360deg); }
}

@keyframes counterRotate2 {
    from { transform: translate(-50%, -50%) translateX(-245px) rotate(0deg); }
    to { transform: translate(-50%, -50%) translateX(-245px) rotate(-360deg); }
}

@keyframes counterRotate3 {
    from { transform: translate(-50%, -50%) translateX(245px) rotate(0deg); }
    to { transform: translate(-50%, -50%) translateX(245px) rotate(-360deg); }
}

@keyframes counterRotate4 {
    from { transform: translate(-50%, -50%) translateY(245px) rotate(0deg); }
    to { transform: translate(-50%, -50%) translateY(245px) rotate(-360deg); }
}

.advantage-card[data-card="1"] {
    animation: counterRotate 50s linear infinite;
}

.advantage-card[data-card="2"] {
    animation: counterRotate2 50s linear infinite;
}

.advantage-card[data-card="3"] {
    animation: counterRotate3 50s linear infinite;
}

.advantage-card[data-card="4"] {
    animation: counterRotate4 50s linear infinite;
}

.advantage-card:hover {
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: 0px 8px 30px rgba(0, 90, 243, 0.3);
}

.advantage-content h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 0;
}

.advantage-content p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.3s ease, margin 0.3s ease;
}

.advantage-card.active .advantage-content p {
    max-height: 100px;
    opacity: 1;
    margin-top: 12px;
}

@media (min-width: 769px) and (max-width: 992px) {
    .advantages-title {
        font-size: 36px;
        max-width: 100%;
    }

    .advantages-subtitle {
        font-size: 18px;
        max-width: 100%;
    }

    .center-svg-background img {
        max-width: 320px;
    }

    .dot-1,
    .dot-2,
    .dot-3 {
        transform: translate(-50%, -50%) translateY(-160px);
    }

    .advantage-card {
        width: 220px;
        padding: 16px;
    }

    .advantage-card[data-card="1"] {
        transform: translate(-50%, -50%) translateY(-180px);
    }

    .advantage-card[data-card="2"] {
        transform: translate(-50%, -50%) translateX(-180px);
    }

    .advantage-card[data-card="3"] {
        transform: translate(-50%, -50%) translateX(180px);
    }

    .advantage-card[data-card="4"] {
        transform: translate(-50%, -50%) translateY(180px);
    }

    @keyframes counterRotate {
        from { transform: translate(-50%, -50%) translateY(-180px) rotate(0deg); }
        to { transform: translate(-50%, -50%) translateY(-180px) rotate(-360deg); }
    }

    @keyframes counterRotate2 {
        from { transform: translate(-50%, -50%) translateX(-180px) rotate(0deg); }
        to { transform: translate(-50%, -50%) translateX(-180px) rotate(-360deg); }
    }

    @keyframes counterRotate3 {
        from { transform: translate(-50%, -50%) translateX(180px) rotate(0deg); }
        to { transform: translate(-50%, -50%) translateX(180px) rotate(-360deg); }
    }

    @keyframes counterRotate4 {
        from { transform: translate(-50%, -50%) translateY(180px) rotate(0deg); }
        to { transform: translate(-50%, -50%) translateY(180px) rotate(-360deg); }
    }

    .advantage-content h4 {
        font-size: 16px;
    }

    .advantage-content p {
        font-size: 12px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .advantages-title {
        font-size: 32px;
        max-width: 100%;
    }

    .advantages-subtitle {
        font-size: 16px;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .center-svg-background img {
        max-width: 260px;
    }

    .row.position-relative,
    .rotating-container {
        min-height: 480px;
    }

    .dot {
        width: 12px;
        height: 12px;
    }

    .dot-1,
    .dot-2,
    .dot-3 {
        transform: translate(-50%, -50%) translateY(-140px);
    }

    .advantage-card {
        width: 200px;
        padding: 14px;
        border-radius: 16px;
    }

    .advantage-card[data-card="1"] {
        transform: translate(-50%, -50%) translateY(-160px);
    }

    .advantage-card[data-card="2"] {
        transform: translate(-50%, -50%) translateX(-160px);
    }

    .advantage-card[data-card="3"] {
        transform: translate(-50%, -50%) translateX(160px);
    }

    .advantage-card[data-card="4"] {
        transform: translate(-50%, -50%) translateY(160px);
    }

    @keyframes counterRotate {
        from { transform: translate(-50%, -50%) translateY(-160px) rotate(0deg); }
        to { transform: translate(-50%, -50%) translateY(-160px) rotate(-360deg); }
    }

    @keyframes counterRotate2 {
        from { transform: translate(-50%, -50%) translateX(-160px) rotate(0deg); }
        to { transform: translate(-50%, -50%) translateX(-160px) rotate(-360deg); }
    }

    @keyframes counterRotate3 {
        from { transform: translate(-50%, -50%) translateX(160px) rotate(0deg); }
        to { transform: translate(-50%, -50%) translateX(160px) rotate(-360deg); }
    }

    @keyframes counterRotate4 {
        from { transform: translate(-50%, -50%) translateY(160px) rotate(0deg); }
        to { transform: translate(-50%, -50%) translateY(160px) rotate(-360deg); }
    }

    .advantage-content h4 {
        font-size: 14px;
    }

    .advantage-content p {
        font-size: 11px;
    }
}

@media (max-width: 576px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

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

    .advantages-title {
        font-size: 28px;
        text-align: left;
        max-width: 100%;
        margin-bottom: 16px;
    }

    .advantages-subtitle {
        font-size: 14px;
        text-align: left;
        max-width: 100%;
        margin-bottom: 32px;
    }

    .advantage-card-mobile {
        background: linear-gradient(104.04deg, #025EF2 16.93%, #3AC8C8 198.52%);
        border-radius: 16px;
        padding: 16px;
        box-shadow: 0px 4.89323px 17.8603px rgba(0, 0, 0, 0.15);
        height: 100%;
        min-height: 160px;
        display: flex;
        flex-direction: column;
    }

    .advantage-content-mobile h4 {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.03em;
        color: #FFFFFF;
        margin: 0 0 10px 0;
    }

    .advantage-content-mobile p {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
        letter-spacing: -0.02em;
        color: rgba(255, 255, 255, 0.9);
        margin: 0;
    }

    .orbit-dots,
    .center-svg-background {
        display: none;
    }

    .rotating-container {
        position: relative;
        min-height: auto;
    }

    .row.position-relative {
        min-height: auto;
    }
}

@media (max-width: 380px) {
    .advantages-title {
        font-size: 24px;
    }

    .advantages-subtitle {
        font-size: 12px;
    }

    .advantage-card-mobile {
        padding: 12px;
        min-height: 140px;
    }

    .advantage-content-mobile h4 {
        font-size: 12px;
    }

    .advantage-content-mobile p {
        font-size: 10px;
    }
}
/* End */


/* Start:/local/templates/integration.freesystems.ru/components/bitrix/news.list/prof-settings/style.css?17833387699927*/
/* Блок с табами */
.tabs-section {
    background: #F6F6F6;
    position: relative;
    border-radius: 20px;
}

.tabs-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/tabs-bg.svg);
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
}

/* Чтобы контент был поверх фона */
.tabs-section .container {
    position: relative;
    z-index: 1;
}

.tabs-main-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #0D2041;
    margin: 0 0 32px 0;
    max-width: 100%;
}

.tabs-main-title .highlight {
    color: #005AF3;
}

/* Левый блок с табами */
.tabs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tab-item {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 10px;
    background: #FFFFFF;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(2, 94, 242, 0.1);
    width: fit-content;
    min-width: 180px;
}

.tab-item.active {
    background: linear-gradient(104.04deg, #025EF2 16.93%, #3AC8C8 198.52%);
    padding: 12px 24px;
}

.tab-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #0D2041;
    transition: color 0.3s ease;
    text-align: center;
}

.tab-item.active .tab-title {
    color: #FFFFFF;
}

.tab-item:hover {
    transform: translateX(8px);
    box-shadow: 0 4px 15px rgba(2, 94, 242, 0.1);
}

/* Правый блок с контентом */
.tab-content-wrapper {
    background: linear-gradient(104.04deg, #025EF2 16.93%, #3AC8C8 198.52%);
    border-radius: 20px;
    padding: 24px;
    min-height: 360px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* Контент таба - flex контейнер */
.tab-content-item {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.tab-content-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0 0 24px 0;
}

.tab-content-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    /*margin-top: auto;*/
}

.tab-content-list li {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.9);
    padding-left: 20px;
    position: relative;
}

.tab-content-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 50%;
}

/* Анимация переключения */
.tab-content-item {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tab-content-item.active {
    display: flex;
    opacity: 1;
}

@media (min-width: 380px) {
    .tabs-main-title {
        font-size: 24px;
        letter-spacing: -0.02em;
    }

    .tab-title {
        font-size: 14px;
    }

    .tab-content-title {
        font-size: 20px;
    }

    .tab-content-list li {
        font-size: 12px;
    }
}

@media (min-width: 576px) {
    .tabs-main-title {
        font-size: 20px;
        margin-bottom: 36px;
    }

    .tab-item {
        padding: 10px 20px;
        border-radius: 14px;
    }

    .tab-item.active {
        padding: 10px 20px;
    }

    .tab-title {
        font-size: 10px;
        line-height: 110%;
        letter-spacing: -0.02em;
    }

    .tab-content-wrapper {
        padding: 24px;
        min-height: 340px;
    }

    .tab-content-title {
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0;
        margin-bottom: 20px;
    }

    .tab-content-list {
        gap: 10px;
    }

    .tab-content-list li {
        font-size: 10px;
        line-height: 120%;
        letter-spacing: -0.03em;
    }
}
@media (min-width: 768px) {
    .tabs-main-title {
        font-size: 24px;
        letter-spacing: -0.02em;
        margin-bottom: 40px;
        max-width: 782px;
    }

    .tabs-wrapper {
        gap: 15px;
    }

    .tab-item {
        padding: 12px 28px;
        border-radius: 20px;
    }

    .tab-item.active {
        padding: 12px 28px;
    }

    .tab-title {
        font-size: 14px;
        line-height: 110%;
        letter-spacing: -0.03em;
    }

    .tab-content-wrapper {
        padding: 32px;
        min-height: 380px;
        border-radius: 20px;
    }

    .tab-content-title {
        font-size: 20px;
        line-height: 110%;
        letter-spacing: -0.02em;
        margin-bottom: 24px;
    }

    .tab-content-list {
        gap: 12px;
    }

    .tab-content-list li {
        font-size: 12px;
        line-height: 120%;
        letter-spacing: -0.02em;
        padding-left: 22px;
    }

    .tab-content-list li::before {
        width: 6px;
        height: 6px;
    }
}

@media (min-width: 992px) {
    .tabs-main-title {
        font-size: 36px;
        text-align: left;
    }

    .tab-content-title {
        font-size: 28px;
    }

    .tab-content-list li {
        font-size: 14px;
    }

    .tabs-wrapper {
        flex-direction: column;
    }
}

@media (min-width: 1440px) {
    .tabs-main-title {
        font-size: 48px;
        line-height: 110%;
        letter-spacing: -0.02em;
        margin-bottom: 48px;
        max-width: 782px;
    }

    .tabs-wrapper {
        gap: 15px;
    }

    .tab-item {
        padding: 16px 32px;
        border-radius: 20px;
        min-width: 200px;
    }

    .tab-item.active {
        padding: 16px 32px;
    }

    .tab-title {
        font-size: 20px;
        line-height: 110%;
        letter-spacing: -0.02em;
    }

    .tab-content-wrapper {
        padding: 40px;
        min-height: 436px;
        border-radius: 24px;
    }

    .tab-content-title {
        font-size: 40px;
        line-height: 120%;
        letter-spacing: -0.02em;
        margin-bottom: 32px;
    }

    .tab-content-list {
        gap: 16px;
    }

    .tab-content-list li {
        font-size: 16px;
        line-height: 140%;
        letter-spacing: -0.02em;
        padding-left: 28px;
    }

    .tab-content-list li::before {
        width: 7px;
        height: 7px;
    }
}

@media (min-width: 1920px) {
    .tab-content-title {
        font-size: 48px;
    }

    .tab-content-list li {
        font-size: 18px;
    }
}

@media (min-width: 577px) and (max-width: 991px) {
    .tabs-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 24px;
    }

    .tab-item {
        width: auto;
        flex: 1 0 auto;
    }

    .tab-item:hover {
        transform: translateY(-3px);
    }
}

@media (max-width: 576px) {
    .tabs-main-title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .tabs-wrapper {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }

    .tab-item {
        width: 100%;
        justify-content: center;
        padding: 10px 20px;
        min-width: auto;
    }

    .tab-item.active {
        padding: 10px 20px;
    }

    .tab-title {
        font-size: 10px;
    }

    .tab-content-wrapper {
        padding: 20px;
        min-height: 280px;
        border-radius: 16px;
    }

    .tab-content-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .tab-content-list {
        gap: 8px;
    }

    .tab-content-list li {
        font-size: 11px;
        line-height: 130%;
        padding-left: 18px;
    }

    .tab-content-list li::before {
        width: 4px;
        height: 4px;
    }
}

@media (max-width: 380px) {
    .tabs-main-title {
        font-size: 18px;
    }

    .tab-title {
        font-size: 9px;
    }

    .tab-content-title {
        font-size: 16px;
    }

    .tab-content-list li {
        font-size: 10px;
    }

    .tab-content-wrapper {
        padding: 16px;
        min-height: 260px;
    }
}

.col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

@media (max-width: 380px) {
    .row.align-items-stretch {
        display: flex;
        flex-direction: column;
    }

    .col-380-first {
        order: 1;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-380-second {
        order: 2;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tabs-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 16px;
        justify-content: flex-start;
    }

    .tab-item {
        width: auto;
        min-width: auto;
        padding: 8px 16px;
    }

    .tab-item.active {
        padding: 8px 16px;
    }

    .tab-title {
        font-size: 9px;
    }
}
/* End */


/* Start:/local/templates/integration.freesystems.ru/components/bitrix/news.list/tariffs/style.css?178066145312542*/
/* Блок с тарифами */
.tariffs-section {
    padding: 40px 0;
    background: #FFFFFF;
    position: relative;
}

.tariffs-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #0D2041;
    margin: 0 0 32px 0;
    max-width: 100%;
}

.tariffs-title .highlight {
    color: #005AF3;
}

/* Табы для тарифов */
.tariff-tabs-wrapper {
    display: flex;
    justify-content: left;
    gap: 12px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.tariff-tab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    gap: 10px;
    background: #F6F6F6;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #0D2041;
}

.tariff-tab.active {
    background: #025EF2;
    color: #FFFFFF;
}

.tariff-tab:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(2, 94, 242, 0.2);
}

/* Анимация появления карточек */
.tariffs-grid {
    transition: all 0.3s ease;
}

.tariffs-grid.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Карточка тарифа */
.tariff-card {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
}

.tariff-card:hover {
    background: #025EF2;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(2, 94, 242, 0.2);
    border-color: #025EF2;
}

.tariff-card:hover .tariff-card-title {
    color: #FFFFFF;
}

.tariff-card:hover .tariff-card-price {
    color: #FFFFFF;
}

.tariff-card:hover .tariff-card-list li {
    color: rgba(255, 255, 255, 0.9);
}

.tariff-card:hover .tariff-card-list li::before {
    background-image: url(../images/check-white.svg);
}

.tariff-card:hover .tariff-card-list li strong {
    color: #FFFFFF;
}

.tariff-card:hover .btn-tariff {
    background: #FFFFFF;
    color: #025EF2;
}

.tariff-card:hover .btn-tariff:hover {
    background: #F0F0F0;
    transform: translateY(-2px);
}

.tariff-card-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #0D2041;
    margin: 0 0 12px 0;
    min-height: auto;
}

.tariff-card-price {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #025EF2;
    margin-bottom: 16px;
}

.tariff-card-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    flex: 1;
}

.tariff-card-list li {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #4B5563;
    padding-left: 24px;
    position: relative;
    margin-bottom: 10px;
}

.tariff-card-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url(../images/check-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.tariff-card-list li strong {
    color: #0D2041;
    font-weight: 600;
}

/* Футер карточки */
.tariff-card-footer {
    margin-top: auto;
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.tariff-deadline {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #4B5563;
}

.tariff-card:hover .tariff-deadline {
    color: rgba(255, 255, 255, 0.8);
}

.btn-tariff {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #025EF2;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #025EF2;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-tariff:hover {
    background: #025EF2;
    color: #FFFFFF;
    border: 1px solid #025EF2;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(2, 94, 242, 0.3);
    text-decoration: none;
}

@media (min-width: 380px) {
    .tariffs-title {
        font-size: 24px;
        letter-spacing: -0.02em;
    }

    .tariff-tab {
        font-size: 10px;
        padding: 8px 18px;
    }

    .tariff-card-title {
        font-size: 12px;
    }

    .tariff-card-price {
        font-size: 20px;
    }

    .tariff-card-list li {
        font-size: 6px;
        margin-bottom: 8px;
    }

    .tariff-deadline {
        font-size: 9px;
    }

    .btn-tariff {
        font-size: 10px;
        padding: 8px 16px;
    }
}

@media (min-width: 576px) {
    .tariffs-section {
        padding: 60px 0;
    }

    .tariffs-title {
        font-size: 20px;
        margin-bottom: 36px;
    }

    .tariff-tabs-wrapper {
        gap: 15px;
        margin-bottom: 40px;
    }

    .tariff-tab {
        font-size: 10px;
        padding: 10px 24px;
        border-radius: 30px;
    }

    .tariff-card {
        padding: 20px;
        border-radius: 16px;
    }

    .tariff-card-title {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .tariff-card-price {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .tariff-card-list li {
        font-size: 10px;
        padding-left: 22px;
        margin-bottom: 8px;
    }

    .tariff-card-list li::before {
        width: 14px;
        height: 14px;
    }

    .tariff-card-footer {
        padding-top: 16px;
        gap: 12px;
    }

    .tariff-deadline {
        font-size: 9px;
    }

    .btn-tariff {
        font-size: 10px;
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .tariffs-section .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 768px) {
    .tariffs-section .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .tariffs-section {
        padding: 80px 0;
    }

    .tariffs-title {
        font-size: 24px;
        letter-spacing: -0.02em;
        margin-bottom: 48px;
        max-width: 782px;
    }

    .tariff-tabs-wrapper {
        gap: 20px;
        margin-bottom: 48px;
    }

    .tariff-tab {
        font-size: 14px;
        padding: 11px 32px 12px;
        border-radius: 30px;
    }

    .tariff-card {
        padding: 24px;
        border-radius: 20px;
    }

    .tariff-card-title {
        font-size: 16px;
        margin-bottom: 16px;
        min-height: 42px;
    }

    .tariff-card-price {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .tariff-card-list li {
        font-size: 12px;
        padding-left: 28px;
        margin-bottom: 12px;
    }

    .tariff-card-list li::before {
        width: 20px;
        height: 20px;
    }

    .tariff-card-footer {
        padding-top: 20px;
        gap: 15px;
    }

    .tariff-deadline {
        font-size: 12px;
    }

    .btn-tariff {
        font-size: 14px;
        padding: 12px 24px;
    }
}

@media (min-width: 992px) {
    .tariffs-title {
        font-size: 36px;
        text-align: left;
    }

    .tariff-card-title {
        font-size: 18px;
        min-height: 46px;
    }

    .tariff-card-price {
        font-size: 28px;
    }

    .tariff-card-list li {
        font-size: 14px;
    }

    .tariff-deadline {
        font-size: 13px;
    }
}

@media (min-width: 1440px) {
    .tariffs-section {
        padding: 100px 0;
    }

    .tariffs-title {
        font-size: 48px;
        line-height: 110%;
        letter-spacing: -0.02em;
        margin-bottom: 48px;
        max-width: 782px;
    }

    .tariff-tab {
        font-size: 20px;
        line-height: 110%;
        letter-spacing: -0.02em;
        padding: 14px 40px;
        border-radius: 40px;
    }

    .tariff-card {
        padding: 32px;
        border-radius: 24px;
    }

    .tariff-card-title {
        font-size: 24px;
        line-height: 120%;
        letter-spacing: -0.03em;
        margin-bottom: 20px;
        min-height: 58px;
    }

    .tariff-card-price {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -0.02em;
        margin-bottom: 24px;
    }

    .tariff-card-list {
        margin-bottom: 28px;
    }

    .tariff-card-list li {
        font-size: 16px;
        line-height: 140%;
        letter-spacing: -0.02em;
        padding-left: 32px;
        margin-bottom: 14px;
    }

    .tariff-card-list li::before {
        width: 22px;
        height: 22px;
    }

    .tariff-card-footer {
        padding-top: 24px;
        gap: 20px;
    }

    .tariff-deadline {
        font-size: 16px;
        line-height: 140%;
        letter-spacing: -0.02em;
    }

    .btn-tariff {
        font-size: 16px;
        line-height: 120%;
        letter-spacing: -0.02em;
        padding: 14px 28px;
        border-radius: 12px;
    }
}

@media (min-width: 1920px) {
    .tariff-card-title {
        font-size: 28px;
    }

    .tariff-card-price {
        font-size: 42px;
    }

    .tariff-card-list li {
        font-size: 18px;
    }

    .btn-tariff {
        font-size: 18px;
        padding: 16px 32px;
    }
}

@media (max-width: 576px) {
    .tariffs-section {
        padding: 40px 0;
    }

    .tariffs-title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .tariff-tabs-wrapper {
        gap: 10px;
        margin-bottom: 28px;
    }

    .tariff-tab {
        font-size: 10px;
        padding: 8px 16px;
        border-radius: 25px;
    }

    .tariff-card {
        padding: 18px;
        border-radius: 16px;
    }

    .tariff-card-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .tariff-card-price {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .tariff-card-list li {
        font-size: 11px;
        padding-left: 22px;
        margin-bottom: 8px;
    }

    .tariff-card-list li::before {
        width: 14px;
        height: 14px;
    }

    .tariff-card-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding-top: 14px;
    }

    .tariff-deadline {
        text-align: left;
        font-size: 11px;
    }

    .btn-tariff {
        width: 100%;
        font-size: 12px;
        padding: 10px 16px;
        white-space: normal;
    }
}

@media (max-width: 380px) {
    .tariffs-title {
        font-size: 18px;
    }

    .tariff-tab {
        font-size: 9px;
        padding: 6px 14px;
    }

    .tariff-card-title {
        font-size: 14px;
    }

    .tariff-card-price {
        font-size: 18px;
    }

    .tariff-card-list li {
        font-size: 6px;
        margin-bottom: 6px;
    }

    .tariff-deadline {
        font-size: 10px;
    }

    .btn-tariff {
        font-size: 11px;
        padding: 8px 14px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .tariff-card-title {
        min-height: 40px;
    }

    .tariff-card-price {
        font-size: 22px;
    }
}
/* End */


/* Start:/local/templates/integration.freesystems.ru/components/bitrix/news.list/personal-settings/style.css?178065085210537*/
/* Блок с этапами работы */
.stages-section {
    padding: 40px 0;
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.stages-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #0D2041;
    margin: 0 0 32px 0;
    max-width: 100%;
}

.stages-title .highlight {
    color: #005AF3;
}

/* Обертка для плашек */
.stages-wrapper {
    position: relative;
    min-height: 500px;
    border-radius: 30px;
}

.stages-wrapper::before {
    content: "";
    position: absolute;
    top: 10%;
    right: 20%;
    width: 100%;
    height: 100%;
    background-image: url(../images/tabs-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
    z-index: 0;
    border-radius: 30px;
}

/* Центральная иконка */
.stages-center-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.stages-center-icon img {
    max-width: 60px;
    height: auto;
}

/* Контейнер для плашек */
.stages-cards {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
}

/* Плашка */
.stage-card {
    position: absolute;
    width: 200px;
    background: linear-gradient(104.04deg, #025EF2 16.93%, #3AC8C8 198.52%);
    box-shadow: 0 4.89323px 17.8603px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    padding: 14px;
    display: flex;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 3;
}

/* Активная плашка (при прокрутке) */
.stage-card.active {
    opacity: 1;
    visibility: visible;
}

.stage-content h4 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 0 0 8px 0;
}

.stage-content p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Позиционирование плашек */
.stage-card[data-stage="1"] {
    top: 5%;
    right: 15%;
    transform: translate(-50%, 0);
}

.stage-card[data-stage="2"] {
    top: 15%;
    left: 5%;
    transform: translate(0, 0);
}

.stage-card[data-stage="3"] {
    bottom: 25%;
    right: 15%;
    transform: translate(0, -50%);
}

.stage-card[data-stage="4"] {
    bottom: 20%;
    left: 15%;
    transform: translate(0, 0);
}

.stage-card[data-stage="5"] {
    bottom: 0;
    right: 27%;
    transform: translate(0, 0);
}

@media (min-width: 380px) {
    .stages-title {
        font-size: 24px;
        letter-spacing: -0.02em;
    }

    .stage-content h4 {
        font-size: 14px;
    }

    .stage-content p {
        font-size: 11px;
    }
}

@media (min-width: 576px) {
    .stages-section {
        padding: 60px 0;
    }

    .stages-title {
        font-size: 20px;
    }

    .stages-wrapper {
        min-height: 550px;
    }

    .stages-cards {
        min-height: 550px;
    }

    .stages-center-icon img {
        max-width: 70px;
    }

    .stage-card {
        width: 200px;
        padding: 14px;
        border-radius: 16px;
    }

    .stage-content h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .stage-content p {
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    .stages-section {
        padding: 80px 0;
    }

    .stages-title {
        font-size: 24px;
        letter-spacing: -0.02em;
        margin-bottom: 40px;
        max-width: 488px;
    }

    .stages-wrapper {
        min-height: 580px;
    }

    .stages-cards {
        min-height: 580px;
    }

    .stages-center-icon img {
        max-width: 80px;
    }

    .stage-card {
        width: 220px;
        padding: 16px;
        border-radius: 18px;
        gap: 15px;
    }

    .stage-content h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .stage-content p {
        font-size: 12px;
        line-height: 120%;
    }
}

@media (min-width: 992px) {
    .stages-title {
        font-size: 36px;
        text-align: left;
    }

    .stages-wrapper {
        min-height: 600px;
    }

    .stages-cards {
        min-height: 600px;
    }

    .stages-center-icon img {
        max-width: 100px;
    }

    .stage-card {
        width: 250px;
        padding: 18px;
        border-radius: 20px;
    }

    .stage-content h4 {
        font-size: 17px;
    }

    .stage-content p {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    .stage-card {
        width: 260px;
        padding: 18px;
    }

    .stage-content h4 {
        font-size: 18px;
    }

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

@media (min-width: 1440px) {
    .stages-section {
        padding: 100px 0;
    }

    .stages-title {
        font-size: 48px;
        line-height: 110%;
        letter-spacing: -0.02em;
        margin-bottom: 48px;
        max-width: 488px;
    }

    .stages-wrapper {
        min-height: 650px;
    }

    .stages-cards {
        min-height: 650px;
    }

    .stages-center-icon img {
        max-width: 120px;
    }

    .stage-card {
        width: 280px;
        padding: 20px;
        border-radius: 20px;
        gap: 15px;
    }

    .stage-content h4 {
        font-size: 18px;
        line-height: 100%;
        letter-spacing: -0.03em;
        margin-bottom: 12px;
    }

    .stage-content p {
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.03em;
    }
}

@media (max-width: 1200px) {
    .stage-card[data-stage="1"] { right: 10%; }
    .stage-card[data-stage="2"] { left: 2%; }
    .stage-card[data-stage="3"] { right: 10%; }
    .stage-card[data-stage="4"] { left: 10%; }
    .stage-card[data-stage="5"] { right: 20%; }
}

@media (max-width: 992px) {
    .stage-card[data-stage="1"] { top: 2%; right: 5%; }
    .stage-card[data-stage="2"] { top: 10%; left: 0; }
    .stage-card[data-stage="3"] { bottom: 30%; right: 5%; }
    .stage-card[data-stage="4"] { bottom: 25%; left: 5%; }
    .stage-card[data-stage="5"] { bottom: 5%; right: 15%; }
}

@media (max-width: 768px) {
    .stage-card[data-stage="1"] { top: 0; right: 0; }
    .stage-card[data-stage="2"] { top: 5%; left: -10px; }
    .stage-card[data-stage="3"] { bottom: 35%; right: 0; }
    .stage-card[data-stage="4"] { bottom: 30%; left: -10px; }
    .stage-card[data-stage="5"] { bottom: 10%; right: 10%; }
}

@media (max-width: 576px) {
    .stages-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .stages-wrapper {
        min-height: 550px;
        overflow: visible;
    }

    .stages-wrapper::before {
        top: 0;
        right: 0;
    }

    .stage-card {
        width: 170px;
        padding: 12px;
    }

    .stage-content h4 {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .stage-content p {
        font-size: 10px;
        line-height: 1.3;
    }

    .stage-card[data-stage="1"] {
        top: 15%;
        right: 30%;
        transform: translate(50%, 0);
    }

    .stage-card[data-stage="2"] {
        top: 25%;
        left: 27%;
        transform: translate(-50%, 0);
    }

    .stage-card[data-stage="3"] {
        right: 30%;
        transform: translate(50%, 60%);
    }

    .stage-card[data-stage="4"] {
        bottom: 15%;
        left: 27%;
        transform: translate(-50%, 0);
    }

    .stage-card[data-stage="5"] {
        bottom: 5%;
        left: 50%;
        transform: translate(-50%, 60%);
    }

    .stages-center-icon img {
        max-width: 50px;
    }
}

@media (max-width: 480px) {
    .stages-wrapper {
        min-height: 520px;
    }

    .stage-card {
        width: 150px;
        padding: 10px;
    }

    .stage-content h4 {
        font-size: 12px;
    }

    .stage-content p {
        font-size: 9px;
    }

    .stage-card[data-stage="1"] { top: 25%; right: 30%; }
    .stage-card[data-stage="2"] { top: 30%; left: 25%; }
    .stage-card[data-stage="3"] { top: 48%; right: 30%; }
    .stage-card[data-stage="4"] { bottom: 20%; left: 25%; }
    .stage-card[data-stage="5"] { bottom: 8%; left: 50%; }

    .stages-center-icon img {
        max-width: 45px;
    }
}

@media (min-width: 401px) and (max-width: 440px) {
    .stages-wrapper {
        min-height: 540px;
    }

    .stage-card {
        width: 145px;
        padding: 10px;
    }

    .stage-content h4 {
        font-size: 12px;
        margin-bottom: 7px;
    }

    .stage-content p {
        font-size: 9px;
    }

    .stage-card[data-stage="1"] { top: 22%; right: 28%; }
    .stage-card[data-stage="2"] { top: 28%; left: 23%; }
    .stage-card[data-stage="3"] { top: 46%; right: 28%; }
    .stage-card[data-stage="4"] { bottom: 22%; left: 23%; }
    .stage-card[data-stage="5"] { bottom: 10%; left: 50%; }

    .stages-center-icon img {
        max-width: 45px;
    }
}

@media (max-width: 400px) {
    .stages-wrapper {
        min-height: 500px;
    }

    .stage-card {
        width: 135px;
        padding: 8px;
    }

    .stage-content h4 {
        font-size: 11px;
        margin-bottom: 6px;
    }

    .stage-content p {
        font-size: 9px;
    }

    .stage-card[data-stage="1"] { top: 20%; right: 25%; }
    .stage-card[data-stage="2"] { top: 30%; left: 20%; }
    .stage-card[data-stage="3"] { right: 25%; }
    .stage-card[data-stage="4"] { bottom: 20%; left: 20%; }
    .stage-card[data-stage="5"] { bottom: 10%; left: 50%; }

    .stages-center-icon img {
        max-width: 40px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .stage-card {
        width: 200px;
    }

    .stage-content h4 {
        font-size: 15px;
    }

    .stage-content p {
        font-size: 11px;
    }
}
/* End */


/* Start:/local/templates/integration.freesystems.ru/components/bitrix/news.list/cases/style.css?178065958810044*/
.info-section {
    padding: 40px 0;
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.info-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #0D2041;
    max-width: 100%;
}

.info-title .highlight {
    color: #005AF3;
}

.info-content {
    position: relative;
}

.info-content .highlight {
    color: #005AF3;
}

.info-subtitle {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    margin: 0 0 20px 0;
    max-width: 100%;
}

.info-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #0D2041;
    margin: 0 0 24px 0;
    max-width: 100%;
}

/* Сепаратор */
.info-separator {
    height: 1px;
    background: #025EF2;
    margin-bottom: 20px;
}

.info-list-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #0D2041;
    margin: 0 0 16px 0;
}

.info-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.info-tag {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    background: #FFFFFF;
    border-radius: 30px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #025EF2;
    transition: all 0.3s ease;
    cursor: default;
}

.info-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(2, 94, 242, 0.2);
}

.info-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    gap: 10px;
    background: #005AF3;
    border-radius: 10px;
    border: none;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
}

.info-btn:hover {
    background: #0040b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 90, 243, 0.3);
}

.desktop-btn-wrapper {
    display: block;
}

.mobile-btn-wrapper {
    display: none;
}

/* Правый col - изображение */
.info-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.info-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.info-row-bg {
    background: #F6F6F6;
    border-radius: 20px;
    padding: 24px;
}

@media (min-width: 380px) {
    .info-title {
        font-size: 24px;
    }

    .info-subtitle {
        font-size: 20px;
    }

    .info-text {
        font-size: 12px;
    }

    .info-list-title {
        font-size: 14px;
    }

    .info-tag {
        font-size: 10px;
        padding: 8px 16px;
    }

    .info-btn {
        font-size: 12px;
        padding: 12px 24px;
    }
}

@media (min-width: 576px) {
    .info-section {
        padding: 60px 0;
    }

    .info-title {
        font-size: 20px;
    }

    .info-subtitle {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .info-text {
        font-size: 12px;
        margin-bottom: 28px;
    }

    .info-list-title {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .info-tags {
        gap: 10px;
        margin-bottom: 28px;
    }

    .info-tag {
        font-size: 10px;
        padding: 8px 20px;
    }

    .info-btn {
        font-size: 12px;
        padding: 12px 24px;
    }

    .info-row-bg {
        padding: 24px;
    }
}

@media (min-width: 768px) {
    .info-section {
        padding: 80px 0;
    }

    .info-title {
        font-size: 24px;
        max-width: 354px;
    }

    .info-subtitle {
        font-size: 24px;
        margin-bottom: 24px;
        max-width: 678px;
    }

    .info-text {
        font-size: 14px;
        margin-bottom: 32px;
        max-width: 497px;
    }

    .info-separator {
        margin-bottom: 24px;
    }

    .info-list-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .info-tags {
        gap: 12px;
        margin-bottom: 32px;
    }

    .info-tag {
        font-size: 12px;
        padding: 10px 24px;
    }

    .info-btn {
        font-size: 14px;
        padding: 14px 28px;
    }

    .info-row-bg {
        padding: 32px;
        border-radius: 20px;
    }
}

@media (min-width: 992px) {
    .info-title {
        font-size: 36px;
    }

    .info-subtitle {
        font-size: 28px;
    }

    .info-text {
        font-size: 16px;
    }

    .info-list-title {
        font-size: 18px;
    }

    .info-tag {
        font-size: 13px;
        padding: 11px 26px;
    }

    .info-btn {
        font-size: 14px;
        padding: 16px 32px;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .info-subtitle {
        font-size: 32px;
    }

    .info-text {
        font-size: 18px;
    }

    .info-list-title {
        font-size: 20px;
    }

    .info-tag {
        font-size: 14px;
        padding: 12px 28px;
    }

    .info-btn {
        font-size: 15px;
        padding: 18px 36px;
    }
}

@media (min-width: 1440px) {
    .info-section {
        padding: 100px 0;
    }

    .info-title {
        font-size: 48px;
        line-height: 110%;
        letter-spacing: -0.02em;
        max-width: 354px;
    }

    .info-subtitle {
        font-size: 40px;
        line-height: 110%;
        letter-spacing: -0.02em;
        margin-bottom: 24px;
        max-width: 678px;
    }

    .info-text {
        font-size: 20px;
        line-height: 120%;
        letter-spacing: -0.03em;
        margin-bottom: 40px;
        max-width: 497px;
    }

    .info-separator {
        margin-bottom: 30px;
    }

    .info-list-title {
        font-size: 24px;
        line-height: 110%;
        letter-spacing: -0.02em;
        margin-bottom: 20px;
    }

    .info-tags {
        gap: 15px;
        margin-bottom: 40px;
    }

    .info-tag {
        font-size: 14px;
        line-height: 110%;
        letter-spacing: -0.02em;
        padding: 14px 32px 13px;
        border-radius: 30px;
    }

    .info-btn {
        font-size: 20px;
        line-height: 120%;
        letter-spacing: -0.02em;
        padding: 20px 40px;
        border-radius: 10px;
    }

    .info-row-bg {
        padding: 40px;
        border-radius: 24px;
    }
}

@media (max-width: 992px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .info-image {
        margin-top: 20px;
    }

    .desktop-btn-wrapper {
        display: none;
    }

    .mobile-btn-wrapper {
        display: block;
        margin-top: 20px;
    }

    .mobile-btn-wrapper .info-btn {
        display: flex;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .info-section {
        padding: 40px 0;
    }

    .info-title {
        font-size: 20px;
    }

    .info-subtitle {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .info-text {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .info-list-title {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .info-tags {
        gap: 8px;
        margin-bottom: 20px;
    }

    .info-tag {
        font-size: 9px;
        padding: 6px 12px;
    }

    .info-btn {
        font-size: 11px;
        padding: 10px 20px;
    }

    .info-row-bg {
        padding: 20px;
        border-radius: 16px;
    }

    .info-separator {
        margin-bottom: 16px;
    }
}

@media (max-width: 380px) {
    .info-section {
        padding: 30px 0;
    }

    .info-title {
        font-size: 18px;
    }

    .info-subtitle {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .info-text {
        font-size: 11px;
        margin-bottom: 16px;
    }

    .info-list-title {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .info-tags {
        gap: 6px;
        margin-bottom: 16px;
    }

    .info-tag {
        font-size: 8px;
        padding: 5px 10px;
    }

    .info-btn {
        font-size: 10px;
        padding: 8px 16px;
    }

    .info-row-bg {
        padding: 16px;
        border-radius: 14px;
    }
}

.modal-content {
    border-radius: 20px;
    border: none;
}

.modal-header {
    padding: 24px 32px;
    border-bottom: 1px solid #E5E5E5;
}

.modal-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #0D2041;
}

.modal-body {
    padding: 32px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #0D2041;
}

@media (max-width: 576px) {
    .modal-header {
        padding: 16px 20px;
    }

    .modal-title {
        font-size: 18px;
    }

    .modal-body {
        padding: 20px;
        font-size: 14px;
    }
}
/* End */


/* Start:/local/templates/integration.freesystems.ru/components/bitrix/news.list/faq/style.css?17827245717771*/
/* Блок с FAQ */
.faq-section {
    padding: 40px 0;
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.faq-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #0D2041;
    margin: 0 0 32px 0;
    max-width: 100%;
}

.faq-title .highlight {
    color: #005AF3;
}

/* Аккордеон */
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Элемент аккордеона */
.faq-item {
    background: #F6F6F6;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question h4 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #0D2041;
    margin: 0;
    flex: 1;
}

/* Иконка (+ / -) */
.faq-icon {
    position: relative;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    background: #005AF3;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.faq-icon::before {
    width: 12px;
    height: 2px;
}

.faq-icon::after {
    width: 2px;
    height: 12px;
}

/* Активный элемент - иконка минус */
.faq-item.active .faq-icon::after {
    transform: scale(0);
}

.faq-answer {
    height: 0;
    max-height: none;
    overflow: hidden;
    padding: 0 20px;
    transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: height;
}

.faq-answer p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #4B5563;
    margin: 0;
    padding-bottom: 16px;
}

.faq-question {
    user-select: none;
}

.faq-question:hover {
    background: rgba(0, 90, 243, 0.05);
}

.faq-item.active .faq-icon::after {
    transform: scale(0);
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

/* Hover эффект */
.faq-question:hover {
    background: rgba(0, 90, 243, 0.05);
}

@media (min-width: 380px) {
    .faq-title {
        font-size: 24px;
        letter-spacing: -0.02em;
    }

    .faq-question h4 {
        font-size: 14px;
    }

    .faq-answer p {
        font-size: 12px;
    }
}

@media (min-width: 576px) {
    .faq-section {
        padding: 60px 0;
    }

    .faq-title {
        font-size: 20px;
        margin-bottom: 36px;
    }

    .faq-accordion {
        gap: 12px;
    }

    .faq-item {
        border-radius: 16px;
    }

    .faq-question {
        padding: 16px 24px;
    }

    .faq-question h4 {
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.03em;
    }

    .faq-icon {
        width: 20px;
        height: 20px;
    }

    .faq-icon::before {
        width: 12px;
        height: 2px;
    }

    .faq-icon::after {
        width: 2px;
        height: 12px;
    }

    .faq-answer {
        padding: 0 24px;
    }

    .faq-answer p {
        font-size: 12px;
        line-height: 120%;
        letter-spacing: -0.03em;
        padding-bottom: 16px;
    }

    .faq-item.active .faq-answer {
        max-height: 300px;
    }
}

@media (min-width: 768px) {
    .faq-section {
        padding: 80px 0;
    }

    .faq-title {
        font-size: 24px;
        letter-spacing: -0.02em;
        margin-bottom: 40px;
        max-width: 629px;
    }

    .faq-accordion {
        gap: 16px;
    }

    .faq-item {
        border-radius: 20px;
    }

    .faq-question {
        padding: 20px 32px;
    }

    .faq-question h4 {
        font-size: 16px;
        line-height: 120%;
        letter-spacing: -0.02em;
    }

    .faq-icon {
        width: 24px;
        height: 24px;
    }

    .faq-icon::before {
        width: 14px;
        height: 2px;
    }

    .faq-icon::after {
        width: 2px;
        height: 14px;
    }

    .faq-answer {
        padding: 0 32px;
    }

    .faq-answer p {
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.02em;
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .faq-title {
        font-size: 32px;
    }

    .faq-question h4 {
        font-size: 17px;
    }

    .faq-answer p {
        font-size: 15px;
    }
}

@media (min-width: 1440px) {
    .faq-section {
        padding: 100px 0;
    }

    .faq-title {
        font-size: 48px;
        line-height: 110%;
        letter-spacing: -0.02em;
        margin-bottom: 48px;
        max-width: 629px;
    }

    .faq-accordion {
        gap: 16px;
    }

    .faq-item {
        border-radius: 20px;
    }

    .faq-question {
        padding: 20px 32px;
    }

    .faq-question h4 {
        font-size: 20px;
        line-height: 120%;
        letter-spacing: -0.02em;
    }

    .faq-icon {
        width: 24px;
        height: 24px;
    }

    .faq-icon::before {
        width: 14px;
        height: 2px;
    }

    .faq-icon::after {
        width: 2px;
        height: 14px;
    }

    .faq-answer {
        padding: 0 32px;
    }

    .faq-answer p {
        font-size: 16px;
        line-height: 140%;
        letter-spacing: -0.02em;
        padding-bottom: 24px;
    }

    .faq-item.active .faq-answer {
        max-height: 400px;
    }
}
@media (max-width: 992px) {
    .faq-title {
        text-align: left;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .faq-title {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .faq-section {
        padding: 40px 0;
    }

    .faq-title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .faq-accordion {
        gap: 10px;
    }

    .faq-item {
        border-radius: 14px;
    }

    .faq-question {
        padding: 14px 16px;
    }

    .faq-question h4 {
        font-size: 13px;
    }

    .faq-icon {
        width: 18px;
        height: 18px;
    }

    .faq-icon::before {
        width: 10px;
        height: 2px;
    }

    .faq-icon::after {
        width: 2px;
        height: 10px;
    }

    .faq-answer {
        padding: 0 16px;
    }

    .faq-answer p {
        font-size: 11px;
        padding-bottom: 14px;
    }
}

@media (max-width: 380px) {
    .faq-section {
        padding: 30px 0;
    }

    .faq-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .faq-accordion {
        gap: 8px;
    }

    .faq-item {
        border-radius: 12px;
    }

    .faq-question {
        padding: 12px 14px;
    }

    .faq-question h4 {
        font-size: 12px;
    }

    .faq-icon {
        width: 16px;
        height: 16px;
    }

    .faq-icon::before {
        width: 8px;
        height: 2px;
    }

    .faq-icon::after {
        width: 2px;
        height: 8px;
    }

    .faq-answer {
        padding: 0 14px;
    }

    .faq-answer p {
        font-size: 10px;
        line-height: 130%;
        padding-bottom: 12px;
    }
}
/* End */


/* Start:/local/templates/integration.freesystems.ru/components/bitrix/news.list/about/style.css?17806699545029*/
/* Блок О нас */
.stats-section {
    padding: 40px 0;
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.stats-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #0D2041;
    margin: 0 0 32px 0;
    max-width: 100%;
}

.stats-card {
    background: linear-gradient(104.04deg, #025EF2 16.93%, #3AC8C8 198.52%);
    border-radius: 16px;
    padding: 24px 16px;
    text-align: center;
    transition: all 0.3s ease;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.stats-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 90, 243, 0.2);
}

.stats-number {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.stats-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.9);
    max-width: 90%;
}

@media (min-width: 380px) {
    .stats-title {
        font-size: 24px;
        letter-spacing: -0.02em;
    }

    .stats-number {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .stats-text {
        font-size: 8px;
    }

    .stats-card {
        padding: 0;
        min-height: 120px;
        border-radius: 16px;
    }
}

@media (min-width: 576px) {
    .stats-section {
        padding: 60px 0;
    }

    .stats-title {
        font-size: 20px;
        margin-bottom: 36px;
    }

    .stats-number {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .stats-text {
        font-size: 10px;
        line-height: 120%;
        letter-spacing: -0.03em;
    }

    .stats-card {
        min-height: 140px;
        border-radius: 18px;
    }
}

@media (min-width: 768px) {
    .stats-section {
        padding: 80px 0;
    }

    .stats-title {
        font-size: 24px;
        letter-spacing: -0.02em;
        margin-bottom: 40px;
    }

    .stats-number {
        font-size: 50px;
        margin-bottom: 16px;
    }

    .stats-text {
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.03em;
    }

    .stats-card {
        padding: 32px 20px;
        min-height: 220px;
        border-radius: 20px;
    }
}

@media (min-width: 992px) {
    .stats-title {
        font-size: 32px;
    }

    .stats-number {
        font-size: 60px;
    }

    .stats-text {
        font-size: 15px;
    }

    .stats-card {
        min-height: 230px;
        padding: 32px 24px;
    }
}

@media (min-width: 1200px) {
    .stats-number {
        font-size: 80px;
    }

    .stats-text {
        font-size: 16px;
    }

    .stats-card {
        min-height: 240px;
    }
}

@media (min-width: 1440px) {
    .stats-section {
        padding: 100px 0;
    }

    .stats-title {
        font-size: 48px;
        line-height: 110%;
        letter-spacing: -0.02em;
        margin-bottom: 48px;
    }

    .stats-number {
        font-size: 100px;
        line-height: 120%;
        letter-spacing: 0;
        margin-bottom: 20px;
    }

    .stats-text {
        font-size: 16px;
        line-height: 120%;
        letter-spacing: -0.02em;
    }

    .stats-card {
        padding: 32px 20px;
        min-height: 250px;
        border-radius: 20px;
    }
}

@media (min-width: 381px) {
    .stats-section .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 380px) {
    .stats-section {
        padding: 30px 0;
    }

    .stats-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .stats-section .row > div:nth-child(1),
    .stats-section .row > div:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .stats-section .row > div:nth-child(3) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .stats-section .row > div:nth-child(n+4) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .stats-number {
        font-size: 32px;
        margin-bottom: 8px;
    }

    .stats-text {
        font-size: 10px;
        line-height: 130%;
    }

    .stats-card {
        padding: 16px 10px;
        min-height: 140px;
        border-radius: 12px;
    }

    .stats-card:hover {
        transform: translateY(-5px);
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .stats-number {
        font-size: 48px;
    }

    .stats-text {
        font-size: 13px;
    }

    .stats-card {
        min-height: 180px;
    }
}
/* End */


/* Start:/local/templates/integration.freesystems.ru/components/bitrix/news.list/services/style.css?178065999311883*/
.content-tabs-section {
    padding: 40px 0;
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.content-tabs-grid {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.content-card-wrapper {
    flex: 2;
}

.cards-stack {
    position: relative;
}

.stack-card {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.stack-card.active {
    position: relative;
    left: 0;
    transform: translateX(0);
    z-index: 10 !important;
}

.stack-card:not(.active) {
    opacity: 1;
    visibility: visible;
}

.stack-card[data-stack]:not(.active):nth-child(1) {
    width: 98%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.stack-card[data-stack]:not(.active):nth-child(2) {
    width: 94%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
}

.stack-card[data-stack]:not(.active):nth-child(3) {
    width: 88%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 7;
}

.stack-card[data-stack]:not(.active):nth-child(4) {
    width: 82%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
}

.stack-card[data-stack]:not(.active):nth-child(5) {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

/* Смещение по Y для создания стопки */
.stack-card[data-stack]:not(.active):nth-child(1) {
    transform: translateX(-50%) translateY(-12px);
}

.stack-card[data-stack]:not(.active):nth-child(2) {
    transform: translateX(-50%) translateY(-24px);
}

.stack-card[data-stack]:not(.active):nth-child(3) {
    transform: translateX(-50%) translateY(-36px);
}

.stack-card[data-stack]:not(.active):nth-child(4) {
    transform: translateX(-50%) translateY(-48px);
}

.stack-card[data-stack]:not(.active):nth-child(5) {
    transform: translateX(-50%) translateY(-60px);
}

/* Разные оттенки для карточек в стопке */
.stack-card[data-stack]:not(.active):nth-child(1) .content-card {
    background: #F0F0F0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.stack-card[data-stack]:not(.active):nth-child(2) .content-card {
    background: #E8E8E8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.stack-card[data-stack]:not(.active):nth-child(3) .content-card {
    background: #E0E0E0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.11);
}

.stack-card[data-stack]:not(.active):nth-child(4) .content-card {
    background: #D8D8D8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
}

.stack-card[data-stack]:not(.active):nth-child(5) .content-card {
    background: #D0D0D0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.17);
}

/* Текст на неактивных карточках */
.stack-card[data-stack]:not(.active):nth-child(1) .content-card-title,
.stack-card[data-stack]:not(.active):nth-child(1) .content-card-text {
    color: #C0C0C0;
}

.stack-card[data-stack]:not(.active):nth-child(2) .content-card-title,
.stack-card[data-stack]:not(.active):nth-child(2) .content-card-text {
    color: #B0B0B0;
}

.stack-card[data-stack]:not(.active):nth-child(3) .content-card-title,
.stack-card[data-stack]:not(.active):nth-child(3) .content-card-text {
    color: #A0A0A0;
}

.stack-card[data-stack]:not(.active):nth-child(4) .content-card-title,
.stack-card[data-stack]:not(.active):nth-child(4) .content-card-text {
    color: #909090;
}

.stack-card[data-stack]:not(.active):nth-child(5) .content-card-title,
.stack-card[data-stack]:not(.active):nth-child(5) .content-card-text {
    color: #808080;
}

/* Анимация появления активной карточки */
.stack-card.active .content-card {
    animation: cardAppear 0.4s ease forwards;
}

@keyframes cardAppear {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.content-card {
    background: #025EF2;
    border-radius: 16px;
    padding: 24px;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.content-card-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0 0 16px 0;
}

.content-card-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.content-tabs-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.content-tab {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    gap: 8px;
    background: #F6F6F6;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #0D2041;
    width: auto;
    max-width: 100%;
    white-space: nowrap;
}

/* Активный таб */
.content-tab.active {
    background: #025EF2;
    color: #FFFFFF;
}

.content-tab:hover {
    transform: translateX(8px);
    box-shadow: 0 4px 15px rgba(2, 94, 242, 0.2);
}

.content-card {
    transition: background 0.3s ease;
}

.content-card-title,
.content-card-text {
    transition: opacity 0.3s ease;
}

@media (min-width: 380px) {
    .content-card-title {
        font-size: 20px;
    }

    .content-card-text {
        font-size: 14px;
    }

    .content-tab {
        font-size: 12px;
        padding: 8px 20px;
    }
}

@media (min-width: 576px) {
    .content-tabs-section {
        padding: 60px 0;
    }

    .content-tabs-grid {
        gap: 24px;
    }

    .content-card {
        padding: 28px;
        border-radius: 18px;
        min-height: 250px;
    }

    .content-card-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .content-card-text {
        font-size: 14px;
    }

    .content-tabs-wrapper {
        gap: 12px;
    }

    .content-tab {
        font-size: 10px;
        padding: 8px 20px;
        border-radius: 30px;
    }

    .content-tab:hover {
        transform: translateX(8px);
    }

    .stack-card:not(.active) {
        transform: scale(0.97) translateY(-6px);
    }
}

@media (min-width: 768px) {
    .content-tabs-section {
        padding: 80px 0;
    }

    .content-tabs-grid {
        gap: 30px;
    }

    .content-card {
        padding: 32px;
        border-radius: 20px;
        min-height: 260px;
    }

    .content-card-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .content-card-text {
        font-size: 16px;
        line-height: 120%;
        letter-spacing: -0.02em;
    }

    .content-tabs-wrapper {
        gap: 15px;
    }

    .content-tab {
        font-size: 14px;
        padding: 10px 28px;
        border-radius: 30px;
    }

    .content-tab:hover {
        transform: translateX(10px);
    }

    .stack-card:not(.active) {
        transform: scale(0.96) translateY(-8px);
    }
}

@media (min-width: 992px) {
    .content-card-title {
        font-size: 28px;
    }

    .content-card-text {
        font-size: 17px;
    }

    .content-tab {
        font-size: 14px;
        padding: 10px 28px;
    }

    .stack-card:not(.active):nth-child(2) {
        transform: scale(0.97) translateY(-4px);
    }

    .stack-card:not(.active):nth-child(3) {
        transform: scale(0.98) translateY(-2px);
    }
}

@media (min-width: 1200px) {
    .content-card-title {
        font-size: 32px;
    }

    .content-card-text {
        font-size: 18px;
    }

    .content-tab {
        font-size: 15px;
        padding: 11px 32px 12px;
    }
}

@media (min-width: 1440px) {
    .content-tabs-section {
        padding: 100px 0;
    }

    .content-tabs-grid {
        gap: 30px;
    }

    .content-card {
        padding: 40px;
        border-radius: 20px;
        min-height: 276px;
    }

    .content-card-title {
        font-size: 40px;
        line-height: 120%;
        letter-spacing: -0.02em;
        margin-bottom: 20px;
    }

    .content-card-text {
        font-size: 20px;
        line-height: 120%;
        letter-spacing: -0.02em;
    }

    .content-tabs-wrapper {
        gap: 15px;
    }

    .content-tab {
        font-size: 16px;
        line-height: 120%;
        letter-spacing: -0.02em;
        padding: 12px 36px;
        border-radius: 30px;
    }

    .content-tab:hover {
        transform: translateX(10px);
    }
}

@media (max-width: 1200px) {
    .content-card {
        min-height: auto;
    }
}

@media (max-width: 992px) {
    .content-card-title {
        font-size: 28px;
    }
    .content-card-text {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .content-card {
        padding: 24px;
    }
    .content-card-title {
        font-size: 24px;
    }
    .content-card-text {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .content-tabs-section {
        padding: 40px 0;
    }

    .cards-stack {
        min-height: auto;
    }

    .content-card {
        padding: 20px;
        border-radius: 16px;
    }

    .content-card-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .content-card-text {
        font-size: 13px;
    }

    .content-tab {
        padding: 7px 18px;
        font-size: 11px;
    }
}

@media (max-width: 506px) {
    .content-tabs-grid {
        flex-direction: column;
        gap: 24px;
    }

    .content-card-wrapper {
        flex: auto;
        order: 2;
    }

    .content-tabs-wrapper {
        flex: auto;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-start;
        order: 1;
    }

    .content-tab {
        width: auto;
        white-space: nowrap;
    }

    .content-tab:hover {
        transform: translateY(-3px);
        transform: translateX(0);
    }

    .content-card {
        padding: 20px;
    }

    .content-card-title {
        font-size: 20px;
    }

    .content-card-text {
        font-size: 13px;
    }

    .cards-stack {
        position: static;
        min-height: auto;
    }

    .stack-card {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        margin-bottom: 16px;
    }

    .stack-card:not(.active) {
        display: none;
    }

    .stack-card:not(.active) .content-card {
        background: #025EF2;
    }
}

@media (max-width: 380px) {
    .content-tabs-section {
        padding: 30px 0;
    }

    .content-tabs-grid {
        gap: 20px;
    }

    .content-tabs-wrapper {
        gap: 8px;
    }

    .content-tab {
        padding: 5px 12px;
        font-size: 9px;
        border-radius: 25px;
    }

    .content-card {
        padding: 16px;
        border-radius: 14px;
    }

    .content-card-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .content-card-text {
        font-size: 12px;
        line-height: 130%;
    }
}
/* End */


/* Start:/local/templates/integration.freesystems.ru/components/bitrix/news.list/logos/style.css?17806533542889*/
.logos-section {
    padding: 40px 0;
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.logos-carousel-wrapper {
    position: relative;
    padding: 0 40px;
}

.logos-carousel-wrapper .carousel-inner {
    padding: 10px 0;
}

.logos-slide-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.logo-slide-item {
    flex: 1;
    text-align: center;
}

.logo-item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    min-height: 80px;
}

.logo-item img {
    max-width: 100%;
    height: auto;
    max-height: 40px;
    transition: all 0.3s ease;
    object-fit: contain;
}

.logo-item:hover img {
    transform: translateY(-5px);
}

.logos-carousel-wrapper .carousel-control-prev,
.logos-carousel-wrapper .carousel-control-next,
.logos-carousel-wrapper .carousel-indicators {
    display: none !important;
}

@media (min-width: 1440px) {
    .logos-section {
        padding: 60px 0;
    }
    .logo-item img {
        max-height: 60px;
    }
    .logo-item {
        min-height: 100px;
    }
    .logos-slide-container {
        gap: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1439px) {
    .logos-section {
        padding: 50px 0;
    }
    .logo-item img {
        max-height: 50px;
    }
    .logo-item {
        min-height: 90px;
    }
    .logos-slide-container {
        gap: 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .logos-section {
        padding: 40px 0;
    }
    .logo-item img {
        max-height: 45px;
    }
    .logo-item {
        min-height: 80px;
    }
    .logos-slide-container {
        gap: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .logos-section {
        padding: 30px 0;
    }
    .logo-item img {
        max-height: 40px;
    }
    .logo-item {
        min-height: 70px;
    }
    .logos-carousel-wrapper {
        padding: 0 30px;
    }
    .logos-slide-container {
        gap: 25px;
    }
}

@media (min-width: 380px) and (max-width: 575px) {
    .logos-section {
        padding: 25px 0;
    }
    .logo-item img {
        max-height: 35px;
    }
    .logo-item {
        min-height: 60px;
    }
    .logos-carousel-wrapper {
        padding: 0 25px;
    }
    .logos-slide-container {
        gap: 20px;
    }
}

@media (max-width: 380px) {
    .logos-section {
        padding: 20px 0;
    }
    .logo-item img {
        max-height: 30px;
    }
    .logo-item {
        min-height: 50px;
    }
    .logos-carousel-wrapper {
        padding: 0 15px;
    }
    .logos-slide-container {
        gap: 15px;
    }
}
/* End */


/* Start:/local/templates/integration.freesystems.ru/components/bitrix/news.list/partners/style.css?17806594343809*/
/* Блок с партнерами */
.partners-section {
    padding: 40px 0;
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.partners-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #0D2041;
    margin: 0 0 32px 0;
    max-width: 100%;
}

.partners-title .highlight {
    color: #005AF3;
}

.partners-carousel-wrapper {
    position: relative;
    padding: 0 40px;
}

.partners-carousel-wrapper .carousel-inner {
    padding: 10px 0;
}

.partners-slide-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.partner-slide-item {
    flex: 1;
    text-align: center;
}

/* Элемент логотипа партнера */
.partner-item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    min-height: 80px;
}

.partner-item img {
    max-width: 100%;
    height: auto;
    max-height: 40px;
    transition: all 0.3s ease;
    object-fit: contain;
    opacity: 0.7;
}

.partner-item:hover img {
    transform: translateY(-5px);
    opacity: 1;
}

.partners-carousel-wrapper .carousel-control-prev,
.partners-carousel-wrapper .carousel-control-next,
.partners-carousel-wrapper .carousel-indicators {
    display: none !important;
}

@media (min-width: 1440px) {
    .partners-section {
        padding: 60px 0;
    }
    .partners-title {
        font-size: 48px;
        max-width: 340px;
    }
    .partner-item img {
        max-height: 60px;
    }
    .partner-item {
        min-height: 100px;
    }
    .partners-slide-container {
        gap: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1439px) {
    .partners-section {
        padding: 50px 0;
    }
    .partners-title {
        font-size: 36px;
    }
    .partner-item img {
        max-height: 50px;
    }
    .partner-item {
        min-height: 90px;
    }
    .partners-slide-container {
        gap: 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .partners-section {
        padding: 40px 0;
    }
    .partners-title {
        font-size: 24px;
    }
    .partner-item img {
        max-height: 45px;
    }
    .partner-item {
        min-height: 80px;
    }
    .partners-slide-container {
        gap: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .partners-section {
        padding: 30px 0;
    }
    .partners-title {
        font-size: 20px;
    }
    .partner-item img {
        max-height: 40px;
    }
    .partner-item {
        min-height: 70px;
    }
    .partners-carousel-wrapper {
        padding: 0 30px;
    }
    .partners-slide-container {
        gap: 25px;
    }
}

@media (min-width: 380px) and (max-width: 575px) {
    .partners-section {
        padding: 25px 0;
    }
    .partners-title {
        font-size: 24px;
    }
    .partner-item img {
        max-height: 35px;
    }
    .partner-item {
        min-height: 60px;
    }
    .partners-carousel-wrapper {
        padding: 0 25px;
    }
    .partners-slide-container {
        gap: 20px;
    }
}

@media (max-width: 380px) {
    .partners-section {
        padding: 20px 0;
    }
    .partners-title {
        font-size: 18px;
    }
    .partner-item img {
        max-height: 30px;
    }
    .partner-item {
        min-height: 50px;
    }
    .partners-carousel-wrapper {
        padding: 0 15px;
    }
    .partners-slide-container {
        gap: 15px;
    }
}
/* End */
/* /local/templates/integration.freesystems.ru/components/bitrix/news.list/hero/style.css?17827289053199 */
/* /local/templates/integration.freesystems.ru/components/bitrix/news.list/problem/style.css?17806659364535 */
/* /local/templates/integration.freesystems.ru/components/bitrix/news.list/advantages/style.css?178048740111713 */
/* /local/templates/integration.freesystems.ru/components/bitrix/news.list/prof-settings/style.css?17833387699927 */
/* /local/templates/integration.freesystems.ru/components/bitrix/news.list/tariffs/style.css?178066145312542 */
/* /local/templates/integration.freesystems.ru/components/bitrix/news.list/personal-settings/style.css?178065085210537 */
/* /local/templates/integration.freesystems.ru/components/bitrix/news.list/cases/style.css?178065958810044 */
/* /local/templates/integration.freesystems.ru/components/bitrix/news.list/faq/style.css?17827245717771 */
/* /local/templates/integration.freesystems.ru/components/bitrix/news.list/about/style.css?17806699545029 */
/* /local/templates/integration.freesystems.ru/components/bitrix/news.list/services/style.css?178065999311883 */
/* /local/templates/integration.freesystems.ru/components/bitrix/news.list/logos/style.css?17806533542889 */
/* /local/templates/integration.freesystems.ru/components/bitrix/news.list/partners/style.css?17806594343809 */
