

/* Start:/local/templates/zeta-2023/components/bitrix/catalog/catalog/style.min.css?1684688636959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/zeta-2023/components/bitrix/catalog.element/modern/style.css?178652739319706*/
.product-detail .swiper-container {
    margin: 0;
}

.product-detail .swiper-container {
    margin: 0;
}

.product-detail {
    --pd-red: #e30613;
    --pd-text: #202020;
    --pd-muted: #838383;
    --pd-line: #ededed;
    --pd-soft: #f8f8f8;
    color: var(--pd-text);
    font: 14px/1.45 Arial, sans-serif;
    padding: 28px 0 44px;
    margin: auto
}

.product-detail a,
.product-detail b,
.product-detail span,
.product-detail em,
.product-detail__quantity button{
 color: var(--pd-text);
}
.product-detail * {
    box-sizing: border-box
}

.product-detail__layout {
    display: grid;
    grid-template-columns:minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: 28px
}

.product-detail__gallery {
    position: relative;
    display: grid;
    grid-template-columns:72px minmax(0, 1fr);
    gap: 16px
}

.product-detail__gallery--single {
    grid-template-columns:minmax(0, 1fr)
}

.product-detail__gallery--single .product-detail__badges {
    left: 14px
}

.product-detail__main-slider {
    grid-column: 2;
    order: 2;
    background: #fff;
    border: 1px solid var(--pd-line);
    border-radius: 8px;
    overflow: hidden
}

.product-detail__main-slider .swiper-slide {
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-detail__pagination {
    display: none
}

.product-detail__image {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center
}

.product-detail__image img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.product-detail__image--single {
    min-height: 480px;
    width: 100%;
    background: #fff;
    border: 1px solid var(--pd-line);
    border-radius: 8px;
    overflow: hidden
}

.product-detail__thumbs-wrap {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 0
}

.product-detail__thumbs-slider {
    height: 398px;
    width: 100%
}

.product-detail__thumbs-slider .swiper-slide {
    height: 68px;
    border: 1px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer
}

.product-detail__thumbs-slider .swiper-slide-thumb-active {
    border-color: #ff5a5f
}

.product-detail__thumbs-slider img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.product-detail__thumb-nav {
    border: 0;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    color: #666;
    transform: rotate(90deg);
}

.product-detail__badges {
    position: absolute;
    z-index: 2;
    left: 100px;
    top: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px
}

.product-badge {
    min-width: 38px;
    border-radius: 18px;
    padding: 5px 8px;
    background: var(--pd-red);
    color: #fff !important; 
    font-size: 11px;
    font-weight: 700;
    text-align: center
}

.product-badge--delivery {
    padding: 7px;
    font-size: 16px
}

.product-badge--new {
    background: #76c96d
}

.product-badge--kz {
    background: #1d9bda
}

.product-detail__zoom {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid var(--pd-line);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .08);
    cursor: pointer
}

.product-detail__zoom svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #222;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

/*.product-detail__summary{border:1px solid var(--pd-line);border-radius:8px;padding:22px}*/
.product-detail__topline {
    display: flex;
    align-items: center
}

.product-detail__stock {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #36a852;
    font-size: 12px;
    font-weight: 700
}

.product-detail__stock i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor
}

.product-detail__stock--muted {
    color: #999
}

.product-detail__article-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 16px
}

.product-detail__utility {
    display: flex;
    flex: none;
    gap: 14px
}

.product-detail__utility button {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border: 0;
    background: none;
    padding: 0;
    color: #222;
    cursor: pointer
}

.product-detail__utility svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round
}

.product-detail__title {
    margin: 0px 0 5px;
    font-size: 26px;
    line-height: 1.18;
    font-weight: 700
}

.product-detail__article {
    margin: 0;
    color: var(--pd-muted);
    font-size: 12px
}

.product-detail__price-card {
    padding: 13px 16px 12px;
    background: #fff !important;
    border: 1px solid #efefef;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .02)
}

.product-detail__price-card-block {
}

.product-detail__old-price {
    color: #989898;
    text-decoration: line-through;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
}

