#contact__hotel{
    background-color: #0072bd;
    padding: 10px 0;
}

.contact__hotel-wrap{
    display: flex;
    justify-content: space-between;
}

.contact__hotel-back a{
    font-size: 14px;
    color: #fff;
    font-family: var(--normal-font);
    text-decoration: none;
    font-weight: 700;
}

.contact__hotel-oder a{
    display: inline-block;
    font-size: 14px;
    padding: 4px 15px;
    border-radius: 5px;
    background: #f8c218;
    font-family: var(--normal-font);
    text-decoration: none;
    font-weight: 700;
    color: #fff;
}

.contact__hotel-oder i{
    font-size: 13px;
    color: #fff;
    padding: 15px;
    cursor: pointer;        
}

@media screen and (max-width: 739px) {
    #contact__hotel{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
    }
}