.cookies {
    position: fixed;
    z-index: 8000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px 25px;
    background: #e1e1e1;
    border-radius: 10px;
    color: #000;
}
.cookies__grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookies__mobile {
    display: none;
}

.cookies__desktop {
    display: block;
}

.cookies__desc {
    margin-right: 25px;
}

.cookies__desc p {
    margin: 0;
    font-size: 13px ;
    color: #000;
}

.cookies__desc a {
    color: #D12929 !important;
}

.cookies__desc a:hover {
    color: #D12929 !important;
}

.cookies__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cookies__how {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 36px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    transition: 0.3s linear;
    border-radius: 6px;
}
.cookies__how:hover {
    border-color: #D12929;
    background: #D12929;
    color: #fff;
}
.cookies__agree {
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 36px;
    background: #D12929;
    font-size: 18px;
    color: #fff;
    transition: 0.3s linear;
}
.cookies__agree:hover {
    background: #D12929;
}

@media screen and (max-width: 1399px) {
    .cookies {
        left: 0;
        transform: none;
    }
}

@media screen and (max-width: 991px) {
    .cookies__grid {
        grid-template-columns: 30px 1fr 154px;
    }
    .cookies__btns {
        flex-direction: column;
    }
    .cookies__agree {
        width: 154px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 575px) {
    .cookies__mobile {
        display: block;
    }
    
    .cookies__desktop {
        display: none;
    }

    .cookies {
        padding: 20px 0;
    }
    .cookies__grid {
        flex-direction: column;
    }

    .cookies__agree {
        margin-top: 0;
    }

    .cookies__desc {
        margin-right: 0;
        margin-bottom: 25px;
    }
    
    .cookies__desc p, .cookies__desc a {
        font-size: 18px ;
        font-family: "Inter";
        line-height: 1.3;
    }
}

@media screen and (max-width: 370px) {
    .cookies__how {
        width: 140px;
        font-size: 14px;
    }
    .cookies__agree {
        width: 140px;
        font-size: 16px;
    }
}

.product-page-fs-header .product-page-description {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 30px;
    padding-left: 0;
}

.product-page-fs-header .product-page-fs-introtext {
    font-size: 16px;
    line-height: 1.3;
}

.section-description {
    margin: 50px 0 100px 0;
}

.section-description p,
.section-description li {
    font-size: 18px;
}

.contacts {
    margin-top: 30px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.contacts .contacts-item {
    width: calc(50% - 30px);
}

.contacts-page-items .item-key {
    font-size: 16px;
    font-weight: normal;
    color: #6E6E6E;
}

.contacts-page-items .item-value {
    font-size: 16px;
    font-weight: normal;
}

.contacts-map {
    margin-top: 80px;
}

.contacts .phone-item {
    padding-bottom: 10px;
}

.logo-text {
    width: 249px;
    height: 55px;
    background-image: url('/bitrix/templates/roofstone/images/logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-text a {
    font-family: 'Prosto One';
    font-size: 30px;
    color: #D12929;
    text-decoration: none;
    font-weight: 700;
    font-weight: 600;
    margin-top: 8px;
    margin-left: 43px;
}

.logo-text a span {
    color: #fff;
}

.simpleagreement {
    margin: 15px 0;
}

.header-bottom__right-form .btn:hover {
    background-color: #6a5454;
}


.simpleagreement a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255, 0.5);
}

.simpleagreement a:hover {
    border: 0;
}

@media screen and (max-width: 991px) {
    .header-bottom__right-form .form-group {
        margin-bottom: 15px;
    }
}

.portfolio-image.porfolio-large {
    width: 100%;
    justify-content: center;
    gap: 30px;
}

.portfolio-image.porfolio-large a.item {
    width: 330px;
    height: 220px;
}

@media screen and (max-width: 1200px) {
    .portfolio-image.porfolio-large a.item {
        width: 330px;
        height: 220px;
    }
}

@media screen and (max-width: 1100px) {
    .portfolio-image.porfolio-large a.item {
        width: 460px;
        height: 320px;
    }
}

@media screen and (max-width: 1000px) {
    .portfolio-image.porfolio-large a.item {
        width: 100%;
        height: 400px;
    }
}

.portfolio-image a.slick-prev,
.portfolio-image a.slick-next {
    width: 36px;
    height: 36px;
}

.ajax_form .btn {
    margin-top: 30px;
}

.ajax_form .form-check-label {
    font-size: 13px;
}

.roofstone-faq-section {
    padding-top: 0;
}

.roofstone-faq {
    max-width: 1035px;
    margin: 35px auto 60px;
    border-top: 1px solid #d9d9d9;
}

.roofstone-faq__item {
    border-bottom: 1px solid #d9d9d9;
}

.roofstone-faq__question {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 4px;
    color: #19100a;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
    transition: color .2s ease;
}

.roofstone-faq__question::-webkit-details-marker {
    display: none;
}

.roofstone-faq__question::marker {
    content: "";
}

.roofstone-faq__question:hover,
.roofstone-faq__question:focus-visible {
    color: #d12929;
}

.roofstone-faq__question:focus-visible {
    outline: 2px solid #d12929;
    outline-offset: 5px;
}

.roofstone-faq__icon {
    position: relative;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border: 1px solid #d12929;
    border-radius: 50%;
}

.roofstone-faq__icon::before,
.roofstone-faq__icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: #d12929;
    content: "";
    transform: translate(-50%, -50%);
    transition: transform .2s ease;
}

