:root {
    --nautilus-ink: #14110f;
    --nautilus-graphite: #211d1a;
    --nautilus-burgundy: #66151a;
    --nautilus-rolex-green: #006039;
    --nautilus-rolex-green-deep: #003f27;
    --nautilus-rolex-gold: #a37e2c;
    --nautilus-gold: #c2a36b;
    --nautilus-paper: #f7f3ee;
    --nautilus-muted: #8b8179;
}

@media (min-width: 1700px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1610px;
    }
}

html {
    min-height: 100%;
    overflow-x: clip;
}

body {
    min-height: 100%;
    overflow-x: clip;
    margin: 0;
    color: var(--nautilus-ink);
    background: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@supports not (overflow-x: clip) {
    html,
    body {
        overflow-x: hidden;
    }
}

img {
    max-width: 100%;
    height: auto;
}

#bx-panel {
    position: relative !important;
    z-index: 10000 !important;
}

.site-page {
    min-height: 100vh;
    overflow: hidden;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.site-main {
    flex: 1 0 auto;
    padding: 56px 0;
}

.site-header {
    background: var(--nautilus-ink);
    color: #fff;
}

.site-header__top {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid rgba(20, 17, 15, 0.08);
}

.site-header__top-inner {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.site-header__logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    text-decoration: none;
}

.site-header__logo img {
    width: 230px;
    height: auto;
    display: block;
}

.site-header__contacts {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    color: var(--nautilus-ink);
}

.site-header__meta {
    max-width: 240px;
    color: var(--nautilus-muted);
    font-size: 15px;
    line-height: 1.25;
    text-align: right;
}

.site-header__phone-group {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.site-header__phone {
    color: var(--nautilus-ink);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.site-header__phone:hover {
    color: var(--nautilus-rolex-green);
}

.site-header__phone--secondary {
    color: var(--nautilus-muted);
    font-size: 16px;
    font-weight: 600;
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-header__icon-link {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--nautilus-rolex-green);
    background: rgba(0, 96, 57, 0.08);
    border: 1px solid rgba(0, 96, 57, 0.14);
    border-radius: 50%;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.site-header__icon-link:hover {
    color: #fff;
    background: var(--nautilus-rolex-green);
    border-color: var(--nautilus-rolex-green);
}

.site-header__hero {
    --site-hero-image: url("/local/templates/nautilus-rpoint_3/images/hero-watch-service.jpg");
    position: relative;
    overflow: hidden;
    background-image:
        linear-gradient(105deg, rgba(20, 17, 15, 0.98) 0%, rgba(33, 29, 26, 0.94) 48%, rgb(0 0 0 / 23%) 100%),
        var(--site-hero-image);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
}

.site-header__hero::after {
    content: "";
    position: absolute;
    inset: auto -12% -46% 44%;
    height: 360px;
    border-top: 1px solid rgba(194, 163, 107, 0.28);
    transform: rotate(-8deg);
    pointer-events: none;
}

.site-header__hero--main {
    padding: 96px 0 108px;
}

.site-header__hero--section {
    padding: 66px 0 74px;
}

.site-header__hero--compact {
    padding: 42px 0 48px;
}

.site-header__eyebrow {
    margin-bottom: 18px;
    color: var(--nautilus-gold);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.site-header__title {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: 64px;
    font-weight: 600;
    line-height: 1.02;
}

.site-header__hero--section .site-header__title {
    max-width: 980px;
    font-size: 48px;
    line-height: 1.08;
}

.site-header__hero--compact .site-header__title {
    max-width: 980px;
    font-size: 38px;
    line-height: 1.12;
}

.site-header__lead {
    max-width: 720px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 23px;
    line-height: 1.55;
}

.site-header__hero--section .site-header__lead,
.site-header__hero--compact .site-header__lead {
    max-width: 760px;
    margin-top: 16px;
    font-size: 20px;
    line-height: 1.5;
}

.site-header__cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.site-header__hero--compact .site-header__cta-group {
    margin-top: 24px;
}

.site-header .btn-primary {
    --bs-btn-bg: var(--nautilus-rolex-green);
    --bs-btn-border-color: var(--nautilus-rolex-green);
    --bs-btn-hover-bg: var(--nautilus-rolex-green-deep);
    --bs-btn-hover-border-color: var(--nautilus-rolex-green-deep);
    --bs-btn-active-bg: var(--nautilus-rolex-green-deep);
    --bs-btn-active-border-color: var(--nautilus-rolex-green-deep);
}

.site-header .btn-outline-light {
    --bs-btn-hover-color: var(--nautilus-ink);
}

.site-header .btn {
    border-radius: 2px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 600;
}

.site-header__trust-card {
    position: relative;
    z-index: 1;
    padding: 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(194, 163, 107, 0.26);
    backdrop-filter: blur(18px);
}

.site-header__trust-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 4px 18px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.site-header__trust-item:first-child {
    padding-top: 0;
}

.site-header__trust-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.site-header__trust-item span {
    grid-row: span 2;
    color: var(--nautilus-gold);
    font-size: 18px;
    font-weight: 700;
}

.site-header__trust-item strong {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}

.site-header__trust-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 18px;
    line-height: 1.45;
}

.site-footer {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.74);
    background:
        linear-gradient(135deg, rgba(20, 17, 15, 0.98) 0%, rgba(20, 17, 15, 0.94) 58%, rgba(0, 96, 57, 0.42) 100%),
        var(--nautilus-ink);
    border-top: 1px solid rgba(194, 163, 107, 0.22);
}

.site-footer__main {
    padding: 64px 0 52px;
}

.site-footer__logo {
    display: inline-flex;
    margin-bottom: 24px;
    text-decoration: none;
}

.site-footer__logo img {
    width: 220px;
    height: auto;
    display: block;
}

.site-footer__text {
    max-width: 430px;
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
}

.site-footer__messengers {
    display: flex;
    gap: 10px;
    margin-top: 26px;
}

.site-footer__icon-link {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--nautilus-gold);
    border: 1px solid rgba(194, 163, 107, 0.34);
    border-radius: 50%;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.site-footer__icon-link:hover {
    color: #fff;
    background: var(--nautilus-rolex-green);
    border-color: var(--nautilus-rolex-green);
}

.site-footer__title {
    margin: 0 0 22px;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;
}

.site-footer-menu,
.site-footer__contacts,
.site-footer__details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.site-footer__contacts {
    margin: 0;
    font-style: normal;
}

.site-footer-menu__link,
.site-footer__contacts a,
.site-footer__contacts span,
.site-footer__details span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 19px;
    line-height: 1.35;
    text-decoration: none;
}

.site-footer-menu__link:hover,
.site-footer-menu__link.is-active,
.site-footer__contacts a:hover {
    color: var(--nautilus-gold);
}

.site-footer__details span {
    max-width: 280px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 17px;
}

.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 0 26px;
    color: rgba(255, 255, 255, 0.48);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 17px;
}

@media (max-width: 1199.98px) {
    .site-header__contacts {
        gap: 16px;
    }

    .site-header__meta {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .site-header__top-inner {
        min-height: auto;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding-top: 18px;
        padding-bottom: 18px;
        align-items: center;
    }

    .site-header__logo {
        flex: 0 0 100%;
        text-align: center;
    }

    .site-header__contacts {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px 18px;
    }

    .site-header__hero--main {
        padding: 68px 0 76px;
    }

    .site-header__hero--section {
        padding: 56px 0 62px;
    }

    .site-header__hero--compact {
        padding: 38px 0 44px;
    }

    .site-header__title {
        font-size: 48px;
    }
}

@media (max-width: 767.98px) {
    .site-header__top {
        background: rgba(255, 255, 255, 0.985);
    }

    .site-header__top-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .site-header__logo {
        align-self: center;
    }

    .site-header__logo img {
        width: min(220px, 76vw);
    }

    .site-header__contacts {
        width: 100%;
        justify-content: center;
        gap: 10px 14px;
    }

    .site-header__phone-group {
        width: 100%;
        align-items: center;
        order: 2;
    }

    .site-header__phone {
        font-size: 20px;
    }

    .site-header__phone--secondary {
        font-size: 15px;
    }

    .site-header__actions {
        width: 100%;
        justify-content: center;
        order: 3;
    }

    .site-header__icon-link {
        width: 40px;
        height: 40px;
    }

    .site-header__hero {
        background-position: 64% center;
    }

    .site-header__hero::after {
        inset: auto -35% -58% 28%;
        height: 240px;
    }

    .site-header__hero--main {
        padding: 52px 0 58px;
    }

    .site-header__hero--section,
    .site-header__hero--compact {
        padding: 34px 0 40px;
    }

    .site-header__eyebrow {
        margin-bottom: 14px;
        font-size: 12px;
        letter-spacing: 0.12em;
    }

    .site-header__title,
    .site-header__hero--section .site-header__title,
    .site-header__hero--compact .site-header__title {
        max-width: 100%;
        font-size: clamp(34px, 10vw, 43px);
        line-height: 1.04;
    }

    .site-header__lead,
    .site-header__hero--section .site-header__lead,
    .site-header__hero--compact .site-header__lead {
        margin-top: 18px;
        font-size: 19px;
        line-height: 1.45;
    }

    .site-header__cta-group {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 26px;
    }

    .site-header .btn {
        width: 100%;
        min-height: 52px;
        padding: 13px 18px;
        font-size: 19px;
    }

    .site-header__trust-card {
        margin-top: 10px;
        padding: 22px;
    }

    .site-header__trust-item {
        grid-template-columns: 42px 1fr;
        gap: 4px 14px;
        padding: 16px 0;
    }

    .site-header__trust-item strong {
        font-size: 20px;
    }

    .site-header__trust-item p {
        font-size: 17px;
    }
}

@media (max-width: 420px) {
    .site-header__top-inner {
        padding-right: 8px;
        padding-left: 8px;
    }

    .site-header__phone {
        font-size: 18px;
    }

    .site-header__title,
    .site-header__hero--section .site-header__title,
    .site-header__hero--compact .site-header__title {
        font-size: clamp(31px, 10vw, 38px);
    }

    .site-header__lead,
    .site-header__hero--section .site-header__lead,
    .site-header__hero--compact .site-header__lead {
        font-size: 18px;
    }
}
.section-pad {
    padding: 82px 0;
}

.section-pad--light {
    padding-right: 32px;
    padding-left: 32px;
    background: var(--nautilus-paper);
}

.section-heading {
    max-width: 820px;
    margin-bottom: 42px;
}

.section-heading__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--nautilus-rolex-green);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.section-heading h2,
.home-process h2,
.home-cta h2 {
    margin: 0;
    color: var(--nautilus-ink);
    font-size: 48px;
    font-weight: 600;
    line-height: 1.08;
}

.section-heading p,
.home-process p,
.home-cta p {
    margin: 18px 0 0;
    color: #665d55;
    font-size: 22px;
    line-height: 1.5;
}

.services-slider {
    overflow: hidden;
    padding: 2px 2px 42px;
}

.services-slider .swiper-wrapper {
    min-width: 0;
}

.service-card {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    padding: 34px;
    color: var(--nautilus-ink);
    background: #fff;
    border: 1px solid rgba(20, 17, 15, 0.1);
    box-shadow: 0 18px 42px rgba(20, 17, 15, 0.07);
}

.service-card__number {
    margin-bottom: 36px;
    color: var(--nautilus-gold);
    font-size: 18px;
    font-weight: 700;
}

.service-card h3,
.process-item h3,
.trust-card h3 {
    margin: 0;
    color: var(--nautilus-ink);
    font-size: 31px;
    font-weight: 600;
    line-height: 1.1;
}

.service-card p,
.process-item p,
.trust-card p {
    margin: 16px 0 0;
    color: #6b625a;
    font-size: 19px;
    line-height: 1.45;
}

.service-card a {
    margin-top: auto;
    padding-top: 28px;
    color: var(--nautilus-rolex-green);
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.service-card a:hover {
    color: var(--nautilus-rolex-green-deep);
}

.services-slider__controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    margin-top: 28px;
}

.services-slider__arrow {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--nautilus-ink);
    background: #fff;
    border: 1px solid rgba(20, 17, 15, 0.14);
    border-radius: 50%;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.services-slider__arrow:hover {
    color: #fff;
    background: var(--nautilus-rolex-green);
    border-color: var(--nautilus-rolex-green);
}

.services-slider__pagination {
    width: auto !important;
    min-width: 72px;
    text-align: center;
}

.services-slider__pagination .swiper-pagination-bullet {
    background: var(--nautilus-rolex-green);
}

.process-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.process-item {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 24px;
    padding: 28px;
    background: #fff;
    border-left: 3px solid var(--nautilus-rolex-green);
}

.process-item span {
    color: var(--nautilus-gold);
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
}

.trust-card {
    height: 100%;
    padding: 34px;
    background: #fff;
    border: 1px solid rgba(20, 17, 15, 0.1);
}

.trust-card i {
    display: inline-flex;
    margin-bottom: 28px;
    color: var(--nautilus-rolex-green);
    font-size: 34px;
}

.home-cta {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
    gap: 46px;
    align-items: start;
    margin-bottom: 22px;
    padding: 46px;
    color: #fff;
    background:
        linear-gradient(105deg, rgba(20, 17, 15, 0.98) 0%, rgba(20, 17, 15, 0.93) 44%, rgba(20, 17, 15, 0.68) 68%, rgba(0, 96, 57, 0.16) 100%),
        url("images/service-cta-watch-repair.jpg") center / cover no-repeat,
        var(--nautilus-ink);
}

.home-cta h2,
.home-cta p {
    color: #fff;
}

.home-cta p {
    color: rgba(255, 255, 255, 0.72);
}

.home-cta .section-heading__eyebrow {
    color: var(--nautilus-gold);
}

.home-cta__form {
    position: relative;
    isolation: isolate;
    min-width: 0;
    padding: 28px;
    color: #fff;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0.11) 48%, rgba(0, 96, 57, 0.16) 100%);
    border: 1px solid rgba(255, 255, 255, 0.34);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(24px) saturate(145%);
    -webkit-backdrop-filter: blur(24px) saturate(145%);
    overflow: hidden;
}

.home-cta__form::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 18% 0%, rgba(194, 163, 107, 0.28), transparent 34%),
        rgba(20, 17, 15, 0.24);
    pointer-events: none;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .home-cta__form {
        background: rgba(28, 24, 21, 0.88);
    }
}

