

/* Start:/local/templates/voilgel/components/bitrix/news/courses/bitrix/news.detail/.default/style.css?17642582167579*/
:root {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 15px;
}

.product {
    gap: 50px;
    margin: auto;
}

.product-gallery {
    align-items: stretch;
    gap: 15px;
}

.product-photo {

}

.product-gallery-preview {
    justify-content: center;
}

.product-gallery-preview a {
    display: block;
    width: 70px;
    margin: 15px 10px;
    border: 1px solid transparent;
}

.product-gallery-preview a.current {
    border-color: var(--black);
}

.product-gallery-preview img {
    display: block;
    width: 100%;
}

.product-gallery-full {
    position: relative;
    max-width: 800px;
}

.product-gallery-full img {
    width: 100%;
    display: block;
}

.product-gallery-full img[src="/local/templates/voilgel/images/empty.svg"] {
    padding: 120px;
}

.gallery-preview {
    position: relative;
}

.gallery-preview img {
    display: block;
    width: 100%;
    cursor: pointer;
}

.gallery-preview .swiper-button-prev, .gallery-preview .swiper-button-next {
    width: 20px;
    height: 20px;
    background: var(--white) url("/local/templates/okinail_flat/images/icons/arrow-right.svg") center center no-repeat;
    display: none;
    position: absolute;
    left: calc(50% - 10px);
    cursor: pointer;
}

.gallery-preview .swiper-button-prev {
    top: -5px;
    transform: rotate(-90deg);
}

.gallery-preview .swiper-button-next {
    bottom: -5px;
    transform: rotate(90deg);
}

.gallery-preview-has-nav .swiper-button-prev, .gallery-preview-has-nav .swiper-button-next {
    display: block;
}

.gallery-preview .swiper-slide {
    padding: 15px 0 0;
    background-color: var(--white);
}

.gallery-preview:not(.gallery-preview-has-nav) .swiper-wrapper .swiper-slide:first-child {
    padding-top: 0;
}

.swiper-slide-box {
    overflow: hidden;
    max-height: 100%;
}

.gallery-preview-item {
    overflow: hidden;
}

.product-brand {
    padding: 30px 0;
}

.product-brand .btn {
    display: inline-block;
    width: auto;
}

.product-status {
    position: absolute;
    z-index: 30;
}

.product-status span {
    display: inline-block;
    padding: 6px 10px;
    background-color: var(--white);
    user-select: none;
    margin: 10px;
    text-transform: uppercase;
}

.product-status .sale {
    background-color: var(--primary_light);
}

.product-status .hit {
    background-color: var(--neon);
}

.product-description {
    font-size: 18px;
    position: sticky;
    width: 35%;
    top: 130px;
}

.product h1 {
    margin: 0 0 0 0;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1.5;
}

.gallery-mobile .owl-dots {
    margin: -30px 0 0 0;
    z-index: 50;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
}

.gallery-mobile .owl-dot {
    width: 8px;
    height: 8px;
    background: var(--grey_light);
    display: inline-block;
    border-radius: 4px;
    margin: 0 4px;
    transition: 0.4s;
}

.gallery-mobile .owl-dot.active {
    width: 16px;
    background-color: var(--grey_dark);
}

.gallery-mobile .owl-item img {
    height: auto;
}

.product-size {
    margin: 10px 0;
    display: none;
}

.product-prices {
    margin: 20px 0;
    gap: 50px;
}

.product-prices .actual-price {
    font-size: 24px;
    font-weight: 500;
}

.product-prices .old-price {
    text-decoration: line-through;
    color: var(--grey_dark);
}

.product-basket {
    margin: 30px 0;
    gap: 15px;
}

.product-basket .btn {
    padding: 10px;
    text-transform: uppercase;
}

.product-store {
    margin-bottom: 30px;
}

.product-store-no {
    color: var(--grey);
}

