

/* Start:/local/templates/main_redesing/components/bitrix/catalog/.default/style.css?17808665681874*/

h1 {
    line-height: 1;
}

.section--list {
    gap: 19px;
    margin-top: 1.6rem;
    margin-bottom: 2.25rem;
}

.section--item {
    font-size: 14px;
    line-height: 1;
    padding: 12px 20px;
    border-radius: 5px;
    border: 1px solid #D9DADA;
    white-space: nowrap;
}

#catalog {
    /*margin-top: 2.25rem;*/
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}




.catalog-action {
    gap: 3.15rem;
    font-size: 14px;
    font-weight: 300;
}

.catalog-action .vb {
    font-size: 24px;
}

.catalog-action--item a {
    display: inline-flex;
    gap: 8px;
}

.section--count {
    color: var(--color-default-blue);
}

@media screen and (max-width: 1199px) {
    #catalog {
        margin-top: 1rem;
    }

    .catalog-action {
        gap: 0;
    }

    .section--list {
        margin-top: 1.2rem;
    }

    .section--item {
        padding: 10px 20px;
    }

    #catalog .row:has(.breadcrumbs) {
        margin-bottom: 0;
    }
}


.not_items {
    display: flex;
    justify-content: center;
}


#collection-main .desktop_block {
    justify-content: center;
}


.faq-block--column h2 {
    text-align: center;
}

.detail-thumbs .swiper-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    height: 100%;
    gap: 5px;
}


#first-pills-12 .tab-content--inner .char-color {
    margin-bottom: unset !important;
}


.product-price-block {
    gap: 24px;
}

.tab-content--inner .accent span {
    color: #808080 !important;
}

/* базовый вид — рукой можно "схватить" */
.section--list {
    cursor: grab;
}

/* во время перетаскивания */
.section--list.is-dragging {
    cursor: grabbing;
    user-select: none;
}


@media screen and (max-width: 1199px) {


    #collection-main .input-group {
        display: none !important;
    }


}



/* End */


/* Start:/local/templates/main_redesing/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?178108019531365*/
.product-variants {
    margin-top: 28px;
}

.product-variants__group {
    margin-bottom: 26px;
}

.product-variants__title {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.3;
    color: #222;
}

/* Размеры */

.product-size-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}



.product-size-list__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 73px;
    height: 38px;
    padding: 0 17px;

    border: 1px solid #EAECED;
    border-radius: 4px;
    background: #fff;

    font-size: 14px;
    line-height: 1;
    color: #606063;
    text-decoration: none;

    transition: border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.product-stock-info {
    margin-bottom: 20px;
}


.product-size-list__item:hover {
    border-color: #0d4f8b;
    color: #0d4f8b;
}

.product-size-list__item.is-active {
    border-color: #0d4f8b;
    color: #222;
    font-weight: 600;
}

/* Тарелки */

.product-plate-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-plate-list__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 85px;
    height: 85px;
    padding: 8px;

    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;

    text-decoration: none;

    transition: border-color .2s ease, box-shadow .2s ease;
}

.product-plate-list__item:hover {
    border-color: #0d4f8b;
}

.product-plate-list__item.is-active {
    border-color: #0d4f8b;
}

.product-plate-list__item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}









:root {
    --color-default-blue: #023E84;
}

/* breadcrumbs */
.share-card {
    display: flex;
    gap: 8px;
    font-size: 14px;
    align-items: center;
    justify-content: end;
}

.icon-share {
    display: inline-flex;
    background: url("/local/templates/main_redesing/components/bitrix/catalog/.default/bitrix/catalog.element/.default/./img/share.svg") no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px;
}


.block_photo_det {
    position: relative;
}




.product-markers {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 10;
    gap: 4px;
    min-height: 44px;
}

.product-markers > * {
    display: inline-flex;
}

.mark-list {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 20px;
    gap: 10px;
}


.mark-item {
    background: #b5b5b5;
    line-height: 1;
    padding: 9px 0;
    font-size: 12px;
    width: 80px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.1rem;
}

.mark-item.sale {
    background: #C72E2E;
}

.mark-item.new {
    background: #002B5C;
}

.mark-item.outlet {
    background: #5C2C2C;
}

.detail-image-pagination .swiper-button-prev, .detail-image-pagination .swiper-button-next {
    color: black;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
}


.block_next_buy {
    justify-content: flex-end;
    gap: unset;
}

.detail-image-pagination .swiper-button-next {
    bottom: 0px;
    top: unset;
    right: 0px;
    left: 0px;
    margin: auto;
    z-index: 999999999999;
    height: 25px;
    width: 40px;
}

#podarok img {
    height: 100%;
    object-fit: cover;
    max-height: 556px;
}

p.desc-text {
    max-width: unset !important;
    text-align: justify;
}


.detail-image-pagination .swiper-button-prev {
    top: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    z-index: 999999999999;
    height: 25px;
    width: 40px;
}


.detail-image-pagination .swiper-button-next.swiper-button-disabled, .detail-image-pagination .swiper-button-prev.swiper-button-disabled {
    display: none !important;
}

.video_detail {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: auto;
}


.video_detail iframe {
    display: flex !important;
}

@media screen and (max-width: 1199px) {
    main > .container-fluid.container-md > .row.pt-4.pb-lg-4{
        padding-top: unset !important;
    }

    .row:has(.breadcrumbs) {
        margin-bottom: 20px;
    }

    div.breadcrumbs {
        font-size: 12px;
        margin-top: 0.6rem;
        margin-bottom: 0;
    }

    div.breadcrumbs-item {
        font-size: 12px;
    }

    .share-card {
        font-size: 12px;
        margin-top: 0.6rem;
        margin-bottom: 0;
    }
}

/* breadcrumbs */

.detail-thumbs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-height: 636px;
}

.detail-thumbs--item {
    border: 1px solid #CAC9C9;
    overflow: hidden;
}

.detail-thumbs--item.active {
    border: 2px solid var(--color-default-blue);
}

.detail-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E6E6E64D;
    overflow: hidden;
}

.detail-image--inner {
    position: relative;
    z-index: 1;
    display: block;
    transition: opacity 0.4s ease-in-out;
    width: 100%;
}

/*.detail-image--inner:after {
	content:'';
	 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 263px;
    background: rgb(245, 247, 249, 0.1);
    backdrop-filter: brightness(0.99);
    border-radius: 3px;
    z-index: 1;
}*/

.detail-thumbs .swiper-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* <-- Магия */
    height: 100%;
}

.detail-thumbs .swiper-slide {
    height: 196px !important;
    flex-shrink: 0;
    padding: 5px;
}


.detail-thumbs--item {
    max-height: 196px;
}

.detail-thumbs--item.swiper-slide-thumb-active {
    border: 1px solid #023E84;

}

.detail-right {
    line-height: 1;
}

.product-article {
    font-size: 0.875rem; /*14px*/
    font-weight: 300;
    letter-spacing: 1.45px;
}

.product-title {
    font-family: 'Source Serif 4 48pt';
    font-size: 2.25rem; /*36px*/
    font-weight: 400;
    margin-top: 26px;
    line-height: 1.3;
    letter-spacing: -0.7px;
}

