

/* Start:/local/templates/purpur/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?17564195148092*/
.zoomer{
    position: absolute;
    display: none;
    width: 100%;
    height: 0;

    top: 0;
    left: 0;
    z-index: 999;
    background: #ffffff;

    text-align: center;

    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.zoomer.active{
    display: flex;
    height: 100vh;
    flex-direction: column;
    align-items: center;
}

.zoomer.active .container{
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding-top: 85px;
}

.zoomer .popup-sign__close {
    right: 20px;
}
.zoomer .zoomer-header {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 15px 30px;
    margin: 0 auto;
    font-family: "Circe",Helvetica,Arial,sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    text-transform: none;
    text-align: left;
    -webkit-box-shadow: 0px 5px 15px 0 rgba(32, 32, 32, 0.08);
    -moz-box-shadow: 0px 5px 15px 0 rgba(32, 32, 32, 0.08);
    box-shadow: 0px 5px 15px 0 rgba(32, 32, 32, 0.08);
}

.zoomer .zoomer-wrap__img{
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    max-height: 600px;
    cursor: pointer;
    margin: auto auto;
    padding: 20px 0 10px;
}

.zoomer .zoomer-wrap__img .similar-goods__btn{
    text-align: center;
    display: block;
}

.zoomer .zoomer-wrap__img .similar-goods__btn svg{
    display: inline-block;
}

.zoomer .zoomer-wrap__img .similar-goods__btn--previous{
    position: absolute;
    left: 0;
    top: 50%;
}

.zoomer .zoomer-wrap__img .similar-goods__btn--next{
    position: absolute;
    right: 0;
    top: 50%;
}

.zoomer .zoomer-wrap__img img{
    height: 100%;
}

.zoomer .list-img-wrapper{
    position: relative;
    display: block;
    width: 100%;
}

.zoomer .list-img-wrapper .list-img{
    position: relative;
    display: block;
    bottom: 0px;
    padding: 10px 0;
    height: 130px;
    width: 100%;
}

.zoomer .list-img .list-img-item{
    height: 100%;
    display: inline-block;
    text-align: center;
}

.zoomer .list-img .list-img-item img{
    height: 100%;
    display: inline-block;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-transition: color .25s,border-color .25s;
    transition: color .25s,border-color .25s;
    margin: 0 10px;
}

.zoomer .list-img .list-img-item img:hover,
.zoomer .list-img .list-img-item img.active{
    border: 1px solid rgba(0,0,0,.56);
}

.zoomer .zoomer-header-price-wrap,
.zoomer .zoomer-header-brand{
     display: inline-block;
     font-size: 20px;
 }
.zoomer .zoomer-header-brand{
    display: inline-block;
    font-size: 16px;
    color: #aeaeae;
    vertical-align: bottom;
    margin-left: 30px;
    line-height: 20px;
}
.zoomer .zoomer-header-price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 0;
}

.zoomer .zoomer-header-price .product-page__price-value{
    font-size: 20px;
}

.zoomer .zoomer-header-price .product-page__price-value--old{
    font-size: 15px;
}

.zoomer .similar-goods__btn{
    border: 1px solid #d4d2d2;
}

@media (min-width: 768px) {
    .zoomer .similar-goods__btn svg {
        top: 1px;
    }
}
@media (max-width: 768px) {
    .zoomer .zoomer-header{
        padding: 20px 30px 20px 20px;
        white-space: nowrap;
        font-size: 18px;
    }


    .zoomer .similar-goods__btn{
        border: 0;
    }
    .zoomer .zoomer-header-name{
        max-width: 280px;
        display: block;
        overflow: hidden;
        position: relative;
    }
    .zoomer .zoomer-header-name:after{
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        width: 20px;
        height: 100%;
        background: -webkit-gradient(linear,right top,left top,from(#ffffff),to(rgba(255, 255, 255, 0.5)));
        background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.5));
    }
    .zoomer .container{
        padding: 0 10px;
    }
    .zoomer .zoomer-wrap__img{
        padding: 10px 35px;
        height: 450px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
    }
    .zoomer .zoomer-header-brand {
        display: inline-block;
        font-size: 16px;
        color: #aeaeae;
        vertical-align: bottom;
        margin-left: 10px;
        line-height: 20px;
    }

    .zoomer .zoomer-wrap__img img{
        max-width: 100%;
        max-height: 100%;
        display: block;
        width: auto;
        height: auto;
    }

    .zoomer .list-img-wrapper .list-img{
        height: 100px;
    }

    .zoomer .list-img-wrapper{
        overflow: hidden;
        text-align: left;
        overflow-x: scroll;
    }

    .zoomer .list-img-wrapper .list-img{
        width: 10000px;
    }
    .zoomer .popup-sign__close {
        right: 20px;
        top: 16px;
        position: absolute;
    }
}

