/* /Components/Pages/AboutCompany.razor.rz.scp.css */
.custom-bullets[b-lw4uv8dge6] {
    list-style: none; /* remove default bullets */
    padding-left: 0;
}

    .custom-bullets li[b-lw4uv8dge6] {
        position: relative;
        padding-left: 2rem; /* space for custom bullet */
    }

        .custom-bullets li[b-lw4uv8dge6]::before {
            content: "•"; /* bullet character */
            position: absolute;
            left: 0;
            top: 0;
            color: red; /* bullet color */
            font-size: 1.5rem; /* bullet size */
            line-height: 1.2; /* align vertically with text */
        }
/* /Components/Pages/DubininSky.razor.rz.scp.css */
/* container */
.slide-scroll-container[b-phm97ea0pf] {
    scroll-snap-type: none; /* turn off native snap */
    overflow-y: auto;
    height: 100vh;
}

/* slides */
.snap-start[b-phm97ea0pf] {
    height: 100vh;
}

.slide[b-phm97ea0pf] {
    height: 100vh; /* each slide fills the screen */
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start; /* where snapping occurs */
    font-family: sans-serif;
    color: white;
    font-size: 1.5rem;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.slide-scroll-container[b-phm97ea0pf] {
    overflow-y: auto;
    height: 100vh;
    scroll-behavior: auto; /* disable browser smooth scrolling */
}

@media (max-width: 768px) {
}

html[b-phm97ea0pf], body[b-phm97ea0pf] {
    height: 100%;
    overscroll-behavior: none;
}

.slide-scroll-container[b-phm97ea0pf] {
    -webkit-overflow-scrolling: touch;
}

.viewport[b-phm97ea0pf] {
    transform: translateY(0px);
}

.no-scrollbar[b-phm97ea0pf] {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

    .no-scrollbar[b-phm97ea0pf]::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }
/* /Components/Pages/Home.razor.rz.scp.css */
/* container */
.slide-scroll-container[b-0yq88whpgg] {
    scroll-snap-type: none; /* turn off native snap */
    overflow-y: auto;
    height: 100vh;
}

/* slides */
.snap-start[b-0yq88whpgg] {
    height: 100vh;
}

.slide[b-0yq88whpgg] {
    height: 100vh; /* each slide fills the screen */
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start; /* where snapping occurs */
    font-family: sans-serif;
    color: white;
    font-size: 1.5rem;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.slide-scroll-container[b-0yq88whpgg] {
    overflow-y: auto;
    height: 100vh;
    scroll-behavior: auto; /* disable browser smooth scrolling */
}
@media (max-width: 768px) {

}
html[b-0yq88whpgg], body[b-0yq88whpgg] {
    height: 100%;
    overscroll-behavior: none;
}

.slide-scroll-container[b-0yq88whpgg] {
    -webkit-overflow-scrolling: touch;
}

.viewport[b-0yq88whpgg] {
    transform: translateY(0px);
}

.no-scrollbar[b-0yq88whpgg] {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

    .no-scrollbar[b-0yq88whpgg]::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }


.responsive-box[b-0yq88whpgg] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}

@media (max-width: 768px) {
    .responsive-box[b-0yq88whpgg] {
        width: 90%;
    }
}

svg[b-0yq88whpgg] {
    overflow: visible;
}

.house[b-0yq88whpgg],
.text[b-0yq88whpgg] {
    transform-box: fill-box;
    transform-origin: center;
}

.house[b-0yq88whpgg] {
    opacity: 0;
    animation: house-fade-b-0yq88whpgg 0.4s ease-out forwards, house-move-b-0yq88whpgg 0.6s ease-out 0.4s forwards;
}

@keyframes house-fade-b-0yq88whpgg {
    to {
        opacity: 1;
    }
}

@keyframes house-move-b-0yq88whpgg {
    to {
        transform: translateX(-300px);
    }
}

#reveal-rect[b-0yq88whpgg] {
    animation: text-reveal-b-0yq88whpgg 1.1s ease-out 0.7s forwards;
}

@keyframes text-reveal-b-0yq88whpgg {
    from {
        width: 0;
    }

    to {
        width: 50000px;
    }
}


.text[b-0yq88whpgg] {
    opacity: 0;
    animation: text-fade-b-0yq88whpgg 0.3s ease-out 0.8s forwards;
}

@keyframes text-fade-b-0yq88whpgg {
    to {
        opacity: 1;
    }
}

.loading-overlay[b-0yq88whpgg] {
    position: fixed;
    inset: 0;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 9999;
    transition: opacity 450ms ease, visibility 0s linear 450ms, z-index 0s linear 450ms;
}

    /* visible */
    .loading-overlay.show[b-0yq88whpgg] {
        opacity: 1;
        z-index: 9999;
        pointer-events: all;
    }

    /* hidden forever */
    .loading-overlay.hide[b-0yq88whpgg] {
        opacity: 0;
        z-index: -1;
        pointer-events: none;
    }
/* /Components/Pages/Legacy/Residential.razor.rz.scp.css */
body[b-nlzqgkpvrn] {
}
.aboba[b-nlzqgkpvrn]{
    color:white;
    background-color:black;
    width:90%;
    margin: 0 auto;
}
/* /Components/Pages/OurPartners.razor.rz.scp.css */
.fw-500[b-fphqdjxvuo] {
    font-weight: 500;
}

.cases[b-fphqdjxvuo] {
    margin: 2rem 0 4.5rem;
}

@media (max-width: 767px) {
    .cases[b-fphqdjxvuo] {
        margin: 1.2rem 0 2.4rem;
    }
}

.partner-thumb[b-fphqdjxvuo] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
    color: var(--color-white);
    background-color: var(--bg-sections);
    position: relative;
    align-self: flex-start;
    border-radius: 18px;
}

@media (max-width: 767px) {
    .partner-thumb[b-fphqdjxvuo] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1.3rem 1.25rem 1.5rem 1.25rem;
    }
}

.gap-my[b-fphqdjxvuo] {
    gap: calc(var(--spacing) * 4);
}

    .bg-gray:hover[b-fphqdjxvuo] {
        border-color: #e8e8e8;
        box-shadow: 0 0 0 1px rgba(232, 232, 232, 0.5); 
    }

.bg-gray[b-fphqdjxvuo] {
    background-color: #f2f2f2;
    border: 4px solid #d9d9d9;
}

.partner-thumb__col[b-fphqdjxvuo] {
    -webkit-box-flex: 1;
    flex: 1 0 0;
}

@media (min-width: 1024px) {
    .partner-thumb__col[b-fphqdjxvuo] {
        max-width: 14.5rem;
    }
}

@media (min-width: 768px) {
    .partner-thumb__col[b-fphqdjxvuo] {
        max-width: 22.5rem;
    }
}

.partner-thumb__img[b-fphqdjxvuo] {
    cursor: pointer;
    flex-basis: 10.35rem;
    height: 4rem;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .partner-thumb__img[b-fphqdjxvuo] {
        max-height: 7.9rem;
        margin-top: auto;
    }
}