.product-collection {
    font-size: 1rem; /*16px*/
    font-weight: 300;
    margin-top: 18px;
}

.product-collection a {
    color: var(--color-default-blue);
}

.product-action {
    margin-top: 34px;
    line-height: 1;
}

.product-price {
    font-size: 30px; /*30px*/
    font-weight: 400;
}

.product-old-price {
    font-size: 20px;
    text-decoration: line-through;
    color: #808080;
}

.product-bonus {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 10px;
    border: 1px solid var(--color-default-blue);
    border-radius: 10px;
    color: var(--color-default-blue);
}

.action-block-layer {
    margin-top: 40px;
}

.action-block {
    gap: 8px;
}

.action-block .count-select select,
.action-block .add2Basket,
.action-block .add-wish {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 5px;
    height: 63px;
}

.action-block .count-select label {
    height: 100%;
}

.action-block .count-select select {
    width: 80px;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);

    color: #fff;
}

.select2-container {
    height: 100%;
}

.action-block .count-select {
    /*width: 80px;*/
    width: 100px;
    overflow: hidden;
    transition: width 0.3s;
    border-radius: 5px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.counter {
    display: flex;
    height: 100%;
}

.counter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-basis: 30px;
    cursor: pointer;
}

.counter-btn.disabled {
    opacity: 0.2;
    cursor: default;
    pointer-events: none; /* полностью отключает клик */
}

.counter-field {
    height: 100%;
    display: flex;
    flex-basis: 40px;
}

.counter-field input,
.counter-field input:focus-visible {
    width: 100%;
    text-align: center;
    border-color: transparent;
    outline: none;
    text-align: center;
}

.counter-field input[type="number"]::-webkit-inner-spin-button,
.counter-field input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Для Firefox */
.counter-field input[type="number"] {
    -moz-appearance: textfield;
}

.action-block .count-select.in-basket {
    display: none;
}


.action-block .select2-container .select2-selection--single {
    height: 100%;
    align-items: center;
    display: flex;
    border: none;
    padding-left: 16px;
}

.action-block .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 1px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-color: rgba(0, 0, 0, 0) #888 #888 rgba(0, 0, 0, 0);
    top: calc(50% - 3px);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 1px;
    border-color: #888 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #888;
}

.action-block .add2Basket {
    flex: 1;
    background: var(--color-default-blue);
    color: #FFFFFF;
    gap: 14px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.action-block a:not(.in-basket):hover {
    background: #E6E6E6;
    color: #000000;
}

.action-block .add2Basket.in-basket {
    background: #FFFFFF;
    color: #000000;
}

.action-block .add2Basket.in-basket .bi {
    display: none;
}

.action-block .add-wish {
    width: 65px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}


.action-block .add-wish .bi {
    transition: font-size 0.3s;
}

.action-block .add-wish .bi-heart {
    font-size: 18px;
}

.action-block .add-wish.added .bi-heart {
    font-size: 0;
}

.action-block .add-wish .bi-heart-fill {
    color: var(--color-default-blue);
    font-size: 0;
}

.action-block .add-wish.added .bi-heart-fill {
    font-size: 18px;
}

.product-stock-info {
    margin-top: 20px;
}

.product-stock-info .stock {
    display: inline-flex;
    align-items: center;
}

.product-stock-info .stock::before {
    content: "";
    display: inline-flex;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: #808080;
}

.product-stock-info .stock.in::before {
    background-color: #0CA529;
}

.product-stock-info .stock.out::before {
    background-color: #808080;
}

.product-adv {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-adv-item {
    display: inline-flex;
    gap: 17px;
}

.adv-item--icon {
    width: 50px;
    height: 50px;
    border: 1px solid #D9DADA;
    border-radius: 15px;
}

.adv-item--icon img {
    width: auto;
    height: auto;
}


.adv-item--content {
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
    line-height: 1;
    justify-content: center;
}

.adv-item--name {
    font-weight: 400;
}

.adv-item--text {
    font-size: 14px;
    font-weight: 300;
}


#detail-tabs .nav-link.active {
    background-color: var(--active-color);
    color: var(--white);
}

#detail-tabs .nav-item button {
    font-family: var(--text-font-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #171717;
    border: 1px solid #d9dada;
    border-radius: 5px;
    padding: 4px 40px;
    margin: 0 10px 0 0;
}


.tab-content h2 {
    line-height: 1.4;
    margin: 0;
    letter-spacing: 0;
}

.tab-content .sub-title {
    font-weight: 300;
    color: #808080;
    line-height: 2;
    margin-bottom: 22px;
}

.tab-content .char-color {
    margin-bottom: 35px;
}

.tab-content .char-color span {
    font-weight: 500;
}

.tab-content p {
    line-height: 1.8;
    margin-bottom: 0.3rem;
}

.tab-content p:has(.accent) {
    margin-bottom: 1.15rem;
}

.tab-content--inner .accent {
    color: #808080;
    line-height: 1.8;
}

/*video*/
#videoBlock h2 {
    margin: 50px 0;
    letter-spacing: 0;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
    aspect-ratio: 853 / 450;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 160px;
    background: transparent;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    border: 1px solid #fff;
}

.play-button::before {
    content: "";
    color: #023e84;
    font-size: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
    width: 80px;
    height: 80px;
    background: url(/local/templates/main_redesing/components/bitrix/catalog/.default/bitrix/catalog.element/.default/./img/play.svg) no-repeat center;
    background-size: contain;
}

.video-progress {
    position: absolute;
    bottom: 30px;
    left: 50%;
    height: 4px;
    width: 90%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 5;
    display: none;
    transform: translate(-50%, -50%);
    margin: 2px;
}

.video-progress:hover {
    height: 6px;
    margin: 1px;
}

.video-progress-bar {
    height: 150%;
    width: 0%;
    background: var(--color-default-blue);
    transition: width 0.2s linear;
    transform: translate(-1px, -15%);;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
}

.video-progress-dot {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    background: var(--color-default-blue);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    transition: left 0.2s linear;
    pointer-events: none;
    cursor: pointer;
    z-index: 1;
}

.video-progress-hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: rgba(255, 255, 255, 0.4);
    opacity: .7;
    pointer-events: none;
    z-index: 1;
    transition: width 0.05s linear;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
}

/*video*/

.pagination-controls {
    margin-top: 30px;
    margin-bottom: 15px;
}

#collection-main .pagination-controls {
    margin-top: 36px;
}


#collection-main h2,
#articles h2 {
    margin: 0 0 40px;
    letter-spacing: 0;
}

/* Detail Mobile Tabs */
.slide-tabs {
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 54px;
    margin-top: 30px;
}

.slide-tabs h2 {
    margin-bottom: 30px;
}

.slide-tabs--column {
    flex: 1;
    display: inline-block;
}

.slide-tabs--column:nth-child(1) {
    padding-left: 15px;
    padding-right: 15px;
}

.slide-tabs--column:nth-child(2) {
    padding-right: 15px;
    padding-left: 15px;
}

.slide-tabs--column p {
    margin-bottom: 24px;
}

.slide-tabs-list {
}

