.about-landing-wrapper {
    width: 100%;
    margin: 0 auto;
}

.about-landing {
    --about-font-accent: var(--artelv-font-accent);
    --about-section-space-lg: 120px;
    --about-panel-padding-lg: 70px 120px;
    --about-heading-md-size: 40px;
    --about-heading-md-line: 44px;
    --about-copy-lg-size: 32px;
    --about-copy-lg-line: 44px;
    --about-copy-lead-size: 28px;
    --about-copy-lead-line: 44px;

    width: 100%;
    color: #203b32;
    font-family: var(--artelv-font-main);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
}

.about-landing * {
    font-family: inherit;
    min-width: 0;
}

.about-landing img {
    display: block;
    max-width: 100%;
    /* height: auto; */
}

.about-landing p,
.about-landing h1,
.about-landing h2,
.about-landing h3,
.about-landing ul {
    margin: 0;
}

.about-landing ul {
    padding: 0;
    list-style: none;
}

.about-landing a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.about-landing__title,
.about-landing__section-subtitle,
.about-landing__history-title,
.about-landing__today-item-title,
.about-landing__constructor-title,
.about-landing__factory-title,
.about-landing .about-landing__customer-title,
.about-landing__warranty-title,
.about-landing p {
    overflow-wrap: break-word;
}

.about-landing__title {
    color: var(--artelv-color-heading);
    font-family: var(--about-font-accent);
    font-size: 72px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.about-landing__history-title,
.about-landing__today-item-title,
.about-landing__constructor-title,
.about-landing__factory-title,
.about-landing .about-landing__customer-title,
.about-landing__warranty-title {
    color: var(--artelv-color-text);
    font-family: var(--about-font-accent);
    font-size: var(--about-heading-md-size);
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.about-landing__history-title,
.about-landing__today-item-title,
.about-landing__constructor-title,
.about-landing__factory-title {
    line-height: var(--about-heading-md-line);
}

.about-landing__mission-text,
.about-landing__history-content,
.about-landing__constructor-text,
.about-landing__factory-text,
.about-landing__final-card {
    color: var(--artelv-color-text);
    font-size: var(--about-copy-lg-size);
    font-style: normal;
    font-weight: 500;
}

.about-landing__mission-text,
.about-landing__history-content,
.about-landing__constructor-text,
.about-landing__factory-text {
    line-height: var(--about-copy-lg-line);
}

.about-landing__hero-text,
.about-landing__today-item p,
.about-landing__customer-content p {
    color: var(--artelv-color-text);
    font-size: var(--about-copy-lead-size);
    font-style: normal;
    font-weight: 400;
}

.about-landing__hero-text,
.about-landing__today-item p {
    line-height: var(--about-copy-lead-line);
}

.about-landing__history,
.about-landing__constructor,
.about-landing__factory,
.about-landing .about-landing__features,
.about-landing .about-landing__advantage-list {
    margin-top: var(--about-section-space-lg);
}

.about-landing__history-card,
.about-landing__constructor,
.about-landing__factory-intro,
.about-landing__final-card {
    padding: var(--about-panel-padding-lg);
}

.about-landing__feature-card,
.about-landing__advantage-card {
    background: #FFF;
    color: #20332e;
    font-size: 14px;
    line-height: 1.42;
    text-align: center;
}

.about-landing__feature-card:nth-child(2),
.about-landing__advantage-card:nth-child(2) {
    background: var(--artelv-color-surface-blue);
    border-radius: 20px;
}

.about-landing__feature-card:nth-child(2) .about-landing__feature-icon,
.about-landing__advantage-card:nth-child(2) .about-landing__advantage-number {
    background-color: #FFF;
    box-shadow: 0 0 24px 0 rgba(0, 72, 74, 0.07);
}

.about-landing__feature-icon,
.about-landing__advantage-number {
    width: 115px;
    height: 115px;
    border-radius: 20px;
    background: var(--artelv-color-surface-blue);
}

.about-landing .about-landing__feature-title,
.about-landing .about-landing__advantage-title {
    margin-bottom: 12px;
    color: var(--artelv-color-text);
    text-align: center;
    font-family: var(--about-font-accent);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.about-landing .about-landing__feature-card p,
.about-landing__advantage-card p {
    color: var(--artelv-color-muted);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.about-landing__customer-image-container::before,
.about-landing__customer-image-container::after,
.about-landing__warranty-picture::before,
.about-landing__warranty-picture::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: url('/image/catalog/landings/pages/about-landing/border.png');
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.about-landing__customer-image-container::before,
.about-landing__warranty-picture::before {
    top: 0;
    background-position: center bottom;
}

.about-landing__customer-image-container::after,
.about-landing__warranty-picture::after {
    bottom: 0;
    background-position: center top;
}

.about-landing__hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    width: 100%;
}
.about-landing__hero-picture {
    position: relative;
    width: 100%;
    height: 100%;
}
.about-landing__hero-image {
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
}

.about-landing__hero-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.about-landing__mission {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    width: 100%;
    margin-top: 70px;
    padding: 50px;
    background: #e8f5f5;
}

.about-landing__mission-title {
    color: #16372d;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.05;
    text-align: center;
    text-transform: uppercase;
}

.about-landing__history {
    width: 100%;
}

.about-landing__section-header {
    width: 100%;
}

.about-landing__section-header--history {
    margin-bottom: 32px;
}

.about-landing__section-title {
    color: #17352c;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.035em;
    text-transform: uppercase;
}

.about-landing__section-subtitle {
    margin-top: 15px;
    color: var(--artelv-color-text);
    font-family: var(--about-font-accent);
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-landing__timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 100%;
}

.about-landing__history-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 100%;
    background: #f8f4f0;
}
.about-landing__history-header {
    display: flex;
    align-items: start;
    gap: 50px;
}
.about-landing__history-card:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -80px;
    width: 2px;
    height: 80px;
    background: var(--artelv-color-accent);
    transform: translateX(-50%);
}

.about-landing__history-card:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--artelv-color-accent);
    transform: translateX(-50%);
}
.about-landing__history-card:not(:first-child) .about-landing__history-year::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--artelv-color-accent);
    transform: translateX(-50%);
}
.about-landing__history-year {
    color: var(--artelv-color-accent);
    font-family: var(--about-font-accent);
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 80%;
    flex-shrink: 0;
}

