

/* Start:/local/templates/uborka_v2/components/bitrix/catalog/products/style.css?17791041971756*/
.catalog-page {
    display: flex;
    flex-direction: column;
}

.catalog-main__container {
    display: flex;
}

.name-section {
    font-size: var(--s24);
    font-weight: 600;
}

.catalog-header {
    padding-bottom: 0.875rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(219, 219, 219, 1);
}

.catalog-page__left {
    width: 20%;
    padding-right: 2rem;
    flex-shrink: 0;
}

.catalog-page__right {
    flex: 1;
}

.catalog-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.8rem;
    align-items: stretch;
}

.catalog-menu {
    color: rgba(84, 84, 84, 1);
    font-size: var(--s15);
    font-weight: 500;
}

.catalog-menu li {
    margin-bottom: .5rem;
}

.catalog-menu .current {
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    padding: .2rem 1rem;
    background: rgba(242, 242, 242, 1);
    border-radius: .35rem;
    width: max-content;
}

@media (max-width: 768px) {
    .catalog-page {
        gap: 1.5rem;
    }

    .catalog-page__left {
        width: 100%;
        padding-right: 0;
    }

    .catalog-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .catalog-menu {
        display: flex;
        overflow-x: auto;
        gap: .6rem;
        padding-bottom: .2rem;
        white-space: nowrap;
    }

    .catalog-menu ul,
    .catalog-menu li {
        display: contents;
    }

    .catalog-menu a,
    .catalog-menu .current {
        display: inline-flex;
        align-items: center;
        min-height: 2.4rem;
        padding: .4rem .85rem;
        border: 1px solid rgba(219, 219, 219, 1);
        border-radius: 999px;
        background: #fff;
    }

    .catalog-menu .current {
        width: auto;
    }
}

/* End */


/* Start:/local/templates/uborka_v2/components/bitrix/catalog/products/bitrix/catalog.element/.default/style.css?177910419713166*/
p {
    margin: 0;
}

.product-header {
    margin-bottom: 1.25rem;
}

.product-header h1 {
    font-weight: 700;
    font-size: var(--s28);
    margin-bottom: 1rem;
}

.product-header > div {
    display: flex;
    gap: 1.5rem;
    font-weight: 500;
    align-items: center;
}

.btn__add-favourite {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.btn__add-favourite svg {
    width: 1.5rem;
    height: 1.5rem;
}

/* --- Основная информация о товаре --- */
.product__main-info__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.6rem;
}

.product__param-header {
    font-size: var(--s18);
    font-weight: 500;
    margin-bottom: .9rem;
}

.product__main-info {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

/* --- Цвета и размеры --- */
.product_colors > div {
    display: flex;
    gap: .5rem;
}

.product_colors .product-color {
    width: 2rem;
    height: 2rem;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px var(--cl-pearl-light-grey);
    border-radius: 50%;
}

.product-color.is-active,
.product-size.is-active {
    outline: 2px solid #4465AF;
}

.product-size {
    padding: .5rem 1rem;
    border: 1px solid var(--cl-pearl-light-grey);
    border-radius: .4rem;
    background: #fff;
    cursor: pointer;
    transition: 0.2s;
}

.product-size:hover {
    background: var(--cl-platinum);
}

.product_sizes #size-options {
    display: flex;
    gap: .5rem;
}

/* --- Количество --- */
.product_quantity > div {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.product_quantity button {
    width: 2rem;
    height: 2rem;
    border: 1px solid var(--cl-pearl-light-grey);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--s18);
    font-weight: 400;
}

.product_quantity > div p {
    font-weight: 900;
}

/* --- Кнопки --- */
.product__buttons-container {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.product__buttons-container button,
.product__buttons-container a {
    padding: .75rem;
    font-size: var(--s18);
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: .4rem;
}

.product__buttons-container #add-basket {
    width: 21rem;
    background: var(--cl-platinum);
}

.product__buttons-container #registration-sale {
    width: 100%;
    border: 1px solid rgba(31, 63, 119, 1);
    color: rgba(67, 101, 175, 1);
}
.btn--subscribe {
    background: var(--cl-platinum);
    color: #333;
    border-radius: .4rem;
    padding: .75rem;
    cursor: pointer;

    width: 21rem;
}


/* --- Галерея товара --- */
.pd-gallery {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    height: 25rem;
}

.pd-gallery__sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    height: 100%;
}

.pd-gallery__arrow {
    width: 2.25rem;
    height: 2.25rem;
    cursor: pointer;
    line-height: 1;
}

