body {
    margin: 0;
    background: #F5F5F5;
    font-family: 'Roboto', Arial, sans-serif;
}

.about-main {
    background: #F5F5F5;
}

.about-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 24px 0 30px;
}

.about-breadcrumbs a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #767676;
    text-decoration: none;
    transition: color 0.2s;
}

.about-breadcrumbs a:hover {
    color: #48924E;
}

.about-breadcrumbs-sep {
    font-size: 16px;
    color: #767676;
    margin: 0 8px;
}

.about-breadcrumbs-current {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}

.about-hero {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    margin-bottom: 32px;
}

.about-hero-left {
    flex: 1;
    min-width: 0;
}

.about-hero-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
    margin: 0 0 20px;
}

.about-hero-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0 0 16px;
}

.about-hero-spec {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0 0 12px;
}

.about-hero-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 32px;
    margin-bottom: 24px;
}

.about-hero-list-col {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    flex: 1 1 220px;
    min-width: 0;
}

.about-hero-list-col li {
    overflow-wrap: break-word;
}

.about-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 39px;
    padding: 0 20px;
    border-radius: 6px;
    border: none;
    background: #48924E;
    box-shadow: 0px -4px 11px 0px rgba(0, 0, 0, 0.3) inset,
    0px 6px 8px 0px rgba(255, 255, 255, 0.35) inset;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12.5px;
    line-height: 15.6px;
    color: #FFFFFF;
    cursor: pointer;
    transition: background 0.25s;
}

.about-hero-btn:hover {
    background: #5aaa62;
}

.about-hero-right {
    flex: 0 0 585px;
    max-width: 585px;
}

.about-hero-img {
    width: 100%;
    height: 443px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.about-offices {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
}

.about-office-row {
    height: 330px;
}

.about-office-card-mobile {
    display: flex;
    align-items: stretch;
    gap: 12px;
    height: 100%;
}

.about-office-row--map-left .about-office-card-mobile {
    flex-direction: row;
}

.about-office-row--map-right .about-office-card-mobile {
    flex-direction: row-reverse;
}

.about-office-map {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    min-width: 0;
}

.about-office-map-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-office-info {
    flex: 0 0 385px;
    max-width: 385px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-office-info-top {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.about-office-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    margin: 0;
}

.about-office-addr {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin: 0;
}

.about-office-emails {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 8px;
}

.about-office-email {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #48924E;
    text-decoration: underline;
    display: block;
}

.about-office-email:hover {
    color: #367a3c;
}

.about-office-email-group {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.about-office-email-note {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
}

.about-office-socials {
    display: flex;
    align-items: center;
    gap: 5px;
}

.about-office-social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-office-social img {
    width: 36px;
    height: 36px;
    display: block;
    transition: transform 0.2s;
}

.about-office-social:hover img {
    transform: scale(0.92);
}

.about-requisites-section {
    margin-bottom: 0;
}

.about-requisites-heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
    margin: 0 0 20px;
}

.about-requisites-card {
    display: flex;
    align-items: stretch;
    border-radius: 10px;
    overflow: hidden;
}

.about-requisites-left {
    flex: 0 0 553px;
    background: #FFFFFF;
    border-radius: 10px 0 0 10px;
    padding: 32px 36px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about-req-company {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 38px;
    color: #000000;
    margin: 0;
}

.about-req-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin: 0;
}

.about-req-download {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 38px;
    color: #48924E;
    text-decoration: none;
    display: inline-block;
}

.about-req-download:hover {
    text-decoration: underline;
}

.about-requisites-right {
    flex: 1;
    min-width: 0;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}

.about-req-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-form-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-cta {
    margin-bottom: 0;
    overflow: visible;
    padding-top: 40px;
}

.faq-cta-inner {
    background: linear-gradient(100deg, #1D3A2A 55%, #A8A180 100%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: visible;
    min-height: 380px;
}

.faq-cta-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    margin-left: 100px;
    padding-bottom: 64px;
}

.faq-cta-photo-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.faq-cta-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 2;
}

.faq-cta-decor {
    position: absolute;
    width: 320px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.faq-cta-person {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
}

.faq-cta-person-name {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
}

.faq-cta-person-role {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
}

.faq-cta-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
    margin-left: 120px;
}

.faq-cta-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
    margin: 0 0 8px;
}

