#main .section-feedback.dos .auxi {
    padding: 99px 24px 135px;
    max-width: 100%;
}
#main .section-feedback.dos p.title{
    font-family: 'HelvicaNeueRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 23px;
    color: #1A1A1A;
    padding: 0;
    margin-block: 23px 50px;
}
#main .section-feedback.dos .logo_feedback span{
    font-family: 'HelvicaNeueRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #000000;
}
#main .section-feedback.dos .logo_feedback img {
    display: none;
}
#main .section-feedback.dos .box-buttons {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#main .section-feedback.dos .button-group{
    margin: 0;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}
#main .section-feedback.dos .feed-button{
    background: #FFFFFF;
    border: 1px solid #666666;
    width: 292px;
    height: 56px;
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-family: 'HelvicaNeueRegular';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #666666;
    justify-content: center;
}
#main .section-feedback.dos .feed-button:hover{
    background-color: #cacaca;
    color: #000 !important;
}
#main .section-feedback.dos .feed-button:hover::before{
    opacity: 0;
}