.product-detail__price-row {
    display: flex;
    align-items: center;
    gap: 12px
}

.product-detail__price-row strong {
    color: var(--pd-red);
    font-size: 24px;
    line-height: 1.2
}

.product-detail__price-row span {
    margin-left: auto;
    padding: 8px 12px;
    border-radius: 4px;
    background: var(--pd-red);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1
}

.product-detail__price-card p {
    margin: 2px 0 0;
    color: #54b566;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35
}

.product-detail__facts {
    margin-top: 10px;
    border: 1px solid var(--pd-line);
    border-radius: 6px;
    overflow: hidden;
    color: var(--pd-text);
}

.product-detail__facts > *, .product-detail__stores-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 13px;
    border: 0;
    background: #fff;
    text-align: left
}

.product-detail__facts > * + * {
    border-top: 1px solid var(--pd-line)
}

.product-detail__stores-trigger {
    cursor: pointer
}

.product-detail__fact-icon {
    font-size: 18px;
    color: #777
}

.product-detail__facts b, .product-detail__facts small {
    display: block
}

.product-detail__facts b {
    font-size: 13px
}

.product-detail__facts small {
    color: #777;
    font-size: 12px
}

.product-detail__stores-trigger small {
    color: #35a954
}

.product-detail__stores-trigger em {
    margin-left: auto;
    font-size: 23px;
    font-style: normal
}

.product-detail__notes {
    display: grid;
    gap: 8px;
    margin: 12px 0
}

.product-detail__notes p {
    position: relative;
    margin: 0;
    padding: 9px 12px 9px 33px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    font-size: 11px;
    line-height: 1.35
}

.product-detail__notes p:before {
    content: 'i';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 1px solid #3198e9;
    border-radius: 50%;
    color: #3198e9;
    font: bold 10px Arial;
    text-align: center;
    line-height: 13px
}

.product-detail__summary .product-detail__actions {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 8px;
    margin: 14px 0 0;
}

.product-detail__quantity {
    display: flex;
    border: 1px solid var(--pd-line);
    border-radius: 5px;
    overflow: hidden
}

.product-detail__quantity button {
    width: 32px;
    border: 0;
    background: #fff;
    font-size: 20px;
    cursor: pointer
}

.product-detail__quantity input {
    min-width: 0;
    width: 100%;
    border: 0;
    text-align: center;
    font-weight: 700;
    appearance: textfield
}

.product-detail__quantity input::-webkit-outer-spin-button, .product-detail__quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.product-detail__add, .product-detail__buy-now, .product-detail__unavailable {
    border: 0;
    border-radius: 5px;
    padding: 9px 8px;
    font-weight: 700;
    cursor: pointer
}

.product-detail__add {
    background: var(--pd-red);
    color: #fff
}

.product-detail__buy-now {
    background: #fff0f0;
    color: var(--pd-red)
}

.product-detail__unavailable {
    width: 100%;
    background: #eee;
    color: #777
}

.product-detail__installment {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 10px 12px;
    background: #fff1f1;
    border-radius: 5px;
    color: var(--pd-red)
}

.product-detail__installment span {
    font-size: 20px
}

.product-detail__installment b {
    font-size: 12px
}

.product-detail__installment strong {
    margin-left: auto;
    font-size: 12px
}

.product-detail__panels {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: 28px;
    margin-top: 28px
}

.product-detail__panel {
    border: 1px solid var(--pd-line);
    border-radius: 6px;
    align-self: start;
    overflow: hidden
}

.product-detail__panel-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    border: 0;
    background: #fff;
    font-weight: 700;
    text-align: left;
    cursor: pointer
}

.product-detail__panel-title i {
    font-style: normal;
    font-size: 16px
}

.product-detail__panel:not(.is-open) .product-detail__panel-title i {
    transform: rotate(180deg)
}

.product-detail__panel-body {
    padding: 0 16px 16px
}

.product-detail__description {
    font-size: 14px;
    line-height: 1.5
}

.product-detail__description img {
    max-width: 100%;
    height: auto
}

.product-detail__description p {
    margin: 0 0 10px
}

.product-detail__specs {
    margin: 10px 0 0;
    font-size: 12px
}

