.PrologueUniComponentGallery__productimagegallery {
    display:           -webkit-box;
    display:           -ms-flexbox;
    display:           flex;
    -webkit-box-align: center;
    -ms-flex-align:    center;
    align-items:       center;
    margin:            0 auto;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .PrologueUniComponentGallery__productimagegallery {
        
    }
}

@media screen and (min-width: 1280px) {
    .PrologueUniComponentGallery__productimagegallery {
        margin: 0;
    }
}

.PrologueUniComponentGallery__productimagegallery-slider-vertical {
    position: relative;
    height:   350px;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .PrologueUniComponentGallery__productimagegallery-slider-vertical {
        height: 500px;
    }
}

@media screen and (min-width: 1280px) {
    .PrologueUniComponentGallery__productimagegallery-slider-vertical {
        height: 600px;
    }
}

.PrologueUniComponentGallery__productimagegallery-slider-vertical .swiper-container {
    width:  100%;
    height: 100%;
}

.PrologueUniComponentGallery__productimagegallery-slider-vertical .swiper-slide {
    display:           -webkit-box;
    display:           -ms-flexbox;
    display:           flex;
    -webkit-box-align: center;
    -ms-flex-align:    center;
    align-items:       center;
}

.PrologueUniComponentGallery__productimagegallery-slider-vertical .swiper-button-prev {
    top:                -20px;
    left:               50%;
    -webkit-transform:  translateX(-50%);
    transform:          translateX(-50%);
    -webkit-transition: all 0.25s ease-in-out;
    transition:         all 0.25s ease-in-out;
    color:              #000;
    width:              100%;
    height:             17px;
}

.PrologueUniComponentGallery__productimagegallery-slider-vertical .swiper-button-prev:after {
    content: none;
}

.PrologueUniComponentGallery__productimagegallery-slider-vertical .swiper-button-prev:hover {
    color: #cb11ab;
}

.PrologueUniComponentGallery__productimagegallery-slider-vertical .swiper-button-prev:focus {
    outline: none;
}

.PrologueUniComponentGallery__productimagegallery-slider-vertical .swiper-button-next {
    bottom:             -40px;
    top:                auto;
    left:               50%;
    -webkit-transform:  translateX(-50%);
    transform:          translateX(-50%);
    -webkit-transition: all 0.25s ease-in-out;
    transition:         all 0.25s ease-in-out;
    color:              #000;
    width:              100%;
    height:             17px;
}

.PrologueUniComponentGallery__productimagegallery-slider-vertical .swiper-button-next:after {
    content: none;
}

.PrologueUniComponentGallery__productimagegallery-slider-vertical .swiper-button-next:hover {
    color: #cb11ab;
}

.PrologueUniComponentGallery__productimagegallery-slider-vertical .swiper-button-next:focus {
    outline: none;
}

.PrologueUniComponentGallery__productimagegallery-slider-item {
    cursor:             pointer;
    overflow:           hidden;
    border:             2px solid transparent;
    -webkit-transition: all 0.25s ease-in-out;
    transition:         all 0.25s ease-in-out;
}

.PrologueUniComponentGallery__productimagegallery-slider-item:hover {
    border: 2px solid #cb11ab;
}

.PrologueUniComponentGallery__productimagegallery-slider-item--active {
    border: 2px solid #cb11ab;
}

.PrologueUniComponentGallery__productimagegallery-slider-img {
    height:                      100px;
    width:                       80px;
    display:                     block;
    -webkit-transition:          all 0.25s ease-in-out;
    transition:                  all 0.25s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility:         hidden;
    -o-object-fit:               cover;
    object-fit:                  cover;
}

.PrologueUniComponentGallery__productimagegallery-slide-big {
    margin-left: 20px;
    cursor:      pointer;
}

@media screen and (min-width: 1280px) {
    .PrologueUniComponentGallery__productimagegallery-slide-big {
        margin-left: 40px;
    }
}

.PrologueUniComponentGallery__productimagegallery-slide-big-img {
    width:         100%;
    -o-object-fit: cover;
    object-fit:    cover;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .PrologueUniComponentGallery__productimagegallery-slide-big-img {
        width: 440px;
    }
}

@media screen and (min-width: 1280px) {
    .PrologueUniComponentGallery__productimagegallery-slide-big-img {
        width: 413px;
    }
}

.PrologueUniComponentGallery__productimagegallery-popup {
    width:         700px;
    padding:       25px;
    background:    #fff;
    border-radius: 10px;
    display:       none;
}

@media screen and (min-width: 1680px) {
    .PrologueUniComponentGallery__productimagegallery-popup {
        width: 900px;
    }
}

.PrologueUniComponentGallery__productimagegallery-popup .fancybox-close-small {
    width:              60px;
    height:             60px;
    -webkit-transition: all 0.25s ease-in-out;
    transition:         all 0.25s ease-in-out;
}

.PrologueUniComponentGallery__productimagegallery-popup .fancybox-close-small:hover {
    color: #cb11ab;
}

.PrologueUniComponentGallery__productimagegallery-popup-slider-top {
    position:      relative;
    margin-bottom: 25px;
}

