

/* Start:/local/templates/new2019/components/bitrix/catalog.element/catalog.santech/style.css?178827086920689*/
* {
    box-sizing: border-box;
}

.lucido-product {
    --lucido-ink: #1f1f1f;
    --lucido-muted: #77746f;
    --lucido-line: #dfddd9;
    --lucido-soft: #faf9f7;
    --lucido-accent: #d8a04b;
    --lucido-accent-dark: #9d6c2f;
    color: var(--lucido-ink);
    background: #fff;
    font-family: "Open Sans", Arial, Helvetica, sans-serif!important;
    -webkit-font-smoothing: antialiased;
    width: min(100%, 1536px);
    margin: 0 auto;
    padding: 22px 34px 34px;
    color: var(--lucido-ink);
    font: 14px/1.42 "Open Sans", Arial, Helvetica, sans-serif;
    box-sizing: border-box!important;
}

.lucido-product button,
.lucido-product a {
    font: inherit;
}

.lucido-product button {
    color: inherit;
}
.lucido-product h1,
.lucido-product h2,
.lucido-product h3
{
    font-family: "Open Sans", Arial, Helvetica, sans-serif!important;
}


.hide_crumbs .content .lucido-product .breadcrumbs {
    min-height: 42px;
    display: flex!important;
    align-items: center;
    gap: 11px;
    overflow-x: auto;
    color: #85827e;
    scrollbar-width: none;
    padding: 0px;
    background: #fff;
    white-space: wrap;
}

.breadcrumbs::-webkit-scrollbar {
    display: none;
}
.lucido-product button {
    padding: 0px!important;
    text-transform: none!important;
}
.lucido-product .breadcrumbs a {
    font-size: 1rem;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
.lucido-product .breadcrumbs a:hover {
    color: var(--lucido-ink);
}
.lucido-product .breadcrumbs span[aria-hidden="true"] {
    color: #c6c3be;
}

.product-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(410px, 490px);
    gap: 36px;
    align-items: stretch;
}

.product-gallery {
    min-width: 0;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.gallery-rail {
    height: 100%;
    max-height: 450px;
    display: grid;
    grid-template-rows: 24px minmax(0, 1fr) 24px 25px;
    gap: 8px;
    align-items: center;
}

.thumbnail-list {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    overflow-y: auto;
    padding: 2px;
    scrollbar-width: none;
}

.thumbnail-list::-webkit-scrollbar {
    display: none;
}

.thumbnail {
    flex: 0 0 88px;
    width: 100%;
    height: 88px;
    margin: 0;
    padding: 5px;
    border: 1px solid var(--lucido-line);
    border-radius: 7px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.thumbnail:hover {
    border-color: #b9b5af;
}

.thumbnail.is-active {
    border: 2px solid var(--lucido-accent);
    padding: 4px;
    box-shadow: 0 0 0 1px #fff inset;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    background: #fff;
}

.rail-control {
    width: 100%;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: grid;
    place-items: center;
}

.rail-control span {
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--lucido-accent-dark);
    border-left: 2px solid var(--lucido-accent-dark);
}

.rail-control--up span {
    transform: rotate(45deg) translate(2px, 2px);
}
.rail-control--down span {
    transform: rotate(225deg) translate(2px, 2px);
}

.gallery-counter {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #2d2b29;
}

.gallery-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: 0;
    border: 1px solid var(--lucido-line);
    border-radius: 7px;
    background: #fff;
    overflow: hidden;
    outline: none;
}

.gallery-stage:focus-visible {
    box-shadow: 0 0 0 3px rgba(216,160,75,.24);
}

.gallery-slide {
    position: absolute;
    inset: 0;
    margin: 0;
    /*padding: clamp(28px, 5vw, 72px);*/
    padding: 0px;
    display: grid;
    place-items: center;
    background: #fff;
}

.gallery-slide[hidden] {
    display: none;
}

.gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.gallery-slide--placeholder {
    grid-template-rows: 1fr auto;
    gap: 18px;
    color: #9a9792;
    font-size: 0.93rem;
}

.placeholder {
    display: grid;
    place-items: center;
    border: 1px solid #d8d6d2;
    border-radius: 3px;
    background: #f7f6f4;
}

.placeholder--portrait {
    width: 38px;
    height: 62px;
}
.placeholder--square {
    width: 48px;
    height: 48px;
}
.placeholder--large.placeholder--portrait {
    width: 42%;
    height: 76%;
    max-width: 260px;
}
.placeholder--large.placeholder--square {
    width: 58%;
    aspect-ratio: 1;
    max-width: 360px;
}

.placeholder i {
    width: 22px;
    height: 17px;
    border: 1px solid #aaa7a2;
    position: relative;
}