.slide-tabs-item {
    display: flex;
    position: relative;
    gap: 30px;
    flex-direction: column;
    cursor: pointer;
    border-bottom: 1px solid #D9DADA;
}

.slide-tabs-item:first-child {
    border-top: 1px solid #D9DADA;
}

.slide-tabs-item.open {
    padding: 0 0 20px 0;
}

.slide-tabs-item--title {
    font-size: 20px;
    line-height: 24px;
    padding: 20px 40px 20px 15px;
}

.slide-tabs-item.open .slide-tabs-item--title {
    background: #F5F5F5;
}

.slide-tabs-item .slide-tabs-item--title::after {
    content: "\F282";
    font-family: 'bootstrap-icons' !important;
    font-weight: 400;
    position: absolute;
    font-size: 24px;
    color: #7C7E7F;
    top: 30px;
    right: 16px;
    transition: transform 0.3s;
}

.slide-tabs-item.open .slide-tabs-item--title::after {
    transform: scaleY(-1);
}

.slide-tabs-item .slide-tabs-item--content {
    overflow: hidden;
    display: none;
    font-size: 16px;
    line-height: 24px;
}

.detail-faq {
    gap: 0;
}

.detail-faq .slide-tabs-item {
    border-bottom: 1px solid gray;
    border-radius: 0;
}

.detail-faq .slide-tabs-item.open {
    padding: 12px 16px 16px;
}

.detail-faq .slide-tabs-item--title {
    padding: 12px 40px 12px 16px;
}

/* FAQ */


/* FAQ */
.faq-block {
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 54px;
    margin-top: 30px;
    margin-bottom: 45px;
}

.faq-block h2 {
    margin-bottom: 4px;
    letter-spacing: 0;
}

.faq-block--column {
    flex: 1;
    display: inline-block;
}

.faq-block--column p {
    margin-bottom: 24px;
}

.faq-list {
}

.faq-item {
    display: flex;
    position: relative;
    gap: 24px;
    flex-direction: column;
    cursor: pointer;
    border-bottom: 1px solid #D9DADA;
}

.faq-item.open {
    padding: 30px 0;
}

.faq-item--title {
    font-size: 20px;
    line-height: 24px;
    padding: 26px 70px 27px 0;
}

.faq-item.open .faq-item--title {
    padding: 0;
}

.faq-item .faq-item--title::after {
    content: "\F282";
    font-family: 'bootstrap-icons' !important;
    font-weight: 400;
    position: absolute;
    font-size: 24px;
    color: #7C7E7F;
    top: 30px;
    right: 0;
    transition: transform 0.3s;
}

.faq-item.open .faq-item--title::after {
    transform: scaleY(-1);
}

.faq-item .faq-item--content {
    overflow: hidden;
    display: none;
    font-size: 16px;
    line-height: 20px;
}

.detail-faq {
    gap: 0;
}

.detail-faq .faq-item {
    border-bottom: 1px solid gray;
    border-radius: 0;
}

.detail-faq .faq-item.open {
    padding: 12px 16px 16px;
}

.detail-faq .faq-item--title {
    padding: 12px 40px 12px 16px;
}

a.product-name span {
    text-wrap: balance;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .detail-thumbs {
        max-height: 546px;
    }

    .product-title {
        margin-top: 24px;
    }

    .product-action {
        margin-top: auto;
    }

    .action-block-layer {
        margin-top: 14px;
    }

    .product-price {
        font-size: 26px;
    }

    .product-old-price {
        font-size: 18px;
    }
}


@media screen and (min-width: 440px) and (max-width: 1199px) {
    .product-price-block {
        gap: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .detail-image {
        flex-direction: column;
        background: #ffffff;
    }

    .detail-image--inner {
        background: #E6E6E64D;
    }

    .detail-right {
        display: flex;
        flex-direction: column;
    }

    .product-article {
        margin-top: 8px;
        font-size: 12px;
    }

    .product-title {
        font-size: 20px;
        letter-spacing: -0.3px;
    }

    .product-collection {
        font-size: 14px;
        margin-top: 30px;
    }

    .product-collection a {
        text-decoration: underline;
    }

    .product-price-block {
        gap: 20px;
    }

    .product-price {
        font-size: 26px;
    }

    .product-collection span {

    }

    .product-action {
        margin-top: 36px;
    }

    .action-block .count-select select,
    .action-block .add2Basket,
    .action-block .add-wish {
        height: 52px;
    }

    .action-block-layer {
        margin-top: 28px;
        margin-bottom: 14px;
    }

    .product-stock-info {
        margin-top: 12px;
    }

    .product-stock-info {
        font-size: 15px;
    }

    .adv-item--icon {
        width: 52px;
        height: 52px;
    }


    .detail-image-pagination {
        padding-top: 12px;
        position: relative;

        background: #fff;
        width: 100%;
    }

    .detail-image-pagination .swiper-pagination {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .detail-image-pagination .swiper-pagination,
    .detail-image-pagination .swiper-button-prev,
    .detail-image-pagination .swiper-button-next {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        margin: 0;
        color: #000;
    }

    .detail-image-pagination .swiper-button-prev {
        width: auto;
        flex: 1;
        justify-content: left;
    }

    .detail-image-pagination .swiper-button-next {
        width: auto;
        flex: 1;
        justify-content: right;
    }

    .detail-image-pagination .swiper-button-prev:after,
    .detail-image-pagination .swiper-rtl .swiper-button-next:after {
        content: "";
        width: 36px;
        height: 36px;
        background: url(/local/templates/main_redesing/components/bitrix/catalog/.default/bitrix/catalog.element/.default/./img/arrow-left.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .detail-image-pagination .swiper-button-next:after,
    .detail-image-pagination .swiper-rtl .swiper-button-prev:after {
        content: "";
        width: 36px;
        height: 36px;
        background: url(/local/templates/main_redesing/components/bitrix/catalog/.default/bitrix/catalog.element/.default/./img/arrow-right.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .detail-image-pagination .swiper-pagination-bullet {
        background: #d9d9d9;
    }

    .detail-image-pagination .swiper-pagination-bullet-active {
        background: #000;
    }

    .play-button {
        width: 68px;
        height: 68px;
        border-width: 2px;
    }

    .play-button::before {
        width: 30px;
        height: 30px;
    }

    .slide-tabs {
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 22px;
    }

    .slide-tabs--column {
        width: 100%;
        margin-bottom: 6px;
    }

    .slide-tabs--column:nth-child(1),
    .slide-tabs--column:nth-child(2) {
        padding: 0;
    }

    .slide-tabs-item {
        gap: 20px;
    }

    .slide-tabs-item--title {
        font-size: 14px;
        padding: 14px 40px 16px 15px;
        line-height: 20px;
        position: relative;
    }

    .slide-tabs-item .slide-tabs-item--title::after {
        font-size: 18px;
        top: calc(50% - 12px);
        right: 15px;
    }

    .slide-tabs-item.open {
        padding: 0 0 16px 0;
    }

    .slide-tabs-item.open .slide-tabs-item--title {
        padding-right: 24px;
    }

    .slide-tabs-item.open .slide-tabs-item--title::after {

    }

    .slide-tabs h2 {
        font-size: 20px !important;
        letter-spacing: 0;
        margin-bottom: 6px;
    }

    .slide-tabs .sub-title {
        margin-bottom: 12px;
        letter-spacing: 0;
    }

    .slide-tabs .char-color {
        margin-bottom: 16px;
    }

    .slide-tabs p {
        line-height: 1.3;
        margin-bottom: 16px;
    }

    .slide-tabs p:has(.accent) {
        margin-bottom: 0;
    }

    .tab-content--inner .accent {
        line-height: 1.3;
    }

    .faq-list {
        margin-top: -4px;
    }

    .slide-tabs-item {
    }

    .slide-tabs-item .slide-tabs-item--content {
        font-size: 14px;
        line-height: 20px;
    }

    #podarok {
        background: unset;
    }

    #podarok a {
        width: 100%;
    }

    #videoBlock h2 {
        margin: 10px 0 24px;
    }

    #collection-main h2, #articles h2 {
        margin: 0 0 25px;
    }

    #collection-main .pagination-controls {
        margin-top: 35px;
    }

    .faq-block {
        padding-top: 0;
        padding-bottom: 45px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .faq-block--column {
        width: 100%;
        margin-bottom: 6px;
    }

    .faq-block--column:nth-child(1),
    .faq-block--column:nth-child(2) {
        padding: 0;
    }

    .faq-item {
        gap: 20px;
        padding-left: 15px;
    }

    .faq-item:first-child {
        border-top: 1px solid #D9DADA;
    }

    .faq-item.open {
        padding-left: 15px;
    }

    .faq-item--title {
        font-size: 14px;
        line-height: 20px;
        position: relative;
        padding: 14px 45px 12px 0;
    }

    .faq-item .faq-item--title::after {
        top: calc(50% - 9px);
        right: 16px;
        font-size: 18px;
    }

    .faq-item.open .faq-item--title {
        padding-right: 45px;
    }

    .faq-item.open .faq-item--title::after {

    }

    .faq-block h2 {
        text-align: center;
        text-wrap: balance;
        font-size: 28px;
        margin-bottom: 34px;
    }

    .faq-list {
        margin-top: -4px;
    }

    .faq-item {
    }

    .faq-item .faq-item--content {
        font-size: 13px;
        line-height: 20px;
    }

    /* FAQ */
    .tab-content .sub-title {
        line-height: 1.2;
    }

    h2 {
        font-size: 24px !important;
        letter-spacing: 0;
    }

    .tab-content h2 {
        line-height: 1;
        margin-bottom: 10px;
    }

    #podarok h2 {
        text-align: center;
        letter-spacing: 0;
        margin-bottom: 12px;
    }

    #podarok .desc-text {
        line-height: 1.425;
    }

    .product-item .img-product {
        margin-bottom: 15px;
    }

    .price-box {
        margin-bottom: 8px;
    }

    .price-box span {
        font-size: 14px;
    }

    .product-item .btn {
        padding: 3px 0px;
    }
}

