

/* Start:/local/templates/v22/components/bitrix/catalog.element/v22_catalog_new/style.css?176939329213534*/
.zoomContainer {
    z-index: auto !important;
}

/* region fix height slider */
.product-gallery__items .slick-track {
    display: flex !important;
}

.product-gallery__items .slick-track .slick-slide {
    display: flex !important;
    height: auto !important;
    align-items: center !important;
    justify-content: center !important;
}
/* endregion */

/* region fix zoom */
.product-gallery__items .slick-slide img {
    width: 0;
    height: 0;
    display: none;
}

.product-gallery__items .slick-current img,
.product-gallery__items .slick-active img {
    width: auto;
    height: auto;
    display: block;
}
/* endregion */

.product-detailed__info-block{
    padding: 40px !important;
    border-radius: 10px;
}

.b-main__inner {
    flex: 0 0 650px;
    margin-right: 40px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1440px) {
    .b-main__inner {
        flex: none;
        max-width: 450px;
    }
}

.product-detailed__gallery {
    position: relative;
    cursor: pointer;
    margin-bottom: 45px;
    padding: 0 20px;
}

.product-detailed__gallery .product-gallery__thumbs .slick-arrow{
    display: none !important;
}

.product-gallery__labels {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 8px;
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 1;
    cursor: auto;
}

.product-gallery__label {
    font-size: 14px;
    font-weight: 500;
    padding: 4px 6px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    gap: 3px;
    color: #fff;
    height: 32px;
}

.product-gallery__label img {
    width: 20px;
}

@media (max-width: 767px) {
    .product-gallery__label img{
        width: 16px;
    }

    .product-gallery__label {
        font-size: 12px;
        height: 24px;
    }

    .zoomContainer {
        display: none;
    }
}

.product-gallery__label--sale {
    background-color: #F59E0B;
}

.product-gallery__label--new {
    background-color: #44C27E;
}

.product-gallery__label--hit{
    background-color: #E2202B;
}

.product-gallery__labels .sp-sticker-spp-store{
    position: initial;
    top: initial;
    left: initial;
    padding-left: 0;
    width: auto;
}

.product-gallery__label--prescription {
    background-color: #00a2a9;
    color: #fff;
}

.product-gallery__label--action-for-site {
    background-color:rgb(230, 89, 155);
    color: #fff;
}

.product-gallery__label--low-expiration-date{
    color: #fff;
    background-color: #E62229;
}

.product-gallery__items {
    margin-bottom: 10px;
}

.product-gallery__item {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product-gallery__item--nozoom {
    cursor: auto;
}

.product-gallery__items .product-gallery__item img {
    max-width: 100%;
    max-height: 100%;
}

.product-gallery__item--video {
    position: relative;
}

.product-gallery__item--video iframe {
    position: relative;
    z-index: 2;
    /*padding: 0 10px;*/
    /*margin: 0 10px;*/
    max-width: 100%;
    height: 408px;
}

.product-gallery__item--video .gap {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 65%;
    z-index: 10;
}

.product-gallery__thumb--video {
    position: relative;
}

.product-gallery__playicon {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -50%);
    z-index: 1;
}

.product-gallery__thumb{
    max-width: 102px;
    width: 100%;
}

.product-gallery__thumb-img {
    border: 1px solid transparent;
    transition: all .3s;
    width: 85px;
    height: 92px;
    border-radius: 8px;
    /*height: 85px;*/
    object-fit: contain;
}

.product-gallery__thumb--video .product-gallery__thumb-img {
    /*width: 87px;*/
    /*height: 87px;*/
}

.product-gallery__thumb.slick-current .product-gallery__thumb-img {
    border: 1px solid #00a2a9;
}

.product-gallery__thumb:hover .product-gallery__thumb-img {
    border: 2px solid #00a2a9;
}

.video-slide iframe {
    pointer-events: none;
}

/* fancybox custom styles */
.fancybox-custom-container .fancybox-stage {
    background: #fff;
}

.fancybox-custom-container .fancybox-button.fancybox-button--close {
    background: none;
    color: #000;
}