.roofstone-faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.roofstone-faq__item[open] .roofstone-faq__question {
    color: #d12929;
}

.roofstone-faq__item[open] .roofstone-faq__icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.roofstone-faq__answer {
    max-width: 900px;
    padding: 0 64px 24px 4px;
    color: #4f4f4f;
    font-size: 16px;
    line-height: 1.65;
}

.roofstone-faq__answer p {
    margin: 0;
}

@media (max-width: 767px) {
    .roofstone-faq {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .roofstone-faq__question {
        gap: 15px;
        padding: 18px 0;
        font-size: 17px;
    }

    .roofstone-faq__icon {
        flex-basis: 26px;
        width: 26px;
        height: 26px;
    }

    .roofstone-faq__answer {
        padding: 0 41px 20px 0;
        font-size: 14px;
    }
}

.content .roof-article {
    --ra-red: #d12929;
    --ra-red-dark: #b91f1f;
    --ra-black: #121212;
    --ra-text: #19100a;
    --ra-muted: #6f6f6f;
    --ra-line: #dedede;
    --ra-soft: #f2f2f2;
    --ra-white: #ffffff;
    --ra-hover-duration: 0.45s;
    --ra-hover-easing: cubic-bezier(0.25, 0.1, 0.25, 1);
    max-width: 1240px;
    margin: 38px auto 110px;
    color: var(--ra-text);
    font-family: "Montserrat", Arial, sans-serif;
}

.content .roof-article *,
.content .roof-article *::before,
.content .roof-article *::after {
    box-sizing: border-box;
}

.content .roof-article h2,
.content .roof-article h3,
.content .roof-article p,
.content .roof-article dl,
.content .roof-article dd,
.content .roof-article blockquote {
    margin-top: 0;
}

.content .roof-article h2 {
    margin-bottom: 22px;
    color: var(--ra-black);
    font-size: clamp(29px, 3vw, 44px);
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -0.025em;
}

.content .roof-article h3 {
    margin-bottom: 12px;
    color: var(--ra-black);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

.content .roof-article p {
    margin-bottom: 18px;
    color: var(--ra-text);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.72;
}

.content .roof-article p:last-child {
    margin-bottom: 0;
}

.ra-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    min-height: 520px;
    overflow: hidden;
    border-radius: 28px;
    background: var(--ra-soft);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.08);
}

.ra-hero__media {
    min-height: 100%;
    overflow: hidden;
}

.content .roof-article .ra-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    transform: translate3d(0, 0, 0) scale(1);
    backface-visibility: hidden;
    transition: transform 0.6s var(--ra-hover-easing) !important;
    will-change: transform;
}

.content .roof-article .ra-hero:hover .ra-hero__media img {
    transform: translate3d(0, 0, 0) scale(1.025) !important;
}

.ra-hero__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 5vw, 72px);
}

.ra-eyebrow,
.ra-kicker {
    display: block;
    margin-bottom: 16px;
    color: var(--ra-red);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.content .roof-article .ra-hero__title {
    margin-bottom: 24px;
    color: var(--ra-black);
    font-size: clamp(31px, 3.5vw, 51px);
    font-weight: 750;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.content .roof-article .ra-lead {
    margin-bottom: 32px;
    color: #3f3f3f;
    font-size: 18px;
    line-height: 1.65;
}

.ra-fact-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding-top: 26px;
    border-top: 1px solid #d5d5d5;
}

.ra-fact strong,
.ra-fact span {
    display: block;
}

.ra-fact strong {
    margin-bottom: 4px;
    color: var(--ra-red);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
}

.ra-fact span {
    color: #5e5e5e;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.ra-section {
    margin-top: 90px;
}

.ra-section--soft {
    padding: clamp(32px, 5vw, 68px);
    border-radius: 28px;
    background: var(--ra-soft);
}

.ra-section__head {
    max-width: 850px;
    margin-bottom: 38px;
}

.ra-prose {
    max-width: 980px;
    margin-top: 40px;
}

.ra-prose--columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 52px;
    max-width: none;
}

.ra-card-grid {
    display: grid;
    gap: 20px;
    margin-top: 38px;
}

.ra-card-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ra-card-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.content .roof-article .ra-card {
    position: relative;
    min-height: 225px;
    padding: 31px 28px 28px;
    overflow: hidden;
    border: 1px solid var(--ra-line);
    border-radius: 18px;
    background: var(--ra-white);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    transition:
        transform var(--ra-hover-duration) var(--ra-hover-easing),
        border-color var(--ra-hover-duration) var(--ra-hover-easing),
        box-shadow var(--ra-hover-duration) var(--ra-hover-easing) !important;
    will-change: transform;
}