@media screen and (max-width: 400px) {
    .product-price {
    }

    .product-old-price {
    }

    .product-bonus {
        display: none;
    }
}


.modal-product--item img {
    max-height: 80px;
}

.detail-sticky-cart {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 24px;
    z-index: 990;
    opacity: 0;
    pointer-events: none;
    transform: translateY(24px);
    transition: opacity .28s ease, transform .28s ease;
}

.detail-sticky-cart.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.detail-sticky-cart__inner {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto auto;
    align-items: center;
    gap: 28px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .16);
}

.detail-sticky-cart__product {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 16px;
}

.detail-sticky-cart__image {
    width: 72px;
    height: 72px;
    object-fit: contain;
    background: #f7f7f7;
    border-radius: 4px;
}

.detail-sticky-cart__title {
    overflow: hidden;
    color: #1f1f1f;
    font-size: 20px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-sticky-cart__price {
    color: #1f1f1f;
    font-size: 22px;
    line-height: 1;
    white-space: nowrap;
}

.detail-sticky-cart__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.detail-sticky-cart__qty {
    display: flex;
    width: 104px;
    height: 48px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 5px;
}

.detail-sticky-cart__qty-btn,
.detail-sticky-cart__qty-input {
    border: 0;
    background: transparent;
}

.detail-sticky-cart__qty-btn {
    width: 32px;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}

.detail-sticky-cart__qty-input {
    width: 40px;
    text-align: center;
    outline: none;
}

.detail-sticky-cart__qty-input::-webkit-inner-spin-button,
.detail-sticky-cart__qty-input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.detail-sticky-cart__qty-input[type="number"] {
    -moz-appearance: textfield;
}

.detail-sticky-cart__add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    height: 48px;
    gap: 10px;
    padding: 0 22px;
    color: #fff;
    background: var(--color-default-blue);
    border: 1px solid var(--color-default-blue);
    border-radius: 5px;
    font-weight: 500;
    transition: background .2s ease, border-color .2s ease;
}

.detail-sticky-cart__add:hover {
    color: #fff;
    background: #0f4291;
    border-color: #0f4291;
}

.detail-sticky-cart__add.in-basket {
    background: #333;
    border-color: #333;
}

.detail-sticky-cart__wish {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #1f1f1f;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 5px;
}

.detail-sticky-cart__wish .bi-heart-fill,
.detail-sticky-cart__wish.added .bi-heart {
    display: none;
}

.detail-sticky-cart__wish.added .bi-heart-fill {
    display: inline-block;
}

@media screen and (max-width: 1199px) {
    .detail-sticky-cart__inner {
        gap: 18px;
        max-width: calc(100% - 48px);
    }

    .detail-sticky-cart__title {
        font-size: 17px;
    }

    .detail-sticky-cart__add {
        min-width: 170px;
    }
}

@media screen and (max-width: 991px) {
    .detail-sticky-cart {
        bottom: 0;
        z-index: 1090;
        transform: translateY(100%);
    }

    .detail-sticky-cart.is-visible {
        transform: translateY(0);
    }

    .detail-sticky-cart .container {
        max-width: none;
        padding: 0;
    }

    .detail-sticky-cart__inner {
        display: block;
        max-width: none;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
        background: #fff;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, .08);
        border-radius: 0;
        box-shadow: 0 -8px 28px rgba(0, 0, 0, .14);
    }

    .detail-sticky-cart__product,
    .detail-sticky-cart__price {
        display: none;
    }

    .detail-sticky-cart__actions {
        display: grid;
        grid-template-columns: 72px minmax(0, 1fr) 50px;
        gap: 8px;
        width: 100%;
    }

    .detail-sticky-cart__qty {
        width: 72px;
        height: 44px;
        border-color: rgba(0, 0, 0, .12);
        box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    }

    .detail-sticky-cart__qty-btn {
        display: none;
    }

    .detail-sticky-cart__qty-input {
        width: 100%;
        font-size: 14px;
        background: transparent;
    }

    .detail-sticky-cart__add {
        min-width: 0;
        width: 100%;
        height: 44px;
        padding: 0 12px;
        gap: 8px;
        font-size: 14px;
        border-radius: 4px;
    }

    .detail-sticky-cart__wish {
        width: 50px;
        height: 44px;
        border-radius: 4px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    }
}


/* End */


