
/* 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 100px;
}
@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__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 {
    padding-top: 115px;
    padding-bottom: 185px;
    background-image: url(../img/banner-universal.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.container__hero-main {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 25px;
}

.image-container {
    background-repeat: no-repeat;
    background-size: contain;
    mask-image: linear-gradient(to top, transparent, black 100%);
    width: 100%; /* Ширина контейнера */
    background-image: url(../img/google-bg.png);
}


.hero__container {
    position: relative;
    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;
    gap: 30px;
}

.hero__title {
    white-space: pre-line;
    margin: 0;
    max-width: 888px;
    /*font-style: italic;*/
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #2C2C2C;
}

.hero__title span{
    color: var(--blue);
}

.hero__block-container {
    display: flex;
    gap: 20px;
    align-items: center;
}

.hero-block {
    padding: 17px 12px;
    border-radius: 8px;
    background-color: #FFFFFF33;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition:
            background-color 0.3s ease,
            box-shadow 0.3s ease; /* Добавляем transition для тени */
    cursor: pointer;
    width: 160px;
}

.hero-block:hover {
    background-color: #E7EEFF;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.hero-block img {
    width: 39px;
    height: 39px;
    object-fit: contain;
    margin-bottom: 10px;
}

.hero-block p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: var(--blue-75);
}

.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
}






.tariff__block-main {
    display: flex;
    gap: 20px;
}

