/* feedback */
#feedback-form .control-label {
    display: block;
}
#feedback-form .form-group {
    padding-bottom: 10px;
}
#feedback-form input {
    line-height: 20px;
    font-size: 18px;
    padding: 7px 10px;
    border: 2px solid rgb(227, 227, 227);
}
#feedback-form textarea {
    resize: none;
    height: 200px;
    font-family: Arial;
    font-size: 18px;
    padding: 7px 10px;
}
#feedback-form button {
    background: #2e7c8f;
    border: 0px;
    line-height: 20px;
    padding: 5px 20px;
    color: white;
    /*border-radius: 10px;*/
    font-size: 14px;
    /*text-transform: uppercase;*/
    cursor: pointer;
}
#feedback-form .help-block {
    color: red;
}
#feedback-form .feedback-email {
    display: none;
}

/* filter */
.filter.fixed {
    position: fixed;
    top: 65px;
}
.filter.bottomed {
    position: absolute;
    bottom: 90px;
    right: 0px;
}
.content_section {
    position: relative;
}

/* comments */
.comments_block {
    margin: 20px 0px;
}
.comments_block .form_block textarea {
    resize: vertical;
    height: 150px;
}

/* item adv */
.item__aside_other_adv {
    display: none;
    font-weight: bold;
    text-align: center;
}