.home-cta .nautilus-feedback__label {
    color: rgba(255, 255, 255, 0.78);
}

.home-cta .nautilus-feedback__control {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.26);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-cta .nautilus-feedback__control:focus {
    border-color: rgba(194, 163, 107, 0.72);
    box-shadow: 0 0 0 3px rgba(194, 163, 107, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.home-cta .nautilus-feedback__control::placeholder {
    color: rgba(255, 255, 255, 0.48);
}

.home-cta select.nautilus-feedback__control option {
    color: var(--nautilus-ink);
}

.home-cta .nautilus-feedback__dropzone {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(194, 163, 107, 0.52);
}

.home-cta .nautilus-feedback__dropzone.is-dragover {
    background: rgba(0, 96, 57, 0.28);
    border-color: rgba(255, 255, 255, 0.72);
}

.home-cta .nautilus-feedback__dropzone-note,
.home-cta .nautilus-feedback__agree {
    color: rgba(255, 255, 255, 0.62) !important;
}

.home-cta .nautilus-feedback__files li {
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.18);
}

@media (max-width: 991.98px) {
    .section-pad {
        padding: 62px 0;
    }

    .section-heading h2,
    .home-process h2,
    .home-cta h2 {
        font-size: 40px;
    }

    .home-cta {
        grid-template-columns: 1fr;
        padding: 34px;
    }
}

@media (max-width: 767.98px) {
    .section-pad {
        padding: 48px 0;
    }

    .section-pad--light {
        padding-right: 20px;
        padding-left: 20px;
    }

    .section-heading {
        margin-bottom: 30px;
    }

    .section-heading h2,
    .home-process h2,
    .home-cta h2 {
        font-size: 34px;
    }

    .section-heading p,
    .home-process p,
    .home-cta p {
        font-size: 19px;
    }

    .service-card,
    .trust-card,
    .process-item,
    .home-cta__form {
        padding: 24px;
    }

    .process-item {
        grid-template-columns: 48px 1fr;
        gap: 16px;
    }

    .services-slider__controls {
        justify-content: space-between;
    }

    .home-cta {
        padding: 28px 22px;
    }
}

.r52-a-cookies {
    display: none !important;
}

.site-cookie {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9990;
    width: min(620px, calc(100vw - 48px));
    color: #fff;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.site-cookie.is-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
}

.site-cookie__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 24px;
    background:
        linear-gradient(135deg, rgba(20, 17, 15, 0.98) 0%, rgba(20, 17, 15, 0.94) 62%, rgba(0, 96, 57, 0.52) 100%),
        var(--nautilus-ink);
    border: 1px solid rgba(194, 163, 107, 0.34);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.site-cookie__content h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;
}

