

/* Start:/local/components/pk/catalog/templates/.default/style.css?17810309886907*/
.catalog__breadcrumb-current {
    color: #082731;
}

.catalog-sections-page {
    padding-bottom: 2.5rem;
}

.catalog-sections-page > h1 {
    margin-bottom: 1rem;
}
.catalog-toolbar-sort__title-text {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.catalog-toolbar-sort__reset {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    padding: 0;
    line-height: 0;
    cursor: pointer;
    color: #94A1A6;
}

.catalog-toolbar-sort__reset svg {
    display: block;
    width: 14px;
    height: 14px;
}

.catalog-toolbar-sort__reset svg path {
    stroke: #94A1A6;
}

.catalog-toolbar-sort__reset:hover {
    opacity: 0.7;
}

.catalog-toolbar-sort__label {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 14px;
    transform: translateY(-1px);
}

.catalog-toolbar-sort__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 16px;
    height: 14px;
    line-height: 0;
}

.catalog-toolbar-sort__title--active .catalog-toolbar-sort__label::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px dashed currentColor;
}

.catalog-toolbar-sort__title {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #94A1A6;
    cursor: pointer;
    user-select: none;
}

.catalog-toolbar-sort__title:hover {
    color: #082731;
}

.catalog-toolbar-sort {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #E2DED9;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    padding: 8px 0;
    margin-top: 8px;
    min-width: 220px;
    max-width: calc(100vw - 32px);
    white-space: nowrap;
}

.catalog-toolbar-sort__item {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #082731;
    padding: 8px 16px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.catalog-toolbar-sort__item:hover {
    background-color: #F4FBFE;
}

.catalog-toolbar-sort__item--active {
    background-color: #F4FBFE;
    font-weight: 600;
    color: #082731;
}

.catalog-toolbar__actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.catalog-toolbar__actions-item {
    position: relative;
    display: flex;
    align-items: center;
}

.catalog-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0.35rem;
}

.catalog-toolbar__actions {
    float: none;
}

.catalog-toolbar-sort__icon path {
    transition: stroke 0.2s;
}

.catalog-toolbar-sort__title:hover .catalog-toolbar-sort__icon path {
    stroke: #082731;
}

.catalog-toolbar__totals {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #94A1A6;
}

/* Стили для выбранных фильтров (catalog-selected) */
.catalog-selected-wrapper {
    margin-bottom: 0.5rem;
}

.catalog-selected {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.catalog-selected__group {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #94A1A6;
}

.catalog-selected__item {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #F4FBFE;
    padding: 4px 12px;
    border-radius: 4px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #082731;
    cursor: pointer;
    transition: background-color 0.2s;
}

.catalog-selected__item:hover {
    background-color: #E2DED9;
}

.catalog-selected__item svg {
    width: 10px;
    height: 10px;
}

.catalog-selected__item svg path {
    stroke: #849398;
}

.catalog-selected__clear {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #082731;
    cursor: pointer;
    padding: 4px 12px;
    border: 1px solid #E2DED9;
    border-radius: 4px;
    background: transparent;
    transition: all 0.2s;
}

.catalog-selected__clear:hover {
    background-color: #F4FBFE;
    border-color: #16A6DE;
}

/* Мобильный фильтр */
.catalog-filter-mobile-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(8, 39, 49, 0.35);
    z-index: 999998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.catalog-filter-mobile-overlay--open {
    opacity: 1;
    visibility: visible;
}

.catalog-filter-mobile {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 320px;
    max-width: 92vw;
    height: 100%;
    background-color: #fff;
    z-index: 999999;
    display: flex !important;
    flex-direction: column;
    box-shadow: 4px 0 24px rgba(8, 39, 49, 0.12);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.catalog-filter-mobile--open {
    transform: translateX(0);
}

.catalog-filter-mobile__header {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 16px;
    border-bottom: 1px solid #8BD3EF;
}

.catalog-filter-mobile__title {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #082731;
    margin: 0;
}

.catalog-filter-mobile__close {
    cursor: pointer;
    padding: 5px;
}

.catalog-filter-mobile__content {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
}

.catalog-filter-mobile__footer {
    flex-shrink: 0;
    padding: 16px;
    border-top: 1px solid #8BD3EF;
    display: flex;
    gap: 10px;
    background-color: #fff;
}

.catalog-filter-mobile__btn {
    flex: 1;
    width: auto;
    background: #fff;
    color: #16A6DE;
    vertical-align: middle;
}

.catalog-filter-mobile__btn--clear {
    color: #082731;
}

.catalog-filter-mobile__group {
    margin-bottom: 24px;
}

.catalog-filter-mobile__group-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.catalog-filter-mobile__group-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #082731;
    margin: 0;
}

.catalog-filter-mobile__group-clear {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #94A1A6;
    text-decoration: underline;
    cursor: pointer;
}

.catalog-filter-mobile__items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.catalog-filter-mobile__item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #082731;
    cursor: pointer;
}

