.container {
    width: 1205px !important;
}

.slide-title {
    width: 100% !important;
    min-width: 1205px !important;
}

.footer {
    width: 100%;
    min-width: 1205px;
}

.line_input {
    width: 509px;
    margin-top: 15px;
    margin-bottom: 5px;
}

input.form-inp {
    color: black;
    padding: 5px;
    border-bottom: solid 1px #d1d1d1;
    width: 475px;
}

.col-lg-2:nth-child(6n+1) {
    clear: left;
}
.col-lg-3:nth-child(4n+1) {
    clear: left;
}
.col-lg-4:nth-child(3n+1) {
    clear: left;
}
.col-lg-6:nth-child(2n+1) {
    clear: left;
}
