html {
    scroll-behavior: smooth;
}

.price-new-shell {
    display: block;
}

/* IMAGE */
.price-img-viewer img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.price__title {
    max-width: 100%;
    font-size: clamp(34px, 3vw, 48px);
    font-weight: 800;
    line-height: 1;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    overflow-wrap: break-word;
}

.price-new-content {
    min-width: 0;
}

.price-new-content .price-new > .container {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.price-new-nav-panel {
    position: sticky;
    top: 0;
    z-index: 30;
    margin-top: 18px;
    margin-bottom: 30px;
}

.price-new-nav {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px 14px;
    align-items: center;
    padding: 10px;
    border: 1px solid #dce5e8;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(8px);
}

.price-new-nav__label {
    margin: 0;
    padding: 11px 14px;
    border-radius: 6px;
    background-color: #151719;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.price-new-nav__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
}

.price-new-nav__links a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 9px 12px;
    border: 1px solid #d0e5e8;
    border-radius: 999px;
    color: #334155;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.price-new-nav__links a:hover,
.price-new-nav__links a:focus-visible {
    border-color: #10b4c1;
    background-color: #eefafb;
    color: #087782;
    outline: none;
}

.price-new-nav-mobile {
    display: none;
}

.price-new-nav-mobile__details {
    border: 1px solid #dce5e8;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.price-new-nav-mobile__details summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 13px 16px;
    color: #087782;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    list-style: none;
    cursor: pointer;
}

.price-new-nav-mobile__details summary::-webkit-details-marker {
    display: none;
}

.price-new-nav-mobile__details summary::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.2s ease;
}

.price-new-nav-mobile__details[open] summary::after {
    transform: rotate(225deg) translateY(-2px);
}

.price-new-nav-mobile__details a {
    display: block;
    padding: 12px 16px;
    border-top: 1px solid #edf1f3;
    color: #334155;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
}

.price-new-nav-mobile__details a:hover,
.price-new-nav-mobile__details a:focus-visible {
    background-color: #eefafb;
    color: #087782;
    outline: none;
}

.price-new,
.price-new__section-head,
.price-new__title {
    scroll-margin-top: 92px;
}

.price-new {
    margin: 56px 0 96px;
    color: #20242a;
}

.price-new *,
.price-new *::before,
.price-new *::after {
    box-sizing: border-box;
}

.price-new__head,
.price-new__section-head {
    display: grid;
    gap: 10px;
    margin-bottom: 24px;
}

.price-new__section-head {
    margin-top: 22px;
}

.price-new__section-head--materials {
    margin-top: 10px;
    margin-bottom: 16px;
    padding-top: 6px;
}

.price-new__eyebrow {
    width: max-content;
    max-width: 100%;
    padding: 7px 12px;
    border: 1px solid #cfe8ea;
    border-radius: 999px;
    background-color: #eefafb;
    color: #087782;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.price-new__title {
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.18;
}

.price-new__title a {
    color: inherit;
    text-decoration: none;
}

.price-new__quick {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 22px;
}

.price-new__quick-card {
    display: grid;
    align-content: space-between;
    min-height: 118px;
    padding: 16px;
    border: 1px solid #dce5e8;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.price-new__quick-card span {
    color: #5d6670;
    font-size: 15px;
    line-height: 1.35;
}

.price-new__quick-card strong {
    color: #0a7f8d;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
}

.price-new--mobile .price-new__quick {
    margin-bottom: 18px;
}

.price-new__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
}

.price-new--repair .price-new__layout,
.price-new__materials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.price-new__materials {
    display: grid;
    gap: 18px;
}

.price-new__panel {
    min-width: 0;
    border: 1px solid #dce5e8;
    border-radius: 8px;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
}

.price-new__panel--wide {
    grid-column: 1 / -1;
}

.price-new__panel-head {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    padding: 16px 18px;
    background-color: #151719;
    color: #ffffff;
}

.price-new__panel-mark {
    flex: 0 0 auto;
    width: 10px;
    height: 34px;
    border-radius: 20px;
    background-color: #ffae8f;
}

.price-new__panel-head h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.price-new__table-wrap {
    overflow-x: auto;
}

.price-new__table {
    width: 100%;
    min-width: 720px;
    border-collapse: separate;
    border-spacing: 0;
}

.price-new--repair .price-new__table {
    min-width: 560px;
}

.price-new__table--azot {
    min-width: 640px;
}

.price-new__table--simple,
.price-new__table--work {
    min-width: 0;
}

.price-new__table th,
.price-new__table td {
    border: 0;
    border-bottom: 1px solid #edf1f3;
    padding: 12px 14px;
    text-align: center;
    vertical-align: middle;
}

.price-new--repair .price-new__table th,
.price-new--repair .price-new__table td {
    padding-right: 16px;
    padding-left: 16px;
    text-align: left;
}

.price-new__table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f5f8f9;
    color: #5b6570 !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.price-new__table td:first-child,
.price-new__table th:first-child {
    text-align: left;
}

.price-new__table tbody tr:not(.price-new__info-row, .price-new__group-row):hover {
    background-color: #f2fbfc;
}

.price-new--repair .price-new__table thead th:last-child,
.price-new--repair .price-new__table td:last-child {
    width: 168px;
    text-align: right;
    white-space: nowrap;
}