.product-detail__specs div {
    display: flex;
    gap: 4px
}

.product-detail__specs dt:after {
    content: ':'
}

.product-detail__specs dt, .product-detail__specs dd {
    margin: 0
}

.product-detail__recommended {
    margin: 0;
    padding-left: 18px
}

.product-detail__recommended li + li {
    margin-top: 6px
}

iframe .button {
    background: #fff1f1;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 10px 12px;
    background: #fff1f1;
    border-radius: 5px;
    color: var(--pd-red);
}

@media (min-width: 767px) {
    .product-detail__buy-now {
        display: none;
    }
}

@media (max-width: 767px) {
    .product-detail {
        padding: 8px 0 20px
    }

    .product-detail .container {
        padding-left: 8px;
        padding-right: 8px
    }

    .product-detail__layout {
        display: flex;
        flex-direction: column;
        gap: 12px
    }

    .product-detail__gallery {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .product-detail__main-slider {
        order: 0;
        width: 100%;
        border-radius: 7px
    }

    .product-detail__gallery--single .product-detail__image--single {
        min-height: min(88vw, 410px);
        border-radius: 7px
    }

    .product-detail__main-slider .swiper-slide {
        height: min(88vw, 410px)
    }

    .product-detail__pagination {
        position: absolute;
        bottom: 10px;
        left: 50% !important;
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        transform: translateX(-50%)
    }

    .product-detail__pagination .swiper-pagination-bullet {
        display: block;
        width: 5px;
        height: 5px;
        margin: 0 !important;
        border-radius: 50%;
        background: #d8d8d8;
        opacity: 1
    }

    .product-detail__pagination .swiper-pagination-bullet-active {
        background: var(--pd-red)
    }

    .product-detail__thumbs-wrap {
        order: 1;
        display: grid;
        grid-template-columns:25px 1fr 25px;
        width: 100%;
        display: none;
    }

    .product-detail__thumbs-slider {
        height: 62px
    }

    .product-detail__thumbs-slider .swiper-slide {
        height: 60px
    }

    .product-detail__badges {
        left: 14px;
        top: 12px
    }

    .product-badge {
        font-size: 9px;
        min-width: 32px;
        padding: 4px 6px
    }

    .product-badge--delivery {
        font-size: 13px
    }

    .product-detail__summary {
        border: 0;
        padding: 0
    }

    .product-detail__title {
        font-size: 20px;
        margin-top: 5px;
        font-weight: normal;

    }

    .product-detail__article {
        font-size: 15px;
        margin-bottom: 0;
    }

    .product-detail__article-row {
        margin-bottom: 10px
    }

    .product-detail__price-card {
        padding: 10px 12px
    }

    .product-detail__price-row strong {
        font-size: 20px
    }

    .product-detail__old-price {
        font-size: 16px
    }

    .product-detail__facts > *, .product-detail__stores-trigger {
        padding: 9px 10px
    }

    .product-detail__notes {
        margin: 9px 0
    }

    .product-detail__notes p {
        font-size: 13px;
        padding: 7px 9px 7px 39px
    }

    .product-detail__summary .product-detail__actions {
        position: fixed;
        bottom: 0;
        z-index: 5;
        grid-template-columns:84px 1fr 1fr;
        margin: 10px 0 0;
        padding: 7px 8px;
        background: #fff;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, .08);
        width: 100%;
        left: 0;
        right: 0;
    }
    .product-detail__summary .product-detail__actions > *:nth-child(4) {
        grid-column: 1 / -1;
    }

    .product-detail__add, .product-detail__buy-now {
        font-size: 11px;
        padding: 4px 4px
    }

    .product-detail__installment {
        margin-top: 8px;
        padding: 8px 10px
    }

    .product-detail__panels {
        display: block;
        margin-top: 4px
    }

    .product-detail__panel {
        border-width: 0 0 1px;
        border-radius: 0
    }

    .product-detail__panel-title {
        padding: 13px 0;
        font-size: 16px
    }

    .product-detail__panel-body {
        padding: 0 0 13px
    }

    .product-detail__description, .product-detail__specs {
        font-size: 15px
    }

    .product-detail__topline {
        position: absolute;
        top: 14px;
        left: 14px;
        right: 14px;
        z-index: 3
    }

    .product-detail__topline .product-detail__stock {
        display: none
    }

    .product-detail__utility button {
        width: 22px;
        height: 22px
    }

    .product-detail__utility svg {
        width: 19px;
        height: 19px
    }

    .product-detail__thumb-nav {
        transform: none
    }

    .product-detail__buy-now {
        width: 100%;
        height: 45px;
    }

    .catalog__fixed-bottom-tabbar {
        display: none;
    }

    footer{
        margin-bottom: 120px;
    }
    .phone-widjet{
        display: none;
        bottom: 70px;
        right: 50px;
    }

}
.sticker-kz{
    border-radius: 0;
}
.stores-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    overflow: hidden;
}

