@media screen and (max-width: 1100px) and (min-width: 801px){

    .module{
        width: 800px;
        margin: 0 auto;
    }

    .products-wrapper .products-item .price-wrapper{
        width: 100%;
        padding: 20px 0;
    }

    .products-wrapper .products-item .price-wrapper > div{
        float: left;
    }

    .products-wrapper .products-item .price-wrapper .price{
        margin-top: 10px;
        padding-right: 10px;
    }
    .products-wrapper .products-item .price-wrapper .button-buy,
    .products-wrapper .products-item .price-wrapper .button-ask{
        padding: 0 10px 0 0;
    }

    .products-wrapper .products-item .price-wrapper .credit{
        width: 260px;
        margin-top: 0;
    }

    .products-wrapper .products-item .price-wrapper a{
        width: 180px;
    }

    .products-wrapper .col-text,
    .products-wrapper .col-images{
        width: 400px;
    }

    .products-wrapper .products-item-acc .sw {
        width: 400px;
    }
}

@media screen and (max-width: 1100px){
    .spoiler .text{
        padding-left: 32px;
        font-size: 22px;
        padding-top: 8px;
        background: url(../images/ny-ball.png) 2px 0 no-repeat;
    }
    .spoiler .text span{
        font-size: 12px;
    }
    .spoiler .button{
        position: absolute;
        top: 55px;
        left: 50%;
        margin-right: 0;
        padding-top: 0;
        margin-left: -85px;
    }
    .spoiler .button a{
        font-size: 9px;
        width: 150px;
        line-height: 26px;
        padding: 0 10px;
    }
    .spoiler .close{
        background: url(../images/ny-close.png) 0 0 no-repeat;
        width: 19px;
        height: 19px;
        right: 5px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 800px){
    .module{
        min-width: 320px;
        width: 100%;
        margin: 0 auto;
    }

    .moduletitle{
        text-align: center;
        line-height: 1.1;
        padding: 0 10px;
        font-size: 20px;
        padding-bottom: 5px;
    }

    .products-wrapper .products-item .image-wrapper{
        width: 100%;
        text-align: center;
        min-height: 280px;
    }

    .products-wrapper .products-item .image-wrapper a{
        padding: 0;
    }

    .products-wrapper .products-item .title{
        text-align: center;
    }


    .products-wrapper .products-item .chars-wrapper{
        width: 100%;
    }

    .products-wrapper .products-item .chars-wrapper .left{
        width: 48%;
        padding-left: 2%;
        background: none;
        line-height: 1;
    }
    .products-wrapper .products-item .chars-wrapper .right{
        width: 48%;
        line-height: 1;
    }

    .products-wrapper .products-item .price-wrapper{
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }
    .products-wrapper .products-item .price{
        margin-top: 10px;
    }

    .products-wrapper .products-item .gallery{
        overflow: hidden;
    }

    .products-wrapper .col-text{
        float: none;
        width: 96%;
        margin: 0 2% ;
    }

    .products-wrapper .col-images{
        width: 100%;
        margin: 0 auto;
    }

    .products-wrapper .products-item-acc .sw{
        width: 320px;
        margin: 0 auto;
        min-height: 220px;
    }


    .col-images .swiper-slide a img{
        max-width: 300px;
    }

    .col-images .swiper-wrapper{
        padding: 0;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        right: 10px;
    }

}