/* Start:/local/templates/main_redesing/components/bitrix/catalog/vb_22.03/bitrix/catalog.element/update_2210/modal.css?178085363710181*/
:root {
    --prod-name-line-height: 30px;
}

body.modal-open,
.modal.show {
    padding-right: 0  !important;
}

.modal-content {
	border-radius: 0;
}

.modal-header,
.modal-footer {
	border: none;
}

.modal-header .modal-title {
	font-size: 36px;
    font-weight: 400;
    font-family: 'Source Serif 4 48pt';
}

.modal-header [data-bs-dismiss="modal"] {
	color: #000000;
}

.modal-header [data-bs-dismiss="modal"] .bi {
	font-size: 36px;
}

.modal-header {
	justify-content: space-between;
	align-items: center;
}

.modal-header .btn {
	color: #000;
}

.modal-header .btn:hover {
	text-decoration: underline;
}

/* Стили для блока товара */
.modal-product--item {
	gap: 15px;
	padding: 25px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

/* Стили для информации о товаре */
.modal-product--info {
	flex: 1;
	gap: 30px;
}

/* Стили для выравнивания элементов внутри modal-product--info */
.modal-product--info > * {
	display: flex;
	flex-direction: column;
}

/* Стили для информации о наличии */
.product-stock-info .stock.in {
	color: green;
}

/* Стили для кнопки крестик */
.modal-product button {
	padding: 0;
	color: #000;
	font-size: 24px;
	border: none;
	background: transparent;
}

/* Подсветка на крестик при наведении */
.modal-product button:hover {
	color: red;
}

/* Дополнительные стили для улучшения выравнивания */


.modal-product--info .d-flex span {
	white-space: nowrap;
}


.modal-product--info .product-stock-info {
	margin: 0;
}

.modal-product--info .product-stock-info {
	font-size: 14px;
}

.modal-product--info .text-muted {
	font-size: 12px;
}

.modal-product--info .old-price {
	font-size: 12px;
	color: #9e9e9e;
}

.modal-product--info .price {
	font-weight: 400;
}

.modal-product--info .count {
	font-weight: 400;
}

.modal-product .remove-btn {
	font-size: 36px;
	background: #AEAEAE;
	color: #fff;
	width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 0;
}

.modal-product .remove-btn .bi {
	color: #fff;
}

.icon-close {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 28px;
    height: 28px;
}

.icon-close::before {
	content: "";
	display: inline-flex;
	-webkit-mask-image: url("/local/templates/main_redesing/components/bitrix/catalog/vb_22.03/bitrix/catalog.element/update_2210/./img/close.svg");
    mask-image: url("/local/templates/main_redesing/components/bitrix/catalog/vb_22.03/bitrix/catalog.element/update_2210/./img/close.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    background: #000;
    width: 15px;
    height: 15px;
}

.remove-btn .icon-close::before {
    background: #fff;
}

.btn-row {
	gap: 8px;
}

.btn-row .btn {
	font-size: 14px;
	max-width: 210px;
	width: 100%;
	border-radius: 3px;
	height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.icon-cart {
    display: inline-flex;
	-webkit-mask-image: url("/local/templates/main_redesing/components/bitrix/catalog/vb_22.03/bitrix/catalog.element/update_2210/./img/cart.svg");
    mask-image: url("/local/templates/main_redesing/components/bitrix/catalog/vb_22.03/bitrix/catalog.element/update_2210/./img/cart.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    background: #000;
    width: 20px;
    height: 15px;
}

.btn:hover .icon-cart {
	background: #fff;
}

.icon-right {
    display: inline-flex;
	-webkit-mask-image: url("/local/templates/main_redesing/components/bitrix/catalog/vb_22.03/bitrix/catalog.element/update_2210/./img/slim-right.svg");
    mask-image: url("/local/templates/main_redesing/components/bitrix/catalog/vb_22.03/bitrix/catalog.element/update_2210/./img/slim-right.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    background: #fff;
    width: 20px;
    height: 15px;
}


/*    start:Product card    */
.product-gap {
    row-gap: 16px;
}

.product-item {
    cursor: default;
    position: relative;
    gap: 12px;
    flex: 1 1 100%;
}

.product-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.product-image-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: row;
    z-index: 2;
}

.product-image-wrapper_item {
    flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: var(--color-default-white);
    background: transparent;
    margin-bottom: -4px;
}

.product-image-wrapper_item img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.product-image-wrapper_item._active img {
    opacity: 1;
}

.dots {
    gap: 8px;
}

.dots .image-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #CECECE;
    border-radius: 14px;
    transition: width 0.3s ease-in-out, color 0.5s;
}

.dots .image-dot._active {
    width: 14px;
    height: 8px;
    background: #8A8A8A;
}

.product-markers {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 10;
    gap: 4px;
    min-height: 44px;
}

.product-markers > * {
    display: inline-flex;
}


.product-markers span {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    padding: 0 8px;
    border-radius: 10px;
    color: var(--color-default-white);
    background: var(--color-default);
}

.product-markers span.sale {
    font-weight: 600;
    background: var(--color-rose-100);
}

.add2wish {
    width: 34px;
    height: 34px;
    background: var(--color-default-white);
    border-radius: 50%;
    margin-top: 5px;
    padding: 7px;
}

.add2wish .icon {
    transition: font-size var(--wish-speed), height var(--wish-speed);
}

.add2wish.added .icon-heart,
.add2wish .icon-heart-fill {
    font-size: 0;
}

.add2wish .icon-heart,
.add2wish.added .icon-heart-fill {
    font-size: var(--icon-size);
}

.add2wish.added .icon-heart-fill {
    color: var(--color-rose-100);
}

.product-params {
    flex: 1 1 100%;
}

.product-name {
    font-size: 19px;
    line-height: var(--prod-name-line-height);
    height: calc(2 * var(--prod-name-line-height));
}

.product-prices {
    gap: 5px;
}

.product-prices .price {
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
}

.product-prices .old-price {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-default-60);
    text-decoration: line-through;
}

.product-bonus {
    gap: 5px;
}

.product-bonus {
    cursor: pointer;
    color: var(--color-rose-80);
}

.product-bonus .icon {
    font-size: 22px;
    color: var(--color-rose-80);
}

.product-bonus span {
    font-size: 13px;
    border-bottom: 1px dashed var(--color-rose-80);
}

.rating {
    gap: 4px;
    margin-top: 10px;
}

.product-item .reviews-count {
    font-size: 13px;
    color: var(--color-default-60);
}

.product-item .btn {
    margin-top: 6px;
}

.product-btn-row {
    padding-bottom: 20px;
}



@media screen and (min-width: 1200px) and (max-width: 1280px) {
    .product-name {
        font-size: 17px;
    }
}

@media screen and (max-width: 1199px) {
    :root {
        --prod-name-line-height: 21px;
    }

    .catalog_list {
        margin-bottom: 22px;
    }

    .product-name {
        font-size: 15px;
        line-height: var(--prod-name-line-height);
        height: calc(3 * var(--prod-name-line-height));
    }

    .price-block {
        gap: 5px;
    }

    .product-prices .price {
        font-size: 16px;
        line-height: 24px;
    }

    .product-prices .old-price {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
        color: var(--color-default-60);
    }

    .product-bonus span {
        font-size: 12px;
    }
}

@media screen and (min-width: 540px) and (max-width: 1199px) {
    .product-image-wrapper_item img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    :root {
        --prod-name-line-height: 20px;
    }

    .main_sections {
        gap: 16px;
    }

    .product-gap {
        row-gap: 12px;
    }

    .show-all {
        margin-top: -5px;
    }

    .product-item {
        gap: 0;
    }

    .product-markers {
        top: 8px;
        left: 8px;
        min-height: 34px;
    }

    .product-markers span {
        font-size: 12px;
        line-height: 18px;
    }

    .add2wish {
        width: 26px;
        height: 26px;
        margin-top: 7px;
        padding: 5px;
    }


    .add2wish .icon-heart,
    .add2wish.added .icon-heart-fill {
        font-size: 16px;
    }

    .product-params {
        gap: 4px;
    }

    .rating {
        margin: 0;
    }

    .product-item .icon-star {
        font-size: 20px;
    }

    .product-item .btn {
        margin-top: 8px;
    }

    .product-btn-row {
        padding-bottom: 12px;
    }

    .product-gap .btn.btn-small {
        width: 100%;
        padding: 6px 13px;
    }
}
/*    end:Product card    */

.modal-similar {
	
}

.modal-similar--subtitle {
	font-size: 14px;
	font-weight: 300;
}

.modal-similar--title {
	font-size: 36px;
	font-weight: 400;
	font-family: 'Source Serif 4 48pt';
}

.modal-similar .swiper-button-prev,
.modal-similar .swiper-button-next {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    margin: 0;
}

.modal-similar .swiper-button-prev {
    width: 65px;
    height: 65px;
}


.modal-similar .swiper-button-next {
    width: 65px;
    height: 65px;
}

.modal-similar .swiper-button-prev:after, 
.modal-similar .swiper-rtl .swiper-button-next:after {
    
    content: "";
    font-family: bootstrap-icons !important;
    background: url(/local/templates/main_redesing/components/bitrix/catalog/vb_22.03/bitrix/catalog.element/update_2210/./img/strong-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
	height: 100%;
}

.modal-similar .swiper-button-next:after, 
.modal-similar .swiper-rtl .swiper-button-prev:after {
    content: "";
    font-family: bootstrap-icons !important;
    background: url(/local/templates/main_redesing/components/bitrix/catalog/vb_22.03/bitrix/catalog.element/update_2210/./img/strong-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
	height: 100%;
}

.modal-similar .modal-product-pagination {
	gap: 8px;
}

@media screen and (max-width: 1199px) {
	.btn-row .btn {
		max-width: 270px;
	}

	.modal-header .modal-title {
		font-size: 22px;
	}

	.modal-similar--title {
		font-size: 22px;
	}

	.modal-similar .swiper-button-prev, 
	.modal-similar .swiper-button-next {
		width: 44px;
		height: 44px;
	}
}
/* End */


/* Start:/local/templates/main_redesing/components/bitrix/catalog/.default/bitrix/catalog.element/.default/themes/green/style.min.css?1780866599915*/
.bx-green .product-item-image-slider-progress-bar{background-color:#5b9f0b}.bx-green .product-item-image-slider-control:hover{background-color:rgba(91,159,11,.8)}.bx-green .product-item-image-slider-control.active,.bx-green .product-item-image-slider-control:hover{background-color:#5b9f0b}.bx-green .product-item-selected-scu,.bx-green .product-item-detail-slider-controls-image:hover,.bx-green .product-item-detail-slider-controls-image.active{outline-color:#63aa28}.bx-green .product-item-scu-item-text-block:hover,.bx-green .product-item-scu-item-color-block:hover,.bx-green .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-green .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#63aa28}.bx-green .product-item-amount-field:focus{border-color:#63aa28}.bx-green .product-item-detail-slider-progress-bar{background-color:#63aa28}
/* End */


/* Start:/local/templates/main_redesing/components/bitrix/news.list/detail_explore_our_offers/style.css?17811870266789*/
.input-group[data-entity="quantity-block"] .form-control {
    text-align: center;
}

.input-group[data-entity="quantity-block"] input.form-control::-webkit-outer-spin-button,
.input-group[data-entity="quantity-block"] input.form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#home-collections .product-item {
    border: 1px solid #E4E4E4;
}
/* Слайд */
.swiper-slide {
    height: auto !important;
    display: flex;
}
#home-collections #pills-detail-offers {
    padding: 0px 10px;
}
/* Карточка товара */
.swiper-slide .product-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Контент карточки */
.swiper-slide .product-params {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Блок покупки всегда внизу */
.swiper-slide .main_block_buyer {
    margin-top: auto;
}

/* Одинаковая зона изображения */
.swiper-slide .product-image {
    min-height: 306px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Одинаковая высота названия */
.swiper-slide .product-name {
    height: max-content;
    min-height: 48px;
    display: flex;
    align-items: flex-start;
}
#home-collections .price-box {
    margin-bottom: 5px;
    margin-top: 35px;
}
/* Скрытие табов до инициализации слайдера */
.tab-pane.offers-slider-loading {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.product-image-wrapper_item img{
    margin: unset !important;
    width: 100%;
}
.tab-pane.offers-slider-loaded {
    opacity: 1;
}
#collection-main #pills-tabContent{
        padding: 0px 10px;
}
/* Также для плавности появления самого контейнера слайдера (если нужно) */
.swiper-container {
    transition: opacity 0.2s ease, visibility 0.2s ease;
}
#home-collections .price-box span {
    font-size: 21px;
}

.product-markers {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 10;
    gap: 4px;
    min-height: 44px;
}

.product-markers > * {
    display: inline-flex;
}

.mark-list {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 10px;
    gap: 10px;
}

.mark-item {
    background: #b5b5b5;
    line-height: 1;
    padding: 9px 0;
    font-size: 12px;
    width: 80px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.1rem;
}

.mark-item.sale {
    background: #C72E2E;
}

.mark-item.new {
    background: #002B5C;
}

.mark-item.outlet {
    background: #5C2C2C;
}

#home-collections {
    min-height: 581px;
}

.pagination {
    display: flex;
    align-items: center;
    margin-top: 35px;
    flex-direction: unset;
}

.block_sel_count input {
    text-align: center;
}

.product-item .block_sel_count {
    display: none;
}

/* Навигационные стрелки */
#collection-main .swiper-pagination-bullet span {
    color: #808080;
    cursor: pointer;
}

#collection-main .swiper-pagination-bullet-active span {
    color: #333333;
    cursor: default;
    font-weight: 300;
}