.stores-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 22px;
    border-bottom: 1px solid #f1f1f1;
}

.stores-card__header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #222;
}

.stores-card__toggle {
    width: 34px;
    height: 34px;
    border: none;
    background: none;
    cursor: pointer;
    color: #666;
}

.stores-card__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.store-item {
    display: flex;
    align-items: center;
    gap: 14px;

    color: #222;
    text-decoration: none;

    transition: .2s;
}

.store-item:hover {
    text-decoration: none;
    color: #222;
}

.store-item__icon {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #444;
    flex-shrink: 0;
}

.store-item__content {
    flex: 1;
}

.store-item__title {
    font-size: 14px;
    line-height: 1.35;
}

.store-item__stock {
    display: flex;
    align-items: center;
    gap: 10px;

    white-space: nowrap;

    color: #222;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #28c840;
}

.stores-card__all {

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 18px 22px;

    text-decoration: none;
    color: #1565ff;
    font-weight: 600;

    border-top: 1px solid #f3f3f3;
}

.stores-card__all:hover {
    background: #fafafa;
}


section, section .container{
    z-index: unset !important;
}

.store-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.store-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.store-modal__content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    max-height: 90vh;
    overflow-y: auto;
}

.store-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #e5e5e5;
}

.store-modal__title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.store-modal__close {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    color: #666;
    transition: color 0.2s;
}

.store-modal__close:hover {
    color: #000;
}

.store-modal__body {
    padding: 25px;
}

.store-modal__info {
    margin-bottom: 20px;
}

.store-modal__info p {
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.5;
}

.store-modal__map {
    width: 100%;
    height: 400px;
    border-radius: 4px;
    overflow: hidden;
}

/* Адаптивность */
@media (max-width: 768px) {
    .store-modal__content {
        width: 95%;
        margin: 20px auto;
    }

    .store-modal__map {
        height: 300px;
    }

    .store-modal__header {
        padding: 15px 20px;
    }

    .store-modal__body {
        padding: 20px;
    }
}
/* End */


/* Start:/local/components/profitkit/form.simple/templates/comment/style.css?1692371064697*/
.universal-form__errors .universal-form__error {
    margin: 0 !important;
    font-size: 12px;
    line-height: 18px;
    color: #db3737;
}
.universal-form__field-block .universal-form__field-error {
    position: relative;
    display: none;
    margin: 5px 0 0;
    padding-left: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #db3737;
}
.universal-form__errors .universal-form__error:not(:last-child) {
    margin-bottom: 5px !important;
}

.universal-form__field-block .universal-form__documents {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    padding: 0;
    list-style: none;
}
.preload-ajax {
    position: relative;}
/* End */


/* Start:/local/templates/zeta-2023/components/bitrix/catalog.section/.default/style.min.css?16846886433212*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-section-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}.row::before{display:initial}
/* End */
/* /local/templates/zeta-2023/components/bitrix/catalog/catalog/style.min.css?1684688636959 */
/* /local/templates/zeta-2023/components/bitrix/catalog.element/modern/style.css?178652739319706 */
/* /local/components/profitkit/form.simple/templates/comment/style.css?1692371064697 */
/* /local/templates/zeta-2023/components/bitrix/catalog.section/.default/style.min.css?16846886433212 */