.ra-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: var(--ra-red);
    content: "";
}

.content .roof-article .ra-card:hover {
    transform: translate3d(0, -4px, 0) !important;
    border-color: rgba(209, 41, 41, 0.38) !important;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08) !important;
}

.ra-card__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 27px;
    border-radius: 50%;
    background: var(--ra-red);
    color: var(--ra-white);
    font-size: 13px;
    font-weight: 800;
}

.content .roof-article .ra-card p {
    color: var(--ra-muted);
    font-size: 15px;
    line-height: 1.65;
}

.ra-card--compact {
    min-height: 0;
}

.ra-card--compact h3 {
    padding-top: 8px;
}

.ra-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ra-step {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 20px;
    padding: 26px;
    border: 1px solid #dddddd;
    border-radius: 18px;
    background: var(--ra-white);
}

.ra-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--ra-red);
    color: var(--ra-white);
    font-size: 20px;
    font-weight: 800;
}

.content .roof-article .ra-step p {
    color: var(--ra-muted);
    font-size: 15px;
    line-height: 1.6;
}

.ra-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ra-metrics--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ra-metric {
    min-height: 190px;
    padding: 32px;
    border-radius: 18px;
    background: var(--ra-black);
}

.ra-metric--accent {
    background: var(--ra-red);
}

.ra-metric strong,
.ra-metric span {
    display: block;
    color: var(--ra-white);
}

.ra-metric strong {
    margin-bottom: 35px;
    font-size: clamp(31px, 3.7vw, 52px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
}

.ra-metric span {
    max-width: 220px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.ra-notice {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
    padding: 25px 28px;
    border-left: 5px solid var(--ra-red);
    border-radius: 0 14px 14px 0;
    background: var(--ra-soft);
}

.ra-notice--accent {
    padding: 30px 34px;
    border: 0;
    border-radius: 18px;
    background: var(--ra-red);
}

.content .roof-article .ra-notice--accent p {
    color: var(--ra-white);
    font-size: 18px;
    font-weight: 600;
}

.ra-notice__value {
    flex: 0 0 auto;
    color: var(--ra-white);
    font-size: clamp(37px, 5vw, 62px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.045em;
}

.ra-section--split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    gap: clamp(35px, 6vw, 80px);
    align-items: center;
}

.ra-panel {
    padding: clamp(30px, 4vw, 48px);
    border: 1px solid var(--ra-line);
    border-radius: 22px;
    background: var(--ra-soft);
}

.ra-panel--dark {
    border-color: var(--ra-black);
    background: var(--ra-black);
}

.content .roof-article .ra-panel--dark h3 {
    margin-bottom: 26px;
    color: var(--ra-white);
    font-size: 27px;
}

.ra-specs {
    margin-bottom: 0;
}

.ra-specs > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 17px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.ra-specs dt,
.ra-specs dd {
    color: var(--ra-white);
    font-size: 14px;
    line-height: 1.45;
}

.ra-specs dt {
    color: #b9b9b9;
}

.ra-specs dd {
    margin-bottom: 0;
    font-weight: 700;
    text-align: right;
}

.ra-check-list {
    margin: 0 !important;
    padding: 0;
    color: var(--ra-white) !important;
    list-style: none;
    padding-left: 0 !important;
}

.ra-check-list li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 34px;
    list-style: none;
    color: var(--ra-white);
    font-size: 15px;
    line-height: 1.55;
}

.content .roof-article .ra-check-list li::marker {
    color: transparent;
    font-size: 0;
    content: "";
}

.ra-check-list li::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--ra-red);
    color: var(--ra-white);
    font-size: 13px;
    font-weight: 800;
    content: "✓";
}

.ra-wide-text {
    max-width: 960px;
}

.ra-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.ra-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 18px;
    border: 1px solid #d8d8d8;
    border-radius: 999px;
    background: var(--ra-white);
    color: #4f4f4f;
    font-size: 13px;
    font-weight: 650;
}

.ra-two-panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.ra-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.ra-gallery__item {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 16px;
    background: var(--ra-soft);
}

.ra-gallery__item::after {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--ra-red);
    color: var(--ra-white);
    font-size: 22px;
    font-weight: 300;
    content: "+";
    transform: translate3d(0, 0, 0) scale(1);
    transition:
        transform var(--ra-hover-duration) var(--ra-hover-easing),
        background-color var(--ra-hover-duration) var(--ra-hover-easing) !important;
}

.content .roof-article .ra-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate3d(0, 0, 0) scale(1);
    backface-visibility: hidden;
    transition: transform 0.6s var(--ra-hover-easing) !important;
    will-change: transform;
}

.content .roof-article .ra-gallery__item:hover img {
    transform: translate3d(0, 0, 0) scale(1.045) !important;
}

.content .roof-article .ra-gallery__item:hover::after {
    background-color: var(--ra-red-dark);
    transform: translate3d(0, 0, 0) scale(1.08);
}

