/* 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;
}


.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%) !important;
    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/y-map-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.container__hero-main {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.image-container {
    width: 100%;
    /* Ширина контейнера */

}


.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: 60px;
}

.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: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.hero-block {
    padding: 30px 20px;
    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: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-block__list {
    padding: 0 0 0 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero-block__list-item {
    color: rgba(0, 62, 183, 0.75);
}

.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: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--blue-75);
}

.hero-block:nth-child(1n) {}

.hero-block:nth-child(2n) {
    rotate: 2deg;
}

.hero-block:nth-child(3n) {
    rotate: -2deg;
}

.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 {
    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 {
    padding: 100px 0;
}

.tariff__block-main {
    display: flex;
    flex-wrap: wrap;
    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;
    border: none;
    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: -71px;
    top: -7px;
    rotate: 45deg;
    position: absolute;
    background-color: #FFC702;
    font-size: 18px;
    font-weight: 600;
}

.tariff__card_title {
    display: flex;
    align-items: center;
    width: fit-content;
    background: #4a5fe6;
    padding: 10px 40px;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    border-radius: 60px;
    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: 0px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #000;
    padding: 3px 3px;
    background-color: #000;
    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;
    }



    .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) {

    .tariff__block-main {
        flex-direction: column;
    }

    .main-tariff__block-card {
        min-width: 400px;
    }

    .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 {}

    .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: 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%;
    }


    .cases__splide-item {
        width: 100%;
    }

    .catalog__body-block-projects {
        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-bottom: 20px !important;
    }

    .filer .splide__list {
        backface-visibility: hidden;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column !important;
        gap: 10px;
        overflow: hidden;
    }

    .splide__list {
        backface-visibility: hidden;
        display: -ms-flexbox;
        display: flex;
    }
}

@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;
    }

    #filter .splide__list {

        flex-direction: column !important;

    }
}


.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 {
        background-size: auto;
        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: 100%%;
    }

    .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: 0px;
    }

    .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;
    }

    .main-tariff__block-card {
        min-width: 100%;
    }

}

.hero__descr {
    white-space: pre-line;
    margin: 0;
    max-width: 500px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: var(--black);
}




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__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: 20px 0 200px 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 {
    margin: 20px 0;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.final-contact {
    width: 100%;
}

.images img {
    width: 50%;
    border-radius: 8px;
}

.info__tabs-quote {
    line-height: 120%;
    margin-bottom: 50px;
    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);
}

.info__tabs-quote span {
    color: var(--blue);
    font-weight: 500;
}

.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: max-content;
}

.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: 20px;
        padding-bottom: 20px;
        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: 90px 0;
    background-image: url(../img/banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.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: rgba(151, 174, 255, 0.5);
    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: #2C2C2C;
    margin-top: 30px;
    margin-bottom: 40px;
}

.header_section span {
    color: #4A5FE6;
}

.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 {
        padding: 0;
        border-top: 1px solid rgba(4, 4, 4, .2);
        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 {
        padding: 0;
        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;
    }

    .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-weight: 600;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: -0.02em;
        -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
    }

    .choose {
        padding: 60px 0 60px 0;
    }
}

/* 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: 10px;
    }

    .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: 28px;
        margin-bottom: 0 !important;
    }

    .btn__tabs-container {
        width: 255px;
    }

    .new__stage__btn-footer {
        justify-content: flex-start;
        margin-bottom: 30px;
    }

    .quiz-container {
        height: 100%;
    }


    .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;

    }
}



.card {
    position: relative;
    z-index: 5;
    /* Повышаем приоритет */
}

.tooltip {
    position: absolute;
    z-index: 10;
    /* Поверх dot и line */
}


.line,
.dot {
    position: relative;
    z-index: 1;
    /* Ниже карточки и тултипа */
}


/* Общие стили для секции */
.info-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
}




.main__body-btn {
    padding: 16px 40px;
    background: #ffc702;
    border-radius: 40px;
    margin-top: 34px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2c2c2c;
}



@media (max-width: 640px) {




}



}

@media (max-width: 640px) {


    .catalog__body-block-projects-items-item-top h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .catalog__body-block-projects-items-item-bot span {
        font-size: 14px;
    }

    .graphic-timeline-title {
        margin: 0;
        font-size: 24px;
        font-weight: 600;
        line-height: 120%;
    }

    .stage__body-block .splide__arrows {
        top: -35px !important;
        right: 0 !important;
    }
}

.faq__section-mob {
    display: none;
}

@media (max-width: 768px) {
    .graphic-timeline {
        display: none;
    }

    .faq__section-mob {
        display: block;
    }

    .graphic-timeline_h2 {
        margin-bottom: 40px !important;
    }

}












/* Yandex-map styles */

/* Основная секция сертификации */
.sertification {
    padding: 100px 0;
}

/* Контейнер внутри секции */
.sertification-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* Заголовочный блок с текстом */
.sertification-content {
    display: flex;
    gap: 60px;
    flex-direction: column;

}

/* Описание под заголовком */
.sertification-descr {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;

}

