/* =====================================================
   RADIATORI.KZ — ПРЕДСТАВИТЕЛЬСТВА
   ===================================================== */

.rad-reps-page {
    font-family: "Open Sans", Arial, sans-serif;
    color: #172033;
    background: #fff;
}

.rad-reps-page *,
.rad-reps-page *::before,
.rad-reps-page *::after {
    box-sizing: border-box;
}

.rad-reps-container {
    max-width: 1180px;
    margin: 0 auto;
}


/* =====================================================
   HERO
   ===================================================== */

.rad-reps-hero {
    padding: 68px 20px 78px;

    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.98) 0%,
            rgba(255,255,255,.92) 44%,
            rgba(255,255,255,.45) 72%,
            rgba(255,255,255,.12) 100%
        ),
        url("/images/predstavitelstva/predstavitelstva-.jpg")
        center / cover no-repeat;

    border-radius: 0 0 24px 24px;
}

.rad-reps-breadcrumbs {
    margin-bottom: 18px;
    font-size: 14px;
    color: #6b7280;
}

.rad-reps-breadcrumbs a {
    color: #1858a8;
    text-decoration: none;
}

.rad-reps-hero h1 {
    max-width: 720px;
    margin: 0 0 18px;

    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;

    color: #172033;
}

.rad-reps-hero p {
    max-width: 610px;
    margin: 0;

    font-size: 18px;
    line-height: 1.65;

    color: #475569;
}


/* =====================================================
   BENEFITS
   ===================================================== */

.rad-reps-benefits {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    max-width: 1180px;
    margin: -34px auto 48px;

    background: #fff;

    border: 1px solid #e5e9f0;
    border-radius: 15px;

    box-shadow: 0 12px 32px rgba(15, 35, 70, .08);

    overflow: hidden;
}

.rad-reps-benefit {
    min-width: 0;
    padding: 23px 20px;

    display: flex;
    align-items: center;
    gap: 13px;

    border-right: 1px solid #e5e9f0;
}

.rad-reps-benefit:last-child {
    border-right: 0;
}

.rad-reps-benefit-icon {
    width: 50px;
    height: 50px;

    flex: 0 0 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f1f6fc;
    border-radius: 13px;
}

.rad-reps-benefit-icon img {
    display: block;

    width: 32px;
    height: 32px;

    object-fit: contain;
}

.rad-reps-benefit strong {
    display: block;

    margin-bottom: 3px;

    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;

    color: #172033;
}

.rad-reps-benefit span {
    display: block;

    font-size: 13px;
    line-height: 1.4;

    color: #718096;
}


/* =====================================================
   SECTION
   ===================================================== */

.rad-reps-section {
    padding: 10px 20px 60px;
}

.rad-reps-title {
    margin: 0 0 28px;

    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;

    color: #172033;
}

.rad-reps-title::after {
    content: "";

    display: block;

    width: 58px;
    height: 3px;

    margin-top: 11px;

    background: #1858a8;
    border-radius: 3px;
}


/* =====================================================
   GRID
   ===================================================== */

.rad-reps-grid {
    display: grid;

    grid-template-columns: repeat(5, minmax(0, 1fr));

    gap: 18px;
}


/* =====================================================
   CARD
   ===================================================== */

.rad-reps-card {
    min-width: 0;

    background: #fff;

    border: 1px solid #e5e9f0;
    border-radius: 15px;

    overflow: hidden;

    box-shadow: 0 7px 22px rgba(15, 35, 70, .055);

    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.rad-reps-card:hover {
    transform: translateY(-4px);

    border-color: #1858a8;

    box-shadow: 0 14px 32px rgba(15, 35, 70, .12);
}


/* =====================================================
   IMAGE
   ===================================================== */

.rad-reps-img {
    display: block;

    width: 100%;
    height: 145px;

    overflow: hidden;

    background: #f3f6fa;
}

.rad-reps-img img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .35s ease;
}

.rad-reps-card:hover .rad-reps-img img {
    transform: scale(1.035);
}


/* =====================================================
   CARD BODY
   ===================================================== */

.rad-reps-body {
    padding: 18px;
}

.rad-reps-city {
    margin: 0 0 11px;

    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;

    color: #172033;
}

.rad-reps-address {
    min-height: 40px;

    margin-bottom: 7px;

    font-size: 14px;
    line-height: 1.45;

    color: #64748b;
}

.rad-reps-phone {
    margin-bottom: 8px;

    font-size: 14px;
}

