

/* 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/reviews.list/templates/.default/style.css?174850421740257*/
.star-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.star-rating__panel {
    position: relative;
    display: flex;
}

.star-rating__front,
.star-rating__back {
    display: flex;
    gap: 5px;
}

.star-rating__star {
    min-width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.star-rating__front {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.star-rating__front .star-rating__star {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.04012%201.08541C8.4357%200.304863%209.5643%200.304862%209.95988%201.08541L11.9303%204.97346C12.0865%205.28169%2012.3849%205.49565%2012.7302%205.54704L17.0856%206.19516C17.96%206.32528%2018.3087%207.38467%2017.6788%207.99719L14.5412%2011.0483C14.2925%2011.2901%2014.1785%2011.6363%2014.2357%2011.9763L14.9571%2016.2649C15.1019%2017.1259%2014.1888%2017.7806%2013.4039%2017.3787L9.49435%2015.3763C9.18441%2015.2175%208.81559%2015.2175%208.50565%2015.3763L4.59606%2017.3787C3.81119%2017.7806%202.89813%2017.1259%203.04294%2016.2649L3.76431%2011.9763C3.82149%2011.6363%203.70753%2011.2901%203.45879%2011.0483L0.321161%207.99719C-0.308736%207.38467%200.0400196%206.32528%200.914396%206.19516L5.26982%205.54704C5.6151%205.49565%205.91348%205.28169%206.06969%204.97346L8.04012%201.08541Z%22%20fill%3D%22%23FF9900%22%2F%3E%3C%2Fsvg%3E');
}

.star-rating__back .star-rating__star {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.04012%201.08541C8.4357%200.304863%209.5643%200.304862%209.95988%201.08541L11.9303%204.97346C12.0865%205.28169%2012.3849%205.49565%2012.7302%205.54704L17.0856%206.19516C17.96%206.32528%2018.3087%207.38467%2017.6788%207.99719L14.5412%2011.0483C14.2925%2011.2901%2014.1785%2011.6363%2014.2357%2011.9763L14.9571%2016.2649C15.1019%2017.1259%2014.1888%2017.7806%2013.4039%2017.3787L9.49435%2015.3763C9.18441%2015.2175%208.81559%2015.2175%208.50565%2015.3763L4.59606%2017.3787C3.81119%2017.7806%202.89813%2017.1259%203.04294%2016.2649L3.76431%2011.9763C3.82149%2011.6363%203.70753%2011.2901%203.45879%2011.0483L0.321161%207.99719C-0.308736%207.38467%200.0400196%206.32528%200.914396%206.19516L5.26982%205.54704C5.6151%205.49565%205.91348%205.28169%206.06969%204.97346L8.04012%201.08541Z%22%20fill%3D%22%23E5E5EA%22%2F%3E%3C%2Fsvg%3E');
}

.star-rating__value {
    font-weight: 500;
    margin-left: 6px;
}

.star-rating__value-total {
    color: #CCCCCC;
}

.star-rating__value-total::before {
    content: '/ ';
}

.star-rating__info-container{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
}

.star-rating__info-text{
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: #3A3A3C;
    margin: 0;
}

.star-active {
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='33' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1869 1.60578C15.9341 0.131409 18.0659 0.131406 18.8131 1.60578L22.535 8.94987C22.8301 9.53209 23.3937 9.93623 24.0459 10.0333L32.2728 11.2575C33.9244 11.5033 34.5832 13.5044 33.3934 14.6614L27.4667 20.4245C26.9969 20.8814 26.7816 21.5353 26.8896 22.1775L28.2522 30.2782C28.5258 31.9045 26.8011 33.1412 25.3186 32.3819L17.9338 28.5996C17.3483 28.2998 16.6517 28.2998 16.0662 28.5996L8.68145 32.3819C7.19891 33.1412 5.47424 31.9045 5.74778 30.2782L7.11036 22.1775C7.21838 21.5353 7.00311 20.8814 6.53326 20.4245L0.606637 14.6614C-0.583168 13.5044 0.0755926 11.5033 1.72719 11.2575L9.9541 10.0333C10.6063 9.93623 11.1699 9.53209 11.465 8.94987L15.1869 1.60578Z' fill='%23E5E5EA'%3E%3C/path%3E%3C/svg%3E");
}

.star-disable {
    background-image: url('data:image/svg+xml,%3Csvg width="34" height="33" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M15.1869 1.60578C15.9341 0.131409 18.0659 0.131406 18.8131 1.60578L22.535 8.94987C22.8301 9.53209 23.3937 9.93623 24.0459 10.0333L32.2728 11.2575C33.9244 11.5033 34.5832 13.5044 33.3934 14.6614L27.4667 20.4245C26.9969 20.8814 26.7816 21.5353 26.8896 22.1775L28.2522 30.2782C28.5258 31.9045 26.8011 33.1412 25.3186 32.3819L17.9338 28.5996C17.3483 28.2998 16.6517 28.2998 16.0662 28.5996L8.68145 32.3819C7.19891 33.1412 5.47424 31.9045 5.74778 30.2782L7.11036 22.1775C7.21838 21.5353 7.00311 20.8814 6.53326 20.4245L0.606637 14.6614C-0.583168 13.5044 0.0755926 11.5033 1.72719 11.2575L9.9541 10.0333C10.6063 9.93623 11.1699 9.53209 11.465 8.94987L15.1869 1.60578Z" fill="%23FF9900"%3E%3C/path%3E%3C/svg%3E');
}

.rating__range-container{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rating__range-item{
    display: flex;
    align-items: center;
    gap: 12px;
}

.rating__range-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #8E8E93;
    margin: 0;
}

.rating__range-bar {
    height: 6px;
    border-radius: 4px;
    max-width: 260px;
    position: relative;
    width: 100%;
    margin-left: auto;
}

.rating__range-bar-filled {
    height: 6px;
    background-color: #FF9900;
    border-radius: 4px;
    transition: width 0.3s ease;
}

.rating__range-bar-remaining {
    height: 6px;
    background-color: #E5E5EA66;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.rating__range-review_count{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #3A3A3C;
    margin-left: 8px;
}

@media (max-width: 767px) {
    .star-rating{
        display: flex;
        align-items: center;
        gap: 0;
    }

    .star-rating__value-current{
        font-size: 32px;
        font-weight: 700;
        line-height: 38.73px;
    }

    .reviews-block__rating-mobile .star-rating .star-rating__panel .star-rating__front .star-rating__star, .reviews-block__rating-mobile .star-rating .star-rating__panel .star-rating__back .star-rating__star{
        min-width: 36px;
        height: 36px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.sorter {
    display: flex;
    align-items: center;
    column-gap: 14px;
}

.sorter__text{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #959EA7;
}

.sorter__list {
    display: flex;
    column-gap: 10px;
}

.sorter .sorter-mobile {
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .sorter__list {
        display: none;
    }
}

.sorter-toggle {
    position: relative;
    display: inline-flex;

    padding: 0;
    border: none;
    background-color: transparent;
    margin: 0;
}

.sorter-toggle__text {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    color: #CCCCCC;
    border-bottom: 1px solid transparent;
    line-height: 24px;
    pointer-events: none;
}

.sorter-toggle__text::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg width="14" height="24" viewBox="0 0 14 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 9.33333L7 5M7 5L2 9.33333M7 5L7 18" stroke="%2300A2A9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.sorter-toggle__direction {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.sorter-toggle__direction_up {
    z-index: 1;
}

.sorter-toggle__direction:checked {
    z-index: -1 !important;
}

.sorter-toggle__direction:checked ~ .sorter-toggle__text {
    padding-right: 18px;
    color: #00A2A9;
    border-color: #00A2A9;
}

.sorter-toggle__direction:checked ~ .sorter-toggle__text::after {
    content: '';
}

.sorter-toggle__direction_down:checked ~ .sorter-toggle__text::after {
    transform: rotate(180deg);
}

.sorter-mobile {
    display: none;
}

.sorter-mobile__selected {
    display: flex;
    align-items: center;
    padding: 7px 11px 7px 23px;
    background-color: transparent;
    border: none;
}

.sorter-mobile__selected::after {
    content: '';
    margin-left: auto;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M4 8.73333L7.5 5M7.5 5L11 8.73333M7.5 5L7.5 19" stroke="%2302B6BE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M13 15.2667L16.5 19M16.5 19L20 15.2667M16.5 19L16.5 5" stroke="%2302B6BE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}


.sorter-mobile__selected .sorter-mobile__icon {
    margin-left: 2px;
}

.sorter-mobile__menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 50px;
    z-index: 20;
}

.sorter-mobile__menu.hidden {
    display: none;
}

.sorter-mobile__menu::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.sorter-mobile__form {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 8px 8px 0 0;
    z-index: 22;
}

.sorter-mobile__list {
    display: flex;
    flex-direction: column;
}

.sorter-mobile__toggle {
    padding: 16px 13px;
    position: relative;
    display: flex;
    justify-content: start;
    color: #7F7F7F;
    border-bottom: 0.33px solid #8080808C;
}

.sorter-mobile__toggle:last-child{
    border: none;
}

.sorter-mobile__toggle:has(input:checked) {
    color: #009298;
}

.sorter-mobile__toggle input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.sorter-mobile__accept {
    margin-top: 14px;
    padding: 9px;
    width: 100%;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    background-color: #00A2A9;
    border: 1px solid #00A2A9;
    border-radius: 8px;
}

.sorter-mobile__icon {
    display: inline-block;
}

.sorter-mobile__icon::after {
    content: '';
    display: block;
    width: 14px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg width="14" height="24" viewBox="0 0 14 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 9.33333L7 5M7 5L2 9.33333M7 5L7 18" stroke="%2300A2A9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.sorter-mobile__icon_up {
    transform: rotate(0deg);
}

.sorter-mobile__icon_down {
    transform: rotate(180deg);
}

.sorter-mobile__selected,
.sorter-mobile__toggle-text {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 16px;
    font-weight: 800;
}

@media screen and (max-width: 767px) {
    .sorter-mobile {
        display: block;
    }
}

.send-review .send-review__button {
    width: 100%;
    border-radius: 8px;
    background: none;
    border: 1px solid #00A2A9;
    color: #00A2A9;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    transition: all 0.3s;
}

.send-review .send-review__button:hover {
    background: #00A2A9;
    color: #fff;
}

.send-review__form.hidden,
.send-review__button.hidden {
    display: none;
}

.send-review__close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 30px;
    height: 30px;
    background-color: #EDEDED;
    border: 1.5px solid #EDEDED;
    border-radius: 50%;
}

.send-review__close::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-image: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.00024 8.99939L9.00024 0.999943" stroke="%23959EA7" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.99976 8.99994L0.999756 1.00049" stroke="%23959EA7" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .send-review__button {
        padding: 13px 23px;
        font-size: 16px;
        width: auto;
        max-width: unset;
    }
}

