.hero-production {
    background: linear-gradient(180deg, #ffffff 0%, #F7F8FA 50%, #FFF7ED 100%);
    padding: 60px 0;
    overflow: hidden;
}

.hero-production__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-production__content {
    width: 100%;
    max-width: 610px;
    padding-top: 2px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    letter-spacing: 1px;
}

.hero-production__title {
    font-size: 39px;
    line-height: 1.4;
    font-weight: 600;
    color: #4a4a50;
    letter-spacing: 0.8px;
    max-width: 680px;
}
.hero-product-wrapper{
    display: flex;
    width: 100%;
    gap: 25px;
    justify-content: space-between;
    align-items: center;
}

.hero-production__subtitle {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 400;
    color: #5b5b61;
}

.hero-production__buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hero-production__tab {
    min-width: 289px;
    padding: 18px 28px;
    border-radius: 15px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    color: #ffffff;
    background: #5d5f66;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.hero-production__tab:hover {
    opacity: 0.92;
}

.hero-production__tab--active {
    background: #C66B36;
}

.hero-production__advantages {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.hero-production__advantage {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 400;
    color: #4f4f56;
}

.hero-production__check {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-production__media {
   display: flex;
    height: 243px;
    width: 100%;
    max-width: 562px;
}

.hero-production__video {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.hero-production__video img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-production__video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.06);
}

.hero-production__video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-production__play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 118px;
    height: 118px;
    margin-top: -59px;
    margin-left: -59px;
    border: 6px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
}

.hero-production__play-icon {
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 34px solid rgba(255, 255, 255, 0.92);
    margin-left: 8px;
}

/* =========================
   ADAPTIVE
========================= */

@media (max-width: 1100px) {
    .hero-product-wrapper {
        justify-content: center;
        flex-direction: column;
    }
    .hero-production__title {
        max-width: 100%;
        text-align: center;
    }
}
@media (max-width: 770px) {
    .hero-production__title {
        font-size: 28px;
    }
    .hero-production__advantages {
        flex-direction: row;
        gap: 15px;
        width: 100%;
        flex-wrap: wrap;
    }
    .hero-production__subtitle {
        text-align: center;
    }
    .hero-production {
        padding: 40px 0;
    }
}
@media (max-width: 650px) {
    .hero-production__buttons {
        flex-direction: column;
    }
}
@media (max-width: 555px) {
    .hero-production__title {
        font-size: 22px;
    }
    .hero-production__subtitle {
        font-size: 18px;
    }
    .hero-production__advantage {
        font-size: 18px;
        line-height: 1.25;
        width: 100%;
    }
    .hero-production__advantages {
        justify-content: center;
    }
    .hero-production__media {
        height: 145px;
    }
    .hero-production {
        padding: 25px 0;
    }
}




.launch-options-section {
    background: #ffffff;
    padding: 60px 0;
    overflow: hidden;
}

.launch-options-section .launch-options-section__container {
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
}

.launch-options-section .launch-options-section__head {
    text-align: center;
    margin-bottom: 34px;
}

.launch-options-section .launch-options-section__title {
    margin: 0 0 10px;
    font-size: 33px;
    line-height: 1.2;
    font-weight: 700;
    color: #4a4a51;
}

.launch-options-section .launch-options-section__subtitle {
    font-size: 17px;
    line-height: 1.35;
    color: #66666d;
}

.launch-options-section .launch-options-section__line {
    width: 48px;
    height: 3px;
    margin: 12px auto 0;
    background: #C66B36;
    border-radius: 3px;
}

.launch-options-section .launch-options-section__cards {
    display: flex;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: 46px;
}

.launch-options-section .launch-options-section__column {
    flex: 0 1 calc(50% - 18px);
}

.launch-options-section .launch-options-section__preview-wrap {
    position: relative;
    min-height: 350px;
    margin-bottom: 26px;
}

.launch-options-section .launch-options-section__image-card {
    width: 100%;
    max-width: 440px;
    height: 395px;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgb(0 0 0 / 14%);
}

.launch-options-section .launch-options-section__preview-wrap--light .launch-options-section__image-card {
    margin-left: auto;
}

.launch-options-section .launch-options-section__preview-wrap--dark .launch-options-section__image-card {
    margin-left: auto;
}

.launch-options-section .launch-options-section__image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.launch-options-section .launch-options-section__floating-card {
    position: absolute;
    top: 65px;
    width: 352px;
    min-height: 260px;
    border-radius: 18px;
    padding: 27px 31px;
    box-shadow: 0 10px 24px rgb(0 0 0 / 16%);
    z-index: 2;
}

.launch-options-section .launch-options-section__floating-card--light {
    left: 0;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 25px;
    min-height: fit-content;
}

.launch-options-section .launch-options-section__floating-card--dark {
    position: absolute;
    left: 0;
    background: #151821;
    min-height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.launch-options-section .launch-options-section__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
     max-width: max-content;
}

.launch-options-section .launch-options-section__badge--orange {
    background: #f3e3d6;
    color: #C66B36;
}

.launch-options-section .launch-options-section__badge--blue {
    background: #2b2f3b;
    color: #ffffff;
}

.launch-options-section .launch-options-section__badge-icon {
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
}

.launch-options-section .launch-options-section__floating-title {
    font-size: 26px;
    line-height: 1.28;
    font-weight: 600;
    color: #171717;
}

.launch-options-section .launch-options-section__floating-title--dark {
    color: #ffffff;
}

.launch-options-section .launch-options-section__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 222px;
    height: 46px;
    padding: 0 24px;
    border-radius: 14px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
}

