.elementor-487 .elementor-element.elementor-element-b3732ed{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-487 .elementor-element.elementor-element-f6bb6a2 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f6bb6a2 */.rf-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.rf-gabinet-hero,
.rf-gabinet-gallery,
.rf-gabinet-info {
    font-family: inherit;
}

.rf-gabinet-hero {
    padding: 90px 0;
    background: #f5f7f6;
}

.rf-gabinet-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.rf-subtitle {
    display: inline-block;
    margin-bottom: 16px;
    color: #62c3b6;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.rf-gabinet-hero-content h1,
.rf-section-heading h2,
.rf-info-box h2 {
    color: #3d3d3d;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 24px;
}

.rf-gabinet-hero-content h1 {
    font-size: 48px;
}

.rf-gabinet-hero-content p,
.rf-section-heading p,
.rf-gallery-card p,
.rf-info-box p {
    color: #333333;
    font-size: 18px;
    line-height: 1.75;
    margin: 0 0 20px;
}

.rf-gabinet-hero-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    border-radius: 26px;
    border: 2px solid #62c3b6;
}

.rf-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    padding: 14px 34px;
    background: #62c3b6;
    color: black !important;
    border-radius: 999px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: 0.25s ease;
}

.rf-button:hover {
    transform: translateY(-2px);
    color: #ffffff;
    background: #51b4a7;
}

.rf-gabinet-gallery {
    padding: 90px 0;
    background: #ffffff;
}

.rf-section-heading {
    max-width: 820px;
    margin: 0 auto 50px;
    text-align: center;
}

.rf-section-heading h2,
.rf-info-box h2 {
    font-size: 40px;
}

.rf-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.rf-gallery-card {
    background: #f5f7f6;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(98, 195, 182, 0.35);
}

.rf-gallery-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.rf-gallery-card h3 {
    color: #3d3d3d;
    font-size: 22px;
    font-weight: 500;
    margin: 24px 24px 10px;
}

.rf-gallery-card p {
    font-size: 16px;
    line-height: 1.65;
    margin: 0 24px 28px;
}

.rf-gabinet-info {
    padding: 90px 0;
    background: #edf6f4;
}

.rf-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.rf-info-box {
    background: #ffffff;
    border-radius: 26px;
    padding: 46px;
    border: 1px solid rgba(98, 195, 182, 0.35);
}

.rf-info-box-accent {
    background: #62c3b6;
}

.rf-info-box-accent h2,
.rf-info-box-accent p {
    color: #ffffff;
}

.rf-button-light {
    background: #ffffff;
    color: #62c3b6;
}

.rf-button-light:hover {
    background: #f5f7f6;
    color: #62c3b6;
}

@media (max-width: 991px) {
    .rf-gabinet-hero-grid,
    .rf-info-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .rf-gallery-grid {
        grid-template-columns: 1fr;
    }

    .rf-gabinet-hero-content h1 {
        font-size: 40px;
    }

    .rf-section-heading h2,
    .rf-info-box h2 {
        font-size: 34px;
    }

    .rf-gabinet-hero-image img {
        height: auto;
    }
}

@media (max-width: 575px) {
    .rf-gabinet-hero,
    .rf-gabinet-gallery,
    .rf-gabinet-info {
        padding: 60px 0;
    }

    .rf-container {
        padding: 0 18px;
    }

    .rf-gabinet-hero-content h1 {
        font-size: 32px;
    }

    .rf-section-heading h2,
    .rf-info-box h2 {
        font-size: 30px;
    }

    .rf-gabinet-hero-content p,
    .rf-section-heading p,
    .rf-info-box p {
        font-size: 16px;
        line-height: 1.65;
    }

    .rf-info-box {
        padding: 32px 24px;
    }

    .rf-gallery-card img {
        height: 240px;
    }
}

.rf-visit-note{
    margin:22px 0;
    padding:16px 18px;
    border-radius:14px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.20);
}

.rf-visit-note strong{
    display:block;
    font-family:'Montserrat',sans-serif;
    font-size:16px;
    font-weight:600;
    margin-bottom:8px;
    color:#fff;
}

.rf-visit-note p{
    margin:0 !important;
    font-size:15px !important;
    line-height:1.7 !important;
}/* End custom CSS */