.placeholder i::before {
    content: "";
    position: absolute;
    left: 4px;
    bottom: 3px;
    width: 10px;
    height: 7px;
    border-left: 1px solid #aaa7a2;
    border-top: 1px solid #aaa7a2;
    transform: rotate(45deg);
}

.purchase-card {
    min-height: 100%;
    padding: 27px 32px 28px;
    border: 1px solid var(--lucido-line);
    border-radius: 7px;
    background: #fff;
}

.brand-line {
    margin: 0;
    font-size: 1.28rem;
    font-weight: 600;
    letter-spacing: .2px;
    text-transform: uppercase;
}

.brand-line span {
    color: var(--lucido-accent);
    padding: 0 7px;
}

.purchase-card h1 {
    margin: 10px 0 13px;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: -.45px;
    font-weight: 700;
}

.article {
    margin: 0;
    color: #77746f;
    font-size: 1.14rem;
}
.separator {
    height: 1px;
    margin: 19px 0 17px;
    background: var(--lucido-line);
}
.separator--price {
    margin-top: 18px;
}
.finish-name {
    margin: 0 0 15px;
    font-size: 1.14rem;
}

.swatches {
    display: flex;
    align-items: center;
    gap: 16px;
}
button.swatch {
    width: 30px;
    height: 30px;
    padding: 0!important;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: inset 0 0 8px rgba(0,0,0,.18);
}
.swatch--brass {
    background: linear-gradient(135deg,#dec786,#9e712c);
}
.swatch--black {
    background: linear-gradient(135deg,#45433e,#171717);
}
.swatch--steel {
    background: linear-gradient(135deg,#c2c2c0,#6a6967);
}
.swatch--bronze {
    background: linear-gradient(135deg,#a58261,#63452f);
}
.swatch--copper {
    background: linear-gradient(135deg,#b39b78,#7c603f);
}
.swatch.is-selected {
    outline: 2px solid var(--lucido-accent);
    outline-offset: 3px;
}

.price {
    margin: 0 0 8px;
    font-size: 1.5rem;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -.5px;
}
.order-status {
    margin: 0 0 24px;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
}
.order-status > span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--lucido-accent);
    flex: 0 0 auto;
}
.order-status button {
    width: 17px;
    height: 17px;
    padding: 0!important;
    border: 1px solid #bbb7b1;
    border-radius: 50%;
    background: transparent;
    color: #8d8983!important;
    font-size: 11px!important;
    line-height: 15px!important;
    cursor: pointer;
}

.button {
    width: 100%;
    height: 56px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    cursor: pointer;
    font-size: 17px !important;
    transition: filter .18s ease, background-color .18s ease;
}

.button--primary {
    border: 0;
    color: #fff !important;
    background: var(--lucido-accent);
    font-weight: 600 !important;
}
.button--primary:hover {
    filter: brightness(.96);
}
.button--secondary {
    margin-top: 15px;
    border: 1px solid var(--lucido-accent);
    color: var(--lucido-accent-dark) !important;
    background: #fff;
}
.button--secondary:hover {
    background: #fcfaf6;
}

.cart-icon {
    width: 22px;
    height: 18px;
    position: relative;
    display: inline-block;
}
.cart-icon::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 15px;
    height: 9px;
    border: 2px solid currentColor;
    border-top: 0;
    transform: skewX(-8deg);
}
.cart-icon::after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 11px 0 currentColor;
}
.cart-icon i {
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 2px;
    background: currentColor;
    transform: rotate(15deg);
    transform-origin: left;
}

.chat-icon {
    width: 22px;
    height: 17px;
    border: 1.7px solid currentColor;
    border-radius: 9px;
    position: relative;
}
.chat-icon::after {
    content: "";
    position: absolute;
    right: 2px;
    bottom: -4px;
    width: 6px;
    height: 6px;
    border-right: 1.7px solid currentColor;
    transform: rotate(35deg);
}

.benefits {
    min-height: 72px;
    margin-top: 38px;
    border: 1px solid var(--lucido-line);
    border-radius: 6px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #fff;
}

.benefit {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    position: relative;
    font-size: 16px;
}
.benefit:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 19px;
    bottom: 19px;
    width: 1px;
    background: var(--lucido-line);
}