.about-landing__history-content p + p {
    margin-top: 32px;
}

.about-landing__history-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin: 34px 0;
}

.about-landing__history-image {
    width: 100%;
    aspect-ratio: 1.35 / 1;
    object-fit: cover;
}

.about-landing__history-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    width: 100%;
    margin-top: 4px;
}

.about-landing__history-gallery-image {
    width: 100%;
    aspect-ratio: 1.4 / 1;
    object-fit: cover;
}

.about-landing__today {
    width: 100%;
    margin-top: 90px;
}
.about-landing__today .about-landing__title {
    display: flex;
    align-items: end;
    gap: 30px;
}
.about-landing__today .about-landing__title span {
    color: var(--artelv-color-text);
    font-size: var(--about-heading-md-size);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.about-landing__today-grid {
    display: grid;
    grid-template-columns: 617px 1fr;
    gap: 50px;
    width: 100%;
    margin-top: 50px;
}
.about-landing__today-picture {
    position: relative;
}
.about-landing__today-image {
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
}

.about-landing__today-list {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.about-landing__today-item {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about-landing__constructor {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    border: 1px solid var(--artelv-color-border);
    background: #ffffff;
}

.about-landing__factory {
    width: 100%;
}

.about-landing__factory-intro {
    width: 100%;
    background: var(--artelv-color-surface-warm);
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-landing .about-landing__features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.about-landing__feature-card {
    padding: 40px 60px;
}

.about-landing__feature-icon {
    padding: 30px;
    margin: 0 auto 40px;
    object-fit: contain;
}
.about-landing__advantages {
    width: 100%;
    margin-top: 58px;
}

.about-landing__customer {
    display: flex;
    flex-direction: column;
    gap: 44px;
    align-items: end;
    width: 100%;
}

.about-landing__customer-content {
    max-width: 1180px;
    margin: 100px auto; 
    text-align: center;
}

.about-landing__customer-image-container {
    position: relative;
    width: 100%;
}
.about-landing__customer-image {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.about-landing .about-landing__advantage-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.about-landing__advantage-card {
    padding: 40px;
}
.about-landing__advantage-number {
    display: inline-grid;
    place-items: center;
    margin-bottom: 40px;
    color: var(--artelv-color-accent);
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
}

.about-landing__warranty {
    width: 100%;
    margin-top: 80px;
}

.about-landing__warranty-title {
    width: 100%;
    padding: 97px 135px;
    background: var(--artelv-color-surface-warm);
    text-align: center;
}
.about-landing__warranty-picture {
    position: relative;
    width: 100%;
}
.about-landing__warranty-image {
    width: 100%;
    margin-top: 62px;
    object-fit: cover;
}

.about-landing__final-card {
    display: grid;
    gap: 30px;
    width: 100%;
    margin-top: 78px;
    border: 1px solid var(--artelv-color-border);
    background: #ffffff;
}

@media screen and (max-width: 1344px) {
    .about-landing {
        --about-section-space-lg: 96px;
        --about-panel-padding-lg: 56px 72px;
        --about-heading-md-size: 34px;
        --about-heading-md-line: 40px;
        --about-copy-lg-size: 28px;
        --about-copy-lg-line: 38px;
        --about-copy-lead-size: 24px;
        --about-copy-lead-line: 36px;
    }

    .about-landing__title {
        font-size: 60px;
    }

    .about-landing__hero {
        gap: 36px;
    }

    .about-landing__hero-content {
        gap: 36px;
    }

    .about-landing__mission {
        margin-top: 56px;
        padding: 44px;
    }

    .about-landing__timeline {
        gap: 64px;
    }

    .about-landing__history-card:not(:last-child)::after {
        bottom: -64px;
        height: 64px;
    }

    .about-landing__history-year {
        font-size: 60px;
    }

    .about-landing__history-images {
        gap: 32px;
    }

    .about-landing__today-grid {
        grid-template-columns: 520px 1fr;
        gap: 40px;
    }

    .about-landing__feature-card {
        padding: 34px 32px;
    }

    .about-landing__customer-content {
        max-width: 980px;
        margin: 80px auto;
    }

    .about-landing__warranty-title {
        padding: 72px 96px;
    }
}

@media screen and (max-width: 1199px) {
    .about-landing {
        --about-section-space-lg: 80px;
        --about-panel-padding-lg: 48px 40px;
        --about-heading-md-size: 30px;
        --about-heading-md-line: 36px;
        --about-copy-lg-size: 24px;
        --about-copy-lg-line: 34px;
        --about-copy-lead-size: 22px;
        --about-copy-lead-line: 32px;
    }

    .about-landing__title {
        font-size: 52px;
    }

    .about-landing__hero {
        gap: 28px;
    }

    .about-landing__section-subtitle {
        font-size: 42px;
    }

    .about-landing__history-header {
        gap: 32px;
    }

    .about-landing__history-year {
        font-size: 52px;
    }

    .about-landing__history-images {
        gap: 24px;
    }

    .about-landing__today {
        margin-top: 72px;
    }

    .about-landing__today-grid {
        grid-template-columns: 420px 1fr;
        gap: 32px;
    }

    .about-landing__today-list {
        gap: 36px;
    }

    .about-landing__today-item {
        gap: 18px;
    }

    .about-landing__factory-intro,
    .about-landing__constructor {
        gap: 30px;
    }

    .about-landing .about-landing__features,
    .about-landing .about-landing__advantage-list {
        gap: 16px;
    }

    .about-landing__feature-card,
    .about-landing__advantage-card {
        padding: 32px 24px;
    }

    .about-landing__feature-icon,
    .about-landing__advantage-number {
        width: 96px;
        height: 96px;
    }

    .about-landing__feature-icon {
        padding: 24px;
        margin-bottom: 30px;
    }

    .about-landing__advantage-number {
        margin-bottom: 30px;
        font-size: 52px;
    }

    .about-landing__warranty-title {
        padding: 56px 64px;
    }
}

@media screen and (max-width: 991px) {
    .about-landing {
        --about-panel-padding-lg: 40px 32px;
        --about-mobile-gutter: 32px;
    }

    .about-landing__hero,
    .about-landing__today-grid {
        grid-template-columns: 1fr;
    }

    .about-landing__hero-picture,
    .about-landing__today-picture {
        aspect-ratio: 1.45 / 1;
        height: auto;
    }

    .about-landing__hero-image,
    .about-landing__today-image {
        position: static;
        height: 100%;
    }

    .about-landing__hero-content {
        gap: 24px;
    }

    .about-landing__hero-content,
    .about-landing__section-header,
    .about-landing__today > .about-landing__title,
    .about-landing__today-grid,
    .about-landing .about-landing__features,
    .about-landing .about-landing__advantage-list {
        padding-right: var(--about-mobile-gutter);
        padding-left: var(--about-mobile-gutter);
    }

    .about-landing__mission {
        margin-top: 48px;
        padding: 40px 32px;
        align-items: flex-start;
    }

    .about-landing__section-header--history {
        margin-bottom: 24px;
    }

    .about-landing__timeline {
        gap: 48px;
    }

    .about-landing__history-card:not(:last-child)::after {
        bottom: -48px;
        height: 48px;
    }

    .about-landing__history-header {
        flex-direction: column;
        gap: 14px;
    }

    .about-landing__history-images {
        grid-template-columns: 1fr;
        margin: 28px 0;
    }

    .about-landing__history-gallery,
    .about-landing .about-landing__features,
    .about-landing .about-landing__advantage-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-landing__today .about-landing__title {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .about-landing__today-grid {
        margin-top: 32px;
    }

    .about-landing__constructor,
    .about-landing .about-landing__features,
    .about-landing .about-landing__advantage-list {
        margin-top: 64px;
    }

    .about-landing__customer-content {
        max-width: none;
        margin: 64px 32px;
    }

    .about-landing__warranty {
        margin-top: 64px;
    }

    .about-landing__warranty-title {
        padding: 48px 32px;
    }

    .about-landing__warranty-image {
        margin-top: 42px;
    }

    .about-landing__final-card {
        margin-top: 56px;
    }
}

@media screen and (max-width: 767px) {
    .about-landing {
        --about-section-space-lg: 64px;
        --about-panel-padding-lg: 32px 24px;
        --about-mobile-gutter: 24px;
        --about-heading-md-size: 26px;
        --about-heading-md-line: 32px;
        --about-copy-lg-size: 20px;
        --about-copy-lg-line: 30px;
        --about-copy-lead-size: 18px;
        --about-copy-lead-line: 28px;
    }

    .about-landing__title {
        font-size: 42px;
    }

    .about-landing__hero {
        gap: 24px;
    }

    .about-landing__hero-picture,
    .about-landing__today-picture {
        aspect-ratio: 1.25 / 1;
    }

    .about-landing__mission {
        padding: 32px 24px;
    }

    .about-landing__section-subtitle {
        font-size: 32px;
    }

    .about-landing__timeline {
        gap: 40px;
    }

    .about-landing__history-card:not(:last-child)::after {
        bottom: -40px;
        height: 40px;
    }

    .about-landing__history-card:not(:last-child)::before,
    .about-landing__history-card:not(:first-child) .about-landing__history-year::before {
        width: 14px;
        height: 14px;
    }

    .about-landing__history-card:not(:last-child)::before {
        bottom: -7px;
    }

    .about-landing__history-card:not(:first-child) .about-landing__history-year::before {
        top: -7px;
    }

    .about-landing__history-year {
        font-size: 42px;
    }

    .about-landing__history-gallery,
    .about-landing .about-landing__features,
    .about-landing .about-landing__advantage-list {
        grid-template-columns: 1fr;
    }

    .about-landing__today {
        margin-top: 56px;
    }

    .about-landing__today .about-landing__title span {
        font-size: 28px;
    }

    .about-landing__today-list {
        gap: 30px;
    }

    .about-landing__feature-card,
    .about-landing__advantage-card {
        padding: 28px 22px;
    }

    .about-landing__customer-content {
        margin: 48px 24px;
    }

    .about-landing__customer-image-container::before,
    .about-landing__customer-image-container::after,
    .about-landing__warranty-picture::before,
    .about-landing__warranty-picture::after {
        height: 18px;
    }

    .about-landing__warranty-title {
        padding: 40px 24px;
    }

    .about-landing__warranty-image {
        margin-top: 30px;
    }

    .about-landing__final-card {
        margin-top: 40px;
    }
}

@media screen and (max-width: 567px) {
    .about-landing {
        --about-section-space-lg: 48px;
        --about-panel-padding-lg: 28px 18px;
        --about-mobile-gutter: 18px;
        --about-heading-md-size: 20px;
        --about-heading-md-line: 28px;
        --about-copy-lg-size: 18px;
        --about-copy-lg-line: 27px;
        --about-copy-lead-size: 16px;
        --about-copy-lead-line: 25px;
    }

    .about-landing__title {
        font-size: 34px;
    }

    .about-landing__hero-content {
        gap: 18px;
    }

    .about-landing__mission {
        margin-top: 36px;
        padding: 28px 18px;
    }

    .about-landing__section-subtitle {
        font-size: 20px;
    }

    .about-landing__history-card {
        gap: 24px;
    }

    .about-landing__history-year {
        font-size: 34px;
    }

    .about-landing__history-images {
        gap: 18px;
    }

    .about-landing__history-content p + p {
        margin-top: 24px;
    }

    .about-landing__today .about-landing__title span {
        font-size: 22px;
    }

    .about-landing__today-grid {
        gap: 24px;
        margin-top: 24px;
    }

    .about-landing__constructor,
    .about-landing .about-landing__features,
    .about-landing .about-landing__advantage-list {
        margin-top: 48px;
    }

    .about-landing__factory-intro,
    .about-landing__constructor {
        gap: 24px;
    }

    .about-landing__feature-icon,
    .about-landing__advantage-number {
        width: 82px;
        height: 82px;
    }

    .about-landing__feature-icon {
        padding: 20px;
        margin-bottom: 24px;
    }

    .about-landing__advantage-number {
        margin-bottom: 24px;
        font-size: 42px;
    }

    .about-landing .about-landing__feature-title,
    .about-landing .about-landing__advantage-title {
        font-size: 20px;
    }

    .about-landing .about-landing__feature-card p,
    .about-landing__advantage-card p {
        font-size: 16px;
    }

    .about-landing__customer-content {
        margin: 40px 18px;
    }

    .about-landing__warranty {
        margin-top: 48px;
    }

    .about-landing__warranty-title {
        padding: 32px 18px;
    }
}