.catalog-filter-mobile__item input[type="checkbox"] {
    margin: 0;
}


/* End */


/* Start:/local/components/pk/catalog.element/templates/.default/style.css?178115130326386*/
.product-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 0 107px;
    justify-content: space-between;
    width: 100%;
}
.product-detail__breadcrumb {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    line-height: 1.4;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 0;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
}
.product-detail__breadcrumb .breadcrumbs__logo {
    flex-shrink: 0;
}
.product-detail__breadcrumb .breadcrumbs__sep {
    flex-shrink: 0;
    user-select: none;
    white-space: nowrap;
}
.product-detail__breadcrumb .breadcrumbs__item {
    flex-shrink: 0;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.15s ease, border-color 0.15s ease;
}
.product-detail__breadcrumb .breadcrumbs__item:hover {
    color: #082731;
    border-bottom-color: rgba(22, 166, 222, 0.45);
}
.product-detail__breadcrumb-current {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-detail__left {
    flex: 6 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.product-detail__right {
    flex: 4 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.product-detail__heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product-detail__title {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 27px;
    line-height: 1.3;
    margin: 0;
}
.product-detail__subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.35;
    margin: 0;
    color: #526066;
}
.product-detail__order-panel {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-detail__price-stack {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.product-detail__price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.product-detail__price-values {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 20px;
}
.product-detail__price .product-detail__discount.label.label-color--red {
    flex-shrink: 0;
    font-size: 14px;
    padding: 6px 14px;
    font-weight: 600;
    line-height: 1;
}
.product-detail__measur-btn {
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 15px;
    margin: 8px 0;
}
.product-detail__promo--compact {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 10px;
    font-family: "Open Sans", sans-serif;
    background: #f4fbfe;
    border-radius: 2px;
}
.product-detail__promo--compact h3 {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    color: #082731;
}
.product-detail__promo--compact p {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 1.35;
    color: #526066;
}
@media (max-width: 991px) {
    .product-detail .product-detail__measur-btn {
        height: 40px;
        line-height: 38px;
        font-size: 15px;
    }
    .product-detail .product-detail__measur-btn::before,
    .product-detail .product-detail__measur-btn::after {
        height: 40px;
    }
}
@media (min-width: 992px) {
    .product-detail .product-detail__measur-btn {
        font-size: 16px;
        height: 42px;
        line-height: 40px;
    }
    .product-detail .product-detail__measur-btn::before,
    .product-detail .product-detail__measur-btn::after {
        height: 42px;
    }
}
@media (min-width: 1201px) {
    .product-detail .product-detail__measur-btn {
        font-size: 17px;
        height: 46px;
        line-height: 44px;
    }
    .product-detail .product-detail__measur-btn::before,
    .product-detail .product-detail__measur-btn::after {
        height: 46px;
    }
}
@media (min-width: 1400px) {
    .product-detail .product-detail__measur-btn {
        font-size: 18px;
        height: 50px;
        line-height: 48px;
    }
    .product-detail .product-detail__measur-btn::before,
    .product-detail .product-detail__measur-btn::after {
        height: 50px;
    }
}
.product-detail__price .current-price {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    color: #082731;
}
.product-detail__price .old-price {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    color: #94A1A6;
    text-decoration: line-through;
}

.switch-group {
    margin-bottom: 20px;
}
.product-detail__sizes {
    margin-bottom: 20px;
}
.switch_name {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}
.switch_name b {
    color: #082731;
}
.switch {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45px, 1fr));
    gap: 8px;
}
/* Только свотчи цвета — иначе ссылки вариантов ломаются фиксированным 50×50 */
.switch a.prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}
.switch a.prev img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    object-fit: cover;
    object-position: center;
}
.switch a.prev:hover:not(.active):not(.unavailable) {
    border-color: #16A6DE;
}
.switch a.prev.active {
    border: 2px solid #16A6DE;
}
.switch a.prev.unavailable {
    opacity: 0.4;
    filter: grayscale(100%);
}
.switch a.prev.active img {
    border: none;
}
.sizes-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #082731;
    margin-bottom: 10px;
}
.sizes-title span {
    color: #94A1A6;
}
.sizes-title__link {
    color: #94A1A6;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.15s ease, border-color 0.15s ease;
}
.sizes-title__link:hover {
    color: #082731;
    border-bottom-color: rgba(22, 166, 222, 0.45);
}
.sizes-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.size-item {
    border: 1px solid #e2ded9;
    background-color: #fff;
    padding: 6px 12px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #082731;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%;
    line-height: 1.35;
    transition: all 0.2s ease;
}
.sizes-list .size-item {
    text-decoration: none;
}
.sizes-list button.size-item {
    margin: 0;
    font: inherit;
    appearance: none;
    -webkit-appearance: none;
}
.sizes-list .size-item:hover:not(.active):not(.size-item--unavailable):not(.unavailable) {
    border-color: #16A6DE;
    color: #16A6DE;
}
.sizes-list .size-item.size-item--unavailable,
.sizes-list .size-item.unavailable {
    cursor: pointer;
    text-decoration: line-through;
    opacity: 0.5;
    border-color: #e2ded9;
    background-color: #f8f9fa;
    color: #94A1A6;
}
.sizes-list .size-item.size-item--unavailable:hover,
.sizes-list .size-item.unavailable:hover {
    opacity: 0.5;
    color: #94A1A6;
}
.size-item.active {
    background-color: #16A6DE;
    border-color: #16A6DE;
    color: #fff !important;
}
.btn-blue {
    background: #F4FBFE;
    border: 1px solid #16A6DE;
    color: #082731;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    cursor: pointer;
    width: 169px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-grey {
    background: transparent;
    border: 1px solid #94A1A6;
    color: #94A1A6;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    cursor: pointer;
    width: 169px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-detail__description .tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
    border-bottom: 1px solid #E2DED9;
    margin-bottom: 16px;
}
.product-detail__description .tab {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.3;
    color: #94A1A6;
    cursor: pointer;
    padding: 0 0 10px;
    margin: 0 0 -1px;
    border: none;
    border-bottom: 2px solid transparent;
    background: none;
    letter-spacing: inherit;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.product-detail__description .tab:hover {
    color: #082731;
}
.product-detail__description .tab.active {
    color: #082731;
    font-weight: 600;
    border-bottom-color: #16A6DE;
    text-decoration: none;
}
.product-detail__description .tab.active .pogonazh__tab-badge {
    background: #082731;
}
.product-detail__description .tab:focus-visible {
    outline: 2px solid rgba(139, 211, 239, 0.55);
    outline-offset: 4px;
}
.product-detail__description .tab-panels {
    min-height: 0;
}
.product-detail__description .tab-panel {
    display: none;
}
.product-detail__description .tab-panel.active {
    display: block;
}
.product-detail__description--solo .tab-panel[data-detail-tab-panel="desc"] {
    display: block;
}
.product-detail__desc-lead {
    margin: 0 0 12px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.55;
}
.product-detail__desc {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: #082731;
}
.product-detail__desc-body {
    margin: 0;
}
.product-detail__desc-p {
    margin: 0 0 14px;
}
.product-detail__desc-p:last-child {
    margin-bottom: 0;
}
.product-detail__desc-more[hidden] {
    display: none;
}
.product-detail__desc-toggle {
    margin: 6px 0 0;
    padding: 0;
    border: none;
    background: none;
    color: #16A6DE;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.product-detail__desc-toggle:hover {
    color: #082731;
}
.product-detail__desc-toggle:focus-visible {
    outline: 2px solid rgba(139, 211, 239, 0.55);
    outline-offset: 2px;
}
.product-detail__description .tab-panel .product-detail__characteristics h3 {
    margin-top: 20px;
}

/* Вкладка «Сертификаты и инструкции» */
.product-detail .tab-panel--certs {
    margin-top: 16px;
}
.product-detail__certs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
}
.product-detail__certs-item {
    margin: 0;
}
.product-detail__certs-link {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    background-color: #f8f9fa;
    border: 1px solid #e2ded9;
    color: #082731;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    padding-left: 52px;
}
.product-detail__certs-link::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23082731' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'%3E%3C/path%3E%3Cpolyline points='14 2 14 8 20 8'%3E%3C/polyline%3E%3Cline x1='16' y1='13' x2='8' y2='13'%3E%3C/line%3E%3Cline x1='16' y1='17' x2='8' y2='17'%3E%3C/line%3E%3Cpolyline points='10 9 9 9 8 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
}
.product-detail__certs-link:hover {
    background-color: #ffffff;
    border-color: #16a6de;
    color: #16a6de;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.product-detail__certs-link:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a6de' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'%3E%3C/path%3E%3Cpolyline points='14 2 14 8 20 8'%3E%3C/polyline%3E%3Cline x1='16' y1='13' x2='8' y2='13'%3E%3C/line%3E%3Cline x1='16' y1='17' x2='8' y2='17'%3E%3C/line%3E%3Cpolyline points='10 9 9 9 8 9'%3E%3C/polyline%3E%3C/svg%3E");
}