.ra-quotes {
    display: grid;
    gap: 18px;
}

.ra-quote {
    margin-bottom: 0;
    padding: 28px;
    border: 1px solid var(--ra-line);
    border-radius: 18px;
    background: var(--ra-soft);
}

.content .roof-article .ra-quote p {
    margin-bottom: 15px;
    color: var(--ra-black);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
}

.ra-quote cite {
    color: var(--ra-red);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.ra-event-info {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 24px 0 0;
    overflow: hidden;
    border-radius: 18px;
    background: var(--ra-black);
    margin-top: 30px !important;
}

.ra-event-info > div {
    padding: 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.ra-event-info > div:last-child {
    border-right: 0;
}

.ra-event-info dt,
.ra-event-info dd {
    color: var(--ra-white);
}

.ra-event-info dt {
    margin-bottom: 8px;
    color: #aaaaaa;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ra-event-info dd {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}

.ra-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: center;
    margin-top: 90px;
    padding: clamp(38px, 5vw, 68px);
    overflow: hidden;
    border-radius: 28px;
    background: var(--ra-black);
}

.ra-cta::after {
    position: absolute;
    top: -85px;
    right: 160px;
    width: 210px;
    height: 210px;
    border: 44px solid rgba(209, 41, 41, 0.22);
    border-radius: 50%;
    content: "";
}

.ra-cta > * {
    position: relative;
    z-index: 1;
}

.content .roof-article .ra-cta h2 {
    margin-bottom: 14px;
    color: var(--ra-white);
}

.content .roof-article .ra-cta p {
    max-width: 730px;
    color: #c8c8c8;
}

.content .roof-article .ra-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 15px 26px;
    border: 1px solid var(--ra-red);
    border-radius: 999px;
    background: var(--ra-red);
    color: var(--ra-white) !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    transition:
        background-color var(--ra-hover-duration) var(--ra-hover-easing),
        border-color var(--ra-hover-duration) var(--ra-hover-easing),
        color var(--ra-hover-duration) var(--ra-hover-easing),
        transform var(--ra-hover-duration) var(--ra-hover-easing),
        box-shadow var(--ra-hover-duration) var(--ra-hover-easing) !important;
}

.content .roof-article .ra-button:hover {
    transform: translate3d(0, -2px, 0) !important;
    border-color: var(--ra-red-dark) !important;
    background-color: var(--ra-red-dark) !important;
    box-shadow: 0 10px 24px rgba(209, 41, 41, 0.24) !important;
}

@media (max-width: 1199px) {
    .content .roof-article {
        margin-top: 25px;
    }

    .ra-hero {
        min-height: 470px;
    }

    .content .roof-article .ra-hero__media img {
        min-height: 470px;
    }

    .ra-card-grid--4,
    .ra-metrics--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ra-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .ra-hero {
        grid-template-columns: 1fr;
    }

    .ra-hero__media,
    .content .roof-article .ra-hero__media img {
        min-height: 380px;
        max-height: 500px;
    }

    .ra-card-grid--3,
    .ra-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ra-section--split {
        grid-template-columns: 1fr;
    }

    .ra-cta {
        grid-template-columns: 1fr;
    }

    .ra-cta::after {
        right: -60px;
    }

    .ra-button {
        justify-self: start;
    }
}

@media (max-width: 767px) {
    .content .roof-article {
        margin-bottom: 70px;
    }

    .content .roof-article h2 {
        font-size: 29px;
    }

    .content .roof-article p {
        font-size: 16px;
        line-height: 1.65;
    }

    .ra-hero,
    .ra-section--soft,
    .ra-cta {
        border-radius: 20px;
    }

    .ra-hero__media,
    .content .roof-article .ra-hero__media img {
        min-height: 280px;
    }

    .ra-hero__body {
        padding: 30px 22px 34px;
    }

    .content .roof-article .ra-hero__title {
        font-size: 31px;
    }

    .ra-fact-strip {
        grid-template-columns: 1fr;
    }

    .ra-fact {
        display: grid;
        grid-template-columns: 110px minmax(0, 1fr);
        align-items: center;
        gap: 12px;
    }

    .ra-fact strong {
        margin-bottom: 0;
        font-size: 22px;
    }

    .ra-section {
        margin-top: 62px;
    }

    .ra-section--soft {
        padding: 30px 20px;
    }

    .ra-prose--columns,
    .ra-card-grid--3,
    .ra-card-grid--4,
    .ra-steps,
    .ra-metrics,
    .ra-metrics--4,
    .ra-two-panels {
        grid-template-columns: 1fr;
    }

    .content .roof-article .ra-card {
        min-height: 0;
    }

    .ra-notice,
    .ra-notice--accent {
        display: block;
        padding: 24px 22px;
    }

    .ra-notice__value {
        display: block;
        margin-bottom: 14px;
    }

    .ra-gallery {
        gap: 10px;
    }

    .ra-event-info {
        grid-template-columns: 1fr;
    }

    .ra-event-info > div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .ra-event-info > div:last-child {
        border-bottom: 0;
    }

    .ra-cta {
        margin-top: 62px;
        padding: 34px 22px;
    }

    .ra-button {
        width: 100%;
    }
}

.roofstone-contacts-enhanced,
.roofstone-city-delivery {
  --roofstone-red: #d12929;
  --roofstone-red-dark: #ad1f1f;
  --roofstone-black: #19100a;
  --roofstone-deep: #121212;
  --roofstone-muted: #6e6e6e;
  --roofstone-line: #dedede;
  --roofstone-soft: #f3f3f3;
  --roofstone-white: #fff;
  --roofstone-radius: 24px;
  color: var(--roofstone-black);
}

.roofstone-contacts-enhanced *,
.roofstone-city-delivery * {
  box-sizing: border-box;
}

.roofstone-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.roofstone-eyebrow {
  margin-bottom: 10px;
  color: var(--roofstone-red);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.roofstone-eyebrow--light {
  color: #fd8a8b;
}

.roofstone-contacts-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 70px;
  align-items: start;
  margin: 20px 0 38px;
  padding: 34px 0;
  border-top: 1px solid var(--roofstone-line);
  border-bottom: 1px solid var(--roofstone-line);
}

.roofstone-contacts-intro h2,
.roofstone-city-delivery h2,
.roofstone-delivery-banner h2 {
  margin: 0;
  color: var(--roofstone-black);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.24;
}

.roofstone-contacts-intro__text p {
  margin: 0 0 12px;
  color: var(--roofstone-black);
  font-size: 16px;
  line-height: 1.65;
}

.roofstone-contacts-intro__text p:last-child {
  margin-bottom: 0;
}

.roofstone-offices {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px !important;
  align-items: stretch;
  margin: 0 0 80px !important;
}

.roofstone-offices .roofstone-office-card {
  position: relative;
  width: auto !important;
  min-width: 0;
  overflow: hidden;
  padding: 32px;
  border: 1px solid var(--roofstone-line);
  border-radius: var(--roofstone-radius);
  background: var(--roofstone-white);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
    border-color 0.4s ease;
}

.roofstone-offices .roofstone-office-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--roofstone-red);
  content: "";
}