.reviews-block {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background-color: #fff;
    border-radius: 8px;
    gap: 48px;
}

.reviews-container{
    max-width: 1024px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.reviews-block__head {
    margin-bottom: 20px;
}

.reviews-block__title {
    font-size: 24px;
}

.reviews-block__title-text {
    font-weight: 500;
}

.reviews-block__title-count {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #959EA7;
    top: -0.2em;
}

.reviews-block__rating {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 375px;
    width: 100%;
    height: fit-content;
    position: sticky;
    top: 100px;
}

.rating__range-bar-mobile {
    width: 68%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.reviews-block__rating-mob{
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    background-color: #fff;
    position: relative;
    padding: 24px 24px 0 24px;
    border-radius: 8px 8px 0 0;
}

.reviews-block__rating-mob-text{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
}

.reviews-block__rating-mobile-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 50px;
    z-index: 20;
}

.reviews-block__rating-mobile-menu.hidden {
    display: none;
}

.reviews-block__rating-mobile-menu::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1020px) {
    .reviews-block__rating {
        max-width: 270px;
    }
    .rating__range-bar {
        max-width: 160px;
    }
}

.reviews-block__rating-text {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 18px;
    color: #cccccc;
}

.reviews-block__load {
    width: 100%;
    font-weight: 500;
    max-width: 810px;
    padding: 15px 24px;
    border: 1px solid #00A2A9;
    color: #00A2A9;
    background: #fff;
    border-radius: 8px;
    transition: all .2s ease-in;
    margin-top: auto;
}

