/* ===== Страница "О нас": верхний hero-блок ===== */

body.page-template-page-about,
body.page-template-page-about-php {
    background: #fff !important;
}

.gs-about-page,
.gs-about-page * {
    box-sizing: border-box !important;
}

.gs-about-hero {
    position: relative !important;
    width: 100% !important;
    min-height: 760px !important;
    margin: -110px 0 0 0 !important;
    padding: 205px 0 70px 0 !important;
    overflow: hidden !important;
    background: #070707 !important;
    color: #fff !important;
}

.gs-about-hero__bg {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;

    background-image:
        linear-gradient(
            180deg,
            #000 0%,
            rgba(0,0,0,.98) 12%,
            rgba(0,0,0,.62) 24%,
            rgba(0,0,0,0) 38%,
            rgba(0,0,0,0) 62%,
            rgba(0,0,0,.68) 78%,
            rgba(0,0,0,.98) 90%,
            #000 100%
        ),
        linear-gradient(
            90deg,
            #000 0%,
            rgba(0,0,0,.90) 25%,
            rgba(0,0,0,.35) 58%,
            rgba(0,0,0,0) 100%
        ),
        url("images/about-hero-bg.jpg") !important;

    background-size:
        100% 100%,
        100% 100%,
        65% auto !important;

    background-position:
        center center,
        center center,
        center right 18% !important;

    background-repeat:
        no-repeat,
        no-repeat,
        no-repeat !important;

    transform: none !important;
}

.gs-about-hero__shade {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;

    background:
        /* слева затемнение под текст */
        linear-gradient(
            90deg,
            rgba(0,0,0,.92) 0%,
            rgba(0,0,0,.78) 32%,
            rgba(0,0,0,.42) 62%,
            rgba(0,0,0,.16) 100%
        ),

        /* сверху плавный чёрный */
        linear-gradient(
            180deg,
            rgba(0,0,0,.88) 0%,
            rgba(0,0,0,.18) 24%,
            rgba(0,0,0,0) 40%
        ),

        /* снизу плавный чёрный */
        linear-gradient(
            0deg,
            rgba(0,0,0,.95) 0%,
            rgba(0,0,0,.42) 22%,
            rgba(0,0,0,0) 42%
        );

    pointer-events: none !important;
}

.gs-about-hero__container {
    position: relative !important;
    z-index: 2 !important;
    min-height: 520px !important;
}

.gs-about-hero__content {
    width: min(720px, 100%) !important;
    padding-top: 28px !important;
}

.gs-about-hero__eyebrow {
    margin: 0 0 26px 0 !important;
    color: #ef3337 !important;
    font-family: ArialBold, Arial, sans-serif !important;
    font-size: 21px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.gs-about-hero__title {
    max-width: 760px !important;
    margin: 0 0 18px 0 !important;
    color: #fff !important;
    font-family: ArialBold, Arial, sans-serif !important;
    font-size: clamp(44px, 4.8vw, 70px) !important;
    line-height: .98 !important;
    font-weight: 700 !important;
    letter-spacing: -.035em !important;
}

.gs-about-hero__text {
    max-width: 610px !important;
    margin: 0 0 34px 0 !important;
    color: rgba(255,255,255,.84) !important;
    font-family: Arial, sans-serif !important;
    font-size: 17px !important;
    line-height: 1.48 !important;
}

.gs-about-hero__features {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    width: 740px !important;
    max-width: 100% !important;
    margin: 0 0 36px 0 !important;
}

.gs-about-feature {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: start !important;
    min-width: 0 !important;
    padding: 0 28px !important;
}

.gs-about-feature:first-child {
    padding-left: 0 !important;
}

.gs-about-feature:not(:last-child)::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: 8px !important;
    width: 1px !important;
    height: 88px !important;
    background: rgba(255,255,255,.22) !important;
}

.gs-about-feature__icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    color: #ef3337 !important;
}

.gs-about-feature__icon svg {
    display: block !important;
    width: 48px !important;
    height: 48px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.gs-about-feature strong {
    display: block !important;
    margin: 0 0 8px 0 !important;
    color: #fff !important;
    font-family: ArialBold, Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.22 !important;
}

.gs-about-feature span:not(.gs-about-feature__icon):not(.gs-about-stars) {
    display: block !important;
    color: rgba(255,255,255,.72) !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
}

.gs-about-stars {
    display: block !important;
    color: #ffc928 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    letter-spacing: 1px !important;
    white-space: nowrap !important;
}

.gs-about-stars b {
    color: #fff !important;
    font-family: ArialBold, Arial, sans-serif !important;
    font-size: 14px !important;
    margin-left: 7px !important;
    letter-spacing: 0 !important;
}

.gs-about-hero__actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 18px !important;
    align-items: center !important;
    margin: 0 0 18px 0 !important;
}

