

/* Start:/local/templates/zamm_2024_wide/components/bitrix/news.detail/catalog-detail/style.css?17524878931615*/
:root {
    --border-radius: 12px;
    --line-height: 28px; }

.available-offer__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: var(--border-radius);
    overflow: hidden;
    padding: 4px;
    background: #eceef2; }

.available-offer__tabs_is_hidden {
    display: none;
}

.available-offer__tab {
    border-radius: var(--border-radius);
    width: 50%;
    text-align: center;
    font-size: 15px;
    line-height: var(--line-height);
    color: rgba(0, 0, 0, 0.6); }
.available-offer__tab:hover {
    cursor: pointer; }
.available-offer__tab_active {
    background: #fff;
    color: black; }
.available-offer__tab-content {
    display: none; }
.available-offer__tab-content_active {
    display: block; }

.available-offer__variant_active {
    border-color: #000 !important; }

/*.available-offer__tab-content_unselected_variants .available-offer__variant_active {
    border-color: transparent !important;
}*/

@media (min-width: 968px) {
    :root {
        --line-height: 24px; }
    .available-offer__tab {
        font-size: 13px; } }

@media (min-width: 1135px) {
    :root {
        --line-height: 28px; }
    .available-offer__tab {
        font-size: 15px; } }

.product-detail__available {
    padding: 15px 0;
}

.product-detail__available .available {
    margin-bottom: 0;
    font-size: 15px;
}

.product-detail__available .available::before {
    width: 18px;
    height: 18px;
}

.product-detail__offer-list .product__props {
    margin-top: 0;
}

/* End */


/* Start:/local/components/zamm/complect.discount/templates/.default/style.css?177702980329448*/
/* Product page */
.product__complect-discount {
    margin-top: 32px;
    margin-bottom: 32px;
}

.product__complect-discount.block-collapsible {
    max-height: clamp(480px, 40vw, 620px);
}

.block-collapse {
    padding: 0 !important;
}

.block-collapse__btn {
    color: #333333 !important;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 150%;
}

.block-collapse__btn span {
    gap: 4px !important;
}

.block-collapse__btn span::after {
    height: 14px !important;
    width: 10px !important;
    margin: 0px 0px 0px 4px !important;
}

.product__complect-discount .block-collapse__btn,
.product__complect-discount .block-collapse__btn:focus,
.product__complect-discount .block-collapse__btn:focus-visible,
.product__complect-discount .block-collapse__btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.product__complect-discount .block-collapse::before {
    height: 300px;
}

.product__complect-discount.is-opened .block-collapse::before {
    pointer-events: none;
    display: none;
}
/* Product page */

.complect-discount {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.complect-discount__head {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.complect-discount__head .h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #333333;
    margin: 0;
}

.complect-discount__tabs,
.complect-discount__steps,
.complect-discount__slot-tabs,
.complect-discount__point-actions,
.complect-discount__slot-card-actions,
.complect-discount__scene-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.complect-discount__tab,
.complect-discount__scene-tab,
.complect-discount__slot-tabs button {
    padding: 0;
    border: 0;
    background: transparent;
    border-bottom: 1px solid transparent;
    color: #737373;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
}

.complect-discount__tab.is-active,
.complect-discount__scene-tab.is-active,
.complect-discount__slot-tabs button.is-active {
    color: #333333;
    border-color: #333333;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
}

.complect-discount__visual {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.complect-discount__image-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.complect-discount__carousel {
    width: 100%;
}

.complect-discount__scene-slide {
    width: 100%;
}

.complect-discount__stage {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.complect-discount__stage > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.complect-discount__marker {
    position: absolute;
    width: 29px;
    height: 29px;
    margin: -14px 0 0 -14px;
    border-radius: 50%;
    border: 8px solid #ffc93c;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
    cursor: pointer;
    z-index: 2;
}

.complect-discount__marker.is-selected {
    border: 8px solid #56b85f;
}

.complect-discount__point-popup {
    position: absolute;
    z-index: 3;
    display: grid;
    grid-template-columns: 72px minmax(180px, 1fr);
    gap: 12px;
    width: min(360px, calc(100vw - 48px));
    padding: 14px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 24px 48px rgba(15, 23, 42, .16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, visibility .18s ease;
}

.complect-discount__point-popup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.complect-discount__point-close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.complect-discount__point-close::before,
.complect-discount__point-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    margin: 0 0 0 -8px;
    background: rgba(51, 51, 51, 0.78);
}

.complect-discount__point-close::before {
    transform: rotate(45deg);
}

.complect-discount__point-close::after {
    transform: rotate(-45deg);
}

.complect-discount__point-popup img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.complect-discount__point-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.complect-discount__point-title {
    font-size: 18px;
    line-height: 1.2;
}

.complect-discount__point-price {
    font-size: 18px;
    font-weight: 600;
}

.complect-discount__point-oldprice {
    margin-top: -6px;
    color: rgba(51, 51, 51, 0.6);
    font-size: 14px;
    line-height: 120%;
    text-decoration: line-through;
}

.complect-discount__point-actions button,
.complect-discount__slot-card-actions button {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: #4b5563;
}

.complect-discount__point-actions button:first-child,
.complect-discount__slot-card-actions button:first-child {
    color: #d19d00;
}

.complect-discount__point-selected {
    color: #4b5563;
    font-size: 14px;
}

.complect-discount__description {
    color: rgba(51, 51, 51, 0.6);
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
}

.complect-discount__bundle {
    --complect-card-width: 300px;
    --complect-card-height: 461px;
    --complect-card-image-height: 260px;
    --complect-card-image-size: 260px;
    /* --complect-card-width: 166px; */
    /* --complect-card-height: 306px; */
    /* --complect-card-image-height: 146px; */
    /* --complect-card-image-size: 146px; */
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (max-width: 1900px) {
    .complect-discount__bundle {
        --complect-card-width: 166px;
        --complect-card-height: 306px;
        --complect-card-image-height: 146px;
        --complect-card-image-size: 146px;
    }
}

.complect-discount__bundle-title {
    font-weight: 800;
    font-size: 18px;
    line-height: 100%;
}

.complect-discount__steps {
    gap: 4px;
    margin-bottom: 16px;
}

.complect-discount__step {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: rgba(51, 51, 51, 0.6);
}

.complect-discount__step b {
    font-weight: 600;
    font-size: 13px;
    line-height: 12px;
    text-align: center;
    color: #4E3700;
    background: #FFC845;
    border-radius: 60px;
    padding: 8px;
}

.complect-discount__step.is-active {
    border-radius: 21px;
    border: 1px solid #DEDFE0;
}

.complect-discount__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--complect-card-width), var(--complect-card-width)));
    gap: 16px;
    justify-content: flex-start;
}

.complect-discount__bundle .complect-discount__cards-carousel {
    --f-carousel-spacing: 16px;
    --f-carousel-slide-width: var(--complect-card-width) !important;
}

.complect-discount__bundle .complect-discount__cards-carousel .f-carousel__viewport {
    overflow: hidden;
}

.complect-discount__bundle .complect-discount__cards-carousel .complect-discount__card-slide.f-carousel__slide {
    display: flex;
    height: auto;
    width: var(--complect-card-width) !important;
    flex: 0 0 var(--complect-card-width) !important;
    max-width: var(--complect-card-width) !important;
}

.complect-discount__bundle .complect-discount__cards-carousel .complect-discount__card-slide .complect-discount__card {
    width: 100%;
}

.complect-discount__card {
    position: relative;
    width: 100%;
    min-height: var(--complect-card-height);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
}

.complect-discount__card-image,
.complect-discount__slot-card-image {
    position: relative;
    min-height: var(--complect-card-image-height);
    max-height: var(--complect-card-image-height);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f8fb;
    border-radius: 12px;
    overflow: hidden;
}

.complect-discount__slot-card-image {
    width: var(--complect-slot-card-image-size);
    max-width: 100%;
    min-height: var(--complect-slot-card-image-size);
    max-height: var(--complect-slot-card-image-size);
    margin: 0 auto;
    margin-bottom: 12px;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

.complect-discount__slot-card-labels {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: unset !important;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    pointer-events: none;
}

.complect-discount__card-image img,
.complect-discount__slot-card-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.complect-discount__card-image img {
    max-width: var(--complect-card-image-size);
    max-height: var(--complect-card-image-size);
}

.complect-discount__modal-gallery {
    position: relative;
    width: 100%;
}

.complect-discount__modal-gallery_slot {
    padding-top: var(--complect-slot-card-image-size);
    overflow: visible;
}

.complect-discount__modal-gallery_slot .item__gallery-wrapper {
    overflow: visible;
}

.complect-discount__modal-gallery_slot .item__gallery-nav::before {
    bottom: -8px;
}

.complect-discount__modal-gallery_detail {
    width: min(100%, 380px);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}

.complect-discount__modal-gallery .item__gallery-wrapper {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: row;
    padding: 0 !important;
    background: transparent;
    border-radius: 0;
    gap: 3px;
}

.complect-discount__modal-gallery .item__gallery-item_image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}

.complect-discount__modal-gallery .item__gallery-item {
    flex: 1 1 0;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.complect-discount__modal-gallery .item__gallery-nav {
    display: block;
    position: relative;
    height: 100%;
    margin: 0;
}

.complect-discount__modal-gallery .item__gallery-nav::before {
    content: "";
    cursor: pointer;
    display: block;
    height: 2px;
    background: #cdd2d6;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background .2s ease-in-out;
}

.complect-discount__modal-gallery .item__gallery-item.is-active .item__gallery-nav::before {
    background: #1f1f1f;
}

.complect-discount__card-slot {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1f1f1f;
}

.complect-discount__card-remove {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.complect-discount__card-remove::before,
.complect-discount__card-remove::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 4px;
    width: 20px;
    height: 2px;
    background: #1f1f1f;
}

.complect-discount__card-remove::before {
    transform: rotate(45deg);
}

.complect-discount__card-remove::after {
    transform: rotate(-45deg);
}

.complect-discount__close {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.complect-discount__close::before,
.complect-discount__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    margin: 0 0 0 -12px;
    background: #333333;
}

.complect-discount__close::after {
    transform: rotate(-45deg);
}

.complect-discount__close::before {
    transform: rotate(45deg);
}

.complect-discount__card-name,
.complect-discount__slot-card-name {
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
}

.complect-discount__slot-card-image-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.complect-discount__card-price,
.complect-discount__slot-card-price {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
}

.complect-discount__slot-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
}

.complect-discount__slot-card-name,
.complect-discount__slot-card-price {
    text-align: left;
}

.complect-discount__slot-card-name_link {
    color: inherit;
    text-decoration: none;
}

.complect-discount__slot-card-name {
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
}

.complect-discount__slot-card-price {
    margin-top: 0;
}

.complect-discount__slot-card-price.is-discount {
    color: #FF2E00;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
}

.complect-discount__slot-card-prices {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.complect-discount__slot-card-discount {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 4;
    display: inline-flex;
    padding: 4px 12px;
    border-radius: 999px;
    background: #f9ddcb;
    color: #f73c0f;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 600;
}

.complect-discount__slot-card-oldprice {
    margin-top: 0;
    color: rgba(51, 51, 51, 0.6);
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    text-decoration: line-through;
}

.complect-discount__slot-card-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.complect-discount__card-oldprice {
    color: rgba(51, 51, 51, 0.6);
    text-decoration: line-through;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    margin-top: -6px;
}

.complect-discount__card-qty {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    justify-self: flex-end;
    justify-content: center;
    margin-top: 6px;
}

.complect-discount__card-qty button,
.complect-discount__card-remove-control button {
    width: 32px;
    height: 32px;
    border: 0;
    background: #f4f4f4;
    color: #1f1f1f;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.complect-discount__card-qty button[disabled],
.complect-discount__card-remove-control button[disabled] {
    opacity: .45;
    cursor: default;
}

.complect-discount__card-qty span {
    min-width: 24px;
    text-align: center;
    font-size: 15px;
    line-height: 120%;
}

.complect-discount__card-remove-control {
    display: flex;
    justify-content: center;
    margin-top: auto;
    justify-self: flex-end;
}

.complect-discount__card_add {
    min-height: var(--complect-card-height);
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #f4f4f4;
    cursor: pointer;
    color: #737373;
}

.complect-discount__card-add-icon {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #FFF0CA;
}

.complect-discount__card-add-icon::before,
.complect-discount__card-add-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 2px;
    border-radius: 999px;
    background: #7a7667;
    transform: translate(-50%, -50%);
}

.complect-discount__card-add-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.complect-discount__card-add-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
}

.complect-discount__summary {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    margin-top: 16px;
    margin-bottom: 8px;
}

.complect-discount__summary-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
}