.main-tariff__block-card {
    min-width: 300px;
    display: flex;
    max-width: 400px;
    background-color: #B3B3B31A;
    border-radius: 20px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-tariff__block-card:nth-child(2n) {
    background-color: #fff;
}

 .main-tariff__block-card:nth-child(3n) {
     background-color: #EDEEFF;
 }

.tariff__block-card {
    position: relative;
    padding: 40px 20px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
}

.main-tariff__block-card > .case-button {
    margin-top: auto;
    margin-left: 30px;
    margin-bottom: 40px;
}

/*.tariff__block-quoute:nth-child(4n) {*/
/*    margin-bottom: 30px;*/
/*}*/

.quoute__block {
    margin-bottom: 30px;
}

.tariff__list-block:nth-child(2n) {
    height: 140px;
}
.tariff__list-block:nth-child(3n) {
    height: 360px;
}

.companies__title span {
    color: #4a5fe6;
}

.traffic__discount {
    overflow: hidden;
    padding: 60px 45px 10px;
    text-align: center;
    right: -55px;
    top: -27px;
    rotate: 45deg;
    position: absolute;
    background-color: #FFC702;
    font-size: 24px;
    font-weight: 600;
}

.tariff__card_title {
    width: fit-content;
    padding: 10px 40px;
    color: #F7F7F7;
    font-weight: 700;
    font-size: 28px;
    background-color: var(--blue);
    border-radius: 60px;
    line-height: 120%;                  /* Межстрочный интервал */
    letter-spacing: -0.02em;
}

.block__cost-accent {
    font-size: 16px;
    color: #2C2C2C;
    line-height: 120%;                  /* Межстрочный интервал */
    letter-spacing: -0.02em;
}

.block__cost-after-price {
    color: #2C2C2C66;
    font-weight: 400;                   /* Насыщенность */
    font-size: 18px;                    /* Размер */
    line-height: 120%;                  /* Межстрочный интервал */
    letter-spacing: -0.02em;
    text-decoration: line-through;
}

.block__cost-now-price {
    color: #15007F;
    font-weight: 600;          /* Normal weight */
    font-size: 24px;           /* Text size */
    line-height: 120%;         /* Can also use 1.2 */
    letter-spacing: -0.02em;
}

.tariff__list {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.tariff__list-block-title {
    padding: 5px 10px;
    background-color: #0036F61A;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;         /* Can also use 1.2 */
    letter-spacing: -0.02em;
}

.list-traffic {
    display: flex;
    padding: 0 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-traffic li {
    margin-bottom: 8px;
}
.list-traffic li:last-child {
    margin-bottom: 0;
}

.tariff__block-quoute {
    width: 100%;
    padding: 5px 0 5px 30px;
    background: linear-gradient(to right, #0036f621, #00209000);
    display: flex;
    align-items: center;
}




/*Optimization Section*/
.optimization__line-title {
    width: 100%;
    height: 1px;
    background-color: #04040433;
    margin: 80px 0;
}

.optimization__small-title {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
}

.optimization__body-block {
    padding-top: 95px;
    gap: 40px;
}

.optimization__main-body-block {
    position: relative;
}

.services__container {
    position: page;
}

.optimization__block {
    display: flex;
    position: relative;
    height: 350px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    padding: 56px 20px 0;
    border-radius: 25px;
    gap: 20px;
    min-width: 520px !important;
    min-height: min-content;
    transition: background 0.3s ease, color 0.3s ease;
}

.optimization__block * {
    transition: color 0.3s ease;
}

.optimization__block:not(:first-child):before {
    position: absolute;
    content: "";
    height: 70%;
    width: 1px;
    left: -25px;
    background-color: #C4C4C4;
}

.optimization__block-number {
    color: #2C2C2C66 !important;
    font-weight: 500;
    font-size: 100px;
    line-height: 70%;
    background-color: transparent !important;
}

.optimization__block-text {
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.optimization__line {
    height: 1px;
    background: #2C2C2C66;
    width: 50%;
}

.optimization__block-text span {
    white-space: pre-wrap;
    color: #2C2C2C66 !important;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: -0.2px;
    font-weight: 600;
    height: 80px;
    display: flex;
    align-items: flex-end;
}

.optimization__block-text p {
    margin: 0;
    font-weight: 400;
    color: #2C2C2C66;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.2px;
}

.optimization__main-title h2 {
    margin: 0;
    color: #2C2C2C;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.2px;
}

.optimization__main-title h2 > span {
    color: #5665f2;
}


.optimization__block:hover {
    background: white; /* Фон становится белым */
}

.optimization__block:hover .optimization__block-text span,
.optimization__block:hover .optimization__block-text p {
    color: #2C2C2C !important; /* Весь текст становится чёрным */
}

.optimization__block:hover .optimization__block-number {
    color: #4A5FE6 !important; /* Число становится синим (#4A5FE6) */
}

.optimization__block:hover .optimization__line {
    background: #2C2C2C; /* Линия тоже становится чёрной */
}

/*Team Section*/
.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 {
    margin: 20px 0 12px;
    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;
}

.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: 0px;
}

.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;
}


.tariff__block-card .case-button {
    width: 230px;
}

.prod {
    width: 100%;
    padding: 120px 0px;
}

.prod__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.prod__body-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.prod__body-text-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.prod__body-text-title img {
    width: 30px;
    height: 30px;
}

.prod__body-text-title span {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #2c2c2c;
}

.prod__body-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2c2c2c;
    max-width: 559px;
}

.prod__body-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.prod__body-block-item {
    background: #4a5fe6;
    border-radius: 20px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 392px;
    padding-bottom: 44px;
}

.prod__body-block-item-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-left: 10px;
}

.prod__body-block-item-name img {
    width: 64px;
    height: 64px;
}

.prod__body-block-item-name span {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #f7f7f7;
}

.prod__body-block-item-info {
    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;
}

.prod__body-block-item-info-desc {
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #f7f7f7;
}

.prod__body-block-item-info-line {
    width: 100%;
    height: 1px;
    background: #f7f7f7;
}

.prod__body-block-item-info-list {
    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;
    padding: 0 20px;
}

.prod__body-block-item-info-list span {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: left;
    color: #f7f7f7;
}

.prod__body-block-item-info-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.prod__body-block-item-info-list ul li {
    list-style-type: disc;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: left;
    color: #f7f7f7;
}

.question_p-text-title-yan {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.02em;
    margin-bottom: 20px !important;
}

.question_p-text-number-yan {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #4A5FE6;
    padding: 5px 5px;
    background-color: rgba(0, 54, 246, 0.2);
    border-radius: 50px;
}

.question_p-text-li-yan {
    margin-left: 10px;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.02em;
}

.question_p-text_block {
    display: flex;
    align-items: center;
}

.question_p-text-answer-yan {
    margin: 10px 0 20px 45px !important;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.02em;
}

@media (max-width: 1040px) {
    .team__body-block {
        grid-template-columns: repeat(2, 45%);
    }

    .team__item {
        min-width: 320px;
    }

    .image-container {
        display: none;
    }

    .why {
        width: 100%;
        padding: 60px 0;
    }

    .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: 0px
    }

    .why__body-title img {
        width: 15px;
        height: 15px
    }

    .why__body-title span {
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
        text-align: left;
        color: #2c2c2c
    }

    .why__body-soft {
        padding-right: 20px;
        white-space: normal;
        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: 22px;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: -0.02em;
        text-align: left;
        margin-top: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(44, 44, 44, 0.4);
    }

    .why__body-soft span {
        margin-left: 0px;
        display: inline;
    }

    .why__body-items {
        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;
        gap: 20px;
        margin-top: 60px
    }

    .why__body-items {
        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: row;
        gap: 50px;
        margin-top: 60px;
        flex-wrap: wrap;
    }

    .why__body-items-item img {
        width: 57px;
        height: 60px
    }

    .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;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        padding-left: 8px;
        border-top: none;
        border-left: none
    }

    .why__body-items-item-text p {
        font-size: 14px;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.02em;
        text-align: left;
        color: rgba(44, 44, 44, .6)
    }

    .why__body-items-item-text span {
        font-size: 14px;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.02em;
        text-align: left;
        color: #15007f
    }

    .tariff__block-main {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 768px) {

    .hero__block-container svg {
        rotate: 90deg;
    }

    .prod__body-text {
        display: flex;
        flex-direction: column;
    }

    .prod__body-block {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .prod__body-block-item {
        background: #4a5fe6;
        border-radius: 20px;
        padding-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding-bottom: 44px;
    }

    .prod__body-block-item-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        margin-left: 20px;
    }

    .prod__body-block-item-name img {
        width: 32px;
        height: 32px
    }

    .prod__body-block-item-name span {
        font-size: 20px;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.02em;
        text-align: left;
        color: #f7f7f7
    }

    .prod__body-block-item-info {
        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
    }

    .prod__body-block-item-info-desc {
        padding: 0px 20px;
        font-size: 14px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -0.02em;
        text-align: left;
        color: #f7f7f7;
        margin-top: 10px
    }

    .prod__body-block-item-info-line {
        width: 100%;
        height: 1px;
        background: #f7f7f7
    }

    .prod__body-block-item-info-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }

    .prod__body-block-item-info-list span {
        font-size: 14px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -0.02em;
        text-align: left;
        color: #f7f7f7
    }

    .prod__body-block-item-info-list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5px;
        padding: 0 5px;
    }

    .prod__body-block-item-info-list ul li {
        list-style-type: disc;
        list-style-position: inside;
        font-size: 14px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -0.02em;
        text-align: left;
        color: #f7f7f7
    }

    .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;
    }
    .stage__body-block .splide__arrows {
        top: -35px;
        right: 0;
    }
    .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__bottom-btn  {
        margin-top: 0;
    }


    .team__body-block-item-text p {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #2c2c2c;
    }

}