.gs-about-btn,
.gs-about-btn:link,
.gs-about-btn:visited {
    appearance: none !important;
    -webkit-appearance: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 260px !important;
    max-width: 100% !important;
    min-height: 62px !important;
    padding: 18px 24px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255,255,255,.72) !important;
    background: transparent !important;
    color: #fff !important;
    font-family: ArialBold, Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease !important;
}

.gs-about-btn--red,
.gs-about-btn--red:link,
.gs-about-btn--red:visited {
    background: #ef3337 !important;
    border-color: #ef3337 !important;
    box-shadow: 0 14px 34px rgba(239, 51, 55, .22) !important;
}

.gs-about-btn:hover {
    transform: translateY(-2px) !important;
}

.gs-about-btn--red:hover {
    background: #ff3b3f !important;
    border-color: #ff3b3f !important;
    color: #fff !important;
}

.gs-about-btn--outline:hover {
    background: rgba(255,255,255,.08) !important;
    border-color: #fff !important;
    color: #fff !important;
}


.gs-about-trust {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    max-width: 690px !important;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
}

.gs-about-trust span {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 34px !important;
    padding: 8px 13px !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.07) !important;
    color: rgba(255,255,255,.88) !important;
    font-family: Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    backdrop-filter: blur(5px) !important;
}

.gs-about-trust span::before {
    content: "✓" !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 8px 0 0 !important;
    border-radius: 50% !important;
    background: #ef3337 !important;
    color: #fff !important;
    font-family: ArialBold, Arial, sans-serif !important;
    font-size: 10px !important;
    line-height: 1 !important;
}

.gs-about-hero__gift {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    color: #fff !important;
    font-family: ArialBold, Arial, sans-serif !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

.gs-about-hero__gift span {
    font-size: 28px !important;
    line-height: 1 !important;
}

.gs-about-hero__badge {
    position: absolute !important;
    right: 20px !important;
    bottom: 28px !important;
    z-index: 3 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-height: 72px !important;
    padding: 14px 18px !important;
    border: 1px solid rgba(255,255,255,.50) !important;
    border-radius: 10px !important;
    background: rgba(0,0,0,.36) !important;
    color: #fff !important;
    backdrop-filter: blur(6px) !important;
    font-family: ArialBold, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.22 !important;
}

.gs-about-hero__badge-icon {
    display: flex !important;
    width: 34px !important;
    height: 34px !important;
    color: #fff !important;
}

.gs-about-hero__badge-icon svg {
    display: block !important;
    width: 34px !important;
    height: 34px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

@media screen and (max-width: 1100px) {
    .gs-about-hero {
        min-height: 720px !important;
        padding-top: 180px !important;
    }

    .gs-about-hero__bg {
        background-size:
            100% 100%,
            100% 100%,
            70% auto !important;
        background-position:
            center center,
            center center,
            center right 16% !important;
    }

    .gs-about-hero__shade {
        background:
            linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.68) 45%, rgba(0,0,0,.22) 100%),
            linear-gradient(180deg, rgba(0,0,0,.38) 0%, rgba(0,0,0,.08) 45%, rgba(0,0,0,.55) 100%) !important;
    }

    .gs-about-hero__content {
        width: min(640px, 100%) !important;
    }

    .gs-about-hero__features {
        width: 620px !important;
    }

    .gs-about-feature {
        grid-template-columns: 42px minmax(0, 1fr) !important;
        gap: 12px !important;
        padding: 0 18px !important;
    }

    .gs-about-feature__icon,
    .gs-about-feature__icon svg {
        width: 38px !important;
        height: 38px !important;
    }

    .gs-about-feature strong {
        font-size: 14px !important;
    }

    .gs-about-feature span:not(.gs-about-feature__icon):not(.gs-about-stars) {
        font-size: 12px !important;
    }

    .gs-about-hero__badge {
        right: 20px !important;
        bottom: 22px !important;
    }
}