.site-cookie__content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
    line-height: 1.4;
}

.site-cookie__content a {
    display: inline-flex;
    margin-top: 10px;
    color: var(--nautilus-gold);
    font-size: 17px;
    line-height: 1.2;
    text-decoration: none;
}

.site-cookie__content a:hover {
    color: #fff;
}

.site-cookie__button {
    min-width: 96px;
    min-height: 46px;
    padding: 10px 22px;
    color: #fff;
    background: var(--nautilus-rolex-green);
    border: 1px solid var(--nautilus-rolex-green);
    border-radius: 2px;
    font: inherit;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.site-cookie__button:hover {
    background: var(--nautilus-rolex-green-deep);
    border-color: var(--nautilus-rolex-green-deep);
}

@media (max-width: 767.98px) {
    .site-cookie {
        right: 12px;
        bottom: 12px;
        width: calc(100vw - 24px);
    }

    .site-cookie__inner {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 20px;
    }

    .site-cookie__content h2 {
        font-size: 25px;
    }

    .site-cookie__content p,
    .site-cookie__content a {
        font-size: 17px;
    }

    .site-cookie__button {
        width: 100%;
    }
}






.services-page__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.service-card--catalog {
    min-height: 430px;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card--catalog::after {
    content: "";
    position: absolute;
    right: -52px;
    bottom: -52px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(0, 96, 57, 0.14), transparent 68%);
    pointer-events: none;
}

.service-card--catalog:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 96, 57, 0.26);
    box-shadow: 0 24px 58px rgba(20, 17, 15, 0.11);
}