.about__us-number {
    margin: 100px 0;
}

.about__us-number-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.about__us-number-header div {
    margin-right: 100px;
}

.icon-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-text img {
    width: 20px;
    height: 20px;
}

.about__us-header-title {
    margin: 0;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.mob-about__us-header {
    display: none;
}

.about__us-header-title span{
    font-style: italic;
    color: var(--blue);
}

.us-number-stats-container-left {
    display: flex;
    position: relative;
    gap: 15%;
    margin: 100px 0;
}

.us-number-stats-container-right {
    display: flex;
    position: relative;
    justify-content: flex-end;
    gap: 17%;
    margin-top: 105px;
}



.number {
    display: flex;
    font-size: 120px;
    font-weight: 400;
    margin-bottom: 10px;
    align-items: center;
}

.number:first-child {
    line-height: 75%;
    align-items: flex-end;
}

.number span {
    line-height: 265%;
    font-size: 40px;
}

.description {
    font-size: 20px;
    color: #2C2C2C;
    line-height: 1.4;
    font-weight: 400;
}

/* Добавляем горизонтальные линии */
.us-number-stats-container-left::before {
    content: "";
    display: block;
    position: absolute;
    width: 61%;
    height: 1px;
    background-color: #2c2c2c45;
    /* margin: 20px 0; */
    top: -50px;
}

.us-number-stats-container-left::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #2c2c2c45;
    /* margin: 20px 0; */
    bottom: -50px;
}