.launch-options-section .launch-options-section__button--orange {
    background: #C66B36;
}

.launch-options-section .launch-options-section__button--blue {
    background: #2D5996;
}

.launch-options-section .launch-options-section__button-arrow {
    font-size: 30px;
    line-height: 1;
    transform: translateY(-1px);
}

.launch-options-section .launch-options-section__info-card {
    min-height: 238px;
    border-radius: 0;
    padding: 26px 28px 24px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
    width: 100%;
    max-width: 440px;
    margin-left: auto;
}

.launch-options-section .launch-options-section__info-card--light {
    background: #ffffff;
}

.launch-options-section .launch-options-section__info-card--dark {
    background: #151821;
}

.launch-options-section .launch-options-section__info-title {
    margin-bottom: 22px;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
    color: #5a5a5f;
}

.launch-options-section .launch-options-section__info-title span {
    color: #d27331;
}

.launch-options-section .launch-options-section__info-title--dark {
    color: #a9adb7;
}

.launch-options-section .launch-options-section__info-title--dark span {
    color: #2e63b6;
}

.launch-options-section .launch-options-section__info-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.launch-options-section .launch-options-section__info-list li {
    display: flex;
    gap: 8px;
    align-items: center;
}
.launch-options-section .launch-options-section__info-list li .img-svg{
    display: flex;
    width: 24px;
    height: 24px;
}
.launch-options-section .launch-options-section__info-list li .img-svg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.launch-options-section .launch-options-section__info-list--light li {
    color: #4e4e54;
}

.launch-options-section .launch-options-section__info-list--dark li {
    color: #f2f2f2;
}

.launch-options-section .launch-options-section__info-list--dark li::before {
    color: #d27331;
}

.launch-options-section .launch-options-section__workflow {
    text-align: center;
}

.launch-options-section .launch-options-section__workflow-title {
    margin: 0;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    color: #4a4a51;
}

.launch-options-section .launch-options-section__workflow-line {
    width: 54px;
    height: 3px;
    margin: 12px auto 28px;
    background: #C66B36;
    border-radius: 3px;
}

.launch-options-section .launch-options-section__steps {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 34px;
}

.launch-options-section .launch-options-section__step {
    flex: 0 0 198px;
    min-height: 116px;
    background: #ffffff;
    border: 1px solid #dddddf;
    border-radius: 14px;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.11);
    padding: 16px 14px 14px;
    text-align: center;
}

.launch-options-section .launch-options-section__step-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #f2e5d9;
    color: #d27331;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.launch-options-section .launch-options-section__step-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.launch-options-section .launch-options-section__step-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.2;
    color: #404047;
}

.launch-options-section .launch-options-section__step-title span {
    color: #C66B36;
    font-weight: 700;
}

.launch-options-section .launch-options-section__step-text {
    font-size: 14px;
    line-height: 1.25;
    color: #8a8a92;
}

.launch-options-section .launch-options-section__step-arrow {
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    color: #d27331;
    line-height: 1;
    background-color: #ffffff;
    width: 18px;
    height: 14px;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.11);
}

.launch-options-section .launch-options-section__consult-link {
        max-width: max-content;
    min-height: 56px;
    margin: 0 auto;
    border: 1.5px solid #d27331;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 80px;
    text-decoration: none;
    background: transparent;
    background-color: #F6F5F7;
    gap: 20px;
}
.launch-options-section .launch-options-section__consult-link:hover {
    background-color: #F4E7D8;
}

