@layer properties {
    @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {

        *,
        :before,
        :after,
        ::backdrop {
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-gradient-position: initial;
            --tw-gradient-from: #0000;
            --tw-gradient-via: #0000;
            --tw-gradient-to: #0000;
            --tw-gradient-stops: initial;
            --tw-gradient-via-stops: initial;
            --tw-gradient-from-position: 0%;
            --tw-gradient-via-position: 50%;
            --tw-gradient-to-position: 100%;
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-tracking: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial;
            --tw-text-shadow-color: initial;
            --tw-text-shadow-alpha: 100%;
        }
    }
}

@layer theme {

    :root,
    :host {
        --font-sans: "Inter", Arial, sans-serif;
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --color-white: #fff;
        --font-weight-bold: 700;
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
    }
}

@layer base {

    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }

    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent;
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px;
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit;
    }

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit;
    }

    b,
    strong {
        font-weight: bolder;
    }

    code,
    kbd,
    samp,
    pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em;
    }

    small {
        font-size: 80%;
    }

    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative;
    }

    sub {
        bottom: -.25em;
    }

    sup {
        top: -.5em;
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse;
    }

    :-moz-focusring:where(:not(iframe)) {
        outline: auto;
    }

    progress {
        vertical-align: baseline;
    }

    summary {
        display: list-item;
    }

    ol,
    ul,
    menu {
        list-style: none;
    }

    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        vertical-align: middle;
        display: block;
    }

    img,
    video {
        height: auto;
    }

    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder;
    }

    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px;
    }

    ::file-selector-button {
        margin-inline-end: 4px;
    }

    .contact-popover {
        z-index: 40;
        background: #161618;
        border-radius: 12px;
        width: 260px;
        padding: 14px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        position: absolute;
        top: calc(100% + 12px);
        left: 50%;
        transform: translateX(-50%) translateY(-8px) scale(.98);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .22s cubic-bezier(.2,.9,.2,1), transform .22s cubic-bezier(.2,.9,.2,1), visibility .22s ease;
        border: 1px solid #ffffff11;
        will-change: opacity, transform;
    }

    .contact-popover.open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(-50%) translateY(0) scale(1);
    }

    .contact-popover::before {
        content: "";
        position: absolute;
        top: -8px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #151517;
    }

    .contact-popover span {
        color: #d0cfcf;
        text-align: center;
        font-size: 14px;
    }

    .contact-popover__btn {
        color: #fff;
        background: #151517;
        border-radius: 10px;
        align-items: center;
        justify-content: center;
        padding: 10px 12px;
        font-size: 14px;
        text-decoration: none;
        display: inline-flex;
        gap: 8px;
        border: 1px solid #ffffff10;
        transition: border-color .2s ease, background-color .2s ease, transform .15s ease, box-shadow .2s ease;
    }

    .contact-popover__btn:hover {
        border-color: #FF5500;
        box-shadow: 0 4px 16px rgba(255, 85, 0, .18);
    }

    .contact-popover__btn:active {
        transform: scale(.97);
        border-color: #FF5500;
    }

    .contact-popover__btn--vk {
        background: #2B2B2F;
    }

    .contact-popover__btn--max {
        background: #2B2B2F;
    }

    ::-webkit-datetime-edit {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0;
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1;
    }

    :-moz-ui-invalid {
        box-shadow: none;
    }

    button,
    input:where([type=button], [type=reset], [type=submit]) {
        appearance: button;
    }

    ::file-selector-button {
        appearance: button;
    }

    ::-webkit-inner-spin-button {
        height: auto;
    }

    ::-webkit-outer-spin-button {
        height: auto;
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important;
    }

}

@layer components;

