.ads-item-suggest-price {
    padding: 0;
    margin-top: 10px;
    position: relative;
}
.ads-item-suggest-price > .btn-large {
    width: 100%;
    box-sizing: border-box;
}
.ads-item-suggest-price .v-popup.dropdown-block.dropdown-block-right {
    margin-right: 15px;
    left: auto;
    right: 100%;
    top: 50%;
    margin-left: 0;
    margin-top: -25px;
    padding: 15px 25px;
    text-align: center;
}
.ads-item-suggest-price .price-input {
    width: 110px;
}
.ads-item-suggest-price .send-button {
    width: 220px;
}

@media (max-width: 767px) {
    .ads-item-suggest-price {
        margin: 0;
        padding: 5px;
        box-sizing: border-box;
        position: relative;
    }
    .ads-item-suggest-price .v-popup.dropdown-block {
        margin: 0;
        left: 0;
        right: auto;
        top: calc(100% + 15px);
    }
}
@media (max-width: 350px) {
    .ads-item-suggest-price .v-popup {
        max-width: 220px;
    }
    .ads-item-suggest-price {
        width: 100%;
    }
}

.ads-item-suggest-price .btn {
    width: 100%;
}

.ads-item-suggest-price .v-descr_contact__form_captcha {
    text-align: left;
    margin-bottom: 10px;
}

.ads-item-suggest-price .v-descr_contact__form_captcha input {
    width: 80px;
}

.ads-item-suggest-price .v-descr_contact__form_captcha img {
    vertical-align: top;
}