.wrap-form {
    float: left;
    padding: 20px 20px 0;
    background-color: #f4f4f4;
    width: 100%;
    max-width: 414px;
    font-size: 15px;
    color: #818285;
    margin-left: -414px;
}
.wrap-form h4 {
    margin: 0 0 20px;
}
.form-group__control {
    *zoom: 1;
    margin-bottom: 30px;
    position: relative;
}
.form-group__control:before,
.form-group__control:after {
    display: table;
    content: "";
    line-height: 0;
}
.form-group__control:after {
    clear: both;
}
.form-group__control .btn-type-1 {
    border: none;
}
.form-group label {
    line-height: 2.7;
}
.form-group input {
    float: right;
    border: none;
    padding: 10px 15px;
    width: 100%;
    box-shadow: 0 3px 5px rgba(99, 99, 99, 0.5);
}
.form-group textarea {
    width: 100%;
    border: none;
    padding: 10px 15px;
    box-shadow: 0 3px 5px rgba(99, 99, 99, 0.5);
    margin-top: 10px;
    resize: none;
    min-height: 80px;
}
.form-group select {
    float: right;
    border: none;
    padding: 10px 15px;
    width: 100%;
    box-shadow: 0 3px 5px rgba(99, 99, 99, 0.5);
    position: relative;
}
.form-group select:after {
    content: "1243";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000;
    position: absolute;
    right: 5px;
    top: 5px;
}
.form-group__search {
    margin-bottom: 30px;
}
.form-group__search input[type=text] {
    font-size: 16px;
    padding: 11px 3px 10px 40px !important;
    border: none;
    background: url('../img/png/search.png') no-repeat 7px center #ffffff;
    max-width: 410px;
    width: 100%;
    height: 39px;
    color: #555555;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.26);
}
.form-group__search input[type=submit] {
    visibility: hidden;
}

.lib-form {
    margin-right: 40px;
    /*margin-left: -40px;
    margin-bottom: 40px;*/
    min-height: 677px;
}
.lib-form select[name=lib-lang] {
    max-width: 315px;
}
#filter_language {
    max-width: 315px;
}
#filter_type {
    max-width: 410px;
    outline:none;
    z-index: 1;
}
.lib-form select[name=lib-pablic] {
    max-width: 245px;
}
.lib-form .btn-type-1 {
    margin-top: 0;
}
/* [ help-block ] */
.help-block {
    font-size: 12px;
    text-align: right;
    color: #e5473a;
    /*text-align: left;
    color: #b7b7b7;*/
}
.help-block ul {
    margin: 0;
    padding: 0;
}
.help-block li {
    margin-top: 5px;
    line-height: 1;
}