.complect-discount__summary-text span {
    color: #FFC845;
    line-height: 120%;
}

.complect-discount__summary-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.complect-discount__summary-price b {
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
}

.complect-discount__summary-price s {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: rgba(51, 51, 51, 0.6);
}

.complect-discount__summary [data-complect-submit] {
    pointer-events: none;
    margin-top: 12px;
    padding: 10px 14px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #333333 !important;
    border-radius: 8px;
    background: #F6F8F9;
    transition: background .18s ease;
}

.complect-discount__summary.is-active [data-complect-submit] {
    background: #FFC845;
    color: #333333 !important;
    pointer-events: auto;
}

.complect-discount__overlay {
    position: fixed;
    inset: 0;
    z-index: 110;
    display: flex;
    background: rgba(17, 24, 39, .35);
}

.complect-discount__slot-modal {
    margin-left: auto;
    display: flex;
    width: min(700px, 100%);
    background: #fff;
    position: relative;
    overflow: hidden;
}

.complect-discount__slot-side {
    --complect-slot-card-width: 300px;
    --complect-slot-card-image-size: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #f6f8f9;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .complect-discount__slot-side {
        --complect-slot-card-image-size: 220px;
    }
}

.complect-discount__slot-header {
    padding: 40px 40px 32px 40px;
    border-bottom: 1px solid #ececec;
    background: #fff;
    box-shadow: 0px 2px 20px 0px #0000001A;
}

