

/* Start:/local/components/gtx/elements.list/templates/house/style.css?16978008381120*/
.item_slider {
    width: 100%;
    height: 550px;
    background: #e6e6e6;
    position: relative;
}

.item_slider .slick-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    text-align: center;
}

.item_slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.item_slider .slick-dots li button {
    font-size: 0;
    padding: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: white;
    border: 2px solid white;
}

.item_slider .slick-dots li.slick-active button {
    background: #1d1954;
}

.item_slider .slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.item_slider .slick-list,
.item_slider .slick-track {
    height: 100%;
}

.variants .item .item_info p.price + p.preview {
    font-size: 14px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1300px){
    .item_slider {
        height: 400px;
    }
}

@media screen and (max-width: 991px){
    .item_slider {
        height: 300px;
    }
}
/* End */
/* /local/components/gtx/elements.list/templates/house/style.css?16978008381120 */