/* Спан внутри описания */
.sertification-descr span {
    background-color: #4A5FE6;
    color: #fff;
    border-radius: 20px;
    rotate: -2.5deg;
    padding: 7px 20px;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}

.sertification-block__image {
       display: flex;
    justify-content: center;
}

/* Изображение сертификации */
.sertification-block img {
        max-height: 505px;
}

@media  (max-width: 768px) {
    .sertification-block {
        display: flex;
        flex-direction: column;
    }

    .sertification-descr {
        font-size: 16px;
    }

    .sertification-content {
        gap: 10px;
    }

    .sertification-block__image {
        rotate: -6deg;
    }

    .sertification-btn {
        margin-top: 20px;
    }
}

.free__body {
    position: relative;
    padding: 97px 75px;
    border-radius: 11px;
}

.free__body img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 11px;
}

.free__body-wrap {
    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
}

.free__body-wrap h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #f7f7f7
}

.free__body-wrap-form {
    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
}

.free__body-wrap-form-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.free__body-wrap-form-main input {
    width: 260px;
    height: 54px;
    background: #f7f7f7;
    border-radius: 24px;
    border: 1px solid rgba(44, 44, 44, .4);
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2c2c2c
}

.free__body-wrap-form-main button {
    width: 260px;
    height: 54px;
    background: #ffc702;
    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;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2c2c2c;
    border-radius: 24px
}

.free__body-wrap-form .checkbox {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.free__body-wrap-form .checkbox-label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.free__body-wrap-form .checkbox-label p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #f7f7f7
}

.free__body-wrap-form .checkbox-label p a {
    text-decoration: underline
}

