.poll-block img {
    max-width: 100%;
}

.poll-block__text {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 300;
}

.poll-block {
    margin-bottom: 50px;
}
.poll-block__info {
    position: absolute;
    bottom: 50px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    color: rgba(245,242,224);
    left: 50%;
    transform: translate(-50%, 0);
}

.poll-block__info .index-buttom {
    color: rgba(245,242,224);
    border-color: rgba(245,242,224);
    display: inline-block;
    padding: 10px 20px;
}

@media screen and (min-width: 768px) {
    .poll-block .container {
        position: static;
    }

    .poll-block__text {
        font-size: 22px;
    }
    .poll-block__info {
        top: 50%;
        bottom: unset;
        max-width: 400px;
        color: #34251E;
        left: 40px;
        transform: translate(0, -50%);
    }

    .poll-block__info .index-buttom {
        color: #34251E;
        border-color: #34251E;
    }
}

@media screen and (max-width: 768px) {
.poll-block__text {
    line-height: 20px;
}
}

@media screen and (min-width: 1060px) {

    .poll-block__text {
        margin-bottom: 50px;
        font-size: 30px;
    }
    .poll-block__info {
        max-width: 500px;
    }
}


@media screen and (min-width: 1440px) {

    .poll-block__text {
        margin-bottom: 60px;
        font-size: 45px;
    }
    .poll-block__info {
        max-width: 800px;
    }
}

.show-more-preloader {
    height: 50px;
    align-items: end;
    justify-content: center;
}

.modal-split {
    display: none;
}

.mini-product-cart .product-item-split {
    display: none;
}