.roofstone-offices .roofstone-office-card:hover {
  border-color: rgba(209, 41, 41, 0.48);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.11);
  transform: translateY(-6px);
}

.roofstone-office-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-bottom: 18px;
  padding: 5px 10px;
  border-radius: 100px;
  color: var(--roofstone-red);
  background: rgba(209, 41, 41, 0.09);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.roofstone-office-card .legal-entity {
  margin-bottom: 14px;
  color: var(--roofstone-black);
  font-size: 28px;
  line-height: 1.2;
}

.roofstone-office-card .contacts-page-items .item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}

.roofstone-office-card .contacts-page-items .item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.roofstone-office-card__icon {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 12px;
  color: var(--roofstone-red);
  background: var(--roofstone-soft);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition:
    color 0.35s ease,
    background-color 0.35s ease,
    transform 0.35s ease;
}

.roofstone-office-card .item:hover .roofstone-office-card__icon {
  color: var(--roofstone-white);
  background: var(--roofstone-red);
  transform: scale(1.06);
}

.roofstone-office-card .contacts-page-items .item-key {
  width: auto;
  margin-bottom: 4px;
  padding: 0;
  color: var(--roofstone-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.roofstone-office-card .contacts-page-items .item-value {
  padding: 0;
  color: var(--roofstone-black);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.roofstone-office-card .item-value a {
  color: var(--roofstone-black);
  text-decoration: none;
  transition: color 0.3s ease;
}

.roofstone-office-card .item-value a:hover {
  color: var(--roofstone-red);
}

.roofstone-delivery-banner,
.roofstone-other-cities {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  color: var(--roofstone-white);
  background:
    radial-gradient(circle at 92% 6%, rgba(209, 41, 41, 0.48), transparent 31%),
    linear-gradient(135deg, #111 0%, #25211f 100%);
}

.roofstone-delivery-banner {
  margin-bottom: 90px;
  padding: 48px;
}

.roofstone-delivery-banner__top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 60px;
  align-items: center;
}

.roofstone-delivery-banner h2,
.roofstone-other-cities h2 {
  max-width: 760px;
  color: var(--roofstone-white);
  font-size: 34px;
}

.roofstone-delivery-banner__content > p,
.roofstone-other-cities > div > p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: 16px;
  line-height: 1.65;
}

.roofstone-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.roofstone-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 0.35s ease,
    background-color 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.roofstone-button:hover {
  transform: translateY(-2px);
}

.roofstone-button--red {
  color: var(--roofstone-white);
  background: var(--roofstone-red);
}

.roofstone-button--red:hover {
  color: var(--roofstone-white);
  background: var(--roofstone-red-dark);
  box-shadow: 0 10px 26px rgba(209, 41, 41, 0.3);
}

.roofstone-button--light {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--roofstone-white);
  background: transparent;
}

.roofstone-button--light:hover {
  border-color: var(--roofstone-white);
  color: var(--roofstone-black);
  background: var(--roofstone-white);
}

.roofstone-button--dark {
  color: var(--roofstone-white);
  background: var(--roofstone-deep);
}

.roofstone-button--dark:hover {
  color: var(--roofstone-white);
  background: var(--roofstone-red);
}

.roofstone-delivery-banner__features {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.roofstone-delivery-feature {
  position: relative;
  min-height: 112px;
  padding: 22px 22px 20px 78px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  transition:
    border-color 0.35s ease,
    background-color 0.35s ease,
    transform 0.35s ease;
}

.roofstone-delivery-feature:hover {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(-5px);
}

.roofstone-delivery-feature > span {
  position: absolute;
  top: 22px;
  left: 22px;
  color: #fd8a8b;
  font-size: 23px;
  font-weight: 300;
}

.roofstone-delivery-feature strong {
  display: block;
  margin-bottom: 4px;
  color: var(--roofstone-white);
  font-size: 17px;
  line-height: 1.35;
}

.roofstone-delivery-feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.55;
}

.roofstone-delivery-cities {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.roofstone-delivery-cities h3 {
  margin: 0 0 20px;
  color: var(--roofstone-white);
  font-size: 20px;
  line-height: 1.35;
}

.roofstone-city-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.roofstone-city-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
  transition:
    color 0.35s ease,
    background-color 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease;
}

.roofstone-city-links a:hover {
  border-color: var(--roofstone-red);
  color: var(--roofstone-white);
  background: var(--roofstone-red);
  transform: translateY(-2px);
}

.roofstone-delivery-cities__note {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.55;
}

/* Городская страница */

.roofstone-city-delivery {
  margin-bottom: 110px;
}

.roofstone-city-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
  gap: 48px;
  align-items: center;
  margin: 0 0 90px;
  padding: 48px;
  border-radius: 30px;
  background: var(--roofstone-soft);
}