.faq-cta-subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    margin: 0 0 24px;
}

.faq-cta-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 300px;
}

.faq-cta-phone {
    width: 100%;
    height: 49px;
    border-radius: 6px;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px -4px 11px 0px rgba(0, 0, 0, 0.3) inset,
    0px 6px 8px 0px rgba(255, 255, 255, 0.35) inset;
    padding: 0 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333;
    outline: none;
    box-sizing: border-box;
}

.faq-cta-phone::placeholder {
    color: #999;
}

.faq-cta-phone:focus {
    box-shadow: 0 0 0 2px #48924E,
    0px -4px 11px 0px rgba(0, 0, 0, 0.3) inset,
    0px 6px 8px 0px rgba(255, 255, 255, 0.35) inset;
}

.faq-cta-submit {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: none;
    background: #EA8F13;
    box-shadow: 0px -4px 11px 0px rgba(0, 0, 0, 0.3) inset,
    0px 6px 8px 0px rgba(255, 255, 255, 0.35) inset;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    transition: background 0.25s;
}

.faq-cta-submit:hover {
    background: #FFA326;
}

.faq-cta-consent {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    cursor: pointer;
}

.faq-cta-consent input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #48924E;
    cursor: pointer;
    flex-shrink: 0;
}

.faq-cta-consent span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #D1E2D5;
}

.faq-cta-consent a {
    color: #D1E2D5;
    text-decoration: underline;
}

.faq-cta-right {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
}

.faq-cta-house {
    width: 410px;
    height: auto;
    display: block;
}

@media (max-width: 1100px) {
    .about-hero-right {
        flex: 0 0 460px;
        max-width: 460px;
    }

    .about-hero-img {
        height: 380px;
    }

    .about-requisites-left {
        flex: 0 0 440px;
    }

    .faq-cta-left {
        margin-left: 55px;
    }

    .faq-cta-center {
        margin-left: 85px;
    }

    .faq-cta-form {
        max-width: 270px;
    }

    .faq-cta-house {
        width: 340px;
    }
}

@media (max-width: 960px) {
    .about-hero {
        gap: 20px;
    }

    .about-hero-right {
        flex: 0 0 380px;
        max-width: 380px;
    }

    .about-hero-img {
        height: 340px;
    }

    .about-hero-title {
        font-size: 24px;
        line-height: 32px;
    }

    .about-hero-list {
        gap: 6px 16px;
    }

    .about-hero-list-col {
        font-size: 15px;
        line-height: 22px;
        padding-left: 18px;
        flex: 1 1 180px;
    }

    .about-office-info {
        flex: 0 0 300px;
        max-width: 300px;
        padding: 20px;
    }

    .about-office-title {
        font-size: 18px;
        line-height: 26px;
    }

    .about-office-email {
        font-size: 14px;
    }

    .about-office-email-note {
        font-size: 14px;
    }

    .about-requisites-left {
        flex: 0 0 380px;
    }

    .faq-cta-left {
        margin-left: 40px;
    }

    .faq-cta-photo {
        width: 150px;
        height: 150px;
    }

    .faq-cta-decor {
        width: 280px;
    }

    .faq-cta-center {
        margin-left: 40px;
    }

    .faq-cta-title {
        font-size: 20px;
    }

    .faq-cta-subtitle {
        font-size: 15px;
    }

    .faq-cta-form {
        max-width: 240px;
    }

    .faq-cta-house {
        width: 280px;
    }
}