#collection-main .swiper-pagination-bullet-active,
#collection-main .swiper-pagination-bullet {
    margin: unset;
    width: unset;
    height: unset;
    display: unset;
    border-radius: unset;
    background: unset;
    opacity: unset;
}

#collection-main .swiper-pagination-bullet-active {
    border-bottom: 1px solid #ccc;
}

.pagination .btn {
    height: 50px;
    padding: 0 80px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
}

.pagination .pagination-list {
    display: flex;
    gap: 5px;
}

.pagination .pagination-list .pagination-item a,
.pagination .pagination-list .pagination-item span {
    display: inline-flex;
    width: 28px;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: #808080;
    font-weight: 400;
    transition: all 0.4s ease;
}

.pagination .pagination-list .pagination-item a:hover {
    color: var(--color-default-blue);
}

.pagination .pagination-list .pagination-item span {
    color: var(--color-default-black);
    cursor: default;
    font-weight: 300;
}

.pagination .pagination-list .page-prev a,
.pagination .pagination-list .page-next a {
    width: 36px;
    height: 36px;
    color: #FFFFFF;
    background: var(--color-default-blue);
    border: 1px solid transparent;
}

.pagination .pagination-list .page-prev a:hover,
.pagination .pagination-list .page-next a:hover {
    color: var(--color-default-blue);
    background: #FFFFFF;
    border-color: var(--color-default-blue);
}

