/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

body, html {
    background: #121212;
    height: 100%;
    color: #cfcfcf;
    font-size: 24px;
    font-family: 'Jura', sans-serif;
}

.clearfix {
    position: relative;
    overflow: auto;
    clear: both;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

a:hover {
    color: #D4AF37;
    text-decoration: none;
}

button, a, p, span, h1, h2, h3, h4, h5, h6 {
    font-family: 'Jura', sans-serif;
}

@media only screen and (max-width: 950px) {
    body, html {
        font-size: 12px;
    }
}
@media only screen and (min-width: 950px) and (max-width: 1800px) {
    body, html {
        font-size: 18px;
    }
}

#main {
    background: url('/img/blackorchid.png') repeat;
}
#main:before, #main:after{
    content: ' ';
    display: table;
}

.hb-top-menu {
    z-index: 20;
}

.top-sm-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin: 1rem;
    cursor: pointer;
}

.top-sm-icon-vk { background: url('/img/vk-ico.svg'); }
.top-sm-icon-facebook { background: url('/img/facebook-ico.svg'); }
.top-sm-icon-instagram { background: url('/img/instagram-ico.svg'); }
.top-sm-icon-googlemaps { background: url('/img/googlemaps-ico.svg'); }
.top-sm-icon-right { float: right; }
.top-sm-tel {
    height: 2rem;
    margin: 1rem;
    vertical-align: middle;
    color: #cfcfcf;
    text-decoration: none;
    line-height: 2rem;
    font-weight: bold;
}

.top-sm-tel:hover {
    color: #cfcfcf;
    text-decoration:none;
}

.hb-title-section {
    margin: 1rem 0;
}

.hb-title {
    font-family: 'Jura', sans-serif;
    font-size: 2rem;
    margin: 2rem 0 3rem;
    color: #cfcfcf;
    text-align: center;
}

.hb-title-shadow {
    text-shadow: 0px 1px 1px #000;
}

.hb-subtitle-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 1rem 0;
}

.hb-subtitle {
    font-size: 2rem;
    line-height: 2rem;
    font-family: 'Jura', sans-serif;
    padding: 1rem;
    box-sizing: border-box;
    height: 4rem;
    color: #cfcfcf;
    font-weight: normal;
    white-space: nowrap;
    cursor: pointer;
}

.active > .hb-subtitle,
.hb-subtitle.active {
    border-bottom: 0.2rem solid #D4AF37;
}

.hb-subtitle-highlight {
    font-weight: bold;
}
.hb-subtitle:hover {
    cursor: pointer;
    color: #D4AF37;
}

@media only screen and (max-width: 950px) {
    .hb-subtitle {
        font-size: 1.5rem;
    }
    .hb-subtitle-highlight {
        color: #D4AF37;
        font-weight: bold;
    }
}

.hb-content {
    box-sizing: border-box;
    position: relative;
    /*background: radial-gradient(transparent 50%, #121212 100%), url('/img/background.jpg');*/
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    border-bottom: 1px solid #000;
}