.img[b-fphqdjxvuo] {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.img--cover[b-fphqdjxvuo] {
    -o-object-fit: cover;
    object-fit: cover;
}

.img--cover[b-fphqdjxvuo], .img--contain[b-fphqdjxvuo] {
    width: 100%;
    height: 100%;
}

.partner-thumb__img .img--cover[b-fphqdjxvuo] {
    -o-object-fit: cover;
    object-fit: contain;
}

.partner-thumb__title[b-fphqdjxvuo] {
    color: black;
    margin-bottom: 0.7rem;
}

@media (max-width: 767px) {
    .partner-thumb__title[b-fphqdjxvuo] {
        margin-bottom: 0.6rem;
    }
}

.fz-22[b-fphqdjxvuo] {
    font-size: 1.3rem; 
    line-height: 1.3;
    font-weight: 600;
}

@media (max-width: 1023px) {
    .fz-22[b-fphqdjxvuo] {
        font-size: 1.1rem;
    }
}

.partner-thumb__txt[b-fphqdjxvuo] {
    color: black;
    overflow: hidden;
    transition: height 0.3s ease;
    font-size: 0.9rem;
}

    .partner-thumb__txt p[b-fphqdjxvuo],
    .partner-thumb__txt ul[b-fphqdjxvuo],
    .partner-thumb__txt li[b-fphqdjxvuo],
    .partner-thumb__txt br[b-fphqdjxvuo] {
        margin: 0;
        padding: 0;
    }

@media (max-width: 767px) {
    .partner-thumb__txt[b-fphqdjxvuo] {
        font-size: 0.8rem;
    }
}

.partner-thumb__txt.hide[b-fphqdjxvuo] {
    height: 91px;
}

    .partner-thumb__txt.hide[b-fphqdjxvuo]:before {
        content: "";
        display: block;
        height: 100px;
        position: absolute;
        left: 0;
        right: 0;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #F2F2F2 70%);
    }

.show-more[b-fphqdjxvuo] {
    opacity: 0.6;
    display: inline-block;
    cursor: pointer;
    color: #888888;
    border-bottom: 1px dotted #888888;
    margin-top: 10px;
    transition: opacity 0.2s;
}

    .show-more:hover[b-fphqdjxvuo] {
        opacity: 1;
    }
/* /Components/Pages/PrivacyPolicy.razor.rz.scp.css */
.arrow-container[b-nwbudl2jxc] {
    height: 125px;
    position: relative;
    cursor: pointer;
}

    @media (max-width: 1380px) {
        .arrow-container[b-nwbudl2jxc] {
            height: 90px;
        }
    }

.arrow[b-nwbudl2jxc] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    transform: translate(-50%, -50%);
    background: url("/images/PrivacyPolicy/arrow-red-down.svg") no-repeat center;
    background-size: contain;
    animation: arrow-move-b-nwbudl2jxc 1s infinite cubic-bezier(.4, 0, .6, 1);
}

    @media (max-width: 1380px) {
        .arrow[b-nwbudl2jxc] {
            width: 32px;
            height: 32px;
        }
    }