.launch-options-section .launch-options-section__consult-accent {
    font-size: 19px;
    font-weight: 700;
    color: #C66B36;
}

.launch-options-section .launch-options-section__consult-text {
    font-size: 19px;
    color: #424249;
}

.launch-options-section .launch-options-section__consult-arrow {
    width: 25px;
    height: 25px;
}

/* tablet */
@media (max-width: 1100px) {
    .launch-options-section .launch-options-section__container {
        padding: 0 24px;
    }

    .launch-options-section .launch-options-section__cards {
        gap: 24px;
    }

    .launch-options-section .launch-options-section__floating-card {
        width: 290px;
        padding: 20px 22px 22px;
    }

    .launch-options-section .launch-options-section__floating-title {
        font-size: 24px;
    }

    .launch-options-section .launch-options-section__button {
        min-width: 205px;
        font-size: 15px;
    }

    .launch-options-section .launch-options-section__step {
        flex-basis: 170px;
    }
}

@media (max-width: 900px) {
    .launch-options-section {
        padding: 54px 0 58px;
    }

    .launch-options-section .launch-options-section__title,
    .launch-options-section .launch-options-section__workflow-title {
        font-size: 28px;
    }

    .launch-options-section .launch-options-section__cards {
        flex-direction: column;
        gap: 30px;
    }

    .launch-options-section .launch-options-section__column {
        flex: none;
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
    }

    .launch-options-section .launch-options-section__preview-wrap {
        min-height: auto;
    }

    .launch-options-section .launch-options-section__image-card {
        width: 100%;
        height: 320px;
        margin: auto;
    }
    .launch-options-section .launch-options-section__info-card--light {
        margin: auto;
    }
    .launch-options-section .launch-options-section__info-card--dark {
        margin: auto;
    }

    .launch-options-section .launch-options-section__floating-card {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        max-width: 420px;
        margin: 0 auto 20px;
    }

    .launch-options-section .launch-options-section__steps {
        flex-wrap: wrap;
        gap: 14px;
    }

    .launch-options-section .launch-options-section__step-arrow {
        display: none;
    }

    .launch-options-section .launch-options-section__step {
        flex: 0 1 calc(33.333% - 10px);
    }

    .launch-options-section .launch-options-section__consult-link {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .launch-options-section .launch-options-section__container {
        padding: 0 16px;
    }

    .launch-options-section .launch-options-section__head {
        margin-bottom: 28px;
    }

    .launch-options-section .launch-options-section__title,
    .launch-options-section .launch-options-section__workflow-title {
        font-size: 24px;
        line-height: 1.3;
    }

    .launch-options-section .launch-options-section__subtitle {
        font-size: 15px;
    }

    .launch-options-section .launch-options-section__preview-wrap {
        margin-bottom: 18px;
    }

    .launch-options-section .launch-options-section__image-card {
        height: 240px;
        border-radius: 14px;
    }

    .launch-options-section .launch-options-section__floating-card {
        max-width: 100%;
        border-radius: 14px;
        align-items: center;
    }

    .launch-options-section .launch-options-section__floating-title {
        font-size: 22px;
        text-align: center;
    }

    .launch-options-section .launch-options-section__button {
        width: 100%;
        min-width: 0;
    }

    .launch-options-section .launch-options-section__info-card {
        padding: 20px 18px;
    }

    .launch-options-section .launch-options-section__step {
        flex: 0 1 calc(50% - 7px);
    }

    .launch-options-section .launch-options-section__consult-link {
        flex-direction: column;
        border-radius: 18px;
        padding: 16px 18px;
        gap: 8px;
    }

    .launch-options-section .launch-options-section__consult-arrow {
        margin-left: 0;
    }
}

@media (max-width: 420px) {
    .launch-options-section {
        padding: 40px 0 44px;
    }

    .launch-options-section .launch-options-section__title,
    .launch-options-section .launch-options-section__workflow-title {
        font-size: 22px;
    }

    .launch-options-section .launch-options-section__floating-title {
        font-size: 20px;
    }

    .launch-options-section .launch-options-section__info-title {
        font-size: 16px;
    }

    .launch-options-section .launch-options-section__info-list li {
        font-size: 15px;
    }

    .launch-options-section .launch-options-section__step {
        flex: 0 1 100%;
    }

    .launch-options-section .launch-options-section__step-title {
        font-size: 17px;
    }

    .launch-options-section .launch-options-section__consult-accent,
    .launch-options-section .launch-options-section__consult-text {
        font-size: 16px;
        text-align: center;
    }
}



.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);
}