.hb-booking-overlay {
    top: 0;
    left: 0;
    position: absolute;

    z-index: 10;
    height: 100%;
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.hb-booking-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.hb-logo {
    padding: 0.05px;
    user-select: none;
    cursor: pointer;
    margin: 0 1rem;
}

.hb-logo-title {
    font-family: 'Orbitron', sans-serif;
    box-sizing: border-box;
    font-size: 1.5rem;
    color: #cfcfcf;
    text-shadow: -1px -1px 0 #121212, 1px -1px 0 #121212, -1px 1px 0 #121212, 1px 1px 0 #121212;
    white-space:nowrap;
    letter-spacing: 0.1em;
    margin: 0.5rem 0.5rem;

}

.hb-logo-header {
    font-family: 'Orbitron', sans-serif;
    box-sizing: border-box;
    text-align: center;
    color: #cfcfcf;
    font-size: 1rem;
    border-top: 0.2rem solid #D4AF37;
    border-left: 0.2rem solid #D4AF37;
    border-right: 0.2rem solid #D4AF37;
    margin: 0px;
    height: 1.5rem;
    padding: 0.05px;
}
.hb-logo-header > p {
    margin-top: 0.25rem;
    height: 1.5rem;
    box-sizing: border-box;
}

.hb-logo-footer {
    font-family: 'Orbitron', sans-serif;
    box-sizing: border-box;
    text-align: center;
    color: #cfcfcf;
    font-size: 1rem;
    border-bottom: 0.2rem solid #D4AF37;
    border-left: 0.2rem solid #D4AF37;
    border-right: 0.2rem solid #D4AF37;
    margin: 0px;
    height: 1.5rem;
    padding: 0.05px;
}
.hb-logo-footer > p {
    margin-top: -0.5rem;
    height: 1.5rem;
    box-sizing: border-box;
}

.hb-booking-tel {
    display: block;
    color: #D0D0D0;
    font-weight: bold;
    text-align: center;
    margin: 2rem 0;
    text-decoration: none;
    font-weight: bold;
}

.hb-booking-address {
    color: #D0D0D0;
    font-weight: bold;
    text-align: center;
    margin: 2rem 0;
    display: block;
}
.hb-booking-address:hover {
    color: #D4AF37;
    cursor: pointer;
}

.hb-booking-address-logo {
    display: inline-block;
    background: url('/img/googlemaps-ico.svg');
    height: 1rem;
    width: 1rem;
    line-height: 1rem;
    vertical-align: middle;
}


.hb-booking-buttons {
    text-align: center;
}

.hb-booking-button {
    background: none;
    border: 0;
    box-sizing: border-box;
    margin: 1em;
    padding: 1em 2em;
    box-shadow: inset 0 0 0 2px #D0D0D0;
    color: #D0D0D0;
    font-size: inherit;
    font-weight: 700;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

.hb-masters {
    border-top: 1px solid #000;
}

.hb-prices > .hb-content-arrow-down {
    box-shadow: 0 -1px 0px 1px #000;
}

.hb-content-arrow-down-container {
    height: 50px;
    width: 100px;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, 0);
}

.hb-content-arrow-down {
    background: url('/img/blackorchid.png') repeat;
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    vertical-align: baseline;
    font-size: 48px;
    color: #cfcfcf;
    cursor: pointer;
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 15px 0 0 0;
}

.hb-content-arrow-down:hover {
    color: #D4AF37;
}

.hb-sales-row {
    margin: 2rem;
    box-sizing: border-box;
}

.hb-staff-grid {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 100vw;
    grid-auto-flow: row dense;
    justify-content: center;
    align-content: center;
}

.hb-staff-section {
    overflow: hidden;
    clear: both;
}

.hb-staff-grid-element {
    position: relative;
    text-align: center;
    border: 1px solid #000;
    box-shadow: 0px 0px 5px #000;
    margin: 1rem;
}

.hb-staff-photo {
    width: 100%;
}

.hb-staff-info {
    position: absolute;
    bottom: 0px;
    padding: 4rem 2rem 2rem;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0,0,0,0.75) 80%, rgba(0,0,0,0) 100%);
    width: 100%;
    box-sizing: border-box;
}

.hb-staff-info-name {
    color: #D4AF37;
    font-size: 1.5rem;
    margin: 1rem;
    letter-spacing: 0.1rem;
}

.hb-staff-info-text {
    line-height: 1.5rem;
}

