    /*FAQ Section*/

    .faq__section {
        padding: 100px 0;
    }
    .faq__header-title {
        margin: 0;
        font-size: 40px;
        font-weight: 600;
        line-height: 120%;
    }

    .faq-full-description {
        margin: 30px;
    }

    .faq__header-title-bottom {
        margin-bottom: 60px;
    }

    .choose__block-image {
        bottom: 100px;
        position: absolute;
        left: 0;
    }

    .image-dist {
        width: 36px;
        height: 36px;
    }

    .faq__header-title span {
        font-style: italic;
        color: var(--blue);
    }

    .faq__small-title {
        margin-bottom: 40px;
        display: flex;
        align-items: center;
    }

    .faq__number-header {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 10px;
    }

    .choose {
        width: 100%;
        padding: 60px 0
    }

    .choose__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 160px
    }

    .choose__body-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 41px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .choose__body-text-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 4px;
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        color: #2c2c2c
    }



    .choose__body-text-soft span {
        margin-left: 0px
    }

    .choose__body-block {
        padding:  0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative
    }

    .choose__body-block .choose__img {
        width: 331px;
        height: 365px;
        position: absolute;
        left: 0px;
        top: 150px
    }

    .choose__body-block-start {
        font-weight: 600;
        display: flex;
        font-size: 40px;
        line-height: 120%;
        letter-spacing: -2%;
        margin: 0;
        gap: 20px;
    }



    .choose__body-block-start span {
        color: #000;
    }

    .choose__body-block-start span {
        max-width: none;
        font-size: 30px;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #2c2c2c
    }
    .choose__body-block-end {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative
    }

    .faq__section-second-list {
        width: 600px;
    }

    .faq__section-second-item .spoiler__content {
        display: block;
        max-width: 515px;
    }

    .faq__section-second .spoiler__icon {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: var(--main-trs);
        transition: var(--main-trs);
    }

    .faq__section-second .spoiler__icon svg {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transition: -webkit-transform 0.2s ease;
        transition: -webkit-transform 0.2s ease;
        transition: transform 0.2s ease;
        transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    }

    .faq__section-second .spoiler.spoiler--active .spoiler__icon {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: var(--blue);
        background-color: var(--blue-20);
    }

    .faq__section-second .spoiler.spoiler--active .spoiler__icon svg {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .choose__body-block-end-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        width: 600px;
        cursor: pointer;
        border-top: 1px solid rgba(4, 4, 4, .2);
        padding-top: 28px;
        padding-bottom: 28px;
        height: auto;
        overflow: hidden;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .choose__body-block-end-item-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 90%;
        user-select: none;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .choose__body-block-end-item-top span {
        font-size: 24px;
        font-weight: 500;
        line-height: 28.8px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #2c2c2c;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .choose__body-block-end-item-top-plus {
        width: 44px;
        height: 44px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .choose__body-block-end-item-top-plus .circle {
        position: absolute;
        width: 44px;
        height: 44px;
        background: rgba(0, 54, 246, .2);
        border-radius: 50%;
        z-index: -1;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        scale: 0
    }

    .google__body .line {
        margin-top: 0px
    }

    .choose__body-block-end-item-top-plus svg {
        width: 20px;
        height: 20px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .choose__body-block-end-item-bot {
        font-size: 16px;
        font-weight: 400;
        position: relative;
        height: auto;
        line-height: 19.2px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #2c2c2c;
        max-width: 515px;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        margin: 0;
    }

    .choose__body-block-end-item-bot ul li {
        list-style: none;
        list-style-position: inside;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.2px;
        letter-spacing: -0.02em;
        text-align: left
    }

    .choose__body-block-end-item.open .circle {
        scale: 1
    }

    .choose__body-block-end-item.open .choose__body-block-end-item-top-plus svg {
        rotate: 270deg
    }

    .choose__body-block-end-item.open .choose__body-block-end-item-top span {
        color: #4a5fe6
    }


    .questions {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    @media (max-width: 1024px) {
        .questions {
            padding-top: 60px;
        }

        .faq__header-title {
            margin: 0;
            font-size: 18px;
            font-weight: 600;
            line-height: 105%;
        }

        .faq__header-title-bottom {
            margin-bottom: 40px;
        }

        .choose__body-block-start {
            width: 60%;
        }

        .choose__block-image {
            bottom: 100px;
            position: absolute;
            width: 125px;
            top: 0;
            right: 0;
            left: auto;
            display: none;
        }

        .choose__body-block-end {
            margin-top: 16px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            position: relative
        }

        .faq__section-second-list {
            width: 100%;
        }

        .faq__section-second .spoiler__icon {
            right: -40px;
            width: 40px;
            height: 40px;
        }

        .faq__section-second .spoiler__icon svg {
            width: 16px;
            height: 16px;
        }

        .choose__body-block-end-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 0px;
            width: 100%;
            cursor: pointer;
            border-top: 1px solid rgba(4, 4, 4, .2);
            padding-top: 14px;
            padding-bottom: 14px;
            height: auto;
            overflow: hidden;
            -webkit-transition: all .3s ease;
            transition: all .3s ease
        }

        .choose__body-block-start svg {
            display: none;
        }

        .choose__body-block-start span {
            text-align: left;
        }

        .faq__header-title span {
            font-style: italic;
            color: var(--blue);
        }

        .faq__small-title {
            margin-bottom: 40px;
        }

        .faq__number-header {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            margin-bottom: 0px;
        }
    }

    .faq__section-second-item {
        padding: 0 30px;
        border-top: 1px solid var(--black-20);
        width: 100%;
    }

    .faq__section-second-item:last-of-type {
        border-bottom: 1px solid var(--black-20);
    }

    @media (max-width: 1024px) {
        .faq__section-second-item {
            padding: 0 55px 0 15px;
        }


    }

    @media (max-width: 576px) {
        .faq__section-second-item {
            padding-left: 15px;
            padding-right: 55px;
        }
    }


    @media (max-width: 767px) {
        .choose__body {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 20px
        }

        .choose__body-block-start span {
    font-size: 20px;
        }

            .choose__body-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 15px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .choose__body-text-main {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 4px;
            font-size: 12px;
            font-weight: 600;
            line-height: 14px;
            text-align: left;
            color: #2c2c2c
        }

        .choose__body-text-main img {
            width: 15px;
            height: 15px
        }

        .choose__body-text-title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 4px
        }

        .choose__body-text-title img {
            width: 15px;
            height: 15px
        }

        .choose__body-text-title span {
            font-size: 16px;
            font-weight: 600;
            line-height: 20px;
            text-align: left;
            color: #2c2c2c
        }

        .choose__body-text-soft {
            background: url(../images/dist/text.webp) center no-repeat;
            background-size: cover;
            -webkit-background-clip: text;
            -webkit-text-fill-color: rgba(0, 0, 0, 0);
            font-size: 16px;
            font-weight: 600;
            line-height: 20px;
            letter-spacing: -0.02em;
            text-align: start;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            margin-top: 0
        }

        .choose__body-text-soft span {
            margin-left: 0px
        }

        .choose__body-block {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            position: relative;
            gap: 20px;
            padding: 0;
        }

        .choose__body-block .choose__img {
            width: 192px;
            height: 212px;
            position: absolute;
            left: 0px;
            top: 200px;
            display: none
        }

        .choose__body-block-start {
            font-weight: 600;
            font-size: 24px;
            line-height: 120%;
            white-space: normal;
            width: 80%;

        }





        .choose__body-block-end-item-top {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 98%;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .choose__body-block-end-item-top span {
            font-size: 20px;
            font-weight: 500;
            line-height: 20px;
            letter-spacing: -0.02em;
            text-align: left;
            width: 80%;
            color: #2c2c2c;
            -webkit-transition: all .3s ease;
            transition: all .3s ease
        }

        .choose__body-block-end-item-top-plus {
            width: 40px;
            height: 40px;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .choose__body-block-end-item-top-plus .circle {
            position: absolute;
            width: 40px;
            height: 40px;
            background: rgba(0, 54, 246, .2);
            border-radius: 50%;
            z-index: -1;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            scale: 0
        }

        .choose__body-block-end-item-top-plus svg {
            width: 16px;
            height: 16px;
            -webkit-transition: all .5s ease;
            transition: all .5s ease
        }

        .choose__body-block-end-item-bot {
            font-size: 14px;
            font-weight: 400;
            position: relative;
            height: auto;
            line-height: 16px;
            letter-spacing: -0.02em;
            text-align: left;
            color: #2c2c2c;
            max-width: 280px;
            max-height: 0;
            overflow: hidden;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            margin-top: 10px
        }

        .choose__body-block-end-item-bot ul li {
            list-style: none;
            list-style-position: inside;
            font-size: 12px;
            font-weight: 400;
            line-height: 14px;
            letter-spacing: -0.02em;
            text-align: left
        }

        .choose__body-block-end-item.open .circle {
            scale: 1.2;
        }

        .choose__body-block-end-item.open .choose__body-block-end-item-top-plus svg {
            rotate: 270deg
        }

        .choose__body-block-end-item.open .choose__body-block-end-item-top span {
            color: #4a5fe6
        }
    }
    /* ===== КНОПКА "ПОКАЗАТЬ ЕЩЁ" ДЛЯ FAQ ===== */

    /* Скрытые вопросы */
    .faq__section-second .question-hidden {
        display: none !important;
    }

    /* Показанные вопросы */
    .faq__section-second .question-visible {
        display: block !important;
        opacity: 1;
        transform: translateY(0);
    }

    /* Обертка кнопки */
    .faq__section-second .questions__btn-wrapper {
        display: flex;
        justify-content: center;
        margin-top: 40px;
        width: 100%;
    }

    /* Кнопка "Показать ещё" */
    .faq__section-second .questions__show-more {
        background: #C2D0FD;
        border: none;
        border-radius: 20px;
        padding: 16px 32px;
        font-size: 18px;
        font-weight: 600;
        line-height: 120%;
        color: #2C2C2C;
        cursor: pointer;
        transition: all 0.3s ease;
        outline: none;
        display: inline-block;
    }

    .faq__section-second .questions__show-more:hover {
        background: #B0C0F5;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(194, 208, 253, 0.4);
    }

    .faq__section-second .questions__show-more:active {
        transform: translateY(0);
    }

    /* Скрываем кнопку когда все вопросы показаны */
    .faq__section-second .questions__show-more.hidden {
        display: none !important;
    }

    /* Плавное появление вопросов */
    .faq__section-second-item {
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    /* Мобильная адаптация */
    @media (max-width: 640px) {
        .faq__section-second .questions__btn-wrapper {
            margin-top: 30px;
        }

        .faq__section-second .questions__show-more {
            padding: 14px 28px;
            font-size: 16px;
            border-radius: 16px;
            width: 100%;
            max-width: 320px;
        }
    }

    @media (max-width: 1024px) {
        .faq__section-second .questions__show-more {
            font-size: 16px;
            padding: 14px 28px;
        }
    }
