.dischange-form{

}
.dischange-form .item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.dischange-form .item input[type=text]{
    width: 500px;
}
.dischange-form .item input[type=button]{
    width: 100%;
    background-color: #4cae4c;
    border: 1px solid #6c6c6c;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
    border-radius: 3px;
}

.dischange-form .info__call-accept {
    margin: 2rem 0 0 0!important;
}
.dischange-form .hidden {
   display:none;
}