/*reset light*/
html,
body {
    margin: 0;
    padding: 0;
}

label,
input,
button,
a {
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    --c1: #1B44D6;
    --c2: #E5E5E5;
    --c3: #566494;
    --c4: #565E7C;
}

svg path,
svg rect,
svg circle {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

input,
textarea,
select,
button {
    font-family: 'Inter', sans-serif;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a:hover {
    text-decoration: none;
}

img,
a,
input,
textarea,
select,
button {
    -webkit-border-radius: 0;
    border-radius: 0;
    outline-style: none;
}

button::-moz-focus-inner {
    border: 0;
}

input {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.nav_mobile_rgba {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 500;
    background: #909090;
    opacity: 0.5;
    display: none;
}


.nav_mobile {
    position: fixed;
    height: 100%;
    background: #FFF;
    right: 0;
    top: 0;
    width: 400px;
    z-index: 600;
    display: flex;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    padding: 67px 20px 50px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.nav_mobile_open {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.container_main {
    min-width: 320px;
    background: #FFF;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clr {
    clear: both;
}

.align_center {
    text-align: center;
}

.wmain {
    max-width: 1482px;
    width: 100%;
    margin: 0 auto;
}

.overflow {
    overflow: hidden;
}

.plr {
    padding-left: 32px;
    padding-right: 32px;
}

.hl_top_info {
    background: #282828;
    position: relative;
    z-index: 700;
}

.hl_top_info .wmain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.hl_top_info__left {
    display: flex;
    align-items: center;
    gap: 35px;
}

.hl_top_info__contacts,
.hl_top_info__socials {
    display: contents;
}

.hl_top_info__right {
    display: flex;
    align-items: center;
}

.hl_top_info__item a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.hl_top_info__item a:hover {
    color: #FFF;
}

.hl_top_info__item img {
    height: 26px;
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.hl_icon_svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.hl_top_info__item a:hover .hl_icon_svg {
    transform: scale(1.1);
}

.hl_top_info__btn a {
    background: #592EE8;
    /* Match Hero button */
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF !important;
    box-shadow: 0 4px 10px rgba(89, 46, 232, 0.3);
    border: none;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
}

.hl_top_info__btn a:hover {
    background: #4725BA;
    transform: translateY(-1px);
}

/* Hide hl_top_info on desktop - floating header replaces it */
.hl_top_info {
    display: none;
}

@media screen and (max-width: 600px) {
    .hl_top_info {
        display: block;
    }
}

.zahvat_modal {
    padding: 30px;
    max-width: 400px;
    background: #FFF;
    border-radius: 12px;
}

/* Модалка «Заказать звонок»: одна карточка без белой оболочки Fancybox */
.fancybox-container--call-popup .fancybox-slide--html {
    padding: 0 !important;
}

.fancybox-container--call-popup .fancybox-slide--html .fancybox-content {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.fancybox-slide--html:has(.fb-popup-call) {
    padding: 0 !important;
}

.fancybox-slide--html .fancybox-content:has(.fb-popup-call) {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.fb-popup-call {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    max-width: none;
}

.zahvat.zahvat_modal {
    margin-top: 0;
    padding: 22px 24px 24px;
    max-width: 360px;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}

.modal_desc {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 15px;
    color: #566494;
}

.zahvat_modal .modal_desc {
    margin-top: 6px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.45;
}

.zahvat_modal .tm {
    font-size: 22px;
    line-height: 1.2;
}

.zahvat_modal .order_from {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 0;
    align-items: stretch;
}

.zahvat_modal .order_from .in_style {
    width: 100%;
    max-width: none;
    margin-right: 0;
}

.zahvat_modal .order_from_btn {
    width: 100%;
    background-color: #592EE8;
    color: #FFF;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(89, 46, 232, 0.3);
    border: none;
}

@media screen and (max-width: 1100px) {
    .hl_top_info {
        gap: 15px;
    }

    .hl_top_info__item a span {
        display: none;
    }

    .hl_top_info__item a span:only-child {
        display: inline;
    }
}

@media screen and (max-width: 860px) {
    .hl_top_info .wmain {
        flex-wrap: wrap;
        justify-content: center;
        padding: 15px 0;
    }

    .hl_top_info__item a span {
        display: inline;
    }

    .hl_top_info__btn {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
    }
}

@media screen and (max-width: 600px) {
    .hl_top_info .wmain {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 10px 0;
    }
}



/* ===== Floating Glass Header ===== */
.header_float {
    --header-story-t: 0;
    --header-story-slide-abs: 0px;
    position: fixed;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 28px);
    max-width: 1380px;
    z-index: 1000;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}

.header_float__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 12px 24px;
    backdrop-filter: blur(18px) saturate(1.4);
    -webkit-backdrop-filter: blur(18px) saturate(1.4);
    background: linear-gradient(
        rgba(255, 255, 255, calc(0.86 - var(--header-story-t, 0) * 0.18)),
        rgba(255, 255, 255, calc(0.86 - var(--header-story-t, 0) * 0.18))
    ),
    linear-gradient(
        rgba(24, 22, 34, calc(var(--header-story-t, 0) * 0.16)),
        rgba(24, 22, 34, calc(var(--header-story-t, 0) * 0.16))
    );
    border-radius: 50px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, calc(0.10 + var(--header-story-t, 0) * 0.08)),
        inset 0 0 0 1px rgba(255, 255, 255, calc(0.55 - var(--header-story-t, 0) * 0.20));
    transition: background 0.35s ease, box-shadow 0.35s ease;
    overflow: visible;
    box-sizing: border-box;
}

.header_float__inner > .header_logo_block {
    flex: 0 0 auto;
}

/* Phone number in header */
.header_float__phone {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: color 0.2s;
}

.header_float__phone:hover { color: #592EE8; }

/* Social icons in header (без лишней обёртки — сами ссылки в .header_float__right) */
.header_float__social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(89, 46, 232, 0.07);
    transition: background 0.2s ease, transform 0.2s ease;
    text-decoration: none;
    flex-shrink: 0;
}

.header_float__social:hover {
    background: rgba(89, 46, 232, 0.14);
    transform: translateY(-2px);
}

.header_float__social img,
.header_float__social svg {
    width: 16px;
    height: 16px;
    display: block;
    object-fit: contain;
}

/* Right group: phone + socials + CTA */
.header_float__right {
    display: flex;
    align-items: center;
    gap: 8px 10px;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.header_float__divider {
    width: 1px;
    height: 22px;
    background: rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

.header_float__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    background: #592EE8;
    color: #fff;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    box-sizing: border-box;
}

.header_float__cta:hover {
    background: #4725BA;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(89, 46, 232, 0.4);
}

.header_float .nav_mobile_ico {
    display: none;
    cursor: pointer;
    padding: 4px;
    align-items: center;
    justify-content: center;
}

.header_float .nav_mobile_ico img {
    width: 24px;
    height: 24px;
    display: block;
}

/* ===== Header stories — плашка как у .hero_gallery__contacts под заголовком ===== */
.header_stories {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 8px;
    padding: 0 24px;
    box-sizing: border-box;
    background: transparent;
}

.header_stories__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    padding: calc(3px + (1 - var(--header-story-t, 0)) * 4px) calc(10px + (1 - var(--header-story-t, 0)) * 6px);
    box-sizing: border-box;
    backdrop-filter: blur(18px) saturate(1.4);
    -webkit-backdrop-filter: blur(18px) saturate(1.4);
    background: linear-gradient(
        rgba(255, 255, 255, calc(0.92 - var(--header-story-t, 0) * 0.20)),
        rgba(255, 255, 255, calc(0.92 - var(--header-story-t, 0) * 0.20))
    ),
    linear-gradient(
        rgba(26, 24, 36, calc(var(--header-story-t, 0) * 0.14)),
        rgba(26, 24, 36, calc(var(--header-story-t, 0) * 0.14))
    );
    border-radius: 50px;
    box-shadow:
        0 24px 64px rgba(0, 0, 0, calc(0.2 + var(--header-story-t, 0) * 0.08)),
        inset 0 0 0 1px rgba(255, 255, 255, calc(0.58 - var(--header-story-t, 0) * 0.25));
    transform: translateX(calc(var(--header-story-t, 0) * var(--header-story-slide-abs, 0px)));
    transition: transform 0.2s ease-out, background 0.35s ease, box-shadow 0.35s ease;
    will-change: transform;
}

.header_stories__track {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: calc(12px - 5px * var(--header-story-t, 0));
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 2px 14px;
    width: max-content;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.header_stories--scrollable .header_stories__track {
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 40px;
}

.header_stories__track::-webkit-scrollbar {
    display: none;
}

.header_stories.header_stories--scrollable:not(.header_stories--at-end) .header_stories__chev {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header_stories__chev {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 30, 30, 0.45);
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease, opacity 0.2s ease, visibility 0.2s;
    flex-shrink: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.header_stories__chev:hover {
    background: rgba(30, 30, 30, 0.62);
}

.header_story {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(5px * (1 - var(--header-story-t, 0)));
    flex: 0 0 auto;
    width: calc(68px * (1 - var(--header-story-t, 0) * 0.32));
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    font-family: inherit;
    color: #1a1a1a;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    transition: width 0.2s ease-out;
}

.header_story:focus-visible {
    outline: 2px solid #592EE8;
    outline-offset: 4px;
    border-radius: 8px;
}

.header_story__ring {
    --story-ring-base: 58px;
    width: calc(var(--story-ring-base) * (1 - var(--header-story-t, 0) * 0.22));
    height: calc(var(--story-ring-base) * (1 - var(--header-story-t, 0) * 0.22));
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(145deg, #833AB4 0%, #E1306C 35%, #FD1D1D 65%, #FCB045 100%);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.header_story:hover .header_story__ring {
    transform: scale(1.06);
    box-shadow: 0 6px 18px rgba(225, 48, 108, 0.25);
}

.header_story__face {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
}

.header_story__face img {
    width: 70%;
    height: 70%;
    object-fit: contain;
    display: block;
}

.header_story__face svg {
    color: #1a1a1a;
    display: block;
}

.header_story__label {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.25;
    max-width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    opacity: calc(1 - var(--header-story-t, 0));
    max-height: calc((1 - var(--header-story-t, 0)) * 2.6em);
    margin: 0;
    padding: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out, max-height 0.3s ease-out;
}

/* Полноэкранные «сторис» */
.story_view {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
    box-sizing: border-box;
}

.story_view[hidden] {
    display: none !important;
}

.story_view__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    cursor: pointer;
}

.story_view__frame {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 100%;
    padding: 0 6px;
    box-sizing: border-box;
    pointer-events: none;
}

.story_view__frame > * {
    pointer-events: auto;
}

.story_view__nav {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
    -webkit-tap-highlight-color: transparent;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.story_view__nav:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.26);
    transform: scale(1.05);
}

.story_view__nav:disabled {
    opacity: 0.22;
    cursor: default;
    transform: none;
    box-shadow: none;
}

.story_view__nav::-moz-focus-inner {
    border: 0;
}

.story_view__panel {
    position: relative;
    width: auto;
    max-width: min(420px, calc(100vw - 108px));
    max-height: min(85vh, 748px);
    max-height: min(85dvh, 748px);
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    background: #1a1a1a;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.story_view__top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 12px 12px 10px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    pointer-events: none;
}

.story_view__progress {
    display: flex;
    gap: 4px;
    margin-bottom: 10px;
}

.story_view__seg {
    flex: 1;
    height: 3px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.28);
    overflow: hidden;
}

.story_view__seg > span {
    display: block;
    height: 100%;
    width: 0%;
    background: #fff;
    border-radius: 2px;
}

.story_view__seg--done > span {
    width: 100%;
    transition: none;
}

.story_view__title {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    padding: 0 36px 0 4px;
    pointer-events: none;
}

.story_view__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 6;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.story_view__close:hover {
    background: rgba(255, 255, 255, 0.28);
}

.story_view__stage {
    flex: 0 1 auto;
    position: relative;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    width: 100%;
}

.story_view__slide {
    position: relative;
    flex: 0 0 auto;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    display: block;
    line-height: 0;
    background: transparent;
}

.story_view__slide--active {
    opacity: 1;
    pointer-events: auto;
}

.story_view__slide img {
    display: block;
    width: auto;
    height: auto;
    max-width: min(420px, calc(100vw - 108px));
    max-height: min(640px, calc(85vh - 100px));
    max-height: min(640px, calc(85dvh - 100px));
    object-fit: contain;
    object-position: center;
    vertical-align: bottom;
}

.story_view__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 48px 20px 28px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
    color: #fff;
}

.story_view__caption h3 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.story_view__caption p {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    opacity: 0.95;
}

.story_view__footer {
    flex-shrink: 0;
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px 12px max(12px, env(safe-area-inset-bottom, 0px));
    background: #141414;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0 0 16px 16px;
    position: relative;
    z-index: 5;
    box-sizing: border-box;
    min-width: 0;
}

.story_view__reply_label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.story_view__reply_input {
    flex: 1 1 auto;
    min-width: 0;
    border: none;
    border-radius: 22px;
    padding: 10px 16px;
    font-size: 15px;
    font-family: inherit;
    line-height: 1.3;
    background: rgba(255, 255, 255, 0.11);
    color: #fff;
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

.story_view__reply_input::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.story_view__reply_input:focus {
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.story_view__send_btn {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #592EE8;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 4px 14px rgba(89, 46, 232, 0.45);
}

.story_view__send_btn:hover {
    background: #4725BA;
    transform: scale(1.04);
}

.story_view__send_btn:active {
    transform: scale(0.97);
}

.story_view__send_btn svg {
    margin-left: 2px;
}

@media screen and (max-width: 400px) {
    .story_view__frame {
        gap: 6px;
        padding: 0 4px;
    }
    .story_view__nav {
        width: 38px;
        height: 38px;
    }
    .story_view__nav svg {
        width: 18px;
        height: 18px;
    }
    .story_view__panel {
        max-width: min(420px, calc(100vw - 92px));
    }
    .story_view__footer {
        padding: 8px 10px max(10px, env(safe-area-inset-bottom, 0px));
        gap: 8px;
    }
    .story_view__reply_input {
        font-size: 14px;
        padding: 9px 14px;
    }
    .story_view__send_btn {
        width: 38px;
        height: 38px;
    }
}

/* Legacy header styles */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 40px;
    width: 100%;
    max-width: 1400px;
    margin: 20px auto 0;
    position: relative;
    z-index: 100;
    backdrop-filter: blur(12px) saturate(1.2);
    -webkit-backdrop-filter: blur(12px) saturate(1.2);
    background: rgba(255, 255, 255, 0.82);
    border-radius: 50px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.header_logo_block {
    flex: 1;
}

.header_logo {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    align-items: flex-start;
}

.header_logo img {
    width: 160px;
    height: auto;
}

.header_logo__text {
    font-size: 10px;
    letter-spacing: 2px;
    color: #8C7C75;
    text-transform: uppercase;
    margin-top: 8px;
    font-weight: 400;
}

.header_nav_block {
    flex: 2 1 auto;
    min-width: 0;
    display: flex;
    justify-content: center;
}

.header_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
    max-width: 100%;
}

.header_nav a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    color: #282828;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.header_nav a:hover {
    color: #C08D7B;
}

.header_contacts_block {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.header_conet {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header_conet a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    color: #282828;
    transition: 0.3s;
}

.h_mail:hover {
    color: #C08D7B;
}

.h_phone {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #282828 !important;
}



/* ===== Hero Gallery Fullscreen ===== */
.hero_gallery {
    position: relative;
    height: 100vh;
    min-height: 580px;
    overflow: hidden;
    isolation: isolate;
    margin-bottom: 50px;
}

.hero_gallery__columns {
    display: flex;
    gap: 8px;
    height: 100%;
    padding: 0 8px;
    position: absolute;
    inset: 0;
}

.hero_gallery__col {
    flex: 1;
    overflow: hidden;
    transform: translateZ(0);
    will-change: transform;
}

.hero_gallery__track {
    display: flex;
    flex-direction: column;
    gap: 8px;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.hero_gallery__track img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    flex-shrink: 0;
    object-fit: cover;
}

@keyframes gallery_up {
    from { transform: translate3d(0, 0, 0); }
    to   { transform: translate3d(0, -50%, 0); }
}
@keyframes gallery_down {
    from { transform: translate3d(0, -50%, 0); }
    to   { transform: translate3d(0, 0, 0); }
}

.hero_gallery__col--1 .hero_gallery__track { animation: gallery_up 52s linear infinite; }
.hero_gallery__col--2 .hero_gallery__track { animation: gallery_down 40s linear infinite; }
.hero_gallery__col--3 .hero_gallery__track { animation: gallery_up 46s linear infinite; }

/* Dark vignette overlay */
.hero_gallery__overlay {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* safe center: при нехватке высоты (зум, низкое окно) не залезаем под фиксированный хедер + сторис */
    justify-content: center;
    justify-content: safe center;
    padding-top: clamp(220px, 28vh, 340px);
    padding-bottom: 40px;
    box-sizing: border-box;
    background:
        linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, transparent 20%),
        radial-gradient(ellipse 80% 70% at 50% 55%, rgba(0,0,0,0.38) 0%, rgba(0,0,0,0.15) 55%, transparent 100%);
    pointer-events: none;
}

/* Central card */
.hero_gallery__card {
    pointer-events: auto;
    backdrop-filter: blur(18px) saturate(1.4);
    -webkit-backdrop-filter: blur(18px) saturate(1.4);
    background: rgba(255, 255, 255, 0.91);
    border-radius: 28px;
    padding: 44px 56px;
    max-width: 620px;
    width: 90%;
    text-align: center;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.hero_gallery__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.18;
    color: #1a1a1a;
    margin: 0 0 8px;
    letter-spacing: -0.4px;
}

.hero_gallery__price {
    font-weight: 800;
    font-size: 28px;
    margin: 0 0 20px;
    background: linear-gradient(90deg, #592EE8 0%, #9B6BFF 50%, #592EE8 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: price_shimmer 4s linear infinite;
}

.hero_gallery__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 14px;
    margin: 0 auto 26px;
    width: 100%;
    max-width: 480px;
}

.hero_gallery__feature {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px 12px 12px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    color: #333;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(89, 46, 232, 0.15);
    box-sizing: border-box;
    min-height: 56px;
}

.hero_gallery__feature_ico {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
}

.hero_gallery__card .nh_btn {
    margin-top: 0;
}

/* Нижняя плашка контактов */
.hero_gallery__contacts {
    pointer-events: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0 16px;
    width: 90%;
    max-width: 700px;
    margin: 14px 0 0;
    padding: 11px 22px;
    backdrop-filter: blur(18px) saturate(1.4);
    -webkit-backdrop-filter: blur(18px) saturate(1.4);
    background: rgba(255, 255, 255, 0.91);
    border-radius: 50px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.hero_gallery__contacts a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.2s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.hero_gallery__contacts a:hover { color: #592EE8; }

.hero_gallery__contacts .hgc_sep {
    width: 1px;
    height: 22px;
    background: rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

.hero_gallery__contacts svg {
    flex-shrink: 0;
    color: #282828;
    width: 15px;
    height: 15px;
}

.hero_gallery__contacts img {
    flex-shrink: 0;
    display: block;
    width: 15px;
    height: 15px;
    object-fit: contain;
}

/* Responsive */
@media screen and (max-width: 1200px) {
    .header_float__inner { padding: 12px 22px; gap: 14px; }
    .header_stories { padding-left: 22px; padding-right: 22px; }
    .header_nav { gap: 18px; }
    .header_nav a { font-size: 11px; letter-spacing: 0.8px; }
    .header_float__cta { padding: 9px 18px; font-size: 11px; }
    .header_logo img { width: 140px; }
    .header_float__phone { font-size: 12px; }
    .hero_gallery__title { font-size: 30px; }
    .hero_gallery__price { font-size: 24px; }
    .hero_gallery__card { padding: 38px 42px; }
}

@media screen and (max-width: 991px) {
    .header_float {
        top: 12px;
        width: calc(100% - 24px);
    }
    .header_float__inner {
        padding: 10px 18px;
        gap: 10px;
        border-radius: 40px;
    }
    .header_stories { padding-left: 18px; padding-right: 18px; }
    .header_nav { gap: 14px; }
    .header_nav a { font-size: 10px; letter-spacing: 0.5px; }
    .header_logo img { width: 120px; }
    .header_logo__text { font-size: 9px; letter-spacing: 1.5px; }
    .header_float__phone { display: none; }
    .header_float__social { display: none; }

    .hero_gallery__col--3 { display: none; }
    .hero_gallery__card { padding: 32px 28px; }
    .hero_gallery__title { font-size: 26px; }
    .hero_gallery__price { font-size: 22px; margin-bottom: 16px; }
    .hero_gallery__features { gap: 10px 12px; max-width: 100%; margin-bottom: 18px; }
    .hero_gallery__feature { font-size: 13px; padding: 10px 12px 10px 10px; gap: 8px; min-height: 50px; border-radius: 14px; }
    .hero_gallery__feature_ico { width: 30px; height: 30px; }
    .hero_gallery__contacts { gap: 0 12px; padding: 10px 18px; max-width: 90%; }
    .hero_gallery__contacts a { font-size: 12px; }
    .hero_gallery__contacts .hgc_text { display: none; }
}

@media screen and (max-width: 768px) {
    .header_float__inner { padding: 10px 14px; }
    .header_stories { padding-left: 14px; padding-right: 14px; }
    .header_nav { gap: 12px; }
    .header_nav a { font-size: 10px; }
    .header_float__cta { padding: 8px 14px; font-size: 10px; }
}

@media screen and (max-width: 600px) {
    .header_float {
        width: calc(100% - 16px);
        top: 8px;
    }
    .header_float__inner {
        padding: 10px 14px;
        border-radius: 30px;
    }
    .header_stories { margin-top: 6px; padding-left: 14px; padding-right: 14px; }
    .header_stories__inner { border-radius: 40px; }
    .header_stories__track { gap: calc(8px - 3px * var(--header-story-t, 0)); }
    .header_stories--scrollable .header_stories__track { padding-right: 36px; }
    .header_story { width: calc(60px * (1 - var(--header-story-t, 0) * 0.32)); }
    .header_story__ring { --story-ring-base: 52px; }
    .header_story__label { font-size: 10px; }
    .header_stories__chev { width: 28px; height: 28px; right: 6px; }
    .header_nav_block { display: none; }
    .header_float .nav_mobile_ico { display: flex !important; }
    .header_float__cta { display: none; }

    .hero_gallery { min-height: 500px; }
    .hero_gallery__overlay {
        padding-top: clamp(200px, 32vh, 300px);
        padding-bottom: 28px;
    }
    .hero_gallery__columns { gap: 5px; padding: 0 5px; }
    .hero_gallery__track { gap: 5px; }
    .hero_gallery__card {
        padding: 24px 20px;
        border-radius: 20px;
        max-width: 94%;
    }
    .hero_gallery__title { font-size: 22px; line-height: 1.25; }
    .hero_gallery__title br { display: none; }
    .hero_gallery__price { font-size: 20px; margin-bottom: 12px; }
    .hero_gallery__features { gap: 8px 10px; margin-bottom: 14px; }
    .hero_gallery__feature { font-size: 12px; padding: 9px 10px 9px 8px; gap: 7px; min-height: 46px; border-radius: 12px; }
    .hero_gallery__feature_ico { width: 28px; height: 28px; }
    .hero_gallery__card .nh_btn { width: 100%; font-size: 12px; padding: 14px; }
    .hero_gallery__contacts {
        max-width: 94%;
        flex-wrap: wrap;
        gap: 8px 10px;
        padding: 10px 16px;
        border-radius: 30px;
    }
    .hero_gallery__contacts a { font-size: 12px; }
}

/* ===== / Hero Gallery ===== */

/* New Hero Section v2 (Optimized) — legacy */
.hero_nh {
    background: #F5F2EF;
    /* Slightly darker and warmer cream */
    height: 560px;
    position: relative;
    border-radius: 30px;
    margin-bottom: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: 1px solid rgba(192, 141, 123, 0.1);
}

.hero_nh__content {
    display: flex;
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    padding: 0 40px 36px;
    box-sizing: border-box;
}

.hero_nh__left {
    width: 60%;
}

.hero_nh__right {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 65%;
    height: 100%;
    /* Allow slight overflow for better scaling */
    pointer-events: none;
}

.hero_nh__img {
    position: absolute;
    bottom: -20px;
    /* Sit slightly below or on edge */
    right: -80px;
    height: 150%;
    /* FORCE HUGE SCALE */
    width: auto;
    max-width: none;
    object-fit: contain;
    object-position: bottom right;
}

/* Hide reCAPTCHA badge */
.grecaptcha-badge {
    visibility: hidden !important;
}

.hero_nh__decor {
    width: 80px;
    margin-bottom: 15px;
    opacity: 0.6;
}

.hero_nh__title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 52px;
    line-height: 1.15;
    color: #282828;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.hero_nh__subtitle {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-size: 30px;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 30px;
    background: linear-gradient(90deg, #592EE8 0%, #9B6BFF 60%, #592EE8 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: price_shimmer 4s linear infinite;
}

.hero_nh__adv {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px 45px;
    margin-bottom: 32px;
}

.nh_adv_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.nh_adv_icon {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.nh_adv_icon svg,
.nh_adv_icon img {
    color: #282828;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nh_adv_text {
    font-size: 15px;
    color: #282828;
    line-height: 1.3;
}

.nh_adv_text span {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.nh_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #592EE8;
    color: #FFF;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    box-shadow: 0 10px 25px rgba(89, 46, 232, 0.4);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.nh_btn:hover {
    background: #4725BA;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(89, 46, 232, 0.5);
    color: #FFF;
}

@media screen and (max-width: 1200px) {
    .hero_nh__title {
        font-size: 44px;
    }

    .hero_nh__subtitle {
        font-size: 22px;
    }

    .hero_nh__content {
        gap: 30px;
    }
}

@media screen and (max-width: 991px) {
    .hero_nh {
        height: auto;
        padding: 40px 20px 48px;
    }

    .hero_nh__content {
        flex-direction: column;
        text-align: center;
        padding: 0;
    }

    .hero_nh__left {
        width: 100%;
        margin-bottom: 30px;
    }

    .hero_nh__right {
        position: static;
        width: 100%;
        height: auto;
        justify-content: center;
    }

    .hero_nh__img {
        position: static;
        right: auto;
        bottom: auto;
        height: auto;
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 0 auto;
    }

    .hero_nh__adv {
        justify-content: center;
    }

    .nh_adv_item {
        align-items: center;
    }

    .hero_nh__decor {
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 480px) {
    .hero_nh__title {
        font-size: 32px;
    }

    .hero_nh__adv {
        flex-direction: column;
        gap: 30px;
    }

    .nh_btn {
        width: 100%;
    }
}


.order_from_btn,
.btn_main {
    display: inline-flex;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 59px;
    background: #592EE8;
    border-radius: 8px;
    padding-left: 60px;
    padding-right: 60px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.btn_border {
    color: #909090;
    border: 1px solid #909090;
    background: transparent;
}

.order_from_btn:hover,
.btn_main:hover {
    background: #4725BA;
}

.order_from_btn:active,
.btn_main:active {
    background: #391D94;
}


.btn_border:hover {
    background: #909090;
    color: #FFF;
}

.btn_border:active {
    background: #6b6a6a;
    border-color: #6B6A6A;
    color: #FFF;
}


.header_slide .order_from_btn {
    margin-top: 64px;
}

.header_slide .btn_main {
    margin-top: 35px;
    min-height: 59px;
    background: #592EE8;
}

.header_slide .btn_main:hover {
    background: #4725BA;
}

.about_team {
    margin-top: 60px;
    padding: 40px;
    background: #f8f9fa;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
}

.about_team__header {
    margin-bottom: 50px;
    max-width: 900px;
}

.about_team__label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #592EE8;
    margin-bottom: 20px;
    font-weight: 600;
}

.about_team__header .tm {
    line-height: 1.1;
    font-size: 44px;
    font-weight: 700;
    margin: 0;
    color: #282828;
}

.about_team__body {
    display: flex;
    gap: 60px;
    border-top: 1px solid #dee2e6;
    padding-top: 50px;
}

.about_team__text {
    width: 50%;
    font-size: 18px;
    line-height: 1.6;
    color: #444;
}

/* ===== UNERS Team Block ===== */
.uners_team {
    margin-top: 60px;
    display: flex;
    gap: 48px;
    align-items: flex-start;
    padding: 48px;
    background: #f8f9fa;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
}

.uners_team__content {
    width: 44%;
    flex-shrink: 0;
    position: sticky;
    top: 100px;
}

.uners_team__label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #592EE8;
    margin-bottom: 20px;
    font-weight: 600;
}

.uners_team__title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: #282828;
    margin: 0 0 24px;
}

.uners_team__text p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin: 0 0 14px;
}

.uners_team__text p:last-child {
    margin-bottom: 0;
}

.uners_team__content .btn_main {
    margin-top: 32px;
}

/* Photo mosaic — 3 columns, staggered */
.uners_team__photos {
    flex: 1;
    display: flex;
    gap: 12px;
    min-width: 0;
}

.uners_team__col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.uners_team__col--1 { padding-top: 32px; }
.uners_team__col--2 { padding-top: 0; }
.uners_team__col--3 { padding-top: 56px; }

.uners_team__photo {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.uners_team__photo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(.4, 0, .2, 1);
}

.uners_team__photo:hover img {
    transform: scale(1.05);
}

.uners_team__photo[data-team-lb] {
    cursor: pointer;
}

/* ===== Team Lightbox ===== */
.team_lb {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.team_lb--open {
    opacity: 1;
    visibility: visible;
}

.team_lb__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.team_lb__wrap {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team_lb__img {
    display: block;
    max-width: 90vw;
    max-height: 88vh;
    border-radius: 12px;
    object-fit: contain;
    transform: scale(0.92);
    transition: transform 0.35s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 20px 80px rgba(0,0,0,0.5);
}

.team_lb--open .team_lb__img {
    transform: scale(1);
}

.team_lb__close {
    position: absolute;
    top: -44px;
    right: -8px;
    background: none;
    border: none;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    line-height: 1;
    opacity: 0.7;
    transition: opacity 0.2s, transform 0.2s;
    padding: 4px;
}

.team_lb__close:hover {
    opacity: 1;
    transform: scale(1.15);
}

.team_lb__prev,
.team_lb__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.12);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s, background 0.2s;
}

.team_lb__prev:hover,
.team_lb__next:hover {
    opacity: 1;
    background: rgba(255,255,255,0.22);
}

.team_lb__prev { left: -64px; }
.team_lb__next { right: -64px; }

@media screen and (max-width: 768px) {
    .team_lb__prev { left: 8px; }
    .team_lb__next { right: 8px; }
    .team_lb__close { top: 12px; right: 12px; }
    .team_lb__img { border-radius: 8px; }
}

@media screen and (max-width: 1024px) {
    .about_team__header .tm {
        font-size: 32px;
    }

    .about_team__body {
        flex-direction: column;
        gap: 25px;
    }

    .about_team__text {
        width: 100%;
        font-size: 16px;
    }

    .about_team {
        padding: 40px 30px;
    }

    .uners_team {
        flex-direction: column;
        padding: 36px 28px;
        gap: 36px;
    }

    .uners_team__content {
        width: 100%;
        position: static;
    }

    .uners_team__title {
        font-size: 28px;
    }

    .uners_team__photos {
        gap: 10px;
    }

    .uners_team__col--1 { padding-top: 20px; }
    .uners_team__col--3 { padding-top: 36px; }

    .sostav_showcase {
        flex-direction: column;
        gap: 28px;
    }

    .sostav_showcase__gallery {
        width: 100%;
        position: static;
    }

    .sostav_showcase__info {
        width: 100%;
    }

    .sostav_subtitle {
        font-size: 16px;
    }
}

.design {
    margin-top: 60px;
}

.design__slider_main {
    position: relative;
    margin-top: 50px;
}

.design__slider_main .swiper-button-next,
.design__slider_main .swiper-button-prev {
    border: 1px solid #282828;
    background: #FFFFFF;
    margin-top: 0;
    top: 252px;
    -webkit-box-shadow: -3px 4px 10px rgba(60, 60, 60, 0.3);
    box-shadow: -3px 4px 10px rgba(60, 60, 60, 0.3);
    backdrop-filter: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.design__slider_main .swiper-button-next:hover,
.design__slider_main .swiper-button-prev:hover {
    background: #FFF;
    border: 1px solid #282828;
    -webkit-box-shadow: -3px 4px 10px rgba(60, 60, 60, 0.3);
    box-shadow: -3px 4px 10px rgba(60, 60, 60, 0.3);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.design__slider_main .swiper-button-next:hover path,
.design__slider_main .swiper-button-prev:hover path {
    stroke: rgb(40, 40, 40);
}

.design__slider_main .swiper-button-prev {
    left: -27px;
}

.design__slider_main .swiper-button-next {
    right: -27px;
}

.design__slider .swiper-slide {
    width: 570px;
}

.design__slide_img {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.design__slide_img a {
    display: block;
    text-decoration: none;
}

.design__slide_img img {
    display: block;
    width: 100%;
}

.design__slide_name {
    margin-top: 20px;
    font-size: 18px;
    line-height: 150%;
    color: #282828;
}

.design__slide_cat {
    margin-top: 5px;
    font-size: 16px;
    line-height: 150%;
    color: #909090;
}

.design__slide_price {
    margin-top: 11px;
    font-size: 18px;
    line-height: 150%;
    color: #282828;
}

.design__slide {
    display: block;
    text-decoration: none;
}

.design__slider_main .swiper-button-disabled {
    /*opacity: 0;*/
}

.inspiration {
    margin-top: 60px;
    background: #f4f4f4;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.inspiration__content {
    width: 50%;
    padding: 40px 60px;
}

.inspiration__content .tm {
    font-size: 32px;
    margin-bottom: 20px;
}

.inspiration__text {
    font-size: 18px;
    line-height: 1.5;
    color: #444;
    margin-bottom: 35px;
}

.inspiration__btn {
    min-width: 280px;
}

.inspiration__grid {
    width: 50%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 15px;
}

.inspiration__grid_item {
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 10px;
}

.inspiration__grid_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.inspiration__grid_item:hover img {
    transform: scale(1.05);
}

@media screen and (max-width: 1024px) {
    .inspiration {
        flex-direction: column;
    }

    .inspiration__content,
    .inspiration__grid {
        width: 100%;
        padding: 40px;
    }
}

.tm {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    color: #282828;
}

.etap {
    margin-top: 60px;
}

.order_from_footer .in_style {
    position: relative;
    top: 8px;
}

.etap__nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 31px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.etap__nav>li {
    display: block;
    cursor: pointer;
    padding: 10px 20px;
}

.etap__nav>li span {
    display: block;
    font-size: 16px;
    line-height: 150%;
    color: #282828;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.etap__nav>li span:before {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 2px;
    background: #592EE8;
    left: 0;
    bottom: -6px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.etap__nav>li.swiper-pagination-bullet-active span {
    color: #592EE8;
    font-weight: 500;
}

.etap__nav>li.swiper-pagination-bullet-active span:before {
    opacity: 1;
    width: 100%;
}

.etap__nav>li:hover span {
    color: #592EE8;
}

.etap__slider {
    margin-top: 24px;
    background: #E7E7E7;
    border-radius: 20px;
}

.etap__slide {
    padding: 60px 150px 60px 144px;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.etap__slide_l {
    width: 370px;
    min-width: 370px;
    padding-right: 16px;
    margin-top: -8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.etap__slide_r {
    width: 100%;
}

.etap__slide_img {
    display: block;
    overflow: hidden;
    position: relative;
    height: 469px;
    width: 100%;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.etap__slide_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.etap__slide_item+.etap__slide_item {
    margin-top: 31px;
}

.etap__slide_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #282828;
}

.etap__slide_text {
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-top: 12px;
}

.etap__slide_text_widht-max {
    max-width: 263px;
}

.design-owl-slider .owl-theme .owl-nav .disabled {
    opacity: 0;
}

/*
#etap .swiper-button-disabled[aria-disabled="true"] {
    opacity: .5 !important;
}
*/

.doc_href {
    display: flex;
    text-decoration: none;
    -webkit-align-items: center;
    align-items: center;
}

.doc_href img,
.doc_href svg {
    display: block;
    margin-right: 14px;
}

.doc_href span {
    font-size: 16px;
    line-height: 150%;
    color: #282828;
    position: relative;
    display: block;
    top: -2px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.doc_href span:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -2px;
    background: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.doc_href:hover span {
    color: #592EE8;
}

.doc_href:hover span:before {
    background: #592EE8;
}

.doc_href:active span {
    color: #391D94;
}

.doc_href:active span:before {
    background: #391D94;
}


.doc_href img+img {
    display: none;
}

.doc_href:hover img {
    display: none;
}

.doc_href:hover img+img {
    display: block;
}

.doc_href:hover path {
    fill: #391D94;
}

.doc_href:focus path {
    fill: #592EE8;
}

.etap__slide_item .doc_href {
    margin-top: 15px;
}

.etap__slide_item .doc_href+.doc_href {
    margin-top: 12px;
}

.etap__slide_r {
    position: relative;
}

.test {
    border: 1px solid #CC0000;
}

.stap_circle {
    position: absolute;
    top: 50%;
    left: -70px;
    margin-top: -70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.stap_circle:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(14.4px);
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.stap_circle img {
    display: block;
    position: relative;
    z-index: 20;
}

.etap__slide_text span {
    display: block;
    margin-top: 10px;
}

.tm_dop {
    font-size: 16px;
    line-height: 150%;
    color: #282828;
    max-width: 360px;
    margin-top: 31px;
}

.calc_intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px 48px;
}

.calc_intro__text {
    flex: 1;
    min-width: 0;
}

.calc_intro__text .tm_dop {
    max-width: 560px;
}

.calc_intro__visual {
    flex: 0 0 auto;
    width: min(36vw, 400px);
    max-width: 100%;
    line-height: 0;
}

.calc_intro__visual img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: contain;
    object-position: bottom center;
}

@media screen and (max-width: 991px) {
    .calc_intro {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
    }

    .calc_intro__text {
        text-align: center;
    }

    .calc_intro__text .tm_dop {
        max-width: 100%;
    }

    .calc_intro__visual {
        width: 100%;
        max-width: 280px;
    }

    .calc_intro__visual img {
        max-height: 170px;
        margin: 0 auto;
    }

    .calc--hero-bg {
        background: linear-gradient(to bottom, rgba(255,255,255,0.95) 40%, rgba(255,255,255,0.8) 100%),
                    url('/newimg/dizayn/disain7.jpg') center bottom / cover no-repeat;
        border-radius: 18px;
    }
}

.calc {
    margin-top: 60px;
}

.calc--hero-bg {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(105deg, rgba(255,255,255,0.97) 50%, rgba(255,255,255,0.55) 100%),
                url('/newimg/dizayn/disain7.jpg') right center / cover no-repeat;
}

.bg_light {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.calc--hero-bg .calc_intro__visual {
    display: none;
}

.calc_content {
    margin-top: 65px;
    background: #E7E7E7;
    border-radius: 20px;
    padding: 30px 30px 30px 30px;
}

.calc_content__nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.calc_content__nav li {
    font-size: 16px;
    line-height: 130%;
    color: #909090;
    cursor: default;
    position: relative;
    display: flex;
    height: 49px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.calc_content__nav li.act {
    color: #282828;
    font-weight: 500;
}

.calc_content__nav li:before {
    content: "";
    display: block;
    position: absolute;
    width: 1400px;
    height: 4px;
    background: #592EE8;
    border-radius: 20px;
    bottom: 0;
    right: 100%;
    opacity: 0;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.calc_content__nav li.act:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.calc_content__inner {
    margin-top: 39px;
}

.calc_content__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #282828;
}

.calc_content__check {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -30px;
    margin-top: 23px;
}

.calc_check {
    display: block;
    cursor: pointer;
    position: relative;
    width: 100%;
    margin-left: 30px;
}

.calc_check img {
    display: block;
    width: 100%;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.calc_check input {
    display: none;
}

.calc_check input+.calc_check__head span:before {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    background: #FFFFFF;
    z-index: 20;
    right: 15px;
    top: 15px;
    /*border: 1px solid #592EE8;*/
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.calc_check input+calc_check__head span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 30;
    /*border: 1px solid #592EE8;*/
    box-sizing: border-box;
    border-radius: 20px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.calc_check input:checked+.calc_check__head span:before {
    -webkit-box-shadow: inset 0px 0px 0px 5px #592EE8;
    box-shadow: inset 0px 0px 0px 5px #592EE8;
}

.calc_check input:checked+span:after {
    opacity: 1;
}

.calc_check__head {
    border-radius: 20px;
    overflow: hidden;
    /*border: 1px solid #E7E7E7;*/
}

.calc_check input:checked+.calc_check__head {
    border: 1px solid #592EE8;
}

.calc_check__name {
    margin-top: 23px;
    font-size: 16px;
    line-height: 130%;
    color: #282828;
    text-align: center;
}

.calc_content__nav_bottom {
    display: flex;
    margin-top: 35px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.calc_check__head {
    position: relative;
}

.calc_area__text {
    display: flex;
    text-align: center;
    height: 270px;
    background: #FFFFFF;
    border-radius: 20px;
    font-size: 36px;
    line-height: 130%;
    color: #000000;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.calc_area__text sup {
    font-size: 56%;
    margin-top: -15px;
    margin-left: 2px;
}

.calc_rotate_main {
    position: relative;
    margin-top: 23px;
    margin-right: -30px;
    margin-left: -30px;
}

.calc_rotate_swipe {
    display: none !important;
    position: absolute;
    right: -54px;
    z-index: 20;
    top: 50%;
    pointer-events: none;
    margin-top: -54px;
    -webkit-transform: translateY(-22px);
    -moz-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    -o-transform: translateY(-22px);
    transform: translateY(-22px);
}

.calc_rotate_swipe img {
display: block;
}


.calc_rotate .swiper-slide {
width: calc(16.666% - 25px);
}

.calc_rotate .calc_check {
margin-left: 0;
}

.calc_rotate {
    padding-left: 30px;
    padding-right: 30px;
}

.calc_rotate_swipe_dop {
    display: none;
}

.calc_rotate_w1 .swiper-slide {
    width: calc(16.666% - 25px);
}

.calc_rotate_w2 .swiper-slide {
    width: calc(25% - 22.5px);
}

.calc_area__text_what {
    text-align: left;
    padding-left: 28px;
    padding-right: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.calc_content__good {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.calc_content__good_l {
    width: 424px;
    min-width: 424px;
}

.calc_content__good_l img {
    display: block;
    width: 100%;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.calc_content__good_r {
    width: 660px;
    margin-left: 57px;
    font-size: 36px;
    line-height: 130%;
    color: #282828;
}

.sostav_new .about_team__text:first-child p {
    font-size: 20px;
    line-height: 1.5;
    color: #444;
}

/* --- Sostav Showcase (redesigned) --- */
.sostav_subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    margin-top: 16px;
    max-width: 640px;
}

.sostav_showcase {
    display: flex;
    gap: 48px;
    align-items: flex-start;
    margin-top: 40px;
}

.sostav_showcase__gallery {
    width: 50%;
    flex-shrink: 0;
    position: sticky;
    top: 100px;
}

.sostav_gallery__wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 7 / 5.2;
    background: #e8e8e8;
}

.sostav_gallery__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(.4, 0, .2, 1), transform 0.8s cubic-bezier(.4, 0, .2, 1);
    transform: scale(1.04);
}

.sostav_gallery__img--active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}

.sostav_gallery__counter {
    position: absolute;
    bottom: 16px;
    left: 20px;
    z-index: 2;
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #282828;
    letter-spacing: .5px;
}

.sostav_gallery__cur {
    color: #592EE8;
}

.sostav_showcase__info {
    width: 50%;
}

.sostav_showcase__info .doc_href {
    margin-top: 32px;
}

.sostav__accordion--showcase li {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.sostav__accordion_num {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #aaa;
    transition: background 0.3s, color 0.3s;
    margin-top: 2px;
}

.sostav__accordion--showcase li.act .sostav__accordion_num {
    background: #592EE8;
    color: #fff;
}

.sostav__accordion_right {
    flex: 1;
    min-width: 0;
}

.sostav__accordion--showcase .sostav__accordion_title {
    padding-right: 44px;
}

.sostav__accordion {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sostav__accordion li {
    border-bottom: 1px solid #dee2e6;
    position: relative;
    padding: 25px 0;
}

.sostav__accordion li:first-child {
    border-top: 1px solid #dee2e6;
}

.sostav__accordion_title {
    font-size: 22px;
    font-weight: 600;
    color: #282828;
    cursor: pointer;
    position: relative;
    padding-right: 60px;
}

.sostav__accordion_title i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: #f0f0f0;
    border-radius: 50%;
    transition: background 0.25s;
}

.sostav__accordion_title i::before,
.sostav__accordion_title i::after {
    content: '';
    position: absolute;
    background: #282828;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.25s, background 0.25s;
}

/* горизонтальная черта — всегда */
.sostav__accordion_title i::before {
    width: 14px;
    height: 2px;
}

/* вертикальная черта — только у закрытого (= знак плюс) */
.sostav__accordion_title i::after {
    width: 2px;
    height: 14px;
    opacity: 1;
}

/* открыт — скрываем вертикальную черту, остаётся минус */
.act .sostav__accordion_title i::after {
    opacity: 0;
}

.act .sostav__accordion_title i {
    background: #592EE8;
}

.act .sostav__accordion_title i::before {
    background: #fff;
}

.sostav__accordion_content {
    display: none;
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.sostav__accordion_content p {
    margin-bottom: 15px;
}

.sostav__accordion_content ol {
    padding-left: 20px;
}

.sostav__accordion_content ol li {
    border: none;
    padding: 5px 0;
}

.act .sostav__accordion_title i {
    transform: translateY(-50%);
}

.sostav__accordion_content p {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 150%;
    color: #282828;
}

.sostav__accordion_content p+p {
    margin-top: 10px;
}

.sostav__accordion_content ol {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
    font-size: 16px;
    line-height: 150%;
    color: #282828;
    counter-reset: ol_num;
}

.sostav__accordion_content ol>li {
    display: block;
    position: relative;
}

.sostav__accordion_content ol>li:before {
    counter-increment: ol_num;
    content: counter(ol_num)". ";
}

.price {
    margin-top: 60px;
}

.price__list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 60px;
    margin-left: -50px;
}

.price__list>li {
    width: 25%;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.price__list_img {}

.price__list_img img {
    display: block;
    width: 100%;
    border: 0px solid #282828;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.price__list_name {
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    margin-top: 20px;
}

.price__list_time {
    margin-top: 4px;
    font-size: 16px;
    line-height: 150%;
    color: #909090;
}

.price__list_price {
    margin-top: 16px;
    font-size: 24px;
    line-height: 140%;
    color: #282828;
}

.price__list .order_from_btn,
.price__list .btn_main {
    width: 100%;
    max-width: 252px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 22px;
}

.infortmation {
    position: relative;
    margin-top: 60px;
    background: #E7E7E7;
    border-radius: 20px;
    display: flex;
    padding: 40px 79px 34px 79px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.infortmation__i {
    position: absolute;
    left: -25px;
    top: -25px;
}

.infortmation__i img {
    display: block;
}


.infortmation__item {
    width: 387px;
}

.infortmation__item+.infortmation__item {
    width: 399px;
}

.infortmation__item+.infortmation__item+.infortmation__item {
    width: 251px;
}

.infortmation__item_i {
    display: inline-block;
    position: relative;
}

.infortmation__item_i img {
    display: block;
}

.infortmation__item_i span {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #FFF;
    left: 0;
    top: 0;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.infortmation__item_text {
    margin-top: 11px;
    font-size: 16px;
    line-height: 150%;
    color: #282828;
}

.zahvat {
    margin-top: 60px;
    background: #E7E7E7;
    border-radius: 20px;
    padding: 30px 60px 40px 60px;
}

.zahvat .tm {
    line-height: 150%;
}

.order_from,
.zahvat__form {
    display: flex;
    margin-top: 43px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.in_style {
    display: block;
    position: relative;
}

.in_style input {
    display: block;
    width: 100%;
    font-size: 24px;
    color: #909090;
    border: none;
    height: 41px;
    background: none;
    padding-bottom: 2px;
    border-bottom: 1px solid #909090;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.order_from .in_style,
.zahvat__form .in_style {
    width: 312px;
    margin-right: 59px;
}

.in_err_text {
    display: none;
    position: absolute;
    left: 0;
    font-size: 12px;
    line-height: 140%;
    color: #C83947;
    bottom: -21px;
}

.in_placeholder {
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    color: #909090;
    left: 2px;
    top: 8px;
    pointer-events: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.in_style input:focus {
    color: #282828;
}

.in_style input:focus+.in_placeholder,
.filled .in_placeholder {
    font-size: 12px;
    color: #909090;
    top: -17px;
}

::-webkit-input-placeholder {
    /* Chrome */
    color: transparent;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: transparent;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
    opacity: 0;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: transparent;
    opacity: 0;
}

.in_style__err input {
    border-color: #C83947;
}

.in_style__err .in_err_text {
    display: block;
}

.calc_content__inner .tm {
    font-weight: normal;
}

.form_personal {
    font-size: 12px;
    line-height: 120%;
    color: #909090;
    margin-top: 25px;
}

.form_personal a {
    text-decoration: none;
    color: #592EE8;
}

.form_personal a:hover {
    text-decoration: underline;
}

.faq {
    margin-top: 131px;
}

.faq .sostav__accordion {
    margin-top: 58px;
}

.footer {
    margin-top: 200px;
    background: #282828;
}

.footer .wmain {
    display: flex;
    padding-top: 78px;
    padding-bottom: 42px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.footer__cont_title {
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    color: #FFFFFF;
}

.footer__quest {
    margin-top: 39px;
    font-size: 18px;
    line-height: 140%;
    color: #dedede;
    max-width: 309px;
}

.footer__href {
    margin-top: 104px;
}

.footer__href a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer__href a:hover {
    color: #592EE8;
}

.footer__href a+a {
    margin-top: 4px;
}

.f_cont {
    display: block;
    text-decoration: none;
    font-size: 36px;
    line-height: 140%;
    color: #FFFFFF;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.f_cont:hover {
    color: #592EE8 !important;
}

.f_cont_h:hover {
    color: #592EE8;
}

.f_cont+.f_cont {
    margin-top: 15px;
}


.footer__item+.footer__item {
    margin-left: 207px;
    padding-top: 9px;
}

.footer__item+.footer__item+.footer__item {
    margin-left: 164px;
}


.nav_mobile_ico {
    display: none;
    position: relative;
    cursor: pointer;
}

.nav_mobile_ico:before {
    content: "";
    display: block;
    position: absolute;
    padding: 20px;
    left: -20px;
    top: -20px;
    width: 100%;
    height: 100%;
}

.nav_mobile_ico img {
    display: block;
}

.nav_mobile__close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 57px;
}

.nav_mobile__close:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    left: -20px;
    top: -20px;
}

.nav_mobile__close img {
    display: block;
}

.nav_mobile__list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav_mobile__list>li {
    display: block;
}

.nav_mobile__list>li+li {
    margin-top: 20px;
}

.nav_mobile__list>li a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    color: #282828;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.nav_mobile__list>li a:hover {
    opacity: 0.8;
}

.nav_mobile__bottom_href a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
}

.nav_mobile__bottom_nav {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 23px;
}

.nav_mobile__bottom_nav a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    line-height: 140%;
    color: #282828;
    padding-bottom: 1px;
    border-bottom: 1px solid #282828;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.nav_mobile__bottom_nav a:hover {
    border-color: transparent;
}


.nav_mobile__bottom {
    margin-top: 40px;
}

.calc_content__nav_mobile {
    display: none;
}

.calc_content__nav_bottom_mobile {
    display: none;
    margin-top: 36px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.calc_content__nav_bottom_mobile .calc_prev,
.calc_content__nav_bottom_mobile .calc_next {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 120%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.calc_content__nav_bottom_mobile i {
    display: flex;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.calc_content__nav_bottom_mobile .calc_prev i {
    border: 1px solid #909090;
    margin-right: 10px;
}

.calc_content__nav_bottom_mobile .calc_prev {
    color: #909090;
}

.calc_content__nav_bottom_mobile .calc_next i {
    margin-left: 10px;
    background: #592EE8;
}

.calc_content__nav_bottom_mobile .calc_next {
    color: #592EE8;
}


.filled input {
    color: #282828;
}

.calc_step_5.act+.calc_content__nav_bottom,
.calc_step_5.act+.calc_content__nav_bottom+.calc_content__nav_bottom_mobile {
    display: none;
}


.zahvat_ok {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.zahvat_act .order_from,
.zahvat_act .zahvat__form {
    pointer-events: none;
    opacity: 0.5;
}

.zahvat_act .order_from_btn,
.zahvat_act .btn_main {
    background: #b1b1b1;
    color: #FFF;
}


.zahvat_ok .tm {
    font-weight: normal;
}

.swiper-pagination_hover {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 30;
    cursor: pointer;
}

.swiper-pagination_hover span {
    display: block;
    width: 100%;
    height: 100%;
}

.dellnext {
    display: none !important;
}

.etap__slider__nav {
    width: auto !important;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.slidder-item {
    position: relative;
}

.etap__slider__nav .swiper-slide {
    width: auto !important;
    white-space: nowrap;
    border: 1px solid #282828;
    padding: 0;
    padding-left: 19px;
    padding-right: 19px;
    height: 35px !important;
    display: flex;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}


.etap__slider__nav .swiper-slide-thumb-active {
    border: 1px solid #592EE8;
    color: #592EE8;
    font-weight: 500;
}

.etap__slider__nav {
    display: none !important;
}

.design-owl-slider {
    margin-top: 50px;
}

.design_show_more_btn {
    display: none;
}

.design-owl-slider-sub__items {
    overflow: hidden;
}

.design-owl-slider-sub__items>.item:not(:first-child) {
    position: absolute;
    z-index: -3;
    opacity: 0;
}

.design-owl-slider-sub__item {
    border-radius: 20px;
    overflow: hidden;
    display: block;
}

.design-owl-slider__items {
    position: relative;
}

.design-owl-slider .owl-carousel.owl-theme .owl-nav {
    margin-top: 0;
}

.design-owl-slider .owl-dots {
    opacity: 0;
    transition: opacity 350ms;
}

.design-owl-slider-sub__items:hover .owl-dots {
    opacity: 1;
}

.design-owl-slider .owl-theme .owl-dots .owl-dot span {
    margin: 0 1px;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, .5);
}

.design-owl-slider .owl-theme .owl-dots .owl-dot {}

.design-owl-slider .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, 1);
}

.design-owl-slider .owl-carousel .owl-nav button.owl-prev,
.design-owl-slider .owl-carousel .owl-nav button.owl-next {
    border: 1px solid #282828;
    background: #FFFFFF;
    box-shadow: -3px 4px 10px rgba(60, 60, 60, .3);
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 41%;
    transform: translateY(-50%);
}

.design-owl-slider .owl-carousel .owl-nav button.owl-prev {
    right: calc(100% - 27px);
}

.design-owl-slider .owl-carousel .owl-nav button.owl-next {
    left: calc(100% - 27px);
}

.design-owl-slider .owl-carousel .owl-nav button {
    transition: all 350ms;
}

.design-owl-slider .owl-carousel .owl-nav button:hover {
    transform: translateY(-50%) scale(1.1);
}

.arrow-slider {
    width: 20px;
    height: 16px;
}

.arrow-slider-left {}

.arrow-slider-right {}


.hide {
    display: none;
}

.design-owl-slider__items .owl-stage-outer {}

.design-owl-slider-sub {
    position: relative;
}

.design-owl-slider__item {
    position: relative;
    overflow: hidden;
}

.design-owl-slider-sub .owl-dots {
    position: absolute;
    top: 20px;
    bottom: 20px;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    margin: 0;
    align-items: stretch;
}

.design-owl-slider-sub .owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0;
}

.design-owl-slider-sub .owl-carousel button.owl-dot {
    zoom: 1;
    display: flex;
    align-items: flex-end;
}

.design-owl-slider__item {
    display: block;
    width: 570px;
    overflow: hidden;
    margin-right: 50px;
}

.design-owl-slider__item:last-child {
    margin-right: 0;
}

.design-owl-slider-sub__image {
    display: block;
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.design-navigation {
    position: absolute;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #282828;
    background: #FFFFFF;
    box-shadow: -3px 4px 10px rgb(60 60 60 / 30%);
    z-index: 1;
    top: calc(40% - 27px);
    cursor: pointer;
}

.design-navigation.right {
    right: -27px;
}

.design-navigation.left {
    left: -27px;
}

@media (min-width: 991px) {

    #portfolio .swiper-wrapper .swiper-lazy,
    #portfolio .swiper-wrapper {
        min-height: 550px !important;
        max-height: 550px !important;
    }
}

#portfolio .swiper-pagination {
    top: 20px;
    height: inherit !important;
    align-items: flex-end !important;

    display: inline-flex !important;
    width: auto !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
}

#portfolio .swiper-pagination span {
    position: relative;
    height: 100% !important;
    margin: 0 1px !important;
    background: transparent !important;
    border-radius: 0 !important;
}

#portfolio .swiper-pagination.swiper-pagination-bullet-active span:before {}

#portfolio .swiper-pagination span:before {
    position: absolute;
    bottom: 0;
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: #FFFFFF;
    opacity: 1 !important;
    border-radius: 50%;
}

#portfolio .design__slide_img img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-position: center !important;
    object-fit: cover !important;
}

.perenos,
.perenos-hero {
    display: inline-block;
    white-space: nowrap;
}

/*@media*/
@media screen and (max-width: 1800px) {
    .header_slide__text {
        margin-left: 15%;
    }

    .wmain {
        max-width: 1200px;
    }

    .design__slider .swiper-slide {
        width: 522px;
    }

    .price__list>li {
        padding-left: 30px;
    }

    .price__list {
        margin-left: -30px;
    }

    .infortmation {
        padding: 40px 38px 34px 39px;
    }

    .zahvat .tm {
        font-weight: normal;
    }

    .zahvat {
        padding: 35px 35px 50px 47px;
    }

    .footer__item+.footer__item {
        margin-left: 112px;
    }

    .footer__item+.footer__item+.footer__item {
        margin-left: 68px;
    }

    .etap__nav>li {
        padding-left: 0px;
        padding-right: 0px;
    }

    .servis_r br {
        display: none;
    }


    .perenos {
        display: inline;
    }

    .header_nav {
        margin-left: 37px;
    }

    .header_nav a+a {
        margin-left: 20px;
    }

    .header_conet a+a {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1480px) {
    .calc_step_1 .calc_rotate_swipe_dop {
        display: block;
    }
}

@media screen and (max-width: 1260px) {
    .wmain {
        width: 100%;
    }
}

@media screen and (max-width: 1240px) {
    .calc_rotate_w2 .swiper-slide {
        width: calc(16.666% - 25px);
    }

    .calc_step_2 .calc_rotate_swipe_dop {
        display: block;
    }

    .calc_step_4 .calc_rotate_swipe_dop {
        display: block;
    }
}

@media screen and (max-width: 1220px) {
    .infortmation__item:nth-child(3) {
        margin-left: 30px;
        margin-right: 30px;
    }

    .design__slider_main .swiper-button-next,
    .design__slider_main .swiper-button-prev {
        top: 160px;
    }

    .servis_l {
        width: 320px;
        min-width: 320px;
    }

    .servis_r {
        font-size: 28px;
    }

    .sostav_r {
        padding-left: 160px;
    }

    .design__slider .swiper-slide {
        width: 380px;
    }
}

@media screen and (max-width: 1200px) {

    .header_nav,
    .header_conet {
        display: none;
    }

    .nav_mobile_ico {
        display: block;
    }

}

@media screen and (max-width: 1140px) {


    .etap__nav {
        overflow: auto;
        margin-left: -32px;
        margin-right: -32px;
        padding-left: 32px;
        padding-right: 32px;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
    }

    .etap__nav::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .etap__nav:after {
        content: "";
        display: block;
        width: 1px;
        height: 20px;
    }

    .etap__nav>li {
        white-space: nowrap;
        border: 1px solid #282828;
        padding: 0;
        padding-left: 19px;
        padding-right: 19px;
        height: 35px;
        display: flex;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 50px;
        border-radius: 50px;
    }

    .etap__nav>li span:before {
        display: none;
    }

    .etap__nav>li span {
        padding-bottom: 1px;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
    }

    .etap__nav .swiper-pagination-bullet-active {
        border: 1px solid #592EE8;
    }

    .etap__nav>li+li {
        margin-left: 11px;
    }

    .order_from .in_style,
    .zahvat__form .in_style {
        width: 252px;
    }

    .order_from .in_style,
    .zahvat__form .in_style {
        margin-right: 39px;
    }
}

@media screen and (max-width: 1080px) {
    .etap__nav {
        display: none !important;
    }

    .etap__slider__nav {
        margin-top: 51px;
        display: block !important;
    }

    .fancybox-navigation {
        /* display: none !important;*/
    }

    .swiper-pagination_hover {
        display: none !important;
    }

    .footer__cont_title {
        font-size: 40px;
    }

    .f_cont {
        font-size: 28px;
    }

    .etap__slide {
        padding-left: 100px;
        padding-right: 100px;
    }

    .calc_content__good_l {
        width: 360px;
        min-width: 360px;
    }

    .calc_content__good_r {
        width: auto;
        font-size: 28px;
    }

    .fancybox-slide.fancybox-slide--image {
        /* transform: translateY(-46%);
        top: 50%;*/
    }

    .fancybox-button--arrow_left,
    .fancybox-button--arrow_right {
        transform: translateY(-50%);
    }

}

@media screen and (max-width: 1024px) {
    .swiper-pagination_hover {
        display: none !important;
    }
}

@media screen and (max-width: 1020px) {
    .price__list {
        margin-left: -32px;
        margin-right: -32px;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
        padding-bottom: 10px;
        margin-bottom: -10px;
    }

    .price__list::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .price__list>li {
        width: 300px;
        min-width: 300px;
    }

    .price__list:after {
        content: "";
        display: block;
        width: 32px;
        min-width: 32px;
        height: 20px;
    }

    .etap__slide_img {
        position: relative;
        height: auto;
    }

    .calc_content__nav_mobile {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        background: #E7E7E7;
        border-radius: 7px;
        position: relative;
        height: 38px;
    }

    .calc_content__nav_mobile>li {
        display: flex;
        width: 100%;
        height: 38px;
        font-size: 14px;
        line-height: 130%;
        color: #282828;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        background: #E7E7E7;
        overflow: hidden;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .calc_content__nav_mobile>li:before {
        content: "";
        display: block;
        position: absolute;
        width: 20%;
        height: 2px;
        left: 0;
        bottom: 0;
        background: #592EE8;
        border-radius: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .calc_content__nav_mobile>li+li:before {
        width: 20%;
    }

    .calc_content__nav_mobile>li+li+li:before {
        width: 40%;
    }

    .calc_content__nav_mobile>li+li+li+li:before {
        width: 60%;
    }

    .calc_content__nav_mobile>li+li+li+li+li:before {
        width: 80%;
    }

    .calc_content__nav_mobile>li+li.act:before {
        width: 40%;
    }

    .calc_content__nav_mobile>li+li+li.act:before {
        width: 60%;
    }

    .calc_content__nav_mobile>li+li+li+li.act:before {
        width: 80%;
    }

    .calc_content__nav_mobile>li+li+li+li+li.act:before {
        width: 100%;
    }

    .calc_content__nav_mobile>li span {
        color: #909090;
        display: block;
        margin-right: 2px;
    }

    .calc_content__nav_mobile>li.act {
        display: flex;
        opacity: 1;
    }

    .calc_step_2 .calc_check,
    .calc_step_4 .calc_check {
        border: 1px solid #E7E7E7;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .calc_content {
        background: none;
        border: 1px solid #E7E7E7;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }

    .calc_content__inner {
        margin-top: 15px;
    }

    .calc_content__nav {
        display: none;
    }

    .calc_content__title {
        display: none;
    }

    .calc_rotate_main {
        margin-top: 0;
    }

    .etap__slider {
        margin-left: -32px;
        padding-left: 32px;
        padding-right: 32px;
        margin-right: -32px;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .etap__slide_img img {
        position: relative;
        width: 100%;
        left: 0;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }

    .etap__slide {
        flex-direction: column;
        padding-left: 40px;
        padding-right: 40px;
        min-height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .etap__slider .swiper-slide {
        width: 90%;
        /*min-height: 100%;*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .etap__slider .swiper-wrapper {
        /*-webkit-align-items: stretch !important;*/
        /*align-items: stretch !important;*/
    }

    .etap__slider .swiper-button-prev,
    .etap__slider .swiper-button-next {
        display: none;
    }

    .stap_circle {
        left: 20px;
        top: 20px;
        margin-top: 0;
    }

    .etap__slide {
        background: #E7E7E7;
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }

    .etap__slider {
        background: none;
    }
}

@media screen and (max-width: 991px) {
    .design-owl-slider {
        margin-right: 0;
    }

    .design-owl-slider__items {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .design-owl-slider .slick-list {
        overflow: visible !important;
    }

    .design-owl-slider .slick-track {
        width: 100% !important;
        transform: none !important;
    }

    .design-owl-slider .slick-slide {
        float: none !important;
        width: 100% !important;
        height: auto !important;
    }

    .design-owl-slider__item {
        width: 100%;
        margin-right: 0;
        background: #FFFFFF;
        border: 1px solid #E6E6E6;
        border-radius: 20px;
        padding: 10px 10px 14px;
        box-sizing: border-box;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
    }

    .design-owl-slider__item .design-owl-slider-sub__item {
        border-radius: 16px;
    }

    .design-owl-slider__item .design__slide_name,
    .design-owl-slider__item .design__slide_cat,
    .design-owl-slider__item .design__slide_price {
        margin-left: 6px;
        margin-right: 6px;
    }

    .design-owl-slider__items:not(.design_mobile_expanded) .design-owl-slider__item:nth-child(n+5) {
        display: none;
    }

    .design_show_more_btn {
        display: inline-flex;
        margin-top: 20px;
        width: 100%;
        max-width: 100%;
    }

    .design-owl-slider {
        margin-right: 0;
    }

    .design-owl-slider__item {
        width: 260px;
    }

    .design-owl-slider-sub__image {
        height: 300px;
    }

    .design-owl-slider {
        margin-top: 30px;
    }
}

@media screen and (max-width: 970px) {

    .order_from,
    .zahvat__form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .order_from .order_from_btn,
    .order_from .btn_main,
    .zahvat__form .btn_main {
        margin-top: 30px;
    }
}

@media screen and (max-width: 960px) {
    .footer__item {
        width: 100%;
    }

    .footer .wmain {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__item+.footer__item {
        width: auto !important;
        padding-top: 0;
        margin-left: 0 !important;
        margin-top: 0;
    }

    .footer__href {
        margin-top: 70px;
    }

    .footer__item:nth-child(1) {
        -webkit-order: 3;
        -ms-order: 3;
        order: 3;
    }
}

@media screen and (max-width: 880px) {
    .calc_content__good_l {
        width: 200px;
        min-width: 200px;
    }

    .calc_content__good_r {
        font-size: 24px;
        margin-left: 32px;
    }

    .sostav_r {
        padding-left: 80px;
    }
}

@media screen and (max-width: 820px) {
    .sostav {
        display: block;
    }

    .sostav_l {
        width: auto;
        min-width: 20px;
    }

    .sostav_r {
        padding-left: 0;
        margin-top: 50px;
    }

    .sostav_l .doc_href {
        margin-top: 26px;
    }

    .stap_circle {
        display: none;
    }

    .etap__slide {
        padding: 32px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .header_slider .swiper-button-prev,
    .header_slider .swiper-button-next {
        display: none;
    }

    .etap__slider__nav {
        margin-top: 24px;
    }

    .header_slide {
        height: auto;
    }

    .header_slide__text {
        margin-top: 11%;
    }

    .header_slide__text .btn_main {
        margin-top: 10px;
        margin-bottom: 173px;
    }

    .design__slider_main .swiper-button-next,
    .design__slider_main .swiper-button-prev {
        display: none;
    }

    .design__slider_main {
        margin-left: -32px;
        margin-right: -32px;
    }

    .design__slider {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media screen and (max-width: 760px) {
    .etap__slider__nav {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 26px;
        position: relative;
    }

    .etap__slider__nav.etap_nav_scrollable::after {
        content: "›";
        position: absolute;
        right: 0;
        top: 38%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.92);
        color: #592EE8;
        font-size: 18px;
        line-height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
        pointer-events: none;
        animation: etapTabHintPulse 1.2s ease-in-out infinite;
        z-index: 5;
    }

    .etap__slider__nav.etap_nav_scrollable::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 24px;
        height: 100%;
        background: linear-gradient(to left, #f3f3f3 35%, rgba(243, 243, 243, 0));
        pointer-events: none;
        z-index: 4;
    }

    .etap__slider__nav .swiper-slide {
        padding-left: 14px;
        padding-right: 14px;
        height: 34px !important;
        font-size: 14px;
    }

    .etap__slider__nav.etap_nav_end::after,
    .etap__slider__nav.etap_nav_end::before {
        opacity: 0;
    }

    .etap__slider {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: 16px;
    }

    .etap__slider .swiper-slide {
        width: 100% !important;
    }

    .etap__slide {
        padding: 22px 18px;
    }

    .etap__slide_r {
        padding-top: 20px;
    }

    .etap__slide_img {
        height: auto;
        min-height: 190px;
    }

    .etap__slide_img img {
        height: auto;
        min-height: 190px;
        object-fit: cover;
    }
}

@keyframes etapTabHintPulse {
    0% {
        transform: translateY(-50%) translateX(0);
    }
    50% {
        transform: translateY(-50%) translateX(2px);
    }
    100% {
        transform: translateY(-50%) translateX(0);
    }
}

.portfolio-desktop {
    display: inline;
}

.portfolio-mobile {
    display: none;
}

.tm_nowrap {
    white-space: nowrap;
}

.mfp-bg {
    background: rgba(0, 0, 0, .7) !important;
}

button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;


    border: 1px solid #282828 !important;
    background: #FFFFFF !important;
    box-shadow: -3px 4px 10px rgb(60 60 60 / 30%) !important;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

button.mfp-arrow:hover {
    transform: translateY(-50%) scale(1.1);
}

.mfp-close {
    position: fixed;
    top: 20px !important;
    right: 20px !important;
    font-size: 60px;
    border: 0 !important;
    cursor: pointer;
}

.mfp-close:active {
    top: 20px !important;
    right: 26px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 60px;
    border: 0 !important;
}

button.mfp-arrow:focus,
button.mfp-arrow:active {
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-top: 0;
}

button.mfp-arrow.mfp-arrow-left {
    left: 5%;
}

button.mfp-arrow.mfp-arrow-right {
    right: 5%;
}

.mfp-arrow-left:after,
.mfp-arrow-right:before,
button.mfp-arrow.mfp-arrow-left:before,
button.mfp-arrow.mfp-arrow-right:after {
    border: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

button.mfp-arrow.mfp-arrow-left {}

button.mfp-arrow.mfp-arrow-right {}

button.mfp-arrow.mfp-arrow-left:before,
button.mfp-arrow.mfp-arrow-right:after {}

@media screen and (max-width: 768px) {
    .portfolio-desktop {
        display: none;
    }

    .portfolio-mobile {
        display: inline;
    }

    .servis_l__title {
        font-size: 16px;
        color: #282828 !important;
    }

    .servis_l__preview {
        font-size: 14px !important;
    }

    .etap__slide_title {
        line-height: 130%;
        font-size: 18px;
        margin-top: 18px;
        margin-bottom: 7px;
    }

    .etap__slide_r {
        margin-top: auto;
        padding-top: 40px;
    }

    .header_slide .btn_main {
        margin-bottom: 100px;
    }

    .header_slide__title {
        max-width: max-content;
        font-size: 30px;
    }

    .header_slide__price {
        font-size: 35px;
    }
}

@media screen and (max-width: 760px) {
    .price__list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 28px;
        margin: 28px 0 0;
        overflow: visible;
        padding-bottom: 0;
    }

    .price__list::after {
        display: none;
    }

    .price__list > li {
        width: 100%;
        min-width: 0;
        padding-left: 0;
    }

    .price__list_img img {
        border-radius: 16px;
    }

    .price__list .order_from_btn,
    .price__list .btn_main {
        width: 100%;
        max-width: none;
    }

    .servis_r br {
        display: none;
    }

    .infortmation__i img {
        display: block;
        width: 100%;
    }

    .infortmation__i {
        width: 32px;
        left: -16px;
        top: -16px;
    }

    .infortmation {
        display: block;
    }

    .infortmation__item {
        width: auto !important;
        margin: 0 !important;
    }

    .infortmation__item+.infortmation__item {
        margin-top: 32px !important;
    }

    .servis {
        display: block;
    }

    .servis_l {
        width: auto;
        min-width: 20px;
    }

    .servis_r {
        margin-top: 41px;
    }

    .etap__slider {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .etap__nav {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .plr {
        padding-left: 20px;
        padding-right: 20px;
    }

    .design__slider {
        padding-left: 20px;
        padding-right: 20px;
    }

    .design__slider_main {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media screen and (max-width: 720px) {

    .zahvat .tm,
    .calc_content__inner .tm {
        font-size: 26px;
    }
}

@media screen and (max-width: 690px) {
    .zahvat {
        padding-left: 35px;
        padding-right: 35px;
    }

    .order_from,
    .zahvat__form {
        display: block;
    }

    .in_style__err {
        margin-bottom: 38px;
    }

    .in_style__err input {
        border: 1px solid #C83947 !important;
    }

    .order_from .in_style,
    .zahvat__form .in_style {
        right: 0;
        width: 100%;
    }


    .order_from,
    .zahvat__form {
        margin-top: 31px;
    }

    .order_from .in_style+.in_style,
    .zahvat__form .in_style+.in_style {
        margin-top: 15px;
    }

    .in_style input {
        height: 50px;
        padding-left: 16px;
        font-size: 14px;
        padding-top: 10px;
        border: 1px solid #909090;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        padding-top: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .order_from .order_from_btn,
    .order_from .btn_main,
    .zahvat__form .btn_main {
        width: 100%;
        margin-top: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .form_personal {
        margin-top: 10px;
    }

    .in_style input:focus+.in_placeholder,
    .filled .in_placeholder {
        top: 5px;
    }

    .in_placeholder {
        left: 18px;
        font-size: 14px;
        line-height: 18px;
        top: 16px;
    }
}

@media screen and (max-width: 640px) {

    .header_slide__price,
    .header_slide__title {
        font-size: 24px;
    }

    .header_slide__text {
        margin-left: 6%;
    }

    .header_slider .swiper-pagination {
        bottom: 20px;
        height: 6px;
    }

    .header_slider .swiper-pagination span {
        margin-left: 12px;
        margin-right: 13px;
        width: 6px;
        height: 6px;
    }

    .header_slide__info {
        margin-top: 18px;
    }

    .header_slide .order_from_btn,
    .header_slide .btn_main {
        margin-top: 30px;
    }
}

@media screen and (max-width: 620px) {
    .calc_content__good {
        display: block;
    }

    .calc_content__good_l {
        width: 100%;
        min-width: 20px;
    }

    .calc_content__good_r {
        margin-left: 0;
        margin-top: 32px;
    }
}

@media screen and (max-width: 580px) {
    .calc_rotate .swiper-wrapper {
        transform: none !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .calc_rotate .swiper-slide,
    .calc_rotate_w1 .swiper-slide,
    .calc_rotate_w2 .swiper-slide {
        width: auto !important;
        max-width: none;
        margin-right: 0 !important;
        height: auto;
    }

    .calc_content__nav_bottom {
        display: none;
    }

    .calc_content__nav_bottom_mobile {
        display: flex;
    }

    .calc_rotate_w1 .swiper-slide {
        width: auto;
        max-width: none;
    }

    .calc_rotate_swipe {
        display: none !important;
    }

    .calc_rotate_w2 .swiper-slide {
        width: auto;
        max-width: none;
        height: auto;
    }

    .calc_area__text {
        height: 136px;
        min-height: 136px;
        font-size: 18px;
        line-height: 130%;
        color: #000000;
    }

    .calc_area__text sup {
        font-size: 62%;
        margin-top: -10px;
        margin-left: 1px;
    }

    .calc_check input+span:before {
        width: 18px;
        height: 18px;
        right: 10px;
        top: 10px;
    }

    .calc_check input:checked+span:before {
        -webkit-box-shadow: inset 0px 0px 0px 3px #592ee8;
        box-shadow: inset 0px 0px 0px 3px #592ee8;
    }

    .calc_check__name {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.3;
        min-height: 36px;
        text-align: center;
        white-space: normal;
    }

    .calc_rotate .calc_check {
        margin-right: 14px;
    }

    .calc_rotate .swiper-slide {
        width: auto;
        max-width: none;
    }

    .calc_area__text_what {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media screen and (max-width: 560px) {
    .footer .wmain {
        display: block;
        position: relative;
        padding-bottom: 131px;
    }

    .footer__cont_title br {
        display: none;
    }

    .footer__item+.footer__item {
        margin-top: 40px !important;
    }

    .footer__href {
        position: absolute;
        bottom: 45px;
        margin-top: 0;
    }

    .header_slide__text {
        padding-right: 10px;
    }
}

@media screen and (max-width: 480px) {
    .infortmation__item2 {
        display: none !important;
    }

    body .infortmation .infortmation__item2 {
        margin-top: 0 !important;
    }

    .calc_check img {
        -webkit-border-radius: 14px;
        border-radius: 14px;
    }

    .infortmation__item1 .infortmation__item_i span {
        display: block;
        width: 44px;
        height: 44px;
        position: relative;
        text-align: center;
        line-height: 44px;
    }

    .infortmation__item1 .infortmation__item_i img,
    .infortmation__item3 .infortmation__item_i img {
        opacity: 0;
        display: none;
    }

    .infortmation__item1 {
        background: url("../img/info_ico1.svg") no-repeat left top;
    }

    .infortmation__item3 {
        background: url("../img/info_ico2.svg") no-repeat left top;
    }

    .etap__slide5 .etap__slide_r {
        display: none;
    }

    .infortmation__item3 .infortmation__item_i span {
        position: relative;
        font-size: 0;
        line-height: 0;
        display: block;
        width: 44px;
        height: 44px;
        text-align: center;
        line-height: 44px;
    }

    .infortmation__item3 .infortmation__item_i span:before {
        content: "02";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 16px;
        font-weight: 500;
        color: #FFF;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .design__slide_price span {
        color: #592EE8;
    }

    .servis_r {
        font-size: 24px;
        line-height: 150%;
    }

    .etap__slide {
        padding: 17px 20px 30px 20px;
    }

    .etap__slide_text {
        font-size: 14px;
        margin-top: 2px;
    }

    .etap__slide_item+.etap__slide_item {
        margin-top: 25px;
    }

    .etap__slider {
        margin-top: 20px;
    }

    .design__slide_img .swiper-pagination {
        bottom: 20px;
        height: 6px;
    }

    .design__slide_img .swiper-pagination span {
        margin-left: 12px;
        margin-right: 13px;
        width: 6px;
        height: 6px;
    }

    .design__slider .swiper-slide {
        width: 290px;
    }

    .design__slide_name {
        font-size: 16px;
    }

    .design__slide_price {
        font-size: 16px;
    }

    .nav_mobile {
        width: 253px;
    }

    .nav_mobile__bottom_nav a {
        font-size: 14px;
    }

    .hl_top_info {
        padding-top: 0;
        padding-bottom: 0;
    }

    /* Строка 1: почта + телефон; строка 2: соцсети слева + кнопка справа */
    .hl_top_info .wmain {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        grid-template-areas:
            "contacts contacts"
            "socials  button";
        gap: 10px 8px;
        padding: 12px;
        box-sizing: border-box;
        width: 100%;
        align-items: center;
    }

    .hl_top_info__left {
        display: contents;
    }

    .hl_top_info__contacts {
        grid-area: contacts;
        display: flex;
        gap: 6px 16px;
        flex-wrap: wrap;
        align-items: center;
    }

    .hl_top_info__socials {
        grid-area: socials;
        display: flex;
        align-items: center;
        gap: 14px;
    }

    /* Контакты: иконка + текст */
    .hl_top_info__contacts .hl_top_info__item a span {
        display: inline !important;
    }

    /* Соцсети: только иконка */
    .hl_top_info__socials .hl_top_info__item a span {
        display: none !important;
    }

    .hl_top_info__socials .hl_top_info__item img {
        width: 26px;
        height: 26px;
    }

    .hl_top_info__item {
        min-width: 0;
    }

    .hl_top_info__item a {
        justify-content: flex-start;
        gap: 6px;
        padding-left: 0;
        font-size: 13px;
        font-weight: 500;
    }

    .hl_top_info__contacts .hl_top_info__item img {
        width: 18px;
        height: 18px;
    }

    .hl_top_info__right {
        grid-area: button;
        width: auto;
        text-align: right;
    }

    .hl_top_info__btn {
        width: auto;
    }

    .hl_top_info__btn a {
        display: inline-flex;
        width: fit-content;
        min-width: 0;
        box-sizing: border-box;
        padding: 10px 16px;
        white-space: nowrap;
        font-size: 11px;
        letter-spacing: 0.5px;
    }

    .header {
        padding: 12px 0;
        min-height: 60px;
        height: auto;
        margin: 0;
        align-items: flex-start;
    }

    .header_logo img {
        width: 138px;
    }

    .header_logo__text {
        margin-top: 4px;
        letter-spacing: 1.5px;
        line-height: 1.35;
    }

    .header_logo {
        font-size: 24px;
        line-height: 100%;
    }

    .header_logo__text {
        font-size: 10px;
        line-height: 19px;
    }

    .header_slider {
        margin-left: -20px;
        margin-right: -20px;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .etap__slider .swiper-slide {
        width: calc(100% - 20px);
    }

    .etap__slide_l {
        width: auto;
        min-width: 20px;
    }

    .design__slide_img img {
        width: auto;
        height: 300px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .fancybox-button--close {
        right: 10px !important;
        top: 10px !important;
        -webkit-background-size: 50% !important;
        -o-background-size: 50% !important;
        background-size: 50% !important;
    }

    .design__slider .swiper-slide {
        width: 260px;
    }

    .design__slide_img .swiper-slide {
        overflow: hidden;
    }

    .header_logo {
        max-width: 190px;
    }

    .nav_mobile_ico {
        margin-top: 6px;
    }

    .hero_nh {
        margin-bottom: 28px;
        border-radius: 22px;
        padding: 24px 16px 32px;
        position: relative;
    }

    .hero_nh::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 36%;
        background-image: linear-gradient(to top, rgba(245, 242, 239, 0.45), rgba(245, 242, 239, 0.78) 45%, rgba(245, 242, 239, 0.94) 100%), url("/newimg/site/newhero.webp");
        background-repeat: no-repeat;
        background-size: 122% auto;
        background-position: center bottom;
        pointer-events: none;
        z-index: 1;
    }

    .hero_nh__content {
        padding: 0;
        gap: 16px;
        position: relative;
        z-index: 2;
    }

    .hero_nh__left {
        margin-bottom: 0;
    }

    .hero_nh__decor {
        display: none;
    }

    .hero_nh__title {
        font-size: 42px;
        line-height: 1.08;
        letter-spacing: -0.2px;
        margin: 0 0 10px;
        text-align: center;
    }

    .hero_nh__subtitle {
        margin: 0 0 18px;
        font-size: 24px;
        text-align: center;
    }

    .hero_nh__adv {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 18px;
    }

    .nh_adv_item {
        align-items: center;
        gap: 10px;
    }

    .nh_adv_icon {
        width: 40px;
        height: 40px;
    }

    .nh_adv_text {
        font-size: 18px;
        line-height: 1.2;
        text-align: left;
        font-weight: 500;
    }

    .nh_adv_text span {
        font-size: 17px;
        line-height: 1.15;
    }

    .nh_btn {
        width: 100%;
        min-height: 50px;
        padding: 14px 12px;
        font-size: 12px;
        letter-spacing: 0.6px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .hero_nh__right {
        display: none;
    }

    .hero_nh__img {
        display: none;
    }

    .header_slide__text_white_and_black {
        color: #000;
    }
}

@media screen and (max-width: 1200px) {
    .nav_mobile {
        z-index: 1200;
    }

    .nav_mobile_rgba {
        z-index: 1100;
    }
}

@media screen and (max-width: 460px) {
    .etap__slide_l {
        padding-right: 0;
    }

    .sostav__accordion_title {
        font-size: 16px;
        line-height: 150%;
        padding-top: 24px;
        padding-bottom: 25px;
        padding-right: 49px;
    }

    .sostav__accordion_title i {
        width: 42px;
        height: 42px;
        top: 15px;
    }

    .sostav__accordion_content {
        padding-bottom: 26px;
    }

    .sostav__accordion_content p,
    .sostav__accordion_content ol {
        font-size: 14px;
    }

    .sostav__accordion_content ol,
    .sostav__accordion_content p+p {
        margin-top: 6px;
    }

    .sostav__accordion_title i:before,
    .sostav__accordion_title i:after {
        width: 22px;
        left: 10px;
    }
}

@media screen and (max-width: 420px) {
    .calc_content__good_r {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 20px;
    }

    .doc_href span {
        font-size: 14px;
    }

    .zahvat {
        padding: 16px 20px 27px 20px;
    }

    .price__list>li {
        width: 100%;
        min-width: 0;
    }

    .price__list .order_from_btn,
    .price__list .btn_main {
        max-width: none;
        width: 100%;
    }

    .price__list_name {
        margin-top: 12px;
        font-size: 14px;
        line-height: 150%;
    }

    .price__list_time {
        margin-top: 2px;
        font-size: 14px;
        line-height: 150%;
    }

    .price__list_price {
        margin-top: 12px;
        font-size: 24px;
        line-height: 140%;
    }

    .price__list .order_from_btn,
    .price__list .btn_main {
        margin-top: 12px;
    }

    .zahvat .tm,
    .calc_content__inner .tm {
        font-size: 24px;
        line-height: 150%;
    }

    .order_from_btn,
    .btn_main {
        font-size: 14px;
    }

    .calc_content {
        padding: 9px;
        padding-bottom: 19px;
        overflow: hidden;
    }

    .calc_content__inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .calc_rotate {
        padding-left: 14px;
        padding-right: 14px;
    }

    .calc_rotate .swiper-slide,
    .calc_rotate_w1 .swiper-slide,
    .calc_rotate_w2 .swiper-slide {
        width: auto;
        max-width: none;
    }

    .calc_check__name {
        font-size: 13px;
        min-height: 34px;
    }
}

@media screen and (max-width: 380px) {
    .etap__slider__nav {
        margin-top: 32px;
    }

    .etap__slide_img {
        overflow: hidden;
        -webkit-border-radius: 16px;
        border-radius: 16px;
    }

    .etap__slide_img img {
        position: relative;
        left: 50%;
        -webkit-border-radius: 16px;
        border-radius: 16px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 155px;
        vertical-align: middle;
    }

    .etap__slide5 .doc_href {
        display: none;
    }

    .etap__slide5 .doc_href+.doc_href {
        display: flex;
    }

    .etap__slide4 .etap__slide_item+.etap__slide_item {
        margin-top: 6px;
    }

    .etap__slide_item .doc_href {
        margin-top: 14px;
    }

    .etap__slide_text {
        margin-top: 4px;
        line-height: 130%;
    }

    .etap__slide_text br {
        display: none;
    }

    .infortmation__item_text br {
        display: none;
    }

    .zahvat .tm br {
        display: none;
    }

    .footer {
        margin-top: 83px;
    }

    .faq {
        margin-top: 92px;
    }

    .faq .sostav__accordion {
        margin-top: 34px;
    }

    .infortmation {
        padding: 30px 20px 25px 20px;
    }

    .infortmation__item_text {
        margin-top: 12px;
        font-size: 14px;
        line-height: 150%;
    }

    .infortmation__item+.infortmation__item {
        margin-top: 25px !important;
    }

    .zahvat {
        margin-top: 100px;
    }

    .price {
        margin-top: 89px;
    }

    .price__list {
        margin-top: 33px;
    }

    .infortmation {
        margin-top: 40px;
    }

    .sostav {
        margin-top: 89px;
    }

    .calc {
        margin-top: 89px;
    }

    .tm_dop {
        margin-top: 15px;
    }

    .calc_content {
        margin-top: 35px;
    }

    .servis_l {
        padding-top: 0;
    }

    .servis {
        margin-top: 71px;
    }

    .etap__nav,
    .design__slider_main {
        margin-top: 32px;
    }

    .design {
        margin-top: 80px;
    }

    .etap {
        margin-top: 85px;
    }

    .design__slide_name {
        margin-top: 12px;
        font-size: 14px;
    }

    .design__slide_cat {
        margin-top: 2px;
        font-size: 14px;
    }

    .design__slide_price {
        margin-top: 9px;
        font-size: 14px;
    }

    .design__slider .swiper-slide {
        width: 260px;
    }

    .tm {
        font-size: 24px;
        line-height: 130%;
    }

    .header_slide__title {
        font-size: 22px;
        line-height: 130%;
        max-width: max-content;
    }

    .header_slide__info {
        margin-top: 15px;
        font-size: 14px;
        line-height: 150%;
        max-width: 280px;
    }

    .header_slide .order_from_btn,
    .header_slide .btn_main {
        margin-top: 45px;
    }

    .order_from_btn,
    .btn_main {
        padding-left: 45px;
        padding-right: 45px;
        height: 51px;
        font-size: 14px;
    }

    .footer .wmain {
        padding-top: 40px;
    }

    .footer__cont_title {
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
    }

    .footer__quest {
        margin-top: 17px;
        font-size: 14px;
        line-height: 140%;
    }

    .footer__item+.footer__item {
        margin-top: 39px !important;
    }

    .footer__item+.footer__item+.footer__item {
        margin-top: 35px !important;
    }

    .f_cont {
        font-size: 18px;
        line-height: 140%;
    }

    .f_cont+.f_cont {
        margin-top: 10px;
    }

    .footer__href a {
        font-size: 14px;
    }

    .footer__href a+a {
        margin-top: 9px;
    }

    .footer__quest {
        max-width: 240px;
    }

    .infortmation__item:nth-child(3) {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 350px) {
    .design__slider {
        padding-right: 60px;
    }

    .header_slide__title {
        font-size: 20px;
    }
}

.fancybox__toolbar,
.fancybox__thumbs {
    display: none !important;
}

@media screen and (max-width: 992px) {
    .fancybox-navigation {
        display: none !important;
    }
}

/* sale-promokod */
.sale__link {
    text-decoration: none;
}

.header_slide>.sale_banner {
    width: 100%;
    height: 100%;
}

.sale__link>.sale_banner {
    height: 500px;
}

@media screen and (max-width: 768px) {
    .sale__link>.sale_banner {
        height: 383px;
    }
}

@media screen and (max-width: 480px) {
    .sale__link>.sale_banner {
        height: 355px;
    }
}

/* .header_slide__sale_all {
    margin-top: -25px;
    margin-left: -150px;
}

.header_slide__sale {
    font-size: 70px;
    text-transform: uppercase;
    color: #592EE8;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    padding-bottom: 25px;
}

.header_slide__sale span {
    color: #000;
    font-size: 36px;
    text-transform: none;
}

.header_slide__promo {
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.header_slide__promo span {
    font-size: 42px;
    color: #592EE8;
    font-weight: 800;
    text-transform: none;
}

.header_slide__data {
    padding-top: 13px;
    font-weight: 500;
    font-size: 21px;
    color: #000;
}

@media screen and (max-width: 1800px) {
    .header_slide__sale_all {
        margin-top: 5px;
        margin-left: -20px;
    }
}

@media screen and (max-width: 950px) {
    .header_slide__sale_all {
        margin-top: 30px;
        margin-left: 0px;
    }
} */

@media screen and (max-width: 820px) {
    .header_slider {
        height: 500px;
    }
}

@media screen and (max-width: 768px) {
    .header_slider {
        height: 382px;
    }

    /* .header_slide__sale_all {
        margin-top: -25px;
        margin-left: -30px;
        max-width: 380px;
    }
    .header_slide__sale {
        font-size: 57px;
        padding-bottom: 15px;
    }
    .header_slide__sale span {
        font-size: 32px;
    }
    .header_slide__promo {
        font-size: 27px;
    }
    .header_slide__promo span {
        font-size: 40px;
    } */
}

/* @media screen and (max-width: 640px) {
    .header_slide__sale_all {
        margin-left: 35px;
    }
}  */



@media screen and (max-width: 480px) {
    .header_slider {
        height: 353px;
    }

    /* .header_slide__sale_all {
            margin-left: 10px;
            margin-top: -30px;
        } */
}

/* @media screen and (max-width: 480px) {
        .header_slide__sale {
            font-size: 57px;
            padding-bottom: 15px;
        }
        .header_slide__sale span {
            font-size: 32px;
        }
        .header_slide__promo {
            font-size: 27px;
        }
        .header_slide__promo span {
            font-size: 40px;
        }
    } */

/* @media screen and (max-width: 410px) {
        .header_slide__sale_all {
            margin-left: 8px;
            margin-top: 10px;
        }
        .header_slide__sale {
            font-size: 43px;
            padding-bottom: 13px;
            line-height: 38px;
        }
        .header_slide__sale span {
            font-size: 26px;
        }
        .header_slide__promo {
            font-size: 25px;
        }
        .header_slide__promo span {
            font-size: 30px;
        }
    } */


/* end sale-promokod */

@media (min-width: 691px) and (max-width: 703px) {
    .order_from_footer .in_style:nth-child(2) {
        margin-top: 20px;
    }
}

@media (min-width: 971px) and (max-width: 1200px) {
    .order_from .in_style input {
        font-size: 18px;
    }
}

@media (min-width: 971px) {

    .order_from_footer .order_from_btn,
    .order_from .btn_main {
        width: 267px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* =============================================
   MOBILE POLISH — комплексные правки ≤ 760px
   ============================================= */
@media screen and (max-width: 760px) {

    /* --- Общие отступы секций --- */
    .about_team,
    .design,
    .inspiration,
    .etap,
    .price,
    .infortmation,
    .zahvat,
    .faq {
        margin-top: 48px;
    }

    /* --- Общий заголовок секций --- */
    .tm {
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.2px;
    }

    /* --- О нас --- */
    .about_team {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .about_team__header {
        margin-bottom: 20px;
    }

    .about_team__label {
        font-size: 11px;
        letter-spacing: 1.5px;
        margin-bottom: 10px;
    }

    .about_team__header .tm {
        font-size: 22px;
        line-height: 1.25;
    }

    .about_team__body {
        padding-top: 20px;
        gap: 14px;
    }

    .about_team__text {
        font-size: 15px;
        line-height: 1.65;
        color: #555;
    }

    /* --- UNERS Team --- */
    .uners_team {
        padding: 24px 18px;
        border-radius: 18px;
        gap: 28px;
        margin-top: 40px;
    }

    .uners_team__label {
        font-size: 11px;
        letter-spacing: 1.5px;
        margin-bottom: 12px;
    }

    .uners_team__title {
        font-size: 22px;
        line-height: 1.25;
        margin-bottom: 16px;
    }

    .uners_team__text p {
        font-size: 14px;
        line-height: 1.65;
    }

    .uners_team__content .btn_main {
        margin-top: 24px;
        width: 100%;
        justify-content: center;
    }

    .uners_team__photos {
        gap: 8px;
    }

    .uners_team__col {
        gap: 8px;
    }

    .uners_team__col--1 { padding-top: 12px; }
    .uners_team__col--3 { padding-top: 24px; }

    .uners_team__photo {
        border-radius: 12px;
    }

    /* --- Состав проекта --- */
    .sostav_new {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .sostav_new .about_team__text:first-child p {
        font-size: 15px;
        line-height: 1.65;
    }

    .sostav_subtitle {
        font-size: 15px;
        line-height: 1.55;
        margin-top: 12px;
    }

    .sostav_showcase {
        flex-direction: column;
        gap: 24px;
        margin-top: 24px;
    }

    .sostav_showcase__gallery {
        width: 100%;
        position: static;
    }

    .sostav_gallery__wrap {
        border-radius: 16px;
        aspect-ratio: 16 / 10;
    }

    .sostav_gallery__counter {
        bottom: 12px;
        left: 14px;
        font-size: 12px;
        padding: 5px 12px;
    }

    .sostav_showcase__info {
        width: 100%;
    }

    .sostav__accordion_num {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .sostav__accordion--showcase li {
        gap: 14px;
    }

    .sostav__accordion--showcase .sostav__accordion_title {
        padding-right: 40px;
    }

    .doc_href {
        margin-top: 18px;
    }

    .doc_href span {
        font-size: 14px;
    }

    /* --- Accordion (состав + FAQ) --- */
    .sostav__accordion_title {
        font-size: 16px;
        padding-right: 48px;
        line-height: 1.4;
    }

    .sostav__accordion_title i {
        width: 28px;
        height: 28px;
        top: 50%;
        transform: translateY(-50%);
    }

    .sostav__accordion li {
        padding: 18px 0;
    }

    .sostav__accordion_content p,
    .sostav__accordion_content ol {
        font-size: 14px;
        line-height: 1.6;
    }

    /* --- Inspiration --- */
    .inspiration {
        border-radius: 18px;
        flex-direction: column;
    }

    .inspiration__content {
        width: 100%;
        padding: 24px 20px 16px;
        box-sizing: border-box;
    }

    .inspiration__content .tm {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .inspiration__text {
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 1.55;
    }

    .inspiration__btn {
        width: 100%;
        min-width: 0;
    }

    .inspiration__grid {
        width: 100%;
        padding: 0 16px 20px;
        gap: 10px;
        box-sizing: border-box;
    }

    /* --- Information --- */
    .infortmation {
        padding: 24px 18px;
        border-radius: 18px;
        gap: 0;
    }

    .infortmation__item_text {
        font-size: 14px;
        line-height: 1.6;
        color: #444;
    }

    /* --- CTA захват --- */
    .zahvat {
        padding: 24px 18px 28px;
        border-radius: 18px;
    }

    .zahvat .tm {
        font-size: 20px;
        line-height: 1.35;
    }

    .zahvat .tm br {
        display: none;
    }

    /* --- FAQ --- */
    .faq {
        margin-top: 48px;
    }

    .faq .sostav__accordion {
        margin-top: 20px;
    }

    /* --- Floating messengers — не перекрывают контент --- */
    .floating_messengers {
        bottom: 16px;
        right: 14px;
        gap: 10px;
    }

    .messenger_btn {
        width: 46px;
        height: 46px;
    }

    /* --- Footer --- */
    .footer {
        margin-top: 48px;
    }

    .footer .wmain {
        padding-top: 32px;
        padding-bottom: 28px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer__cont_title {
        font-size: 26px;
        line-height: 1.25;
        font-weight: 700;
    }

    .footer__quest {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.55;
        max-width: 100%;
    }

    .footer__href {
        margin-top: 28px;
    }

    .footer__href a {
        font-size: 14px;
    }

    .f_cont {
        font-size: 20px;
        line-height: 1.4;
    }

    .f_cont + .f_cont {
        margin-top: 8px;
    }

    /* --- Кнопки форм --- */
    .order_from_btn,
    .btn_main {
        border-radius: 50px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.5px;
        height: 52px;
    }

    /* --- tm_dop (подзаголовок калькулятора) --- */
    .tm_dop {
        font-size: 14px;
        line-height: 1.55;
        margin-top: 14px;
        max-width: 100%;
    }

    /* --- Design slider nav (portfolio) --- */
    .design_show_more_btn {
        border-radius: 50px;
        height: 50px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin-top: 16px;
    }
}

/* ===== Shimmer (переливание) для кнопок ===== */
@keyframes btn_shimmer {
    0%   { transform: translateX(-200%) skewX(-20deg); }
    28%  { transform: translateX(400%)  skewX(-20deg); }
    100% { transform: translateX(400%)  skewX(-20deg); }
}

.order_from_btn:not(.btn_border)::after,
.btn_main:not(.btn_border)::after,
.nh_btn::after,
.hl_top_info__btn a::after,
.header_float__cta::after {
    content: '';
    position: absolute;
    top: -10%;
    left: 0;
    width: 65%;
    height: 120%;
    background: linear-gradient(
        105deg,
        transparent 20%,
        rgba(255, 255, 255, 0.18) 38%,
        rgba(255, 255, 255, 0.30) 50%,
        rgba(255, 255, 255, 0.18) 62%,
        transparent 80%
    );
    transform: translateX(-200%) skewX(-20deg);
    animation: btn_shimmer 3.2s linear infinite;
    pointer-events: none;
}

.order_from_btn:not(.btn_border)::after {
    animation-delay: 0.4s;
}

.nh_btn::after {
    animation-delay: 0.8s;
}

.hl_top_info__btn a::after {
    animation-delay: 1.2s;
}

.header_float__cta::after {
    animation-delay: 1.1s;
}

@keyframes price_shimmer {
    0%   { background-position: 0% center; }
    100% { background-position: 200% center; }
}