:root {
    --sl-bg: #ffffff;
    --sl-text: #4a4a5a;
    --sl-muted: #656879;
    --sl-accent: #f44145;
    --sl-line: #e8e9ee;
    --sl-dark: #0d1020;
    --sl-container: 1600rem;
    --sl-font-family: "Gilroy", Arial, sans-serif;
}

html {
    box-sizing: border-box;
    font-size: calc(100vw / 1920);
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: var(--sl-bg);
    color: var(--sl-text);
    font-family: var(--sl-font-family);
    font-size: 16rem;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

img,
svg,
video,
iframe {
    max-width: 100%;
}

img {
    height: auto;
}

button,
input,
textarea,
select {
    font: inherit;
}

a {
    color: inherit;
}

.screen-reader-text,
.sl-skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sl-skip-link:focus {
    position: fixed;
    z-index: 100000;
    top: 12rem;
    left: 12rem;
    width: auto;
    height: auto;
    margin: 0;
    padding: 10rem 14rem;
    clip: auto;
    border-radius: 8rem;
    background: #fff;
    color: #111;
}

.sl-container {
    width: min(calc(100% - 64rem), var(--sl-container));
    margin-inline: auto;
}

.sl-site-header {
    position: relative;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid var(--sl-line);
    background: rgba(255, 255, 255, 0.96);
}

.sl-site-header__inner {
    display: flex;
    width: min(calc(100% - 64rem), var(--sl-container));
    min-height: 82rem;
    margin-inline: auto;
    align-items: center;
    justify-content: space-between;
    gap: 32rem;
}

.sl-site-header__brand,
.sl-site-header__brand .custom-logo-link {
    display: flex;
    align-items: center;
}

.sl-site-header__brand .custom-logo {
    display: block;
    width: auto;
    max-width: 250rem;
    max-height: 58rem;
}

.sl-site-header__name {
    color: var(--sl-text);
    font-size: 24rem;
    font-weight: 700;
    text-decoration: none;
}

.sl-primary-nav__list,
.sl-footer-nav__list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sl-primary-nav__list {
    align-items: center;
    gap: 30rem;
}

.sl-primary-nav a {
    color: var(--sl-text);
    font-size: 15rem;
    text-decoration: none;
    transition: color 160ms ease;
}

.sl-primary-nav a:hover,
.sl-primary-nav a:focus-visible {
    color: var(--sl-accent);
}

.sl-menu-toggle {
    display: none;
    width: 44rem;
    height: 44rem;
    padding: 10rem;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.sl-menu-toggle__line {
    display: block;
    width: 100%;
    height: 2rem;
    margin: 5rem 0;
    background: var(--sl-text);
}

.sl-main {
    min-height: 60vh;
}

.sl-entry,
.sl-archive,
.sl-error {
    padding-block: 80rem;
}

.sl-entry__header,
.sl-archive__header {
    margin-bottom: 30rem;
}

.sl-entry__title,
.sl-archive__header h1,
.sl-error__title {
    margin: 0;
    font-size: 52rem;
    line-height: 1.08;
}

.sl-entry__content {
    color: #333747;
    font-size: 18rem;
}

.sl-entry__content > *:first-child {
    margin-top: 0;
}

.sl-post-card {
    padding: 30rem 0;
    border-bottom: 1px solid var(--sl-line);
}

.sl-post-card__title {
    margin: 0 0 12rem;
    font-size: 28rem;
}

.sl-post-card__title a {
    text-decoration: none;
}

.sl-site-footer {
    margin-top: 80rem;
    background: var(--sl-dark);
    color: #fff;
}

.sl-site-footer__inner {
    display: flex;
    width: min(calc(100% - 64rem), var(--sl-container));
    min-height: 120rem;
    margin-inline: auto;
    align-items: center;
    justify-content: space-between;
    gap: 30rem;
}

.sl-site-footer__copy {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14rem;
}

.sl-footer-nav__list {
    gap: 24rem;
}

.sl-footer-nav a {
    color: rgba(255, 255, 255, 0.84);
    font-size: 14rem;
    text-decoration: none;
}

.sl-error {
    display: flex;
    min-height: 66vh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.sl-error__code {
    margin: 0;
    color: var(--sl-accent);
    font-size: 120rem;
    font-weight: 800;
    line-height: 1;
}

.sl-error__text {
    margin: 20rem 0 30rem;
    color: var(--sl-muted);
    font-size: 18rem;
}

.sl-button {
    display: inline-flex;
    min-height: 52rem;
    padding: 0 28rem;
    align-items: center;
    justify-content: center;
    border-radius: 10rem;
    background: var(--sl-accent);
    color: #fff;
    font-size: 16rem;
    font-weight: 600;
    text-decoration: none;
}


/* Tablet keeps the desktop 1920-based scale and desktop gutters. */

@media (max-width: 767px) {
    html {
        font-size: calc(100vw / 390);
    }

    body {
        font-size: 16rem;
    }

    .sl-container,
    .sl-site-header__inner,
    .sl-site-footer__inner {
        width: calc(100% - 32rem);
    }

    .sl-site-header__inner {
        min-height: 64rem;
    }

    .sl-site-header__brand .custom-logo {
        max-width: 190rem;
        max-height: 44rem;
    }

    .sl-site-header__name {
        font-size: 20rem;
    }

    .sl-menu-toggle {
        display: block;
    }

    .sl-primary-nav {
        position: fixed;
        z-index: 120;
        top: 64rem;
        right: 0;
        width: min(330rem, calc(100vw - 36rem));
        height: calc(100dvh - 64rem);
        padding: 28rem 22rem;
        overflow-y: auto;
        background: #fff;
        box-shadow: -16rem 20rem 50rem rgba(12, 15, 28, 0.14);
        transform: translateX(105%);
        visibility: hidden;
        transition: transform 220ms ease, visibility 220ms ease;
    }

    .sl-primary-nav.is-open {
        transform: translateX(0);
        visibility: visible;
    }

    .sl-primary-nav__list {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .sl-primary-nav a {
        display: block;
        padding: 14rem 0;
        border-bottom: 1px solid var(--sl-line);
        font-size: 17rem;
    }

    .sl-menu-open {
        overflow: hidden;
    }

    .sl-entry,
    .sl-archive,
    .sl-error {
        padding-block: 48rem;
    }

    .sl-entry__title,
    .sl-archive__header h1,
    .sl-error__title {
        font-size: 34rem;
    }

    .sl-site-footer {
        margin-top: 56rem;
    }

    .sl-site-footer__inner {
        min-height: 150rem;
        padding-block: 28rem;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .sl-footer-nav__list {
        flex-wrap: wrap;
        gap: 12rem 20rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* ===== Selenara Figma header ===== */
.sl-site-header {
    position: relative;
    z-index: 900;
    width: 100%;
    border: 0;
    background: #fff;
    color: var(--sl-text);
}

.sl-site-header--overlay {
    position: absolute;
    inset: 0 0 auto;
    background: transparent;
    color: #f8f9fa;
}

.sl-site-header__desktop {
    display: flex;
    width: 1593.63rem;
    min-height: 143.23rem;
    margin-inline: auto;
    padding-top: 13.44rem;
    align-items: flex-start;
    justify-content: space-between;
}

.sl-header-logo {
    display: flex;
    width: 355.312rem;
    flex: 0 0 355.312rem;
    padding-right: 15.922rem;
    align-items: flex-start;
    text-decoration: none;
}

.sl-header-logo__img {
    display: block;
    width: 339.39rem;
    height: 104.36rem;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: left top;
}

.sl-header-logo__fallback {
    display: inline-flex;
    flex-direction: column;
    color: currentColor;
    font-size: 31rem;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1;
}

.sl-header-logo__fallback small {
    margin-top: 8rem;
    font-size: 8rem;
    font-weight: 600;
    letter-spacing: .34em;
}

.sl-header-top-icon {
    position: relative;
    display: block;
    width: 23.707rem;
    height: 104rem;
    flex: 0 0 23.707rem;
    color: #f44145;
}

.sl-header-top-icon .sl-header-icon__img,
.sl-header-top-icon > span {
    position: absolute;
    left: 17.55rem;
    display: block;
    width: 17.27rem;
    object-fit: contain;
}

.sl-header-top-icon--location .sl-header-icon__img,
.sl-header-top-icon--location > span {
    top: 25.31rem;
    height: 20.97rem;
}

.sl-header-top-icon--calc .sl-header-icon__img,
.sl-header-top-icon--calc > span {
    top: 26.4rem;
    height: 18.77rem;
}

.sl-header-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 24.96rem;
    color: currentColor;
}

.sl-header-copy--location {
    width: 212.08rem;
    flex: 0 0 212.08rem;
}

.sl-header-copy--calc {
    width: 279.969rem;
    flex: 0 0 279.969rem;
    padding-right: 44.609rem;
}

.sl-header-copy strong,
.sl-header-copy .sl-header-dashed {
    display: block;
    color: currentColor;
    font-size: 15.3rem;
    font-weight: 700;
    line-height: 19.97rem;
}

.sl-header-copy--calc .sl-header-dashed {
    color: #f44145;
    font-size: 15rem;
}

.sl-header-copy > span {
    display: block;
    margin-top: 3.31rem;
    color: currentColor;
    font-size: 14.7rem;
    font-weight: 300;
    line-height: 19.97rem;
}

.sl-header-dashed {
    display: inline-block;
    width: max-content;
    max-width: 100%;
    border-bottom: 1rem dashed currentColor;
    color: #f44145;
    text-decoration: none;
}

.sl-header-expert {
    position: relative;
    width: 60.831rem;
    height: 104rem;
    flex: 0 0 60.831rem;
}

.sl-header-expert__img {
    position: absolute;
    top: 24.95rem;
    left: 6.03rem;
    display: block;
    width: 80.63rem;
    height: 80.63rem;
    max-width: none;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 25%;
}

.sl-header-online {
    display: flex;
    width: 243.388rem;
    flex: 0 0 243.388rem;
    padding: 24.96rem 39.828rem 0 0;
    flex-direction: column;
    align-items: flex-end;
    color: currentColor;
}

.sl-header-status {
    display: flex;
    align-items: center;
    gap: 18.24rem;
    color: currentColor;
    font-size: 15.3rem;
    font-weight: 300;
    line-height: 19.97rem;
    white-space: nowrap;
}

.sl-header-status__text span {
    font-weight: 300;
}

.sl-header-status__text strong {
    font-weight: 700;
}

.sl-header-status__dot {
    position: relative;
    display: inline-block;
    width: 4.8rem;
    height: 4.8rem;
    flex: 0 0 4.8rem;
    border-radius: 50%;
    background: #00ff36;
    isolation: isolate;
}

.sl-header-status__dot::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    background: rgba(0, 255, 54, .30);
    transform: translate(-50%, -50%) scale(1);
    animation: sl-status-pulse 3s ease-out infinite;
}

@keyframes sl-status-pulse {
    0%, 8% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(.65);
    }
    14% {
        opacity: .72;
    }
    48% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.85);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.85);
    }
}

.sl-header-socials {
    display: flex;
    gap: 11.5rem;
    margin-top: 7.68rem;
}

.sl-social {
    display: grid;
    width: 42.23rem;
    height: 42.23rem;
    flex: 0 0 42.23rem;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: transform 160ms ease, filter 160ms ease;
}

.sl-social:hover,
.sl-social:focus-visible {
    filter: brightness(1.08);
    transform: translateY(-1rem);
}

.sl-social svg {
    display: block;
    width: 20rem;
    height: 20rem;
    fill: currentColor;
}

.sl-social__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sl-social--tg,
.sl-social--wa,
.sl-social--vb {
    background: transparent;
}

.sl-header-phone {
    position: relative;
    display: block;
    width: 239.03rem;
    height: 143.23rem;
    flex: 0 0 239.03rem;
    padding: 0;
    color: currentColor;
    text-align: right;
}

.sl-header-phone > .sl-header-status {
    position: absolute;
    top: 30.72rem;
    left: 37rem;
}

.sl-header-phone__hours {
    position: absolute;
    top: 54.5rem;
    right: 0;
    color: currentColor;
    font-size: 14.7rem;
    font-weight: 300;
    line-height: 19.97rem;
    white-space: nowrap;
}

.sl-header-phone__hours span {
    font-weight: 300;
}

.sl-header-phone__hours strong {
    font-weight: 700;
}

.sl-header-phone__number {
    position: absolute;
    top: 84.06rem;
    right: 0;
    color: currentColor;
    font-size: 23rem;
    font-weight: 300;
    line-height: 32.45rem;
    text-decoration: none;
    white-space: nowrap;
}

.sl-header-phone__number span {
    font-weight: 300;
}

.sl-header-phone__number strong {
    font-weight: 700;
}

.sl-header-phone__callback {
    position: absolute;
    top: 122.26rem;
    right: 0;
    margin: 0;
    color: #f44145;
    font-size: 14.9rem;
    font-weight: 300;
    line-height: 19.97rem;
}

.sl-site-header--light .sl-site-header__desktop {
    min-height: 143.23rem;
}

.sl-site-header--light .sl-header-dashed,
.sl-site-header--light .sl-header-top-icon {
    color: var(--sl-accent);
}

.sl-site-header__mobile,
.sl-mobile-drawer,
.sl-drawer-overlay {
    display: none;
}


@media (max-width: 767px) {
    .sl-site-header {
        background: #fff;
    }

    .sl-site-header--overlay {
        position: absolute;
        background: transparent;
        color: #fff;
    }

    .sl-site-header__desktop {
        display: none;
    }

    .sl-site-header__mobile {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 46rem;
        width: calc(100% - 64rem);
        min-height: 129rem;
        margin-inline: auto;
        align-items: start;
        padding-top: 4rem;
    }

    .sl-header-logo--mobile {
        min-width: 0;
    }

    .sl-header-logo--mobile .sl-header-logo__img {
        max-width: 233rem;
        max-height: 72rem;
    }

    .sl-header-logo--mobile .sl-header-logo__fallback {
        margin-top: 12rem;
        font-size: 24rem;
    }

    .sl-menu-toggle {
        display: flex;
        width: 42rem;
        height: 42rem;
        margin: 13rem 0 0 auto;
        padding: 9rem 5rem;
        flex-direction: column;
        justify-content: center;
        gap: 6rem;
        border: 0;
        border-radius: 8rem;
        background: transparent;
        color: currentColor;
        cursor: pointer;
    }

    .sl-menu-toggle span {
        display: block;
        width: 31rem;
        height: 2rem;
        margin: 0;
        border-radius: 2rem;
        background: currentColor;
        transition: transform 180ms ease, opacity 180ms ease;
    }

    .sl-site-header--overlay .sl-menu-toggle {
        color: #fff;
    }

    .sl-mobile-header__bottom {
        grid-column: 1 / -1;
        display: flex;
        margin-top: 4rem;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12rem;
    }

    .sl-mobile-header__bottom .sl-header-socials {
        gap: 7rem;
        margin: 0;
    }

    .sl-mobile-header__bottom .sl-social {
        width: 31rem;
        height: 31rem;
        flex-basis: 31rem;
    }

    .sl-mobile-header__bottom .sl-social svg {
        width: 15rem;
        height: 15rem;
    }

    .sl-mobile-header__phone {
        display: flex;
        min-width: 0;
        flex-direction: column;
        align-items: flex-end;
        color: currentColor;
        text-align: right;
    }

    .sl-mobile-header__phone a {
        font-size: 15.5rem;
        font-weight: 700;
        line-height: 20rem;
        text-decoration: none;
    }

    .sl-mobile-header__phone span {
        margin-top: 2rem;
        border-bottom: 1px dashed #f44145;
        color: #f44145;
        font-size: 10.5rem;
        line-height: 15rem;
    }

    .sl-drawer-overlay {
        position: fixed;
        z-index: 980;
        inset: 0;
        display: block;
        background: rgba(4, 2, 12, .68);
        opacity: 0;
        visibility: hidden;
        transition: opacity 220ms ease, visibility 220ms ease;
    }

    .sl-drawer-overlay.is-open {
        opacity: 1;
        visibility: visible;
    }

    .sl-mobile-drawer {
        position: fixed;
        z-index: 990;
        inset: 0 0 0 auto;
        display: block;
        width: min(350rem, calc(100vw - 34rem));
        height: 100dvh;
        padding: 24rem 22rem 34rem;
        overflow-y: auto;
        background: #160a25;
        color: #fff;
        box-shadow: -20rem 0 60rem rgba(0, 0, 0, .24);
        transform: translateX(102%);
        visibility: hidden;
        transition: transform 240ms ease, visibility 240ms ease;
    }

    .sl-mobile-drawer.is-open {
        transform: translateX(0);
        visibility: visible;
    }

    .sl-mobile-drawer__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 18rem;
        border-bottom: 1px solid rgba(255, 255, 255, .13);
    }

    .sl-mobile-drawer__title {
        font-size: 22rem;
        font-weight: 800;
        letter-spacing: .04em;
    }

    .sl-mobile-drawer__close {
        width: 42rem;
        height: 42rem;
        border: 0;
        background: transparent;
        color: #fff;
        font-size: 40rem;
        font-weight: 200;
        line-height: 1;
        cursor: pointer;
    }

    .sl-mobile-drawer__menu {
        display: flex;
        margin: 0;
        padding: 12rem 0 0;
        flex-direction: column;
        list-style: none;
    }

    .sl-mobile-drawer__menu a {
        display: block;
        padding: 12rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        color: #fff;
        font-size: 17rem;
        text-decoration: none;
    }

    .sl-mobile-drawer__section {
        padding: 20rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .sl-mobile-drawer__section > strong {
        display: block;
        font-size: 16rem;
    }

    .sl-mobile-drawer__section p {
        margin: 7rem 0 0;
        color: rgba(255, 255, 255, .76);
        font-size: 14rem;
        line-height: 1.45;
    }

    .sl-mobile-drawer__socials {
        margin-top: 14rem;
    }

    .sl-mobile-drawer__phone {
        display: inline-block;
        margin-top: 8rem;
        color: #fff;
        font-size: 22rem;
        font-weight: 700;
        text-decoration: none;
    }

    html.sl-menu-open,
    html.sl-menu-open body {
        overflow: hidden;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sl-header-status__dot::before,
    .sl-site-footer__status-dot::before {
        animation: none;
        opacity: 0;
    }
}

/* ===== Selenara Figma footer ===== */
.sl-site-footer {
    position: relative;
    width: 100%;
    margin-top: 0;
    padding: 96rem 0 77rem;
    overflow: hidden;
    background:
        radial-gradient(circle at 7% 8%, rgba(180, 17, 38, .82) 0, rgba(127, 13, 43, .48) 23%, transparent 48%),
        radial-gradient(circle at 82% 102%, rgba(139, 7, 28, .72) 0, rgba(70, 7, 50, .30) 25%, transparent 50%),
        linear-gradient(112deg, #360c42 0%, #271044 49%, #17103d 100%);
    color: #f8f9fa;
    font-family: "Gilroy", Arial, sans-serif;
}

.sl-site-footer,
.sl-site-footer *,
.sl-site-footer *::before,
.sl-site-footer *::after {
    box-sizing: border-box;
}

.sl-site-footer__inner {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.04fr) minmax(0, 1fr);
    align-items: stretch;
    width: min(calc(100% - 64rem), 1580rem);
    min-height: 0;
    margin-inline: auto;
    gap: 48rem;
}

.sl-site-footer__contacts,
.sl-site-footer__details {
    min-width: 0;
}

.sl-site-footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 40rem;
}

.sl-site-footer__details {
    display: flex;
    flex-direction: column;
    gap: 40rem;
    padding-top: 12rem;
}

.sl-site-footer__title {
    margin: 0 0 2rem;
    color: #f44145;
    font-size: 54rem;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -.02em;
}

.sl-site-footer__group {
    min-width: 0;
}

.sl-site-footer__group-title {
    margin: 0 0 17rem;
    color: #d8d6d6;
    font-size: 19rem;
    font-weight: 500;
    line-height: 1.3;
}

.sl-site-footer__group-title strong {
    font-weight: 700;
}

.sl-site-footer__list {
    display: flex;
    flex-direction: column;
    gap: 6rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sl-site-footer__line {
    display: flex;
    align-items: flex-start;
    gap: 10rem;
    min-width: 0;
    color: #f8f9fa;
    font-size: 20rem;
    font-weight: 300;
    line-height: 1.38;
    text-decoration: none;
}

.sl-site-footer__line:hover {
    color: #fff;
}

.sl-site-footer__line > img {
    display: block;
    width: 20rem;
    height: 20rem;
    flex: 0 0 20rem;
    margin-top: 4rem;
    object-fit: contain;
}

.sl-site-footer__line strong {
    font-weight: 700;
}

.sl-site-footer__muted {
    color: #f8f9fa;
    font-weight: 300;
}

.sl-site-footer__phone {
    font-size: 25rem;
    line-height: 1.4;
}

.sl-site-footer__status {
    display: flex;
    align-items: center;
    gap: 8rem;
    margin-top: 18rem;
    color: #e6e6e6;
    font-size: 14.5rem;
    font-weight: 400;
    line-height: 1.35;
}

.sl-site-footer__status strong {
    color: #fff;
    font-weight: 700;
}

.sl-site-footer__status-dot {
    position: relative;
    display: inline-block;
    width: 4.8rem;
    height: 4.8rem;
    flex: 0 0 4.8rem;
    border-radius: 50%;
    background: #00ff36;
    isolation: isolate;
}

.sl-site-footer__status-dot::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    background: rgba(0, 255, 54, .30);
    transform: translate(-50%, -50%) scale(1);
    animation: sl-status-pulse 3s ease-out infinite;
}

.sl-site-footer__messengers {
    display: flex;
    align-items: center;
    gap: 10rem;
}

.sl-site-footer .sl-social {
    width: 44rem;
    height: 44rem;
    flex: 0 0 44rem;
}

.sl-site-footer .sl-social__img {
    width: 100%;
    height: 100%;
}

.sl-site-footer__address .sl-site-footer__line + .sl-site-footer__line {
    margin-top: 7rem;
}

.sl-site-footer__socials {
    display: grid;
    grid-template-columns: repeat(6, 46rem);
    gap: 6rem;
}

.sl-site-footer__socials a,
.sl-site-footer__social-item {
    display: grid;
    place-items: center;
    width: 46rem;
    height: 46rem;
    overflow: visible;
    border-radius: 0;
    background: transparent;
}

.sl-site-footer__socials img,
.sl-site-footer__social-icon {
    display: block;
    width: 46rem;
    height: 46rem;
    object-fit: contain;
}

.sl-site-footer__map {
    align-self: stretch;
    min-width: 0;
    min-height: 634rem;
    overflow: hidden;
    border-radius: 20rem;
    background: rgba(255, 255, 255, .12);
}

.sl-site-footer__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 634rem;
    border: 0;
    filter: grayscale(1) saturate(.25) contrast(.88) brightness(1.1);
}

