.product-page__images {
    top: 0;
    /*position: sticky;*/
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid var(--secondary-border-color);
    margin: 0 0 -1px;
    height: 47rem;height: 400px;
}

.product-page__images-sticky {
    position: relative;
   width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 3rem;    
}
@media (max-width: 768px) {
.image-slider__main {
    position: relative;
    -ms-flex: 1;
    flex: 1;
   max-width: calc(100% - 16rem);min-width: 100%;
}
}

.image-slider__left {
    position: relative;
   /* width: 10rem;*/
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
   /* border-right: 1px solid var(--main-color);
	border-left: 1px solid var(--main-color);*/
    /*padding: 0 0 12rem;*/padding: 0 0 2rem;
}




@media (min-width: 768px) {
.image-slider__main {
    position: relative;
    -ms-flex: 1;
    flex: 1;
   max-width: calc(100% - 16rem);min-width: 100%;
}
}
.c-carousel__images {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.image-slider__left .swiper-slide {
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    opacity: .64;
    transition: border-color .2s ease, box-shadow .2s ease, opacity .2s ease, transform .2s ease;
}

.images__slider__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0.5rem;
    border: 0;
    border-radius: 11px;
    background: transparent;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.images__slider__item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: transform 0.25s;
    mix-blend-mode: multiply;
}

.image-slider__left .swiper-slide:hover {
    opacity: 1;
}

.image-slider__left .swiper-slide-thumb-active {
    border-color: #ff9400;
    background: #fff8ef;
    box-shadow: 0 0 0 3px rgba(255, 148, 0, .13);
    opacity: 1;
}

.images__slider__item:focus-visible {
    outline: 3px solid rgba(255, 148, 0, .28);
    outline-offset: -3px;
}

.images__big {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
   /* padding: 4rem 2rem 7.2rem;*/
}

.main-product-slider__container {
    width: 100%;
    height: 100%;
}

.main-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
    object-position: top;/*margin-top: -50px;*/
}

.main-img__wrap {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;/*height: 600px;*/
}

.images__link {
    width: 100%;
    height: 100%;
}

@media (min-width: 769px) {   
    .main-img__wrap:hover .main-img {
        opacity: 0;
    }
}

.modal-video {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #00000060;
    display: none;
    z-index: 9999099;
}

.modal-video__close {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 10px;
    width: 45px;
    height: 45px;
    z-index: 999;
    transition: all 0.2s;
}

.modal-video__close:hover {
    background: #fff;
    color: #000;
}

.modal-video__close svg {
    width: 100%;
    height: 100%;
}

.modal-video__container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%, 0);
    max-width: calc(100% - 200px);
    max-height: calc(100% - 200px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1920/1024;

}

.modal-video__container iframe {
    width: 100%;
    height: 100%;
}

.main-image__button-video {
    color: var(--link-color);
    transition: opacity 0.25s, color 0.25s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3.5rem;
    z-index: 100;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400;
    cursor: pointer;
}

.main-image__button-video:hover {
    opacity: 0.7;
}

.main-image__button-video .icon-video {
    width: 4.4rem;
    height: 3.2rem;
    margin: 0 1.2rem 0 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    fill: currentColor;
    fill-rule: evenodd;
}









.image-slider__buttons {
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    z-index: 100;
    border: 0;
    background: transparent;
}

.image-slider__buttons svg {
    width: 16px;
    height: 10px;
    vertical-align: middle;
    position: relative;
    fill: currentColor;
    fill-rule: evenodd;
    display: block;
}

.swiper-button-prev-copy,
.swiper-button-next-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 38px;
    margin: 0;
    padding: 0;
    border: 1px solid #dfe3e8;
    border-radius: 11px;
    background: #fff;
    color: #262b31;
    box-shadow: 0 4px 12px rgba(18, 24, 33, .06);
    transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.swiper-button-prev-copy:hover,
.swiper-button-next-copy:hover {
    border-color: #ff9400;
    background: #fff8ef;
    color: #b65300;
    box-shadow: 0 7px 16px rgba(255, 148, 0, .14);
    transform: translateY(-1px);
}

.swiper-button-prev-copy:focus-visible,
.swiper-button-next-copy:focus-visible {
    outline: 3px solid rgba(255, 148, 0, .25);
    outline-offset: 2px;
}

.swiper-button-prev-copy.disable,
.swiper-button-next-copy.disable,
.swiper-button-prev-copy:disabled,
.swiper-button-next-copy:disabled {
    pointer-events: none;
    border-color: #edf0f3;
    background: #f8f9fa;
    color: #aeb4bc;
    box-shadow: none;
    opacity: .58;
    transform: none;
}

.swiper-button-prev-copy.disable svg,
.swiper-button-next-copy.disable svg {
    opacity: .7;
}

@media (max-width: 1200px) {
    .product-page__images-sticky {
        width: 100%;
    }
.product-page__images {
    top: 0;
    /* position: sticky; */
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid var(--secondary-border-color);
    margin: 0 0 -1px;
    height: 47rem;
    height: 400px;
    width: 90%;
}	
}

@media (max-width: 768px) {
    .product-page__images {
        flex-direction: column-reverse;
        height: calc(100vw + 91px);
        max-height: 67rem;
    }

    .image-slider__left {
        width: 100%;
        padding: 0;
        border: none;
        border-top: 1px solid var(--secondary-border-color);
        height: 91px;
    }

    .image-slider__buttons {
        display: none;
    }

    .image-slider__left .swiper-slide {
        border: none;
        border-left: 1px solid var(--secondary-border-color);
    }

    .image-slider__main {
        max-width: none;
        flex: auto;
        height: calc(100% - 91px);
    }

    .images__big {
        padding: 0;
    }
    .main-image__button-video {
        bottom: 1.5rem;
    }
    .image-slider__main .swiper-slide {
       /* padding: 5rem;*/
    }
}

@media (max-width: 768px) {
    .modal-video__container {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%,-50%, 0);
        max-width: calc(100% - 20px);
        max-height: calc(100% - 20px);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 1920/1024;
    
    }
}

@media (max-width: 500px) {
    .product-page__buy-buttons {
        flex-direction: column;
    }
}