.us-number-stats-container-right::before {
    content: "";
    display: block;
    position: absolute;
    width: 61%;
    height: 1px;
    background-color: #2c2c2c45;
    /* margin: 20px 0; */
    bottom: -20px;
    right: 0;
}

@media (max-width: 1200px) {
    .hero {
        padding-top: 100px;
        padding-bottom: 140px;
    }
}

.sp__btn {
    display: none;

}

@media (max-width: 768px) {
    .hero {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .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) {
    .hero__title {
        max-width: 700px;
        font-size: 60px;
    }

    .about__us-number-header div {
        margin-right: 0px;
    }

    .number span {
        line-height: 100%;
    }
}

@media (max-width: 768px) {
    .hero__container {
        gap: 40px;
    }

    .mob-about__us-header {
        display: block;
    }

    .about__us-header-title-desk {
        display: none;
    }

    .us-header-title-desk {
        display: none;
    }

    .hero-block {
        background-color: #E7EEFF;
        width: 70%;
    }

    .hero__title {
        font-size: 55px;
    }
    .hero__block-container {
        width: 100%;
        display: flex;
        gap: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .about__us-number-header {
        flex-direction: column;
        align-items: flex-start;
        grid-column: 1 / 5;
        grid-row: 1 / 2;

    }
    .about__us-header-title {
        grid-column: 1 / 5;
        grid-row: 2 / 3;
        font-size: 27px;
    }

    .about__us-number-header h2 {
        margin-bottom: 40px;
    }

    .us-number-stats-container-left {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        grid-column: 1 / 3;
        grid-row: 2 / 7;
    }

    .us-number-stats-container-right {
        margin-top: 65px;
        flex-direction: column-reverse;
        gap: 40px;
        grid-column: 3 / 5;
        grid-row: 4 / 7;
    }

    .us-number-stats-container-left::after {
        width: 200%;
        left: 0;
        bottom: 130px;
    }

    .about__us-number {
        margin: 60px 0;
    }

    .us-number-stats-container-right::before {
        content: "";
        display: block;
        position: absolute;
        width: 200%;
        height: 1px;
        bottom: 95px;
        background-color: #2c2c2c45;
    }
    .us-number-stats-container-right::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #2c2c2c45;
        margin: 20px 0;
        bottom: -50px;
        right: 0;
    }

    .us-number-stats-container-left::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #2c2c2c45;
        top: -30px;
    }

    .number {
        display: flex;
        font-size: 56px;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .description {
        font-size: 14px;
    }


}



@media (max-width: 576px) {
    .hero {
        padding-top: 80px;
        padding-bottom: 90px;
    }

    .hero__container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-start;
    }

    .hero__title {
        text-align: left;
        font-size: 44px;
    }
    .promotion__bg-2 {
        margin-top: 100px;
    }
}

.hero__descr {
    white-space: pre-line;
    margin: 0;
    max-width: 500px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: var(--black);
}



.chart-container {
    flex: 1;
}

.chart-navigation {
    /*background-color: #fff;*/
    /*width: 55%;*/
    /*padding: 40px 20px 40px 40px;*/
    height: 535px;
    background-color: #fff;
    width: 54%;
    padding: 70px 17px 65px 58px;
}

.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;
}

