.side_contacts {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 1000;
}
.side_contacts .btn{
    width: 40px;
    height: 150px;
    padding: 0 12px;
    margin-bottom: 15px;
    font-size: 16px !important;
    border-radius: 6px 0 0 6px;
    position: relative;
    left: 55px;
}
.side_contacts .btn-reserve{
    height: 120px;
}
.side_contacts .btn i{
    top: 20px;
    left: 11px;
    font-size: 16px !important;
}
.side_contacts .btn p{
    padding-top: 10px;
    line-height: 1 !important;
}

.line_qr {
    background: #fff;
    border-radius: 6px 0 0 6px;
    border: 2px solid #06C755;
    border-right: none;
    text-align: center;
    color: #06C755;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2 !important;
    padding: 10px 5px;
}