#subscription-form {
    display: flex;
    width: 100%;
}
.views-list-objects .views-exposed-form {
    display: none;
}

.views-one-object .views-exposed-form {
    display: none;
}

#views-exposed-form-places-favorites-objects {
    display: none;
}

.floor-filter {
    width: 50px;
    margin-right: 130px;
}

.footer__left-block .index-text-block {
    align-items: left;
}

#user-login-form {
    margin: 100px 0;
    text-align: center;
}

.office-form input[type='submit'] {
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    background-color: #a7d165;
    color: #fefefe;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: none;
    border: none;
}

#user-login-form input{
    width: 350px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    border: 1px solid #dedfe3;
    padding-left: 15px;
    outline: none;
    font-size: 16px;
}
#user-login-form #edit-name {
    margin-left: 8px;
}

#user-login-form #edit-submit {
    margin-left: 3.2%;
    height: 50px;
    background: #a7d165;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    border: none;
    box-shadow: none;
    margin-top: 10px;
}