#line-chart {
    max-width: 630px;
    height: 400px;
}

.info-container {
    flex: 1;
}

.domain {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.info-container h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

#toggle-switch {
    accent-color: #5665f2;
    width: 40px;
    height: 20px;
}

.metrics {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.metric {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.metric-before-text {
    font-size: 16px;
    color: #2C2C2C;
    font-weight: 600;
}

.metric-after-text {
    font-size: 16px;
    color: var(--blue);
    font-weight: 600;
}

.us-number-stat-block {
    transition: color 0.5s ease;
}
.us-number-stat-block .description {
    transition: color 0.5s ease;
}

.us-number-stat-block:hover,
.us-number-stat-block:hover .description {
    color: var(--blue);
}

.us-number-stat-block .number svg {
    transition: fill 0.5s ease;
    fill: #000;
}

.us-number-stat-block:hover .number svg {
    fill: var(--blue);
}

.chart-section {
    background-color: #EDEEFF;
    padding: 100px 0
}

.chart__header-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.metrix-box-item {
    display: flex;
    justify-content: space-between;
}

.metric-box {
    background-color: #f0f0f0;
    padding: 10px 20px;
    border-radius: 8px;
}

.metric-box.active {
    background-color: #5665f2;
    color: #fff;
}

.case-button {
    background-color: #ffcc00;
    border: none;
    padding: 12px 20px;
    border-radius: 40px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-block-start: 30px;
}



/* Pagination Section */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 65px;
}

.dot {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background-color: #5665f2;
}

/* Toggle Switch Section */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #4A5FE6;
}

input:focus + .slider {
    box-shadow: 0 0 1px #4A5FE6;
    width: 60px;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.graphic-toggle {
    display: flex;
    gap: 15px;
}

/* New Stage Section */
.new__stage_body-block {
    padding-top: 100px;
    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;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
    position: relative;
    gap: 60px;
    min-width: 300px !important;
    min-height: min-content;
    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;
}

/*FAQ Section*/
.faq__header-title {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
}

.faq__header-title-bottom {
    margin-bottom: 60px;
}

.choose__block-image {
    bottom: 100px;
    position: absolute;
    left: 0;
}

.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: 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-main img {
    width: 30px;
    height: 30px
}

.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: 30px;
    height: 30px
}