@keyframes arrow-move-b-nwbudl2jxc {
    0% {
        transform: translate(-50%, -50%);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, -65%);
        opacity: 0.7;
    }

    100% {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

.desctope[b-nwbudl2jxc] {
    display: block !important;
}

    @media (max-width: 1000px) {
        .desctope[b-nwbudl2jxc] {
            display: none !important;
        }
    }

.mobile[b-nwbudl2jxc] {
    display: none !important;
}

    @media (max-width: 1000px) {
        .mobile[b-nwbudl2jxc] {
            display: block !important;
        }
    }

.content[b-nwbudl2jxc] {
    max-width: 1920px;
    padding-left: 80px;
    padding-right: 95px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.content[b-nwbudl2jxc] {
    padding-top: 50px;
}

.content[b-nwbudl2jxc] {
    margin: 0 5%;
}

    @media (max-width: 1680px) and (min-width: 1001px) {
        .content[b-nwbudl2jxc] {
            padding-left: calc(80 / 1680 * 100vw);
            padding-right: calc(80 / 1680 * 100vw + 15px);
        }
    }

    @media (max-width: 1000px) {
        .content[b-nwbudl2jxc] {
            padding-left: 0;
            padding-right: 0;
        }
    }

.title[b-nwbudl2jxc] {
    color: #000;
    font-size: 55px;
    font-weight: 300;
    line-height: 1;
}

.news-detail__title[b-nwbudl2jxc] {
    border-bottom: 1px solid #000000;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5%;
    width: 100%;
    padding-bottom: 50px;
    margin: 0 auto 60px;
}

    @media (max-width: 1380px) {
        .title[b-nwbudl2jxc] {
            font-size: 45px;
        }
    }

    @media (max-width: 1000px) {
        .title[b-nwbudl2jxc] {
            font-size: 30px;
            text-align: center;
        }
    }

    @media (max-width: 1000px) {
        .news-detail__title[b-nwbudl2jxc] {
            border: 0;
            flex-direction: column;
            gap: 10px;
            padding-bottom: 0;
            margin-bottom: 50px;
        }
    }

.news-detail__descr-wrap[b-nwbudl2jxc] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 6%;
    width: 100%;
    overflow: hidden;
}

    @media (max-width: 1000px) {
        .news-detail__descr-wrap[b-nwbudl2jxc] {
            flex-direction: column;
            gap: 25px;
        }
    }

    @media (max-width: 1000px) {
        .news-detail__descr-wrap[b-nwbudl2jxc] {
            overflow: visible;
        }
    }

.news-detail__content[b-nwbudl2jxc] {
    margin: 0 auto;
    line-height: 1.4;
    width: 80%;
    max-width: 780px;
}

    @media (max-width: 1000px) {
        .news-detail__content[b-nwbudl2jxc] {
            width: 100%;
        }
    }

.news-detail__descr1[b-nwbudl2jxc] {
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 100px;
}

    @media (max-width: 1000px) {
        .news-detail__descr1[b-nwbudl2jxc] {
            font-size: 14px;
            padding-bottom: 75px;
            padding-left: 0;
        }
    }

.news-detail__descr1 p[b-nwbudl2jxc] {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.list[b-nwbudl2jxc] {
    padding: 8px 0 20px;
    margin: 0;
    list-style: none;
}

.list li[b-nwbudl2jxc] {
    position: relative;
    padding-left: 23px;
    margin-bottom: 8px;
}
    .list li[b-nwbudl2jxc]:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 8px;
        width: 14px;
        height: 1px;
        background-color: #ee7877;
    }

custom_b[b-nwbudl2jxc] {
    padding-top: 0;
    display: inline-block;
    font-weight:500;
}

.cookie-table[b-nwbudl2jxc] {
    border-collapse: collapse;
    width: 100%;
}

    .cookie-table td[b-nwbudl2jxc] {
        border: 1px solid #000;
    }

    .cookie-table p[b-nwbudl2jxc] {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        unicode-bidi: isolate;
    }

.news-detail__content table td[b-nwbudl2jxc] {
    padding: 0 10px;
}

    @media (max-width: 1000px) {
        .news-detail__descr1 .table_cust[b-nwbudl2jxc] {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }
    }

.additional-table[b-nwbudl2jxc] {
    border-collapse: collapse;
    width: 100%;
}

    .additional-table td[b-nwbudl2jxc] {
        border: 1px solid #000;
    }

    .additional-table p[b-nwbudl2jxc] {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        unicode-bidi: isolate;
    }
.news-detail__descr1 a[b-nwbudl2jxc] {
    color: black;
}

.fadeAnimate[b-nwbudl2jxc] {
    opacity: 0;
}

.fadeAnimation.animated[b-nwbudl2jxc] {
    animation: fadeAnimation-b-nwbudl2jxc .6s ease-out forwards;
}

fadeAnimation animation[b-nwbudl2jxc] {
    opacity: 1;
}

@keyframes fadeAnimation-b-nwbudl2jxc {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.inner-header_small[b-nwbudl2jxc] {
    height: 30vh;
}

.inner-header[b-nwbudl2jxc] {
    min-height: 430px;
    height: 52vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    @media (max-width: 1000px) {
        .inner-header[b-nwbudl2jxc] {
            height: calc(var(--vh, 1vh) * 92);
        }
    }

.fadeAnimationBottom.animated[b-nwbudl2jxc] {
    animation: fadeAnimationBottom-b-nwbudl2jxc .6s ease-out forwards;
}

fadeAnimationBottom animation[b-nwbudl2jxc] {
    opacity: 1;
    transform: translateY(0px);
}

@keyframes fadeAnimationBottom-b-nwbudl2jxc {

    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.inner-header__title[b-nwbudl2jxc] {
    color: #fff;
    font-weight: 200;
    font-size: 80px;
    line-height: 1;
    text-align: center;
}

    @media (max-width: 1680px) and (min-width: 1001px) {
        .inner-header__title[b-nwbudl2jxc] {
            font-size: calc(80 / 1680 * 100vw);
        }
    }

    @media (max-width: 1000px) {
        .inner-header__title[b-nwbudl2jxc] {
            font-size: 30px;
        }
    }

/* /Components/Pages/Projects.razor.rz.scp.css */
@keyframes riseToCenter-b-ehizivn1sh {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }

}

@media (max-width: 1023px) {
    .title-mobile[b-ehizivn1sh] {
        animation: riseToCenter-b-ehizivn1sh 1.6s ease-out forwards;
    }
}

.director-arrows[b-ehizivn1sh] {
    position: absolute;
    bottom: 3%;
    left: 5%;
    display: flex;
    align-items: center;
    gap: 25px;
    z-index: 20;
    width: 100%;
}
    @media (max-width: 1023px) {
        .director-arrows[b-ehizivn1sh] {
            display: none !important;
        }
    }

.slider-counter[b-ehizivn1sh] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 28px;
    color: #0C1A3A;
    letter-spacing: 1px;
}

.counter-current[b-ehizivn1sh] {
    font-size: 42px;
}

.counter-current[b-ehizivn1sh],
.counter-total[b-ehizivn1sh] {
    font-weight: 400;
}

.counter-total[b-ehizivn1sh] {
    font-size: 20px;
}

.counter-slash[b-ehizivn1sh] {
    font-weight: 1; 
    opacity: 0.5; 
    font-size: 42px; 
    transform: translateY(-1px);
}

.slider-line[b-ehizivn1sh] {
    flex-grow: 1;
    height: 1px;
    background: #0C1A3A;
    margin: 0 2%;
    max-width: 62%;
    opacity: 0.9;
}

.arrow-path[b-ehizivn1sh] {
    stroke: #0C1A3A; 
}

.arrow-btn[b-ehizivn1sh] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(12, 26, 58, 0.05); 
    border: 1px solid rgba(12, 26, 58, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(2px);
    transition: 0.25s ease;
}

    .arrow-btn:hover[b-ehizivn1sh] {
        border-color: rgba(12, 26, 58, 0.9);
        background: rgba(12, 26, 58, 0.12);
        transform: scale(1.08);
    }

    .arrow-btn:active[b-ehizivn1sh] {
        transform: scale(0.95);
    }

.arrow-icon[b-ehizivn1sh] {
    width: 24px;
    height: 24px;
}

.hidden[b-ehizivn1sh] {
    display: none;
}

#tilesStrip[b-ehizivn1sh] {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease;
}

.project-card[b-ehizivn1sh] {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0.5rem;
    opacity: 0;
    transition: opacity 0.7s ease;
}

    .project-card:not(.hidden)[b-ehizivn1sh] {
        opacity: 1;
    }

    @media (max-width: 1023px) {
        .project-card[b-ehizivn1sh] {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
/* /Components/Pages/Shared/Account_details.razor.rz.scp.css */
.company-card[b-qbtj18obnj] {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 800px;
    width: 100%;
}

.company-header[b-qbtj18obnj] {
    text-align: center;
}

.company-name[b-qbtj18obnj] {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.company-inn[b-qbtj18obnj] {
    font-size: 16px;
    color: #666;
}

.details-table[b-qbtj18obnj] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

    .details-table th[b-qbtj18obnj],
    .details-table td[b-qbtj18obnj] {
        padding: 10px;
        border-bottom: 1px solid #eee;
        text-align: left;
        vertical-align: top;
    }

    .details-table th[b-qbtj18obnj] {
        font-weight: bold;
        width: 40%;
    }

.signature[b-qbtj18obnj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    font-size: 14px;
}

.signature-title[b-qbtj18obnj] {
    font-weight: bold;
}

.signature-name[b-qbtj18obnj] {
    text-align: right;
}

/* Адаптация для планшетов (ширина до 1024px) */
@media (max-width: 1024px) {
    .company-card[b-qbtj18obnj] {
        padding: 15px;
    }

    .company-name[b-qbtj18obnj] {
        font-size: 22px;
    }

    .details-table th[b-qbtj18obnj],
    .details-table td[b-qbtj18obnj] {
        padding: 8px;
        padding-left: 0px;
    }
}

/* Адаптация для мобильных устройств (ширина до 768px) */
@media (max-width: 768px) {
    body[b-qbtj18obnj] {
        padding: 10px;
    }

    .company-card[b-qbtj18obnj] {
        padding: 10px;
    }

    .company-name[b-qbtj18obnj] {
        font-size: 20px;
    }

    .company-inn[b-qbtj18obnj] {
        font-size: 14px;
    }

    .details-table[b-qbtj18obnj] {
        display: block;
    }

        .details-table tbody[b-qbtj18obnj],
        .details-table tr[b-qbtj18obnj],
        .details-table th[b-qbtj18obnj],
        .details-table td[b-qbtj18obnj] {
            display: block;
            width: 100%;
        }

        .details-table th[b-qbtj18obnj] {
            font-size: 14px;
            color: #555;
            margin-top: 10px;
        }

        .details-table td[b-qbtj18obnj] {
            font-size: 14px;
            border-bottom: none;
            padding-left: 0;
        }

    .signature[b-qbtj18obnj] {
        flex-direction: column;
        text-align: center;
    }

    .signature-name[b-qbtj18obnj] {
        text-align: center;
        margin-top: 10px;
    }
}

/* Дополнительные улучшения для маленьких экранов (до 480px) */
@media (max-width: 480px) {
    .company-name[b-qbtj18obnj] {
        font-size: 18px;
    }

    .details-table th[b-qbtj18obnj],
    .details-table td[b-qbtj18obnj] {
        font-size: 13px;
    }
}
/* /Components/Pages/Shared/Buttons.razor.rz.scp.css */
#btnToTop[b-q3s3weqa5h] {
    display: none;
}

.btn-totop[b-q3s3weqa5h] {
    position: fixed;
    right: 5rem;
    bottom: 1.5rem;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform 200ms ease;
}

    .btn-totop:hover[b-q3s3weqa5h] {
        transform: scale(1.08);
    }

.btn-icon[b-q3s3weqa5h] {
    width: 48px;
    height: 48px;
    display: block;
    /* shadow belongs to the icon, not the button */
    filter: drop-shadow(0 6px 12px rgba(0,0,0,0.12));
    transition: filter 200ms ease;
}

.btn-totop:hover .btn-icon[b-q3s3weqa5h] {
    content: url("images/buttons/up hover.png");
}

.btn-budget[b-q3s3weqa5h] {
     position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform 200ms ease;
}

    .btn-budget:hover[b-q3s3weqa5h] {
        transform: scale(1.08);
    }


.fab-container[b-q3s3weqa5h] {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 48px;
    height: 48px;
    z-index: 31;
}
.fab-item[b-q3s3weqa5h] {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    transform: translateY(0) scale(0.9);
    pointer-events: none;
    transition: transform 300ms ease, opacity 200ms ease;
}

    .fab-item img[b-q3s3weqa5h] {
        width: 48px;
        height: 48px;
        display: block;
        filter: drop-shadow(0 6px 12px rgba(0,0,0,0.12));
    }
.fab-container.open .fab-item[b-q3s3weqa5h] {
    opacity: 1;
    pointer-events: auto;
}
    .fab-container.open .fab-item:nth-child(1)[b-q3s3weqa5h] {
        transform: translateY(-64px);
    }

    .fab-container.open .fab-item:nth-child(2)[b-q3s3weqa5h] {
        transform: translateY(-128px);
    }

    .fab-container.open .fab-item:nth-child(3)[b-q3s3weqa5h] {
        transform: translateY(-192px);
    }

    .fab-container.open .fab-item:nth-child(4)[b-q3s3weqa5h] {
        transform: translateY(-256px);
    }
.fab-item:hover img[b-q3s3weqa5h] {
    content: attr(data-hover);
}
/* /Components/Pages/Shared/CompanyValues.razor.rz.scp.css */
.parallax[b-rgeh96qndi] {
    transform: scale(1.1); /* slightly zoomed to avoid edges showing */
    transition: transform 2s ease-out;
}

.relative:hover .parallax[b-rgeh96qndi] {
    transform: scale(1.05) translateX(-1%);
}
.fade-in[b-rgeh96qndi] {
    opacity: 0;
    animation: fadeIn-b-rgeh96qndi 0.7s ease-in-out forwards;
}

@keyframes fadeIn-b-rgeh96qndi {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Pages/Shared/CompanyValuesMobile.razor.rz.scp.css */
.slide-content[b-31yxcxzbr8] {
    position: relative;
    overflow: hidden;
    height: 582px;
    border-radius: 0 0 14px 14px;
    padding-top: 40px;
}

.slide-text[b-31yxcxzbr8] {
    position: absolute;
    top: 18px;
    left: 20px;
    z-index: 20;
    color: white;
    font-size: 1.4rem;
    font-weight: 600;
    text-shadow: 0 3px 6px rgba(0,0,0,0.45);
    pointer-events: none;
}

.slide-img-wrapper[b-31yxcxzbr8] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    will-change: transform, box-shadow;
}

.slide-img[b-31yxcxzbr8] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
    user-select: none;
    pointer-events: none;
}
/* ---- ANIMATION ---- */

.my-slider .slick-slide[b-31yxcxzbr8] {
    opacity: 0.7;
    transition: opacity 0.6s ease;
}

.my-slider .slick-center .slide-img-wrapper[b-31yxcxzbr8] {
    transform: translateY(-20px) scale(1.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

.my-slider .slick-center[b-31yxcxzbr8] {
    opacity: 1;
    z-index: 3;
}
/* ---- MOBILE ---- */

@media (max-width: 768px) {
    .slick-dots[b-31yxcxzbr8] {
        bottom: -25px;
    }

    .slide-text[b-31yxcxzbr8] {
        font-size: 1.1rem;
        top: 12px;
        left: 14px;
    }

    .slide-content[b-31yxcxzbr8] {
        border-radius: 0 0 14px 14px !important;
        padding-top: 30px;
    }

    .slide-img-wrapper[b-31yxcxzbr8] {
        border-radius: 0 !important;
    }
}

.slide-img-wrapper.no-transition[b-31yxcxzbr8] {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
}

@media (max-width: 480px) {
    .slide-text[b-31yxcxzbr8] {
        font-size: 1rem;
        top: 10px;
        left: 12px;
        max-width: 80%;
        line-height: 1.2;
    }

    .my-slider .slick-slide[b-31yxcxzbr8] {
        transform: scale(0.95);
    }

    .slick-dots li button[b-31yxcxzbr8]:before {
        font-size: 8px;
    }

    .slide-content[b-31yxcxzbr8] {
        border-radius: 0 0 14px 14px !important;
        padding-top: 25px;
    }

    .slide-img-wrapper[b-31yxcxzbr8] {
        border-radius: 0 !important;
    }
}
/* /Components/Pages/Shared/CompanyValuesMobile2.razor.rz.scp.css */
.carousel-container[b-p7fotko53e] {
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    cursor: grab;
}

    .carousel-container:active[b-p7fotko53e] {
        cursor: grabbing;
    }

.carousel-track[b-p7fotko53e] {
    display: flex;
    width: max-content;
    user-select: none;
    touch-action: pan-y;
}

    .carousel-track img:not(.icon)[b-p7fotko53e] {
        width: 90vw;
        height: 80vh;
        object-fit: cover;
        pointer-events: none;
    }

.carousel-dots[b-p7fotko53e] {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 12px;
}

.timer-square rect[b-p7fotko53e] {
    fill: none;
    /* stroke-width: 4; <--- REMOVE from here */
}

.timer-square .background[b-p7fotko53e] {
    stroke: black;
    stroke-width: 4; /* <--- ADD the stroke-width here */
    height: 20px;
    width: 20px;
}

.timer-square .progress[b-p7fotko53e] {
    stroke: red;
    stroke-width: 4; /* <--- ADD the stroke-width here to ensure it's 4 */
    height: 20px;
    width: 20px;
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    transform-origin: 50% 50%;
    transition: stroke-dashoffset linear;
}
/* /Components/Pages/Shared/Dubinin/FromAbove.razor.rz.scp.css */
.annotation .line-1[b-n0ys1ot23e],
.annotation .line-2[b-n0ys1ot23e],
.annotation .textbox[b-n0ys1ot23e] {
    opacity: 0;
}

.textbox[b-n0ys1ot23e] {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.line-1[b-n0ys1ot23e],
.line-2[b-n0ys1ot23e] {
    fill: none;
    stroke: red;
    stroke-width: 11;
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
    transition: stroke-dashoffset 0.2s ease-out;
}

.annotation:hover .line-1[b-n0ys1ot23e] {
    opacity: 1;
    stroke-dashoffset: 0;
}

.annotation:hover .line-2[b-n0ys1ot23e] {
    opacity: 1;
    stroke-dashoffset: 0;
    transition-delay: 0.1s;
}

.annotation:hover .textbox[b-n0ys1ot23e] {
    opacity: 0.8;
    transform: translateY(0) scale(1);
    transition-delay: 0.15s;
}

.annotation .dot[b-n0ys1ot23e] {
    pointer-events: all;
    cursor: pointer;
}

.annotation .line-1[b-n0ys1ot23e],
.annotation .line-2[b-n0ys1ot23e],
.annotation .textbox[b-n0ys1ot23e] {
    pointer-events: none;
}

.responsive-svg[b-n0ys1ot23e] {
    overflow: hidden;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: right; /* adjust number to shift center up/down */
    margin-top: -7vh;
}

.responsive-wrapper[b-n0ys1ot23e] {
    display: flex;
    justify-content: flex-end;
}
/* /Components/Pages/Shared/Eements/SideBar.razor.rz.scp.css */
body[b-z6avu7kg8q] {
}
.red-frame[b-z6avu7kg8q] {
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    transition: opacity 0.2s ease;
}

    .red-frame.active[b-z6avu7kg8q] {
        border-color: rgb(239 68 68); /* same as border-red-500 */
    }
/* /Components/Pages/Shared/Footer.razor.rz.scp.css */
.footer[b-aymw6sdp4p] {
    background: #f6f6f6;
    border-top: 1px solid rgba(0,0,0,0.08);
    font-family: 'Montserrat', sans-serif;
}

.footer__container[b-aymw6sdp4p] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 5vw 2.5rem;
}

.footer__grid[b-aymw6sdp4p] {
    display: grid;
    gap: 3rem;
}

@media (min-width: 768px) {
    .footer__grid[b-aymw6sdp4p] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .footer__grid[b-aymw6sdp4p] {
        grid-template-columns: repeat(5, 1fr);
    }
}

.footer__heading-row[b-aymw6sdp4p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__heading-link[b-aymw6sdp4p] {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    color: #111;
}

.footer__list[b-aymw6sdp4p] {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.footer__link[b-aymw6sdp4p] {
    text-decoration: none;
    font-size: 0.9rem;
    color: rgba(0,0,0,0.75);
    transition: opacity 0.2s ease;
}

    .footer__link:hover[b-aymw6sdp4p] {
        opacity: 0.6;
    }

.footer__bottom[b-aymw6sdp4p] {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0,0,0,0.08);
    font-size: 0.75rem;
    color: rgba(0,0,0,0.6);
}

.footer__bottom-row[b-aymw6sdp4p] {
    margin-top: 0.75rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}

/* ===== Мобильный аккордеон ===== */

.footer__toggle[b-aymw6sdp4p] {
    display: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.15);
    background: transparent;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.footer__chevron[b-aymw6sdp4p] {
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    transition: transform 0.2s ease;
}

.footer__section.is-open .footer__chevron[b-aymw6sdp4p] {
    transform: rotate(45deg);
}

@media (max-width: 767px) {

    .footer__toggle[b-aymw6sdp4p] {
        display: flex;
    }

    .footer__list[b-aymw6sdp4p] {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        margin-top: 0;
        transition: all 0.25s ease;
    }

    .footer__section.is-open .footer__list[b-aymw6sdp4p] {
        max-height: 500px;
        opacity: 1;
        margin-top: 0.75rem;
    }

    .footer__section[b-aymw6sdp4p] {
        border-top: 1px solid rgba(0,0,0,0.08);
        padding: 0.75rem 0;
    }

        .footer__section:first-child[b-aymw6sdp4p] {
            border-top: none;
        }
}
@media (min-width: 1024px) {

    .footer__section[b-aymw6sdp4p] {
        position: relative;
        padding-right: 2rem;
    }

        .footer__section:not(:last-child)[b-aymw6sdp4p]::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient( to bottom, transparent, rgba(0,0,0,0.08), rgba(0,0,0,0.08), transparent );
        }
}
@media (min-width: 1024px) {

    .footer__section:last-child .footer__link[b-aymw6sdp4p] {
        white-space: nowrap;
    }
}
@media (min-width: 1024px) {
    .footer__grid[b-aymw6sdp4p] {
        grid-template-columns: 1fr 1fr 1fr 1fr 1.4fr;
    }
}

/* ========================= */
/*         РЕКВИЗИТЫ         */
/* ========================= */

.footer__requisites[b-aymw6sdp4p] {
    margin-top: 2.5rem;
    border-top: 1px solid rgba(0,0,0,0.05);
    padding-top: 1.5rem;
}

.footer__requisites-inner[b-aymw6sdp4p] {
    max-width: 420px;
    margin-left: auto; /* прижимаем вправо */
    font-size: 0.7rem;
    line-height: 1.6;
    color: rgba(0,0,0,0.40); /* тихий серый */
}

/* ===== ПК версия ===== */

@media (min-width: 1024px) {

    .footer__requisites[b-aymw6sdp4p] {
        position: relative;
        margin-top: 3rem;
        padding-top: 2rem;
    }

    .footer__requisites-inner[b-aymw6sdp4p] {
        text-align: right;
    }
}

/* ===== Мобильная версия ===== */

@media (max-width: 767px) {

    .footer__requisites[b-aymw6sdp4p] {
        margin-top: 2rem;
        padding-top: 1.5rem;
    }

    .footer__requisites-inner[b-aymw6sdp4p] {
        margin-left: 0;
        text-align: left;
        font-size: 0.65rem;
        color: rgba(0,0,0,0.30);
    }
}
/* ================= LEGAL ROW ================= */

.footer__legal-row[b-aymw6sdp4p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.7rem;
    color: rgba(0,0,0,0.35);
    
    
    
}

.footer__okpo[b-aymw6sdp4p] {
    white-space: nowrap;
}

/* ===== Мобильная версия ===== */

@media (max-width: 767px) {

    .footer__legal-row[b-aymw6sdp4p] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .footer__okpo[b-aymw6sdp4p] {
        align-self: flex-end;
    }
}

.footer__heading-link[b-aymw6sdp4p],
.footer__link[b-aymw6sdp4p] {
    position: relative; /* ← вот это главное */
    display: inline-block; /* чтобы width: 100% брал ширину текста, а не контейнера */
    text-decoration: none;
}

.active-nav[b-aymw6sdp4p]::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ef4444;
}
/* /Components/Pages/Shared/Header.razor.rz.scp.css */
.rounded-custom[b-kuqexx87ws] {
    border-radius: 28px;
}

.hover-effect_header[b-kuqexx87ws] {
    position: relative;
    text-decoration: none;
}

    .hover-effect_header[b-kuqexx87ws]::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0; 
        width: 0;
        height: 2px;
        background-color: #ef4444;
        transition: width 0.6s ease, left 0.6s ease;
    }

    .hover-effect_header:hover[b-kuqexx87ws]::after {
        width: 100%;
        left: 0;
    }

.hover-effect_header_sub_men[b-kuqexx87ws] {
position: relative;
text-decoration: none;
border: 2px solid transparent;
transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.hover-effect_header_sub_men:hover[b-kuqexx87ws] {
border-color: #ef4444;
transform: translateY(-1px);
box-shadow: 0 6px 14px rgba(239, 68, 68, 0.25), 0 4px 12px rgba(239, 68, 68, 0.4); 
}
.active_hover-effect_header_sub_men[b-kuqexx87ws] {
border-color: #ef4444;
box-shadow: 0 6px 14px rgba(239, 68, 68, 0.25), 0 4px 12px rgba(239, 68, 68, 0.4);
}

.active-nav[b-kuqexx87ws]::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0; 
    width: 100%;
    height: 2px;
    background-color: #ef4444;
}

.fade-in[b-kuqexx87ws] {
    opacity: 0;
    animation: fadeIn-b-kuqexx87ws 0.4s ease-in-out forwards;
}

@keyframes fadeIn-b-kuqexx87ws {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.font-weak[b-kuqexx87ws] {
    font-weight: 100;
    opacity: 0.65;
}

.mobile_no_dec[b-kuqexx87ws] {
    text-decoration: none;
}

.mobile-menu-slide[b-kuqexx87ws] {
    transform: translateX(100%);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    background-clip: padding-box;
}

    .mobile-menu-slide.open[b-kuqexx87ws] {
        transform: translateX(0);
    }

    .mobile-menu-slide.closed[b-kuqexx87ws] {
        transform: translateX(100%);
        pointer-events: none;
    }

.burger-button .burger-icon[b-kuqexx87ws] {
    display: block;
}

.burger-button .close-icon[b-kuqexx87ws] {
    display: none;
}

.burger-button[aria-expanded="true"] .burger-icon[b-kuqexx87ws] {
    display: none;
}

.burger-button[aria-expanded="true"] .close-icon[b-kuqexx87ws] {
    display: block;
}

.glass[b-kuqexx87ws]{
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.myblur[b-kuqexx87ws] {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
/* /Components/Pages/Shared/Kartayandex.razor.rz.scp.css */
.map-container[b-1lmlt1k6pl] {
    position: relative;
    width: 100%;
    height: calc(100vh - var(--header-height, 80px) - var(--footer-height, 60px));
    overflow: hidden;
    margin-top: var(--header-height, 80px); /* Отступ сверху равный высоте хедера */
}

/* Сама карта */
#map[b-1lmlt1k6pl] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/* /Components/Pages/Shared/MainPage/SlideOne.razor.rz.scp.css */
body[b-uhecttsmfr] {
}
/* /Components/Pages/Shared/MainPage/SlideThree.razor.rz.scp.css */
.animate-on-visible[b-1zfkfpd4ey] {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease-out;
}

    .animate-on-visible.visible[b-1zfkfpd4ey] {
        opacity: 1;
        transform: translateY(0);
    }

/* Staggered animation delays */
.delay-1[b-1zfkfpd4ey] {
    transition-delay: 0.2s;
}

.delay-2[b-1zfkfpd4ey] {
    transition-delay: 0.2s
}

.delay-3[b-1zfkfpd4ey] {
    transition-delay: 0.2s;
}
/* /Components/Pages/Shared/MainPage/SlideTwo.razor.rz.scp.css */
.animate-on-visible[b-mpgui11rel] {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

    .animate-on-visible.visible[b-mpgui11rel] {
        opacity: 1;
        transform: translateY(0);
    }

/* Staggered animation delays */
.delay-1[b-mpgui11rel] {
    transition-delay: 0.2s;
}

.delay-2[b-mpgui11rel] {
    transition-delay: 0.2s
}

.delay-3[b-mpgui11rel] {
    transition-delay: 0.2s;
}
/* /Components/Pages/Shared/MainPage/SlideZero.razor.rz.scp.css */
.slide[b-nolvcm2p3k] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.6s ease-in-out;
}

    .slide.active[b-nolvcm2p3k] {
        opacity: 1;
    }
.slideMobile[b-nolvcm2p3k] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.6s ease-in-out;
}

    .slideMobile.active[b-nolvcm2p3k] {
        opacity: 1;
    }
/* /Components/Pages/Shared/Map.razor.rz.scp.css */
.map-container[b-bahxij0boc] {
    position: relative;
    width: 100%;
    height: 93vh;
    overflow: hidden;
}

/* сама карта */
#map[b-bahxij0boc] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* =============================== */
/* Контент поверх карты */
/* =============================== */
.content-overlay[b-bahxij0boc] {
    position: absolute;
    top: 45%; /* вертикальный центр */
    transform: translateY(-50%);
    width: 520px !important;
    height: auto !important;
    min-height: auto !important;
    background: rgba(255, 255, 255, 0.82);
    padding: 60px 70px;
    font-family: "Montserrat", sans-serif;
    color: #000;
    text-shadow: none !important;
    display: block;
    box-shadow: none !important;
    text-align: left; /* все элементы по левому краю */
    z-index: 49;
}

    /* =============================== */
    /* Заголовок */
    /* =============================== */
    .content-overlay h2[b-bahxij0boc] {
        font-size: 36px !important;
        font-weight: 400; /* обычный вес */
        line-height: 1.25;
        color: #000;
        margin-bottom: 35px;
        text-shadow: none !important;
        font-family: "Montserrat", sans-serif;
        text-align: left;
        display: block;
    }

    /* =============================== */
    /* Основной текст и подзаголовки */
    /* =============================== */
    .content-overlay p[b-bahxij0boc],
    .content-overlay .small-text[b-bahxij0boc],
    .content-overlay .phone[b-bahxij0boc] {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.55;
        margin-bottom: 22px;
        color: #000;
        opacity: 0.9;
        text-shadow: none !important;
        text-align: left; /* левый край */
        display: block;
        margin-right: 20px;
    }

/* Мелкий текст */
.small-text[b-bahxij0boc] {
    opacity: 0.7;
    margin-top: 20px;
    text-shadow: none !important;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    display: block;
    margin-left: 0px;
}

.big-text[b-bahxij0boc] {
    opacity: 0.7;
    margin-top: 20px;
    text-shadow: none !important;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    display: block;
    margin-left: 0px;
}

.mid-text[b-bahxij0boc] {
    opacity: 0.7;
    margin-top: 20px;
    text-shadow: none !important;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    display: block;
    margin-left: 0px;
}
/* Телефон */
.phone[b-bahxij0boc] {
    margin-bottom: 30px;
    text-shadow: none !important;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    display: block;
    margin-left: -230px;
}

/* =============================== */
/* Кнопки фиксированного размера и hover */
/* =============================== */
.overlay-btn[b-bahxij0boc],
.overlay-btn-outline[b-bahxij0boc] {
    display: block; /* блок для точного выравнивания */
    width: 250px; /* фиксированная ширина */
    height: 50px; /* фиксированная высота */
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0;
    transition: all 0.25s ease;
    text-align: center; /* текст внутри кнопки по центру */
    margin-left: 0; /* прижим к левому краю */
    margin-bottom: 15px; /* расстояние до следующего элемента */
    margin-right: 110px;
}

/* Черная кнопка */
.overlay-btn[b-bahxij0boc] {
    background: #000;
    color: #fff;
    border: none;
}

    .overlay-btn:hover[b-bahxij0boc] {
        background: #e60023; /* красная при hover */
        color: #fff;
    }

/* Прозрачная кнопка */
.overlay-btn-outline[b-bahxij0boc] {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

    .overlay-btn-outline:hover[b-bahxij0boc] {
        background: #e60023; /* красная при hover */
        color: #fff;
    }



        .overlay-btn:hover[b-bahxij0boc]::after,
        .overlay-btn-outline:hover[b-bahxij0boc]::after {
            width: 100%;
        }

/* =============================== */
/* Адаптивность */
/* =============================== */
@media (max-width: 1024px) {
    .content-overlay[b-bahxij0boc] {
        width: 420px;
        padding: 50px;
        min-height: 580px;
    }

    .overlay-btn[b-bahxij0boc],
    .overlay-btn-outline[b-bahxij0boc] {
        width: 200px;
        height: 45px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .content-overlay[b-bahxij0boc] {
        width: calc(100% - 40px);
        padding: 40px;
        min-height: auto;
    }

        .content-overlay h2[b-bahxij0boc] {
            font-size: 32px;
        }

    .overlay-btn[b-bahxij0boc],
    .overlay-btn-outline[b-bahxij0boc] {
        width: 180px;
        height: 40px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .content-overlay[b-bahxij0boc] {
        padding: 28px;
    }

        .content-overlay h2[b-bahxij0boc] {
            font-size: 28px;
        }

    .overlay-btn[b-bahxij0boc],
    .overlay-btn-outline[b-bahxij0boc] {
        width: 160px;
        height: 35px;
        font-size: 10px;
    }
}
/* /Components/Pages/Shared/NewsViewer.razor.rz.scp.css */
html[b-n4z4vakhn2], body[b-n4z4vakhn2] {
    font-family: 'Montserrat', sans-serif !important;
}
.news-link[b-n4z4vakhn2] {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
}

/* ADMIN CONTROLS */
.news-admin-controls[b-n4z4vakhn2] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    display: flex;
    gap: 0.5rem;
    z-index: 10;
}

.news-admin-btn[b-n4z4vakhn2] {
    background: rgba(0,0,0,0.65);
    color: white;
    font-size: 0.75rem;
    padding: 0.35em 0.6em;
    border: none;
    cursor: pointer;
}

.news-admin-btn--edit[b-n4z4vakhn2] {
    background: rgba(180, 0, 0, 0.8);
}

/* TILE */
.news-tile[b-n4z4vakhn2] {
    position: relative;
    width: 100%;
    aspect-ratio: 5 / 5;
}

/* BACKGROUND */
.news-tile__background[b-n4z4vakhn2] {
    position: absolute;
    inset: 0;
    background: #EAEAEA;
    box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,0.25);
    border-radius: 2.8rem;
    z-index: 0;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.news-tile:hover .news-tile__background[b-n4z4vakhn2] {
    background-color: #F5F5F5; /* brighter on hover */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.35); /* thicker & darker shadow */
    transform: translateY(-2px); /* optional subtle lift effect */
}

/* IMAGE CONTAINER */
.news-tile__content[b-n4z4vakhn2] {
    position: absolute;
    top: 7%;
    left: 7%;
    width: 86%;
    height: 60%;
    background: #D9D9D9;
    border-radius: 2.4rem;
    overflow: hidden;
    z-index: 1;
}

/* IMAGE */
.news-tile__image[b-n4z4vakhn2] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.3s ease;
}

.news-tile__image--contain[b-n4z4vakhn2] {
    object-fit: contain;
}

/* HOVER IMAGE ZOOM */
.news-link:hover .news-tile__image[b-n4z4vakhn2] {
    transform: scale(1.05);
}

/* DATE */
.news-tile__date[b-n4z4vakhn2] {
    position: absolute;
    left: 7%;
    bottom: 24%;
    font-size: clamp(0.9rem, 1vw, 1.3rem);
    color: #000;
    z-index: 2;
}

/* TITLE WRAPPER (reserves space) */
.news-tile__title-wrap[b-n4z4vakhn2] {
    position: absolute;
    left: 7%;
    bottom: 8%;
    width: 80%;
    z-index: 2;
}

/* TITLE */
.news-tile__title[b-n4z4vakhn2] {
    margin: 0;
    font-size: clamp(1.1rem, 1.6vw, 2.6rem);
    font-weight: 400;
    line-height: 1.2;
    color: #000;
}

/* UNDERLINE */
.news-tile__underline[b-n4z4vakhn2] {
    display: block;
    height: 0.15em;
    width: 2.5rem;
    background: red;
    margin-top: 0.25em;
    transition: width 0.3s ease;
}


/* HOVER UNDERLINE EXPAND */
.news-link:hover .news-tile__underline[b-n4z4vakhn2] {
    width: 100%;
}
/* Hover effect on tile */
.news-tile:hover .news-tile .news-tile__underline[b-n4z4vakhn2] {
    width: 100%;
}
/* /Components/Pages/Shared/Tem.razor.rz.scp.css */
/* =========================
   DIRECTOR BLOCK (без слайдера)
========================= */
.team-left[b-7f3cm53wob] {
    max-width: 1200px;
    margin: 50px 0 50px 50px; /* сверху/справа/снизу/слева */
    padding: 0 20px;
    text-align: left; /* текст слева */
}
.director-block[b-7f3cm53wob] {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

/* Фоновое фото */
.director-photo[b-7f3cm53wob] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 5%;
    display: block;
}

/* Затемнение */
.director-block[b-7f3cm53wob]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 45%, rgba(0,0,0,0.15) 100% );
    z-index: 1;
}

/* Контейнер текста */
.director-info[b-7f3cm53wob] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 2;
    padding-left: 150px;
    padding-right: 40px;
}

/* Текстовый блок */
.director-content[b-7f3cm53wob] {
    max-width: 680px;
    color: #fff;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.7);
    line-height: 1.6;
}

/* Имя */
.director-name[b-7f3cm53wob] {
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 500 !important;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

/* Должность */
.director-position[b-7f3cm53wob] {
    font-size: clamp(20px, 1.2vw, 26px);
    font-weight: 400 !important;
    margin: 0 0 18px 0;
    opacity: 0.95;
}

/* Заголовок мелкий */
.text-title[b-7f3cm53wob] {
    font-size: 11px;
    font-weight: 600;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

/* Абзацы */
.director-content p[b-7f3cm53wob] {
    font-size: clamp(13px, 1vw, 15px);
    margin: 0 0 14px 0;
}

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

@media (max-width: 1024px) {
    .director-info[b-7f3cm53wob] {
        padding-left: 80px;
        padding-right: 30px;
    }
}

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

@media (max-width: 1000px) {
    .director-block[b-7f3cm53wob] {
        position: relative;
        height: auto;
        min-height: 0;
        overflow: visible;
    }

    .director-photo[b-7f3cm53wob] {
        height: 75vh;
        min-height: 520px;
        object-fit: cover;
        object-position: 92% 90%;
        display: block;
        width: 100%;
    }

    .director-block[b-7f3cm53wob]::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,.30) 45%, rgba(0,0,0,.75) 100%);
        pointer-events: none;
        z-index: 2;
    }

    .team-left[b-7f3cm53wob] {
        position: absolute;
        top: 65px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 4;
        text-align: center;
        color: #fff;
        width: 100%;
        max-width: 500px;
        padding: 0 16px;
        margin: 0;
        text-shadow: 1px 1px 8px rgba(0,0,0,0.8);
    }

    .team-title[b-7f3cm53wob] {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .team-subtitle[b-7f3cm53wob] {
        font-size: 14px;
        line-height: 1.4;
    }

    .director-info[b-7f3cm53wob] {
        position: absolute;
        top: 65%;
        left: 0;
        right: 0;
        bottom: 0; /* Важно: прижимаем к низу */
        height: auto;
        max-height: 35vh;
        padding: 16px 16px 20px;
        background: rgba(0,0,0,0.35);
        backdrop-filter: blur(3px);
        z-index: 3;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        /* Добавляем box-sizing чтобы padding не увеличивал размер */
        box-sizing: border-box;
    }

        .director-info[b-7f3cm53wob]::-webkit-scrollbar {
            width: 4px;
        }

        .director-info[b-7f3cm53wob]::-webkit-scrollbar-track {
            background: rgba(255,255,255,0.1);
        }

        .director-info[b-7f3cm53wob]::-webkit-scrollbar-thumb {
            background: rgba(255,255,255,0.3);
            border-radius: 4px;
        }

    .director-name[b-7f3cm53wob] {
        font-size: clamp(16px, 2.5vh, 20px);
        margin-bottom: 4px;
        flex-shrink: 0;
    }

    .director-position[b-7f3cm53wob] {
        font-size: clamp(11px, 1.8vh, 14px);
        margin-bottom: 8px;
        flex-shrink: 0;
    }

    .director-content[b-7f3cm53wob] {
        flex: 1 1 auto;
        overflow-y: auto;
    }

        .director-content p[b-7f3cm53wob] {
            font-size: clamp(10px, 1.6vh, 13px);
            line-height: 1.4;
            margin-bottom: 8px;
        }
}

/* =========================
   ПРОМЕЖУТОЧНЫЕ ЭКРАНЫ (600px - 401px)
========================= */
@media (min-width: 401px) and (max-width: 600px) {
    .director-photo[b-7f3cm53wob] {
        height: 70vh; /* Уменьшаем высоту фото */
        min-height: 480px;
        object-position: 85% 90%; /* Корректируем позицию фото */
    }

    .director-info[b-7f3cm53wob] {
        top: 60%; /* Поднимаем выше */
        max-height: 38vh; /* Увеличиваем для текста */
        padding: 14px 14px 18px;
        /* Важно: блок всегда внутри фото */
        bottom: 0;
    }

    .director-name[b-7f3cm53wob] {
        font-size: clamp(15px, 2.3vh, 18px);
    }

    .director-position[b-7f3cm53wob] {
        font-size: clamp(11px, 1.7vh, 13px);
    }

    .director-content p[b-7f3cm53wob] {
        font-size: clamp(10px, 1.5vh, 12px);
        line-height: 1.3;
    }
}

/* =========================
   МАЛЕНЬКИЕ ЭКРАНЫ (400px - 0)
========================= */
@media (max-width: 400px) {
    .director-photo[b-7f3cm53wob] {
        height: 65vh;
        min-height: 420px;
        object-position: center;
    }

    .director-info[b-7f3cm53wob] {
        top: 55%; /* Ещё выше */
        max-height: 42vh;
        padding: 12px 12px 16px;
        bottom: 0; /* Всегда прижат к низу */
    }

    .director-name[b-7f3cm53wob] {
        font-size: clamp(14px, 2.2vh, 17px);
        margin-bottom: 3px;
    }

    .director-position[b-7f3cm53wob] {
        font-size: clamp(10px, 1.6vh, 12px);
        margin-bottom: 6px;
    }

    .text-title[b-7f3cm53wob] {
        font-size: 9px;
        margin-bottom: 4px;
        opacity: 0.8;
    }

    .director-content p[b-7f3cm53wob] {
        font-size: clamp(9px, 1.5vh, 11px);
        line-height: 1.3;
        margin-bottom: 5px;
    }
}

/* =========================
   ЭКСТРА МАЛЕНЬКИЕ (до 320px)
========================= */
@media (max-width: 320px) {
    .director-photo[b-7f3cm53wob] {
        height: 60vh;
        min-height: 380px;
    }

    .director-info[b-7f3cm53wob] {
        top: 52%;
        max-height: 45vh;
        padding: 10px 10px 14px;
    }

    .director-name[b-7f3cm53wob] {
        font-size: clamp(13px, 2vh, 15px);
    }

    .director-position[b-7f3cm53wob] {
        font-size: clamp(9px, 1.4vh, 11px);
    }

    .director-content p[b-7f3cm53wob] {
        font-size: clamp(8px, 1.3vh, 10px);
        line-height: 1.2;
        margin-bottom: 4px;
    }
}

@media (max-width: 1000px) {
    .director-photo[b-7f3cm53wob] {
        content: url("/images/Team/direktor2.png");
        object-fit: cover;
        object-position: center center;
    }
}