.reviews-block__load:hover {
    background: #00A2A9;
    color: #fff;
}

.reviews-block__sort {
    margin-bottom: 20px;
}

.reviews-block__list {
    width: 100%;

}

.reviews-block__rating .star-rating__star {
    min-width: 25px;
    height: 25px;
}

.reviews-block__rating .star-rating__value {
    font-size: 24px;
}

.reviews-block .review-form {
    max-width: 820px;
}

.reviews-block__rating-mobile{
    display: none;
}

.review_count-container{
    display: flex;
    flex-direction: column;
}

.review_count-score{
    font-size: 14px;
    font-weight: 600;
    line-height: 16.94px;
    color: #3A3A3C;
}

.review_count-review{
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    color: #8E8E93;
}

.reviews-block__rating-mobile::after {
    content: '';
    margin-left: auto;
    display: block;
    width: 28px;
    height: 28px;
    background-image: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 11L14 17L20 11" stroke="%23959EA7" stroke-width="1.5" stroke-linecap="round"/></svg>');
}

@media screen and (max-width: 767px) {
    .reviews-block__rating-mobile{
        padding: 24px 12px;
        border-radius: 8px;
        background-color: #E5E5EA66;
        display: flex;
        gap: 16px;
        align-items: center;
        border: none;
        cursor: pointer;
    }

    .reviews-block {
        padding: 15px 20px 30px;
    }

    .reviews-block__title-count{
        display: none;
    }

    .reviews-block__head {
        margin-bottom: 24px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .reviews-block__title-count {
        display: none;
    }

    .reviews-block__rating {
        display: none;
    }

    .reviews-block__rating-text {
        font-size: 16px;
    }

    .reviews-block__rating .star-rating__value {
        font-size: 18px;
        margin-left: 30px;
    }

    .reviews-block .review-form {
        margin: 0 -20px;
    }

    .reviews-block__load {
        margin-top: 30px;
    }

    .rating__range-item:nth-of-type(5) .rating__range-text {
        margin-right: 8px;
    }

}

@media (max-width: 450px) {
    .rating__range-text{
        font-size: 12px;
    }
}

.review-rating {
    display: inline-flex;
    flex-direction: row-reverse;
}

.review-rating__star {
    position: relative;
    width: 32px;
    height: 32px;
    background-image: url('data:image/svg+xml,%3Csvg width="34" height="33" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M15.1869 1.60578C15.9341 0.131409 18.0659 0.131406 18.8131 1.60578L22.535 8.94987C22.8301 9.53209 23.3937 9.93623 24.0459 10.0333L32.2728 11.2575C33.9244 11.5033 34.5832 13.5044 33.3934 14.6614L27.4667 20.4245C26.9969 20.8814 26.7816 21.5353 26.8896 22.1775L28.2522 30.2782C28.5258 31.9045 26.8011 33.1412 25.3186 32.3819L17.9338 28.5996C17.3483 28.2998 16.6517 28.2998 16.0662 28.5996L8.68145 32.3819C7.19891 33.1412 5.47424 31.9045 5.74778 30.2782L7.11036 22.1775C7.21838 21.5353 7.00311 20.8814 6.53326 20.4245L0.606637 14.6614C-0.583168 13.5044 0.0755926 11.5033 1.72719 11.2575L9.9541 10.0333C10.6063 9.93623 11.1699 9.53209 11.465 8.94987L15.1869 1.60578Z" fill="%23E5E5EA"%3E%3C/path%3E%3C/svg%3E');

    margin: 0;
    cursor: pointer;
}

.error{
    background-image: url('data:image/svg+xml,%3Csvg width="34" height="33" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M15.8559 1.94482C16.3254 1.01839 17.6746 1.01839 18.1441 1.94482L21.866 9.28891C22.2723 10.0906 23.0458 10.6427 23.9355 10.7751L32.1624 11.9994C33.2137 12.1558 33.6052 13.4092 32.8705 14.1237L26.9439 19.8868C26.2988 20.5141 26.0008 21.415 26.15 22.3019L27.5126 30.4026C27.6802 31.3988 26.6138 32.2026 25.6604 31.7144L18.2757 27.9321C17.4755 27.5223 16.5245 27.5223 15.7243 27.9321L8.33955 31.7144C7.38623 32.2026 6.31983 31.3988 6.48739 30.4026L7.84997 22.3019C7.99916 21.415 7.70121 20.5141 7.05612 19.8868L1.1295 14.1237C0.394783 13.4092 0.786263 12.1558 1.83758 11.9994L10.0645 10.7751C10.9542 10.6427 11.7277 10.0906 12.134 9.28891L15.8559 1.94482Z" fill="%23FFE9E9" stroke="%23FF696F" stroke-width="1.5"%3E%3C/path%3E%3C/svg%3E') !important;
}

.review-rating__star input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: inherit;
}