.product-page__image-container--more{
    display: none;
}

.slick-slider .product-page__image-container--more{
    display: inline-block;
}

.product-page__image-container-wrapper{
    height: 100%;
    display: flex;
    width: 100%;
}

.product-page__image-container-wrapper div{
    height: 100%;
    padding: 0;
}

.product-page__image-container-wrapper .product-page__image-container{
    text-align: center;
    width: 100%;
}

.product-page__image-container-wrapper .product-page__image-container img{
    display: inline-block;
}

.product-page__image-controls{
    -webkit-box-ordinal-group: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    width: 100%;
    height: 12px;
    padding: 10px 0;
    position: relative;
    top: 15px;
}
.product-page__image-controls .similar-goods__btn{
    background: transparent;
    border: 0;
    width: 20px;
    height: 12px;
    margin: 0;
    position: relative;
    top: 3px;
}
.product-page__image-controls .similar-goods__btn--previous{
    margin-right: 26px;
}
.product-page__image-controls .similar-goods__btn--next{
    margin-left: 26px;
}
.product-page__image-controls .product-page__image-dots{
    -webkit-box-ordinal-group: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-page__image-controls .slick-dots{
    list-style: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
}
.product-page__image-controls .slick-dots li{
    list-style: none;
    display: inline-block;
}
.product-page__image-controls .slick-dots button{
    content: "";
    background: #cacaca;
    font-size: 0;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 0;
    padding: 0;
    margin: 4px;
}
.product-page__image-controls .slick-dots .slick-active button{
    background: #421a8e;
}


@media (max-width: 768px) {
    .product-page__image-controls .slick-dots button{
        width: 4px;
        height: 4px;
    }
    .product-page__image-controls .slick-dots .slick-active button{
        width: 6px;
        height: 6px;
        background: #421a8e;
    }
    .product-page__image-controls{
        justify-content: space-between;
        top: 9px;
    }
}
/* End */


/* Start:/local/templates/purpur/components/bitrix/sale.location.selector.search/delivery_product/style.css?175641951410650*/

.custom-select-location--opened {
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    overflow-y: hidden;
}

.custom-select-location--opened .custom-select-location__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.custom-select-location__modal-bar {
    position: relative;
    display: none;
    border-bottom: 1px solid #ebebeb;
}

.custom-select-location--opened .custom-select-location__modal-bar {
    display: block;
}

.custom-select-location__title {
    padding: 15px 45px 12px;
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.custom-select-location__close-btn {
    z-index: 30;
    position: absolute;
    top: 50%;
    right: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-select-location__close-btn svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: #b5b5b5;
    stroke: #b5b5b5;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    -webkit-transition: stroke 0.2s, fill 0.2s;
    transition: stroke 0.2s, fill 0.2s;
}

.custom-select-location__close-btn:active svg,
.custom-select-location__close-btn:focus svg {
    fill: #f06292;
    stroke: #f06292;
}

.custom-select-location__close-btn:active svg {
    -webkit-transition: 0ms;
    transition: 0ms;
}

.custom-select-location__search {
    position: relative;
    display: none;
    padding: 20px 20px 0;
}

.custom-select-location--opened .custom-select-location__search {
    display: block;
}

.custom-select-location__search-input {
    display: block;
    width: 100%;
    padding: 10px 40px 8px 18px;
    font-size: 14px;
    line-height: 20px;
    color: #202020;
    border: 1px solid #dedede;
    border-radius: 2px;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
}

.custom-select-location__search-input::-webkit-input-placeholder {
    color: #b5b5b5;
    opacity: 1;
}

.custom-select-location__search-input:-ms-input-placeholder {
    color: #b5b5b5;
    opacity: 1;
}

.custom-select-location__search-input::-ms-input-placeholder {
    color: #b5b5b5;
    opacity: 1;
}

.custom-select-location__search-input::placeholder {
    color: #b5b5b5;
    opacity: 1;
}

.custom-select-location__search-input::-ms-clear {
    display: none;
}

.custom-select-location__search-icon {
    position: absolute;
    top: 32px;
    right: 30px;
    display: block;
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #202020;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.custom-select-location__options-list {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.custom-select-location--opened .custom-select-location__options-list {
    display: block;
}

.custom-select-location__option {
    padding: 20px 20px 19px;
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-select-location__option-hidden {
    padding: 20px 20px 19px;
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-select-location__option:active, .custom-select-location__option:focus {
    color: #f06292;
}

.custom-select-location__option--selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    padding-bottom: 3px;
    border-color: #dedede;
    outline: none;
    -webkit-transition: color 0.2s, border-color 0.2s;
    transition: color 0.2s, border-color 0.2s;
}

.custom-select-location__option--selected:active, .custom-select-location__option--selected:focus {
    color: #202020;
    border-color: #202020;
}

.custom-select-location__option--no-interactions, .custom-select-location__option--no-interactions:active, .custom-select-location__option--no-interactions:focus {
    color: #202020;
}

.custom-select-location__option--hidden {
    display: none;
}

.custom-select-location--opened .custom-select-location__option--selected {
    display: none;
}

.custom-select-location__option--selected svg {
    stroke: #202020;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.custom-select-location--opened .custom-select-location__option--selected svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 1200px) {
    .custom-select-location {
        z-index: auto;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        position: relative;
        min-height: 24px;
        overflow-y: visible; }
    /*.custom-select-location--opened {
        width: calc(100% + 20px); }*/
    .custom-select-location__wrapper {
        z-index: 20;
        width: 100%; }
    .custom-select-location--opened .custom-select-location__wrapper {
        display: block;
        height: auto;
        position: absolute;
        top: -44px;
        left: -20px;
        padding-top: 20px;
        padding-left: 20px;
        background-color: white;
        -webkit-box-shadow: 0 1px 8px 0 rgba(32, 32, 32, 0.08);
        box-shadow: 0 1px 8px 0 rgba(32, 32, 32, 0.08); }
    .custom-select-location--opened .custom-select-location__wrapper--order-city {
        width: 292px; }
    .custom-select-location--opened .custom-select-location__header {
        position: relative;
        margin-right: 20px; }
    .custom-select-location__modal-bar {
        position: static;
        display: block;
        border-bottom: none; }
    .custom-select-location__title {
        display: none;
        padding: 0;
        margin: 0;
        margin-bottom: 4px;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: normal;
        text-transform: none;
        text-align: left;
        color: #b5b5b5; }
    .custom-select-location--opened .custom-select-location__title {
        display: inline-block; }
    .custom-select-location__close-btn {
        display: none; }
    .custom-select-location__search {
        position: static;
        padding: 0; }
    .custom-select-location__search-input {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        padding-bottom: 3px;
        padding-right: 25px;
        font-size: 18px;
        line-height: 20px;
        border: none;
        border-bottom: 1px solid #dedede;
        border-radius: 0;
        -webkit-transition: border-color 0.2s;
        transition: border-color 0.2s; }
    .custom-select-location__search-input:hover {
        border-color: #b5b5b5; }
    .custom-select-location__search-input:focus {
        border-color: #202020; }
    .custom-select-location__search-icon {
        display: none; }
    .custom-select-location__options-list {
        max-height: 344px;
        padding-right: 20px; }
    .custom-select-location__options-list:not(.custom-select-location__options-list--scrollable) {
        overflow: auto; }
    .custom-select-location .custom-select-location__options-list .ps__rail-y {
        display: block; }
    .custom-select-location .custom-select-location__options-list .ps__rail-y,
    .custom-select-location .custom-select-location__options-list .ps__rail-y:hover,
    .custom-select-location .custom-select-location__options-list .ps__rail-y:active,
    .custom-select-location .custom-select-location__options-list .ps__rail-y:focus {
        background-color: transparent; }
    .custom-select-location__options-list--no-scroll .scroll-bar {
        display: none; }
    .custom-select-location__option {
        padding: 24px 0;
        border-bottom: 1px solid #dedede; }
    .custom-select-location__option:last-of-type:not(.custom-select-location__option--selected) {
        border-bottom: none; }
    .custom-select-location__option:hover {
        color: #f06292; }
    .custom-select-location__option:active {
        color: #202020; }
    .custom-select-location__option--selected {
        padding: 0;
        padding-bottom: 3px; }
    .custom-select-location__option--selected:hover {
        color: #202020;
        border-color: #b5b5b5; }
    .custom-select-location__option--selected:focus {
        color: #202020;
        border-color: #202020; }
    .custom-select-location__option--no-interactions, .custom-select-location__option--no-interactions:hover, .custom-select-location__option--no-interactions:active, .custom-select-location__option--no-interactions:focus {
        color: #202020;
        cursor: default; }
    .custom-select-location--opened:not(.custom-select-location--no-search) .custom-select-location__option--selected {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 25px;
        height: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        font-size: 0;
        padding-bottom: 2px;
        border-bottom: none; }
    .custom-select-location--no-search .custom-select-location__option--selected {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
}
/* End */
/* /local/templates/purpur/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?17564195148092 */
/* /local/templates/purpur/components/bitrix/sale.location.selector.search/delivery_product/style.css?175641951410650 */