.pagination_sector {
    margin-top: unset !important;
    justify-content: center;
    display: flex;
    overflow-x: auto;
    max-width: max-content;
    scrollbar-width: none;
    gap: 8px;
}

.pagination-item {
    display: flex;
    flex-shrink: 0;
}

#home-collections .swiper-button-disabled {
    display: none !important;
}

#home-collections .page-prev.swiper-button-disabled,
#home-collections .page-next.swiper-button-disabled {
    display: flex !important;
    filter: opacity(0.2);
}

.pagination_sector::-webkit-scrollbar {
    display: none;
}

.pagination_sector .pagination-item {
    flex: 0 0 auto;
    margin: 0 8px;
}

/* ========== СТИЛИ СЛАЙДЕРА ========== */
.swiper-container-offer {
    overflow: hidden;
    width: 100%;
    min-height: 300px;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease;
}

.swiper-container-offer .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

.swiper-container-offer .swiper-slide {
    flex-shrink: 0;
    width: auto;
    height: auto;
}

/* Сброс Bootstrap-колонок внутри слайда */
.swiper-container-offer .swiper-slide .col {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* Карточка товара на всю высоту */
.swiper-container-offer .product-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Адаптивные корректировки */
@media screen and (max-width: 1199px) {
    #home-collections {
        min-height: 452px;
    }

    .pagination {
        margin-top: 0;
    }

    .pagination .btn {
        width: 100%;
    }

    .pagination .pagination-list {
        margin-top: 18px;
        gap: 25px;
    }
}

@media (max-width: 767px) {
    .pagination_sector {
        margin: 10px 0;
    }
    /* Дополнительно скрываем пагинацию на мобильных, если ещё не скрыта */
    .swiper-container-offer .pagination {
        display: none;
    }
}
/* End */


/* Start:/local/templates/main_redesing/components/bitrix/catalog.item/catalog/style.css?178108048628866*/

.product-item-container {
    position: relative;
}

.product-item-container.hover {
    z-index: 17;
}

.product-item {
    display: block;
    box-sizing: border-box;
    padding-top: 15px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .19);
}

.block_sel_count input {
    text-align: center;
}

a.product-name span {
    min-height: 45px!important;
    overflow: hidden;
}

.product-params .block_sel_count {
    display: none;
}

.product-item-big-card .product-item,
.product-item-small-card .product-item {
}

.product-item-line-card .product-item {
    border-bottom: 1px solid #dadada;
}

.bx-no-touch .product-item-container.hover .product-item {
    position: absolute;
    right: -15px;
    left: -15px;
    padding: 15px 15px 0;
    width: auto;
    border-color: transparent;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}

.btn-cart.in_basket {
    background: #002B5C;
    color: white;
}