.complect-discount__slot-content {
    flex: 1 1 auto;
    padding: 28px 40px 40px 40px;
    overflow: auto;
}

.complect-discount__detail-modal {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #f6f8f9;
    padding: 0;
    z-index: 2;
    opacity: 0;
    transform: translateX(32px);
    pointer-events: none;
    transition: transform .2s ease, opacity .2s ease;
}

.complect-discount__slot-modal.is-detail-open .complect-discount__detail-modal {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.complect-discount__slot-modal.is-detail-open .complect-discount__slot-side {
    opacity: 0;
    pointer-events: none;
}

.complect-discount__slot-head,
.complect-discount__detail-head,
.complect-discount__detail-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.complect-discount__slot-head {
    position: relative;
    margin-bottom: 20px;
    padding-right: 56px;
    justify-content: flex-start;
}

.complect-discount__slot-head .h3 {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
}

.complect-discount__slot-head .complect-discount__close {
    top: -10px;
    right: 0;
    flex: none;
}

.complect-discount__detail-head {
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 40px;
    padding: 24px 32px 0;
    flex: 0 0 auto;
}

.complect-discount__detail-modal .complect-discount__close {
    top: 30px;
    right: 40px;
    z-index: 10;
}

.complect-discount__slot-tabs {
    gap: 20px;
}

.complect-discount__slot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--complect-slot-card-width), var(--complect-slot-card-width)));
    gap: 16px 20px;
    justify-content: space-between;
    margin-top: 0;
}