/* Gallery dots */
.product-detailed__notice {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-detailed__notice-text {
    display: flex;
    align-items: center;
    column-gap: 5px;
    padding-right: 10px;
    font-family: Roboto, arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
}

.product-detailed__notice-text::before {
    content: "";
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.16797 13.1667H9.83463V8.16669H8.16797V13.1667ZM9.0013 6.50002C9.23741 6.50002 9.43533 6.42016 9.59505 6.26044C9.75477 6.10071 9.83463 5.9028 9.83463 5.66669C9.83463 5.43058 9.75477 5.23266 9.59505 5.07294C9.43533 4.91321 9.23741 4.83335 9.0013 4.83335C8.76519 4.83335 8.56727 4.91321 8.40755 5.07294C8.24783 5.23266 8.16797 5.43058 8.16797 5.66669C8.16797 5.9028 8.24783 6.10071 8.40755 6.26044C8.56727 6.42016 8.76519 6.50002 9.0013 6.50002ZM9.0013 17.3334C7.84852 17.3334 6.76519 17.1146 5.7513 16.6771C4.73741 16.2396 3.85547 15.6459 3.10547 14.8959C2.35547 14.1459 1.76172 13.2639 1.32422 12.25C0.886719 11.2361 0.667969 10.1528 0.667969 9.00002C0.667969 7.84724 0.886719 6.76391 1.32422 5.75002C1.76172 4.73613 2.35547 3.85419 3.10547 3.10419C3.85547 2.35419 4.73741 1.76044 5.7513 1.32294C6.76519 0.885437 7.84852 0.666687 9.0013 0.666687C10.1541 0.666687 11.2374 0.885437 12.2513 1.32294C13.2652 1.76044 14.1471 2.35419 14.8971 3.10419C15.6471 3.85419 16.2409 4.73613 16.6784 5.75002C17.1159 6.76391 17.3346 7.84724 17.3346 9.00002C17.3346 10.1528 17.1159 11.2361 16.6784 12.25C16.2409 13.2639 15.6471 14.1459 14.8971 14.8959C14.1471 15.6459 13.2652 16.2396 12.2513 16.6771C11.2374 17.1146 10.1541 17.3334 9.0013 17.3334ZM9.0013 15.6667C10.8624 15.6667 12.4388 15.0209 13.7305 13.7292C15.0221 12.4375 15.668 10.8611 15.668 9.00002C15.668 7.13891 15.0221 5.56252 13.7305 4.27085C12.4388 2.97919 10.8624 2.33335 9.0013 2.33335C7.14019 2.33335 5.5638 2.97919 4.27214 4.27085C2.98047 5.56252 2.33464 7.13891 2.33464 9.00002C2.33464 10.8611 2.98047 12.4375 4.27214 13.7292C5.5638 15.0209 7.14019 15.6667 9.0013 15.6667Z' fill='%231C1B1F' fill-opacity='0.3'/%3E%3C/svg%3E%0A");
}

.page-catalog-detail .product-detailed__notice .share-wrapper {
    position: static;
}

/* Gallery arrow thumbs */
.product-gallery__thumbs .slick-arrow,
.product-gallery__items .slick-arrow {
    font-size: 0;
    line-height: 0;
    width: 36px;
    height: 36px;
    padding: 0;
    background: none;
    border: none;
    background-size: 36px 36px;
    position: absolute;
    top: 108%;
    transition: all .3ms;
    filter: drop-shadow(0px 4.67px 9.45px #0000001A);
}

/* Стили для левой стрелки */
.product-gallery__thumbs .slick-prev,
.product-gallery__items .slick-prev {
    background-image: url("/local/templates/v22/assets/images/chevron_left.svg");
    left: -16px;
    z-index: 1;
}

/* Стили для правой стрелки */
.product-gallery__thumbs .slick-next,
.product-gallery__items .slick-next {
    background-image: url("/local/templates/v22/assets/images/chevron_right.svg");
    right: -16px;
    z-index: 1;
}

/* Виджет товаров (слайдер) */
.page-catalog-detail-info {
    margin-bottom: 20px;
}

.page-catalog-detail-block {
    margin-bottom: 20px;
}

.block-catalog-section-h-widget {
    background-color: #fff;
}

.block-catalog-section-h-widget .block-catalog-section-h .main-card {
    border-top: 2px solid #f1f1f1;
}

.block-catalog-section-h-widget-title {
    font-size: 24px;
    font-weight: 600;
    font-family: "Roboto", arial, sans-serif;
    line-height: 1.25;
    padding: 40px 20px;
}

.page-catalog-detail .b-similar {
    width: 360px;
}

/* Media */
@media(max-width: 1500px) {
    .product-gallery__item--video iframe {
        height: 100%;
    }

    .product-gallery__thumb img {
        /*max-width: 90px;*/
    }

    .product-gallery__playicon {
        transform: translate(-120%, -50%);
    }
}

@media(max-width: 1200px) {
    .b-main__inner {
        margin-right: 30px;
    }
}

@media(max-width: 1000px) {
    .b-main__inner {
        margin: 0 auto;
        max-width: 650px;
    }
    .product-detailed__gallery .product-gallery__thumbs {
        display: none;
    }

    .product-gallery__item {
        width: auto;
        height: 227px;
    }

    .product-gallery__item--video iframe {
        height: 227px;
    }

    .page-catalog-detail .b-similar {
        width: unset;
    }

    .product-gallery__items .slick-arrow{
        top: 104% !important;
        width: 30px;
        height: 30px;
        background-size: 30px;
        background-repeat: no-repeat;
    }

    .b-main__inner .product-gallery__items .slick-prev{
        left: calc(50% - 36px);
    }
    .b-main__inner .product-gallery__items .slick-next{
        right: calc(50% - 36px);
    }
    .product-detailed__info-block{
        padding: 30px 20px 20px 20px !important;
    }
}

/* region panel-quantity */
.page-catalog-detail--panel-quantity {
    display: none;
    position: fixed;
    bottom: 50px;
    left: 0;
    align-items: center;
    width: 100%;
    height: 86px;
    padding: 10px 20px 20px;
    border-top: 1px solid #f1f1f1;
    background-color: #fff;
    z-index: 2;
}
.page-catalog-detail--panel-quantity .btn-buy {
    display: none;
    width: 100%;
    line-height: 24px;
    height: 56px;
    font-size: 16px;
    font-weight: 800;
    border-radius: 4px;
    border-bottom-right-radius: 40px;
    color: #fff;
    background-color: #009298;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.page-catalog-detail--panel-quantity .btn-buy.active {
    display: flex;
}
.page-catalog-detail--panel-quantity .quantity-container {
    display: none;
    align-items: center;
    width: 100%;
}
.page-catalog-detail--panel-quantity .quantity-container.active {
    display: flex;
}
.page-catalog-detail--panel-quantity .global-msg-container {
    align-self: start;
}

.page-catalog-detail--panel-quantity .quantity {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 4px;
    border-bottom-right-radius: 40px;
    background-color: #009298;
    height: 56px;
    justify-content: center !important;
    gap: 10px;
}
.page-catalog-detail--panel-quantity .quantity .btn-minus,
.page-catalog-detail--panel-quantity .quantity .btn-plus {
    height: 100%;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.page-catalog-detail--panel-quantity .quantity .btn-plus {
    background-image: url("/local/templates/v22/components/bitrix/catalog.element/v22_catalog_new/images/plus-white.svg");
}
.page-catalog-detail--panel-quantity .quantity .btn-minus {
    background-image: url("/local/templates/v22/components/bitrix/catalog.element/v22_catalog_new/images/minus-white.svg");
}
.page-catalog-detail--panel-quantity .quantity input {
    background: #fff;
    height: 32px;
    margin: auto 0;
    max-width: 91px;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
    border-radius: 10px;
    border: none;
    text-align: center;
}

.page-catalog-detail--panel-quantity .btn-remove {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background: url('/local/templates/v22/assets/html_css/icons/contour/remove.svg') no-repeat center;
    background-size: contain;
    cursor: pointer;
}

@media (max-width: 767px) {
    .page-catalog-detail .block-price-and-btn-buy .block-one .hor-card__buttons-col.hor-card__buttons-col--md {
        display: none;
    }
    .page-catalog-detail--panel-quantity {
        display: flex;
    }
    .footer.page-catalog-detail--padding {
        padding-bottom: 60px;
    }
}
/* endregion */

.page-catalog-detail .block-price-and-btn-buy .n-button {
    width: 100%;
}
.page-catalog-detail .block-price-and-btn-buy .block-two.tzp {
    margin-left: 10px;
}
.page-catalog-detail .tzp img {
    display: none;
}
.page-catalog-detail .tzp .product-detailed__bonuses {
    margin: 0;
    padding: 0 20px 0 45px;
    line-height: 40px;
    border-radius: 8px;
    color: #fff;
    background: url(/local/templates/v22/components/bitrix/catalog.element/v22_catalog_new/images/bonuses_white.svg) no-repeat 20px center;
    background-color: #FFAC1C;
}

@media (max-width: 991px) {
    .page-catalog-detail .block-price-and-btn-buy .block-two.tzp {
        margin-left: 0;
    }
}

.product-gallery__items .slide,
.product-gallery__thumb {
    display: none;
}
.product-gallery__items > .slide:first-child,
.product-gallery__thumb:first-child {
    display: block;
}


/* End */


/* Start:/local/components/scid/share/templates/.default/style.css?17725307623687*/
.share .share-wrapper {
    position: relative;
}

.share__button {
    display: flex;
    color: #7F7F7F;
    font-weight: 800;
    cursor: pointer;
    user-select: none;
    transition: .15s ease-in-out;
}

.share__button:hover {
    color: #009298;
}

.share__button svg {
    width: 25px;
    height: 25px;
    transform: translateY(-3px);
    margin-right: 4px;
}

.share__popup {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 4px 0;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18),0 0 4px rgba(0,0,0,0.1);
    overflow: hidden;
    background: #fff;
}

.share.opened .share__popup{
    display: block;
}

.share__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.share__link {
    display: flex;
    font-size: 14px;
    padding: 4px 8px;
    text-decoration: none;
    white-space: nowrap;
    color: #252525;
}

.share__link:hover {
    color: #252525;
    text-decoration: none;
    background: rgba(0,0,0,0.03);
}

.share__link:before {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    border-radius: 4px;
}

.share__item--tg .share__link:before {
    content: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
    padding-right: 2px;
    background: #64a9dc;
}

.share__item--vk .share__link:before {
    content: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.878 17.304c-5.411 0-8.695-3.755-8.823-9.994h2.74c.086 4.583 2.171 6.528 3.77 6.925V7.31h2.627v3.954c1.542-.17 3.155-1.97 3.698-3.954h2.584c-.414 2.441-2.17 4.24-3.412 4.983 1.242.6 3.24 2.17 4.011 5.01h-2.84c-.6-1.898-2.07-3.369-4.04-3.569v3.57h-.315Z' fill='%23fff'/%3e%3c/svg%3e");
    background: #007bff;
}

.share__item--ok .share__link:before {
    content: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.83 10.77a3.951 3.951 0 0 1-5.604 0 3.951 3.951 0 0 1 0-5.604 3.95 3.95 0 0 1 5.604 0 3.951 3.951 0 0 1 0 5.604Zm-2.802-4.615c-.494 0-.942.2-1.271.53a1.79 1.79 0 0 0 0 2.542 1.789 1.789 0 0 0 2.543 0 1.789 1.789 0 0 0 0-2.543 1.839 1.839 0 0 0-1.272-.53Zm4.168 5.792 1.166 1.59c.059.082.047.188-.036.247-.977.8-2.119 1.33-3.308 1.613l2.249 4.332c.059.13-.024.271-.165.271H13.7a.206.206 0 0 1-.176-.118l-1.496-3.579-1.507 3.567a.181.181 0 0 1-.176.118H7.943c-.141 0-.224-.153-.165-.27l2.249-4.321a8.262 8.262 0 0 1-3.308-1.613c-.071-.06-.095-.177-.036-.248l1.166-1.589c.07-.094.188-.106.27-.035 1.096.93 2.45 1.542 3.898 1.542s2.79-.6 3.897-1.542c.094-.07.223-.06.282.035Z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
    background: #f70;
}

.share__item--copy .share__link:before {
    content: url("data:image/svg+xml,%3Csvg%20width=%2716%27%20height=%2716%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M4%202a1%201%200%20001%201h7.5a.5.5%200%2001.5.5v7.497a1%201%200%20002%200V3.5A2.5%202.5%200%200012.5%201H5a1%201%200%2000-1%201zM2.5%204h8A1.5%201.5%200%200112%205.5v8a1.5%201.5%200%2001-1.5%201.5h-8A1.5%201.5%200%20011%2013.5v-8A1.5%201.5%200%20012.5%204zM3%206v7h7V6H3z%27%20fill=%27%23999%27/%3E%3C/svg%3E");
    display: flex;
}

/* End */
/* /local/templates/v22/components/bitrix/catalog.element/v22_catalog_new/style.css?176939329213534 */
/* /local/components/scid/share/templates/.default/style.css?17725307623687 */