.roofstone-city-hero .pagetitle {
  max-width: 850px;
  margin: 0 0 22px;
  font-size: 44px;
  line-height: 1.14;
}

.roofstone-city-hero__content > p {
  max-width: 820px;
  margin: 0 0 12px;
  color: var(--roofstone-black);
  font-size: 16px;
  line-height: 1.65;
}

.roofstone-city-hero__content .roofstone-city-hero__lead {
  font-size: 18px;
  font-weight: 500;
}

.roofstone-city-hero__facts {
  padding: 30px;
  border-radius: 22px;
  color: var(--roofstone-white);
  background: var(--roofstone-deep);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.roofstone-city-fact {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.roofstone-city-fact:first-child {
  padding-top: 0;
}

.roofstone-city-fact span,
.roofstone-city-fact strong {
  display: block;
}

.roofstone-city-fact span {
  margin-bottom: 4px;
  color: #fd8a8b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.roofstone-city-fact strong {
  color: var(--roofstone-white);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.roofstone-city-hero__notice {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.55;
}

.roofstone-city-section {
  margin: 0 0 90px;
}

.roofstone-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  gap: 50px;
  align-items: end;
  margin-bottom: 32px;
}

.roofstone-section-heading--compact {
  grid-template-columns: 1fr;
}

.roofstone-section-heading > p {
  margin: 0;
  color: var(--roofstone-muted);
  font-size: 15px;
  line-height: 1.65;
}

.roofstone-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.roofstone-product-card {
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--roofstone-line);
  border-radius: 20px;
  background: var(--roofstone-white);
  transition:
    border-color 0.4s ease,
    box-shadow 0.4s ease,
    transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.roofstone-product-card:hover {
  border-color: rgba(209, 41, 41, 0.48);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.09);
  transform: translateY(-6px);
}

.roofstone-product-card > span {
  display: block;
  margin-bottom: 38px;
  color: var(--roofstone-red);
  font-size: 14px;
  font-weight: 700;
}

.roofstone-product-card h3,
.roofstone-method-card h3,
.roofstone-location-card h3,
.roofstone-calculation-card h3,
.roofstone-order-steps h3 {
  margin: 0 0 9px;
  color: var(--roofstone-black);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.roofstone-product-card p,
.roofstone-method-card p,
.roofstone-location-card p,
.roofstone-order-steps p {
  margin: 0;
  color: var(--roofstone-muted);
  font-size: 14px;
  line-height: 1.6;
}

.roofstone-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.roofstone-method-card {
  padding: 26px;
  border-radius: 20px;
  background: var(--roofstone-soft);
  transition:
    background-color 0.4s ease,
    box-shadow 0.4s ease,
    transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.roofstone-method-card:hover {
  background: var(--roofstone-white);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.09);
  transform: translateY(-6px);
}

.roofstone-method-card__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border-radius: 50%;
  color: var(--roofstone-white);
  background: var(--roofstone-red);
  font-size: 15px;
  font-weight: 700;
}

.roofstone-location-section {
  padding: 48px;
  border-radius: 30px;
  background: var(--roofstone-soft);
}

.roofstone-location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.roofstone-location-card {
  min-height: 280px;
  padding: 30px;
  border-radius: 22px;
  background: var(--roofstone-white);
}

.roofstone-location-card--dark {
  background: var(--roofstone-deep);
}

.roofstone-location-card__label {
  display: inline-flex;
  margin-bottom: 40px;
  padding: 6px 10px;
  border-radius: 100px;
  color: var(--roofstone-red);
  background: rgba(209, 41, 41, 0.09);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.roofstone-location-card address {
  margin-bottom: 14px;
  color: var(--roofstone-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.55;
}

.roofstone-location-card > a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--roofstone-red);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.roofstone-location-card > a:hover {
  color: var(--roofstone-red-dark);
}

.roofstone-location-card--dark h3,
.roofstone-location-card--dark address {
  color: var(--roofstone-white);
}

.roofstone-location-card--dark p {
  color: rgba(255, 255, 255, 0.62);
}

.roofstone-location-card--dark > a {
  color: #fd8a8b;
}

.roofstone-location-card--dark > a:hover {
  color: var(--roofstone-white);
}

.roofstone-cost-section {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  gap: 60px;
  align-items: start;
}

.roofstone-cost-section__content > h2 {
  margin-bottom: 18px;
}

.roofstone-cost-section__content > p {
  margin: 0 0 24px;
  color: var(--roofstone-muted);
  font-size: 15px;
  line-height: 1.65;
}

.roofstone-check-list,
.roofstone-calculation-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.roofstone-check-list li {
  position: relative;
  margin: 0;
  padding: 11px 0 11px 42px;
  border-bottom: 1px solid var(--roofstone-line);
  color: var(--roofstone-black);
  font-size: 15px;
  line-height: 1.5;
}

.roofstone-check-list li::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: var(--roofstone-white);
  background: var(--roofstone-red);
  font-size: 13px;
  font-weight: 700;
  content: "✓";
}

.roofstone-calculation-card {
  padding: 34px;
  border-radius: 24px;
  color: var(--roofstone-white);
  background: var(--roofstone-deep);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

.roofstone-calculation-card > span {
  display: block;
  margin-bottom: 8px;
  color: #fd8a8b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.roofstone-calculation-card h3 {
  color: var(--roofstone-white);
  font-size: 25px;
}

.roofstone-calculation-card li {
  position: relative;
  margin: 0;
  padding: 9px 0 9px 22px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 14px;
  line-height: 1.5;
}

.roofstone-calculation-card li::before {
  position: absolute;
  top: 17px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--roofstone-red);
  content: "";
}

.roofstone-calculation-card .roofstone-button {
  width: 100%;
  margin-top: 24px;
}

.roofstone-order-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.roofstone-order-steps li {
  position: relative;
  min-height: 235px;
  margin: 0;
  padding: 26px 22px;
  overflow: hidden;
  border: 1px solid var(--roofstone-line);
  border-radius: 18px;
  background: var(--roofstone-white);
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.roofstone-order-steps li:hover {
  border-color: rgba(209, 41, 41, 0.48);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.roofstone-order-steps li > span {
  display: block;
  margin-bottom: 55px;
  color: var(--roofstone-red);
  font-size: 14px;
  font-weight: 700;
}

.roofstone-order-steps h3 {
  font-size: 17px;
}

.roofstone-order-steps p {
  font-size: 13px;
}

.roofstone-city-faq {
  max-width: 1035px;
  margin-top: 25px;
  border-top: 1px solid var(--roofstone-line);
}

.roofstone-city-faq__item {
  border-bottom: 1px solid var(--roofstone-line);
}

.roofstone-city-faq__question {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  padding: 23px 4px;
  color: var(--roofstone-black);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.roofstone-city-faq__question::-webkit-details-marker {
  display: none;
}

.roofstone-city-faq__question::marker {
  content: "";
}

.roofstone-city-faq__question:hover,
.roofstone-city-faq__item[open] .roofstone-city-faq__question {
  color: var(--roofstone-red);
}

.roofstone-city-faq__question:focus-visible {
  border-radius: 4px;
  outline: 2px solid var(--roofstone-red);
  outline-offset: 4px;
}

.roofstone-city-faq__question i {
  position: relative;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--roofstone-red);
  border-radius: 50%;
}

.roofstone-city-faq__question i::before,
.roofstone-city-faq__question i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: var(--roofstone-red);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.roofstone-city-faq__question i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.roofstone-city-faq__item[open] .roofstone-city-faq__question i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.roofstone-city-faq__answer {
  max-width: 900px;
  padding: 0 64px 23px 4px;
}

.roofstone-city-faq__answer p {
  margin: 0;
  color: var(--roofstone-muted);
  font-size: 15px;
  line-height: 1.65;
}

.roofstone-other-cities {
  display: grid;
  grid-template-columns: minmax(300px, 0.65fr) minmax(0, 1.35fr);
  gap: 50px;
  align-items: center;
  margin-bottom: 60px;
  padding: 42px;
}

.roofstone-other-cities h2 {
  font-size: 29px;
}

.roofstone-city-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 55px;
  align-items: center;
  padding: 42px;
  border: 1px solid var(--roofstone-line);
  border-radius: 26px;
}

.roofstone-city-cta h2 {
  max-width: 760px;
  margin-bottom: 14px;
}

.roofstone-city-cta p {
  max-width: 790px;
  margin: 0;
  color: var(--roofstone-muted);
  font-size: 15px;
  line-height: 1.65;
}

.roofstone-city-cta__actions {
  display: flex;
  min-width: 250px;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

.roofstone-city-cta__actions .roofstone-button {
  width: 100%;
  margin-bottom: 5px;
}

.roofstone-city-cta__phone,
.roofstone-city-cta__mail {
  color: var(--roofstone-black);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.roofstone-city-cta__phone:hover,
.roofstone-city-cta__mail:hover {
  color: var(--roofstone-red);
}

@media (max-width: 1100px) {
  .roofstone-delivery-banner__top,
  .roofstone-city-hero,
  .roofstone-cost-section {
    grid-template-columns: 1fr;
  }

  .roofstone-delivery-banner__features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .roofstone-delivery-feature {
    padding: 68px 20px 22px;
  }

  .roofstone-delivery-feature:hover {
    transform: translateY(-5px);
  }

  .roofstone-method-grid,
  .roofstone-order-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .roofstone-order-steps li {
    min-height: 210px;
  }

  .roofstone-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .roofstone-contacts-intro,
  .roofstone-section-heading,
  .roofstone-other-cities,
  .roofstone-city-cta {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .roofstone-offices {
    grid-template-columns: 1fr;
  }

  .roofstone-delivery-banner__features {
    grid-template-columns: 1fr;
  }

  .roofstone-delivery-feature {
    min-height: 0;
    padding: 22px 22px 20px 78px;
  }

  .roofstone-location-grid {
    grid-template-columns: 1fr;
  }

  .roofstone-city-cta__actions {
    min-width: 0;
    align-items: flex-start;
  }

  .roofstone-city-cta__actions .roofstone-button {
    width: auto;
  }
}

@media (max-width: 767px) {
  .roofstone-contacts-intro h2,
  .roofstone-city-delivery h2,
  .roofstone-delivery-banner h2 {
    font-size: 27px;
  }

  .roofstone-contacts-intro {
    gap: 20px;
    padding: 26px 0;
  }

  .roofstone-offices {
    gap: 18px !important;
    margin-bottom: 55px !important;
  }

  .roofstone-offices .roofstone-office-card {
    padding: 26px 22px;
    border-radius: 20px;
  }

  .roofstone-office-card .legal-entity {
    font-size: 24px;
  }

  .roofstone-delivery-banner,
  .roofstone-city-hero,
  .roofstone-location-section,
  .roofstone-other-cities,
  .roofstone-city-cta {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .roofstone-delivery-banner {
    margin-bottom: 65px;
  }

  .roofstone-delivery-banner__top {
    gap: 35px;
  }

  .roofstone-button {
    width: 100%;
  }

  .roofstone-city-links a {
    min-height: 36px;
    padding: 7px 11px;
    font-size: 12px;
  }

  .roofstone-city-delivery {
    margin-bottom: 75px;
  }

  .roofstone-city-hero {
    gap: 30px;
    margin-bottom: 65px;
  }

  .roofstone-city-hero .pagetitle {
    font-size: 34px;
  }

  .roofstone-city-hero__content .roofstone-city-hero__lead {
    font-size: 16px;
  }

  .roofstone-city-hero__facts,
  .roofstone-calculation-card {
    padding: 25px 22px;
  }

  .roofstone-city-section {
    margin-bottom: 65px;
  }

  .roofstone-product-grid,
  .roofstone-method-grid,
  .roofstone-order-steps {
    grid-template-columns: 1fr;
  }

  .roofstone-product-card {
    min-height: 0;
  }

  .roofstone-product-card > span,
  .roofstone-order-steps li > span {
    margin-bottom: 30px;
  }

  .roofstone-method-card,
  .roofstone-order-steps li {
    min-height: 0;
  }

  .roofstone-location-card {
    min-height: 0;
    padding: 25px 22px;
  }

  .roofstone-location-card__label {
    margin-bottom: 28px;
  }

  .roofstone-city-faq__question {
    gap: 16px;
    padding: 18px 0;
    font-size: 16px;
  }

  .roofstone-city-faq__question i {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
  }

  .roofstone-city-faq__answer {
    padding: 0 42px 20px 0;
  }

  .roofstone-city-faq__answer p {
    font-size: 14px;
  }

  .roofstone-city-cta__actions {
    align-items: stretch;
  }

  .roofstone-city-cta__actions .roofstone-button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .roofstone-office-card .contacts-page-items .item {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 11px;
  }

  .roofstone-office-card__icon {
    width: 36px;
    height: 36px;
    padding: 8px;
  }

  .roofstone-office-card .contacts-page-items .item-value {
    font-size: 14px;
  }

  .roofstone-city-hero .pagetitle {
    font-size: 29px;
  }
}