.imagesslider {
    position: relative;
    margin-bottom: 20px;
}
.js-carousel-container{
    margin: 0 auto;
    background-color: #fff;
    /* box-shadow: 0 0 13px -4px rgba(0, 0, 0, .65); */
}



.js-carousel-container:after{
    right: 0;
    left: initial;
    transform: rotateZ(2deg);
}

.js-carousel-container:before{
    transform: rotateZ(-2deg);
}





/*JSCAROUSEL STYLES*/
.js-carousel{
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.js-carousel li{
    display: none;
}

.js-carousel li:first-child{
    display: block;
}

.js-carousel.loaded li{
    font-size: 93px;
    line-height: 240px;
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #2f2f2f;
}

.js-carousel.loaded li a{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.js-carousel-prev-button,
.js-carousel-next-button{
    position: absolute;
    z-index: 2;
    top: 50%;
    bottom: 0;
    left: -20px;
    width: 0;
    height: 0;
    margin-top: -20px;
    cursor: pointer;
    color: #395058;
    border: 20px solid #ffe;
    border-radius: 100%;
    box-shadow: 0 1px 12px -2px rgba(0, 0, 0, .46);
    display: none;
}

.js-carousel-next-button{
    right: -20px;
    left: initial;
}
.js-carousel-next-button:before{
    position: absolute;
    top: -7px;
    left: -5px;
    content: 'â–º';
}

.js-carousel-prev-button:before{
    position: absolute;
    top: -7px;
    left: -10px;
    content: 'â—„';
}

.js-carousel-prev-button:hover,
.js-carousel-next-button:hover{
    color: #fc6216;
}

.js-carousel-bullets-wrapper{
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 50%;
}

.js-carousel-bullets-wrapper > div{
    position: relative;
    left: -50%;
}

.js-carousel-bullets-wrapper .bullet{
    position: relative;
    float: left;
    width: 9px;
    height: 9px;
    margin: 0 7px;
    cursor: pointer;
    text-indent: -4000px;
    background: #ffffff;
    border-radius: 100%;
}

.js-carousel-bullets-wrapper .bullet.active,
.js-carousel-bullets-wrapper .bullet:hover{
    background: rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 4px #fff;
}



.imagesslider li .price-button .catalog-download-price-btn {
    height: auto;
    position: absolute;
    width: auto;
    top: 70px;
    left: 50%;
}

.imagesslider li .price-button .catalog-download-price-btn .label {
    display: block;
    height: 20px;
    position: relative;
    line-height: 18px;
}