.complect-discount__detail-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: auto;
    gap: 24px;
    padding: 24px 40px 24px;
}

.complect-discount__detail-photos {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
}

.complect-discount__detail-photos .labels {
    position: absolute;
    top: -26px;
    left: 0;
    bottom: unset;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.complect-discount__detail-gallery {
    width: 100%;
}

.complect-discount__detail-gallery-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.complect-discount__detail-photos img {
    width: 100%;
    max-width: 380px;
    max-height: 360px;
    object-fit: cover !important;
    object-position: bottom;
}

.complect-discount__detail-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.complect-discount__detail-top .available {
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #159400;
}

.complect-discount__detail-top .article {
    width: auto;
    margin: 0;
    padding: 0;
    min-height: auto;
    background: none;
    border: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: rgba(51, 51, 51, 0.6);
}

.complect-discount__detail-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
    margin-top: -12px;
}

.complect-discount__detail-title h1 {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #333333;
}

.complect-discount__detail-fav {
    flex: none;
    margin-top: 6px;
}

.complect-discount__detail-fav .js-fav {
    border: 0;
    background: transparent;
    color: #C7D0D6;
    cursor: pointer;
    width: 26px;
    height: 26px;
    padding: 0;
}

.complect-discount__detail-fav .js-fav svg {
    width: 100%;
    height: 100%;
}

