/* Header Section */
/*header {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    margin-bottom: 40px;*/
/*}*/

/*header h2 {*/
/*    font-size: 24px;*/
/*    font-weight: bold;*/
/*}*/

.stage {
    user-select: none;
    width: 100%;
    padding: 60px 0px 0px !important;
}

@media (max-width: 768px) {
    .cases__splide-item {
        width: 100%;
    }
}


.stage-google-adw {
    width: 100%;
    padding: 0px;
    margin-bottom: 60px;
}

.stage__body {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
}

.stage__body-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}


.stage__body-title img {
    width: 30px;
    height: 30px;
}

.stage__body-title span {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #2c2c2c;
}

.stage__body-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.stage__body-block-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: 30px;
    padding: 30px;
    min-height: 550px;
    min-width: 470px;
}

.stage__body-block-item:hover {
    border-radius: 5%;
    background-color: rgb(102 154 255 / 50%);
    transition: 0.8s;
}

.stage__body-block-item img {
    width: 130px;
    height: 119px;
}

.stage__body-block-item-attr {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    text-align: left;
}

.filter-google-adw {
    align-items: baseline !important;
    gap: 30px !important;
}

.filter-body-google-adw-text {
    padding-inline-start: 60px !important;
}

.stage__body-block-item-attr p {
    width: max-content;
    padding: 2px 5px;
    background: #fff;
    color: #2c2c2c;
    border-radius: 15px;
}

.stage__body-block-item-attr p span {
    color: rgba(4, 4, 4, 0.2);
}

.stage__body-block-item-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: 40px;
}

.stage__body-block-item-text span {
    font-size: 36px;
    font-weight: 600;
    line-height: 37.8px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2c2c2c;
}

.stage__body-block-item-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2c2c2c;
    max-width: 410px;
}

.stage__body-block .line {
    height: 400px;
    min-width: 1px;
    background: rgba(179, 179, 179, 0.2);
}

.stage__body-block::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.team__body-block {
    display: grid;
    grid-template-columns: repeat(4, 22%);
    min-height: 582px;
    justify-content: center;
    gap: 20px;
}


.team__body-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.team__title-desc {
    max-width: 700px;
    text-align: center;
}

.team__body-block-item img {
    width: 100%;
    border-radius: 15px
}

.team__body-block-item:nth-child(2n) {
    display: grid;
    align-items: flex-end;
    align-content: center;
}


.team__body-block-item-attr p {
    font-size: 36px;
    font-weight: 600;
    line-height: 37.8px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2c2c2c;
}

.team__body-block-item-text p {
    font-size: 24px;
    font-weight: 400;
    line-height: 24.8px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2c2c2c;
}

.team__item {
    min-width: 290px;
}

@media (max-width: 1440px) {
    .stage {
        width: 100%;
        padding: 60px 0px;
    }

    .stage__body {
        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: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 60px;
    }

    .stage__body-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 4px;
    }

    .stage__body-title img {
        width: 30px;
        height: 30px;
    }

    .stage__body-title span {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        color: #2c2c2c;
    }

    .team__body-block-item-attr p {
        font-size: 28px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        color: #2c2c2c;
    }

    .team__body-block-item-text p {
        font-size: 20px;
        font-weight: 400;
        line-height: 24.8px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #2c2c2c;
    }

    .stage__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }

    .stage__body-block-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: 30px;
        padding: 30px;
        min-height: 292px;
        min-width: 470px;
    }

    .stage__body-block-item img {
        width: 130px;
        height: 119px;
    }

    .stage__body-block-item-attr {
        font-size: 16px;
        font-weight: 400;
        line-height: 19.2px;
        letter-spacing: -0.02em;
        text-align: left;
    }

    .stage__body-block-item-attr p {
        color: #2c2c2c;
    }

    .stage__body-block-item-attr p span {
        color: rgba(4, 4, 4, 0.2);
    }

    .stage__body-block-item-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: 40px;
    }

    .stage__body-block-item-text span {
        font-size: 36px;
        font-weight: 600;
        line-height: 37.8px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #2c2c2c;
    }

    .stage__body-block-item-text p {
        font-size: 16px;
        font-weight: 400;
        line-height: 19.2px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #2c2c2c;
        max-width: 410px;
    }

    .stage__body-block .line {
        height: 400px;
        min-width: 1px;
        background: rgba(179, 179, 179, 0.2);
    }

    .stage__body-block::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .team__item {
        min-width: 20vw;
    }

}

@media (max-width: 1040px) {
    .team__body-block {
        grid-template-columns: repeat(2, 45%);
    }

    .team__item {
        min-width: 320px;
    }
}