@media only screen and (max-width: 950px)    {
    .hb-staff-grid {
        grid-template-columns: 30rem;
        max-width: 100vw;
    }

    .hb-staff-info,
    .hb-staff-grid-element {
        width: 28rem;
    }
}
@media only screen and (min-width: 950px) and (max-width: 1800px)    {
    .hb-staff-grid {
        grid-template-columns: 26rem 26rem;
        max-width: 100vw;
    }

    .hb-staff-info,
    .hb-staff-grid-element {
        width: 24rem;
    }

    .hb-staff-info-text {
        font-size: 0.8rem;
        line-height: 1.1rem;
    }
}
@media only screen and (min-width: 1800px)    {
    .hb-staff-grid {
        grid-template-columns: 24rem 24rem 24rem;
        max-width: 100vw;
    }

    .hb-staff-info,
    .hb-staff-grid-element {
        width: 22rem;
    }

    .hb-staff-info-text {
        font-size: 0.8rem;
        line-height: 1.1rem;
    }
}

.hb-price-block {
    display: none;
}
.hb-price-block.open {
    display: block;
}

.hb-price-grid {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 100vw;
    grid-auto-flow: row dense;
    justify-content: space-evenly;
}

.hb-price-section {
    overflow: hidden;
    clear: both;
}

.hb-price-grid-element {
    text-align: center;
    border-bottom: 1px solid #303030;
    padding: 1rem;
}
.hb-price-grid-row {
    margin: 1rem 0;
}

@media only screen and (max-width: 950px)    {
    .hb-price-grid {
        grid-template-columns: 22rem;
        max-width: 100vw;
    }
    .hb-price-grid-element.hb-price-grid-row:nth-last-child(-n+1),
    .hb-price-grid-row:nth-last-child(-n+1) > .hb-price-grid-element:last-child {
        border-bottom: none;
    }
}
@media only screen and (min-width: 950px) and (max-width: 1800px)    {
    .hb-price-grid {
        grid-template-columns: 22rem 22rem;
        max-width: 100vw;
    }
    .hb-price-grid-element.hb-price-grid-row:nth-last-child(-n+2),
    .hb-price-grid-row:nth-last-child(-n+2) > .hb-price-grid-element:last-child {
        border-bottom: none;
    }
}
@media only screen and (min-width: 1800px)    {
    .hb-price-grid {
        grid-template-columns: 22rem 22rem 22rem;
        max-width: 100vw;
    }
    .hb-price-grid-element.hb-price-grid-row:nth-last-child(-n+3),
    .hb-price-grid-row:nth-last-child(-n+3) > .hb-price-grid-element:last-child {
        border-bottom: none;
    }
}

.hb-price-group-title {
    color: #cfcfcf;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.price,
.price>span {
    color: #D4AF37;
    font-family: 'Orbitron', sans-serif;
}

.price-addition {
    color: #ADADAD;
}

.hb-price-menu-desc {
    color: #ADADAD;
    text-align: center;
    white-space: nowrap;
    font-size: 1rem;
}

.hb-price-menu-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    list-style: none;
    padding: 1rem;
    margin: 1rem;
}
.hb-price-menu-element {
    padding: 1rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    height: 4rem;
    box-sizing: border-box;
}
.hb-price-menu-element:hover {
    cursor: pointer;
    color: #D4AF37;
    border-bottom: 1px solid #D4AF37;
}

.hb-price-sub-description {
    text-align: center;
    color: #a0a0a0;
}

.address-grid {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 100vw;
    grid-auto-flow: row dense;
    justify-content: center;
    grid-template-columns: 22rem 22rem;
}

.address-description {
    margin: 2rem 1rem;
    color: #cfcfcf;
    text-align: left;
}

.address-map {
    margin: 1rem;
    padding: 1rem;
    box-sizing: border-box;
    border-right: 2px solid #D4AF37;
}

@media only screen and (max-width: 950px) {
    .address-map > img {
        width: 150px;
        height: 150px;
    }
}
@media only screen and (min-width: 950px) and (max-width: 1800px) {
    .address-map > img {
        width: 280px;
        height: 280px;
    }
}
@media only screen and (min-width: 1800px) {
    .address-map > img {
        width: 420px;
        height: 420px;
    }
}

