#information-information:has(.about-redesign) {
    --about-black: #1c1c1c;
    --about-red: #e61f2b;
    --about-muted: #74747f;
    --about-surface: #f4f4f6;
    --about-border: #e2e2e7;
    color: var(--about-black);
}

#information-information:has(.about-redesign) > .row {
    margin-right: 0;
    margin-left: 0;
}

#information-information:has(.about-redesign) #content {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    float: none;
}

#information-information:has(.about-redesign) #content > h1 {
    max-width: 1160px;
    margin: 28px 0 34px;
    padding: 0;
    background: none;
    color: var(--about-black);
    font-family: "Involve", sans-serif;
    font-size: clamp(38px, 3.8vw, 54px);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -.035em;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: currentColor;
    text-wrap: balance;
}

#information-information:has(.about-redesign) #content > h1::before,
#information-information:has(.about-redesign) #content > h1::after,
.about-redesign h2::before,
.about-redesign h2::after,
.about-redesign h3::before,
.about-redesign h3::after {
    display: none;
    content: none;
}

.about-redesign,
.about-redesign * {
    box-sizing: border-box;
}

.about-redesign {
    padding-bottom: 88px;
    font-family: "Involve", sans-serif;
}

.about-redesign__hero {
    display: grid;
    min-height: 420px;
    border-radius: 30px;
    background: var(--about-black);
    color: #fff;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
    overflow: hidden;
}

.about-redesign__hero-copy {
    display: flex;
    max-width: 850px;
    padding: 54px 48px;
    flex-direction: column;
    justify-content: center;
}

.about-redesign__label {
    display: inline-flex;
    width: max-content;
    margin-bottom: 30px;
    padding: 8px 13px;
    border-radius: 999px;
    background: var(--about-red);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.about-redesign__lead {
    margin: 0 0 24px;
    font-size: clamp(25px, 2.45vw, 36px);
    line-height: 1.22;
    letter-spacing: -.025em;
}

.about-redesign__hero-copy > p:last-child {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 18px;
    line-height: 1.5;
}

.about-redesign__brand {
    display: flex;
    min-width: 0;
    padding: 40px;
    background: var(--about-surface);
    align-items: center;
    justify-content: center;
}

.about-redesign__brand img {
    display: block;
    width: min(100%, 260px);
    height: auto;
}

.about-redesign__section {
    margin-top: 82px;
}

.about-redesign__section-title {
    max-width: 880px;
    margin: 0 0 28px;
    padding: 0;
    background: none;
    color: var(--about-black);
    font-size: clamp(32px, 3.2vw, 48px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -.035em;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: currentColor;
}

.about-redesign__advantages {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    list-style: none;
}

.about-redesign__advantage {
    min-width: 0;
    min-height: 250px;
    padding: 28px;
    border: 1px solid var(--about-border);
    border-radius: 22px;
    background: #fff;
}

.about-redesign__advantage:nth-child(2) {
    background: var(--about-surface);
}

.about-redesign__number {
    display: inline-flex;
    width: 42px;
    height: 42px;
    margin-bottom: 34px;
    border-radius: 50%;
    background: var(--about-black);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    align-items: center;
    justify-content: center;
}

.about-redesign__advantage h3 {
    display: block;
    margin: 0 0 12px;
    padding: 0;
    background: none;
    color: var(--about-black);
    font-size: 23px;
    font-weight: 500;
    line-height: 1.15;
}

.about-redesign__advantage p {
    margin: 0;
    color: var(--about-muted);
    font-size: 16px;
    line-height: 1.45;
}

.about-redesign__contacts {
    display: grid;
    min-width: 0;
    min-height: 560px;
    border-radius: 28px;
    background: var(--about-surface);
    grid-template-columns: minmax(0, 1.3fr) minmax(360px, .7fr);
    overflow: hidden;
}

.about-redesign__map {
    min-width: 0;
    min-height: 560px;
}

.about-redesign__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 560px;
    border: 0;
}

.about-redesign__contacts-card {
    display: flex;
    min-width: 0;
    padding: 42px 38px;
    background: var(--about-black);
    color: #fff;
    flex-direction: column;
}

.about-redesign__contacts-card .about-redesign__section-title {
    margin-bottom: 24px;
    color: #fff;
}

.about-redesign__details {
    display: grid;
    margin: 0 0 28px;
}

.about-redesign__details > div {
    display: grid;
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
    gap: 5px;
}

.about-redesign__details dt,
.about-redesign__details dd {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
}

.about-redesign__details dt {
    color: rgba(255, 255, 255, .58);
    font-weight: 400;
}

.about-redesign__details dd {
    color: #fff;
}

.about-redesign__details a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: var(--about-red);
    text-underline-offset: 4px;
    transition: color .25s ease, text-decoration-color .25s ease;
}