.choose__body-text-title span {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    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: 48px;
    font-weight: 600;
    line-height: 57.6px;
    letter-spacing: -0.02em;
    margin-top: 0px;
    padding-bottom: 30px;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.choose__body-text-soft span {
    margin-left: 0px
}

.choose__body-block {
    padding: 40px 0 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 {
    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-start svg {
    width: 30px;
    height: 28px
}

.choose__body-block-start span {
    max-width: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: right;
    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
}

.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%;
    -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
}

.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
}


/* Tabs Section */
.tab {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.2px;
    font-weight: 500;
    padding: 42px 40px;
    cursor: pointer;
    background: rgba(237, 238, 255, 1);
    border: 1px solid rgba(0, 54, 246, 0.2);
    text-align: left;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 100%;
}

.tab.active {
    background: #fff;
    color: var(--blue);
    border-right: none;
}

.content-item {
    display: none;
    padding: 40px;
    background-color: #fff;
    color: #2C2C2C;
}

.content-item:not(.hidden) {
    display: block;
}

.images {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.images img {
    width: 50%;
    border-radius: 8px;
}

.info__tabs-quote {
    line-height: 120%;
    letter-spacing: -0.2px;
    font-size: 16px;
    color: #2C2C2C;
    padding: 15px 10px;
    background-color: rgba(0, 54, 246, 0.1);
    border-right: 1px solid rgba(74, 95, 230, 1);
    border-left: 1px solid rgba(74, 95, 230, 1);
}

.tabs__btn-footer {
    display: flex;
    justify-content: flex-end;
}

.info-tabs {
    margin: 100px 0;
}

.info-tabs-container {
    display: flex;
    flex-direction: column;
}

.content-box {
    margin: 0 0 80px 0;
    position: relative;
}

.btn__tabs-container {
    width: 305px;
}

.letter__thanks-item-mob-text {
    display: none;
}

.letter__main-title h2{
    margin-bottom: 60px;
}

.letter__thanks-item-desc-text {
    display: block;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
}
.letter__thanks-item-mob-text {
    display: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
}

.letter__thanks-item-mob-text span{
    color: #2C2C2C66;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
}

/*Faq-dropdown Section*/

.questions {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

@media (max-width: 1024px) {
    .questions {
        padding-top: 60px;
    }

    .faq__header-title {
        margin: 0;
        font-size: 24px;
        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;
    }

    .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
    }

    .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;
    }
}

.questions__title {
    margin-bottom: 60px;
}

.questions__item {
    padding: 56px 30px;
    border-top: 1px solid var(--black-20);
    width: 100%;
}

.questions__item:last-of-type {
    border-bottom: 1px solid var(--black-20);
}

@media (max-width: 1024px) {
    .questions__item {
        padding: 30px 55px 30px 15px;
    }


}

@media (max-width: 576px) {
    .questions__item {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* Big Title Block Section */
.big__title-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.big-title {
    padding: 100px 0 0;
}

.big__title-block-text {
    margin: 0;
    color: var(--blue);
    font-size: 96px;
    font-weight: 600;
    line-height: 95%;
    letter-spacing: -0.2px;
    text-align: right;
}

/* Quiz Section */
.question_sect {
    padding: 70px 0;
    background-color: rgba(237, 238, 255, 1);
}

.quiz-container {
    height: 550px;
    position: relative;
    padding: 35px 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 140px;
}

.wpcf7 {
    place-self: center;
    height: 100%;
}

.question_block-quests {
    height: 100%;
    border-radius: 15px;
    padding: 40px;
    position: relative;
    display: grid;
    justify-content: center;
    width: 100%;
    background-color: #D9E1FE;
    justify-items: end;
}

.question_form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.mob-info-container {
    display: none;
}

.head_frm {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 32px;
    line-height: 105%;
    letter-spacing: -0.02em;
    color: #2c2d2c;
}

.question_form.input_quest {
    width: 100%;
    gap: 5px;
}

.question_form.input_quest input,
.question_form.input_quest input::placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
}

.question_form.input_quest input::placeholder {
    color: rgba(44, 44, 44, 0.4);
}

.head_frm.end_head {
    font-weight: 600;
    font-size: 36px;
    color: #2c2d2c;
    width: 100%;
    text-align: center;
    margin: 40px 0;
}

.ff-el-form-check-label span {
    color: #2c2d2c;
    font-weight: 300;
    font-size: 20px;
}

.head_frm.end_head strong {
    display: block;
    font-weight: 500;
}

.question_back-nums {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.question_back {
    width: 35px;
    height: 35px;
}

.question_num {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 105%;
    letter-spacing: -0.02em;
    text-align: right;
    /*color: var(--color9b9b9b);*/
}

.question_num strong {
    /*color: var(--color1c2c41);*/
}

.question_form-cntr h3 {
    width: 70%;
}

.question_check {
    margin-bottom: 0 !important;
}

.question_check input {
    background-color: transparent;
    /*border: 1px solid var(--color1c2c41);*/
    cursor: pointer;
}

.question_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    gap: 10px;
    margin-top: auto;
    transition: all 0.4s;
}

.question_btn span {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
}

.quest_small-txt {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 105%;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(44, 44, 44, 0.4);
    margin: 5px auto auto auto;
}

.question_btn img {
    transition: all 0.4s;
}

.question_btn:hover img {
    transform: translateX(5px);
}

.submit_btn {
    width: 100%;
    margin-top: unset;
}

.next-button {
    place-self: end;
    background-color: #FFC702;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 20px;
    color: #333;
    transition: background-color 0.3s;
}

.next-button:hover {
    background-color: #FFC107;
}

.yellow-btn:hover {
    background-color: #FFC107;
}

.header_section {
    text-align: right;
    font-weight: 800;
    font-size: 40px;
    color: #4A5FE6;
    margin-top: 30px;
    margin-bottom: 40px;
}

.header_section span {
    color: #2C2C2C66;
}

.header_section-text {
    line-height: 120%;
    text-align: right;
    font-size: 20px;
    font-weight: 400;
}

.progress-indicator {
    place-self: end;
    font-size: 18px;
    font-weight: bold;
    color: #2c2d2c;
    margin-bottom: 20px;
    font-weight: 300;
}

.quiz-step {
    display: none;
}

.quiz-step.active {
    display: grid;
    height: 90%;
    width: 490px;
}

#qiuzForm {
    padding: 30px 50px;
}

.ff-el-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ff-el-group label {
    font-size: 16px;
    color: #333;
}

.ff-el-group input {
    padding: 10px;
    border: 1px solid #2c2d2c;
    border-radius: 5px;
    font-size: 16px;
}

.question_form .wpcf7-list-item {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
}

.question_form .wpcf7-list-item label {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #2c2d2c;
    font-size: 16px;
    margin: 0;
}

/* Стили для радиокнопок */
.question_form .wpcf7-list-item input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.question_form .wpcf7-list-item label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #2c2d2c;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.3s ease;
}

