

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

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?177392783724190*/
: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) {
    .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: 676px;
}

.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: 75px;
    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: 15px;
}

.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;
}


/* End */


/* Start:/local/templates/main_redesing/components/bitrix/catalog/vb_22.03/bitrix/catalog.element/update_2210/modal.css?175706217510181*/
: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.css?17581030941531*/
/*******************************************************************************
 * Project:------------modules
 * Component---------catalog.element
 * File Path-----------/iblock/install/components/bitrix/catalog.element/templates/.default/themes/blue/style.css
 * Bootstrap:----------
 * Color-------------green
 * Last Modified:------17.11.16 13:33
 *
 * @version:---------16.11.17
 ******************************************************************************/

/* catalog.section */

/*
#63aa28
#6fb32d
#7ab748
#a8d95b
*/

/* Slider */
.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;}

/* SCU */
.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;}

/* Amount */
.bx-green .product-item-amount-field:focus{border-color: #63aa28;}

/*Proress Bar*/
.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?1776426100834*/
.input-group[data-entity="quantity-block"]{
    margin-bottom: 15px;
}
.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 {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#home-collections #pills-tab {
    display: none;
}


#home-collections .product-item {
    border: 1px solid #E4E4E4;
}

#home-collections .price-box {
    margin-bottom: 5px;
    margin-top: 35px;
}

#home-collections a.product-name span {
    font-size: 18px;
}

#home-collections .price-box span {
    font-size: 21px;
}
/* End */
/* /local/templates/main_redesing/components/bitrix/catalog/.default/style.css?17755714561874 */
/* /local/templates/main_redesing/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?177392783724190 */
/* /local/templates/main_redesing/components/bitrix/catalog/vb_22.03/bitrix/catalog.element/update_2210/modal.css?175706217510181 */
/* /local/templates/main_redesing/components/bitrix/catalog/.default/bitrix/catalog.element/.default/themes/green/style.css?17581030941531 */
/* /local/templates/main_redesing/components/bitrix/news.list/detail_explore_our_offers/style.css?1776426100834 */