.price-new__table--simple th:last-child,
.price-new__table--simple td:last-child,
.price-new__table--work th:last-child,
.price-new__table--work td:last-child {
    width: 180px;
    text-align: right;
    white-space: nowrap;
}

.price-new__group-row th {
    background-color: #eefafb;
    color: #0a6f79 !important;
    font-size: 15px;
    font-weight: 800;
    text-align: left;
}

.price-new__price {
    display: inline-flex;
    justify-content: center;
    min-width: 64px;
    max-width: 100%;
    padding: 6px 10px;
    border-radius: 999px;
    background-color: #f2fbfc;
    color: #151719;
    font-weight: 800;
    line-height: 1.15;
}

.price-new--repair .price-new__price {
    min-width: 104px;
}

.price-new__price--accent {
    background-color: #e5f8fa;
    color: #087782;
}

.price-new__info-row td {
    padding: 16px 18px;
    background-color: #f8fbfc;
    color: #334155;
    font-weight: 700;
    text-align: left;
}

.price-new__info-row td:first-child {
    border-left: 4px solid #10b4c1;
}

.price-new__info-row strong {
    display: block;
    margin-bottom: 10px;
    color: #151719;
    text-align: left;
}

.price-new__info-row ul {
    display: grid;
    gap: 6px;
    margin: 0;
    padding-left: 20px;
}

.price-new__info-row li::marker {
    color: #10b4c1;
}

.price-new__note,
.price-new__notices p {
    margin: 0;
    padding: 16px 18px;
    border: 1px solid #dce5e8;
    border-left: 4px solid #10b4c1;
    border-radius: 8px;
    background-color: #f8fbfc;
    color: #334155;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.45;
    text-align: left;
}

.price-new__note {
    margin-top: 18px;
}

.price-new__azot-note {
    margin: 16px 18px 18px;
    color: #151719;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
}

.price-new__notices {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.price-new__notices .price-new__notices-accent {
    border-left-color: #d71920;
    background-color: #fff8f8;
    color: #d71920;
}

.price-new--mobile .price-new__head {
    gap: 12px;
    padding: 22px;
    border-radius: 8px;
    background-color: #151719;
    color: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}

.price-new--mobile .price-new__eyebrow {
    border-color: rgba(16, 180, 193, 0.35);
    background-color: rgba(16, 180, 193, 0.12);
    color: #75ecf3;
}

.price-new--mobile .price-new__head .price-new__title {
    color: #ffffff;
}

.price-new--mobile .price-new__section-head .price-new__title {
    color: #20242a;
}

.price-new__callout {
    display: grid;
    grid-template-columns: minmax(220px, 0.65fr) 1fr;
    gap: 18px;
    align-items: center;
    margin-bottom: 22px;
    padding: 22px;
    border: 1px solid #dce5e8;
    border-left: 4px solid #10b4c1;
    border-radius: 8px;
    background-color: #ffffff;
    color: #334155;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.price-new__callout-label {
    display: block;
    margin-bottom: 8px;
    color: #087782;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.price-new__callout strong {
    display: block;
    color: #087782;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.1;
}

.price-new__callout-text {
    display: grid;
    gap: 8px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.price-new__callout-text p {
    margin: 0;
}

@media (max-width: 1100px) {
    .price-new__quick,
    .price-new__materials {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .price-new--repair .price-new__layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .price-new-nav-panel {
        display: none;
    }

    .price-new-nav-mobile {
        display: block;
        margin-top: 14px;
        margin-bottom: 24px;
    }

    .price-new {
        margin: 34px 0 64px;
    }

    .price-new__title {
        font-size: 25px;
    }

    .price-new__quick,
    .price-new__materials {
        grid-template-columns: 1fr;
    }

    .price-new__quick-card {
        min-height: 0;
        gap: 12px;
    }

    .price-new__quick-card strong {
        font-size: 22px;
    }

    .price-new__panel-head {
        min-height: 0;
        padding: 14px;
    }

    .price-new__panel-head h3 {
        font-size: 18px;
    }

    .price-new__table th,
    .price-new__table td {
        padding: 11px 12px;
        font-size: 14px;
    }

    .price-new--repair .price-new__table {
        min-width: 0;
    }

    .price-new--repair .price-new__table thead {
        display: none;
    }

    .price-new--repair .price-new__table tbody,
    .price-new--repair .price-new__table tr,
    .price-new--repair .price-new__table td,
    .price-new--repair .price-new__table th {
        display: block;
        width: 100%;
    }

    .price-new--repair .price-new__table td {
        border-bottom: 0;
        padding: 12px 14px 4px;
    }

    .price-new--repair .price-new__table td:last-child {
        padding: 0 14px 12px;
        text-align: left;
    }

    .price-new--repair .price-new__table tbody tr:not(.price-new__group-row) {
        border-bottom: 1px solid #edf1f3;
    }

    .price-new__group-row th {
        padding: 12px 14px;
    }

    .price-new--repair .price-new__price {
        justify-content: flex-start;
        min-width: 0;
    }

    .price-new__notices p {
        padding: 14px;
    }

    .price-new__callout {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .price-new__callout strong {
        font-size: 30px;
    }

    .price-new__callout-text {
        font-size: 16px;
    }

    .price-new__table--simple th:last-child,
    .price-new__table--simple td:last-child,
    .price-new__table--work th:last-child,
    .price-new__table--work td:last-child {
        width: 150px;
    }
}