.hb-lined-header {
    color: #cfcfcf;
    font-size: 2rem;
    margin: 1rem 4rem;
    text-align: center;
    display: table;
    white-space: nowrap;
}
.hb-lined-header:before,
.hb-lined-header:after {
    border-top: 1px solid #D4AF37;
    content: '';
    display: table-cell;
    position: relative;
    top: 1.5rem;
    width: 47%;
}
.hb-lined-header:before {
    right: 1.5%;
}
.hb-lined-header:after {
    left: 1.5%;
}

.hb-hidden {
    display: none !important;
}

.hb-supplement-menu {
    position: fixed;
    display: block;
    bottom: 2rem;
    right: 2rem;
    z-index: 20;
}

.hb-supplement-menu-btn {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #222;
    padding: 0.5rem;
    box-sizing: border-box;
    text-align: center;
    line-height: 2rem;
    font-size: 1.5rem;
    font-weight: bold;
    vertical-align: middle;
    margin: 1rem 0rem;
    box-shadow: 1px 2px 5px #000;
    cursor: pointer;
}

.hb-supplement-menu-btn:hover {
    color: #D4AF37;
}

.hb-supplement-menu-btn:first-child {
    margin-top: 0rem;
}
.hb-supplement-menu-btn:last-child {
    margin-bottom: 0rem;
}

.hb-footer {
    margin: 4rem 0 2rem;
}

.hb-footer-copyright {
    text-align: center;
}

.hb-modal-shadow {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.8);
    z-index: 20;
}

.hb-modal {
    display: none;
    z-index: 1002;
    position: fixed;
    min-width: 50vw;
    max-width: 600px;
    background: #121212;
    border-radius: 2px;
    box-shadow: 1px 2px 5px #000;
    padding: 1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 950px) {
    .hb-modal{
        min-width: 80vw;
    }
}

.hb-form-description {
    margin: 1rem;
    padding: 1rem;
    text-align: center;
}

.hb-form-sale {
   padding: 1rem;
   text-align: center;
}

.hb-form-sale > span {
    font-weight: bold;
    color: #D4AF37;
}

.hb-form-input {
    background: #121212;
    border: none;
    border-bottom: 1px solid #D4AF37;
    padding: 0.5rem;
    color: #cfcfcf;
    font-size: 1.5rem;
}

.hb-form-input-error {
    border-bottom: 1px solid #AF1212 !important;
}

.hb-form-input-error:focus {
    border: 1px solid #AF1212 !important;
}

.hb-form-input:focus {
    border: 1px solid #D4AF37;
}

.hb-form-input:invalid {
    border: 1px solid #AF1212;
}

.hb-form-buttons {
    margin: 2rem auto;
    text-align: center;
}

.hb-form-input-wrapper {
    margin: 0.5rem auto;
    text-align: center;
}

.hb-form-button-submit {
    background: none;
    color: #cfcfcf;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1rem;
    border: 1px solid #D4AF37;
    cursor: pointer;
}
.hb-form-button-cancel {
    background: none;
    color: #cfcfcf;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1rem;
    border: none;
    cursor: pointer;
}

.hb-form-button-submit:hover,
.hb-form-button-cancel:hover {
    color: #D4AF37;
    cursor: pointer;
}

.hb-form-success-message > span {
    color: #D4AF37;
}

.hb-background-slider {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    margin: auto;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0.2;
}

.hb-background-slide {
    opacity: 0;
    top:0;
    position: absolute;
    height: 100vh;
    width: 100%;
    object-fit: cover;
    margin: auto;
    transition: transform .5s, opacity .5s, z-index .5s;
}

.hb-background-slide.active {
  opacity: 1;
  position: relative;
}

.hb-background-slide.next {
  transform: translateX(100%);
}