.review-rating__star:has(input:checked),
.review-rating__star:has(input:checked) ~ .review-rating__star {
    background-image: url('data:image/svg+xml,%3Csvg width="34" height="33" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M15.1869 1.60578C15.9341 0.131409 18.0659 0.131406 18.8131 1.60578L22.535 8.94987C22.8301 9.53209 23.3937 9.93623 24.0459 10.0333L32.2728 11.2575C33.9244 11.5033 34.5832 13.5044 33.3934 14.6614L27.4667 20.4245C26.9969 20.8814 26.7816 21.5353 26.8896 22.1775L28.2522 30.2782C28.5258 31.9045 26.8011 33.1412 25.3186 32.3819L17.9338 28.5996C17.3483 28.2998 16.6517 28.2998 16.0662 28.5996L8.68145 32.3819C7.19891 33.1412 5.47424 31.9045 5.74778 30.2782L7.11036 22.1775C7.21838 21.5353 7.00311 20.8814 6.53326 20.4245L0.606637 14.6614C-0.583168 13.5044 0.0755926 11.5033 1.72719 11.2575L9.9541 10.0333C10.6063 9.93623 11.1699 9.53209 11.465 8.94987L15.1869 1.60578Z" fill="%23FF9900"%3E%3C/path%3E%3C/svg%3E');
}