@media (max-width: 640px) {
    .stage {
        width: 100%;
        padding: 30px 0px;
    }

    .team__body-block-item:nth-child(2n) {
        display: block;
    }

    .stage__body {
        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: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 60px;
    }

    .stage__body-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 4px;
    }

    .stage__body-title img {
        width: 15px;
        height: 15px;
    }

    .stage__body-title span {
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
        text-align: left;
        color: #2c2c2c;
    }

    .team__bottom-btn {
        margin-top: 0;
    }

    .team__body-block-item-attr p {
        font-size: 21px;
        font-weight: 600;
        line-height: 14px;
        text-align: left;
        color: #2c2c2c;
    }


    .team__body-block-item-text p {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #2c2c2c;
    }

    .stage__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }

    .stage__body-block-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: 15px;
        padding: 15px;
        min-height: 292px;
        min-width: 280px;
    }

    .stage__body-block-item img {
        width: 130px;
        height: 119px;
    }

    .stage__body-block-item-attr {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        letter-spacing: -0.02em;
        text-align: left;
    }

    .stage__body-block-item-attr p {
        color: #2c2c2c;
    }

    .stage__body-block-item-attr p span {
        color: rgba(4, 4, 4, 0.2);
    }

    .stage__body-block-item-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: 20px;
    }

    .stage__body-block-item-text span {
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #2c2c2c;
    }

    .stage__body-block-item-text p {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #2c2c2c;
        max-width: 250px;
    }

    .stage__body-block .line {
        height: 200px;
        min-width: 1px;
        background: rgba(179, 179, 179, 0.2);
    }

    .stage__body-block::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

.special-title {
    text-align: center;
    background-image: none !important;
}


.special-title img {
    width: 30px;
    height: 30px;
}

.team__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 502px;
    gap: 20px;
    list-style: none;
    padding: 0;
    justify-items: center;

}


@media (max-width: 768px) {
    .team__list {
        display: grid;
        grid-template-columns: repeat(4, 320px);
        min-height: 502px;
        gap: 20px;
        list-style: none;
        padding: 0;
    }
}


p {
    margin: 0;
}

.small__title_heading {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    background-position: left center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
}

.small__title {
    display: flex;
    align-items: center;
}

.small__title-center {
    justify-content: center;
}