.complect-discount__detail-price {
    display: flex;
    flex-flow: column;
    gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -12px;
}

.complect-discount__detail-price .product__price {
    margin: 0;
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    color: #333333;
}

.complect-discount__detail-price .product__oldprice {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: rgba(51, 51, 51, 0.6);
}

.complect-discount__detail-props .available-offer__tabs {
    margin-bottom: 16px;
}

.complect-discount__detail-footer {
    flex: 0 0 auto;
    padding: 22px 40px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    align-items: center;
    box-shadow: 0px -2px 20px 0px #0000001A;
}

.complect-discount__detail-footer-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}

.complect-discount__detail-footer-price b {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #333333;
}

.complect-discount__detail-footer-price s {
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    text-decoration: line-through;
    color: rgba(51, 51, 51, 0.6);
}

.complect-discount__detail-footer [data-complect-detail-add] {
    border-radius: 8px;
    padding: 10px 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

@media screen and (max-width: 1900px) {
    .complect-discount__card {
        padding: 10px 16px;
    }

    .complect-discount__card-name {
        font-weight: 500;
        font-size: 13px;
        line-height: 120%;
    }

    .complect-discount__card-price {
        font-weight: 700;
        font-size: 15px;
        line-height: 120%;
    }

    .complect-discount__card-oldprice {
        font-weight: 500;
        font-size: 12px;
        line-height: 120%;
    }

    .complect-discount__card-qty {
        margin-top: 4px;
    }
}

@media screen and (max-width: 1430px) {
    .complect-discount__detail-photos {
        margin-bottom: 8px;
    }

    .complect-discount__detail-fav .js-fav {
        width: 22px;
        height: 22px;
    }
}

@media screen and (max-width: 1279px) {
    .product__complect-discount .f-carousel.has-dots {
        margin-bottom: 0;
    }

    .product__complect-discount .f-carousel .f-carousel__nav {
        display: block;
        opacity: 1;
    }

    .product__complect-discount .f-carousel .f-carousel__dots {
        display: none;
    }

    .complect-discount__card-qty {
        margin-top: auto;
    }

    .complect-discount__summary [data-complect-submit] {
        font-size: 14px;
    }

    .complect-discount__slot-modal {
        width: 100%;
    }

    .complect-discount__slot-grid {
        justify-content: center;
    }

    .complect-discount__detail-price {
        margin-top: -4px;
    }

    /* Mobile pop-up starts */
    .complect-discount__stage .complect-discount__point-popup {
        display: none !important;
    }

    .complect-discount__point-sheet-root {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 140;
        pointer-events: none;
    }

    .complect-discount__point-sheet {
        position: relative;
        left: 0;
        right: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 12px;
        padding: 40px 12px 60px 12px;
        width: 100%;
        border-radius: 8px;
        background: #fff;
        pointer-events: auto;
    }

    .complect-discount__point-sheet img {
        width: 146px;
        height: 146px;
        object-fit: contain;
    }

    .complect-discount__point-sheet.is-open {
        animation: complect-point-popup-in .2s ease-out;
    }

    .complect-discount__point-sheet .complect-discount__point-content {
        padding-right: 0;
        width: 100%;
    }

    .complect-discount__point-sheet .complect-discount__point-title {
        font-size: 16px;
    }

    .complect-discount__point-sheet .complect-discount__point-price {
        font-size: 15px;
    }

    .complect-discount__point-sheet .complect-discount__point-actions {
        margin-top: 20px;
    }

    .complect-discount__point-sheet .complect-discount__point-close {
        display: block;
    }
    /* Mobile pop-up ends */
}

@media screen and (max-width: 767px) {
    .complect-discount__head .h3 {
        font-size: 20px;
    }

    .complect-discount__head {
        gap: 16px;
    }

    .complect-discount__tabs {
        flex-wrap: nowrap;
        gap: 20px;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .complect-discount__tabs::-webkit-scrollbar {
        display: none;
    }

    .complect-discount__tab {
        min-width: fit-content;
    }

    .complect-discount__visual {
        gap: 20px;
    }

    .complect-discount__steps {
        gap: 8px;
        margin-bottom: 0;
    }

    .complect-discount__step {
        gap: 6px;
        padding: 6px 6px 6px 10px;
        border-radius: 0;
    }

    .complect-discount__summary-price b {
        font-size: 24px;
    }

    .complect-discount__summary-price s {
        font-size: 18px;
    }

    .complect-discount__summary [data-complect-submit] {
        margin-top: 8px;
    }

    .complect-discount__slot-header {
        padding: 20px 12px 18px 16px;
    }

    .complect-discount__slot-content {
        padding: 24px 12px 24px 12px;
    }

    .complect-discount__slot-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
        gap: 8px;
    }

    .complect-discount__slot-card-labels.labels {
        display: none;
    }

    .complect-discount__slot-card-labels.labels .label {
        height: 20px;
        margin: 0px 2px;
        padding: 4px;
        border-radius: 30px;
        font-size: 12px;
    }

    .complect-discount__slot-card-discount {
        left: 8px;
        bottom: 30px;
        padding: 4px 8px;
        font-size: 12px;
    }

    .complect-discount__slot-card-image {
        margin-bottom: 4px;
    }

    .complect-discount__modal-gallery.complect-discount__modal-gallery_slot {
        padding-top: var(--complect-slot-card-image-size);
    }

    .complect-discount__slot-card-name {
        font-size: 13px;
    }

    .complect-discount__slot-card-price.is-discount {
        font-size: 13px;
    }

    .complect-discount__slot-card-oldprice {
        font-size: 13px;
    }

    .complect-discount__detail-body {
        gap: 24px;
        padding: 24px 12px 24px;
    }

    .complect-discount__detail-modal .complect-discount__close {
        top: 10px;
        right: 12px;
    }

    .complect-discount__detail-photos {
        margin-bottom: 8px;
        min-height: auto;
    }

    .complect-discount__detail-title-row {
        margin-top: -16px;
    }

    .complect-discount__detail-title h1 {
        margin: 0;
        font-weight: 600;
        font-size: 18px;
    }

    .complect-discount__detail-fav .js-fav {
        width: 20px;
        height: 20px;
    }

    .complect-discount__detail-price .product__price {
        font-size: 24px;
    }

    .complect-discount__detail-price .product__oldprice {
        font-size: 15px;
    }

    .complect-discount__detail-footer {
        padding: 14px 12px;
    }
}

@keyframes complect-point-popup-in {
    from {
        transform: translateY(12px);
    }
    to {
        transform: translateY(0);
    }
}

/* End */
/* /local/templates/zamm_2024_wide/components/bitrix/news.detail/catalog-detail/style.css?17524878931615 */
/* /local/components/zamm/complect.discount/templates/.default/style.css?177702980329448 */