.service-card--catalog > i {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    color: var(--nautilus-rolex-green);
    background: rgba(0, 96, 57, 0.09);
    border-radius: 50%;
    font-size: 28px;
}

.services-brands__cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.services-brands__cloud span {
    padding: 12px 18px;
    color: var(--nautilus-ink);
    background: #fff;
    border: 1px solid rgba(20, 17, 15, 0.1);
    font-size: 20px;
    line-height: 1.1;
}

.service-detail h2,
.service-detail-grid h2,
.service-faq h2 {
    margin: 0;
    color: var(--nautilus-ink);
    font-size: 46px;
    font-weight: 600;
    line-height: 1.08;
}

.service-detail__lead {
    max-width: 860px;
    margin: 22px 0 0;
    color: #665d55;
    font-size: 23px;
    line-height: 1.55;
}

.service-detail__summary,
.service-panel {
    height: 100%;
    padding: 34px;
    background: #fff;
    border: 1px solid rgba(20, 17, 15, 0.1);
    box-shadow: 0 18px 42px rgba(20, 17, 15, 0.07);
}

.service-detail__summary i {
    display: inline-flex;
    margin-bottom: 28px;
    color: var(--nautilus-rolex-green);
    font-size: 42px;
}

.service-detail__summary p {
    margin: 0;
    color: #665d55;
    font-size: 21px;
    line-height: 1.45;
}