.rad-reps-phone a {
    color: #172033;
    text-decoration: none;

    font-weight: 700;
}

.rad-reps-phone a:hover {
    color: #1858a8;
}


/* =====================================================
   BUTTONS
   ===================================================== */

.rad-reps-actions {
    display: grid;
    grid-template-columns: 1fr;

    gap: 8px;

    margin-top: 14px;
}

.rad-reps-btn {
    display: inline-block;

    padding: 10px 14px;

    text-align: center;
    text-decoration: none !important;

    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;

    border-radius: 8px;

    transition: .2s ease;
}

.rad-reps-btn-blue {
    color: #fff !important;

    background: #1858a8;
    border: 1px solid #1858a8;
}

.rad-reps-btn-blue:hover {
    color: #fff !important;

    background: #124784;
    border-color: #124784;
}

.rad-reps-btn-wa {
    color: #169c49 !important;

    background: #fff;

    border: 1px solid #1aaa55;
}

.rad-reps-btn-wa:hover {
    color: #fff !important;

    background: #1aaa55;
}


/* =====================================================
   ПОСТАВКИ ПО КАЗАХСТАНУ
   ===================================================== */

.rad-reps-kz {
    position: relative;

    min-height: 285px;

    display: flex;
    align-items: center;

    margin-top: 42px;
    padding: 38px 35px;

    overflow: hidden;

    border: 1px solid #e5e9f0;
    border-radius: 15px;

    background:
        linear-gradient(
            90deg,
            rgba(247,250,253,.99) 0%,
            rgba(247,250,253,.97) 38%,
            rgba(247,250,253,.68) 58%,
            rgba(247,250,253,.12) 100%
        ),
        url("/images/predstavitelstva/predstavitelstva-.jpg")
        right center / 56% 100% no-repeat;
}

.rad-reps-kz-content {
    position: relative;
    z-index: 2;

    max-width: 440px;
}

.rad-reps-kz h2 {
    margin: 0 0 14px;

    font-size: 27px;
    line-height: 1.25;
    font-weight: 800;

    color: #172033;
}

.rad-reps-kz p {
    margin: 0 0 22px;

    font-size: 15px;
    line-height: 1.7;

    color: #475569;
}

.rad-reps-kz .rad-reps-btn {
    min-width: 210px;
}


/* =====================================================
   EXPORT
   ===================================================== */

.rad-reps-export {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 35px;

    margin-top: 25px;
    padding: 30px 34px;

    background: #f7f9fc;

    border: 1px solid #e5e9f0;
    border-radius: 14px;
}

.rad-reps-export-label {
    display: inline-block;

    margin-bottom: 8px;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: .8px;

    color: #1858a8;
}

.rad-reps-export h2 {
    margin: 0 0 7px;

    font-size: 23px;
    line-height: 1.25;
    font-weight: 800;

    color: #172033;
}

.rad-reps-export p {
    margin: 0;

    font-size: 14px;
    line-height: 1.6;

    color: #64748b;
}

.rad-reps-export-contact {
    min-width: 245px;

    display: flex;
    flex-direction: column;

    gap: 10px;

    text-align: center;
}

.rad-reps-export-contact > a:first-child {
    color: #172033;

    font-size: 18px;
    font-weight: 800;

    text-decoration: none;
}


/* =====================================================
   CTA
   ===================================================== */

.rad-reps-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;

    margin-top: 25px;
    padding: 26px 34px;

    background: #fff;

    border: 1px solid #e5e9f0;
    border-radius: 13px;

    box-shadow: 0 7px 22px rgba(15, 35, 70, .04);
}

.rad-reps-cta-left {
    display: flex;
    align-items: center;

    gap: 18px;
}

.rad-reps-cta-icon {
    width: 56px;
    height: 56px;

    flex: 0 0 56px;
}

.rad-reps-cta-icon img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
}

.rad-reps-cta h2 {
    margin: 0 0 6px;

    font-size: 23px;
    line-height: 1.25;
    font-weight: 800;

    color: #172033;
}

.rad-reps-cta p {
    margin: 0;

    font-size: 14px;
    line-height: 1.55;

    color: #64748b;
}