.benefit-icon {
    width: 35px;
    height: 35px;
    flex: 0 0 auto;
    position: relative;
    color: var(--lucido-accent-dark);
}
.benefit-icon--shield {
    width: 27px;
    height: 32px;
    border: 1.8px solid currentColor;
    border-radius: 14px 14px 16px 16px;
    clip-path: polygon(0 0,100% 0,100% 62%,50% 100%,0 62%);
}
.benefit-icon--globe {
    border: 1.8px solid currentColor;
    border-radius: 50%;
}
.benefit-icon--globe::before {
    content: "";
    position: absolute;
    left: 6px;
    right: 6px;
    top: -1px;
    bottom: -1px;
    border-left: 1.4px solid currentColor;
    border-right: 1.4px solid currentColor;
    border-radius: 50%;
}
.benefit-icon--globe::after {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    top: 16px;
    border-top: 1.4px solid currentColor;
}
.benefit-icon--headset {
    border: 1.8px solid currentColor;
    border-bottom-color: transparent;
    border-radius: 18px 18px 0 0;
    height: 25px;
    margin-top: 8px;
}
.benefit-icon--headset::before,
.benefit-icon--headset::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 6px;
    height: 12px;
    border: 1.8px solid currentColor;
    background: #fff;
}
.benefit-icon--headset::before {
    left: -3px;
    border-radius: 3px 0 0 3px;
}
.benefit-icon--headset::after {
    right: -3px;
    border-radius: 0 3px 3px 0;
}

.related-products {
    margin-top: 16px;
}
.section-heading {
    margin: 0 0 12px 8px;
}
.section-heading h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
}
.section-heading p {
    margin: 4px 0 0;
    color: var(--lucido-muted);
    font-size: 13px;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.related-card {
    min-height: 142px;
    border: 1px solid var(--lucido-line);
    border-radius: 7px;
    background: #fff;
    display: grid;
    grid-template-columns: 164px minmax(0, 1fr);
    overflow: hidden;
}
.related-visual {
    display: grid;
    place-items: center;
    background: #fff;
}
.related-copy {
    min-width: 0;
    padding: 20px 18px 17px 0;
    display: flex;
    flex-direction: column;
}
.related-copy h3 {
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
}
.related-copy p {
    margin: 8px 0 0;
    color: var(--lucido-muted);
    font-size: 13px;
}
.related-meta {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.related-status {
    color: var(--lucido-muted);
    font-size: 13px;
    white-space: nowrap;
}
.related-status i {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--lucido-accent);
}
.related-meta button {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--lucido-accent-dark);
    cursor: pointer;
}