.hb-works-slider {
    position: relative;
}
.hb-works-slider-prev,
.hb-works-slider-next {
  position: absolute;
  top:50%;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateY(-50%);
  border-radius: 50%;
  cursor: pointer;
  z-index: 1001; /* Sit on top of everything */
  line-height: 36px;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
}
.hb-works-slider-next>i,
.hb-works-slider-prev>i {
    font-size: 18px;
}

.hb-works-slider-prev {
  left: 2rem;
  padding-left: 5px;
}
.hb-works-slider-next {
  right: 2rem;
}

.hb-works-slider-view {
    position: relative;
    overflow: hidden;
    margin: 1rem auto;
    height: 40rem;
}

.hb-works-slider-ribbon {
    position: absolute;
    margin: auto;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: block;
    transform: translateX(-24rem); /* shifted originaly */
    max-height: 40rem;
}

.hb-image-slider--move-prev {
    transform: translateX(0);
    transition: transform 300ms ease-out;
}

.hb-image-slider--move-next {
    transform: translateX(-48rem);
    transition: transform 300ms ease-out;
}

.hb-works-slide {
    display: none;
    float: left;
    width: 22rem;
    max-width: 100%;
    margin: 0rem 1rem;
    transition: transform .5s, opacity .5s, z-index .5s;
    border: 2px solid #000;
    box-shadow: 0px 0px 5px #000;
    display:none;
    box-sizing: border-box;
}

.hb-works-slide.active {
    display: block;
}

.hb-works-slide > img {
    width: 100%;
    max-height: 100%;
}

@media only screen and (max-width: 950px) {
    .hb-works-slide {
        width: 28rem;
    }
    .hb-works-slider-view {
        width: 30rem;
        height: 50rem;
    }
    .hb-works-slider-ribbon {
        width: 100rem;
    }
    /*
    .hb-works-slide:nth-child(1),
    .hb-works-slide:nth-child(2),
    .hb-works-slide:nth-child(3) {
        opacity: 1;
        position: relative;
        display: block;
    }*/

    .hb-works-slider-ribbon {
        transform: translateX(-30rem); /* shifted originaly */
    }

    .hb-image-slider--move-prev {
        transform: translateX(0);
        transition: transform 300ms ease-out;
    }

    .hb-image-slider--move-next {
        transform: translateX(-60rem);
        transition: transform 300ms ease-out;
    }
}
@media only screen and (min-width: 950px) and (max-width: 1800px) {
    .hb-works-slider-view {
        width: 48rem;
    }
    .hb-works-slider-ribbon {
        width: 102rem;
    }
    /*
    .hb-works-slide:nth-child(1),
    .hb-works-slide:nth-child(2),
    .hb-works-slide:nth-child(3),
    .hb-works-slide:nth-child(4) {
        opacity: 1;
        position: relative;
        display: block;
    }*/
}
@media only screen and (min-width: 1800px) {
    .hb-works-slider-view {
        width: 72rem;
    }
    .hb-works-slider-ribbon {
        width: 130rem;
    }
    /*
    .hb-works-slide:nth-child(1),
    .hb-works-slide:nth-child(2),
    .hb-works-slide:nth-child(3),
    .hb-works-slide:nth-child(4),
    .hb-works-slide:nth-child(5) {
        opacity: 1;
        position: relative;
        display: block;
    }*/
}

.hb-promo-deal-num {
    text-align: center;
    font-size: 4rem;
    font-family: 'Orbitron', sans-serif;
    color: #D4AF37;
}

.hb-promo-sale {
   text-align: center;
   font-size: 2rem;
}

.hb-promo-sale > span {
    font-size: 2.2rem;
    font-weight: bold;
    color: #D4AF37;
}

.hb-promo-box {
    background: #121212;
    border: 1px solid #D4AF37;
    padding: 1rem;
    color: #cfcfcf;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 1rem;
    text-transform: uppercase;
}

.hb-promo-description {
    padding: 1rem;
    text-align: center;
    font-size: 1.2rem;
}