@media screen and (max-width: 768px) {
    .gs-about-hero {
        min-height: 0 !important;
        margin-top: -86px !important;
        padding: 150px 0 42px 0 !important;
    }

    .gs-about-hero__bg {
        background-size: cover !important;
        background-position: center right 42% !important;
        opacity: .82 !important;
    }

    .gs-about-hero__shade {
        background:
            linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.76) 56%, rgba(0,0,0,.45) 100%),
            linear-gradient(180deg, rgba(0,0,0,.44) 0%, rgba(0,0,0,.12) 46%, rgba(0,0,0,.72) 100%) !important;
    }

    .gs-about-hero__content {
        padding-top: 22px !important;
    }

    .gs-about-hero__eyebrow {
        margin-bottom: 18px !important;
        font-size: 13px !important;
    }

    .gs-about-hero__title {
        max-width: 390px !important;
        margin-bottom: 16px !important;
        font-size: 31px !important;
        line-height: 1.04 !important;
        letter-spacing: -.02em !important;
    }

    .gs-about-hero__text {
        max-width: 360px !important;
        margin-bottom: 22px !important;
        font-size: 12.5px !important;
        line-height: 1.45 !important;
    }

    .gs-about-hero__features {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 8px !important;
        width: 100% !important;
        max-width: 390px !important;
        margin-bottom: 22px !important;
    }

    .gs-about-feature,
    .gs-about-feature:first-child {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 7px !important;
        padding: 0 4px !important;
        text-align: center !important;
    }

    .gs-about-feature:not(:last-child)::after {
        display: none !important;
    }

    .gs-about-feature__icon,
    .gs-about-feature__icon svg {
        width: 28px !important;
        height: 28px !important;
        margin: 0 auto !important;
    }

    .gs-about-feature strong {
        margin: 0 0 2px 0 !important;
        font-size: 11.5px !important;
        line-height: 1.12 !important;
        text-align: center !important;
    }

    .gs-about-feature span:not(.gs-about-feature__icon):not(.gs-about-stars) {
        font-size: 10px !important;
        line-height: 1.2 !important;
        text-align: center !important;
    }

    .gs-about-stars {
        font-size: 13px !important;
    }

    .gs-about-stars b {
        font-size: 11px !important;
    }

    .gs-about-hero__actions {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
        width: 100% !important;
        max-width: 380px !important;
        margin-bottom: 14px !important;
    }

    .gs-about-btn,
    .gs-about-btn:link,
    .gs-about-btn:visited {
        width: 100% !important;
        min-height: 50px !important;
        padding: 12px 10px !important;
        border-radius: 6px !important;
        font-size: 11px !important;
        line-height: 1.15 !important;
    }

    
.gs-about-trust {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    max-width: 690px !important;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
}

.gs-about-trust span {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 34px !important;
    padding: 8px 13px !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.07) !important;
    color: rgba(255,255,255,.88) !important;
    font-family: Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    backdrop-filter: blur(5px) !important;
}

.gs-about-trust span::before {
    content: "✓" !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 8px 0 0 !important;
    border-radius: 50% !important;
    background: #ef3337 !important;
    color: #fff !important;
    font-family: ArialBold, Arial, sans-serif !important;
    font-size: 10px !important;
    line-height: 1 !important;
}

.gs-about-hero__gift {
        max-width: 380px !important;
        gap: 9px !important;
        font-size: 13px !important;
    }

    .gs-about-hero__gift span {
        font-size: 18px !important;
    }

    .gs-about-hero__badge {
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        margin: 16px 0 0 0 !important;
        min-height: 44px !important;
        padding: 10px 14px !important;
        border-radius: 8px !important;
        font-size: 11px !important;
    }

    .gs-about-hero__badge-icon,
    .gs-about-hero__badge-icon svg {
        width: 22px !important;
        height: 22px !important;
    }
}

@media screen and (max-width: 420px) {
    .gs-about-trust {
        grid-template-columns: 1fr !important;
        max-width: 100% !important;
    }

    .gs-about-hero__actions {
        grid-template-columns: 1fr !important;
        max-width: 100% !important;
    }

    .gs-about-hero__features {
        width: 100% !important;
    }
}

/* ===== О нас: правки v1.0.3 ===== */
@media screen and (min-width: 769px) {
    .gs-about-hero__content {
        margin-top: 18px !important;
    }
}

@media screen and (max-width: 420px) {
    .gs-about-hero__features {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 6px !important;
    }
    .gs-about-feature strong {
        font-size: 10.5px !important;
    }
    .gs-about-feature span:not(.gs-about-feature__icon):not(.gs-about-stars) {
        font-size: 9px !important;
    }
}


/* ===== О нас: блок "Как мы работаем" v1.0.4 ===== */
.gs-about-process {
    position: relative !important;
    background: #fff !important;
    color: #111 !important;
    padding: 58px 0 54px 0 !important;
    overflow: hidden !important;
}

.gs-about-process__container {
    position: relative !important;
    z-index: 1 !important;
}