.pd-gallery__thumbs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    overflow: auto;
    padding-right: 0.25rem;
}

.pd-gallery__thumb {
    border: 0.125rem solid transparent;
    border-radius: 0.375rem;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.pd-gallery__thumb.is-active {
    border-color: #0a6cff;
}

.pd-gallery__thumb img {
    display: block;
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 0.25rem;
}

.pd-gallery__viewer {
    flex: 1;
    min-width: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pd-gallery__viewer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: zoom-in;
    transition: opacity .15s ease;
}

body.pd-lightbox-open {
    overflow: hidden;
}

.pd-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    grid-template-columns: minmax(0, 1fr) 16.25rem;
    gap: 1.875rem;
    align-items: start;
    padding: 10.75rem 2.5rem 3rem;
    background: rgba(0, 0, 0, .75);
}

.pd-lightbox.is-open {
    display: grid;
}

.pd-lightbox__counter {
    position: absolute;
    top: 11rem;
    left: 2.5rem;
    color: #fff;
    font-size: var(--s18);
    font-weight: 600;
}

.pd-lightbox__stage {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.pd-lightbox__image-wrap {
    width: min(66.25rem, calc(100vw - 25rem));
    height: min(62.5rem, calc(100vh - 13.75rem));
    min-height: 25rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pd-lightbox__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pd-lightbox__side {
    width: 16.25rem;
    height: min(64rem, calc(100vh - 10.75rem));
    background: #fff;
    padding: 1.1875rem .875rem;
    overflow: auto;
}

.pd-lightbox__controls {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1rem;
}

.pd-lightbox__close,
.pd-lightbox__grid {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #545454;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
}

.pd-lightbox__grid {
    position: relative;
}

.pd-lightbox__grid::before {
    content: "";
    width: 1rem;
    height: 1rem;
    display: block;
    background:
        linear-gradient(#545454, #545454) 0 0 / .375rem .375rem no-repeat,
        linear-gradient(#545454, #545454) 100% 0 / .375rem .375rem no-repeat,
        linear-gradient(#545454, #545454) 0 100% / .375rem .375rem no-repeat,
        linear-gradient(#545454, #545454) 100% 100% / .375rem .375rem no-repeat;
}

.pd-lightbox__thumbs {
    display: grid;
    grid-template-columns: repeat(2, 5.8125rem);
    gap: 1.125rem .875rem;
}

.pd-lightbox__thumb {
    width: 5.8125rem;
    height: 5.8125rem;
    border: .1875rem solid transparent;
    background: #fff;
    padding: .25rem;
    cursor: pointer;
}

.pd-lightbox__thumb.is-active {
    border-color: #cddc33;
}

.pd-lightbox__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.pd-lightbox__nav {
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 3rem;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    color: #545454;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.125rem;
    line-height: 1;
    transform: translateY(-50%);
}

.pd-lightbox__nav--prev {
    left: 2.5rem;
}

.pd-lightbox__nav--next {
    right: 18.5rem;
}

@media (max-width: 900px) {
    .pd-lightbox {
        grid-template-columns: 1fr;
        padding: 4.5rem 1rem 1rem;
    }

    .pd-lightbox__counter {
        top: 1.25rem;
        left: 1rem;
    }

    .pd-lightbox__image-wrap {
        width: 100%;
        height: min(65vh, 32rem);
        min-height: 18rem;
    }

    .pd-lightbox__side {
        width: 100%;
        height: auto;
        max-height: 10rem;
        padding: .75rem;
    }

    .pd-lightbox__thumbs {
        display: flex;
        overflow-x: auto;
        gap: .75rem;
    }

    .pd-lightbox__thumb {
        flex: 0 0 5rem;
        width: 5rem;
        height: 5rem;
    }

    .pd-lightbox__nav--prev {
        left: 1rem;
    }

    .pd-lightbox__nav--next {
        right: 1rem;
    }
}

/* --- Акции --- */
.promolist-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.promo-content h1 {
    font-size: 1.56rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.8;
    padding-bottom: 0.7rem;
}

.promo-content p {
    padding-bottom: 0.7rem;
}

.promo-content a {
    font-size: 1.13rem;
    font-weight: 900;
    text-transform: uppercase;
}

.promo-card {
    position: relative;
    display: inline-flex;
    height: 17.5rem;
    justify-content: space-between;
    align-items: center;
    background: #E0F9FF;
    padding: 1.25rem;
    border-radius: .625rem;
    width: 100%;
}

.promo-content {
    max-width: 14.56rem;
    word-wrap: break-word;
}

.promo-media {
    padding: 0 3rem;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-label {
    width: 5rem;
    height: 1.25rem;
    position: absolute;
    top: 1.3rem;
    right: 1rem;
    background: linear-gradient(90deg, #d6007f, #6a1b9a);
    color: #fff;
    font-size: 0.5rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
}

.promo-more__container {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.promo-more__container a {
    padding: .5rem 5rem;
    border-radius: .7rem;
    font-size: var(--s18);
    font-weight: 700;
    background: rgba(219, 219, 219, 1);
}

/* --- Вкладки, статьи, описания, видео --- */
.product-tabs__content {
    position: relative;
    min-height: 19rem;
}

section.read-also {
    padding: 0;
    margin-top: 0;
}

.read-also__title {
    font-size: var(--s24);
    font-weight: 600;
    margin-bottom: 1rem;
}

.product-tabs__pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    padding-top: 2.3rem;
}

.product-tabs__pane.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.product-tabs__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.125rem;
    padding: 0 2rem;
    border-top: 1px solid rgba(219, 219, 219, 1);
    border-bottom: 1px solid rgba(219, 219, 219, 1);
    margin-top: 3rem;
}

.product-tabs__btn {
    font-size: var(--s18);
    color: rgba(84, 84, 84, 1);
    padding: 1.25rem 0.3rem;
    border-bottom: 3px solid transparent;
    border-radius: 1px;
    transition: border-bottom-color .3s ease, font-weight .3s ease;
}

.product-tabs__btn.is-active {
    font-weight: 600;
    border-bottom-color: #4465AF;
}

.catalog-elem__desc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.catalog-elem__desc--title {
    font-size: var(--s15);
    font-weight: 700;
    margin-bottom: .7rem;
}

.catalog-elem__desc {
    font-size: var(--s13);
    color: rgba(84, 84, 84, 1);
}

.product-docs ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    width: 100%;
}

.product-docs ul a {
    display: flex;
    gap: 1rem;
}

.product-docs ul svg {
    width: 1.9rem;
    height: 1.9rem;
    flex-shrink: 0;
}

.catalog-elem__video {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.product-header .btn__add-favourite {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    cursor: pointer;
}
.product-header .btn__add-favourite svg path { transition: fill .2s; }
.product-header .btn__add-favourite.is-active svg path { fill: #e53033 !important; }

@media (max-width: 768px) {
    .product-header h1 {
        margin-bottom: .75rem;
        font-size: var(--s24);
    }

    .product-header > div {
        flex-wrap: wrap;
        gap: .75rem 1rem;
    }

    .product__main-info__container,
    .catalog-elem__desc,
    .catalog-elem__video,
    .product-docs ul,
    .promolist-container {
        grid-template-columns: 1fr;
    }

    .product__main-info__container {
        gap: 1.5rem;
    }

    .pd-gallery {
        flex-direction: column-reverse;
        height: auto;
    }

    .pd-gallery__sidebar {
        width: 100%;
        height: auto;
    }

    .pd-gallery__arrow {
        display: none;
    }

    .pd-gallery__thumbs {
        flex-direction: row;
        overflow-x: auto;
        padding-right: 0;
        padding-bottom: .2rem;
    }

    .pd-gallery__viewer {
        min-height: 18rem;
    }

    .product_colors > div,
    .product_sizes #size-options {
        flex-wrap: wrap;
    }

    .product_quantity > div {
        gap: 1rem;
    }

    .product__buttons-container #add-basket,
    .btn--subscribe {
        width: 100%;
    }

    .product-tabs__nav {
        justify-content: flex-start;
        gap: 0;
        margin-top: 2rem;
        padding: 0;
        overflow-x: auto;
        white-space: nowrap;
    }

    .product-tabs__btn {
        flex: 0 0 auto;
        padding: 1rem .9rem;
    }

    .product-tabs__content {
        min-height: 0;
    }

    .product-tabs__pane {
        padding-top: 1.5rem;
    }

    .promo-card {
        height: auto;
        min-height: 0;
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .promo-content,
    .promo-media {
        max-width: 100%;
        padding: 0;
    }

    .promo-more__container a {
        width: 100%;
        padding: .75rem 1rem;
        text-align: center;
    }
}

/* End */
/* /local/templates/uborka_v2/components/bitrix/catalog/products/style.css?17791041971756 */
/* /local/templates/uborka_v2/components/bitrix/catalog/products/bitrix/catalog.element/.default/style.css?177910419713166 */
