body,
fieldset {
    margin: 0
}

a,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text)
}

#cookie-consent a,
.hover:hover,
.sale-title strong,
.text-update span,
h2 span {
    color: var(--color_brand)
}

.dropdown a svg,
.icon-footer svg {
    width: 16px;
    height: 16px
}

.dropdown,
.nav-overlay {
    opacity: 0;
    visibility: hidden
}

.logo svg,
.price-all .table-price.active {
    display: block
}

Minified CSS Output dl,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin-top: 0
}

dl,
ol,
p,
ul {
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul,
ul ol,
ul ul {
    margin-bottom: 0
}

legend {
    line-height: inherit;
    float: left;
    width: 100%;
    padding: 0;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

/*!
 * Bootstrap Grid v5.3.0 (https://getbootstrap.com/)
 * Custom build: Only Containers + Grid + Breakpoints
 */
dd,
h1,
h2,
h3,
h4,
h5,
h6,
legend {
    margin-bottom: .5rem
}

.g-0,
.gy-0,
.row {
    --bs-gutter-y: 0
}

dd {
    margin-left: 0
}

blockquote,
figure {
    margin: 0 0 1rem
}

fieldset {
    min-width: 0;
    padding: 0;
    border: 0
}

button {
    border: 0;
    cursor: pointer;
    background-color: transparent;
    color: inherit
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.row {
    --bs-gutter-x: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.col-auto,
.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.col-12,
.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.col-6,
.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.col-4,
.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-3,
.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.col-2,
.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-1,
.col-5,
.col-7,
.col-8 {
    flex: 0 0 auto
}

.col-1 {
    width: 8.33333333%
}

.col-5 {
    width: 41.66666667%
}

.col-7 {
    width: 58.33333333%
}

.col-8 {
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

#cookie-consent.hidden,
[hidden] {
    display: none !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }

    .col-sm {
        flex: 1 0 0%
    }

    .col-sm-auto,
    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-12,
    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .col-sm-6,
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-4,
    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-3,
    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .col-sm-2,
    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }

    .col-md {
        flex: 1 0 0%
    }

    .col-md-auto,
    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-12,
    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .col-md-6,
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-4,
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-3,
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .col-md-2,
    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }

    .col-lg {
        flex: 1 0 0%
    }

    .col-lg-auto,
    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-12,
    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .col-lg-6,
    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-4,
    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-3,
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .col-lg-2,
    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .card-service .name-card a {
        max-height: 44px
    }

    .dop-price ul {
        min-height: 144px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }

    .col-xl {
        flex: 1 0 0%
    }

    .col-xl-auto,
    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-12,
    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .col-xl-6,
    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-4,
    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-3,
    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .col-xl-2,
    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

.topbar,
.topbar-inner {
    align-items: center;
    display: flex
}

* {
    box-sizing: border-box
}

html {
    overflow-x: hidden
}

body {
    background-color: #fff;
    font-size: clamp(14px, 2.5vw, 16px);
    font-family: Roboto, Arial, sans-serif
}

h2,
h3 {
    font-weight: 600;
    line-height: 1.2;
    color: #1a2332
}

h2 {
    font-size: clamp(26px, 4.2vw, 38px)
}

h3 {
    font-size: clamp(1.35rem, 3vw, 1.85rem)
}

a {
    text-decoration: none
}

a:hover {
    color: var(--link_hover)
}

ul {
    padding-left: 0
}

ul li {
    list-style: none
}

img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.nav-links>li,
input {
    position: relative
}

.hover:hover {
    cursor: pointer;
    text-decoration: underline
}

input:focus {
    outline: 0
}

.text-theme {
    color: var(--color_brand) !important
}

.site-header {
    --_nav-h: 64px;
    --_top-h: 36px;
    --_drawer-w: min(340px, 90vw);
    --_ease: cubic-bezier(0.22, 0.61, 0.36, 1);
    --_t: 0.18s ease;
    --_dark: #212121;
    --_white: #ffffff;
    --_gray-1: #f4f6f9;
    --_gray-2: #e8eaed;
    --_text: #1e2228;
    --_text-2: #5a6170;
    --_text-3: #8f96a3;
    --_brand: var(--color_brand);
    --_brand-dark: color-mix(in srgb, var(--color_brand) 78%, #000);
    --_brand-light: color-mix(in srgb, var(--color_brand) 10%, #fff);
    position: sticky;
    top: 0;
    z-index: 900;
    width: 100%
}

.topbar {
    background: var(--_dark);
    height: var(--_top-h)
}

.topbar-inner {
    margin: 0 auto;
    width: 100%;
    justify-content: flex-end !important;
    gap: 24px
}

.topbar-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: rgba(255, 255, 255, .65);
    white-space: nowrap;
    transition: color var(--_t)
}

.nav-link,
.panel-cta {
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer
}

.topbar-item:hover {
    color: #fff
}

.topbar-item svg {
    color: var(--_brand);
    width: 14px;
    height: 14px;
    flex-shrink: 0
}

.logo,
.nav-inner {
    align-items: center
}

.topbar-sep {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, .15)
}

.dropdown,
.nav-bar {
    background: var(--_white)
}

.nav-bar {
    border-bottom: 2.5px solid var(--_brand);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .07)
}

.nav-inner {
    margin: 0 auto;
    height: var(--_nav-h);
    display: flex;
    gap: 8px
}

.logo {
    flex-shrink: 0;
    margin-right: 32px;
    max-width: 180px
}

.nav-links,
.nav-panel {
    align-items: center;
    min-width: 0
}

.dropdown,
.nav-links {
    margin: 0;
    list-style: none
}

.logo img {
    max-height: 60px
}

.logo svg {
    width: 72px;
    height: auto
}

.logo .text_brand {
    font-size: 16px;
    font-weight: 800;
    display: block;
    line-height: 1;
    color: var(--color_brand)
}

.logo .text_sc {
    display: flex;
    font-size: 12px;
    margin-top: 5px;
    line-height: 1
}

.nav-panel {
    display: flex;
    flex: 1
}

.contact-block,
.drawer-head,
.hide-cards .line-table.body-table:nth-child(n+10),
.price-all .table-price {
    display: none
}

.nav-links {
    display: flex;
    flex: 1;
    gap: 2px;
    padding: 0
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 13px;
    font-weight: 500;
    color: var(--_text);
    border-radius: 8px;
    transition: background var(--_t), color var(--_t)
}

.nav-link .chev {
    width: 12px;
    height: 12px;
    color: var(--_text-3);
    transition: transform var(--_t), color var(--_t);
    flex-shrink: 0
}

.dropdown [data-openmodal]:hover,
.dropdown a:hover,
.nav-links>li.open>.nav-link,
.nav-links>li:hover>.nav-link {
    background: var(--_brand-light);
    color: var(--_brand)
}

.nav-links>li.open>.nav-link .chev,
.nav-links>li:hover>.nav-link .chev {
    transform: rotate(180deg);
    color: var(--_brand)
}

.dropdown {
    position: absolute;
    top: calc(100% + 8px);
    width: max-content;
    left: 0;
    max-height: 315px;
    overflow-y: auto;
    border: 1px solid var(--_gray-2);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
    padding: 6px;
    transform: translateY(-6px);
    transition: opacity var(--_t), transform var(--_t), visibility var(--_t);
    z-index: 100
}

.nav-links>li.open .dropdown,
.nav-links>li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.dropdown [data-openmodal],
.dropdown a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    font-size: 13.5px;
    color: var(--_text);
    border-radius: 8px;
    transition: background var(--_t), color var(--_t)
}

.dropdown [data-openmodal] {
    cursor: pointer;
    user-select: none
}

.dropdown a svg {
    color: var(--_brand);
    flex-shrink: 0
}

.dropdown [data-openmodal] svg {
    width: 14px;
    height: 14px;
    color: var(--_brand);
    flex-shrink: 0
}

.panel-cta {
    flex-shrink: 0;
    margin-left: 16px;
    background: var(--_brand);
    color: #fff;
    padding: 10px 20px;
    border-radius: 9px;
    font-weight: 600;
    letter-spacing: .01em;
    border: 0;
    transition: background var(--_t), transform var(--_t), box-shadow var(--_t)
}

.bar-actions,
.table-zakaz .right .table-btn {
    margin-left: auto
}

.panel-cta:hover {
    background: var(--_brand-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .18)
}

.panel-cta:active {
    transform: none;
    box-shadow: none
}

.icon-btn {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 9px;
    border: 1.5px solid var(--_gray-2);
    color: var(--_brand);
    background: var(--_white);
    transition: background var(--_t), border-color var(--_t);
    flex-shrink: 0;
    cursor: pointer
}

.icon-btn svg {
    width: 20px;
    height: 20px
}

.icon-btn:hover {
    background: var(--_brand-light);
    border-color: var(--_brand)
}

.bar-actions {
    display: none;
    align-items: center;
    gap: 8px;
    flex-shrink: 0
}

.nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 18, 28, .42);
    z-index: 910;
    transition: opacity .25s, visibility .25s;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px)
}

