.holiday-options__call-link {
    opacity:0;
    width:0;
    height:0;
    overflow:hidden;
}
.footer-call {
    display:none;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    background:rgba(255,255,255,0.8);
    padding:10px;

}
@media (max-width:767px) {
    .footer-call {
        display:flex;
        justify-content: center;
    }
}
.footer-call__button {
    display: inline-block;
    padding: 17px 35px 18px;
    box-sizing: border-box;
    border: 1px solid #b24b86;
    border-radius: 27px;
    line-height: 1.2;
    text-decoration: none;
    text-transform: none;
    transition: background-color .3s, transform .3s;
    appearance: button;
    font-weight: 600;
    min-height: 0;
    background: #b24b86;
    color: #fff;
    font-size: 15px;
    padding: 12px 30px 9px;
    text-align: center;
    margin:0 auto;
    &:hover {
        color:white;
    }
}