.view-all {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.view-all img {
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

/* Graphic Block Section */
.content__graphic-block {
    padding: 0 75px 0 60px;
    display: flex;
    gap: 40px;
    position: relative;
}



/* Hero Section */

/* Hero Section */
.hero {
    padding-top: 115px;
    background-image: url(../img/bg-design-case.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.hero::after {
    content: '';
    position: absolute;
    top: -206px;
    right: -200px;
    width: 145%;
    height: 122%;
    rotate: -10deg;
    background-image: url(../img/accent-bg-case.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    z-index: 1;
}

.container__hero-main {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.hero__container {
    order: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.hero__title {
    white-space: pre-line;
    margin: 0;
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #2C2C2C;
}

.hero__title span {
    color: var(--blue);
}

.hero-tabs__container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    order: 3;
}

.hero-tabs {
    position: relative;
    border-radius: 20px;
    padding: 10px 15px;
    backdrop-filter: blur(200px);
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(100px);
    border: 0.5px solid;
    border-image-source: linear-gradient(180deg, rgba(231, 238, 255, 0.4) 0%, rgba(74, 95, 230, 0.24) 100%);
    border-image-slice: 1;
}

.hero-block-descr {
    order: 4;
    position: relative;
    border-radius: 20px;
    padding: 30px 20px;
    backdrop-filter: blur(200px);
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(100px);
    border: 0.5px solid;
    border-image-source: linear-gradient(180deg, rgba(231, 238, 255, 0.4) 0%, rgba(74, 95, 230, 0.24) 100%);
    border-image-slice: 1;
}

.hero__descr-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #4A5FE6;
    margin-bottom: 45px;
}

.hero__descr-descr {
    color: #2C2C2C;
    white-space: pre-line;
}

.image-container {
    order: 2;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 300px;
    background-image: url(../img/mackbook.png);
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.mob-image-container {
    display: none;
}

/* Desktop styles */
@media (min-width: 992px) {
    .container__hero-main {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    .hero__container {
        order: initial;
        padding-bottom: 185px;
    }

    .hero-tabs__container {
        order: initial;
    }

    .hero-block-descr {
        order: initial;
    }

    .image-container {
        order: initial;
        height: 100%;
        min-height: 500px;
        transform: scale(1.6);
        margin-left: -10%;
        margin-right: -10%;
    }
}

/* Tablet styles */
@media (max-width: 1200px) {
    .hero {
        padding-top: 100px;
        padding-bottom: 140px;
    }
}

@media (max-width: 991px) {
    .hero__title {
        font-size: 48px;
    }
}

/* Mobile styles */
@media (max-width: 768px) {
    .image-container {
        display: none;
    }

    .mob-image-container {
        display: block;
    }

    .hero {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .hero__title {
        font-size: 40px;
    }

    .hero__container {
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .hero {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .hero__title {
        font-size: 36px;
        text-align: left;
    }

    .hero-tabs__container {
        gap: 10px;
    }

    .hero-tabs {
        padding: 8px 12px;
        font-size: 14px;
    }

    .hero-block-descr {
        padding: 20px 15px;
    }

    .hero__descr-title {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .image-container {
        height: 250px;
    }
}



.image-dist {
    width: 30px;
    height: 30px;
}

.why {
    width: 100%;
    padding: 100px 0px
}

.why__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.why__body-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-left: 423px
}

.why__body-title img {
    width: 30px;
    height: 30px
}

.why__body-title span {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #2c2c2c
}

.why__body-soft {
    white-space: pre-line;
    font-size: 40px;
    font-weight: 600;
    line-height: 57.6px;
    letter-spacing: -0.02em;
    text-align: right;
    border-bottom: 2px solid var(--grey-40, rgba(179, 179, 179, 0.4))
}

.why__body-soft span {
    text-align: left;
    display: block;
}

.why__body-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 100px
}

.why__body-items-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: 16px
}

.why__body-items-item img {
    object-fit: contain;
    width: 85px;
    height: 100px
}

.why__body-items-item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 8px;
    border-left: 1px solid rgba(179, 179, 179, .4)
}

.why__body-items-item-text p {
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2C2C2C99;
}

.why__body-items-item-text span {
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--blue);
}


.catalog__body-block-projects {
    margin-top: 80px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

.cases__bottom-btn {
    margin-top: 60px;
    display: flex;
    justify-content: flex-end;
}

.catalog__body-block-projects-reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between
}


.catalog__body-block-projects-reset .span {
    display: none;
}

.catalog__body-block-projects-reset a {
    background: rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #2c2c2c
}

.catalog__body-block-projects-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 15px
}

.catalog__body-block-projects-items-item {
    width: 476px;
    height: 392px;
    cursor: pointer;
    padding: 30px 30px 50px 30px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    border-radius: 40px;
}

.catalog__body-block-projects-items-item img {
    filter: brightness(0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.catalog__body-block-projects-items-item-open {
    width: 27px;
    height: 27px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    border: none;
    background-color: transparent;
}

.catalog__body-block-projects-items-item-open svg {
    stroke: rgb(255 255 255);
    width: 27px;
    height: 27px
}

.catalog__body-block-projects-items-item-back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background: #4a5fe6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0
}

.catalog__body-block-projects-items-item-top {
    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;
    position: relative;
    z-index: 2
}

.catalog__body-block-projects-items-item-top span {
    padding: 10px 14px;
    border-radius: 25px;
    background: rgba(247, 247, 247, .1019607843);
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #f7f7f7;
    border: 1px solid #f7f7f7;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.catalog__body-block-projects-items-item-top h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #f7f7f7
}

.catalog__body-block-projects-items-item-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.catalog__body-block-projects-items-item-bot span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #f7f7f7;
    max-width: 351px
}

.catalog__body-block-projects-items-item-bot span svg {
    width: 45px;
    height: 45px
}

.catalog__body-block-projects-items-item:hover .catalog__body-block-projects-items-item-back {
    opacity: 1
}

.catalog__body-block-projects-items-item:hover .catalog__body-block-projects-items-item-bot {
    scale: 1.1;
    padding-left: 20px
}






.catalog__body-block-projects .splide__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    position: absolute;
    right: 50px;
    top: -100px;
}

.main_new__stage_body-block {
    position: relative;
}

.catalog__body-block-projects .splide__arrow {
    position: static;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 2px solid #2c2c2c;
    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;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.catalog__body-block-projects .splide__arrow svg {
    fill: none;
    width: 8px;
    height: 16px;
}

.catalog__body-block-projects .splide__arrow:hover {
    opacity: 1;
}

.stage__body-block .splide__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    position: absolute;
    right: 50px;
    top: -65px !important;
}

.stage__body-block .splide__arrow {
    position: static;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 2px solid #2c2c2c;
    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;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.stage__body-block .splide__arrow svg {
    fill: none;
    width: 8px;
    height: 16px;
}

.stage__body-block .splide__arrow:hover {
    opacity: 1;
}





@media (max-width: 768px) {

    .catalog__body-block-projects .splide__arrow {
        display: none;
    }

    .catalog__body-block-projects .splide__arrows {
        top: -55px;
        right: 0;
    }

    .stage__body-block .splide__arrow {
        width: 32px;
        height: 32px;
    }

    .optimization__line-title {
        width: 100%;
        height: 1px;
        background-color: #04040433;
        margin: 80px 0;
    }

    .optimization__small-title {
        text-align: left;
        font-size: 24px;
    }

    .optimization__body-block {
        padding-top: 95px;
        gap: 40px;
    }

    .optimization__block {
        height: 310px;
        padding: 20px 12px 57px 12px;
        gap: 10px;
        min-width: 300px !important;
        min-height: min-content;
    }

    .optimization__block * {
        transition: color 0.3s ease;
    }

    .stage__body-block-item-attr p {
        width: max-content;
        padding: 10px 0px;
        background: #fff;
        color: #2c2c2c;
        border-radius: 15px;
    }

    .optimization__block-number {
        font-size: 64px;
        padding: 10px 0px !important;
    }

    .optimization__block-text {
        gap: 30px;
        display: flex;
        flex-direction: column;
    }

    .optimization__block-text span {
        font-size: 24px;
        height: min-content;
    }

    .optimization__block-text p {
        font-size: 14px;
    }



    .team__list {
        display: grid;
        grid-template-columns: repeat(4, 320px);
        min-height: 502px;
        gap: 20px;
        list-style: none;
        padding: 0;
    }

    .catalog__body-block-projects-items-item {
        width: 100%;
    }

    .catalog__body-block-projects {
        pointer-events: none;
        margin-top: 40px;
    }

    .cases__bottom-btn {
        margin: 0;
        justify-content: flex-start;
    }

    .splide__arrows {
        display: none;
    }


    /*.cases__splide-item:nth-child(n+4) {*/
    /*    display: none;*/
    /*}*/

    .splide__slide {
        pointer-events: all;
        margin: 0 !important;
    }

    .splide__list {
        backface-visibility: hidden;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
    }
}

@media (max-width: 640px) {
    .team__body-block-item:nth-child(2n) {
        display: block;
    }

    .team__body-block-item-attr p {
        font-size: 21px;
        font-weight: 600;
        line-height: 14px;
        text-align: left;
        color: #2c2c2c;
    }


    .team__body-block-item-text p {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #2c2c2c;
    }

}





.sp__btn {
    display: none;

}

@media (max-width: 768px) {
    .sp__btn {
        display: flex;
        justify-content: center;
    }

    .sp__btn a {
        background-color: transparent;
        border: 1px solid #000;
    }
}

.team {
    padding: 100px 0;
    background-color: #EDEEFF;
}



.team__bottom-btn {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}


@media (max-width: 1200px) {
    .about__us-number-header div {
        margin-right: 0px;
    }

    .number span {
        line-height: 100%;
    }
}

@media (max-width: 768px) {
    .mob-about__us-header {
        display: block;
    }

    .about__us-header-title-desk {
        display: none;
    }

    .us-header-title-desk {
        display: none;
    }
}



@media (max-width: 576px) {
    .promotion__bg-2 {
        margin-top: 100px;
    }
}






.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 54, 246, 0.2);
    width: 60px;
    height: 60px;
    font-size: 35px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.prev {
    left: 0px;
}

.next {
    right: 5px;
}


/* New Stage Section */
.new__stage_body-block {
    padding-top: 40px;
    gap: 20px;
    padding-bottom: 60px;
}

.new__stage__btn-footer {
    display: flex;
    justify-content: center;
}

.new__small-title {
    margin: 60px 0;
    white-space: pre-line;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
}

.new__stage-block {
    display: flex;
    height: 430px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    min-height: min-content;
    min-width: 300px !important;
    padding: 16px;
    gap: 60px;
    border-radius: 15px;
}

.new__stage-block:nth-child(1) {
    background-color: #EDEEFF;
}

.new__stage-block:nth-child(2) {
    background-color: #FFFFFF;
}

.new__stage-block:nth-child(3) {
    background-color: #B3B3B31A;
}

.new__stage-block:nth-child(4) {
    background-color: #FFFFFF;
}

.new__stage-block:nth-child(5) {
    background-color: #EDEEFF;
}

.new__stage-block:nth-child(6) {
    background-color: #B3B3B31A;
}

.new__stage-block-img {
    width: auto;
    height: 127px !important;
    position: absolute;
    top: -46px;
    right: 20px;
    overflow: visible;
}

.new__stage-block-number {
    color: rgba(0, 54, 246, 0.2) !important;
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    background-color: transparent !important;
}

.new__stage-block-text {
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.new__line {
    height: 1px;
    background: #2C2C2C66;
    width: 50%;
}

.new__stage-block-text span {
    white-space: pre-wrap;
    color: var(--blue) !important;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.2px;
    font-weight: 600;
    height: 80px;
    display: flex;
    align-items: flex-end;
}

.new__stage-block-text p {
    margin: 0;
    font-weight: 400;
    color: #2C2C2C99;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.2px;
    opacity: 0;
    /* Начальное состояние — невидим */
    transform: translateY(20px);
    /* Смещение вниз для плавного появления */
    transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
    /* Задержка 2 секунды */
}

/* Когда родительский блок видим — текст появляется */
.new__stage-block-text.is-visible p {
    opacity: 1;
    transform: translateY(0);
}


.new__main-title h2 {
    margin: 0;
    color: #2C2C2C;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.2px;
}

.new__main-title h2>span {
    color: #5665f2;
}

.text-center {
    text-align: center;
}



.highlight-text {
    font-size: 22px;
    color: rgba(44, 44, 44, 1);
    text-align: center;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.02em;
}

.highlight-text span {
    color: rgba(74, 95, 230, 1);

}


.question_form .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #FFC107;
}

.question_form .wpcf7-list-item-label {
    margin-left: 10px;
    display: inline-block;
    color: #2c2d2c !important;
}

/* Стили для чекбоксов с классом checkbox-input */
.fancy-checkbox input[type="checkbox"].checkbox-input {
    display: none;
}

.fancy-checkbox {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    display: block;
}

/* Псевдоэлемент для чекбокса */
.fancy-checkbox::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border: 2px solid #555;
    border-radius: 6px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

/* Отключаем псевдоэлементы радиокнопок для чекбоксов */
.fancy-checkbox.checkbox-input+label:before,
.fancy-checkbox.checkbox-input+label:after {
    content: none !important;
}

.fancy-checkbox input[type="checkbox"].checkbox-input:checked+span::before {
    background-color: rgba(74, 95, 230, 1);
    border-color: rgba(74, 95, 230, 1);
}

.fancy-checkbox input[type="checkbox"].checkbox-input:checked+span::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 6px;
    width: 6px;
    height: 12px;
    border: solid rgba(74, 95, 230, 1);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.fancy-checkbox span {
    font-size: 20px;
    color: #444;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.02em;
}

.fancy-checkbox:hover::before {
    border-color: rgba(74, 95, 230, 1);
}

.question_form .wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-form {
    height: 100%;
}

.question_form .wpcf7-form-control-wrap input {
    width: 100%;
    padding: 25px 20px;
    height: 35px;
    border-radius: 50px;
    margin-bottom: 30px;
    border-color: rgba(44, 44, 44, 0.4);
    border: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc2626;
}

/*.wpcf7-response-output {*/
/*    color: #000000 !important;*/
/*}*/

.label-text-group span {
    color: #2c2d2c;
}

.mr-bottom {
    margin-bottom: 30px;
}

.quiz-form-title-finally {
    text-align: center;
}

.question_form-finally {
    justify-items: center;
}

.question_finally {
    width: 100%;
}

.yellow-btn {
    width: 75%;
    place-self: center;
}

/* About Us Section */
.about__us-header-text {
    max-width: 790px;
}

.about__us-number-stats-container-right {
    display: flex;
    position: relative;
    justify-content: flex-end;
    gap: 75px;
    margin-top: 70px;
}

/* Cases Section */
.new__main-cases-bottom {
    display: none;
}



/* Popup Section */
.popup {
    z-index: 99999999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.popup-content {
    height: 95%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    max-width: 90%;
}

.popup img {
    max-width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}



/* Media Queries */

/* Mobile Devices (max-width: 767px) */
@media (max-width: 767px) {
    .tab-container {
        margin-bottom: 0;
    }

    .stage__main-title h2 {
        text-align: left;
        white-space: pre-line;
    }

    .big__title-block-image {
        height: 145px;
        top: 135px;
        /* bottom: 40px; */
        position: absolute;
        left: 15px;
    }

    .tab {
        border-radius: 15px;
        font-size: 16px;
    }

    .tab.active {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 1px solid rgba(0, 54, 246, 0.2);
    }

    .tab-arrow {
        color: #000;
        font-size: 26px;
        transition: transform 0.3s ease;
    }

    .tab.active .tab-arrow {
        transform: rotate(90deg);
    }

    .big__title-block-image-quest {
        height: 145px;
        position: absolute;
        left: 0;
        top: 95px;
    }

    .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-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.png) 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
    }

    .choose__body-block .choose__img {
        width: 192px;
        height: 212px;
        position: absolute;
        left: 0px;
        top: 200px;
        display: none
    }

    .choose__body-block-start {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 11px
    }





    .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;
        color: #2c2c2c;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .choose__body-block-end-item-top-plus {
        width: 22px;
        height: 22px;
        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: 22px;
        height: 22px;
        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: 10px;
        height: 10px;
        -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
    }

    .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
    }
}

/* Desktop (min-width: 768px) */
@media (min-width: 768px) {
    .content-box {
        display: flex;
        flex-direction: column;
    }

    .tab-arrow {
        display: none;
    }

    .tab-container {
        width: 30%;
    }

    .content-item {
        border: 1px solid rgba(0, 54, 246, 0.2);
        width: 70%;
        border-left: none;
        position: absolute;
        left: 30%;
        top: 0;
        height: 100%;
        border-bottom-right-radius: 15px;
        border-top-right-radius: 15px;
    }
}

/* Tablet and Below (max-width: 1040px) */
@media (max-width: 1040px) {

    .quiz-container .wpcf7.js {
        width: 100%;
    }

    .quiz-container {
        display: flex;
        flex-direction: column;
        background-size: cover;
        align-items: stretch;
        gap: 100px;
    }

    .quiz-step.active {
        width: 100%;
    }

    .team__body-block {
        display: flex;
        flex-wrap: wrap;
    }

    .team__body-block-item {
        max-width: 300px;
    }

    .metrics {
        gap: 0;
    }

    .cases__btn {
        margin-top: 40px;
    }

    .tabs__btn-footer {
        justify-content: flex-start;
    }

    .big__title-block-text:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #2c2c2c45;
        /* margin: 20px 0; */
        bottom: -35px;
    }

    .big-title {
        padding: 100px 0 40px;
    }

    .services-old-title {
        display: flex;
        margin: 0;
        padding: 0;
        font-size: 18px;
        line-height: 1.2;
        background-position: left center;
        background-size: 30px 30px;
        background-repeat: no-repeat;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .about__us-number-stats-container-right {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .about-number-stat-block:nth-child(1) {
        order: 3;
    }

    .about-number-stat-block:nth-child(2) {
        order: 1;
    }

    .about-number-stat-block:nth-child(3) {
        order: 2;
    }

    .content__graphic-block {
        padding: 0;
        flex-direction: column;
    }

    .chart-navigation {
        padding: 50px 0;
        background-color: #fff;
        border-radius: 15px;
        width: 100%;
    }

    .content__graphic-block {
        gap: 0px;
    }

    .prev,
    .next {
        display: flex;
        justify-content: center;
        align-items: center;
        top: -78px;
        background-color: rgb(0 54 246 / 0%);
        border: 1px solid #000;
        width: 32px;
        height: 32px;
        font-size: 25px;
        -webkit-border-radius: 100px;
        /* Для Safari и старых версий Chrome */
        -moz-border-radius: 100px;
        /* Для Firefox */
        border-radius: 100px;
        /* Стандартное свойство */
    }

    .prev,
    .next svg {
        fill: #000;
    }

    .prev {
        right: 50px;
        left: auto;
    }

    .new__main-cases {
        display: block;
    }

    .new__main-cases-bottom {
        display: block;
        width: 70%;
    }

    .mob-info-container {
        display: block;
    }

    .desc-info-container {
        display: none;
    }

    #line-chart {
        max-width: 100%;
    }

    /*.big__title-block-image {*/
    /*    display: none;*/
    /*}*/

    .letter__thanks-block-item {
        margin-bottom: 140px;
    }

    .letter-thanks_image {
        width: 169px;
        height: 227px;
        right: 30px;
        bottom: -114px;
        top: auto;
    }

    .letter-thanks {
        margin-bottom: 150px;
    }
}

@media (min-width: 1440px) {
    .prev {
        left: -75px;
    }

    .next {
        right: -45px;
    }
}


/* Small Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {

    .team {
        padding: 100px 0 60px;
        background-color: #EDEEFF;
    }

    .team__body-block-item {
        max-width: 300px;
    }

    .price-table th,
    .price-table td {
        padding: 16px 28px;
    }

    .question_sect h2 {
        text-align: center;
        font-size: 33px;
    }

    .head_frm {
        font-size: 20px;
    }

    #quizForm {
        width: 100%;
    }

    .question_block-quests {
        padding: 40px 20px;
        display: block;
    }

    .next-button {
        font-size: 14px;
    }

    .faq__section {
        padding: 60px 0;
    }

    /*.cases__splide-item {*/
    /*    max-width: 85vw;*/
    /*}*/



    .new__main-title h2 {
        font-size: 24px;
    }

    .btn__tabs-container {
        width: 255px;
    }

    .new__stage__btn-footer {
        justify-content: flex-start;
        margin-bottom: 30px;
    }

    .new__small-title {
        margin: 40px 0 10px;
        font-size: 14px;
        text-align: left;
        white-space: pre-line;
        color: rgba(44, 44, 44, 1);
    }

    .quiz-container {
        height: 100%;
    }

    .question_sect h2 {
        text-align: right;
        font-size: 22px;
    }

    .header_section-text {
        font-size: 14px;
    }

    .big__title-block-text {
        font-size: 36px;
        position: relative;
        text-align: left;
    }

    .big__title-block {
        display: block;
    }

    .letter__thanks-item-mob-text {
        display: block;
        margin: 0;
    }

    .letter__thanks-item-desc-text {
        display: none;
    }

    .letter-thanks_image {
        width: 125px;
        bottom: -125px;
        height: 191px;
        right: 20px;
    }

    .letter-thanks-text-block {
        width: 100%;
        max-width: none;
    }

    .letter__thanks-block-item-top {
        gap: 15px;
        display: flex;
        align-items: flex-end;
    }

    .letter-thanks_image-avatar {
        object-fit: contain;
        width: 30%;
    }

    .letter__thanks-block-item {
        flex-direction: column;
        padding-bottom: 80px;
    }

    .popup-content {
        height: 55%;
    }

    .stage__body-block .splide__arrows {
        right: 10px !important;
        top: -15px !important;
    }
}



