#popup-product-images .flip-front {
    position: static;
    max-width: 1184px;
    margin: 0 auto;
}

#popup-product-images .flip-front,
#popup-product-images .flip-content {
    height: 100%;
    margin-top: 0;
}

#popup-product-images .flip-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border: none;
    border-radius: 0;
}

#popup-product-images .card-preview.card-preview-big {
    height: auto;
}

#popup-product-images .flip-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#popup-product-images .flip-title {
    max-width: 884px;
}

#popup-product-images .flip-close:before, #popup-product-images .flip-close:after {
    background-color: #263238;
}

#popup-product-images .flip-header .cart-info {
    display: flex;
}

#popup-product-images .flip-header .cart-info .price {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.15px;
    color: #263238;
}

#popup-product-images .flip-header .cart-info .add-to-card, #popup-product-images .cart-info .go-to-card {
    width: 148px;
    height: 40px;
    margin-left: 16px;
    margin-top: -7px;
}

#popup-product-images .add-to-card:before, #popup-product-images .cart-info .go-to-card:before {
    font-size: 20px;
    top: 0;
}

#popup-product-images #card-img-slider-big {
    position: relative;
}

#card-img-slider-big .card-img-slider img {
    border-radius: 4px;
}

#popup-product-images .card-img-slider__item {
    position: relative;
    overflow: hidden;
}

#popup-product-images .card-img-zoom {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    right: 20px;
    top: calc(50% - 44px);
    width: 32px;
    height: 88px;
    /*background-color: red;*/
}

.card-img-zoom-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 32px;
    background-color: #FFFFFF;
    border-radius: 50%;
    font-size: 36px;
    color: #263238;
    opacity: .5;
}

.card-img-zoom-button.active {
    opacity: 1;
    cursor: pointer;
}

.card-img-zoom-button:before, .card-img-zoom-plus:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #263238;
}

.card-img-zoom-plus:after {
    transform: rotate(90deg);
}

#popup-product-images .card-img-block .slick-arrow:before {
    content: url("/local/templates/public/img/arrow.svg") !important;
    width: 40px;
    height: 40px;
}


@media (max-width: 1200px) {
    #popup-product-images .flip-header {
        flex-direction: column;
        justify-content: unset;
        align-items: flex-start;
    }

    #popup-product-images .flip-title {
        max-width: calc(100% - 40px);
    }

    #popup-product-images .flip-header .cart-info {
        align-items: center;
        margin-top: 16px;
    }

    #popup-product-images .flip-header .cart-info .add-to-card, #popup-product-images .cart-info .go-to-card {
        margin-top: 0;
    }

    #card-full-big {
        height: Calc(100% - 274px);
    }
}

@media (max-width: 475px) {
    #popup-product-images .flip-header .cart-info, #popup-product-images .card-info-slider {
        display: none;
    }

    #card-full-big {
        height: Calc(100% - 320px);
    }

    #popup-product-images .card-img-slider-wrap {
        width: 100vw;
        margin: 0 -16px;
        max-width: unset;
    }
}