.nav-overlay.open {
    opacity: 1;
    visibility: visible
}

@media (max-width:1023px) {
    .site-header {
        --_nav-h: 60px
    }

    .topbar {
        display: none
    }

    .nav-inner {
        padding: 0 20px;
        gap: 6px
    }

    .logo {
        margin-right: 0
    }

    .logo svg {
        width: 60px
    }

    .contact-row svg,
    .drawer-close-btn svg {
        width: 18px;
        height: 18px
    }

    .nav-panel {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: var(--_drawer-w);
        flex-direction: column;
        align-items: stretch;
        background: var(--_white);
        z-index: 920;
        box-shadow: -4px 0 24px rgba(0, 0, 0, .13);
        overflow-y: auto;
        overscroll-behavior: contain;
        transform: translateX(100%);
        transition: transform .28s var(--_ease)
    }

    .dropdown,
    .nav-links>li {
        position: static
    }

    .nav-panel.open {
        transform: translateX(0)
    }

    .drawer-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 20px 14px;
        border-bottom: 1px solid var(--_gray-2);
        flex-shrink: 0
    }

    .drawer-head-title {
        font-size: 14px;
        font-weight: 600;
        color: var(--_dark)
    }

    .drawer-close-btn {
        width: 36px;
        height: 36px;
        border-radius: 8px;
        border: 1.5px solid var(--_gray-2);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--_text-2);
        background: 0 0;
        transition: background var(--_t);
        cursor: pointer
    }

    .drawer-close-btn:hover,
    .dropdown {
        background: var(--_gray-1)
    }

    .nav-links {
        flex-direction: column;
        align-items: stretch;
        flex: none;
        padding: 8px 0
    }

    .nav-link {
        padding: 13px 22px;
        font-size: 15px;
        border-radius: 0;
        justify-content: space-between
    }

    .nav-link .chev {
        transform: rotate(-90deg) !important
    }

    .nav-links>li.open>.nav-link .chev {
        transform: rotate(0) !important
    }

    .dropdown [data-openmodal]:hover,
    .dropdown a:hover,
    .nav-links>li.open>.nav-link,
    .nav-links>li:hover>.nav-link {
        background: var(--_brand-light)
    }

    .dropdown {
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
        border-top: 1px solid var(--_gray-2);
        border-bottom: 1px solid var(--_gray-2);
        padding: 4px 0;
        display: none
    }

    .nav-divider,
    .nav-links>li.open .dropdown {
        display: block
    }

    .dropdown [data-openmodal],
    .dropdown a {
        padding: 11px 22px 11px 36px;
        border-radius: 0;
        font-size: 14px
    }

    .dropdown-sep {
        margin: 4px 0
    }

    .nav-divider {
        height: 1px;
        background: var(--_gray-2);
        margin: 6px 16px
    }

    .contact-block {
        display: block;
        padding: 16px 20px 8px;
        border-top: 1px solid var(--_gray-2);
        margin-top: auto;
        flex-shrink: 0
    }

    .contact-block-label {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: var(--_text-3);
        margin-bottom: 14px
    }

    .contact-row {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 12px
    }

    .contact-row svg {
        color: var(--_brand);
        flex-shrink: 0;
        margin-top: 1px
    }

    .cr-main {
        font-size: 14px;
        font-weight: 600;
        color: var(--_text)
    }

    .cr-sub {
        font-size: 12px;
        color: var(--_text-3);
        margin-top: 2px
    }

    .panel-cta {
        display: block;
        margin: 0 20px 24px;
        padding: 13px;
        font-size: 15px;
        text-align: center;
        border-radius: 10px;
        width: calc(100% - 40px);
        flex-shrink: 0
    }

    .bar-actions,
    .icon-btn {
        display: flex
    }
}

