    /* images
------------------------------------------------------------------- */
    
    .images__container {
        border: 1px solid #dddddd;
        margin-bottom: 35px;
        border-radius: 5px;
    }

    .swiper {
        opacity: 0;
    }
    .icon-video-slide {
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    .swiper-initialized {
        opacity: 1;
    }
    
    .images__container * {
        border-radius: 5px;
    }
    .main-product-slide .owl-item {
        flex: 1 0 auto;
    }
    
    .main-product-slide .owl-item {
        opacity: 0;
    }
    .main-product-slide .owl-item.active {
        opacity: 1;
    }
    
    .main-product-slide.owl-grab .owl-item {
        opacity: 1;
    }

    .images__big {
        position: relative;
        background: #fff;
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 600px;
        aspect-ratio: 1 / 1;
    }

    .images__big video {
        width: 100%;
        height: 100%;
        object-fit: contain;
        max-height: 600px;
    }
    
    @media (max-width: 425px) {
        .images__big {
            max-height: 400px;
        }
    }

    .images__slider {
        margin-top: 10px;
    }
    .slides-inner {
        margin: 0 -1px;
    }
    
    .slides-inner .images__slider__item {
        border: 1px solid #f3f3f3;
        object-fit: contain;
        border-radius: 5px;
        margin: 0;
        cursor: pointer;
    }

    .images__slider__item {
        position: relative;
        display: block;
        height: 136px;
        background: #fff;
        border-radius: 5px;
    }
    .images__slider__item video {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .images__slider__item .card__image {
        width: 100%;
        height: 100%;
    }
    
    @media (max-width: 1200px) {
        .images__slider__item {
            height: 102px;
        }
    }
    
    @media (max-width: 980px) {
        .images__slider__item {
            height: 70px;
        }
    }
    
    @media (max-width: 768px) {
        .images__slider__item {
            height: 120px;
        }
    }
    
    @media (max-width: 430px) {
        .images__slider__item {
            height: 70px;
        }
    }
    
    .images__slider__item img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        object-fit: contain;
    }
    
    .slides-inner .swiper-slide-thumb-active .images__slider__item {
        border: 2px solid var(--main-color);
    }
    
    .images .fancy-modal:first-child {
        width: 100%;
        height: 100%;
    }
    
    .main-img__inner {
        height: 100%;
        background: #fff;
        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;
    }
    
    .main-img__wrap {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
        width: 100%;
        height: 100%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        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;
    }
    
    @media (min-width: 768px) {
        .main-img__wrap {
            min-height: 398px;
        }
    }

    .main-img__wrap:after {
        content: '';
        position: absolute;
        background: #fff;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 1;
        -webkit-transition: .3s opacity;
        -o-transition: .3s opacity;
        transition: .3s opacity;
    }
    
    .images__link {
        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;
        height: 100%
    }
    @media (min-width: 430px) {
    .main-img__wrap_zoomable:hover .main-img,
    .main-img__wrap_zoomable:hover:after {
        opacity: 0;
        pointer-events: none;
    }
    }
    /* Вложенные селекторы и important необходимы, чтобы перебить стили из других owl-carousel */
    
    .images .c-carousel {
        padding: 0 40px;
    }
    
    .images__nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .images__nav::before {
        position: relative;
        font-family: "FontAwesome";
        font-size: 28px;
        text-align: center;
        color: #c9c9c9;
    }
    
    .images__nav:hover::before {
        color: var(--main-color);
    }
    
    .images .c-carousel .owl-prev {
        right: auto;
        left: 0;
    }
    
    .images .c-carousel .owl-next {
        right: 0;
    }
    
    .images__prev {
        left: 0px!important;
    }

    .swiper-button-prev-copy,
    .swiper-button-next-copy {
        cursor: pointer;
    }
    
    .images__next {
        right: 0!important;
    }
    
    .swiper-button-disabled {
        display: block;
        pointer-events: none;
    }
    
    .swiper-button-disabled .images__nav::before {
        opacity: 0.3;
    }
    
    .main-img {
        display: block;
        width: 100%!important;
        max-width: 100%;
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
        background: #fff;
        object-fit: contain;
        position: relative;
        z-index: 2;
        height: 100%;
        max-height: 600px;
    }
    
    .c-carousel__images .owl-stage {
        display: block!important;
    }