.product-store-pop {
    position: absolute;
    background-color: var(--white);
    padding: 20px;
    border: 1px solid var(--grey_dark);
    width: 100%;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    z-index: 10;
    display: none;
}

.store-pop-city {
    margin-bottom: 15px;
}

.store-pop-description p {
    margin: 5px 0;
}

.store-pop-status-yes {
    color: #1F9A00;
}

.store-pop-status-no {
    color: var(--grey);
}

.product-store-pop hr {
    border: none;
    border-bottom: 1px solid var(--grey_dark);
    margin: 20px 0;
}

.product-props .props-item:first-child {
    border-top: 1px solid #ddd;
}

.props-item {
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
}

.props-head {
    justify-content: space-between;
    cursor: pointer;
}

.props-title {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.2em;
}

.props-description {
    margin-top: 20px;
    display: none;
}

.props-corner {
    position: relative;
}

.props-item.opener .props-corner .icon-plus::before {
    opacity: 0;
}

.props-item.opener .props-description {
    display: block;
}

.props-description p {
    margin: 10px 0;
}

.props-description a {
    text-decoration: underline;
}

.props-description-title {
    margin-right: 10px;
    opacity: 0.6;
}

.product-favorite {
    position: absolute;
    top: 10px;
    right: 7px;
    background: url("/local/templates/voilgel/images/icons/favorite.svg") center right no-repeat;
    width: 27px;
    height: 27px;
    cursor: pointer;
    z-index: 20;
}

.product-favorite.active {
    background-image: url("/local/templates/voilgel/images/icons/favorite-active.svg");
}

.swiper-pagination {
    margin: 15px;
    padding: 10px 0;
}

.product .swiper-pagination span {
    border-color: #ddd;
}

.product .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--black);
    border-color: var(--black);
}

@media (max-width: 1500px) {
    .product {
        padding: 0;
    }
}

@media (max-width: 1200px) {
    .product {
        gap: 30px;
    }
}

@media (max-width: 900px) {
    .product-gallery-preview {
        display: none !important;
    }

    .product {
        flex-direction: column;
        gap: 20px;
    }

    .product-photo, .product-description {
        width: 100%;
    }

    .product-gallery {
        display: block;
    }

    .product-status {
        font-size: 14px;
    }

    .product-status span {
        padding: 4px 6px;
    }

    .product-brand {
        display: none;
    }

    .product-description {
        font-size: 16px;
    }

    .product-description h1 {
        font-size: 16px;
    }

    .product-prices {
        gap: 30px;
    }

    .product-prices .actual-price {
        font-size: 16px;
    }

    .product-store {
        margin-bottom: 20px;
    }

    .product-store-pop {
        position: relative;
    }

    .product-store-pop-mobile-title {
        padding-bottom: 20px;
        text-align: center;
    }

    .product-gallery-full img[src="/local/templates/voilgel/images/empty.svg"] {
        padding: 90px;
    }
}

@media (max-width: 600px) {
    .product-block-catalog {
        margin: 0;
    }

    .product-block-catalog .block-title {
        margin: 30px 0 20px;
        font-size: 20px;
    }

    .product-block-catalog .block-more {
        left: 20px;
    }

    .product-block-catalog .owl-prev {
        right: 50px !important;
    }

    .product-block-catalog .owl-next {
        right: 10px !important;
    }

    .product-block-catalog .box {
        padding: 0 0 0 10px !important;
    }

    .product-block-subscribe {
        margin-top: 10px;
    }

    .product-prices {
        justify-content: center;
    }

    .product-description h1 {
        text-align: center;
    }

    .product-gallery-full {
        margin: -1px -20px 0;
    }

    .breadcrumb {
        display: none;
    }

    .product-favorite {
        right: 17px;
    }

    .product-basket {
        margin: 0;
    }
}
/* End */
/* /local/templates/voilgel/components/bitrix/news/courses/bitrix/news.detail/.default/style.css?17642582167579 */