.new__stage {
    padding: 100px 0 !important;
}































.goals {
    padding: 100px 0;
}

.goals__container {
    display: grid;
    grid-template-columns: 30% 70%;
}

.goals__header {
    margin: 0;
    white-space: pre-line;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.02em;

}

.goals__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.goals__item {
    display: flex;
    background-color: #EDEEFF;
    padding: 35px 30px;
    gap: 30px;
    border-radius: 20px;
    transition: all 0.6s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    justify-content: space-between;
}

.goals__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #6984E0 0%, #9E9FE2 100%);
    transition: all 0.6s ease;
    z-index: -1;
}

.goals__item:hover {
    color: #EDEEFF;
}

.goals__item:hover::before {
    left: 0;
}

.goals-info__block {
    display: flex;
    gap: 30px;
}

.goals-info__block-number {
    display: flex
;
    width: 105px;
    line-height: 0%;
    align-items: center;
}

.goals-info__block-number span {
    color: rgba(4, 4, 4, 0.2);
}

.goals-info__block-description {
    white-space: normal;
}

.lightning {
    width: 30px;
    opacity: 40%;
    height: 30px;
}

.lightning_theme_gray {}


/* Tablet styles (768px - 991px) */
@media (max-width: 991px) {
    .goals {
        padding: 80px 0;
    }

    .goals__container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .goals__header {
        font-size: 32px;
        white-space: normal;
        text-align: center;
    }

    .goals__item {
        padding: 25px;
        gap: 20px;

    }

    .goals-info__block {
        gap: 20px;
        width: 100%;
        display: flex;

        flex-direction: column;
    }

    .goals-info__block-number {
        width: 80px;
    }
}