.part-placeholder {
    display: block;
    position: relative;
    color: #4a4742;
    background-size: cover!important;
    width: 88px;
    height: 88px;
    border-radius: 25px;
}
.part-placeholder--valve {
    width: 92px;
    height: 78px;
    border-radius: 25px;
    background: radial-gradient(circle at 50% 50%,#b99452 0 12%,#423b33 13% 25%,transparent 26%), radial-gradient(circle at 22% 24%,#b99452 0 8%,#3f3932 9% 18%,transparent 19%), radial-gradient(circle at 78% 24%,#b99452 0 8%,#3f3932 9% 18%,transparent 19%), linear-gradient(145deg,#6b6258,#2c2925);
    box-shadow: 0 8px 16px rgba(0,0,0,.12);
}
.part-placeholder--plate {
    width: 88px;
    height: 88px;
    border: 1px solid #c9c7c3;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%,#fff 0 17%,#bdbbb7 18% 22%,#f7f7f6 23% 65%,#d7d5d1 66% 70%,#fff 71%);
    box-shadow: 0 6px 15px rgba(0,0,0,.06);
}
.part-placeholder--arm {
    width: 105px;
    height: 25px;
    border-radius: 14px;
    background: linear-gradient(#45433f,#171717);
    transform: translateX(8px);
    box-shadow: 0 5px 10px rgba(0,0,0,.14);
}
.part-placeholder--arm::before {
    content: "";
    position: absolute;
    left: -20px;
    top: -9px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(145deg,#484642,#171717);
}
.part-placeholder--arm::after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -13px;
    width: 18px;
    height: 22px;
    border-radius: 0 0 7px 7px;
    background: #1f1f1f;
}

@media (max-width: 1240px) {
    .lucido-product {
        padding-inline: 24px;
        padding-top: 10px;
    }
    .product-hero {
        grid-template-columns: minmax(0, 1fr) minmax(380px, 440px);
        gap: 24px;
    }
    .product-gallery {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 18px;
    }
    .thumbnail {
        height: 78px;
        flex-basis: 78px;
    }
    .purchase-card {
        padding-inline: 25px;
    }
    .related-card {
        grid-template-columns: 130px minmax(0, 1fr);
    }
}


@media (max-width: 980px) {
    .product-hero {
        grid-template-columns: 1fr;
    }
    .product-gallery {
        max-width: 760px;
        width: 100%;
        margin: 0 auto;
    }
    .purchase-card {
        max-width: 760px;
        width: 100%;
        margin: 0 auto;
    }
    .benefits {
        grid-template-columns: 1fr;
        padding: 10px 0;
    }
    .benefit {
        min-height: 56px;
        justify-content: flex-start;
        padding: 0 28px;
    }
    .benefit:not(:last-child)::after {
        left: 28px;
        right: 28px;
        top: auto;
        bottom: 0;
        width: auto;
        height: 1px;
    }
    .related-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .lucido-product {
        padding: 0px 12px 28px;
        overflow: clip;
    }

    .breadcrumbs {
        min-height: 36px;
        gap: 8px;
        font-size: 12px;
    }

    .product-hero {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .purchase-card {
        order: 2;
        padding: 20px 16px;
    }

    .product-gallery {
        order: 1;
        max-width: none;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    .gallery-stage {
        grid-row: 1;
        touch-action: pan-y pinch-zoom;
    }

    /*.gallery-slide { padding: 18px; }*/

    .gallery-rail {
        grid-row: 2;
        width: 100%;
        height: auto;
        max-height: none;
        display: grid;
        grid-template-columns: 36px minmax(0, 1fr) 36px 46px;
        grid-template-rows: 76px;
        gap: 7px;
    }

    .thumbnail-list {
        grid-column: 2;
        grid-row: 1;
        min-width: 0;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 2px;
        scroll-snap-type: x proximity;
    }

    .thumbnail {
        flex: 0 0 68px;
        width: 68px;
        height: 68px;
        padding: 3px;
        scroll-snap-align: start;
    }

    .thumbnail.is-active {
        padding: 2px;
    }

    .rail-control {
        grid-row: 1;
        width: 36px;
        height: 76px;
        min-width: 36px;
    }

    .rail-control--up {
        grid-column: 1;
    }
    .rail-control--down {
        grid-column: 3;
    }
    .rail-control--up span {
        transform: rotate(-45deg) translate(2px, 2px);
    }
    .rail-control--down span {
        transform: rotate(135deg) translate(2px, 2px);
    }

    .gallery-counter {
        grid-column: 4;
        grid-row: 1;
        align-self: center;
        font-size: 13px;
    }

    .purchase-card h1 {
        margin-top: 8px;
        font-size: 23px;
        line-height: 1.24;
    }

    .article {
        font-size: 14px;
    }
    .separator {
        margin-block: 16px;
    }
    .swatches {
        flex-wrap: wrap;
        gap: 17px;
    }
    .swatch {
        width: 32px;
        height: 32px;
    }
    .price {
        font-size: 32px;
    }
    .order-status {
        margin-bottom: 20px;
    }
    .button {
        width: fit-content;
        max-width: 100%;
        min-width: 300px;
        min-height: 52px;
        height: auto;
        padding: 12px 24px;
        font-size: 15px !important;
    }

    .benefits {
        margin-top: 22px;
        padding-block: 8px;
    }

    .benefit {
        min-height: 62px;
        padding-inline: 18px;
        gap: 14px;
        font-size: 14px;
    }

    .benefit:not(:last-child)::after {
        left: 18px;
        right: 18px;
    }
    .section-heading {
        margin-left: 2px;
    }
    .section-heading h2 {
        font-size: 20px;
    }
    .related-grid {
        gap: 12px;
    }
    .related-card {
        min-height: 132px;
        grid-template-columns: 112px minmax(0, 1fr);
    }
    .related-copy {
        padding: 15px 13px 13px 0;
    }
    .related-copy h3 {
        font-size: 14px;
    }
    .related-meta {
        align-items: flex-end;
        gap: 8px;
    }
    .related-meta button {
        min-width: 44px;
        min-height: 44px;
        text-align: right;
    }
    .part-placeholder--valve {
        transform: scale(.86);
    }
    .part-placeholder--plate {
        transform: scale(.86);
    }
    .part-placeholder--arm {
        transform: translateX(7px) scale(.84);
    }
}

@media (max-width: 360px) {
    .lucido-product {
        padding-inline: 10px;
    }
    .gallery-rail {
        grid-template-columns: 34px minmax(0, 1fr) 34px 42px;
        gap: 5px;
    }
    .rail-control {
        width: 34px;
        min-width: 34px;
    }
    .thumbnail {
        flex-basis: 64px;
        width: 64px;
        height: 64px;
    }
    .purchase-card {
        padding-inline: 14px;
    }
    .purchase-card h1 {
        font-size: 21px;
    }
    .related-card {
        grid-template-columns: 96px minmax(0, 1fr);
    }
    .related-status {
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    .thumbnail,
    .button {
        transition: none;
    }
}



/* End */
/* /local/templates/new2019/components/bitrix/catalog.element/catalog.santech/style.css?178827086920689 */
