/* Страница "Лучшие предложения" */

.interests-sort-for-price {
    margin-top: 40px;
    margin-left: -15px;
    margin-bottom: 40px;;
}

.interests-sort-for-price .filter-for-price .filter-left {
    display: flex;
}

.interests-sort-button {
    width: 384px;
}

@media (max-width: 550px) {
    .interests-sort-button {
        width: 490px;
    }
    .interests-sort-for-price {
        display: flex;
        flex-wrap: wrap;
    }
    .interests-sort-for-price .filter-for-price .filter-left {
        display: block;
    }
    .curr-button {
        display: flex;
        float: right;
        margin-top: 10px;
    }
}

@media (max-width: 500px) {
    .interests-sort-button {
        width: 410px;
    }
}

@media (max-width: 390px) {
    .interests-sort-button {
        width: 390px;
    }
}

@media (max-width: 375px) {
    .interests-sort-button {
        width: 370px;
    }
}

@media screen and (max-width: 350px) {
    .interests-sort-button {
        width: 340px;
    }
}

#owl-interests .owl-next, #owl-interests .owl-prev {
    width: 40px;
    height: 40px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    background: transparent;
}

#owl-interests .owl-next {
    right: -80px;
}

#owl-interests .owl-prev {
    left: -80px;
}