.waiterText{
    padding: 38px 0 44px;
    background: #23252e;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.waiter-btn {
    width: 100%;
    height: 66px;
    border-radius: 33px;
    margin-top: 36px;
    outline: none;
    border: 0;
    /* background: rgb(254, 223, 67);
    background: linear-gradient(90deg, rgba(254, 223, 67, 1) 0%, rgba(239, 113, 152, 1) 100%); */
    background: #FD952C;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.bottom-links__el:nth-child(2){
    color: #ff975d;
}


.bottom-links__el:nth-child(2) path{
    fill: #ff975d!important;
}