
.product-page_top_left .big_imag {
    width: 540px;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.big_imag > img {
    width: 100%;
    height: 100%;
}
.product-page_top_left .swipe_img {
    width: 540px;
    height: 100px;
    margin-top: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swipe_img #containerProduct {
    position: relative;
    /* width: 540px; */
    width: 520px;
    overflow: hidden;
    list-style: none;
}
/* .swipe_img #containerProduct .swiper-wrapper {
    width: 520px;
    height: 100px;
} */
.swipe_img #containerProduct .swiper-wrapper .swiper-slide {
    width: 170px;
    height: 100px;
    background: #16ac23;
}
.swipe_img #containerProduct .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}
.swipe_img #containerProduct .swiper-button-next {
    width: 12px;
    height: 20px;
    right: 0;
    top: 50%;
    transform: translateY(50%);
    background: url(/cache/box/image/arrows-right.png) no-repeat center center;
}
.swipe_img #containerProduct .swiper-button-prev {
    width: 12px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(50%);
    background: url(/cache/box/image/arrows-left.png) no-repeat center center;
}
.containerApp {
    width: 100%;
    overflow: hidden;
    list-style: none;
}
#applicationApp{
    position: relative;
}
.container #applicationApp .swiper-button-next {
    width: 42px;
    height: 68px;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/cache/box/image/arrows-right-bgi.png) no-repeat center center;
}
.container #applicationApp .swiper-button-prev {
    width: 42px;
    height: 68px;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/cache/box/image/arrows-left-bgi.png) no-repeat center center;
}

