.brand-production-section {
    background: linear-gradient(180deg, #ffffff 0%, #F7F8FA 50%, #FFF7ED 100%);
    padding: 60px 0 62px;
    overflow: hidden;
}

.brand-production-section .brand-production-section__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.brand-production-section .brand-production-section__layout {
    display: grid;
    grid-template-columns: 0.92fr 1fr;
    gap: 34px;
    align-items: center;
}

.brand-production-section .brand-production-section__content {
    max-width: 520px;
}

.brand-production-section .brand-production-section__title {
    margin: 0 0 20px;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: #4b4b52;
}

.brand-production-section .brand-production-section__subtitle {
    margin-bottom: 42px;
    font-size: 24px;
    line-height: 1.45;
    color: #54545b;
}

.brand-production-section .brand-production-section__list {
    list-style: none;
    margin: 0 0 42px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.brand-production-section .brand-production-section__item {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 22px;
    line-height: 1.3;
    color: #505057;
}

.brand-production-section .brand-production-section__check {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
}

.brand-production-section .brand-production-section__button {
    min-width: 338px;
    height: 54px;
    padding: 0 26px;
    border-radius: 16px;
    background: #C66B36;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    transition: background 0.2s ease;
}

.brand-production-section .brand-production-section__button:hover {
    background: #bf6c31;
}

.brand-production-section .brand-production-section__media {
    width: 100%;
}

.brand-production-section .brand-production-section__image {
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
}

.brand-production-section .brand-production-section__image img {
    width: 100%;
    height: 574px;
    object-fit: cover;
    display: block;
}

/* tablet */
@media (max-width: 1024px) {
    .brand-production-section {
        padding: 48px 0 50px;
    }

    .brand-production-section .brand-production-section__media {
        order: -1;
    }

    .brand-production-section .brand-production-section__container {
        padding: 0 16px;
    }

    .brand-production-section .brand-production-section__layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .brand-production-section .brand-production-section__content {
        max-width: 100%;
        text-align: center;
    }

    .brand-production-section .brand-production-section__title {
        font-size: 34px;
        margin-bottom: 16px;
    }

    .brand-production-section .brand-production-section__subtitle {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .brand-production-section .brand-production-section__list {
        align-items: center;
        margin-bottom: 30px;
    }

    .brand-production-section .brand-production-section__item {
        justify-content: center;
        font-size: 20px;
    }

    .brand-production-section .brand-production-section__button {
        min-width: 320px;
    }

    .brand-production-section .brand-production-section__image img {
        height: 460px;
    }
}

/* mobile */
@media (max-width: 520px) {
    .brand-production-section {
        padding: 36px 0 40px;
    }

    .brand-production-section .brand-production-section__container {
        padding: 0 16px;
    }

    .brand-production-section .brand-production-section__layout {
        gap: 22px;
    }

    .brand-production-section .brand-production-section__title {
        font-size: 24px;
        line-height: 1.35;
        margin-bottom: 14px;
    }

    .brand-production-section .brand-production-section__subtitle {
        font-size: 16px;
        line-height: 1.45;
        margin-bottom: 24px;
    }

    .brand-production-section .brand-production-section__list {
        gap: 16px;
        margin-bottom: 24px;
        align-items: flex-start;
    }

    .brand-production-section .brand-production-section__item {
        justify-content: flex-start;
        font-size: 16px;
        gap: 12px;
        text-align: left;
    }

    .brand-production-section .brand-production-section__check {
        width: 26px;
        height: 26px;
        flex-basis: 26px;
        font-size: 20px;
    }

    .brand-production-section .brand-production-section__button {
        width: 100%;
        min-width: 0;
        height: 52px;
        border-radius: 10px;
        font-size: 17px;
    }

    .brand-production-section .brand-production-section__image {
        border-radius: 16px;
    }

    .brand-production-section .brand-production-section__image img {
        height: 300px;
    }

    .brand-production-section .brand-production-section__content {
        text-align: left;
    }
}

@media (max-width: 365px) {
    .brand-production-section .brand-production-section__title {
        font-size: 22px;
    }

    .brand-production-section .brand-production-section__subtitle {
        font-size: 15px;
    }

    .brand-production-section .brand-production-section__item {
        font-size: 15px;
    }

    .brand-production-section .brand-production-section__image img {
        height: 270px;
    }
}


.service-description-section {
    background: #FFF7ED;
    padding: 62px 0 62px;
    overflow: hidden;
}

.service-description-section .service-description-section__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.service-description-section .service-description-section__head {
    max-width: 980px;
    margin: 0 auto 42px;
    text-align: center;
}

.service-description-section .service-description-section__title {
    margin: 0 0 14px;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: #4B4B52;
}

.service-description-section .service-description-section__line {
    width: 60px;
    height: 3px;
    background: #C66B36;
    border-radius: 20px;
    margin: 0 auto 22px;
}

.service-description-section .service-description-section__subtitle {
    font-size: 24px;
    line-height: 1.55;
    color: #6D6D74;
}

.service-description-section .service-description-section__audience {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 90px;
    margin: 0 0 34px;
    flex-wrap: wrap;
}

.service-description-section .service-description-section__audience-item {
    max-width: 220px;
    text-align: center;
}

.service-description-section .service-description-section__audience-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-description-section .service-description-section__audience-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-description-section .service-description-section__audience-title {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #111111;
}

.service-description-section .service-description-section__audience-text {
    font-size: 18px;
    line-height: 1.35;
    color: #74747B;
}

.service-description-section .service-description-section__bottom-title {
    margin: 0 0 32px;
    text-align: center;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
    color: #111111;
}

.service-description-section .service-description-section__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-bottom: 34px;
}

.service-description-section .service-description-section__card {
    min-height: 282px;
    padding: 28px 26px 26px;
    border-radius: 22px;
    background: #FFFFFF;
    box-shadow: 0 10px 24px rgba(93, 72, 51, 0.16);
    border: 1px solid #E6DDD4;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.service-description-section .service-description-section__card-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.service-description-section .service-description-section__card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-description-section .service-description-section__card-title {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #111111;
}

.service-description-section .service-description-section__card-text {
    font-size: 18px;
    line-height: 1.45;
    color: #74747B;
}

.service-description-section .service-description-section__button-wrap {
    display: flex;
    justify-content: center;
}

.service-description-section .service-description-section__button {
    min-width: 308px;
    height: 54px;
    padding: 0 26px;
    border-radius: 16px;
    background: #F3EEE8;
    border: 1px solid #D4C9BE;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #4B4B52;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    transition: all 0.2s ease;
}

.service-description-section .service-description-section__button:hover {
    background: #ECE4DA;
}

/* tablet */
@media (max-width: 1024px) {
    .service-description-section {
        padding: 48px 0 50px;
    }

    .service-description-section .service-description-section__container {
        padding: 0 16px;
    }

    .service-description-section .service-description-section__head {
        margin-bottom: 36px;
    }

    .service-description-section .service-description-section__title {
        font-size: 34px;
        margin-bottom: 12px;
    }

    .service-description-section .service-description-section__subtitle {
        font-size: 20px;
    }

    .service-description-section .service-description-section__audience {
        gap: 42px;
        margin-bottom: 28px;
    }

    .service-description-section .service-description-section__audience-title {
        font-size: 22px;
    }

    .service-description-section .service-description-section__audience-text {
        font-size: 18px;
    }

    .service-description-section .service-description-section__bottom-title {
        font-size: 30px;
        margin-bottom: 26px;
    }

    .service-description-section .service-description-section__cards {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 760px;
        margin: 0 auto 30px;
    }

    .service-description-section .service-description-section__card {
        min-height: 250px;
    }

    .service-description-section .service-description-section__button {
        min-width: 320px;
    }
}

/* mobile */
@media (max-width: 520px) {
    .service-description-section {
        padding: 36px 0 40px;
    }

    .service-description-section .service-description-section__container {
        padding: 0 16px;
    }

    .service-description-section .service-description-section__head {
        margin-bottom: 28px;
    }

    .service-description-section .service-description-section__title {
        font-size: 24px;
        line-height: 1.35;
        margin-bottom: 10px;
    }

    .service-description-section .service-description-section__line {
        margin-bottom: 16px;
    }

    .service-description-section .service-description-section__subtitle {
        font-size: 16px;
        line-height: 1.5;
    }

    .service-description-section .service-description-section__audience {
        flex-direction: column;
        align-items: center;
        gap: 26px;
        margin-bottom: 24px;
    }

    .service-description-section .service-description-section__audience-item {
        max-width: 100%;
    }

    .service-description-section .service-description-section__audience-icon {
        width: 68px;
        height: 68px;
        margin-bottom: 14px;
    }



    .service-description-section .service-description-section__audience-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .service-description-section .service-description-section__audience-text {
        font-size: 16px;
        line-height: 1.45;
    }

    .service-description-section .service-description-section__bottom-title {
        font-size: 24px;
        line-height: 1.35;
        margin-bottom: 22px;
    }

    .service-description-section .service-description-section__cards {
        gap: 16px;
        margin-bottom: 24px;
    }

    .service-description-section .service-description-section__card {
        min-height: auto;
        padding: 24px 18px 22px;
        border-radius: 16px;
    }

    .service-description-section .service-description-section__card-icon {
        width: 72px;
        height: 72px;
        margin-bottom: 18px;
    }


    .service-description-section .service-description-section__card-title {
        font-size: 20px;
        line-height: 1.35;
        margin-bottom: 10px;
    }

    .service-description-section .service-description-section__card-text {
        font-size: 16px;
        line-height: 1.45;
    }

    .service-description-section .service-description-section__button {
        width: 100%;
        min-width: 0;
        height: 52px;
        border-radius: 15px;
        font-size: 17px;
    }
}

@media (max-width: 365px) {
    .service-description-section .service-description-section__title {
        font-size: 22px;
    }

    .service-description-section .service-description-section__subtitle {
        font-size: 15px;
    }

    .service-description-section .service-description-section__audience-title {
        font-size: 18px;
    }

    .service-description-section .service-description-section__audience-text {
        font-size: 15px;
    }

    .service-description-section .service-description-section__bottom-title {
        font-size: 22px;
    }

    .service-description-section .service-description-section__card-title {
        font-size: 18px;
    }

    .service-description-section .service-description-section__card-text {
        font-size: 15px;
    }
}





.work-formats-section {
    background: #F8F5F1;
    padding: 62px 0 62px;
    overflow: hidden;
}

.work-formats-section .work-formats-section__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.work-formats-section .work-formats-section__head {
    max-width: 980px;
    margin: 0 auto 46px;
    text-align: center;
}

.work-formats-section .work-formats-section__title {
    margin: 0 0 14px;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: #4B4B52;
}

.work-formats-section .work-formats-section__line {
    width: 60px;
    height: 3px;
    background: #C66B36;
    border-radius: 20px;
    margin: 0 auto 22px;
}

.work-formats-section .work-formats-section__subtitle {
    max-width: 920px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.45;
    color: #6D6D74;
}

.work-formats-section .work-formats-section__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 50px;
}

.work-formats-section .work-formats-section__card {
    position: relative;
    width: calc(25% - 12px);
    display: flex;
    flex-direction: column;
}

.work-formats-section .work-formats-section__icon {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 40px -44px auto;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.work-formats-section .work-formats-section__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.work-formats-section .work-formats-section__card-inner {
    min-height: 338px;
    background: #F8F4F3;
    border: 1px solid #E4D9CF;
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(93, 72, 51, 0.16);
    padding: 84px 20px 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 auto;
}

.work-formats-section .work-formats-section__card-title {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #111111;
}

.work-formats-section .work-formats-section__card-text {
    font-size: 17px;
    line-height: 1.45;
    color: #74747B;
    margin-bottom: auto;
}

.work-formats-section .work-formats-section__card-button {
    min-width: 190px;
    height: 46px;
    padding: 0 22px;
    border-radius: 14px;
    background: #F1E8DD;
    border: 1px solid #D9CDC1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #3F3F46;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    margin-top: 26px;
    transition: all 0.2s ease;
}

.work-formats-section .work-formats-section__card-button:hover {
    background: #ECE1D4;
}

.work-formats-section .work-formats-section__bottom {
    display: flex;
    justify-content: center;
}

.work-formats-section .work-formats-section__button {
    min-width: 320px;
    height: 54px;
    padding: 0 30px;
    border-radius: 16px;
    background: #C66B36;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    transition: background 0.2s ease;
}

.work-formats-section .work-formats-section__button:hover {
    background: #BF6C31;
}

.work-formats-section .work-formats-section__button-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* tablet */
@media (max-width: 1024px) {
    .work-formats-section {
        padding: 48px 0 50px;
    }

    .work-formats-section .work-formats-section__container {
        padding: 0 16px;
    }

    .work-formats-section .work-formats-section__head {
        margin-bottom: 34px;
    }

    .work-formats-section .work-formats-section__title {
        font-size: 34px;
        margin-bottom: 12px;
    }

    .work-formats-section .work-formats-section__subtitle {
        font-size: 20px;
    }

    .work-formats-section .work-formats-section__cards {
        gap: 22px;
        margin-bottom: 36px;
    }

    .work-formats-section .work-formats-section__card {
        width: calc(50% - 11px);
        padding-top: unset;
    }

    .work-formats-section .work-formats-section__card-inner {
        min-height: 320px;
    }

    .work-formats-section .work-formats-section__card-title {
        font-size: 24px;
    }

    .work-formats-section .work-formats-section__card-text {
        font-size: 17px;
    }

    .work-formats-section .work-formats-section__button {
        min-width: 300px;
    }
}

/* mobile */
@media (max-width: 520px) {
    .work-formats-section {
        padding: 36px 0 40px;
    }

    .work-formats-section .work-formats-section__container {
        padding: 0 16px;
    }

    .work-formats-section .work-formats-section__head {
        margin-bottom: 28px;
    }

    .work-formats-section .work-formats-section__title {
        font-size: 24px;
        line-height: 1.35;
        margin-bottom: 10px;
    }

    .work-formats-section .work-formats-section__line {
        margin-bottom: 16px;
    }

    .work-formats-section .work-formats-section__subtitle {
        font-size: 16px;
        line-height: 1.5;
    }

    .work-formats-section .work-formats-section__cards {
        gap: 18px;
        margin-bottom: 28px;
    }

    .work-formats-section .work-formats-section__card {
        width: 100%;
    }

    .work-formats-section .work-formats-section__card-inner {
        min-height: auto;
        padding: 72px 18px 22px;
        border-radius: 16px;
    }

    .work-formats-section .work-formats-section__card-title {
        font-size: 22px;
        line-height: 1.35;
        margin-bottom: 16px;
    }

    .work-formats-section .work-formats-section__card-text {
        font-size: 16px;
        line-height: 1.45;
    }

    .work-formats-section .work-formats-section__card-button {
        width: 100%;
        min-width: 0;
        height: 44px;
        border-radius: 12px;
        font-size: 17px;
        margin-top: 22px;
    }

    .work-formats-section .work-formats-section__button {
        width: 100%;
        min-width: 0;
        height: 52px;
        border-radius: 10px;
        font-size: 17px;
    }
}

@media (max-width: 365px) {
    .work-formats-section .work-formats-section__title {
        font-size: 22px;
    }

    .work-formats-section .work-formats-section__subtitle {
        font-size: 15px;
    }

    .work-formats-section .work-formats-section__card-title {
        font-size: 20px;
    }

    .work-formats-section .work-formats-section__card-text {
        font-size: 15px;
    }
}



.service-includes-section {
    background: #F5F2EF;
    padding: 62px 0 62px;
    overflow: hidden;
}

.service-includes-section .service-includes-section__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.service-includes-section .service-includes-section__head {
    max-width: 980px;
    margin: 0 auto 42px;
    text-align: center;
}

.service-includes-section .service-includes-section__title {
    margin: 0 0 14px;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: #4B4B52;
}

.service-includes-section .service-includes-section__line {
    width: 60px;
    height: 3px;
    background: #C66B36;
    border-radius: 20px;
    margin: 0 auto 22px;
}

.service-includes-section .service-includes-section__subtitle {
    max-width: 980px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.45;
    color: #6D6D74;
}

.service-includes-section .service-includes-section__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 32px;
}

.service-includes-section .service-includes-section__card {
    width: calc(33.333% - 14px);
    min-height: 304px;
    padding: 28px 22px 24px;
    border-radius: 20px;
    background: #F8F8F8;
    border: 1px solid #D9DDE1;
    box-shadow: 0 8px 18px rgba(110, 110, 110, 0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.service-includes-section .service-includes-section__icon {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    flex-shrink: 0;
}

.service-includes-section .service-includes-section__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-includes-section .service-includes-section__card-title {
    margin: 0 0 18px;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 700;
    color: #111111;
}

.service-includes-section .service-includes-section__card-text {
    font-size: 18px;
    line-height: 1.45;
    color: #74747B;
}

.service-includes-section .service-includes-section__bottom {
    display: flex;
    justify-content: center;
}

.service-includes-section .service-includes-section__button {
    min-width: 312px;
    height: 54px;
    padding: 0 30px;
    border-radius: 16px;
    background: #C66B36;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    transition: background 0.2s ease;
}

.service-includes-section .service-includes-section__button:hover {
    background: #BF6C31;
}

.service-includes-section .service-includes-section__button-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .service-includes-section {
        padding: 48px 0 50px;
    }

    .service-includes-section .service-includes-section__container {
        padding: 0 16px;
    }

    .service-includes-section .service-includes-section__head {
        margin-bottom: 34px;
    }

    .service-includes-section .service-includes-section__title {
        font-size: 34px;
        margin-bottom: 12px;
    }

    .service-includes-section .service-includes-section__subtitle {
        font-size: 20px;
    }

    .service-includes-section .service-includes-section__cards {
        gap: 18px;
        margin-bottom: 30px;
    }

    .service-includes-section .service-includes-section__card {
        width: calc(50% - 9px);
        min-height: 290px;
    }

    .service-includes-section .service-includes-section__card-title {
        font-size: 24px;
    }

    .service-includes-section .service-includes-section__card-text {
        font-size: 17px;
    }

    .service-includes-section .service-includes-section__button {
        min-width: 300px;
    }
}

@media (max-width: 520px) {
    .service-includes-section {
        padding: 36px 0 40px;
    }

    .service-includes-section .service-includes-section__container {
        padding: 0 16px;
    }

    .service-includes-section .service-includes-section__head {
        margin-bottom: 28px;
    }

    .service-includes-section .service-includes-section__title {
        font-size: 24px;
        line-height: 1.35;
        margin-bottom: 10px;
    }

    .service-includes-section .service-includes-section__line {
        margin-bottom: 16px;
    }

    .service-includes-section .service-includes-section__subtitle {
        font-size: 16px;
        line-height: 1.5;
    }

    .service-includes-section .service-includes-section__cards {
        gap: 16px;
        margin-bottom: 28px;
    }

    .service-includes-section .service-includes-section__card {
        width: 100%;
        min-height: auto;
        padding: 24px 18px 22px;
        border-radius: 16px;
    }

    .service-includes-section .service-includes-section__card-title {
        font-size: 22px;
        line-height: 1.35;
        margin-bottom: 14px;
    }

    .service-includes-section .service-includes-section__card-text {
        font-size: 16px;
        line-height: 1.45;
    }

    .service-includes-section .service-includes-section__button {
        width: 100%;
        min-width: 0;
        height: 52px;
        border-radius: 10px;
        font-size: 17px;
    }
}

@media (max-width: 365px) {
    .service-includes-section .service-includes-section__title {
        font-size: 22px;
    }

    .service-includes-section .service-includes-section__subtitle {
        font-size: 15px;
    }

    .service-includes-section .service-includes-section__card-title {
        font-size: 20px;
    }

    .service-includes-section .service-includes-section__card-text {
        font-size: 15px;
    }
}


.client-cases-section {
    background: #F7F8FA;
    padding: 64px 0 62px;
    overflow: hidden;
}

.client-cases-section .client-cases-section__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.client-cases-section .client-cases-section__head {
    text-align: center;
    margin-bottom: 42px;
}

.client-cases-section .client-cases-section__title {
    margin: 0;
    font-size: 33px;
    line-height: 1.2;
    font-weight: 700;
    color: #4a4a51;
}

.client-cases-section .client-cases-section__line {
    width: 60px;
    height: 3px;
    margin: 14px auto 0;
    background: #d27331;
    border-radius: 3px;
}

.client-cases-section .client-cases-section__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.client-cases-section .client-cases-section__card {
    flex: 0 1 calc(25% - 10.5px);
    min-width: 0;
}

.client-cases-section .client-cases-section__card-link {
    display: block;
    background: transparent;
    text-decoration: none;
}

.client-cases-section .client-cases-section__image-wrap {
    position: relative;
    height: 200px;
    overflow: hidden;
    border: 1px solid #d7d7da;
    border-bottom: none;
    border-radius: 16px 16px 0 0;
    background: #ece9e6;
}

.client-cases-section .client-cases-section__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.client-cases-section .client-cases-section__card:hover .client-cases-section__image-wrap img {
    transform: scale(1.04);
}

.client-cases-section .client-cases-section__overlay-button {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    width: 100%;
    min-height: 30px;
    max-width: 230px;
    padding: 5px 32px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 500;
    color: #4a4a51;
    white-space: nowrap;
}

.client-cases-section .client-cases-section__card-title {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 6px 18px 8px;
    border: 1px solid #d7d7da;
    border-top: none;
    border-radius: 0 0 16px 16px;
    background: transparent;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: #424249;
}

.client-cases-section .client-cases-section__bottom {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.client-cases-section .client-cases-section__all-button {
    min-width: 282px;
    height: 44px;
    padding: 0 28px;
    border: 1px solid #d2d2d6;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-decoration: none;
    font-size: 19px;
    line-height: 1;
    font-weight: 500;
    color: #404047;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.client-cases-section .client-cases-section__all-button:hover {
    background: rgba(255, 255, 255, 0.45);
    border-color: #c6c6cb;
}

.client-cases-section .client-cases-section__all-button-arrow {
    font-size: 29px;
    line-height: 1;
    transform: translateY(-1px);
}

/* tablet */
@media (max-width: 1100px) {
    .client-cases-section .client-cases-section__container {
        padding: 0 24px;
    }

    .client-cases-section .client-cases-section__card {
        flex: 0 1 calc(33.333% - 9.34px);
    }

    .client-cases-section .client-cases-section__card-title {
        font-size: 21px;
    }
}

@media (max-width: 820px) {
    .client-cases-section {
        padding: 52px 0 54px;
    }

    .client-cases-section .client-cases-section__title {
        font-size: 28px;
    }

    .client-cases-section .client-cases-section__head {
        margin-bottom: 30px;
    }

    .client-cases-section .client-cases-section__grid {
        gap: 16px;
    }

    .client-cases-section .client-cases-section__card {
        flex: 0 1 calc(50% - 8px);
    }

    .client-cases-section .client-cases-section__image-wrap {
        height: 220px;
    }

    .client-cases-section .client-cases-section__card-title {
        font-size: 20px;
        min-height: 44px;
    }

    .client-cases-section .client-cases-section__overlay-button {
        min-width: 210px;
        font-size: 16px;
    }
}

@media (max-width: 520px) {
    .client-cases-section .client-cases-section__container {
        padding: 0 16px;
    }

    .client-cases-section {
        padding: 42px 0 44px;
    }

    .client-cases-section .client-cases-section__title {
        font-size: 24px;
        line-height: 1.3;
    }

    .client-cases-section .client-cases-section__head {
        margin-bottom: 24px;
    }

    .client-cases-section .client-cases-section__grid {
        gap: 14px;
    }

    .client-cases-section .client-cases-section__card {
        flex: 0 1 100%;
    }

    .client-cases-section .client-cases-section__image-wrap {
        height: 220px;
        border-radius: 14px 14px 0 0;
    }

    .client-cases-section .client-cases-section__overlay-button {
        min-width: 200px;
        max-width: calc(100% - 24px);
        font-size: 16px;
    }

    .client-cases-section .client-cases-section__card-title {
        font-size: 18px;
        border-radius: 0 0 14px 14px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .client-cases-section .client-cases-section__all-button {
        width: 100%;
        min-width: 0;
        max-width: 320px;
        border-radius: 14px;
        font-size: 17px;
    }
}


.china-factory-section {
    background: #FAF3EA;
    padding: 60px 0;
    overflow: hidden;
}

.china-factory-section .china-factory-section__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.china-factory-section .china-factory-section__head {
    text-align: center;
    margin-bottom: 48px;
}

.china-factory-section .china-factory-section__title {
    margin: 0;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #4a4a51;
}

.china-factory-section .china-factory-section__line {
    width: 60px;
    height: 3px;
    margin: 16px auto 18px;
    background: #d27331;
    border-radius: 3px;
}

.china-factory-section .china-factory-section__subtitle {
    max-width: 980px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.42;
    font-weight: 400;
    color: #6a6a70;
}

.china-factory-section .china-factory-section__layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.china-factory-section .china-factory-section__gallery {
    display: flex;
    gap: 14px;
}

.china-factory-section .china-factory-section__gallery--top {
    align-items: stretch;
}

.china-factory-section .china-factory-section__image {
    overflow: hidden;
    border-radius: 4px;
    background: #ddd7cf;
}

.china-factory-section .china-factory-section__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.china-factory-section .china-factory-section__image--top-left {
    flex: 0 1 29%;
    height: 244px;
}

.china-factory-section .china-factory-section__image--top-center {
    flex: 0 1 42%;
    height: 244px;
}

.china-factory-section .china-factory-section__image--top-right {
    flex: 0 1 29%;
    height: 244px;
}

.china-factory-section .china-factory-section__middle {
    display: flex;
    align-items: flex-start;
    gap: 28px;
}

.china-factory-section .china-factory-section__advantages {
    flex: 0 0 44%;
    padding: 20px 0 0 22px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.china-factory-section .china-factory-section__advantage {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 400;
    color: #53535a;
}

.china-factory-section .china-factory-section__check {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d97b33;
    transform: translateY(2px);
}

.china-factory-section .china-factory-section__gallery--bottom {
    flex: 1 1 auto;
    gap: 16px;
}

.china-factory-section .china-factory-section__image--bottom-left,
.china-factory-section .china-factory-section__image--bottom-right {
    flex: 0 1 50%;
    height: 218px;
}

.china-factory-section .china-factory-section__bottom {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.china-factory-section .china-factory-section__button {
    min-width: 282px;
    height: 46px;
    padding: 0 28px;
    border: 1px solid #d1d1d6;
    border-radius: 16px;
    background: #f1f1f3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-decoration: none;
    font-size: 19px;
    line-height: 1;
    font-weight: 500;
    color: #414148;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.china-factory-section .china-factory-section__button:hover {
    background: #f7f7f8;
    border-color: #c7c7cc;
}

.china-factory-section .china-factory-section__button-arrow {
    font-size: 24px;
    line-height: 1;
    transform: translateY(-1px);
}

@media (max-width: 1100px) {
    .china-factory-section .china-factory-section__container {
        padding: 0 24px;
    }

    .china-factory-section .china-factory-section__title {
        font-size: 30px;
    }

    .china-factory-section .china-factory-section__subtitle {
        font-size: 20px;
        max-width: 860px;
    }

    .china-factory-section .china-factory-section__advantage {
        font-size: 19px;
    }
}

@media (max-width: 820px) {
    .china-factory-section {
        padding: 58px 0 52px;
    }

    .china-factory-section .china-factory-section__head {
        margin-bottom: 34px;
    }

    .china-factory-section .china-factory-section__title {
        font-size: 29px;
    }

    .china-factory-section .china-factory-section__line {
        margin-top: 14px;
        margin-bottom: 16px;
    }

    .china-factory-section .china-factory-section__subtitle {
        font-size: 18px;
        line-height: 1.5;
        max-width: 720px;
    }

    .china-factory-section .china-factory-section__gallery--top {
        gap: 10px;
    }

    .china-factory-section .china-factory-section__image--top-left,
    .china-factory-section .china-factory-section__image--top-center,
    .china-factory-section .china-factory-section__image--top-right {
        height: 240px;
    }

    .china-factory-section .china-factory-section__middle {
        flex-direction: column;
        gap: 24px;
    }

    .china-factory-section .china-factory-section__advantages {
        flex: none;
        width: 100%;
        padding: 0;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px 26px;
    }

    .china-factory-section .china-factory-section__advantage {
        flex: 0 0 auto;
        justify-content: center;
        gap: 12px;
        font-size: 17px;
    }

    .china-factory-section .china-factory-section__check {
        font-size: 28px;
    }

    .china-factory-section .china-factory-section__gallery--bottom {
        width: 100%;
    }

    .china-factory-section .china-factory-section__image--bottom-left,
    .china-factory-section .china-factory-section__image--bottom-right {
        height: 216px;
    }

    .china-factory-section .china-factory-section__bottom {
        margin-top: 36px;
    }
}

@media (max-width: 520px) {
    .china-factory-section .china-factory-section__container {
        padding: 0 16px;
    }

    .china-factory-section {
        padding: 34px 0 42px;
    }

    .china-factory-section .china-factory-section__head {
        margin-bottom: 26px;
    }

    .china-factory-section .china-factory-section__title {
        font-size: 26px;
        line-height: 1.28;
    }

    .china-factory-section .china-factory-section__line {
        margin-top: 12px;
        margin-bottom: 14px;
    }

    .china-factory-section .china-factory-section__subtitle {
        font-size: 16px;
        line-height: 1.45;
    }

    .china-factory-section .china-factory-section__gallery--top,
    .china-factory-section .china-factory-section__gallery--bottom {
        flex-direction: column;
        gap: 12px;
    }

    .china-factory-section .china-factory-section__image--top-left,
    .china-factory-section .china-factory-section__image--top-center,
    .china-factory-section .china-factory-section__image--top-right,
    .china-factory-section .china-factory-section__image--bottom-left,
    .china-factory-section .china-factory-section__image--bottom-right {
        flex: none;
        width: 100%;
        height: 252px;
    }

    .china-factory-section .china-factory-section__advantages {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 18px;
        padding: 6px 0 0;
    }

    .china-factory-section .china-factory-section__advantage {
        width: 100%;
        justify-content: flex-start;
        font-size: 16px;
    }

    .china-factory-section .china-factory-section__check {
        font-size: 28px;
    }

    .china-factory-section .china-factory-section__gallery--bottom .china-factory-section__image--bottom-right {
        order: 1;
    }

    .china-factory-section .china-factory-section__gallery--bottom .china-factory-section__image--bottom-left {
        order: 2;
    }

    .china-factory-section .china-factory-section__bottom {
        margin-top: 28px;
    }

    .china-factory-section .china-factory-section__button {
        width: 100%;
        min-width: 0;
        max-width: 308px;
        border-radius: 6px;
        font-size: 18px;
    }
}

@media (max-width: 365px) {
    .china-factory-section .china-factory-section__title {
        font-size: 24px;
    }

    .china-factory-section .china-factory-section__subtitle {
        font-size: 15px;
    }

    .china-factory-section .china-factory-section__image--top-left,
    .china-factory-section .china-factory-section__image--top-center,
    .china-factory-section .china-factory-section__image--top-right,
    .china-factory-section .china-factory-section__image--bottom-left,
    .china-factory-section .china-factory-section__image--bottom-right {
        height: 238px;
    }

    .china-factory-section .china-factory-section__advantage {
        font-size: 15px;
    }

    .china-factory-section .china-factory-section__button {
        font-size: 17px;
    }
}

.products-showcase-section {
    background: #ffffff;
    padding: 68px 0 60px;
    overflow: hidden;
}

.products-showcase-section .products-showcase-section__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.products-showcase-section .products-showcase-section__head {
    text-align: center;
    margin-bottom: 44px;
}

.products-showcase-section .products-showcase-section__title {
    margin: 0;
    font-size: 33px;
    line-height: 1.2;
    font-weight: 700;
    color: #4b4b52;
}

.products-showcase-section .products-showcase-section__line {
    width: 60px;
    height: 3px;
    margin: 14px auto 16px;
    background: #d17331;
    border-radius: 3px;
}

.products-showcase-section .products-showcase-section__subtitle {
    max-width: 930px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
    color: #6b6b72;
}

.products-showcase-section .products-showcase-section__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 18px;
}

.products-showcase-section .products-showcase-section__card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    text-decoration: none;
    border-radius: 14px;
    overflow: hidden;
    background: #f8f8f8;
    border: 1px solid #d7d7db;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.products-showcase-section .products-showcase-section__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.products-showcase-section .products-showcase-section__card-image {
    height: 160px;
    background: #e9e6e2;
    overflow: hidden;
}

.products-showcase-section .products-showcase-section__card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.products-showcase-section .products-showcase-section__card-body {
    min-height: 96px;
    background: #f7f7f8;
    padding: 16px 20px 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.products-showcase-section .products-showcase-section__card-title {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    color: #2f2f35;
}

.products-showcase-section .products-showcase-section__card-link {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #94949b;
}

.products-showcase-section .products-showcase-section__card-link-arrow {
    transform: translateY(1px);
}

.products-showcase-section .products-showcase-section__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.products-showcase-section .products-showcase-section__bottom-text {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #1f1f23;
}

.products-showcase-section .products-showcase-section__cta {
    min-width: 402px;
    height: 50px;
    padding: 0 26px;
    border-radius: 16px;
    background: #C66B36;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    transition: background 0.2s ease;
}
.products-showcase-section .products-showcase-section__cta span{
    width: max-content;
}

.products-showcase-section .products-showcase-section__cta:hover {
    background: #c06e31;
}

.products-showcase-section .products-showcase-section__cta-arrow {
    transform: translateY(1px);
}

/* tablet */
@media (max-width: 1100px) {
    .products-showcase-section .products-showcase-section__container {
        padding: 0 24px;
    }

    .products-showcase-section .products-showcase-section__grid {
        gap: 16px;
    }

    .products-showcase-section .products-showcase-section__card-title {
        font-size: 20px;
    }

    .products-showcase-section .products-showcase-section__card-link {
        font-size: 17px;
    }
}

@media (max-width: 820px) {
    .products-showcase-section {
        padding: 52px 0 46px;
    }

    .products-showcase-section .products-showcase-section__head {
        margin-bottom: 30px;
    }

    .products-showcase-section .products-showcase-section__title {
        font-size: 29px;
    }

    .products-showcase-section .products-showcase-section__subtitle {
        font-size: 18px;
        max-width: 720px;
        line-height: 1.5;
    }

    .products-showcase-section .products-showcase-section__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .products-showcase-section .products-showcase-section__card-image {
        height: 160px;
    }

    .products-showcase-section .products-showcase-section__card-body {
        min-height: 94px;
        padding: 16px 18px 14px;
    }

    .products-showcase-section .products-showcase-section__bottom {
        gap: 20px;
        margin-top: 30px;
    }

    .products-showcase-section .products-showcase-section__bottom-text {
        font-size: 18px;
    }

    .products-showcase-section .products-showcase-section__cta {
        min-width: 402px;
        max-width: 100%;
    }
}

@media (max-width: 520px) {
    .products-showcase-section {
        padding: 38px 0 38px;
    }

    .products-showcase-section .products-showcase-section__container {
        padding: 0 15px;
    }

    .products-showcase-section .products-showcase-section__head {
        margin-bottom: 24px;
    }

    .products-showcase-section .products-showcase-section__title {
        font-size: 24px;
        line-height: 1.3;
    }

    .products-showcase-section .products-showcase-section__line {
        margin: 12px auto 14px;
    }

    .products-showcase-section .products-showcase-section__subtitle {
        font-size: 16px;
        line-height: 1.45;
    }

    .products-showcase-section .products-showcase-section__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .products-showcase-section .products-showcase-section__card {
        border-radius: 14px;
    }

    .products-showcase-section .products-showcase-section__card-image {
        height: 190px;
    }

    .products-showcase-section .products-showcase-section__card-body {
        min-height: 96px;
        padding: 18px 18px 16px;
    }

    .products-showcase-section .products-showcase-section__card-title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .products-showcase-section .products-showcase-section__card-link {
        font-size: 18px;
    }

    .products-showcase-section .products-showcase-section__bottom {
        flex-direction: column;
        align-items: center;
        gap: 18px;
        margin-top: 22px;
    }

    .products-showcase-section .products-showcase-section__bottom-text {
        font-size: 19px;
        text-align: center;
    }

    .products-showcase-section .products-showcase-section__cta {
        width: 100%;
        min-width: 0;
        height: 48px;
        border-radius: 6px;
        font-size: 17px;
    }
}

@media (max-width: 365px) {
    .products-showcase-section .products-showcase-section__title {
        font-size: 22px;
    }

    .products-showcase-section .products-showcase-section__subtitle {
        font-size: 15px;
    }

    .products-showcase-section .products-showcase-section__card-image {
        height: 180px;
    }

    .products-showcase-section .products-showcase-section__card-title {
        font-size: 20px;
    }

    .products-showcase-section .products-showcase-section__card-link {
        font-size: 17px;
    }

    .products-showcase-section .products-showcase-section__bottom-text {
        font-size: 18px;
    }
}


.workflow-cards-section {
    background: #F7F8FA;
    padding: 66px 0 62px;
    overflow: hidden;
}

.workflow-cards-section .workflow-cards-section__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.workflow-cards-section .workflow-cards-section__head {
    text-align: center;
    margin-bottom: 44px;
}

.workflow-cards-section .workflow-cards-section__title {
    margin: 0;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #4b4b52;
}

.workflow-cards-section .workflow-cards-section__line {
    width: 60px;
    height: 3px;
    margin: 14px auto 18px;
    background: #d17331;
    border-radius: 3px;
}

.workflow-cards-section .workflow-cards-section__subtitle {
    font-size: 17px;
    line-height: 1.4;
    color: #6c6c72;
}

.workflow-cards-section .workflow-cards-section__row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    margin-bottom: 28px;
}

.workflow-cards-section .workflow-cards-section__item {
    flex: 0 1 284px;
}

.workflow-cards-section .workflow-cards-section__card {
    background: #ffffff;
    border: 1px solid #d7d7db;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.workflow-cards-section .workflow-cards-section__top {
    min-height: 142px;
    padding: 14px 16px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.workflow-cards-section .workflow-cards-section__num {
    margin-bottom: 10px;
    font-size: 33px;
    line-height: 1;
    font-weight: 700;
    color: #cb7434;
}

.workflow-cards-section .workflow-cards-section__name {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    color: #2f2f35;
    text-align: center;
}

.workflow-cards-section .workflow-cards-section__desc {
    margin-top: 8px;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 400;
    color: #96969d;
    text-align: center;
}

.workflow-cards-section .workflow-cards-section__image {
    height: 129px;
    overflow: hidden;
}

.workflow-cards-section .workflow-cards-section__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.workflow-cards-section .workflow-cards-section__bottom-card {
    min-height: 98px;
    padding: 14px 14px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.workflow-cards-section .workflow-cards-section__connector {
    flex: 0 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 372px;
    font-size: 34px;
    line-height: 1;
    color: #cb7434;
}
.workflow-cards-section .workflow-cards-section__connector > svg {
    margin-bottom: auto;
    margin-top: 71px;
}

.workflow-cards-section .workflow-cards-section__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.workflow-cards-section .workflow-cards-section__footer-text {
    font-size: 20px;
    line-height: 1.2;
    color: #1f1f23;
}

.workflow-cards-section .workflow-cards-section__button {
    min-width: 320px;
    height: 48px;
    padding: 0 28px;
    border-radius: 16px;
    background: #C66B36;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    transition: background 0.2s ease;
}

.workflow-cards-section .workflow-cards-section__button:hover {
    background: #bf6c30;
}

.workflow-cards-section .workflow-cards-section__button-arrow {
    transform: translateY(1px);
}


@media (max-width: 1024px) {
    .workflow-cards-section {
        padding: 54px 0 48px;
    }

    .workflow-cards-section .workflow-cards-section__container {
        padding: 0 16px;
    }

    .workflow-cards-section .workflow-cards-section__head {
        margin-bottom: 34px;
    }

    .workflow-cards-section .workflow-cards-section__title {
        font-size: 31px;
    }

    .workflow-cards-section .workflow-cards-section__subtitle {
        font-size: 16px;
    }

    .workflow-cards-section .workflow-cards-section__row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px 22px;
    }

    .workflow-cards-section .workflow-cards-section__item {
        flex: 0 1 224px;
    }

    .workflow-cards-section .workflow-cards-section__connector {
        display: flex;
        flex: 0 0 14px;
        width: 14px;
        height: 372px;
        font-size: 32px;
    }

    .workflow-cards-section .workflow-cards-section__item:nth-child(7),
    .workflow-cards-section .workflow-cards-section__item:nth-child(9) {
        margin-top: 0;
    }
}
@media (max-width: 900px) {
    .workflow-cards-section__connector{
        display: none !important;
    }
}

@media (max-width: 520px) {
    .workflow-cards-section {
        padding: 38px 0 40px;
    }

    .workflow-cards-section .workflow-cards-section__container {
        padding: 0 16px;
    }

    .workflow-cards-section .workflow-cards-section__head {
        margin-bottom: 24px;
    }

    .workflow-cards-section .workflow-cards-section__title {
        font-size: 24px;
        line-height: 1.3;
    }

    .workflow-cards-section .workflow-cards-section__line {
        margin: 12px auto 14px;
    }

    .workflow-cards-section .workflow-cards-section__subtitle {
        font-size: 16px;
        line-height: 1.4;
    }

    .workflow-cards-section .workflow-cards-section__row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-bottom: 28px;
    }

    .workflow-cards-section .workflow-cards-section__item {
        flex: none;
    }

    .workflow-cards-section .workflow-cards-section__connector {
        display: none;
    }

    /* .workflow-cards-section .workflow-cards-section__item:last-of-type {
        grid-column: 1 / -1;
    } */

    .workflow-cards-section .workflow-cards-section__card {
        border-radius: 14px;
    }

    .workflow-cards-section .workflow-cards-section__top {
        min-height: 108px;
        padding: 12px 10px 8px;
    }

    .workflow-cards-section .workflow-cards-section__num {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .workflow-cards-section .workflow-cards-section__name {
        font-size: 22px;
        line-height: 1.15;
    }

    .workflow-cards-section .workflow-cards-section__desc {
        margin-top: 7px;
        font-size: 16px;
        line-height: 1.2;
    }

    .workflow-cards-section .workflow-cards-section__image {
        height: 128px;
    }

    .workflow-cards-section .workflow-cards-section__bottom-card {
        min-height: 94px;
        padding: 12px 10px 14px;
    }

    .workflow-cards-section .workflow-cards-section__item .workflow-cards-section__image {
        width: 78%;
        margin: 0 auto;
        height: 130px;
        border-radius: 12px;
    }

    .workflow-cards-section .workflow-cards-section__footer {
        gap: 18px;
    }

    .workflow-cards-section .workflow-cards-section__footer-text {
        font-size: 19px;
        text-align: center;
    }

    .workflow-cards-section .workflow-cards-section__button {
        width: 100%;
        min-width: 0;
        height: 48px;
        border-radius: 4px;
        font-size: 17px;
    }
}

@media (max-width: 450px) {
    .workflow-cards-section .workflow-cards-section__row {
            grid-template-columns: repeat(1, 1fr);
        }
}
@media (max-width: 365px) {
    .workflow-cards-section .workflow-cards-section__title {
        font-size: 22px;
    }

    .workflow-cards-section .workflow-cards-section__subtitle {
        font-size: 15px;
    }

    .workflow-cards-section .workflow-cards-section__name {
        font-size: 20px;
    }

    .workflow-cards-section .workflow-cards-section__desc {
        font-size: 15px;
    }

    .workflow-cards-section .workflow-cards-section__footer-text {
        font-size: 18px;
    }
}


.benefits-section {
    background: #ffffff;
    padding: 70px 0 60px;
}

.benefits-section .benefits-section__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.benefits-section .benefits-section__head {
    text-align: center;
    margin-bottom: 46px;
}

.benefits-section .benefits-section__title {
    font-size: 34px;
    font-weight: 700;
    color: #4b4b52;
}

.benefits-section .benefits-section__line {
    width: 60px;
    height: 3px;
    background: #d17331;
    margin: 14px auto;
}

.benefits-section .benefits-section__subtitle {
    font-size: 18px;
    color: #6c6c72;
}

.benefits-section .benefits-section__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.benefits-section .benefits-section__card {
    background: #ffffff;
    border: 1px solid #d7d7db;
    border-radius: 16px;
    padding: 32px 26px;
    text-align: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    transition: 0.2s;
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.benefits-section .benefits-section__card:hover {
    transform: translateY(-3px);
}

.benefits-section .benefits-section__icon {
    font-size: 34px;
    color: #cd7737;
    height: 42px;
    min-height: 42px;
}
.benefits-section .benefits-section__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.benefits-section .benefits-section__name {
    font-size: 22px;
    font-weight: 600;
    color: #2f2f35;
}

.benefits-section .benefits-section__desc {
    font-size: 17px;
    color: #7a7a80;
    line-height: 1.4;
}

.benefits-section .benefits-section__bottom {
    text-align: center;
    margin-top: 40px;
}

.benefits-section .benefits-section__button {
    background: #C66B36;
    color: #fff;
    width: 100%;
    max-width: 320px;
    height: 48px;
    padding: 0 28px;
    margin: 0 auto;
    padding: 14px 30px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;

    font-size: 18px;
    text-decoration: none;
}
.benefits-section .benefits-section__button .benefits-section__arrow {
    transform: translateY(2px);
}

@media (max-width: 900px) {
    .benefits-section .benefits-section__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .benefits-section {
        padding: 40px 0;
    }

    .benefits-section .benefits-section__grid {
        grid-template-columns: 1fr;
    }

    .benefits-section .benefits-section__button {
        width: 100%;
        justify-content: center;
    }
    .benefits-section .benefits-section__title {
        font-size: 24px;
        line-height: 1.3;
    }
}


.faq-section {
    background: #FFF7ED;
    padding: 68px 0 60px;
    position: relative;
    z-index: 1;
}

.faq-section .faq-section__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-section .faq-section__head {
    text-align: center;
    margin-bottom: 42px;
}

.faq-section .faq-section__title {
    margin: 0;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #4b4b52;
}

.faq-section .faq-section__line {
    width: 60px;
    height: 3px;
    margin: 14px auto 18px;
    background: #d17331;
    border-radius: 3px;
}

.faq-section .faq-section__subtitle {
    font-size: 18px;
    line-height: 1.4;
    color: #6c6c72;
}

.faq-section .faq-section__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px 0;
    align-items: start;
    position: relative;
    z-index: 1;
}

.faq-section .faq-section__item {
    position: relative;
    display: block;
    z-index: 1;
}

.faq-section .faq-section__item--active {
    z-index: 20;
}

.faq-section .faq-section__question {
    width: 100%;
    min-height: 54px;
    padding: 10px 18px;
    border: 1px solid #d2d2d8;
    border-radius: 12px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
    color: #34343a;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.faq-section .faq-section__question-icon {
    flex: 0 0 auto;
    width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1;
    color: #f1841b;
}

.faq-section .faq-section__question-icon--active {
    color: #f1841b;
}

.faq-section .faq-section__question-text {
    flex: 1 1 auto;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 400;
    color: #3d3d44;
}

.faq-section .faq-section__question-arrow {
    flex: 0 0 auto;
    font-size: 27px;
    line-height: 1;
    color: #4b4b52;
    transform: translateY(-1px);
}

.faq-section .faq-section__question-arrow--active {
    color: #f1841b;
    font-size: 18px;
    transform: translateY(-1px);
}

.faq-section .faq-section__answer {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    z-index: 15;
}

.faq-section .faq-section__answer--open {
    display: block;
}

.faq-section .faq-section__answer-inner {
    background: #f7f7f8;
    border: 1px solid #f1841b;
    padding: 16px 20px;
    font-size: 17px;
    line-height: 1.55;
    color: #16161a;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

@media (min-width: 769px) {
    .faq-section .faq-section__item:nth-child(1) {
        grid-column: 1;
    }

    .faq-section .faq-section__item:nth-child(2) {
        grid-column: 2;
    }

    .faq-section .faq-section__item:nth-child(3) {
        grid-column: 1;
    }

    .faq-section .faq-section__item:nth-child(4) {
        grid-column: 2;
    }

    .faq-section .faq-section__item:nth-child(5) {
        grid-column: 1;
    }

    .faq-section .faq-section__item:nth-child(6) {
        grid-column: 2;
    }

    .faq-section .faq-section__item:nth-child(7) {
        grid-column: 1;
    }

    .faq-section .faq-section__item:nth-child(7) .faq-section__answer {
        width: calc(200% + 0px);
    }
}

@media (max-width: 900px) {
    .faq-section {
        padding: 52px 0 48px;
    }

    .faq-section .faq-section__container {
        padding: 0 16px;
    }

    .faq-section .faq-section__head {
        margin-bottom: 30px;
    }

    .faq-section .faq-section__title {
        font-size: 31px;
    }

    .faq-section .faq-section__subtitle {
        font-size: 17px;
    }

    .faq-section .faq-section__question {
        min-height: 52px;
    }

    .faq-section .faq-section__question-text {
        font-size: 16px;
    }

    .faq-section .faq-section__answer-inner {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 38px 0 40px;
    }

    .faq-section .faq-section__container {
        padding: 0 16px;
    }

    .faq-section .faq-section__head {
        margin-bottom: 22px;
    }

    .faq-section .faq-section__title {
        font-size: 24px;
        line-height: 1.3;
    }

    .faq-section .faq-section__line {
        margin: 12px auto 14px;
    }

    .faq-section .faq-section__subtitle {
        font-size: 16px;
        line-height: 1.35;
    }

    .faq-section .faq-section__grid {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .faq-section .faq-section__question {
        min-height: 52px;
        padding: 10px 13px;
        gap: 12px;
    }

    .faq-section .faq-section__question-icon {
        width: 20px;
        font-size: 11px;
    }

    .faq-section .faq-section__question-text {
        font-size: 15px;
        line-height: 1.2;
    }

    .faq-section .faq-section__question-arrow {
        font-size: 25px;
    }

    .faq-section .faq-section__question-arrow--active {
        font-size: 16px;
    }

    .faq-section .faq-section__answer {
        width: 100% !important;
    }

    .faq-section .faq-section__answer-inner {
        padding: 12px 14px;
        font-size: 14px;
        line-height: 1.45;
    }
}

@media (max-width: 365px) {
    .faq-section .faq-section__title {
        font-size: 22px;
    }

    .faq-section .faq-section__subtitle {
        font-size: 15px;
    }

    .faq-section .faq-section__question-text {
        font-size: 14px;
    }

    .faq-section .faq-section__answer-inner {
        font-size: 13px;
    }
}


.project-form-section {
    background: linear-gradient(180deg, #ffffff 0%, #FFF7ED 100%);
    padding: 66px 0 64px;
    overflow: hidden;
}

.project-form-section .project-form-section__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.project-form-section .project-form-section__head {
    text-align: center;
    margin-bottom: 42px;
}

.project-form-section .project-form-section__title {
    margin: 0;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #4b4b52;
}

.project-form-section .project-form-section__line {
    width: 60px;
    height: 3px;
    margin: 14px auto 18px;
    background: #d17331;
    border-radius: 3px;
}

.project-form-section .project-form-section__subtitle {
    font-size: 18px;
    line-height: 1.4;
    color: #6c6c72;
}

.project-form-section .project-form-section__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
}

.project-form-section .project-form-section__team {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.project-form-section .project-form-section__person {
    background: #F9F6FA;
    border: 1px solid #d7d7db;
    border-radius: 14px;
    overflow: hidden;
}

.project-form-section .project-form-section__person-image {
    height: 162px;
    overflow: hidden;
}

.project-form-section .project-form-section__person-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.project-form-section .project-form-section__person-body {
    padding: 12px 20px 10px;
}

.project-form-section .project-form-section__person-name {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    color: #2f2f35;
}

.project-form-section .project-form-section__person-role {
    font-size: 17px;
    line-height: 1.3;
    color: #8f8f97;
}

.project-form-section .project-form-section__form-wrap {
    width: 100%;
}

.project-form-section .project-form-section__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.project-form-section .project-form-section__field {
    width: 100%;
}

.project-form-section .project-form-section__input,
.project-form-section .project-form-section__textarea {
    width: 100%;
    border: 1px solid #d4d4d9;
    border-radius: 12px;
    background: #f7f7f4;
    padding: 0 28px;
    font-family: inherit;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #1f1f23;
    outline: none;
}

.project-form-section .project-form-section__input {
    height: 66px;
}

.project-form-section .project-form-section__textarea {
    height: 104px;
    padding-top: 20px;
    padding-bottom: 20px;
    resize: none;
}

.project-form-section .project-form-section__input::placeholder,
.project-form-section .project-form-section__textarea::placeholder {
    color: #17171b;
    opacity: 1;
    letter-spacing: 0.08em;
}

.project-form-section .project-form-section__button {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 16px;
    background: #cc7435;
    color: #ffffff;
    font-family: inherit;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
}

.project-form-section .project-form-section__button:hover {
    background: #bf6c31;
}

.project-form-section .project-form-section__policy {
    max-width: 540px;
    margin: 2px auto 0;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.14em;
    text-align: center;
    color: #1f1f23;
}
@media (max-width: 900px) {
    .project-form-section {
        padding: 52px 0 48px;
    }

    .project-form-section .project-form-section__container {
        padding: 0 16px;
    }

    .project-form-section .project-form-section__head {
        margin-bottom: 28px;
    }

    .project-form-section .project-form-section__title {
        font-size: 31px;
    }

    .project-form-section .project-form-section__subtitle {
        font-size: 17px;
    }

    .project-form-section .project-form-section__layout {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .project-form-section .project-form-section__team {
        display: none;
    }

    .project-form-section .project-form-section__input,
    .project-form-section .project-form-section__textarea {
        font-size: 18px;
    }

    .project-form-section .project-form-section__input {
        height: 66px;
    }

    .project-form-section .project-form-section__textarea {
        height: 106px;
    }

    .project-form-section .project-form-section__button {
        height: 48px;
        border-radius: 6px;
    }
}
@media (max-width: 520px) {
    .project-form-section {
        padding: 38px 0 42px;
    }

    .project-form-section .project-form-section__container {
        padding: 0 16px;
    }

    .project-form-section .project-form-section__head {
        margin-bottom: 24px;
    }

    .project-form-section .project-form-section__title {
        font-size: 24px;
        line-height: 1.3;
    }

    .project-form-section .project-form-section__line {
        margin: 12px auto 14px;
    }

    .project-form-section .project-form-section__subtitle {
        font-size: 16px;
        line-height: 1.35;
    }

    .project-form-section .project-form-section__form {
        gap: 14px;
    }

    .project-form-section .project-form-section__input,
    .project-form-section .project-form-section__textarea {
        border-radius: 12px;
        padding-left: 30px;
        padding-right: 20px;
        font-size: 17px;
    }

    .project-form-section .project-form-section__input {
        height: 64px;
    }

    .project-form-section .project-form-section__textarea {
        height: 188px;
        padding-top: 18px;
    }

    .project-form-section .project-form-section__button {
        height: 48px;
        border-radius: 6px;
        font-size: 17px;
    }

    .project-form-section .project-form-section__policy {
        font-size: 13px;
        line-height: 1.55;
        letter-spacing: 0.12em;
    }
}

@media (max-width: 365px) {
    .project-form-section .project-form-section__title {
        font-size: 22px;
    }

    .project-form-section .project-form-section__subtitle {
        font-size: 15px;
    }

    .project-form-section .project-form-section__input,
    .project-form-section .project-form-section__textarea {
        font-size: 16px;
    }

    .project-form-section .project-form-section__policy {
        font-size: 12px;
    }
}