/* Блок «Погонаж» — светлая карточка как в макете */
.product-detail .tab-panel--pogonazh {
    margin-top: 16px;
}
.product-detail .pogonazh__card {
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 0;
    padding: 0;
    color: #082731;
    box-shadow: none;
}
.product-detail .pogonazh__header {
    margin-bottom: 24px;
}
.product-detail .pogonazh__title {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #082731;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}
.product-detail .pogonazh__title-color {
    border-bottom: 1px solid #082731;
    padding-bottom: 2px;
}
.product-detail .pogonazh__badge {
    background: #082731;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 12px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    min-width: 20px;
    box-sizing: border-box;
}
.product-detail .pogonazh__title-arrow {
    margin-left: 4px;
    cursor: pointer;
}
.product-detail .pogonazh__card--empty {
    padding: 22px 0;
}
.product-detail .pogonazh__empty-msg {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.45;
    color: #94A1A6;
}
.product-detail .pogon-type-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 0 0 24px;
    padding-bottom: 0;
    border-bottom: none;
}
.product-detail .pogon-type-sep {
    display: none;
}
.product-detail .pogon-type-tab {
    flex: 0 1 auto;
    max-width: 100%;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #94A1A6;
    cursor: pointer;
    padding: 8px 16px;
    margin: 0;
    border: 1px solid #E2DED9;
    border-radius: 0;
    background: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}