.sl-site-footer__map-embed {
    width: 100%;
    min-height: 634rem;
    filter: grayscale(1) saturate(.25) contrast(.88) brightness(1.1);
}

.sl-site-footer__map-embed > div,
.sl-site-footer__map-embed iframe {
    width: 100% !important;
    height: 634rem !important;
    min-height: 634rem !important;
}

.sl-site-footer__map-embed iframe {
    filter: none;
}

.sl-site-footer__map-empty {
    width: 100%;
    height: 100%;
    min-height: 634rem;
    background: rgba(255, 255, 255, .08);
}

@media (max-width: 767px) {
    .sl-site-footer {
        padding: 43rem 0 39rem;
    }

    .sl-site-footer__inner {
        display: flex;
        width: calc(100% - 62rem);
        min-height: 0;
        flex-direction: column;
        gap: 0;
    }

    .sl-site-footer__contacts,
    .sl-site-footer__details {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0;
    }

    .sl-site-footer__title {
        margin: 0 0 32rem;
        font-size: 23rem;
        line-height: 1.32;
    }

    .sl-site-footer__group {
        padding: 0 0 32rem;
        margin: 0 0 24rem;
        border-bottom: 1rem solid rgba(255, 255, 255, .18);
    }

    .sl-site-footer__contacts .sl-site-footer__group:last-child {
        margin-bottom: 16rem;
    }

    .sl-site-footer__details .sl-site-footer__group:last-child {
        margin-bottom: 22rem;
    }

    .sl-site-footer__group-title {
        margin-bottom: 12rem;
        font-size: 15rem;
        line-height: 1.35;
    }

    .sl-site-footer__list {
        gap: 4rem;
    }

    .sl-site-footer__line,
    .sl-site-footer__phone {
        gap: 8rem;
        font-size: 16.8rem;
        line-height: 1.36;
    }

    .sl-site-footer__line > img {
        width: 16rem;
        height: 16rem;
        flex-basis: 16rem;
        margin-top: 3rem;
    }

    .sl-site-footer__status {
        gap: 8rem;
        margin-top: 8rem;
        font-size: 12.8rem;
        line-height: 1.4;
    }

    .sl-site-footer__status-dot {
        width: 4.8rem;
        height: 4.8rem;
        flex-basis: 4.8rem;
    }

    .sl-site-footer__messengers {
        gap: 16rem;
    }

    .sl-site-footer .sl-social {
        width: 35rem;
        height: 35rem;
        flex-basis: 35rem;
    }

    .sl-site-footer__address .sl-site-footer__line + .sl-site-footer__line {
        margin-top: 4rem;
    }

    .sl-site-footer__socials {
        grid-template-columns: repeat(6, 37rem);
        gap: 6rem;
    }

    .sl-site-footer__socials a,
.sl-site-footer__social-item {
        width: 37rem;
        height: 37rem;
    }

    .sl-site-footer__socials img,
    .sl-site-footer__social-icon {
        width: 37rem;
        height: 37rem;
    }

    .sl-site-footer__map {
        min-height: 129rem;
        border-radius: 20rem;
    }

    .sl-site-footer__map iframe,
    .sl-site-footer__map-empty,
    .sl-site-footer__map-embed {
        min-height: 129rem;
    }

    .sl-site-footer__map-embed > div,
    .sl-site-footer__map-embed iframe {
        height: 129rem !important;
        min-height: 129rem !important;
    }
}