.PrologueUniComponentGallery__productimagegallery-popup-slider-top .swiper-slide {
    display:          -webkit-box;
    display:          -ms-flexbox;
    display:          flex;
    -webkit-box-pack: center;
    -ms-flex-pack:    center;
    justify-content:  center;
}

.PrologueUniComponentGallery__productimagegallery-popup-slider-top .swiper-button-prev {
    left:               -20px;
    -webkit-transition: all 0.25s ease-in-out;
    transition:         all 0.25s ease-in-out;
    color:              #000;
    width:              40px;
    height:             40px;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .PrologueUniComponentGallery__productimagegallery-popup-slider-top .swiper-button-prev {
        left: 0;
    }
}

.PrologueUniComponentGallery__productimagegallery-popup-slider-top .swiper-button-prev:after {
    content: none;
}

.PrologueUniComponentGallery__productimagegallery-popup-slider-top .swiper-button-prev:hover {
    color: #cb11ab;
}

.PrologueUniComponentGallery__productimagegallery-popup-slider-top .swiper-button-prev:focus {
    outline: none;
}

.PrologueUniComponentGallery__productimagegallery-popup-slider-top .swiper-button-next {
    right:              -20px;
    -webkit-transition: all 0.25s ease-in-out;
    transition:         all 0.25s ease-in-out;
    color:              #000;
    width:              40px;
    height:             40px;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .PrologueUniComponentGallery__productimagegallery-popup-slider-top .swiper-button-next {
        right: 0;
    }
}

.PrologueUniComponentGallery__productimagegallery-popup-slider-top .swiper-button-next:after {
    content: none;
}

.PrologueUniComponentGallery__productimagegallery-popup-slider-top .swiper-button-next:hover {
    color: #cb11ab;
}

.PrologueUniComponentGallery__productimagegallery-popup-slider-top .swiper-button-next:focus {
    outline: none;
}

.PrologueUniComponentGallery__productimagegallery-popup-slider-top-item-img {
    width: 250px;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .PrologueUniComponentGallery__productimagegallery-popup-slider-top-item-img {
        width: 450px;
    }
}

@media screen and (min-width: 1280px) {
    .PrologueUniComponentGallery__productimagegallery-popup-slider-top-item-img {
        width: 370px;
    }
}

@media screen and (min-width: 1680px) {
    .PrologueUniComponentGallery__productimagegallery-popup-slider-top-item-img {
        width: 570px;
    }
}

.PrologueUniComponentGallery__productimagegallery-popup-slider-thumbs {
    width:  250px;
    margin: 0 auto;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .PrologueUniComponentGallery__productimagegallery-popup-slider-thumbs {
        width: 450px;
    }
}

@media screen and (min-width: 1280px) {
    .PrologueUniComponentGallery__productimagegallery-popup-slider-thumbs {
        width: 370px;
    }
}

@media screen and (min-width: 1680px) {
    .PrologueUniComponentGallery__productimagegallery-popup-slider-thumbs {
        width: 570px;
    }
}

.PrologueUniComponentGallery__productimagegallery-popup-slider-thumbs .swiper-slide-thumb-active .PrologueUniComponentGallery__productimagegallery-popup-slider-thumbs-item-img {
    border: 2px solid #cb11ab;
}

.PrologueUniComponentGallery__productimagegallery-popup-slider-thumbs-item-img {
    border:             2px solid transparent;
    cursor:             pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition:         all 0.25s ease-in-out;
}

.PrologueUniComponentGallery__productimagegallery {
    position: relative;
}
.PrologueUniComponentGallery__productimagegallery-slide-big {
    width: calc(100% - 115px);
    position: absolute !important;
    left: 75px;
    top: 0;
}
img.PrologueUniComponentGallery__productimagegallery-slide-big-img {
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
img.PrologueUniComponentGallery__productimagegallery-popup-slider-thumbs-item-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.PrologueUniComponentGallery__productimagegallery-popup-slider-top-item-img {
    /*height: 500px;*/
    height: 620px;
    width: auto;
}
.PrologueUniComponentGallery__productimagegallery .swiper-button-next {
    background: none;
    text-align: center;
}
.PrologueUniComponentGallery__productimagegallery .swiper-button-prev {
    background: none;
    text-align: center;
}
.PrologueUniComponentGallery__productimagegallery-popup .swiper-button-next {
    background: none;
    text-align: center;
}
.PrologueUniComponentGallery__productimagegallery-popup .swiper-button-prev {
    background: none;
    text-align: center;
}

.PrologueUniComponentGallery__productimagegallery-popup .swiper-button-prev svg {
    width: 20px;
    color: #555;
}

.PrologueUniComponentGallery__productimagegallery-popup .swiper-button-next svg {
    width: 20px;
    color: #555;
}
.PrologueUniComponentGallery__productimagegallery-popup-slider-thumbs .swiper-slide-thumb-active .PrologueUniComponentGallery__productimagegallery-popup-slider-thumbs-item-img {
    border: 2px solid #555;
}

img.PrologueUniComponentGallery__productimagegallery-slide-big-img {
    margin: 0 auto;
    display: block;
}