.gs-about-section-head {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 0 42px 0 !important;
    text-align: center !important;
}

.gs-about-section-head h2 {
    margin: 0 !important;
    color: #111 !important;
    font-family: ArialBold, Arial, sans-serif !important;
    font-size: 34px !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
}

.gs-about-section-head span {
    display: block !important;
    width: 42px !important;
    height: 3px !important;
    margin: 14px auto 0 auto !important;
    border-radius: 999px !important;
    background: #ef3337 !important;
}

.gs-about-process__steps {
    display: grid !important;
    grid-template-columns: 1fr 42px 1fr 42px 1fr 42px 1fr 42px 1fr !important;
    align-items: start !important;
    gap: 0 !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
}

.gs-about-process-step {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-width: 0 !important;
    text-align: center !important;
    padding: 0 12px !important;
}

.gs-about-process-step__num {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    margin: 0 0 14px 0 !important;
    border-radius: 50% !important;
    background: #ef3337 !important;
    color: #fff !important;
    font-family: ArialBold, Arial, sans-serif !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    box-shadow: 0 10px 24px rgba(239,51,55,.22) !important;
}

.gs-about-process-step__icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    margin: 0 0 18px 0 !important;
    color: #222 !important;
}

.gs-about-process-step__icon svg {
    display: block !important;
    width: 48px !important;
    height: 48px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.gs-about-process-step h3 {
    margin: 0 0 10px 0 !important;
    color: #111 !important;
    font-family: ArialBold, Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.22 !important;
    font-weight: 700 !important;
}

.gs-about-process-step p {
    max-width: 170px !important;
    margin: 0 auto !important;
    color: #555 !important;
    font-family: Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.42 !important;
}

.gs-about-process-arrow {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 92px !important;
    color: #b8b8b8 !important;
    font-size: 24px !important;
    line-height: 1 !important;
}

@media screen and (max-width: 1024px) {
    .gs-about-process {
        padding: 48px 0 48px 0 !important;
    }

    .gs-about-process__steps {
        grid-template-columns: 1fr !important;
        max-width: 470px !important;
        gap: 0 !important;
    }

    .gs-about-process-step {
        display: grid !important;
        grid-template-columns: 34px 54px minmax(0, 1fr) !important;
        grid-template-areas:
            "num icon title"
            "line icon text" !important;
        align-items: start !important;
        column-gap: 14px !important;
        row-gap: 4px !important;
        padding: 0 0 30px 0 !important;
        text-align: left !important;
    }

    .gs-about-process-step:not(:last-child)::after {
        content: "" !important;
        grid-area: line !important;
        justify-self: center !important;
        width: 1px !important;
        height: 100% !important;
        min-height: 42px !important;
        background: #e4e4e4 !important;
    }

    .gs-about-process-step__num {
        grid-area: num !important;
        width: 26px !important;
        height: 26px !important;
        margin: 0 auto !important;
        font-size: 12px !important;
    }

    .gs-about-process-step__icon {
        grid-area: icon !important;
        width: 42px !important;
        height: 42px !important;
        margin: 0 !important;
    }

    .gs-about-process-step__icon svg {
        width: 42px !important;
        height: 42px !important;
    }

    .gs-about-process-step h3 {
        grid-area: title !important;
        margin: 0 0 6px 0 !important;
        font-size: 17px !important;
        line-height: 1.22 !important;
    }

    .gs-about-process-step p {
        grid-area: text !important;
        max-width: 100% !important;
        margin: 0 !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
    }

    .gs-about-process-arrow {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    .gs-about-process {
        padding: 42px 0 38px 0 !important;
    }

    .gs-about-section-head {
        margin-bottom: 32px !important;
    }

    .gs-about-section-head h2 {
        font-size: 28px !important;
    }

    .gs-about-process__steps {
        max-width: 320px !important;
        margin: 0 auto !important;
    }

    .gs-about-process-step {
        grid-template-columns: 32px 44px minmax(0, 1fr) !important;
        column-gap: 12px !important;
        padding-bottom: 28px !important;
    }

    .gs-about-process-step__num {
        width: 24px !important;
        height: 24px !important;
        font-size: 11px !important;
    }

    .gs-about-process-step__icon,
    .gs-about-process-step__icon svg {
        width: 36px !important;
        height: 36px !important;
    }

    .gs-about-process-step h3 {
        font-size: 15px !important;
    }

    .gs-about-process-step p {
        font-size: 12px !important;
    }
}





/* ===== PNG иконки этапов работы v1.0.5 ===== */
.gs-about-process-step__icon img {
    display: block !important;
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
    object-fit: contain !important;
}

@media screen and (max-width: 1024px) {
    .gs-about-process-step__icon img {
        width: 42px !important;
        height: 42px !important;
        max-width: 42px !important;
        max-height: 42px !important;
    }
}

@media screen and (max-width: 600px) {
    .gs-about-process-step__icon img {
        width: 36px !important;
        height: 36px !important;
        max-width: 36px !important;
        max-height: 36px !important;
    }
}


/* ===== О нас: блок "Наши работы" после "Как мы работаем" ===== */
body.page-template-page-about .works-showcase,
body.page-template-page-about-php .works-showcase {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/* ===== Хлебные крошки страницы "О нас" ===== */

body.page-template-page-about .gs-about-breadcrumbs,
body.page-template-page-about-php .gs-about-breadcrumbs {
    position: relative !important;
    z-index: 5 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 0 34px 0 !important;
    padding: 0 !important;
    color: rgba(255,255,255,.78) !important;
    font-family: Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 18px !important;
}

body.page-template-page-about .gs-about-breadcrumbs a,
body.page-template-page-about-php .gs-about-breadcrumbs a,
body.page-template-page-about .gs-about-breadcrumbs a:link,
body.page-template-page-about-php .gs-about-breadcrumbs a:link,
body.page-template-page-about .gs-about-breadcrumbs a:visited,
body.page-template-page-about-php .gs-about-breadcrumbs a:visited {
    color: rgba(255,255,255,.78) !important;
    text-decoration: none !important;
    transition: color .2s ease !important;
}

body.page-template-page-about .gs-about-breadcrumbs a:hover,
body.page-template-page-about-php .gs-about-breadcrumbs a:hover {
    color: #ffffff !important;
}

body.page-template-page-about .gs-about-breadcrumbs .sep,
body.page-template-page-about-php .gs-about-breadcrumbs .sep {
    color: rgba(255,255,255,.45) !important;
}

body.page-template-page-about .gs-about-breadcrumbs span,
body.page-template-page-about-php .gs-about-breadcrumbs span {
    color: rgba(255,255,255,.92) !important;
}

@media screen and (max-width: 768px) {
    body.page-template-page-about .gs-about-breadcrumbs,
    body.page-template-page-about-php .gs-about-breadcrumbs {
        margin: 0 0 24px 0 !important;
        font-size: 12px !important;
    }
}


/* ===== О нас: мобильный hero-фон с замерщиком v1.0.9 ===== */
@media screen and (max-width: 768px) {
    .gs-about-hero {
        /* опускаем весь hero-контент ниже шапки */
        padding-top: 178px !important;
        padding-bottom: 46px !important;
    }

    .gs-about-hero__bg {
        background-image: url("images/about-hero-mobile-bg.jpg") !important;
        background-size: cover !important;
        background-position: center top !important;
        opacity: 1 !important;
    }

    .gs-about-hero__shade {
        background:
            linear-gradient(90deg, rgba(0,0,0,.90) 0%, rgba(0,0,0,.74) 52%, rgba(0,0,0,.18) 100%),
            linear-gradient(180deg, rgba(0,0,0,.34) 0%, rgba(0,0,0,.08) 32%, rgba(0,0,0,.76) 100%) !important;
    }

    .gs-about-hero__container {
        min-height: 0 !important;
    }

    .gs-about-breadcrumbs {
        margin-bottom: 30px !important;
    }

    .gs-about-hero__content {
        padding-top: 44px !important;
    }

    .gs-about-hero__eyebrow {
        margin-bottom: 18px !important;
    }
}

@media screen and (max-width: 420px) {
    .gs-about-hero {
        padding-top: 172px !important;
        padding-bottom: 44px !important;
    }

    .gs-about-hero__bg {
        background-size: 118% auto !important;
        background-position: right 38% top !important;
    }

    .gs-about-hero__content {
        padding-top: 255px !important;
    }
}

/* ===== О нас: фон 65% + градиент без жёсткой линии v1.1.3 ===== */
@media screen and (min-width: 769px) {
    .gs-about-hero__shade {
        background:
            linear-gradient(
                90deg,
                rgba(0,0,0,.92) 0%,
                rgba(0,0,0,.80) 32%,
                rgba(0,0,0,.38) 62%,
                rgba(0,0,0,.12) 100%
            ) !important;
    }
}

@media screen and (min-width: 1400px) {
    .gs-about-hero__bg {
        background-size:
            100% 100%,
            100% 100%,
            65% auto !important;
        background-position:
            center center,
            center center,
            center right 18% !important;
    }
}