.politika input,
.svg-update {
    margin-right: 10px
}

.data-device,
.form-last .politika {
    font-family: Roboto, sans-serif;
    font-size: 14px
}

@media (max-width:639px) {
    .site-header {
        --_nav-h: 56px
    }

    .nav-inner {
        padding: 0 14px;
        gap: 6px
    }

    .logo svg {
        width: 52px
    }
}

@media (min-width:1024px) {

    .bar-actions,
    .nav-divider {
        display: none
    }

    .contact-block {
        display: none !important
    }

    .panel-cta {
        margin-left: 16px
    }
}

.select-device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
    gap: 14px
}

.form.form-last,
.main-form,
.modal-form,
.table-phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.data-device {
    width: auto;
    height: 36px;
    border-radius: 20px;
    background-color: var(--color_brand);
    border: 1px solid var(--color_brand);
    color: #fff;
    line-height: 14px;
    font-weight: 500;
    padding: 10px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.table-price .line-table:nth-child(2n),
.table-zakaz {
    background-color: #f3f3f3
}

.data-device:hover {
    -webkit-box-shadow: 0 6px 10px rgb(0 0 0 / 15%);
    box-shadow: 0 6px 10px rgb(0 0 0 / 15%)
}

.form-btn-input,
.modals.active,
.politika {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form-last .politika,
.main-form {
    display: -webkit-box;
    display: -ms-flexbox
}

.text-politika {
    color: #393b43
}

.main-form {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 500px
}

.form input[name=phone] {
    height: 50px;
    border-radius: 100px;
    border: 0;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    background-color: #fff
}

.form input[type=button],
.form input[type=submit] {
    height: 50px;
    border-radius: 100px;
    border: 0;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    background-color: var(--color_brand);
    opacity: .85;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    min-height: 48px;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    cursor: pointer
}

@media (hover:hover) {

    .form input[type=button]:hover,
    .form input[type=submit]:hover {
        opacity: 1
    }
}

.form input[type=button]:active,
.form input[type=submit]:active {
    opacity: 1;
    transform: scale(.96)
}

.form input[type=button]:focus-visible,
.form input[type=submit]:focus-visible {
    outline: 2px solid var(--color_brand);
    outline-offset: 2px
}

.form input[type=button].is-loading,
.form input[type=submit].is-loading {
    opacity: 1;
    color: transparent;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E%3Ccircle cx='25' cy='25' r='20' fill='none' stroke='%23ffffff' stroke-width='5' stroke-linecap='round' stroke-dasharray='90 60'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    animation: .7s linear infinite form-btn-spin
}

@keyframes form-btn-spin {
    from {
        background-position: center;
        transform: none
    }

    to {
        transform: rotate(360deg)
    }
}

.form input[type=button].is-success,
.form input[type=submit].is-success {
    opacity: 1;
    background-color: #2e9e4f;
    background-image: none;
    color: #fff
}

.form input[type=button].is-error,
.form input[type=submit].is-error {
    animation: .3s form-btn-shake
}

@keyframes form-btn-shake {
    25% {
        transform: translateX(-4px)
    }

    75% {
        transform: translateX(4px)
    }
}

.form input[type=button]:disabled,
.form input[type=submit]:disabled {
    opacity: .5;
    cursor: not-allowed
}

.form-last .politika {
    color: #888;
    font-weight: 400;
    line-height: 18.2px;
    letter-spacing: .03em;
    display: flex
}

.column,
.table-zakaz .left {
    font-weight: 500;
    font-family: Roboto, sans-serif
}

.form-last .politika a {
    font-weight: 600;
    text-decoration: none;
    color: var(--color_brand)
}

#cookie-consent h4 a,
.column-4 span:hover,
.form-last .politika a:hover {
    text-decoration: underline
}

.form.form-last,
.modal-form,
.table-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.close,
.table-zakaz .right,
.update-info {
    display: -webkit-box;
    display: -ms-flexbox
}

.form.form-last input {
    height: 17px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 20px 30px;
    border: 0 solid;
    text-align: center
}

.form.form-last button {
    margin-top: 20px;
    background-color: var(--color_brand);
    color: #fff;
    border-radius: 30px;
    height: 50px;
    border: 0 solid;
    margin-bottom: 18px
}

.svg-update {
    width: 21px;
    height: 21px
}

.update-info {
    display: flex;
    height: 34px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.bg_modal,
.modals {
    height: 100%;
    width: 100%;
    left: 0
}

.line-table {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 10px 2fr 10px 1fr;
    grid-template-columns: 50% 2fr 1fr;
    gap: 10px
}

.column {
    font-size: 18px;
    line-height: 22px;
    color: #282828;
    padding: 15px 20px;
    cursor: pointer
}

#cookie-consent h4 a,
.close,
.column-4 span,
.table-phone a,
.table-zakaz .left {
    color: var(--color_brand)
}

.header-table {
    border-top: 1px solid #eaeaea
}

.column-4 span {
    cursor: pointer
}

.table-zakaz {
    padding: 30px 50px;
    border-radius: 20px;
    margin-top: 40px
}

.table-zakaz .left {
    font-size: 30px;
    line-height: 36px
}

.table-phone span {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}

.table-phone a {
    font-size: 32px;
    line-height: 40px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-top: 6px
}

.table-zakaz .right {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.table-zakaz .right .table-btn button {
    width: 250px;
    height: 50px;
    border-radius: 100px;
    background-color: var(--color_brand);
    border: 1px solid var(--color_brand);
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    font-family: Roboto, sans-serif
}

.head-modal,
.seo-block .seo-text h2 {
    font-size: 22px
}

.modals {
    position: fixed;
    top: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999
}

.body-modal.succ,
.close {
    -webkit-box-pack: center
}

.bg_modal {
    position: absolute;
    top: 0;
    background-color: rgb(0 0 0 / 35%)
}

.box-modal {
    width: 100%;
    max-width: 400px;
    padding: 28px 14px;
    min-height: 200px;
    background-color: #fff;
    position: relative;
    z-index: 5;
    border-radius: 8px;
    margin: 0 14px
}

.head-modal {
    text-align: center;
    margin-bottom: 20px;
    position: relative
}

.modal-form input[name=phone] {
    border: 1px solid var(--color_brand)
}

.close {
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: -17px;
    width: 20px;
    height: 20px;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid var(--color_brand);
    padding: 0 0 4px
}

#all-price-ajax-btn button,
.btn-succsess {
    background-color: var(--color_brand);
    height: 50px
}

.body-modal.succ,
.box-flex-crumb {
    display: -webkit-box;
    display: -ms-flexbox
}

#accept-cookie:hover,
.close:hover {
    background-color: var(--color_brand);
    color: #fff
}

.stopScroll {
    overflow-y: hidden
}

.box-flex-crumb {
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px
}

.crumb-line {
    margin-left: 4px;
    margin-right: 4px
}

.btn-succsess {
    border-radius: 100px;
    border: 0;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    opacity: .85;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-left: 24px;
    padding-right: 24px
}

#accept-cookie,
#cookie-consent,
.seo-text {
    background-color: #fff
}

.body-modal.succ {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#all-price-ajax-btn,
.seo-block .seo-text a {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox
}

#all-price-ajax-btn {
    margin: 20px auto;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

#all-price-ajax-btn button {
    width: 250px;
    border-radius: 100px;
    border: 1px solid var(--color_brand);
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    margin: 0 auto
}

#all-price-ajax-btn button:hover {
    opacity: .8
}

.sale-new_form {
    margin-bottom: 100px
}

.sale-new_form .row {
    padding-left: 50px;
    padding-right: 50px;
    background-color: #eef1f1;
    border-radius: 20px;
    margin: 0
}

.sale-img__wrapper {
    height: 370px;
    position: relative
}

.sale-img__wrapper .bg__img-sale-gerl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    margin-left: auto;
    margin-right: auto
}

.sale-img__wrapper img {
    position: relative;
    z-index: 5;
    height: 369px
}

.sale-container {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.form-btn-input input[type=tel] {
    width: 280px;
    margin-right: 20px
}

.form-btn-input input[type=button],
.form-btn-input input[type=submit] {
    width: 280px
}

.sale-title {
    font-size: 2rem;
    font-weight: 500;
    width: 1000px
}

.seo-block {
    padding-top: 40px;
    margin-bottom: 20px
}

.seo-text {
    color: #333;
    margin-top: 24px;
    max-height: 180px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    -webkit-transition: height .2s ease-out;
    -o-transition: height .2s ease-out;
    transition: height .2s ease-out;
    width: 100%;
    border: 2px solid #f3f3f3;
    border-radius: 16px
}

.seo-text p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px
}

.seo-block .seo-text ol,
.seo-block .seo-text ul {
    margin-bottom: 24px;
    padding-left: 20px;
    margin-left: 0;
    margin-right: 0
}

.seo-block .seo-text ul li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
    list-style-type: disc
}

.seo-block .seo-text ol li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px
}