.rad-reps-cta > .rad-reps-btn {
    width: 245px;
    flex-shrink: 0;

    padding: 13px 20px;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1100px) {

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

    .rad-reps-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .rad-reps-benefit:nth-child(2) {
        border-right: 0;
    }

    .rad-reps-benefit:nth-child(-n+2) {
        border-bottom: 1px solid #e5e9f0;
    }

}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 767px) {

    .rad-reps-hero {
        padding: 38px 18px 48px;

        background:
            linear-gradient(
                180deg,
                rgba(255,255,255,.98) 0%,
                rgba(255,255,255,.92) 58%,
                rgba(255,255,255,.55) 100%
            ),
            url("/images/predstavitelstva/predstavitelstva-.jpg")
            center / cover no-repeat;

        border-radius: 0 0 18px 18px;
    }

    .rad-reps-breadcrumbs {
        margin-bottom: 14px;
        font-size: 13px;
    }

    .rad-reps-hero h1 {
        max-width: 100%;

        margin-bottom: 13px;

        font-size: 29px;
        line-height: 1.18;
    }

    .rad-reps-hero p {
        font-size: 15px;
        line-height: 1.6;
    }


    /* BENEFITS */

    .rad-reps-benefits {
        grid-template-columns: repeat(2, 1fr);

        margin: 18px 15px 32px;

        border-radius: 12px;
    }

    .rad-reps-benefit {
        padding: 15px 12px;

        gap: 9px;

        border-bottom: 1px solid #e5e9f0;
    }

    .rad-reps-benefit:nth-child(odd) {
        border-right: 1px solid #e5e9f0;
    }

    .rad-reps-benefit:nth-child(even) {
        border-right: 0;
    }

    .rad-reps-benefit:nth-child(n+3) {
        border-bottom: 0;
    }

    .rad-reps-benefit-icon {
        width: 40px;
        height: 40px;

        flex-basis: 40px;

        border-radius: 10px;
    }

    .rad-reps-benefit-icon img {
        width: 26px;
        height: 26px;
    }

    .rad-reps-benefit strong {
        font-size: 13px;
    }

    .rad-reps-benefit span {
        font-size: 11px;
    }


    /* SECTION */

    .rad-reps-section {
        padding: 5px 15px 40px;
    }

    .rad-reps-title {
        margin-bottom: 20px;

        font-size: 24px;
    }


    /* CARDS */

    .rad-reps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 12px;
    }

    .rad-reps-card {
        border-radius: 12px;
    }

    .rad-reps-img {
        height: 120px;
    }

    .rad-reps-body {
        padding: 14px;
    }

    .rad-reps-city {
        min-height: 42px;

        margin-bottom: 7px;

        font-size: 15px;
    }

    .rad-reps-address {
        min-height: 38px;

        font-size: 12px;
    }

    .rad-reps-phone {
        font-size: 12px;
    }

    .rad-reps-actions {
        margin-top: 10px;
    }

    .rad-reps-btn {
        padding: 9px 7px;

        font-size: 12px;
    }


    /* KZ */

    .rad-reps-kz {
        min-height: auto;

        margin-top: 28px;

        padding: 25px 20px 210px;

        align-items: flex-start;

        background:
            linear-gradient(
                180deg,
                rgba(247,250,253,.99) 0%,
                rgba(247,250,253,.98) 47%,
                rgba(247,250,253,.68) 70%,
                rgba(247,250,253,.12) 100%
            ),
            url("/images/predstavitelstva/predstavitelstva-.jpg")
            center bottom / 100% auto no-repeat;
    }

    .rad-reps-kz h2 {
        font-size: 22px;
    }

    .rad-reps-kz p {
        font-size: 14px;
    }


    /* EXPORT */

    .rad-reps-export {
        flex-direction: column;
        align-items: stretch;

        gap: 20px;

        padding: 23px 20px;
    }

    .rad-reps-export h2 {
        font-size: 20px;
    }

    .rad-reps-export-contact {
        min-width: 0;
    }


    /* CTA */

    .rad-reps-cta {
        flex-direction: column;
        align-items: stretch;

        padding: 22px 20px;
    }

    .rad-reps-cta-left {
        align-items: flex-start;
    }

    .rad-reps-cta-icon {
        width: 48px;
        height: 48px;

        flex-basis: 48px;
    }

    .rad-reps-cta h2 {
        font-size: 20px;
    }

    .rad-reps-cta > .rad-reps-btn {
        width: 100%;
    }

}


/* =====================================================
   VERY SMALL MOBILE
   ===================================================== */

@media (max-width: 390px) {

    .rad-reps-grid {
        grid-template-columns: 1fr;
    }

    .rad-reps-img {
        height: 180px;
    }

    .rad-reps-city,
    .rad-reps-address {
        min-height: 0;
    }

}