#tl-anchor {
    margin-top: 100px;
}

.tl-button-lk {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 174px;
    align-items: center;
    text-decoration: none !important;
    padding: 12px;
    background: #ff7e16;
    border-radius: 3px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}

.tl-button-lk--left {
    margin: auto 0 0 0;
}

@media (min-width: 1199px) and (max-width: 1307px){
    .wrap-booking {
        /* margin-bottom: 95px !important; */
    }
}

@media (min-width: 1308px) and (max-width: 1633px){
    .wrap-booking {
        margin-bottom: 31px !important;
    }
}

@media (max-width: 414px) {
    .wrap-booking {
        margin-bottom: 60px !important;
    }
    .tl-button-lk--left {
        margin: 0 auto;
    }
}

@media (min-width: 1201px) and (max-width: 1298px){
    .wrap-booking {
        /* margin-top: 119px; */
    }
}

@media (min-width: 1382px) and (max-width: 1558px){
    .wrap-booking {
        margin-top: 119px;
    }
}

.prices-load {
    display: flex;
    flex-direction: column;
}

.prices-load .price {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 25px !important;
}

.price-load-link {
    position: absolute;
    bottom: 5px;
    right: 22px;
    max-width: 200px;
}

.price-load-link span {
    line-height: 15px !important;
    font-size: 13px !important;
}

.price-tabl {
    text-align: center;
}

.price-tabl span {
    font-weight: 700 !important;
}

@media (max-width: 420px) {
    .price-load-link {
        display: none;
    }
}