.about-redesign__details a:hover,
.about-redesign__details a:focus-visible {
    color: var(--about-red);
    text-decoration-color: currentColor;
}

.about-redesign__call {
    margin-top: auto;
}

.about-redesign__call button {
    display: inline-flex;
    min-height: 54px;
    padding: 14px 24px;
    border: 1px solid var(--about-red);
    border-radius: 12px;
    background: var(--about-red);
    color: #fff;
    font: inherit;
    font-size: 17px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.about-redesign__call button:hover,
.about-redesign__call button:focus-visible {
    border-color: #c91722;
    background: #c91722;
    color: #fff;
    transform: translateY(-2px);
}

.about-redesign__call button:active {
    transform: translateY(0);
}

@media (max-width: 1199px) {
    .about-redesign__hero {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    }

    .about-redesign__contacts {
        grid-template-columns: minmax(0, 1fr) minmax(330px, .7fr);
    }
}

@media (max-width: 991px) {
    .about-redesign__hero,
    .about-redesign__contacts {
        grid-template-columns: 1fr;
    }

    .about-redesign__brand {
        min-height: 280px;
    }

    .about-redesign__contacts-card {
        order: -1;
    }

    .about-redesign__map,
    .about-redesign__map iframe {
        min-height: 430px;
    }
}

@media (max-width: 767px) {
    #information-information:has(.about-redesign) #content > h1 {
        margin: 22px 0 24px;
        font-size: clamp(31px, 9.4vw, 42px);
    }

    .about-redesign {
        padding-bottom: 64px;
    }

    .about-redesign__hero {
        min-height: 0;
        border-radius: 22px;
    }

    .about-redesign__hero-copy {
        padding: 28px 24px;
    }

    .about-redesign__label {
        margin-bottom: 22px;
        font-size: 12px;
    }

    .about-redesign__lead {
        font-size: 22px;
    }

    .about-redesign__hero-copy > p:last-child {
        font-size: 16px;
    }

    .about-redesign__brand {
        min-height: 220px;
        padding: 30px;
    }

    .about-redesign__brand img {
        width: min(100%, 190px);
    }

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

    .about-redesign__section-title {
        margin-bottom: 22px;
        font-size: 32px;
        line-height: 1.08;
    }

    .about-redesign__advantages {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .about-redesign__advantage {
        min-height: 0;
        padding: 22px;
    }

    .about-redesign__number {
        margin-bottom: 22px;
    }

    .about-redesign__contacts {
        min-height: 0;
        border-radius: 22px;
    }

    .about-redesign__contacts-card {
        padding: 26px 24px;
    }

    .about-redesign__map,
    .about-redesign__map iframe {
        min-height: 360px;
    }

    .about-redesign__call button {
        width: 100%;
    }
}

@media (max-width: 359px) {
    .about-redesign__section-title {
        font-size: 27px;
        text-wrap: balance;
    }

    .about-redesign__hero-copy,
    .about-redesign__contacts-card {
        padding-right: 20px;
        padding-left: 20px;
    }

    .about-redesign__advantage {
        padding: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-redesign__details a,
    .about-redesign__call button {
        transition: none;
    }
}