.service-detail__summary a {
    display: inline-flex;
    margin-top: 28px;
    color: var(--nautilus-rolex-green);
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.service-panel--dark {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(20, 17, 15, 0.98), rgba(0, 96, 57, 0.78)),
        var(--nautilus-ink);
}

.service-panel--dark h2 {
    color: #fff;
}

.service-checklist,
.service-steps {
    display: grid;
    gap: 16px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.service-checklist li,
.service-steps li {
    position: relative;
    padding-left: 34px;
    color: #665d55;
    font-size: 20px;
    line-height: 1.4;
}

.service-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--nautilus-rolex-green);
    font-weight: 700;
}

.service-steps {
    counter-reset: service-step;
}

.service-steps li {
    counter-increment: service-step;
    color: rgba(255, 255, 255, 0.78);
}

.service-steps li::before {
    content: counter(service-step);
    position: absolute;
    left: 0;
    top: -2px;
    color: var(--nautilus-gold);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.service-faq__list {
    display: grid;
    gap: 14px;
}

.service-faq__item {
    background: #fff;
    border: 1px solid rgba(20, 17, 15, 0.1);
}

.service-faq__item summary {
    cursor: pointer;
    padding: 22px 26px;
    color: var(--nautilus-ink);
    font-size: 23px;
    font-weight: 600;
    line-height: 1.2;
}

.service-faq__item p {
    margin: 0;
    padding: 0 26px 24px;
    color: #665d55;
    font-size: 20px;
    line-height: 1.45;
}

.service-detail__cta {
    margin-top: 0;
}

@media (max-width: 1199.98px) {
    .services-page__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .services-page__grid {
        grid-template-columns: 1fr;
    }

    .service-detail h2,
    .service-detail-grid h2,
    .service-faq h2 {
        font-size: 34px;
    }

    .service-detail__summary,
    .service-panel {
        padding: 24px;
    }

    .service-card--catalog {
        min-height: 360px;
    }
}

html {
    scroll-behavior: smooth;
}

.site-main > .container > section {
    position: relative;
    margin-top: 42px;
    margin-bottom: 42px;
}

.site-main > .container > section:first-child {
    margin-top: 0;
}

.site-main > .container > section:last-child {
    margin-bottom: 76px;
}

@property --nautilus-orbit-angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

.site-header__primary-cta,
.nautilus-feedback__submit,
.site-floating-phone {
    --nautilus-orbit-glow: rgba(241, 213, 142, 0.98);
    --nautilus-orbit-border: rgba(194, 163, 107, 0.46);
    --nautilus-orbit-fill: linear-gradient(135deg, var(--nautilus-rolex-green), var(--nautilus-rolex-green-deep));
    position: relative;
    isolation: isolate;
    overflow: visible;
    border-color: var(--nautilus-orbit-border) !important;
}

.site-header__primary-cta::before,
.nautilus-feedback__submit::before,
.site-floating-phone::before {
    content: "";
    position: absolute;
    inset: -2px;
    z-index: -2;
    border-radius: inherit;
    background: conic-gradient(
        from var(--nautilus-orbit-angle),
        transparent 0deg,
        transparent 318deg,
        var(--nautilus-orbit-glow) 334deg,
        transparent 350deg,
        transparent 360deg
    );
    filter: drop-shadow(0 0 8px var(--nautilus-orbit-glow));
    animation: nautilus-orbit-border 3.8s linear infinite;
    pointer-events: none;
}

.site-header__primary-cta::after,
.nautilus-feedback__submit::after,
.site-floating-phone::after {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: -1;
    border-radius: inherit;
    background: var(--nautilus-orbit-fill);
    pointer-events: none;
}

.site-floating-phone {
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 9985;
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    --nautilus-orbit-fill: linear-gradient(145deg, rgba(194, 163, 107, 0.92), rgba(0, 96, 57, 0.94));
    background: var(--nautilus-orbit-fill);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.32);
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.site-floating-phone i {
    position: relative;
    z-index: 1;
    font-size: 25px;
    line-height: 1;
}

.site-floating-phone:hover,
.site-floating-phone:focus {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

@keyframes nautilus-orbit-border {
    to {
        --nautilus-orbit-angle: 360deg;
    }
}

@supports selector(body:has(.site-cookie)) {
    body:has(.site-cookie:not(.is-hidden)) .site-floating-phone {
        bottom: 136px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-header__primary-cta::before,
    .nautilus-feedback__submit::before,
    .site-floating-phone::before {
        animation: none;
    }
}
@media (max-width: 767.98px) {
    .site-main > .container > section {
        margin-top: 28px;
        margin-bottom: 28px;
    }

    .site-main > .container > section:last-child {
        margin-bottom: 58px;
    }

    .site-floating-phone {
        right: 18px;
        bottom: 18px;
        width: 56px;
        height: 56px;
    }
}




.contacts-page__panel {
    height: 100%;
    padding: 38px;
    background: #fff;
    border: 1px solid rgba(20, 17, 15, 0.1);
    box-shadow: 0 18px 42px rgba(20, 17, 15, 0.07);
}

.contacts-page__panel--dark {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(20, 17, 15, 0.98), rgba(0, 96, 57, 0.76)),
        var(--nautilus-ink);
}

.contacts-page__panel h2 {
    margin: 0;
    color: inherit;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.08;
}

.contacts-page__panel p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 21px;
    line-height: 1.5;
}

.contacts-page__panel:not(.contacts-page__panel--dark) p {
    color: #665d55;
}

.contacts-page__links,
.contacts-page__messengers {
    display: grid;
    gap: 12px;
    margin-top: 30px;
}

.contacts-page__links a,
.contacts-page__messengers a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    text-decoration: none;
}

.contacts-page__links i,
.contacts-page__messengers i {
    color: var(--nautilus-gold);
    font-size: 22px;
}

.contacts-page__messengers {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.contacts-page__messengers a {
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 19px;
}

.contacts-page__info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.contacts-page__info-item {
    padding: 24px;
    background: var(--nautilus-paper);
    border-left: 3px solid var(--nautilus-rolex-green);
}

.contacts-page__info-item--wide {
    grid-column: 1 / -1;
}

.contacts-page__info-item span {
    display: block;
    margin-bottom: 10px;
    color: var(--nautilus-rolex-green);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contacts-page__info-item p {
    margin: 0;
    color: var(--nautilus-ink) !important;
    font-size: 21px;
    line-height: 1.45;
}

.contacts-map__frame {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(20, 17, 15, 0.1);
    box-shadow: 0 18px 42px rgba(20, 17, 15, 0.07);
}

.contacts-map__frame iframe {
    display: block;
    width: 100%;
    border: 0;
}

@media (max-width: 767.98px) {
    .contacts-page__panel {
        padding: 26px;
    }

    .contacts-page__panel h2 {
        font-size: 34px;
    }

    .contacts-page__info-grid {
        grid-template-columns: 1fr;
    }
}




