.index-form-id .bth__inp-block.index-form-id__inp {
    width: 560px;
    margin-bottom: 15px;
}

.index-form-id .filter-big__block .bth__inp-block.index-form-id__inp input {
    width: calc(100% - 100px);
}

.index-form-id .filter-big__block .bth__inp-block .bth__inp {
    padding-top: 25px;
}

.index-form-id .filter-big__block .bth__inp-block {
    height: 50px;
}

.index-form-id .bth__inp-block.bth__inp-block--560.bth__inp-block-burger::after {
    font-size: 22px;
    right: 15px;
    color: #F5B553;
    top: 12px;
}

.index-form-id .bth__inp-block.bth__inp-block--560 .bth__inp {
    width: calc(100% - 60px);
}

.index-form-id .bth__inp-block.bth__inp-block--560 {
    margin-bottom: 25px;
    display: block;
}

.index-form-id__btn {
    color: #039097;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    border-left: 1px solid #03a9b152;
    padding: 15px 10px;
    font-weight: bold;
}

.index-form-id__d-ib {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.index-form-id .bth__dbl-inp .bth__btn {
    margin-right: 15px;
}

.index-form-id__user-name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.index-form-id__inp-sign {
    top: 0;
    padding: 13px;
    border-left: 1px solid #03a9b152;
    position: absolute;
    right: 0;
    text-align: center;
    color: #475669;
    width: 50px;
    height: 100%;
    box-sizing: border-box;
    cursor: auto;
    font-size: 20px;
}

.index-btn.bth__btn.bth__btn--fill {
    background-color: #F5B553;
    border-color: #F5B553;
}

.index-btn.bth__btn.bth__btn--fill:hover {
    background-color: #ffbb58;
    border-color: #ffbb58;
}

.index-form-id__section-560.filter-big__section {
    width: 560px
}

.index-form-id__big-txt {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

div .index-form-id__big-txt:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 700px) {
    .index-form-id__d-ib .bth__ava-60 {

    }

    .index-form-id__section-560.filter-big__section {
        width: 100%;
        display: flex;
    }

    .index-form-id__user-name {
        font-size: 15px;
    }.index-form-id__big-txt {
         font-size: 14px;
         line-height: 25px;
     }
}