/* Phone country dropdown must stay above modal/form overlays.
 * Supports current intl-tel-input markup plus common legacy variants. */
.iti--container,
.iti__dropdown-content,
.iti__country-list,
.intl-tel-input .country-list,
.country-select .country-list {
    z-index: 2147483000 !important;
}

.iti--container {
    position: fixed !important;
}


/* ===== Selenara actual footer below the contacts section ===== */
.sl-site-bottom,
.sl-site-bottom *,
.sl-site-bottom *::before,
.sl-site-bottom *::after { box-sizing: border-box; }
.sl-site-bottom {
  width: 100%;
  background: #161329;
  color: #fff;
  font-family: "Gilroy", Arial, sans-serif;
}
.sl-site-bottom__inner {
  width: min(calc(100% - 64rem), 1580rem);
  margin: 0 auto;
  padding: 66rem 0 24rem;
}
.sl-site-bottom__top {
  display: grid;
  grid-template-columns: minmax(260rem, .95fr) minmax(360rem, 1.05fr) minmax(430rem, 1.15fr);
  gap: 72rem;
  align-items: start;
  padding-bottom: 54rem;
}
.sl-site-bottom__brand { max-width: 360rem; }
.sl-site-bottom__logo { display: inline-flex; align-items: center; max-width: 250rem; text-decoration: none; }
.sl-site-bottom__logo-img { display: block; width: auto; max-width: 250rem; max-height: 82rem; object-fit: contain; }
.sl-site-bottom__logo-fallback { color: #fff; font-size: 38rem; font-weight: 800; letter-spacing: .08em; }
.sl-site-bottom__description { margin: 22rem 0 0; color: rgba(255,255,255,.68); font-size: 18rem; line-height: 1.45; }
.sl-site-bottom__description strong { color: #fff; font-weight: 700; }
.sl-site-bottom__heading { margin: 0 0 22rem; color: #fff; font: inherit; font-size: 21rem; font-weight: 700; line-height: 1.25; }
.sl-site-bottom__menu { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15rem 28rem; margin: 0; padding: 0; list-style: none; }
.sl-site-bottom__menu li { margin: 0; padding: 0; }
.sl-site-bottom__menu a { color: rgba(255,255,255,.72); font-size: 17rem; line-height: 1.35; text-decoration: none; transition: color .2s ease; }
.sl-site-bottom__menu a:hover,
.sl-site-bottom__menu a:focus-visible { color: #f44145; }
.sl-site-bottom__requisites { color: rgba(255,255,255,.68); font-size: 16rem; line-height: 1.65; }
.sl-site-bottom__requisites strong { color: #fff; font-weight: 600; }
.sl-site-bottom__disclaimer { max-width: 520rem; margin: 20rem 0 0; color: rgba(255,255,255,.44); font-size: 14rem; line-height: 1.5; }
.sl-site-bottom__disclaimer strong { color: rgba(255,255,255,.72); font-weight: 600; }
.sl-site-bottom__bar { display: flex; align-items: center; justify-content: space-between; gap: 28rem; min-height: 82rem; padding-top: 22rem; border-top: 1rem solid rgba(255,255,255,.12); }
.sl-site-bottom__copyright,
.sl-site-bottom__privacy { color: rgba(255,255,255,.5); font-size: 14rem; line-height: 1.4; }
.sl-site-bottom__privacy { margin-left: auto; text-align: right; text-underline-offset: 4rem; transition: color .2s ease; }
.sl-site-bottom__privacy:hover,
.sl-site-bottom__privacy:focus-visible { color: #fff; }

@media (max-width: 767px) {
  .sl-site-bottom__inner { width: calc(100% - 32rem); padding: 38rem 0 18rem; }
  .sl-site-bottom__top { grid-template-columns: 1fr; gap: 34rem; padding-bottom: 34rem; }
  .sl-site-bottom__brand { max-width: 100%; }
  .sl-site-bottom__logo { max-width: 210rem; }
  .sl-site-bottom__logo-img { max-width: 210rem; max-height: 68rem; }
  .sl-site-bottom__description { margin-top: 16rem; font-size: 15rem; }
  .sl-site-bottom__heading { margin-bottom: 16rem; font-size: 18rem; }
  .sl-site-bottom__menu { gap: 12rem 20rem; }
  .sl-site-bottom__menu a { font-size: 14rem; }
  .sl-site-bottom__requisites { font-size: 14rem; line-height: 1.58; }
  .sl-site-bottom__disclaimer { margin-top: 16rem; font-size: 12rem; }
  .sl-site-bottom__bar { align-items: flex-start; flex-direction: column; min-height: 0; padding-top: 20rem; }
  .sl-site-bottom__copyright,
  .sl-site-bottom__privacy { font-size: 12rem; }
  .sl-site-bottom__privacy { margin-left: 0; text-align: left; }
}