.seo-block .seo-text a {
    background-image: -o-linear-gradient(bottom, #fff 40px, hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(0deg, #fff 40px, hsla(0, 0%, 100%, 0));
    bottom: 0;
    height: 150px;
    left: 0;
    padding-top: 110px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.seo-block .seo-text.active {
    max-height: 100%;
    padding-bottom: 60px
}

.seo-block .seo-text.active a {
    padding-top: 0;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.seo-block .seo-text a::before {
    content: "Развернуть ↓";
    border-bottom: 1px dotted;
    font-size: 18px;
    color: #0d61af
}

.seo-block .seo-text.active a::before {
    content: "Свернуть ↑"
}

.seo-block .seo-text h2,
.seo-block .seo-text h3 {
    margin-bottom: 12px;
    font-weight: 600
}

.seo-block .seo-text h3 {
    font-size: 20px
}

@media (max-width:992px) {

    .table-phone a,
    .table-zakaz .left {
        font-size: 22px;
        text-align: center
    }

    .text-politika {
        font-size: 12px
    }

    .table-zakaz {
        margin-top: 30px;
        padding: 12px
    }

    .table-zakaz .left {
        line-height: 1.2;
        margin-bottom: 12px
    }

    .table-zakaz .right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .table-zakaz .right .table-btn {
        margin-right: auto
    }

    .table-zakaz .right .table-btn button {
        height: 40px
    }

    .contact-page .card-contact-title {
        margin-top: 0;
        text-align: center
    }

    .price-main-block,
    .sale-new_form {
        margin-bottom: 30px
    }

    .update-info {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
        top: -10px
    }

    .header-table {
        display: none
    }

    .body-table,
    .body-table .column-4 {
        display: -webkit-box;
        display: -ms-flexbox
    }

    .line-table {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
        padding: 8px 0
    }

    .body-table {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .column {
        padding: 4px 12px;
        font-size: 14px
    }

    .body-table .column-1 {
        width: 100%;
        text-align: center
    }

    .body-table .column-2,
    .body-table .column-3 {
        width: 50%;
        text-align: center
    }

    .body-table .column-4 {
        width: 100%;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .body-table .column-4 span {
        display: inline-block
    }

    .col-lg-6.card-contact {
        margin-bottom: 16px
    }

    .sale-new_form,
    .sale-new_form .row {
        padding-left: 14px;
        padding-right: 14px
    }

    .sale-title {
        width: inherit
    }

    .form-btn-input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .form-btn-input input[type=tel] {
        margin-right: 0
    }

    .sale-container {
        padding: 20px 0
    }

    .sale-img__wrapper img {
        -o-object-position: bottom;
        object-position: bottom
    }

    .sale-img__wrapper .bg__img-sale-gerl {
        margin: auto
    }

    .sale-img__wrapper {
        height: 370px;
        position: relative;
        overflow: hidden;
        right: -14px;
        display: none
    }

    .seo-block .seo-text h2 {
        font-size: 16px;
        margin-bottom: 12px
    }

    .seo-block .seo-text {
        padding: 14px
    }

    .seo-block .seo-text ol li,
    .seo-block .seo-text p,
    .seo-block .seo-text ul li {
        font-size: 14px;
        line-height: 20px
    }

    .seo-block .seo-text a::before {
        font-size: 14px
    }

    .seo-block .seo-text.active {
        padding-bottom: 50px
    }
}

#cookie-consent {
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 15px 20px;
    z-index: 9999;
    max-width: 600px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 40px;
    border-radius: 16px;
    border: 1px solid var(--color_brand);
    box-shadow: 0 10px 10px rgb(0 0 0 /25%)
}

#cookie-consent p {
    margin: 0;
    font-size: 14px;
    color: #000
}

#accept-cookie {
    color: #000;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    min-width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color_brand);
    transition: .3s
}

#cookie-consent h4 a:hover {
    text-decoration: none
}

@media (max-width:768px) {
    #cookie-consent {
        transform: scale(.9);
        bottom: 100px;
        padding: 10px 17px;
        gap: 10px
    }

    #cookie-consent h4 {
        font-size: 16px
    }

    #cookie-consent p {
        font-size: 13px
    }

    #accept-cookie {
        padding: 6px 16px
    }
}