.lk-wrapper {
    display: inline-flex !important;
    border-bottom: none !important;
}

.lk-wrapper:hover {
    opacity: 1;
}

.lk-wrapper:hover .lk-wrapper__description {
    opacity: 1;
}

.lk-wrapper__description {
    transition: all .8s ease;
    opacity: 0;
    position: absolute;
    background: #F6F6F6;
    width: 190px;
    height: 84px;
    padding: 15px;
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    text-align: left;
    bottom: -90px;
    right: 10px;
}

.lk-wrapper__icon {
    margin-right: 10px;
    margin-left: 20px;
}

.wrapper__login {
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
}


.lk-wrapper__description-icon {
    position: absolute;
    left: calc(50% + 14px);
    top: -15px;
}

.home header {
    z-index: 11;
}

.lk-button {
    background: #B80604;
    border-radius: 30px;
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 10px 20px;
}

.lk-button:hover {
    color: #ffffff;
}

#tl-anchor {
    margin-bottom: 25px;
}

#tl-booking-form {
    margin-top: 30px;
}