@media (max-width: 768px) {
    .about-container {
        padding: 0 16px 32px;
    }

    .about-breadcrumbs {
        padding: 16px 0;
    }

    .about-breadcrumbs a,
    .about-breadcrumbs-sep,
    .about-breadcrumbs-current {
        font-size: 14px;
    }

    .about-hero {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 24px;
    }

    .about-hero-right {
        display: none;
    }

    .about-hero-left {
        width: 100%;
    }

    .about-hero-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 14px;
    }

    .about-hero-text {
        font-size: 14px;
        line-height: 22px;
    }

    .about-hero-spec {
        font-size: 14px;
        line-height: 22px;
    }

    .about-hero-list {
        flex-direction: column;
        gap: 0;
    }

    .about-hero-list-col {
        font-size: 14px;
        line-height: 22px;
    }

    .about-offices {
        gap: 16px;
        margin-bottom: 28px;
    }

    .about-office-row {
        height: auto;
    }

    .about-office-card-mobile {
        flex-direction: column !important;
        gap: 0;
        background: #FFFFFF;
        border-radius: 10px;
        overflow: hidden;
    }

    .about-office-map {
        flex: none;
        width: 100%;
        height: 180px;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }

    .about-office-map-img {
        border-radius: 10px;
    }

    .about-office-info {
        flex: none;
        width: 100%;
        max-width: 100%;
        border-radius: 0 0 10px 10px;
        padding: 20px;
        box-sizing: border-box;
        background: #FFFFFF;
        justify-content: flex-start;
        gap: 12px;
    }

    .about-requisites-heading {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .about-requisites-card {
        flex-direction: column;
    }

    .about-requisites-left {
        flex: none;
        width: 100%;
        border-radius: 10px;
        padding: 20px 16px;
    }

    .about-requisites-right {
        display: none;
    }

    .faq-cta {
        padding-top: 0;
    }

    .about-form-container {
        padding: 0 16px;
    }

    .faq-cta-inner {
        flex-direction: column !important;
        align-items: center !important;
        padding: 30px 0 0 0 !important;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
        overflow: hidden !important;
        min-height: unset !important;
        position: relative !important;
    }

    .faq-cta-left {
        order: 1;
        width: 100%;
        margin: 0 0 20px 0 !important;
        padding: 0 20px !important;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 0 !important;
    }

    .faq-cta-photo {
        width: 150px;
        height: 150px;
    }

    .faq-cta-decor {
        width: 300px;
    }

    .faq-cta-center {
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        margin: 0 !important;
        padding: 0 20px 30px 20px !important;
        box-sizing: border-box;
    }

    .faq-cta-title {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
    }

    .faq-cta-subtitle {
        font-size: 16px;
        text-align: center;
    }

    .faq-cta-form {
        max-width: 100%;
        width: 100%;
    }

    .faq-cta-phone {
        height: 46px;
    }

    .faq-cta-submit {
        height: 46px;
        font-size: 15px;
    }

    .faq-cta-consent {
        justify-content: center;
    }

    .faq-cta-right {
        order: 3;
        position: static !important;
        display: block;
        width: 100% !important;
        overflow: hidden;
        height: 280px;
    }

    .faq-cta-house {
        width: 100%;
        height: 280px;
        object-fit: cover;
        object-position: center 0%;
        display: block;
    }
}

@media (max-width: 480px) {
    .about-hero-title {
        font-size: 20px;
        line-height: 28px;
    }

    .about-office-map {
        height: 140px;
    }

    .about-office-title {
        font-size: 16px;
        line-height: 22px;
    }

    .about-requisites-heading {
        font-size: 20px;
        line-height: 28px;
    }

    .about-req-company {
        font-size: 14px;
        line-height: 28px;
    }

    .about-req-text {
        font-size: 13px;
        line-height: 22px;
    }

    .about-req-download {
        font-size: 14px;
    }
}


.about-more {
    display: none;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 60px;
}

.about-more.active {
    display: block;
}