.product-detail .pogon-type-tab:hover {
    color: #082731;
    border-color: #8BD3EF;
    background: #F4FBFE;
}
.product-detail .pogon-type-tab.active {
    color: #fff;
    background: #16A6DE;
    border-color: #16A6DE;
}
.product-detail .pogonazh__tab-badge {
    background: #E2DED9;
    color: #94A1A6;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 12px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    min-width: 20px;
    box-sizing: border-box;
    transition: background 0.2s ease, color 0.2s ease;
}
.product-detail .pogon-type-tab:hover .pogonazh__tab-badge {
    background: #fff;
    color: #082731;
}
.product-detail .pogon-type-tab.active .pogonazh__tab-badge {
    background: #fff;
    color: #16A6DE;
}
.product-detail .pogon-type-tab:focus-visible {
    outline: 2px solid rgba(139, 211, 239, 0.5);
    outline-offset: 3px;
    border-radius: 0;
}
.product-detail .pogon-type-panel {
    display: none;
}
.product-detail .pogon-type-panel.active {
    display: block;
}
.product-detail .pogon-type-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-detail .pogon-type-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.35;
    padding: 14px 16px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    border-radius: 0;
    margin-bottom: 4px;
}
.product-detail .pogon-type-row:hover {
    background-color: #f4fbfe;
    border-color: transparent;
}
.product-detail .pogon-type-row:last-child {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0;
}
.product-detail .pogon-type-row:last-child:hover {
    border-color: transparent;
}
.product-detail .pogon-item-name {
    flex: 1 1 auto;
    min-width: 0;
    color: #082731;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-detail .pogon-item-controls {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-shrink: 0;
}
.product-detail .pogon-item-price {
    color: #082731;
    text-align: right;
    white-space: nowrap;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    min-width: 80px;
    font-size: 16px;
}
.product-detail__characteristics table {
    width: 100%;
    border-collapse: collapse;
}
.product-detail__characteristics tr {
    border-bottom: 1px dashed #e2ded9;
}
.product-detail__characteristics tr:last-child {
    border-bottom: none;
}
.product-detail__characteristics td {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    padding: 12px 0;
    color: #94A1A6;
    vertical-align: top;
}
.product-detail__characteristics td:first-child {
    width: 45%;
    padding-right: 15px;
}
.product-detail__characteristics td:last-child {
    color: #082731;
    font-weight: 500;
}
.product-detail__characteristics td:last-child a.product-detail__char-val-link {
    color: #16a6de;
    text-decoration: none;
    border-bottom: 1px dashed rgba(22, 166, 222, 0.4);
    transition: all 0.2s ease;
}
.product-detail__characteristics td:last-child a.product-detail__char-val-link:hover {
    color: #082731;
    border-bottom-color: #082731;
}
.product-detail__characteristics-extra {
    margin-top: 16px;
}
.product-detail__characteristics-extra-summary {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    color: #16a6de;
    text-decoration: none;
    user-select: none;
    list-style: none;
    transition: color 0.2s ease;
}
.product-detail__characteristics-extra-summary:hover {
    color: #082731;
}
.product-detail__characteristics-extra-summary::-webkit-details-marker {
    display: none;
}
.product-detail__characteristics-extra-summary::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a6de' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}
.product-detail__characteristics-extra-summary:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23082731' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
.product-detail__characteristics-extra[open] .product-detail__characteristics-extra-summary {
    margin-bottom: 12px;
}
.product-detail__characteristics-extra[open] .product-detail__characteristics-extra-summary::after {
    transform: rotate(180deg);
}
.product-detail__characteristics-extra table {
    width: 100%;
}
@media (max-width: 1200px) and (min-width: 992px) {
    .product-detail__middle {
        column-gap: 40px;
    }
}
@media (min-width: 992px) {
    .product-detail {
        display: block;
    }
    .product-detail__middle {
        display: grid;
        grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
        column-gap: 107px;
        align-items: start;
        width: 100%;
    }
    .product-detail__sidebar {
        display: flex;
        flex-direction: column;
        gap: 32px;
        min-width: 0;
    }
    .product-detail__middle > .product-detail__left {
        flex: unset;
    }
    .product-detail__lead {
        margin: 0;
    }
    .no-desktop {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .product-detail {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .product-detail__middle {
        display: flex;
        flex-direction: column;
    }
    .product-detail__sidebar {
        display: contents;
    }
    .product-detail__lead {
        order: 1;
        flex: unset;
        width: 100%;
        margin: 0 0 14px;
    }
    .product-detail__left {
        order: 2;
        flex: 1 1 100%;
        max-width: 100%;
    }
    .product-detail__right {
        order: 3;
        margin-top: 32px;
        flex: 1 1 100%;
        max-width: 100%;
    }
    .no-mobile {
        display: none !important;
    }
}

.detail-visual__img-content {
    width: 100%;
}

.catalog-element {
    display: block !important;
}
.catalog-element .product-detail {
    grid-column: 1 / -1;
}

.product-detail .detail-visual__img::before {
    display: none;
}
.product-detail .detail-visual {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.product-detail .detail-visual__img {
    flex: 1;
    width: auto;
    float: none;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 570px;
}
.product-detail .detail-visual__more-photo {
    width: 80px;
    float: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-detail .detail-visual__more-photo img {
    max-width: 100%;
}
.product-detail .detail-visual__img-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.product-detail .detail-visual__img-content img {
    max-width: 100%;
    max-height: 570px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.product-detail .detail-visual__main-zoom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: zoom-in;
    font: inherit;
    color: inherit;
    box-sizing: border-box;
}
.product-detail .detail-visual__main-zoom:focus-visible {
    outline: 2px solid #082731;
    outline-offset: 4px;
}
.product-detail .detail-visual__thumb {
    display: block;
    margin: 0;
    padding: 0;
    border: 2px solid transparent;
    background: transparent;
    cursor: pointer;
    line-height: 0;
    box-sizing: border-box;
}
.product-detail .detail-visual__thumb img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.product-detail .detail-visual__thumb--active {
    border-color: rgba(22, 166, 222, 0.55);
}
.product-detail .detail-visual__thumb:focus-visible {
    outline: 2px solid #082731;
    outline-offset: 2px;
}

@media (min-width: 992px) {
    .product-detail.product-detail--mezhkomnatnye .detail-visual__more-photo {
        min-height: 400px;
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: auto;
        flex-shrink: 0;
        align-self: flex-start;
        box-sizing: border-box;
    }
}

.pk-product-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10050;
    align-items: center;
    justify-content: center;
    padding: 48px 24px 24px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.9);
    cursor: zoom-out;
}
.pk-product-gallery-lightbox[hidden] {
    display: none !important;
}
.pk-product-gallery-lightbox:not([hidden]) {
    display: flex;
}
.pk-product-gallery-lightbox__stage {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    cursor: default;
}
.pk-product-gallery-lightbox__stage img {
    max-width: 100vw;
    max-height: calc(100vh - 80px);
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.pk-product-gallery-lightbox__close {
    position: absolute;
    top: 8px;
    right: 12px;
    z-index: 1;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}
.pk-product-gallery-lightbox__close:hover {
    background: rgba(255, 255, 255, 0.22);
}
.pk-product-gallery-lightbox__close:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}
body.pk-product-gallery-lightbox-open {
    overflow: hidden;
}

@media (max-width: 991px) {
    .product-detail .detail-visual {
        flex-direction: column;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
    }
    .product-detail .detail-visual__img {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
    .product-detail .detail-visual__img-content img {
        min-width: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .product-detail .detail-visual__more-photo {
        width: 100%;
        max-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 12px;
        box-sizing: border-box;
    }
    .product-detail .detail-visual__thumb {
        flex: 0 0 auto;
    }
    .product-detail .detail-visual__more-photo img {
        width: 60px;
        height: auto;
    }
}

/* End */
/* /local/components/pk/catalog/templates/.default/style.css?17810309886907 */
/* /local/components/pk/catalog.element/templates/.default/style.css?178115130326386 */