.review-form {
    position: relative;
    background-color: #F8F8F9;
    padding: 30px 40px 40px 40px;
    border-radius: 8px;
}

.review-form__title {
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
}

.review-form__label {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.review-form__field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.review-form__field:last-child {
    margin-bottom: 0;
}


.review-form__submit {
    width: 100%;
    margin-top: 24px;
    font-weight: 500;
    font-size: 14px;
    padding: 7px 21px;
    border: 1px solid #00A2A9;
    color: #00A2A9;
    background: #fff;
    border-radius: 8px;
    transition: all .2s ease-in;
}

.active__submit{
    background: #00A2A9;
    color: #fff;
}

.review-form__submit:hover {
    background: #00A2A9;
    color: #fff;
}

.review-form__required {
    color: #B92222;
}

.review-form__green {
    color: #00A2A9;
}

.review-form__error {
    display: none;
    margin-top: 4px;
    font-size: 11px;
    line-height: 1;
    color: #E62229;
}

.review-form__error.show {
    display: block;
}

.review-form textarea {
    padding: 12px 16px;
    width: 100%;
    resize: none;
    border: 1px solid #D5D5D9;
    border-radius: 8px;
    background-color: transparent;
    min-height: 144px;
    outline: none;
    transition: border 0.3s;
}

.review-form textarea:hover {
    border: 1px solid #02B6BE;
}

.review-form textarea:focus-visible {
    border: 1px solid #02B6BE;
}

.review-form textarea::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}

.review-form textarea::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #EEEEF0;
}

.review-form textarea::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #C7C7C7;
}

.review-form textarea::placeholder {
    color: #7C7C7C;
}

.review-form .review-rating {
    margin-top: -5px;
}

@media screen and (max-width: 767px) {
    .review-form {
        padding: 30px 20px 40px;
    }

    .review-form__submit {
        padding: 9px 18px;
        font-size: 16px;
    }
}

.review-card {
    padding: 20px 0;
}

.review-card__head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 10px;
}

.review-card__head .star-rating {
    margin-left: 16px;
}

.review-card__info{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.review-card__name {
    margin-right: auto;
    font-size: 18px;
    font-weight: 500;
}

.review-card__date {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #959EA7;
}

.review-card__photos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.review-card__photo {
    position: relative;
    border-radius: 8px;
    transition: all .2s ease-in;
}

.review-card__photo::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    top: calc(50% - 32px / 2);
    left: calc(50% - 32px / 2);
    transition: inherit;
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="15" fill="white" stroke="%2300A2A9" stroke-width="1.5"/><path d="M23.0364 15.0986C23.4961 15.6334 23.7259 15.9008 23.7259 16.3333C23.7259 16.7658 23.4961 17.0332 23.0364 17.568C21.6823 19.1434 19.039 21.6667 16 21.6667C12.961 21.6667 10.3177 19.1434 8.9636 17.568C8.50391 17.0332 8.27406 16.7658 8.27406 16.3333C8.27406 15.9008 8.50391 15.6334 8.9636 15.0986C10.3177 13.5233 12.961 11 16 11C19.039 11 21.6823 13.5233 23.0364 15.0986Z" fill="white" stroke="%2300A2A9" stroke-width="1.5"/><circle cx="15.9999" cy="16.3334" r="2.80556" stroke="%2300A2A9" stroke-width="1.5"/></svg>');
}