.bx-touch .product-item {
    padding: 15px 0 0;
    width: auto;
    background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item {
    -webkit-animation: product-item-hover 300ms 1 ease;
    animation: product-item-hover 300ms 1 ease;
}

@-webkit-keyframes product-item-hover {
    0% {
        position: absolute;
        left: 0;
        right: 0;
        border: 1px solid transparent;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        padding-left: 0;
        padding-right: 0;
    }
    100% {
        border: 1px solid transparent;
        box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
        left: -15px;
        right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@keyframes product-item-hover {
    0% {
        position: absolute;
        left: 0;
        right: 0;
        border: 1px solid transparent;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        padding-left: 0;
        padding-right: 0;
    }
    100% {
        border: 1px solid transparent;
        box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
        left: -15px;
        right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*Image*/
.product-item-image-wrapper {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-top: 116%;
    width: 100%;
    transition: all 300ms ease;
}

.product-item-image-wrapper:hover {
}

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper {
    padding-top: 54%;
}

.product-item-image-original,
.product-item-image-alternative {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 300ms linear;
}

.product-item-image-original {
    z-index: 11;
}

.product-item-image-alternative {
    z-index: 13;
    opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original {
    opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-alternative {
    opacity: 1;
}

.product-item-big-card .product-item-image-wrapper {
    margin-bottom: 25px;
}

/*Image Slider*/
.product-item-image-slider-slide-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: opacity 300ms ease;
}

.product-item-image-slide {
    position: relative;
    display: none;
    height: 100%;
    background-color: #fff;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .6s ease-in-out left;
}



@media all and (transform-3d), (-webkit-transform-3d) {
    .product-item-image-slide {
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .product-item-image-slide.next,
    .product-item-image-slide.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .product-item-image-slide.prev,
    .product-item-image-slide.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .product-item-image-slide.next.left,
    .product-item-image-slide.prev.right,
    .product-item-image-slide.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
    display: block;
}

.product-item-image-slider-slide-container > .active {
    left: 0;
}

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.product-item-image-slider-slide-container > .next {
    left: 100%;
}

.product-item-image-slider-slide-container > .prev {
    left: -100%;
}

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right {
    left: 0;
}

.product-item-image-slider-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
}

.product-item-image-slider-progress-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    background-color: var(--theme-color-primary);
    opacity: .8;
}

.product-item-image-slider-control-container {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: block;
    padding: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container {
    opacity: 1;
}

.product-item-image-slider-control,
.product-item-image-slider-control.active {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, .8);
    opacity: .6;
    cursor: pointer;
    transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover {
    cursor: pointer;
}

.product-item-image-slider-control.active,
.product-item-image-slider-control:hover {
    background-color: var(--primary);
}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
    position: absolute;
    z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    background: #f42c2c;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
    background-color: #fba90c;
}

.product-item-label-text > div,
.product-item-label-ring > div {
    line-height: 0;
}

/* TEXT */
.product-item-label-text span {
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
    padding: 5px 12px;
    font-size: 16px;
    line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
    padding: 5px 17px;
    font-size: 22px;
    line-height: 33px;
}

@media (max-width: 767px) {

    .product-item-label-text > div {
        line-height: 0;
    }

    .product-item-label-text.product-item-label-small span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
        margin-bottom: 1px;
        padding: 2px 7px;
        font-size: 10px;
        line-height: 14px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-small span,
    .product-item-label-text.product-item-label-big span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
        margin-bottom: 1px;
        padding: 3px 12px;
        font-size: 14px;
        line-height: 16px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-big span {
        padding: 3px 12px;
        font-size: 20px;
        line-height: 25px;
    }
}

/*RING*/
.product-item-label-ring {
    box-sizing: border-box;
    border-radius: 50%;
    font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
    width: 100px;
    height: 100px;
    font-size: 30px;
    line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 120px;
    height: 120px;
    font-size: 42px;
    line-height: 120px;
}

@media (max-width: 767px) {
    .product-item-label-ring.product-item-label-small,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
        --product-item-label-ring-size: 40px;
        width: var(--product-item-label-ring-size);
        height: var(--product-item-label-ring-size);
        line-height: var(--product-item-label-ring-size);
        font-size: 14px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-small,
    .product-item-label-ring.product-item-label-big,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
        width: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-big {
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 70px;
    }
}

.product-item-label-top {
    top: -5px;
}

.product-item-label-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-item-label-center > div {
    text-align: center;
}

.product-item-label-left {
    left: -5px;
}

.product-item-label-left > div {
    text-align: left;
}

.product-item-label-bottom {
    bottom: -5px;
}

.product-item-label-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-item-label-right {
    right: -5px;
}

.product-item-label-right > div {
    text-align: right;
}

.product-item-label-center.product-item-label-middle {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*Title*/
.product-item-title {
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}

.product-item-title a {
    color: #3f3f3f;
    text-decoration: none;
    transition: 250ms linear all;
}

.product-item-line-card .product-item-title {
    white-space: normal;
    text-align: left;
}

.product-item-big-card .product-item-title a {
    font-size: 21px;
}

.product-item-line-card .product-item-title a {
    font-size: 20px;
}

@media (max-width: 1199px) {
    .product-item-big-card .product-item-title a {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .product-item-big-card .product-item-title a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .product-item-big-card .product-item-title a {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .product-item-big-card .product-item-title a {
        font-size: 16px;
    }
}

/*Price*/
.product-item-price-container {
    text-align: center;
    line-height: 1;
}

.product-item-price-current {
    color: #3f3f3f;
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
}

.product-item-price-old {
    color: #a5a5a5;
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
    vertical-align: middle;
    line-height: 20px;
}

.product-item-big-card .product-item-price-container {
    margin: 0 0 10px;
}

.product-item-big-card .product-item-price-current {
    font-size: 18px;
}

.product-item-big-card .product-item-price-old {
    font-size: 15px;
}

/*Info*/
.product-item-info-container {
    clear: both;
    margin-bottom: 8px;
}

.product-item-info-container-title {
    font-size: 12px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
    display: none;
    opacity: 0;
    transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden {
    display: none !important
}

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
    display: block;
    opacity: 1;
}

/*Amount*/
.product-item-amount {
    padding: 0 0 2px;
    text-align: center;
}

.product-item-amount-field-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 150px;
    margin: 0 auto 15px;
}


.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    position: relative;
    display: block;
    min-width: 22px;
    height: 22px;
    border-radius: 2px;
    background-color: #f2f2f2;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus {
    border-width: .5px;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
    background: #d3d3d3;
}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: .3 !important;
    cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
    opacity: 1;
}

.product-item-amount-field-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-item-amount-field {
    display: block;
    padding: 0;
    width: 100%;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent !important;
    color: #000;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
    transition: border 300ms ease;
}

.bx-retina .product-item-amount-field {
    border-width: .5px;
}

.product-item-amount-field:focus {
    outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none
}

.product-item-amount-description-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
}

/*.product-item-big-card .product-item-amount-field-container { text-align: left; }*/

.product-item-amount-description-container strong {
    color: #333;
    white-space: nowrap;
}

.product-item-amount-label-container {
    margin: 5px 0;
    color: #a5a5a5;
    font-weight: bold;
    font-size: 12px;
}

/**/
.product-item-quantity {
    font-size: 12px;
}

/*region Properties */
.product-item-properties {
    display: block;
    margin: 0;
}

.product-item-properties dl {
    clear: both;
}

.product-item-properties dt {
    float: left;
    clear: both;
    font-weight: normal;
    font-size: 12px;
}

.product-item-properties dd {
    float: right;
    margin-bottom: 3px;
    margin-left: 5px;
    font-size: 12px;
}

/*endregion*/

/*Compare*/
.product-item-compare-container {
    position: relative;
    display: none;
    margin: 0 -15px;
    padding: 4px 15px;
    min-height: 30px;
    border-top: 1px solid #e6e6e6;
    background: #f3f3f3;
    box-shadow: inset 0 1px 1px 0 #eee;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
    margin: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    text-align: center;
}

.bx-touch .product-item-compare-container {
    display: none;
}

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container {
    display: block;
}

.product-item-compare .checkbox {
    margin: 0;
    padding: 0;
}

/* SCU */
.product-item-line-card .product-item-scu-container {
    text-align: left;
}

.product-item-scu-container-title {
    color: #333;
    font-size: 12px;
}

.product-item-scu-block {
}

.product-item-scu-block-title {
    font-size: 12px;
}

.product-item-scu-list {
    margin: 0;
}

.product-item-scu-item-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
}

.product-item-scu-item-text-container {
    min-width: 32px;
}

.product-item-scu-item-color-container {
    max-width: 38px;
    width: 25%;
}

.product-item-scu-item-color-block {
    position: relative;
    padding-top: 100%;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
    transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block {
    outline-width: .5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
    outline-width: 1px;
}

.product-item-scu-item-color {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
    position: relative;
    padding: 0 5px;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
    transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
    outline-width: .5px;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
    outline-width: 1px;
}

.product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
    content: "";
}


.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-color: #000;
}

/*Description*/
.product-item-description-container {
}

.product-item-description-container p {
    color: #575757;
    font-size: 13px;
}

/*Buttons*/
.product-item-button-container {
    text-align: center;
}

.product-item-button-container .btn {
    margin-bottom: 2px;
}

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round {
    display: none;
}

/*More*/
.product-item-more-container {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 15px 15px 5px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: all 300ms ease;
}

.product-item-more-wrapper {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-top: 116%;
    width: 100%;
}

.product-item-more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
    background-size: 50%;
    opacity: .7;
    transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more {
    opacity: 1;
}

.product-item-more-title {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.block_sel_count{
    display: none;
}
.main_block_buyer{
    height: max-content;
}
/* End */


/* Start:/local/templates/main_redesing/components/bitrix/catalog.section/catalog/themes/blue/style.min.css?1781004327706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/main_redesing/components/bitrix/catalog/.default/style.css?17808665681874 */
/* /local/templates/main_redesing/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?178108019531365 */
/* /local/templates/main_redesing/components/bitrix/catalog/vb_22.03/bitrix/catalog.element/update_2210/modal.css?178085363710181 */
/* /local/templates/main_redesing/components/bitrix/catalog/.default/bitrix/catalog.element/.default/themes/green/style.min.css?1780866599915 */
/* /local/templates/main_redesing/components/bitrix/news.list/detail_explore_our_offers/style.css?17811870266789 */
/* /local/templates/main_redesing/components/bitrix/catalog.item/catalog/style.css?178108048628866 */
/* /local/templates/main_redesing/components/bitrix/catalog.section/catalog/themes/blue/style.min.css?1781004327706 */