@layer utilities {
    .pointer-events-none {
        pointer-events: none;
    }

    .absolute {
        position: absolute;
    }

    .fixed {
        position: fixed;
    }

    .relative {
        position: relative;
    }

    .inset-0 {
        inset: 0;
    }

    .container {
        width: 100%;
    }

    @media (width>=40rem) {
        .container {
            max-width: 40rem;
        }
    }

    @media (width>=48rem) {
        .container {
            max-width: 48rem;
        }
    }

    @media (width>=64rem) {
        .container {
            max-width: 64rem;
        }
    }

    @media (width>=80rem) {
        .container {
            max-width: 80rem;
        }
    }

    @media (width>=96rem) {
        .container {
            max-width: 96rem;
        }
    }

    .block {
        display: block;
    }

    .flex {
        display: flex;
    }

    .grid {
        display: grid;
    }

    .hidden {
        display: none;
    }

    .inline {
        display: inline;
    }

    .size-full {
        width: 100%;
        height: 100%;
    }

    .shrink-0 {
        flex-shrink: 0;
    }

    .transform {
        transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
    }

    .content-stretch {
        align-content: stretch;
    }

    .items-center {
        align-items: center;
    }

    .justify-center {
        justify-content: center;
    }

    .rounded-\[8px\] {
        border-radius: 8px;
    }

    .rounded-\[inherit\] {
        border-radius: inherit;
    }

    .bg-gradient-to-b {
        --tw-gradient-position: to bottom in oklab;
        background-image: linear-gradient(var(--tw-gradient-stops));
    }

    .from-\[\#ff6a00\] {
        --tw-gradient-from: #ff6a00;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }

    .to-\[\#ff5f0f\] {
        --tw-gradient-to: #ff5f0f;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }

    .to-\[62\.5\%\] {
        --tw-gradient-to-position: 62.5%;
    }

    .px-\[25px\] {
        padding-inline: 25px;
    }

    .py-\[15px\] {
        padding-block: 15px;
    }

    .font-\[\'Inter\:Bold\'\,sans-serif\] {
        font-family: Inter, sans-serif;
    }

    .text-\[19px\] {
        font-size: 19px;
    }

    .leading-\[normal\] {
        --tw-leading: normal;
        line-height: normal;
    }

    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
    }

    .tracking-\[-0\.19px\] {
        --tw-tracking: -.19px;
        letter-spacing: -.19px;
    }

    .\[word-break\:break-word\] {
        word-break: break-word;
    }

    .whitespace-nowrap {
        white-space: nowrap;
    }

    .text-white {
        color: var(--color-white);
    }

    .not-italic {
        font-style: normal;
    }

    .shadow-\[inset_0px_-2px_3px_0px_rgba\(255\,255\,255\,0\.25\)\,inset_0px_2px_3px_0px_rgba\(255\,255\,255\,0\.25\)\] {
        --tw-shadow: inset 0px -2px 3px 0px var(--tw-shadow-color, #ffffff40), inset 0px 2px 3px 0px var(--tw-shadow-color, #ffffff40);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .drop-shadow-\[0px_14px_12\.5px_rgba\(255\,85\,0\,0\.33\)\] {
        --tw-drop-shadow-size: drop-shadow(0px 14px 12.5px var(--tw-drop-shadow-color, #ff550054));
        --tw-drop-shadow: var(--tw-drop-shadow-size);
        filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
    }

    .filter {
        filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
    }

    .text-shadow-\[0px_1px_2px_\#b33c00\] {
        text-shadow: 0px 1px 2px var(--tw-text-shadow-color, #b33c00);
    }
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
    --bg: #0a0a0b;
    --surface: #121214;
    --surface-2: #1a1a1d;
    --ink: #f4f2ee;
    --muted: #9b9998;
    --line: #ffffff21;
    --orange: #f50;
    --radius: 12px;
}

html {
    scroll-behavior: smooth;
    background: var(--bg);
}

body {
    background: var(--bg);
    color: var(--ink);
    margin: 0;
    font-family: Inter, Arial, sans-serif;
}

button,
a {
    font: inherit;
}

button {
    cursor: pointer;
}

.site {
    overflow: hidden;
}

.container {
    width: min(1200px, 100% - 48px);
    margin: 0 auto;
}

.section {
    padding: 128px 0;
}

.eyebrow {
    color: var(--orange);
    letter-spacing: .16em;
    margin: 0 0 20px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.section-heading h2,
.prices h2,
.contacts h2 {
    letter-spacing: -.065em;
    margin: 0;
    font-size: clamp(38px, 4.2vw, 62px);
    font-weight: 600;
    line-height: .99;
}

.section-heading h2 em,
.prices h2 em,
.contacts h2 em {
    color: #777574;
    font-style: normal;
}

.hero {
    background: radial-gradient(75% 67%, #24201e 0%, #111112 51%, #09090a 100%);
    height: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
}

.hero--404 {
    height: 100vh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.header {
    border: 1px solid var(--line);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-radius: var(--radius);
    z-index: 8;
    background: #161618c2;
    align-items: center;
    height: 68px;
    padding: 0 13px 0 18px;
    display: flex;
    position: relative;
}

.logo {
    letter-spacing: -.055em;
    color: #fff;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    display: flex;
}

.logo__mark {
    color: #131313;
    background: var(--orange);
    border-radius: 7px;
    place-items: center;
    width: 25px;
    height: 25px;
    font-size: 19px;
    font-style: italic;
    display: grid;
}

.logo__asset {
    width: 165px;
    height: 22px;
    display: block;
}

.nav {
    gap: 31px;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.nav a,
.footer a {
    color: #aaa;
    font-size: 12px;
    text-decoration: none;
    transition: all .2s;
}

.nav a:hover,
.footer a:hover {
    color: #fff;
}

.header__actions {
    gap: 7px;
    margin-left: auto;
    display: flex;
}

.social-button,
.phone-button {
    border: 1px solid var(--line);
    color: #fff;
    border-radius: 9px;
    justify-content: center;
    align-items: center;
    height: 40px;
    text-decoration: none;
    display: flex;
    transition: border-color .2s ease, background-color .2s ease, transform .15s ease, box-shadow .2s ease;
}

.social-button {
    width: 40px;
}

.phone-button {
    gap: 7px;
    padding: 0 13px;
    font-size: 14px;
    font-weight: 700;
}

.social-button:hover,
.phone-button:hover {
    border-color: #FF5500;
    box-shadow: 0 4px 16px rgba(255, 85, 0, .18);
}

.social-button:active,
.phone-button:active {
    transform: scale(.97);
    border-color: #FF5500;
}

.menu-button {
    color: #fff;
    background: 0 0;
    border: 0;
    display: none;
}

.menu-button svg {
    display: block;
}
.menu-button .line {
    transform-box: fill-box;
    transform-origin: center;
    transition: transform .28s cubic-bezier(.4,0,.2,1), opacity .18s ease;
}
.menu-button .line2 {
    transform-box: fill-box;
    transform-origin: center;
    transition: opacity .18s ease, transform .18s cubic-bezier(.4,0,.2,1);
}
.menu-button.open .line1 {
    transform: translateY(5px) rotate(45deg);
}
.menu-button.open .line2 {
    opacity: 0;
    transform: scaleX(0.2);
}
.menu-button.open .line3 {
    transform: translateY(-5px) rotate(-45deg);
}

.mobile-menu {
    display: none;
}

.hero__body {
    border-radius: 0 0 22px 22px;
    height: 708px;
    position: relative;
}

.hero--404 .hero__body {
    flex: 1;
    display: flex;
    align-items: center;
}

.hero__scene {
    pointer-events: none;
    background-image: linear-gradient(90deg, #0a0a0bd1 0%, #0a0a0b5c 34%, #0a0a0b57 66%, #0a0a0bd1 100%), linear-gradient(180deg, #0a0a0b3d 0%, #0a0a0b0f 55%, #0a0a0b94 100%), var(--hero-image);
    background-position: 50%, 50%, 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%, 100% 100%, cover;
    border-radius: 20px;
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero__decoration {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    display: block;
    position: absolute;
}

.hero__decoration--top {
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.hero__decoration--left {
    top: 0;
    left: 0;
}

.hero__decoration--right {
    top: 0;
    right: 0;
}

.hero__decoration--bottom {
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.image-placeholder {
    color: #a9a6a0;
    letter-spacing: .15em;
    text-align: center;
    opacity: .68;
    background: linear-gradient(135deg, #ff550029, #ffffff05);
    justify-content: center;
    align-items: center;
    font-size: 9px;
    line-height: 1.3;
    display: flex;
    position: absolute;
}

.image-placeholder--left {
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0 83%);
    border-radius: 0 0 100px;
    width: 205px;
    height: 360px;
    top: 0;
    left: -10px;
}

.image-placeholder--right {
    clip-path: polygon(0 0, 100% 0, 100% 82%, 14% 100%);
    border-radius: 0 0 0 100px;
    width: 235px;
    height: 330px;
    top: 0;
    right: -20px;
}

.image-placeholder--bottom {
    clip-path: ellipse(50% 52% at 50% 100%);
    border-radius: 100% 100% 0 0;
    width: 490px;
    height: 195px;
    padding-top: 74px;
    bottom: -16px;
    left: 50%;
    transform: translate(-50%);
}

.hero__content {
    z-index: 1;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    display: flex;
    position: relative;
}

.hero--404 .hero__content {
    padding-top: 0;
    width: 100%;
    justify-content: center;
}

.location {
    color: #d8d5cf;
    border: 1px solid #5B5B5B;
    background: #323232e6;
    border-radius: 12px;
    align-items: center;
    gap: 7px;
    margin: 0 0 46px;
    padding: 7px 12px;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease, transform .15s ease, box-shadow .2s ease;
}

.location>span {
    color: #fff;
    font-size: 14px;
}

.location svg {
    color: white;
}

.location:hover {
    border-color: #FF5500;
    background: #3a3a3ae6;
    box-shadow: 0 4px 16px rgba(255, 85, 0, .18);
}

.location:active {
    transform: scale(.97);
    background: #2a2a2ae6;
    border-color: #FF5500;
}

.hero__content .eyebrow {
    margin-bottom: 18px;
}

.hero h1 {
    letter-spacing: -2%;
    margin: 0;
    font-size: clamp(48px, 6.2vw, 88px);
    font-weight: 600;
    line-height: 52px;
}

.hero h1 em {
    color: var(--orange);
    font-style: normal;
}

.hero__lead {
    color: #bbb7b2;
    margin: 25px 0 30px;
    font-size: 16px;
    line-height: 1.5;
}

.hero__cta-wrap {
    position: relative;
}

.button {
    border: 0;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    gap: 13px;
    height: 54px;
    padding: 0 19px;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
    transition: transform .2s, background .2s, box-shadow .2s, border-color .2s;
    display: inline-flex;
}

.button:hover {
    transform: translateY(-2px);
}

.button:active {
    transform: translateY(0) scale(.97);
}

.button--primary {
    background: var(--orange);
    color: #fff;
}

.button--primary:hover {
    box-shadow: 0 8px 24px rgba(255, 85, 0, .35);
}


.trust {
    color: #cfcbc6;
    align-items: center;
    gap: 12px;
    margin-top: 48px;
    display: flex;
}

.trust>div:not(.trust__wreath) {
    text-align: left;
}

.trust strong {
    font-size: 12px;
    display: block;
}

.trust span {
    color: #8d8a87;
    font-size: 10px;
}

.trust i {
    background: var(--line);
    width: 1px;
    height: 34px;
    margin: 0 4px;
}

.trust__wreath {
    color: var(--orange);
    font-size: 35px;
    line-height: 1;
    transform: rotate(-28deg);
}

.trust__wreath--right {
    transform: scaleX(-1)rotate(-28deg);
}

.stars {
    letter-spacing: 1px;
    color: var(--orange) !important;
}

.services {
    padding-top: 145px;
}

.service-grid {
    gap: 50px;
    margin-top: 52px;
    padding-top: calc(var(--service-visual-size, 220px) / 2);
    display: flex;
}

.service-card {
    --service-visual-size: clamp(170px, 18vw, 220px);
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 15px;
    flex: 1;
    padding: 16px 16px 20px;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: transform .3s ease, box-shadow .3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.service-card__number {
    color: var(--orange);
    font-size: 11px;
    font-weight: 800;
    position: absolute;
    top: 20px;
    left: 21px;
}

.service-card__visual {
    color: #8e8884;
    letter-spacing: .14em;
    text-align: center;
    background: linear-gradient(145deg, #2e2d2e, #161618);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 20px;
    place-items: center;
    width: var(--service-visual-size);
    height: var(--service-visual-size);
    font-size: 9px;
    display: grid;
    margin-top: calc(var(--service-visual-size) / -2);
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.service-card__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-card__visual span {
    line-height: 1.4;
    display: inline-block;
}

.service-card h3 {
    letter-spacing: -.045em;
    margin: 0 5px 8px;
    font-size: 21px;
    text-align: center;
}

.service-card p {
    color: var(--muted);
    min-height: 40px;
    margin: 0 5px;
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
    max-width: 260px;
}

.advantage-wrap {
    color: #171717;
    background: #f1efea;
}

.advantages {
    align-items: flex-start;
    gap: 13%;
    display: flex;
}

.advantages .eyebrow {
    color: var(--orange);
}

.advantages h2 em {
    color: #8e8a85;
}

.advantages__list {
    flex: 1;
}

.advantages__list article {
    border-top: 1px solid #cfcbc4;
    gap: 25px;
    padding: 23px 0;
    display: flex;
}

.advantages__list article:last-child {
    border-bottom: 1px solid #cfcbc4;
}

.advantages__list>article>span {
    color: var(--orange);
    font-size: 12px;
    font-weight: 800;
}

.advantages h3 {
    letter-spacing: -2%;
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
}

.advantages p {
    letter-spacing: -2%;
    color: #77736e;
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 1.3;
}

.prices {
    align-items: flex-start;
    gap: 15%;
    display: flex;
}

.prices__intro {
    width: 35%;
    position: sticky;
    top: 20px;
}

.prices__intro>p:not(.eyebrow) {
    color: var(--muted);
    margin: 25px 0;
    font-size: 13px;
    line-height: 1.6;
}

.button--line {
    border: 1px solid var(--line);
    color: #fff;
    background: 0 0;
}

.button--line:hover {
    border-color: #FF5500;
    color: #fff;
    box-shadow: 0 4px 16px rgba(255, 85, 0, .18);
}

.price-table {
    border-top: 1px solid var(--line);
    flex: 1;
}

.price-table__group {
    border-bottom: 1px solid var(--line);
    padding: 24px 0;
}

.price-table h3 {
    color: var(--orange);
    letter-spacing: .12em;
    margin: 0 0 15px;
    font-size: 11px;
}

.price-table__row {
    letter-spacing: -.025em;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 12px 0;
    font-size: 16px;
    display: flex;
}

.price-table__row:not(:last-child) {
    border-bottom: 1px solid #ffffff0d;
}

.price-table__row strong {
    white-space: nowrap;
    font-size: 14px;
}

.review-section {
    padding: 0 0 128px;
    scroll-margin-top: 100px;
}

.reviews__grid {
    align-items: flex-start;
    gap: 8%;
    display: flex;
}

.reviews__intro {
    width: 35%;
    padding-top: 4px;
    position: sticky;
    top: 140px;
}

.section-heading h2,
.prices h2,
.contacts h2,
.reviews__intro h2 {
    letter-spacing: -.065em;
    margin: 0;
    font-size: clamp(38px, 4.2vw, 62px);
    font-weight: 600;
    line-height: .99;
}

.reviews__intro h2 em {
    color: #777574;
    font-style: normal;
}

.reviews__intro .button {
    margin-top: 26px;
}

.review-widget {
    flex: 1;
    justify-content: center;
    display: flex;
    position: relative;
}

.review-widget iframe {
    border: 0;
    width: 100%;
    max-width: 684px;
    border-radius: 12px;
    overflow: hidden;
}

.works__top {
    justify-content: space-between;
    align-items: end;
    margin-bottom: 50px;
    display: flex;
}

.works__cta {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.slider-buttons {
    gap: 7px;
    display: flex;
}

.slider-buttons button {
    border: 1px solid var(--line);
    color: #fff;
    background: 0 0;
    border-radius: 50%;
    place-items: center;
    width: 44px;
    height: 44px;
    display: grid;
    transition: border-color .25s ease, color .25s ease, background-color .25s ease;
}

.slider-buttons button:not(:disabled):hover {
    border-color: #FF5500;
    color: #FF5500;
    box-shadow: 0 4px 16px rgba(255, 85, 0, .18);
}

.slider-buttons button:not(:disabled):active {
    transform: scale(.92);
}

.slider-buttons button:first-child svg {
    transform: rotate(180deg);
}

.work-image {
    color: #97918d;
    letter-spacing: .15em;
    background: linear-gradient(135deg, #29292b, #131315);
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    height: 580px;
    font-size: 11px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.work-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 10, 11, 0) 60%, rgb(10 10 11 / 82%) 80%);
    pointer-events: none;
}

.work-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.work-image>span {
    color: #7d7773;
    font-size: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.work-caption {
    color: #fff;
    letter-spacing: normal;
    position: absolute;
    bottom: 28px;
    left: 30px;
    z-index: 1;
}

.work-caption p {
    color: var(--orange);
    text-transform: uppercase;
    letter-spacing: .15em;
    margin: 0 0 9px;
    font-size: 10px;
    font-weight: 800;
}

.work-caption h3 {
    letter-spacing: -.05em;
    margin: 0;
    font-size: clamp(20px, 2.7vw, 36px);
}

.slider-count {
    color: #777;
    text-align: right;
    margin-top: 15px;
    font-size: 13px;
}

.slider-count b {
    color: #fff;
}

.contacts {
    background: #151517;
}

.contacts__grid {
    grid-template-columns: .8fr 1.2fr;
    gap: 95px;
    display: grid;
}

.contacts__item {
    gap: 6px;
    margin-top: 28px;
    display: grid;
}

.contacts__item span {
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--orange);
    font-size: 10px;
    font-weight: 800;
}

.contacts__item strong,
.contacts__item a {
    color: #f2f0ec;
    font-size: 15px;
    line-height: 1.5;
    text-decoration: none;
}

.contacts__item--worktime {
    gap: 10px;
    margin-top: 32px;
}

.contacts__item--route {
    gap: 10px;
    margin-top: 32px;
}

.contacts__route-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contacts__route-btn {
    color: #fff;
    background: #2B2B2F;
    border: 1px solid #ffffff10;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    white-space: nowrap;
    transition: border-color .2s ease, background-color .2s ease, transform .15s ease, box-shadow .2s ease;
}

.contacts__route-btn svg {
    flex-shrink: 0;
    color: #fff;
}

.contacts__route-btn:hover {
    border-color: #FF5500;
    box-shadow: 0 4px 16px rgba(255, 85, 0, .18);
}

.contacts__route-btn:active {
    transform: scale(.97);
    border-color: #FF5500;
}

.worktime {
    background: var(--surface-2);
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 12px 14px;
}

.worktime__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 2px 0;
}

.worktime__row:first-child {
    border-bottom: 1px solid #ffffff0d;
    margin-bottom: 1px;
    padding-bottom: 4px;
}

.contacts__item--worktime .worktime__days {
    color: #fff;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
}

.contacts__item--worktime .worktime__hours {
    color: #fff;
    font-size: 14px;
    letter-spacing: -.02em;
    white-space: nowrap;
}

.contacts__item--worktime .worktime__off {
    color: #fff;
    font-size: 14px;
    text-transform: lowercase;
    letter-spacing: -1%;
}

.contacts__item--address {
    gap: 10px;
    margin-top: 32px;
}

.contacts__address {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
}

.contacts__address span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
}

.contacts__address svg {
    flex-shrink: 0;
    color: #fff;
}

.map-widget {
    width: 100%;
    max-width: 660px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgb(38 32 25 / 12%);
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.map-widget .dg-widget-link {
    display: none;
}

.map-widget .dg-widget-container {
    width: 100% !important;
    height: 100% !important;
    flex: 1 1 0;
    min-height: 0;
}

.map-widget iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0;
    display: block;
    flex: 1 1 0;
    min-height: 0;
}

.map-widget noscript {
    display: block;
    padding: 20px;
    text-align: center;
}

.footer {
    border-top: 1px solid var(--line);
    background: #151517;
    padding: 25px 0;
}

.footer>.container {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.footer p {
    color: #777;
    margin: 0;
    font-size: 11px;
}

.footer>a:last-child {
    font-size: 11px;
}

@media (width<=800px) {
    .container {
        width: min(100% - 32px, 620px);
    }

    .hero {
        height: 100%;
        padding-top: 12px;
        padding-bottom: 40px;
    }

    .header {
        height: 58px;
        padding: 0 11px 0 14px;
    }

    .nav,
    .header__actions {
        display: none;
    }

    .menu-button {
        place-items: center;
        width: 38px;
        height: 38px;
        margin-left: auto;
        display: grid;
    }

    .mobile-menu {
        z-index: 6;
        background: #1c1c1f;
        border: 1px solid #4a4748;
        border-radius: 12px;
        flex-direction: column;
        gap: 2px;
        padding: 15px;
        display: flex;
        position: absolute;
        top: 78px;
        left: 16px;
        right: 16px;
        box-shadow: 0 20px 40px #0008;
    }

    .mobile-menu>a {
        color: #f1efec;
        padding: 11px 7px;
        font-size: 14px;
        text-decoration: none;
    }

    .mobile-menu__row {
        gap: 8px;
        padding-top: 9px;
        display: flex;
    }

    .mobile-menu__row a {
        color: #fff;
        background: #2b2b2f;
        border-radius: 8px;
        flex: 1;
        justify-content: center;
        align-items: center;
        gap: 7px;
        padding: 10px;
        font-size: 14px;
        text-decoration: none;
        display: flex;
    }

    .mobile-menu__phone {
        font-weight: 800;
    }

    .hero__body {
        height: 100%;
        padding-bottom: 40px;
    }

    .hero__scene {
        background-position: 50%, 50%, 50%;
        background-size: 100% 100%, 100% 100%, cover;
    }

    .hero__decoration--top {
        width: 200%;
    }

    .hero__decoration--left,
    .hero__decoration--right {
        width: 50%;
    }

    .hero__decoration--bottom {
        width: 150%;
    }

    .hero__content {
        padding-top: 56px;
    }

    .location {
        margin-bottom: 34px;
        font-size: 10px;
    }

    .hero h1 {
        font-size: 42px !important;
        line-height: 42px;
    }

    .hero__lead {
        margin: 22px 0 25px;
        font-size: 14px;
    }

    .button {
        height: 51px;
        font-size: 12px;
    }

    .button__desktop {
        display: none;
    }

    .image-placeholder--left {
        width: 115px;
        height: 240px;
        left: -30px;
    }

    .image-placeholder--right {
        width: 115px;
        height: 220px;
        right: -38px;
    }

    .image-placeholder--bottom {
        width: 360px;
        height: 155px;
    }

    .trust {
        gap: 8px;
        margin-top: 38px;
    }

    .trust__wreath {
        display: none;
    }

    .trust strong {
        font-size: 10px;
    }

    .trust span {
        font-size: 8px;
    }

    .section {
        padding: 80px 0;
    }

    .section-heading h2,
    .prices h2,
    .contacts h2,
    .reviews__intro h2 {
        font-size: 41px;
    }

    .services {
        padding-top: 86px;
    }

    .service-grid {
        flex-direction: column;
        margin-top: 35px;
        padding-top: calc(var(--service-visual-size, 180px) / 2);
        gap: 110px;
    }

    .service-card {
        --service-visual-size: 180px;
        padding: 14px 14px 18px;
        display: flex;
        text-align: center;
    }

    .service-card__number {
        top: 17px;
        left: 17px;
    }

    .service-card__visual {
        width: var(--service-visual-size);
        height: var(--service-visual-size);
        margin-top: calc(var(--service-visual-size) / -2);
        margin-bottom: 18px;
    }

    .service-card h3 {
        margin: 0 0 8px;
        font-size: 19px;
        text-align: center;
    }

    .service-card p {
        min-height: 0;
        margin: 0 0 9px;
        font-size: 14px;
        max-width: none;
        text-align: center;
    }

    @media (width >= 375px) and (width <= 500px) {
        .service-card {
            max-width: 340px;
            margin-left: auto;
            margin-right: auto;
        }

        .service-card p {
            max-width: 300px;
            margin-left: auto;
            margin-right: auto;
        }
    }

    .advantages {
        display: block;
    }

    .advantages__list {
        margin-top: 40px;
    }

    .advantages__list article {
        gap: 15px;
    }

    .advantages h3 {
        font-size: 17px;
    }

    .prices {
        display: block;
    }

    .prices__intro {
        width: auto;
        position: static;
    }

    .price-table {
        margin-top: 42px;
    }

    .price-table__row {
        font-size: 15px;
        line-height: 1.35;
    }

    .price-table__row strong {
        font-size: 14px;
    }

    .review-section {
        padding: 0 0 80px;
    }

    .reviews__grid {
        flex-direction: column;
    }

    .reviews__intro {
        width: auto;
        position: static;
    }

    .reviews__intro .button {
        margin-top: 20px;
    }

    .review-widget {
        width: 100%;
        margin-top: 32px;
    }

    .review-widget iframe {
        width: 100% !important;
        max-width: 100% !important;
        height: 824px !important;
    }

    .works__top {
        margin-bottom: 31px;
    }

    .slider-buttons {
        display: none;
    }

    .work-image {
        height: 350px;
        font-size: 9px;
    }

    .work-caption {
        bottom: 18px;
        left: 18px;
    }

    .work-caption h3 {
        font-size: 23px;
    }

    .contacts__grid {
        flex-direction: column;
        gap: 42px;
        display: flex;
    }

    .map-widget {
        border-radius: 12px;
        height: 420px;
    }

    .map-widget .dg-widget-container,
    .map-widget iframe {
        flex: none;
        height: 100% !important;
    }

    .footer>.container {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .footer p {
        line-height: 1.5;
    }

    .desktop-only {
        display: none;
    }
}

.header {
    -webkit-backdrop-filter: blur(20px)saturate(135%);
    background: #1212149e;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 10px 30px #00000029;
}

.hero {
    padding-top: 92px;
}

@media (width<=800px) {
    .header {
        top: 12px;
    }

    .hero {
        padding-top: 64px;
    }

    .mobile-menu {
        top: 78px;
    }
}

.header {
    border-radius: 20px;
}

.header .nav a {
    color: #fff;
    letter-spacing: -.01em;
    font-size: 16px;
    font-weight: 600;
}

.header .social-button,
.header .phone-button {
    border-radius: 14px;
}

.hero h1 {
    font-size: 52px;
}

.hero__lead {
    color: #fff;
    letter-spacing: -.01em;
    font-size: 18px;
}

.hero__cta-wrap .button--primary {
    color: #fff;
    letter-spacing: -.19px;
    text-shadow: 0 1px 2px #b33c00;
    background: linear-gradient(#ff6a00 0%, #ff5f0f 62.5%);
    border-radius: 8px;
    gap: 0;
    height: auto;
    min-height: 60px;
    padding: 15px 25px;
    font-family: Inter, sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: normal;
    box-shadow: 0 14px 12.5px #ff550054, inset 0 -2px 3px #ffffff40, inset 0 2px 3px #ffffff40;
}

.hero__cta-wrap .button--primary:hover {
    background: linear-gradient(#ff760f 0%, #ff5f0f 62.5%);
}

.hero__cta-wrap .button--primary:active {
    transform: scale(.97);
}

@media (width<=800px) {
    .hero__cta-wrap .button--primary {
        min-height: 54px;
        padding: 14px 18px;
        font-size: 16px;
    }
}

.header .nav a {
    transition: color .18s, transform .18s;
}

.header .nav a:hover,
.header .nav a:active,
.header .nav a:focus-visible {
    color: #f50;
}

.header .nav a:hover {
    transform: translateY(-1px);
}

.header .nav a:focus-visible {
    outline: none;
}

@media (width<=800px) {
    .header .nav,
    .header__actions {
        display: none;
    }

    .menu-button {
        display: block;
    }

    .mobile-menu {
        display: flex;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        width: 100%;
        background: #161618;
        border: 1px solid #242426;
        border-top: 0;
        border-radius: 20px;
        box-shadow: 0 18px 35px rgba(0, 0, 0, 0.28);
        padding: 16px 18px 18px;
        gap: 12px;
        flex-direction: column;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        max-height: 0;
        overflow: hidden;
        pointer-events: none;
        transition: opacity .25s ease, transform .25s ease, max-height .25s ease, visibility .25s ease;
    }

    .mobile-menu.open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        max-height: 999px;
        pointer-events: auto;
    }

    .mobile-menu__nav {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .mobile-menu__nav a {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        padding: 11px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mobile-menu__nav a:last-child {
        border-bottom: none;
    }

    .mobile-menu__row {
        gap: 8px;
        padding-top: 9px;
        display: flex;
    }

    .mobile-menu__button {
        color: #fff;
        background: #2B2B2F;
        border-radius: 10px;
        flex: 1;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 10px 12px;
        font-size: 14px;
        text-decoration: none;
        display: flex;
        border: 1px solid #ffffff10;
        transition: border-color .2s ease, background-color .2s ease, transform .15s ease, box-shadow .2s ease;
    }

    .mobile-menu__button:hover {
        border-color: #FF5500;
        box-shadow: 0 4px 16px rgba(255, 85, 0, .18);
    }

    .mobile-menu__button:active {
        transform: scale(.97);
        border-color: #FF5500;
    }

    .mobile-menu__phone {
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        padding: 13px 16px;
        background: #2B2B2F;
        border-radius: 10px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 10px 12px;
        font-size: 14px;
        font-weight: 800;
        display: flex;
        border: 1px solid #ffffff10;
        transition: border-color .2s ease, background-color .2s ease, transform .15s ease, box-shadow .2s ease;
    }

    .mobile-menu__phone:hover {
        border-color: #FF5500;
        box-shadow: 0 4px 16px rgba(255, 85, 0, .18);
    }

    .mobile-menu__phone:active {
        transform: scale(.97);
        border-color: #FF5500;
    }
}

.hero__body {
    margin-top: 20px;
}

.hero .trust {
    box-sizing: border-box;
    color: #fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: #220c0747;
    border: 1px solid #ffffff61;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 48px;
    padding: 15px 28px;
    display: flex;
}

.hero .trust__guarantee {
    align-items: center;
    gap: 9px;
    display: flex;
    text-decoration: none;
    transition: transform .15s ease;
}

.hero .trust__guarantee .trust__guarantee-copy strong,
.hero .trust__guarantee .trust__guarantee-copy span {
    transition: color .25s ease;
}

.hero .trust__guarantee:hover .trust__guarantee-copy strong,
.hero .trust__guarantee:hover .trust__guarantee-copy span {
    color: #adadad;
}

.hero .trust__guarantee:active {
    transform: scale(.97);
}

.hero .trust__wreath {
    color: #fff;
    flex: none;
    width: 17px;
    height: 40px;
    font-size: 0;
    display: block;
    transform: none;
}

.hero .trust__wreath>div {
    width: 100%;
    height: 100%;
}

.hero .trust__guarantee-copy {
    white-space: nowrap;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    display: flex;
}

.hero .trust__guarantee-copy strong {
    letter-spacing: -.07em;
    font-size: 33px;
    font-weight: 700;
    line-height: .88;
}

.hero .trust__guarantee-copy span,
.hero .trust__rating>span:last-child {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.hero .trust__divider {
    background: #ffffff61;
    width: 1px;
    height: 50px;
    margin: 0;
}

.hero .trust__rating {
    white-space: nowrap;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    display: flex;
    text-decoration: none;
    transition: transform .15s ease;
}

.hero .trust__rating>strong,
.hero .trust__rating>span:last-child {
    transition: color .25s ease;
}

.hero .trust__rating:hover>strong,
.hero .trust__rating:hover>span:last-child {
    color: #adadad;
}

.hero .trust__rating:active {
    transform: scale(.97);
}

.hero .trust__rating>strong {
    font-size: 29px;
    font-weight: 700;
    line-height: .85;
    display: block;
}

.hero .stars {
    letter-spacing: 0;
    align-items: center;
    gap: 5px;
    display: flex;
    color: inherit !important;
}

.hero .stars__icon {
    width: 18px;
    height: 18px;
    display: block;
}

.hero .stars__icon>div {
    width: 100%;
    height: 100%;
}

@media (width<=800px) {
    .hero .trust {
        gap: 13px;
        margin-top: 38px;
        padding: 15px 28px;
    }

    .hero .trust__guarantee {
        gap: 6px;
    }

    .hero .trust__wreath {
        width: 13px;
        height: 32px;
    }

    .hero .trust__guarantee-copy strong {
        font-size: 25px;
    }

    .hero .trust__guarantee-copy span,
    .hero .trust__rating>span:last-child {
        font-size: 12px;
    }

    .hero .trust__divider {
        height: 50px;
    }

    .hero .trust__rating>strong {
        font-size: 24px;
    }

    .hero .stars {
        gap: 3px;
    }

    .hero .stars__icon {
        width: 14px;
        height: 14px;
    }
}

.hero .trust__wreath {
    height: 40px;
}

@media (width<=800px) {
    .hero .trust__wreath {
        height: 40px;
    }
}

.hero .trust__wreath--left {
    width: 17px;
}

.hero .trust__wreath--right {
    width: 15px;
}

.hero .trust__guarantee-copy strong {
    font-size: 21px;
}

.hero .trust__guarantee-copy span {
    font-size: 13px;
}

.hero .trust__rating>strong {
    font-size: 16px;
}

.hero .trust__rating>span:last-child {
    font-size: 11px;
}

.price-table h3 {
    letter-spacing: -.01em;
    font-size: 16px;
}

.work-slider {
    overflow: hidden;
}

.work-track {
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 16px;
    padding: 0 0 14px;
    display: flex;
    overflow-x: auto;
}

.work-track::-webkit-scrollbar {
    display: none;
}

.work-card {
    scroll-snap-align: start;
    flex: 0 0 calc(31.0559% - 14.9068px);
}

.work-card .work-image {
    height: 380px;
}

.work-card .work-caption {
    bottom: 21px;
    left: 21px;
}

.work-card .work-caption h3 {
    font-size: clamp(18px, 1.7vw, 25px);
    line-height: 1.02;
}

.work-card .work-caption p {
    font-size: 9px;
}

@media (width<=800px) {
    .work-slider {
        margin-right: -16px;
    }

    .work-track {
        gap: 12px;
        padding-right: 34px;
    }

    .work-card {
        flex-basis: calc(100% - 54px);
    }

    .work-card .work-image {
        height: 350px;
    }

    .work-card .work-caption {
        bottom: 18px;
        left: 18px;
    }

    .work-card .work-caption h3 {
        font-size: 23px;
    }
}

.works .work-slider {
    position: relative;
}

.works .work-slider:before,
.works .work-slider:after {
    content: "";
    z-index: 2;
    pointer-events: none;
    width: 72px;
    position: absolute;
    top: 0;
    bottom: 14px;
}

.works .work-slider:before {
    background: linear-gradient(90deg, var(--bg) 0%, #0a0a0b00 100%);
    left: 0;
}

.works .work-slider:after {
    background: linear-gradient(270deg, var(--bg) 0%, #0a0a0b00 100%);
    right: 0;
}

@media (width<=800px) {

    .works .work-slider:before,
    .works .work-slider:after {
        width: 34px;
    }

    .works .work-slider:before {
        display: block;
    }
}

@property --tw-rotate-x {
    syntax: "*";
    inherits: false;
}

@property --tw-rotate-y {
    syntax: "*";
    inherits: false;
}

@property --tw-rotate-z {
    syntax: "*";
    inherits: false;
}

@property --tw-skew-x {
    syntax: "*";
    inherits: false;
}

@property --tw-skew-y {
    syntax: "*";
    inherits: false;
}

@property --tw-gradient-position {
    syntax: "*";
    inherits: false;
}

@property --tw-gradient-from {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000;
}

@property --tw-gradient-via {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000;
}

@property --tw-gradient-to {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000;
}

@property --tw-gradient-stops {
    syntax: "*";
    inherits: false;
}

@property --tw-gradient-via-stops {
    syntax: "*";
    inherits: false;
}

@property --tw-gradient-from-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 0%;
}

@property --tw-gradient-via-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 50%;
}

@property --tw-gradient-to-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 100%;
}

@property --tw-leading {
    syntax: "*";
    inherits: false;
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false;
}

@property --tw-tracking {
    syntax: "*";
    inherits: false;
}

@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
    syntax: "*";
    inherits: false;
}

@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}

@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false;
}

@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}

@property --tw-ring-color {
    syntax: "*";
    inherits: false;
}

@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false;
}

@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
    syntax: "*";
    inherits: false;
}

@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0;
}

@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff;
}

@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-blur {
    syntax: "*";
    inherits: false;
}

@property --tw-brightness {
    syntax: "*";
    inherits: false;
}

@property --tw-contrast {
    syntax: "*";
    inherits: false;
}

@property --tw-grayscale {
    syntax: "*";
    inherits: false;
}

@property --tw-hue-rotate {
    syntax: "*";
    inherits: false;
}

@property --tw-invert {
    syntax: "*";
    inherits: false;
}

@property --tw-opacity {
    syntax: "*";
    inherits: false;
}

@property --tw-saturate {
    syntax: "*";
    inherits: false;
}

@property --tw-sepia {
    syntax: "*";
    inherits: false;
}

@property --tw-drop-shadow {
    syntax: "*";
    inherits: false;
}

@property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false;
}

@property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}

@property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false;
}

@property --tw-text-shadow-color {
    syntax: "*";
    inherits: false;
    initial-value: #0000;
}

@property --tw-text-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}

.contacts__phone-group {
    width: fit-content;
}

.contacts__phone {
    color: #fff;
    background: linear-gradient(#ff6a00 0%, #ff5f0f 62.5%);
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    width: 100%;
    font-weight: 800;
    font-size: 15px;
    display: flex;
    box-shadow: 0 6px 24px #0000002e;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
}

.contacts__phone:hover {
    filter: brightness(1.08);
    box-shadow: 0 8px 28px rgba(255, 85, 0, .35);
}

.contacts__phone:active {
    transform: scale(.97);
}

.contacts__phone span {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -1%;
}

.contacts__phone svg {
    flex-shrink: 0;
}

.contacts__social {
    width: 100%;
    margin-top: 16px;
}

.contacts__social-title {
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--orange);
    font-size: 10px;
    font-weight: 800;
    margin-bottom: 10px;
}

.contacts__social-buttons {
    display: flex;
    gap: 0;
}

.contacts__social-btn {
    color: #fff;
    background: #2B2B2F;
    border: 1px solid #ffffff10;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 12px;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    flex: 1 1 0;
    white-space: nowrap;
    transition: border-color .2s ease, background-color .2s ease, transform .15s ease, box-shadow .2s ease;
}

.contacts__social-btn:hover {
    border-color: #FF5500;
    box-shadow: 0 4px 16px rgba(255, 85, 0, .18);
}

.contacts__social-btn:active {
    transform: scale(.97);
    border-color: #FF5500;
}

.contacts__social-btn + .contacts__social-btn {
    margin-left: 10px;
}

@media (width <= 700px) {
    .contacts__phone-group {
        width: 100%;
    }
    .contacts__phone {
        justify-content: center;
        padding-inline: 20px;
    }
    .contacts__social-btn {
        padding: 12px 10px;
    }
}

/* Cookie banner */
.cookie-banner {
    position: fixed;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%) translateY(120%);
    z-index: 1000;
    width: min(720px, calc(100% - 32px));
    display: flex;
    align-items: center;
    gap: 18px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .45);
    padding: 14px 16px 14px 20px;
    transition: transform .35s ease, opacity .35s ease;
    opacity: 0;
    pointer-events: none;
}

.cookie-banner.is-visible {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.cookie-banner__text {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
    flex: 1 1 auto;
}

.cookie-banner__button {
    flex-shrink: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-2);
    color: var(--ink);
    font-size: 12px;
    font-weight: 700;
    padding: 8px 16px;
    cursor: pointer;
    transition: transform .2s, border-color .2s, background-color .2s;
}

.cookie-banner__button:hover {
    transform: translateY(-2px);
    border-color: var(--orange);
}

.cookie-banner__button:active {
    transform: translateY(0) scale(.97);
}

@media (width <= 600px) {
    .cookie-banner {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 16px;
    }
    .cookie-banner__button {
        width: 100%;
    }
}