.review-card__photo::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: inherit;
    transition: inherit;
}

.review-card__photo::after,
.review-card__photo::before {
    opacity: 0;
}

.review-card__photo:hover::after,
.review-card__photo:hover::before {
    opacity: 1;
}

.review-card__photo img {
    width: 83px;
    height: 92px;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
}

.review-card__text {
    max-width: 820px;
    margin-bottom: 10px;
}

.review-card__text p {
    display: inline;
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.review-card__show-more-btn{
    border: none;
    background: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #00A2A9;
    padding: 0;
}

.review-card__text-more {
    font-weight: 500;
    display: inline-block;
    color: #009298;

    padding: 0;
    border: none;
    background-color: transparent;
}

.review-card__text-more:hover {
    text-decoration: underline;
}

.review-card__btns {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.review-action {
    display: flex;
    align-items: center;
    gap: 6px;
}

.review-action__icon::before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.review-action_up .review-action__icon::before {
    background-image: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_344_339" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="28" height="28"><rect width="28" height="28" fill="%23CCCCCC"/></mask><g mask="url(%23mask0_344_339)"><path d="M21.0002 24.5H9.3335V9.33329L17.5002 1.16663L18.9585 2.62496C19.0946 2.76107 19.2064 2.94579 19.2939 3.17913C19.3814 3.41246 19.4252 3.63607 19.4252 3.84996V4.25829L18.1418 9.33329H24.5002C25.1224 9.33329 25.6668 9.56663 26.1335 10.0333C26.6002 10.5 26.8335 11.0444 26.8335 11.6666V14C26.8335 14.1361 26.8189 14.2819 26.7897 14.4375C26.7606 14.593 26.7168 14.7388 26.6585 14.875L23.1585 23.1C22.9835 23.4889 22.6918 23.8194 22.2835 24.0916C21.8752 24.3638 21.4474 24.5 21.0002 24.5ZM7.00016 9.33329V24.5H2.3335V9.33329H7.00016Z" fill="%23CCCCCC"/></g></svg>');
}

.review-action_down .review-action__icon::before {
    background-image: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_344_344" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="28" height="28"><rect width="28" height="28" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_344_344)"><path d="M6.99984 3.5H18.6665V18.6667L10.4998 26.8333L9.0415 25.375C8.90539 25.2389 8.79359 25.0542 8.70609 24.8208C8.61859 24.5875 8.57484 24.3639 8.57484 24.15V23.7417L9.85817 18.6667H3.49984C2.87761 18.6667 2.33317 18.4333 1.8665 17.9667C1.39984 17.5 1.1665 16.9556 1.1665 16.3333V14C1.1665 13.8639 1.18109 13.7181 1.21025 13.5625C1.23942 13.4069 1.28317 13.2611 1.3415 13.125L4.8415 4.9C5.0165 4.51111 5.30817 4.18056 5.7165 3.90833C6.12484 3.63611 6.55261 3.5 6.99984 3.5ZM20.9998 18.6667V3.5H25.6665V18.6667H20.9998Z" fill="%23CCCCCC"/></g></svg>');
}

.review-action__count {
    color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
    .review-card__head {
        flex-wrap: wrap;
        row-gap: 2px;
        justify-content: space-between;
    }

    .review-card__name {
        width: 100%;
    }

    .review-card__photos {
        gap: 6px;
    }
}

.diolog-notification {
    border: none !important;
    border-radius: 8px;
    margin: 20px;
}

.diolog-notification .fancybox-button.fancybox-close-small {
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="15" fill="%23EDEDED" stroke="%23EDEDED" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 19.9994L20 11.9999" stroke="%23CCCCCC" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M20 19.9999L12 12.0005" stroke="%23CCCCCC" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    opacity: 1 !important;
}

.modal-notify {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px;
    max-width: 380px;
}

.modal-notify::before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.modal-notify_success::before {
    background-image: url('data:image/svg+xml,<svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16.5" cy="16" r="15" stroke="%2300A2A9" stroke-width="1.5"/><path d="M10.8333 16.375L15.2083 20.75L22.5 12" stroke="%2300A2A9" stroke-width="1.5"/></svg>');
}

.modal-notify_error::before {
    background-image: url('data:image/svg+xml,<svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16.5" cy="16" r="15" fill="white" stroke="%23E12937" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.6522 7.504V15.616L17.1242 20.968H16.1882L15.6602 15.616V7.504H17.6522ZM17.6522 22.504V25H15.6362V22.504H17.6522Z" fill="%23E12937"/></svg>');
}

.modal-notify__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #0E1A43;
    margin: 14px 0;
}

.modal-notify__descr {
    color: #0E1A43;
    line-height: 24px;
}

@media screen and (max-width: 767px) {
    .modal-notify {
        max-width: 350px;
    }

    .modal-gallery__thumbs {
        display: none !important;
    }
}

.diolog-gallery {
    min-width: calc(1290px - 163px);
    max-width: 1290px;
    border-radius: 8px;
    border: none !important;
}

.diolog-gallery .fancybox-button.fancybox-close-small {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="15" fill="%23EDEDED" stroke="%23EDEDED" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 19.9994L20 11.9999" stroke="%23CCCCCC" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M20 19.9999L12 12.0005" stroke="%23CCCCCC" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    opacity: 1 !important;
}

.modal-gallery {
    display: flex;
}

.modal-gallery__slider {
    padding: 40px;
    flex: 1;
    max-width: calc(1290px - 163px);
}

.modal-gallery__thumbs {
    padding: 40px;
    max-width: 163px;
    background-color: #F8F8F9;
}

.modal-gallery__thumbs .modal-gallery__thumbs-list{
    height: 613px !important;
    max-height: 613px !important;
    width: 83px;
    display: flex;
    flex-direction: column;
    overflow: visible !important;
    gap: 5px;
}

div.modal-gallery__thumbs > div.slick-list {
    height: auto !important;
}

.modal-gallery__thumbs.hidden {
    display: none !important;
}

.modal-gallery__slide {
    position: relative;
}

.modal-gallery__slide img,
.modal-gallery__thumb img {
    pointer-events: none;
}

.modal-gallery__slide img {
    height: 613px;
    max-width: 100%;
    border-radius: 8px;
    object-fit: contain;
    object-position: center;
}

.modal-gallery__thumb {
    position: relative;
    margin: 0px;
    border-radius: 8px;
    transition: all .2s ease-in;
    cursor: pointer;
}

.modal-gallery__thumb::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    top: calc(50% - 32px / 2);
    left: calc(50% - 32px / 2);
    transition: inherit;
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="15" fill="white" stroke="%2300A2A9" stroke-width="1.5"/><path d="M23.0364 15.0986C23.4961 15.6334 23.7259 15.9008 23.7259 16.3333C23.7259 16.7658 23.4961 17.0332 23.0364 17.568C21.6823 19.1434 19.039 21.6667 16 21.6667C12.961 21.6667 10.3177 19.1434 8.9636 17.568C8.50391 17.0332 8.27406 16.7658 8.27406 16.3333C8.27406 15.9008 8.50391 15.6334 8.9636 15.0986C10.3177 13.5233 12.961 11 16 11C19.039 11 21.6823 13.5233 23.0364 15.0986Z" fill="white" stroke="%2300A2A9" stroke-width="1.5"/><circle cx="15.9999" cy="16.3334" r="2.80556" stroke="%2300A2A9" stroke-width="1.5"/></svg>');
}