/* tablet */

@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;
    }
}

/* mobile */
@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);
}

/* desktop special layout */
@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);
    }
}

/* tablet */
@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;
    }
}

/* mobile */
@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;
    }
}


.team-cards-section {
    background: #ffffff;
    padding: 68px 0 56px;
    overflow: hidden;
}

.team-cards-section .team-cards-section__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.team-cards-section .team-cards-section__head {
    text-align: center;
    margin-bottom: 42px;
}

.team-cards-section .team-cards-section__title {
    margin: 0;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #4b4b52;
}

.team-cards-section .team-cards-section__line {
    width: 60px;
    height: 3px;
    margin: 14px auto 18px;
    background: #d17331;
    border-radius: 3px;
}

.team-cards-section .team-cards-section__subtitle {
    font-size: 18px;
    line-height: 1.4;
    color: #6c6c72;
}

.team-cards-section .team-cards-section__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 24px;
}

.team-cards-section .team-cards-section__card {
    background: #F9F6FA;
    border: 1px solid #d7d7db;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.team-cards-section .team-cards-section__image {
    height: 162px;
    overflow: hidden;
}

.team-cards-section .team-cards-section__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.team-cards-section .team-cards-section__body {
    padding: 12px 20px 10px;
}

.team-cards-section .team-cards-section__name {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    color: #2f2f35;
}

.team-cards-section .team-cards-section__role {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 400;
    color: #8f8f97;
}

.team-cards-section .team-cards-section__text {
    font-size: 15px;
    line-height: 1.35;
    font-style: italic;
    color: #98989f;
}

/* tablet */
@media (max-width: 900px) {
    .team-cards-section {
        padding: 52px 0 46px;
    }

    .team-cards-section .team-cards-section__container {
        padding: 0 16px;
    }

    .team-cards-section .team-cards-section__head {
        margin-bottom: 28px;
    }

    .team-cards-section .team-cards-section__title {
        font-size: 31px;
    }

    .team-cards-section .team-cards-section__subtitle {
        font-size: 17px;
    }

    .team-cards-section .team-cards-section__grid {
        gap: 22px 24px;
    }

    .team-cards-section .team-cards-section__image {
        height: 164px;
    }

    .team-cards-section .team-cards-section__name {
        font-size: 21px;
    }

    .team-cards-section .team-cards-section__role {
        font-size: 15px;
    }

    .team-cards-section .team-cards-section__text {
        font-size: 14px;
    }
}

/* mobile */
@media (max-width: 520px) {
    .team-cards-section {
        padding: 38px 0 40px;
    }

    .team-cards-section .team-cards-section__container {
        padding: 0 16px;
    }

    .team-cards-section .team-cards-section__head {
        margin-bottom: 24px;
    }

    .team-cards-section .team-cards-section__title {
        font-size: 24px;
        line-height: 1.3;
    }

    .team-cards-section .team-cards-section__line {
        margin: 12px auto 14px;
    }

    .team-cards-section .team-cards-section__subtitle {
        font-size: 16px;
        line-height: 1.35;
    }

    .team-cards-section .team-cards-section__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .team-cards-section .team-cards-section__card {
        border-radius: 14px;
    }

    .team-cards-section .team-cards-section__image {
        height: 162px;
    }

    .team-cards-section .team-cards-section__body {
        padding: 14px 18px 12px;
    }

    .team-cards-section .team-cards-section__name {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .team-cards-section .team-cards-section__role {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .team-cards-section .team-cards-section__text {
        font-size: 14px;
        line-height: 1.35;
    }
}

@media (max-width: 365px) {
    .team-cards-section .team-cards-section__title {
        font-size: 22px;
    }

    .team-cards-section .team-cards-section__subtitle {
        font-size: 15px;
    }

    .team-cards-section .team-cards-section__image {
        height: 158px;
    }

    .team-cards-section .team-cards-section__name {
        font-size: 20px;
    }

    .team-cards-section .team-cards-section__role {
        font-size: 15px;
    }

    .team-cards-section .team-cards-section__text {
        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;
}

/* tablet */
@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;
    }
}

/* mobile */
@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;
    }
}

