@import url(https://fonts.bunny.net/css?family=onest:400,800);

* {
    font-family: 'Onest', sans-serif;
}

/*.header {
    padding-right: 14px;
}*/

.hero {
    background: linear-gradient(to bottom, #e5e5e5 0%,#f5f5f7 100%);
}

.hero__content-wrapper .hero__description {
    margin: 0 !important;
}

.footer {
    background-color: #f5f5f7 !important;
}


.hero__background.fade {
    display: none;
}

.hero__title h1 {
    margin: 0 auto 0 auto;
}

/*a.router-link-active.router-link-exact-active {
    height: 32px;
}*/

@media (min-width: 1024px) {
    .booking[data-v-4ba03136] {
        margin: 32px 0 48px 8px !important;
    }
}

.ui-avatar__image {
    border-radius: 6px !important;
}

.bk-sticky-foot {
    height: auto !important;
    padding: 24px !important;
}

.ui-tabs.el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__item {
    text-transform: none !important;
}

.ui-tabs.el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__item.is-active {
    border-radius: 6px 6px 0 0;
}

div.footer__content {
    background-color: var(--color-white);
    border: 1px solid var(--theme-color-border);
    border-radius: 8px;
    padding: 16px;
}

div.par {
    font-size: 14px;
    line-height: 24px;
}

.footer .link, .footer .link:active, .footer .link:hover, .footer .link:visited {
    font-size: 14px;
}