.modal-gallery__thumb::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: inherit;
    transition: inherit;
}

.modal-gallery__thumb::after,
.modal-gallery__thumb::before {
    opacity: 0;
}

.modal-gallery__thumb:hover::after,
.modal-gallery__thumb:hover::before {
    opacity: 1;
}

.modal-gallery__thumb img {
    max-width: 100%;
    width: 100%;
    border-radius: inherit;
    object-fit: cover;
    object-position: center;
}

.modal-gallery__thumb-slide {
    max-width: 83px;
    position: relative;
}

.modal-gallery__thumb-slide:focus-visible{
    outline: none;
}

.modal-gallery__thumb-slide{
    border-radius: 10px;
}

.modal-gallery__thumb-slide {
    border: 2px solid transparent;
}

.modal-gallery__thumb-slide.active {
    border: 2px solid #00A2A9
}

.modal-gallery__thumb-slide.slick-current::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border: 2px solid #00A2A9;
    border-radius: 8px;
}

.modal-gallery .slick-arrow {
    position: relative;
    font-size: 0;
    padding: 0;
    border: 0;

    position: absolute;
    top: calc(50% - 36px / 2);

    display: flex;
    justify-content: center;
    align-items: center;

    width: 36px;
    height: 36px;
    background-color: #fff;
    transition: all .2s ease-in;
    box-shadow: 0 5px 9px 0 rgba(0, 0, 0, .1);
    border-radius: 50%;
    z-index: 1;
}