.free__body-wrap-form .checkbox-view {
    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;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.free__body-wrap-form .checkbox-icon {
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.free__body-wrap-form .checkbox:checked + .checkbox-view {
    background-color: rgba(0, 0, 0, 0)
}

.free__body-wrap-form .checkbox:checked + .checkbox-view .checkbox-icon {
    opacity: 1
}


@media (max-width: 768px) {
    .free__body {
        position: relative;
        padding: 40px 20px;
        border-radius: 22.5px
    }

    .free__body img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 22.5px
    }

    .free__body-wrap {
        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
    }

    .free__body-wrap h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #f7f7f7
    }

    .free__body-wrap-form {
        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
    }

    .free__body-wrap-form-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .free__body-wrap-form-main input {
        width: 100%;
        height: 38px;
        background: #f7f7f7;
        border-radius: 12px;
        border: 1px solid rgba(44, 44, 44, .4);
        padding-left: 15px;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #2c2c2c
    }

    .free__body-wrap-form-main button {
        width: 100%;
        height: 38px;
        background: #ffc702;
        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;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #2c2c2c;
        border-radius: 12px
    }

    .free__body-wrap-form .checkbox {
        position: absolute;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .free__body-wrap-form .checkbox-label {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .free__body-wrap-form .checkbox-label p {
        font-size: 10px;
        font-weight: 400;
        line-height: 12px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #f7f7f7
    }

    .free__body-wrap-form .checkbox-label p a {
        text-decoration: underline
    }

    .free__body-wrap-form .checkbox-view {
        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;
        min-width: 18px;
        min-height: 18px;
        width: 18px;
        height: 18px;
        margin-right: 10px;
        border: 1px solid #ccc;
        border-radius: 6px;
        background: #fff;
        -webkit-transition: .3s;
        transition: .3s
    }

    .free__body-wrap-form .checkbox-icon {
        opacity: 0;
        -webkit-transition: .3s;
        transition: .3s
    }

    .free__body-wrap-form .checkbox:checked + .checkbox-view {
        background-color: rgba(0, 0, 0, 0)
    }

    .free__body-wrap-form .checkbox:checked + .checkbox-view .checkbox-icon {
        opacity: 1
    }

}



.result-section {
    padding: 100px 0;
}

.result-section__header {
    margin-bottom: 60px;
}

.new__main-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.result-section__content {
    display: flex;
}

.result-section__items {
    width: 100%;

}

.result-section__left-block {
    width: 55%;
    display: flex;
    align-items: center;

    gap: 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -2%;
    vertical-align: middle;

}

.result-section__title-content {
    width: 70%;
}

.result-section__content-block {
    width: 45%;
}

.result-section__item {
    border-top: 1px solid rgba(4, 4, 4, 0.2);
    border-radius: 13px;
    padding: 20px;
    transition: transform 0.3s ease;
}

.result-section-niches__icon {
    width: 60px;
    height: 51px;
    flex-shrink: 0;
    object-fit: contain;
}

.result-section__item:hover {
    transform: translateY(-5px);
}

.result-section__item-content {
    display: flex;
    align-items: center;
}

.result-section__icon {
    width: 72px;
    height: 62px;
    margin-right: 20px;
    flex-shrink: 0;
}

.result-section__text {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}

@media (max-width: 768px) {
    .result-section__content {
        flex-direction: column;
    }

    .result-section__items {
        width: 100%;
    }

    .result-section__item {
        margin-bottom: 20px;
    }

    .result-section__left-block {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0px;
        font-weight: 500;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: -2%;
        vertical-align: middle;
        margin-bottom: 20px;
    }

    .result-section__content-block {
        width: 100%;
    }

    .result-section__item {
        padding: 20px 0;
    }

    .new__main-title h2 {
        text-align: left;
        font-size: 28px;
    }

    .main_new__stage_body-block {
        padding-top: 40px;
    }

    .stage__body-block .splide__arrows {
        right: 40px ;
        top: 40px !important;
    }

    .competitive-niches__text {
        font-size: 18px;
    }

    .result-section__text {
        font-size: 14px;
    }

    .catalog__body-block-projects-items-item-top h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .catalog__body-block-projects-items-item-bot span {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .result-section {
        padding: 60px 0;
    }

    .result-section__item-content {
        flex-direction: column;
    }

    .result-section__icon {
        margin-bottom: 15px;
        margin-right: 0;
    }
}




        .map-case {
            position: relative;
            padding: 100px 0;
            background-color: #f0f0ff;
        }
        .map-case__header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }
        .map-case__header-title {
            font-size: 2em;
            color: #4a4aff;
        }
        .map-case__header-btn {
            background-color: #fff;
            border: 1px solid #4a4aff;
            padding: 10px 20px;
            cursor: pointer;
        }
        .map-case__container {
            position: relative;
            overflow: visible;
        }
        .map-case__slider {
            display: flex;
            transition: transform 0.5s ease;
        }
        .map-case__slide {
            width: 100%;
            display: flex;
            gap: 40px;
        }

        .map-case__left-block {
                        background-color: #FFFFFF;
                                    width: 60%;


        }
  .map-case__right-block {
            width: 40%;
        }

        .max-case_image {
            width: 100%;
        }

        
        .map-case__tabs {
            display: flex;
            gap: 10px;
            padding: 25px;
        }
        .map-case__tab {
             display: flex
;
    border-radius: 50px;
    padding: 10px 15px;
    cursor: pointer;
    color: rgba(44, 44, 44, 0.6);
    border: 1px solid rgba(44, 44, 44, 0.6);
    transition: all 0.3s;
    align-items: center;
    gap: 10px;
        }
        .map-case__tab:hover, .map-case__tab.active {
            background-color: #4a4aff;
            color: #fff;
        }
      .map-case__tab-image {
  width: 100%;
  height: 450px; /* фиксированная высота нужна! */
  display: none;
  position: relative;
}
        .map-case__tab-image.active {
            display: block;
        }

        .map-case__tab-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

        .map-case__right-block-title {
            color: #B3B3B3;
            font-size: 20px;
            margin-bottom: 20px;
        }
        .map-case__right-block-subtitle {
            font-weight: 600;
            font-size: 28px;
            line-height: 120%;
            letter-spacing: 0.02em;
            color: #2C2C2C;
            margin-bottom: 30px;

        }
        .map-case__right-block-city {
            margin-bottom: 30px;
        }

            .map-case__right-block-text {
font-weight: 400;
font-size: 16px;
line-height: 120%;
            letter-spacing: 0.02em;
            margin-bottom: 30px;

        }
        .map-case__right-block-btn {
            background-color: #4a4aff;
            color: #fff;
            padding: 10px 20px;
            text-decoration: none;
            display: inline-block;
        }
        .map-case__arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(0,0,0,0.5);
            color: #fff;
            border: none;
            padding: 10px;
            cursor: pointer;
        }
        .map-case__arrow--prev {
            left: 10px;
        }
        .map-case__arrow--next {
            right: 10px;
        }

        .map-case__header-block {
            display: flex;
            justify-content: space-between;
            margin-bottom: 80px;
        }

        /* Изначально серый цвет для SVG */
.map-case__tab svg path {
    fill: rgba(44, 44, 44, 0.6);
    transition: fill 0.3s ease; /* Плавное изменение цвета */
}

/* Стили для активного состояния и при наведении */
.map-case__tab:hover, 
.map-case__tab.active {
    background-color: #4a4aff;
    color: #fff;
    border-color: #4a4aff;
}

/* Белый цвет для SVG в активном состоянии */
.map-case__tab.active svg path,
.map-case__tab:hover svg path {
    fill: #fff;
}


@media (max-width: 768px) {
    .map-case__tabs {
        display: flex;
        gap: 10px;
        padding: 10px;
        flex-wrap: wrap;
    }

    .map-case__tab {
        padding: 10px 10px;

    }

    .map-case__tab-image {
        height: 295px;
    }

    .map-case__slide {
        flex-direction: column-reverse;
    }

    .map-case__left-block {
        width: 100%;
    }
    .map-case__right-block {
         width: 100%;
    }

    .map-case__header-block {
        align-items: center;
    }

    .optimization__main-body-block .stage__body-block .splide__arrows {
        right: 25px;
        top: -45px !important;
    }
}

.team {
    margin: 0!important;
}


.splide__arrow {
    display: none;
}

.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;
}

 .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;
}


.splide__arrow svg {
    fill: none;
    width: 8px;
    height: 16px;
}

.splide__arrow:hover {
    opacity: 1;
}


.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;
}

.splide__arrow--next {
    right: -40px !important;
}

.splide__arrow--prev {
    left: -35px !important;
}