/* Mobile styles (up to 767px) */
@media (max-width: 767px) {
    .goals {
        padding: 60px 0;
    }

    .goals__header {
        font-size: 24px;
        line-height: 120%;
        letter-spacing: -2%;
        white-space: normal;
        margin-bottom: 20px;
        text-align: left;
    }

    .goals__list {
        gap: 20px;
    }

    .goals__item {
        flex-direction: column;
        padding: 20px;
        gap: 15px;
    }

    .goals-info__block {
        width: 100%;
        gap: 80px;
    }

    .goals-info__block-number {
        width: auto;
        min-width: 60px;
        font-family: Hero New;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: -2%;

    }

    .lightning {
        align-self: flex-end;
        margin-top: -10px;
    }

    /* Lightning icon positioning */
    .goals__item>.lightning {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .goals-info__block-description {
        margin-top: 10px;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: -2%;

    }
}

/* Large-case Section */

.large-case {
    padding: 100px 0;
}

.large-case__main-block {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.large-case__header {
    margin-bottom: 140px;
}

.large-case__image-block {
    width: 100%;
    max-width: 890px;
    border-radius: 20px;
    background-color: #EDEEFF;
}

.large-case__image-item:nth-child(1) {
    padding-top: 60px;
}

.large-case__image-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* Общие стили для обоих описаний */
.large-case__item-description {
    position: absolute;
    width: 300px;
    padding: 30px 20px;
    border-radius: 20px;
    backdrop-filter: blur(100px);
    background-color: rgb(242, 247, 255);
    z-index: 2;
    transition: all 0.3s ease;
}

.large-case__item-description:hover {

    box-shadow: 0 10px 20px rgba(78, 112, 228, 0.3);
}

 .left-description .connector-line {
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
}

.right-description .connector-line {
    left: -125px;
    top: 90%;
    transform: translateY(-50%);
}

/* Контент внутри описания */
.description-content {
    position: relative;
    z-index: 2;
}

/* Стили для соединительных линий */
.connector-line {
    position: absolute;

}

.connector-line-accent {
    position: absolute;
    right: -130px;
}




.left-description .connector-line::before {
    right: 0;
}

.right-description .connector-line::after {
    left: 0;
}

/* Градиентная рамка (ваш существующий стиль) */
.large-case__item-description::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 0.5px;
    background: linear-gradient(180deg, #EDEEFF 0.04%, #9E9FE2 39.41%, #4E70E4 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}



/* Tablet styles (768px - 991px) */
@media (max-width: 991px) {
    .large-case {
        padding: 80px 0;
    }

    .large-case__header {
        margin-bottom: 80px;
    }

    .large-case__header h2 {
        font-size: 32px;
    }

    .large-case__item-description {
        width: 280px;
        padding: 25px 20px;
    }

    .left-description {
        left: -20px;
    }

    .right-description {
        right: -20px;
    }

    .large-case__main-block {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

/* Mobile styles (up to 767px) */
@media (max-width: 767px) {
    .large-case {
        padding: 60px 0;
    }

    .large-case__header {
        margin-bottom: 40px;
    }

    .large-case__header h2 {
        font-size: 24px;
        text-align: center;
    }

    /* Hide all descriptions initially */
    .large-case__item-description {
        display: none;
    }

    /* Show descriptions as a list after images */
    .large-case__image-block::after {
        content: '';
        display: block;
        clear: both;
    }

    .large-case__descriptions-list {
        display: block;
        margin-top: 30px;
        position: relative;
        padding-left: 30px;
    }

    .large-case__descriptions-list .large-case__item-description {
        display: block;
        position: static;
        width: 100%;
        margin-bottom: 35px;
        padding: 20px;
        background-color: #f2f7ff;
    }

    .large-case__descriptions-list .connector-line,
    .large-case__descriptions-list .connector-line-accent {
        display: none;
    }

    .large-case__descriptions-list-line {
        position: absolute;
        left: 5px;

        width: 38px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='166' viewBox='0 0 38 166' fill='none'%3E%3Cpath d='M32 0.666667C29.0545 0.666667 26.6667 3.05448 26.6667 6C26.6667 8.94552 29.0545 11.3333 32 11.3333C34.9455 11.3333 37.3333 8.94552 37.3333 6C37.3333 3.05448 34.9455 0.666667 32 0.666667ZM32 155.167C29.0545 155.167 26.6667 157.554 26.6667 160.5C26.6667 163.446 29.0545 165.833 32 165.833C34.9455 165.833 37.3333 163.446 37.3333 160.5C37.3333 157.554 34.9455 155.167 32 155.167ZM6 160.5V161.5H32V160.5V159.5H6V160.5ZM32 6V5L6 5V6V7L32 7V6ZM1 11H0L0 155.5H1H2L2 11H1ZM6 6V5C2.68629 5 0 7.68629 0 11H1H2C2 8.79086 3.79086 7 6 7V6ZM6 160.5V159.5C3.79086 159.5 2 157.709 2 155.5H1H0C0 158.814 2.68629 161.5 6 161.5V160.5Z' fill='%23FFC702'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 38px auto;
        z-index: 1;
    }

    .large-case__descriptions-list-line:nth-of-type(1) {
        top: 22px;
        bottom: 0;
    }

    .large-case__descriptions-list-line:nth-of-type(2) {
        top: 178px;
        bottom: 0;
    }

    .large-case__descriptions-list-line:nth-of-type(3) {
        top: 332px;
        bottom: 0;
    }



    .large-case__descriptions-list-line:nth-of-type(5) {
        top: 488px;
        bottom: 0;
    }

    .large-case__descriptions-list-line:nth-of-type(6) {
        top: 643px;
        bottom: 0;
    }
}

/* Small mobile styles (up to 480px) */
@media (max-width: 480px) {
    .large-case {
        padding: 40px 0;
    }

    .large-case__header h2 {
        font-size: 22px;
    }

    .large-case__image-item:nth-child(1) {
        padding-top: 30px;
    }

    .description-content {
        font-size: 15px;
    }
}

/* Example Section */

.example {
    padding: 100px 0;
    background-color: #EDEEFF;
}

.container {}

.example__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
}

.example__left-block {
    display: flex;
    flex-direction: column;
}

.new__main-title {
    white-space: pre-line;
}

.example__left-block-list {
    display: flex;
    flex-direction: column;
}

/* Общие стили для всех блоков */
.example__left-block-item {
    position: relative;
    padding: 30px 20px;
    border-radius: 20px;
    background-color: rgb(242, 247, 255);
    z-index: 1;
    max-width: 395px;
    white-space: normal;
    transition: all 0.3s ease;
}

.example__left-block-item:nth-child(1) {
    margin-bottom: 30px;
}

/* Градиентная рамка для нечетных элементов */
.example__left-block-item:not(:nth-child(2n))::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 0.5px;
    background: linear-gradient(180deg, #EDEEFF 0.04%, #9E9FE2 39.41%, #4E70E4 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

/* Анимация при наведении для всех блоков */
.example__left-block-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(78, 112, 228, 0.2);
}

/* Специальная анимация для четных блоков (2n) */
.example__left-block-item:nth-child(2n):hover {
    transform: rotate(5deg) translateY(-3px) scale(1.02);
    box-shadow: 0 8px 20px rgba(78, 112, 228, 0.3);
}

/* Стили текста */
.example__left-block-item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #4A5FE6;
    margin-bottom: 20px;
}

.example__left-block-item__description {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #2C2C2C;
}

/* Стили для четных элементов (2n) */
.example__left-block-item:nth-child(2n) {
    background: linear-gradient(180deg, #6984E0 0%, #9E9FE2 100%);
    color: #F7F7F7;
    transform: rotate(5deg);
    margin-left: 30%;
    width: 395px;
    border: none !important;
    transition: all 0.3s ease;
    /* Добавляем transition для плавности */
}

.example__left-block-item:nth-child(2n)::before {
    content: none !important;
}

.example__left-block-item:nth-child(2n) .example__left-block-item-title,
.example__left-block-item:nth-child(2n) .example__left-block-item__description {
    color: #F7F7F7;
}

.example__right-block {}

.example__right-block-image {}


/* Mobile styles (up to 767px) */
@media (max-width: 767px) {
    .example__container {
        display: flex;
        grid-template-columns: 1fr 1fr;
        gap: 5%;
        flex-direction: column;
    }

    .example__left-block-list {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .example__left-block-item:nth-child(2n) {
        background: linear-gradient(180deg, #6984E0 0%, #9E9FE2 100%);
        color: #F7F7F7;
        transform: rotate(0deg);
        margin-left: 0;
        width: fit-content;
        border: none !important;
        transition: all 0.3s ease;
    }

    .example__left-block-item:nth-child(1) {
        margin-bottom: 0px;
    }
}







/* Стили для контейнера с картинками */
.stage-images-container {
    display: flex;
    gap: 20px;
    padding: 20px 0;
}

/* Стили для отдельных картинок */
.stage-image {
            align-self: stretch;
    width: 100%;
    max-width: 400px;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.3s ease;
    pointer-events: none;
}

.stage-image:hover {
    transform: scale(1.03);
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
    .stage-images-container {
        flex-direction: row;
        align-items: center;

    }

    .stage-image {
        max-width: 100%;
        margin-bottom: 15px;
    }
}

/* Сохраняем стили для стрелок и других элементов */
.splide__arrows {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.splide__arrow {
    background: transparent;
    border: none;
    cursor: pointer;
}

/* Result Section */
/* Секция с графиками */
.results {
    margin: 40px 0;
    text-align: center;
}

.results-container {
    gap: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.results__items {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.results__item {
    width: 30%;
    text-align: center;
}

.result__image {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.results__text {
    margin-top: 35px;
    font-size: 18px;
}

@media (max-width: 710px) {
    .results__item {
        width: 100%;
    }

    .results__items {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
}


@media (max-width: 768px) {
    .exmaple-left_block-accent-mobile {
        order: 1;
    }

    .example__left-block_accent {
    align-items: center;
    justify-content: center;
}
}