.modal-gallery .slick-arrow:hover {
    background-color: #00A2A9;
}

.modal-gallery .slick-arrow:before,
.modal-gallery .slick-arrow:after {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: inherit;
}

.modal-gallery .slick-arrow.slick-disabled {
    pointer-events: none;
    background-color: #EDEDED;
}

.modal-gallery .slick-arrow.slick-next {
    right: 22px;
}

.modal-gallery .slick-arrow.slick-prev {
    left: 22px;
}

.modal-gallery .slick-arrow.slick-next:before,
.modal-gallery .slick-arrow.slick-next:after {
    margin-right: -3px;
}

.modal-gallery .slick-arrow.slick-prev:after,
.modal-gallery .slick-arrow.slick-prev:before {
    transform: rotate(180deg);
    margin-left: -3px;
}

.modal-gallery .slick-arrow:before {
    background-image: url('data:image/svg+xml,<svg width="9" height="14" viewBox="0 0 9 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 13L7 7L1 1" stroke="%2300A2A9" stroke-width="1.5" stroke-linecap="round"/></svg>');
}

.modal-gallery .slick-arrow:after {
    opacity: 0;
    background-image: url('data:image/svg+xml,<svg width="9" height="14" viewBox="0 0 9 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 13L7 7L1 1" stroke="white" stroke-width="1.5" stroke-linecap="round"/></svg>');
}

.modal-gallery .slick-arrow:hover:before {
    opacity: 0;
}

.modal-gallery .slick-arrow:hover:after {
    opacity: 1;
}

@media screen and (max-width: 1289px) {
    .diolog-gallery {
        min-width: calc(768px - 163px);
        max-width: 768px;
    }

    .modal-gallery__slider {
        max-width: calc(768px - 163px);
    }
}

@media screen and (max-width: 767px) {
    .diolog-gallery {
        max-width: unset;
        min-width: unset;
        width: 100%;
        border-radius: 0;
    }

    .modal-gallery__slider {
        max-width: unset;
        width: 100%;
        padding: 0;
    }

    .modal-gallery__thumbs {
        display: none;
    }

    .modal-gallery__slide img {
        height: 639px;
    }

    .modal-gallery .slick-arrow {
        top: calc(100% - (36px + 20px));
    }

    .modal-gallery .slick-arrow.slick-prev {
        left: calc(50% - (36px + (14px / 2)));
    }

    .modal-gallery .slick-arrow.slick-next {
        right: calc(50% - (36px + (14px / 2)));
    }
}

.reviews__not-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.reviews__not-img{
    background-image: url('/local/templates/v22/assets/images/not_reviews.svg');
    background-size: cover;
    background-position: center;
    width: 300px;
    height: 300px;
}

.reviews__not-title{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #3A3A3C;
}

.reviews__not-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #8E8E93;
    margin: 0;
    text-align: center;
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
    position: absolute;
    right: -40px;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea > .scroll-content > .modal-gallery__thumbs-list {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > .modal-gallery__thumbs-list::-webkit-scrollbar {
    height: 0;
    width: 0;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/

.scroll-element,
.scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scroll-element {
    background-color: #EEEEF0;
}

.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 4px;
}

.scroll-element.scroll-y .scroll-element_outer { left: 0; width: 4px; }

.scroll-element .scroll-element_outer { overflow: hidden; }
.scroll-element .scroll-element_track { background-color: #eeeeee; }

.scroll-element .scroll-element_outer,
.scroll-element .scroll-element_track,
.scroll-element .scroll-bar {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scroll-element .scroll-bar { background-color: #d9d9d9; }
.scroll-element .scroll-bar:hover { background-color: #c2c2c2; }
.scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* scrollbar height/width & offset from container borders */

.scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }

.scroll-element.scroll-y .scroll-bar { min-height: 10px; }


/* update scrollbar offset if both scrolls are visible */

.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }

.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; }
/* End */
/* /local/templates/v22/components/bitrix/catalog.element/v22_catalog_new/style.css?176939329213534 */
/* /local/components/scid/reviews.list/templates/.default/style.css?174850421740257 */