.question_form .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:before {
    border-color: #2c2d2c;
}

.quiz__form-finally-text {
    background-color: rgba(74, 95, 230, 0.3);
    padding: 10px;
    font-size: 22px;
    color: rgba(44, 44, 44, 1);
    text-align: center;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.02em;

}

.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;
}

/* Letter Thanks Section */
.letter__thanks-block-item {
    max-width: 870px;
    padding: 10px;
    background-color: #fff;
    position: relative;
    display: flex;
    gap: 20px;
    margin-bottom: 80px;
}

.letter__thanks-block-item:nth-child(2n) {
    justify-self: center;
    margin-bottom: 0;
}

.letter-thanks {
    padding: 100px 0;
    background-color: #EDEEFF;
}

.new__main-title_letter {
    margin-bottom: 80px !important;
}

.letter-thanks_image-avatar {
    object-fit: cover;
}

.letter-thanks_image {
    position: absolute;
    object-fit: cover;
    width: 204px;
    height: 293px;
    right: -100px;
    rotate: 10deg;
    cursor: pointer;
    top: -40px;
}

.letter-thanks-text-block {
    max-width: 55%;
}

.letter__thanks-item-main-text {
    font-size: 20px;
    line-height: 120%;
}

/* 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;
}

.big__title-block-image {
    /*height: 145px;*/
    bottom: 40px;
    position: absolute;
    left: 0;
}

.big__title-block-image-quest {
    bottom: 10px;
    position: absolute;
}

/* 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%;
    }

    .hero-block {
        box-shadow: 0 11px 15px rgba(0, 0, 0, 0.1);
        display: flex;
        gap: 11px;
        width: 75%;
    }
}


.video {
    width: 100%;
    margin: 100px 0;
}

.video__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: 60px
}

.video__body-title {
    font-size: 56px;
    font-weight: 600;
    line-height: 58.8px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2c2c2c
}

.video__body-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.video__body-block-main {
    width: 823px;
    height: 518px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    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
}

.video__body-block-main-back {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    scale: 1.1
}

.video__body-block-main-blur {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.video__body-block-main-img {
    position: relative;
    z-index: 5;
    width: 394px;
    height: 100%
}

.video__body-block-main svg {
    width: 76px;
    height: 86px;
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 5
}

.video__body-block-soft {
    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
}

.video__body-block-soft-item {
    width: 407px;
    height: 254px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    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
}

.video__body-block-soft-item-back {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    scale: 1.1
}

.video__body-block-soft-item-blur {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.video__body-block-soft-item-img {
    position: relative;
    z-index: 5;
    width: 208px;
    height: 100%
}

.video__body-block-soft-item svg {
    width: 38px;
    height: 43px;
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 5
}

.new__stage {
    padding: 100px 0 !important;
}






