

body.body_about .main-content > section > .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}
body.body_about .main-content > section > .container > .breadcrumb,
body.body_about .main-content > section > .container > .main-title_inner {
    display: none;
}

.about-page-new {
    background: #f3f3f3;
    color: #171c25;
}
.about-page-container {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
}
.about-hero,
.about-final {
    position: relative;
    min-height: 640px;
    overflow: hidden;
    background: #272c35;
}
.about-hero__image,
.about-final__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-hero__overlay,
.about-final__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(39,44,53,.78), rgba(39,44,53,.48) 52%, rgba(39,44,53,.2));
}
.about-hero__inner,
.about-final__inner {
    position: relative;
    z-index: 1;
    min-height: inherit;
    display: flex;
    align-items: center;
}
.about-hero__content {
    max-width: 760px;
    text-align: left;
    padding: 80px 0;
    color: #fff;
}
.about-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #08bf5b;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.about-hero h1,
.about-final h2 {
    margin: 0;
    color: #fff;
    font-size: 54px;
    line-height: 1.12;
    font-weight: 800;
}
.about-hero__text,
.about-final__text {
    margin-top: 24px;
    color: rgba(255,255,255,.84);
    font-size: 20px;
    line-height: 1.65;
}
.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
}
.about-actions_center {
    justify-content: center;
}
.about-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    min-height: 56px;
    padding: 0 26px;
    background: #272c35;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    border: 0;
}
.about-page-btn:hover { color: #fff; text-decoration: none; }
.about-page-btn_green { background: #08bf5b; }
.about-page-btn_light { background: #fff; color: #171c25; }
.about-page-btn_light:hover { color: #171c25; }
.about-page-btn_dark { background: #171c25; }
.about-section {
    padding: 86px 0;
    background: #f3f3f3;
}
.about-section_white { background: #fff; }
.about-section_dark { background: #272c35; color: #fff; }
.about-section-head {
    max-width: 860px;
    margin-bottom: 42px;
}
.about-section-head_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.about-section h2,
.about-section-head h2 {
    margin: 0;
    color: #171c25;
    font-size: 42px;
    line-height: 1.18;
    font-weight: 800;
}
.about-section_dark h2 { color: #fff; }
.about-section-text {
    margin-top: 18px;
    color: #4d5562;
    font-size: 18px;
    line-height: 1.65;
}
.about-section_dark .about-section-text { color: rgba(255,255,255,.72); }
.about-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.about-card {
    min-height: 210px;
    padding: 28px;
    background: #f4f6f5;
    border-left: 4px solid #08bf5b;
}
.about-card b,
.about-store-card h3,
.about-team-card h3 {
    display: block;
    margin-bottom: 14px;
    color: #171c25;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 800;
}
.about-card p,
.about-store-card p,
.about-team-card p { color: #4d5562; font-size: 16px; line-height: 1.6; }
.about-store-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}
.about-store-card,
.about-team-card {
    background: #fff;
}
.about-store-card__image,
.about-team-card__image {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.about-store-card__body,
.about-team-card__body {
    padding: 32px;
}
.about-store-card__label {
    display: block;
    margin-bottom: 8px;
    color: #a1a7b0;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}
.about-store-card__route {
    display: inline-block;
    margin: 12px 0 22px;
    color: #08bf5b;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dashed #08bf5b;
}
.about-store-card .about-page-btn,
.about-team-card .about-page-btn { width: 100%; margin-top: 18px; }
.about-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255,255,255,.16);
}
.about-step {
    min-height: 250px;
    padding: 34px 28px;
    background: #272c35;
}
.about-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 32px;
    background: #08bf5b;
    color: #fff;
    font-weight: 800;
}
.about-step h3 { margin: 0 0 12px; color: #fff; font-size: 24px; }
.about-step p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.6; }
.about-team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.about-team-card__position {
    color: #08bf5b;
    font-weight: 800;
}
.about-project-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}
.about-project-card {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    background: #272c35;
    color: #fff;
}
.about-project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .72;
    transition: transform .25s ease, opacity .25s ease;
}
.about-project-card span {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1;
    font-size: 20px;
    font-weight: 800;
}
.about-project-card:hover img { transform: scale(1.04); opacity: .9; }
.about-center-action { margin-top: 34px; text-align: center; }
.about-designers {
    background: #fff;
}
.about-designers__grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 48px;
    align-items: center;
}
.about-designers__content { padding: 40px 0; }
.about-designers__content h2 {
    margin: 0;
    font-size: 42px;
    line-height: 1.18;
    font-weight: 800;
}
.about-designers__image {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
}
.about-final {
    min-height: 520px;
}
.about-final__inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    max-width: 900px;
}
.about-final__overlay {
    background: rgba(39,44,53,.68);
}
@media (max-width: 1100px) {
    .about-card-grid,
    .about-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-project-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
    .about-page-container { width: calc(100% - 32px); }
    .about-hero,
    .about-final { min-height: 560px; }
    .about-hero h1,
    .about-final h2 { font-size: 34px; }
    .about-hero__text,
    .about-final__text,
    .about-section-text { font-size: 16px; }
    .about-section { padding: 56px 0; }
    .about-section h2,
    .about-section-head h2,
    .about-designers__content h2 { font-size: 30px; }
    .about-card-grid,
    .about-store-grid,
    .about-steps,
    .about-team-grid,
    .about-project-strip,
    .about-designers__grid { grid-template-columns: 1fr; }
    .about-card { min-height: auto; }
    .about-store-card__image,
    .about-team-card__image { height: 220px; }
    .about-project-card { min-height: 220px; }
    .about-designers__image { height: 300px; }
    .about-actions { flex-direction: column; }
    .about-page-btn { width: 100%; }
}

.about-hero h1 {
    text-align: left;
}

.about-section-head:not(.about-section-head_center),
.about-section-head:not(.about-section-head_center) h2,
.about-designers__content,
.about-designers__content h2 {
    text-align: left;
}

/* Match the homepage hero typography. */
.about-hero h1 {
    max-width: 650px;
    font-size: 42px;
    line-height: 1.22;
    text-align: left;
}
.about-hero__text {
    max-width: 650px;
    font-size: 18px;
    line-height: 1.7;
}
@media only screen and (min-width: 1270px) and (max-width: 1599px) {
    .about-hero h1 {
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    .about-hero h1 {
        max-width: 330px;
        font-size: 30px;
        line-height: 1.14;
    }
    .about-hero__text {
        max-width: 330px;
        font-size: 16px;
        line-height: 1.45;
    }
}
@media (max-width: 420px) {
    .about-hero h1 {
        font-size: 26px;
    }
    .about-hero__text {
        font-size: 14px;
    }
}

/* Match all about block typography to homepage hero. */
.about-section-head h2,
.about-designers__content h2,
.about-final h2 {
    font-size: 42px;
    line-height: 1.22;
}
.about-section-text,
.about-final__text {
    font-size: 18px;
    line-height: 1.7;
}
@media only screen and (min-width: 1270px) and (max-width: 1599px) {
    .about-section-head h2,
    .about-designers__content h2,
    .about-final h2 {
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    .about-section-head h2,
    .about-designers__content h2,
    .about-final h2 {
        font-size: 30px;
        line-height: 1.14;
    }
    .about-section-text,
    .about-final__text {
        font-size: 16px;
        line-height: 1.45;
    }
}
@media (max-width: 420px) {
    .about-section-head h2,
    .about-designers__content h2,
    .about-final h2 {
        font-size: 26px;
    }
    .about-section-text,
    .about-final__text {
        font-size: 14px;
    }
}

/* About breadcrumbs and callback modal fixes. */
body.body_about .main-content > section > .container {
    position: relative;
}
body.body_about .main-content > section > .container > .breadcrumbs {
    position: absolute;
    top: 118px;
    left: 50%;
    z-index: 5;
    display: flex;
    width: min(1180px, calc(100% - 64px));
    margin: 0 !important;
    padding: 0 !important;
    transform: translateX(-50%);
    color: rgba(255,255,255,.72);
}
body.body_about .main-content > section > .container > .breadcrumbs a,
body.body_about .main-content > section > .container > .breadcrumbs span {
    color: rgba(255,255,255,.82);
}
body.body_about .main-content > section > .container > .breadcrumbs + .main-title_inner {
    display: none;
}
body.body_about .modal {
    z-index: 10050;
}
body.body_about .modal-backdrop {
    z-index: 10040;
}
body.body_about #callback .modal-dialog {
    margin-top: 112px;
    margin-bottom: 32px;
    min-height: calc(100% - 144px);
    align-items: flex-start;
}
@media (max-width: 991px) {
    body.body_about .main-content > section > .container > .breadcrumbs {
        top: 96px;
        width: calc(100% - 32px);
    }
    body.body_about #callback .modal-dialog {
        margin-top: 82px;
        margin-left: 12px;
        margin-right: 12px;
        min-height: calc(100% - 108px);
    }
}


/* Pull the about hero to the fixed header, like shop detail pages. */
body.body_about .about-us_section {
    padding-top: 0 !important;
}
body.body_about .main-content > section.about-us_section > .container > .breadcrumbs {
    position: absolute !important;
    top: 118px !important;
    left: 50% !important;
    z-index: 5 !important;
    width: min(1180px, calc(100% - 64px)) !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateX(-50%) !important;
    color: rgba(255,255,255,.72) !important;
}
body.body_about .main-content > section.about-us_section > .container > .breadcrumbs a,
body.body_about .main-content > section.about-us_section > .container > .breadcrumbs span {
    color: rgba(255,255,255,.82) !important;
}
@media (max-width: 991px) {
    body.body_about .main-content > section.about-us_section > .container > .breadcrumbs {
        top: 96px !important;
        width: calc(100% - 32px) !important;
    }
}
