

/* Start:/vibook/css/air-datepicker.css?175991257519626*/
.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus-{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}
.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}
.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}
.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0)}
.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}
.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}

/* End */


/* Start:/vibook/css/vbstyles.css?176719944340204*/
.vibook {
  color: var(--vbtheme-color);
  min-height: calc(100vh - 355px);
  container-type: inline-size;
  container-name: vibook;
  padding: 20px 0;
  text-align: center;
  font-family: var(--vbtheme-font);
  font-size: 14px;
  line-height: normal;
}
.vibook .air-datepicker-cell.-selected- {
  background: var(--vbtheme-btn-bg-color) !important;
}
.vibook .air-datepicker-cell.-selected-:hover {
  background: var(--vbtheme-btn-bg-dark-color) !important;
}
.vibook .air-datepicker-cell.-min-date- {
  color: var(--vbtheme-color);
}
.vibook .air-datepicker-body--day-name {
  font-size: 16px;
  color: var(--vbtheme-color);
}
.vibook .air-datepicker {
  background: var(--vbtheme-field-bg-color);
  font-size: 16px;
  color: var(--vbtheme-color);
  --adp-width: 300px;
  border-radius: var(--vbtheme-field-radius);
}
.vibook .air-datepicker-nav--title i {
  color: var(--vbtheme-color);
}
.vibook .air-datepicker--pointer:after {
  background-color: var(--vbtheme-field-bg-color);
}
@container vibook (max-width: 360px) {
  .vibook .air-datepicker {
    font-size: 14px;
    --adp-width: 220px;
  }
}
.vibook *,
.vibook *:before,
.vibook *:after {
  box-sizing: border-box;
}
.vblang {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vbtheme-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0 2.25rem 0 0.75rem;
  font-size: 16px;
  border-radius: var(--vbtheme-field-radius);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  white-space: nowrap;
  background-image: var(--vbtheme-fields-down-arrow);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 12px 10px;
  position: relative;
}
.vblang__menu {
  cursor: pointer;
  display: none;
  position: absolute;
  z-index: 1000;
  min-width: 100px;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 16px;
  color: var(--vbtheme-color);
  text-align: left;
  list-style: none;
  background-color: var(--vbtheme-field-bg-color);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: var(--vbtheme-field-radius);
}
@container vibook (max-width: 768px) {
  .vblang__menu {
    right: 0;
  }
}
.vblang__item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: var(--vbtheme-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.vblang__item:hover {
  color: var(--vbtheme-btn-color);
  background-color: var(--vbtheme-btn-bg-color);
}
.vblang__item:active {
  color: var(--vbtheme-btn-color);
  background-color: var(--vbtheme-btn-bg-dark-color);
}
.vbsearch {
  border-radius: var(--vbtheme-btn-radius);
  font-size: 16px;
  background-color: var(--vbtheme-field-bg-color);
  display: flex;
  justify-content: center;
  border: 1px solid var(--vbtheme-field-border-color);
  font-family: var(--vbtheme-font);
  color: var(--vbtheme-color);
  min-width: fit-content;
  height: 38px;
}
.vbsearch:hover {
  border-color: var(--vbtheme-btn-bg-dark-color);
  background-color: hsl(from var(--vbtheme-field-bg-color) h s calc(l - 7));
  cursor: pointer;
}
.vbsearch:hover .vbsearch__criteria .vbsearch__icon svg {
  color: var(--vbtheme-btn-bg-dark-color);
}
.vbsearch:hover .vbsearch__btn {
  border-color: var(--vbtheme-btn-bg-dark-color);
  background-color: var(--vbtheme-btn-bg-dark-color);
}
.vbsearch__date-short {
  display: none;
}
@container vibook (max-width: 768px) {
  .vbsearch__date-short {
    display: block;
  }
}
.vbsearch__date-long {
  display: block;
}
@container vibook (max-width: 768px) {
  .vbsearch__date-long {
    display: none;
  }
}
.vbsearch__criteria {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0.75rem;
  white-space: nowrap;
  width: 100%;
  font-size: 16px;
}
@container vibook (max-width: 540px) {
  .vbsearch__criteria {
    font-size: 14px;
  }
}
@container vibook (max-width: 360px) {
  .vbsearch__criteria {
    font-size: 11px;
    padding: 0.75rem 0.1rem;
  }
}
.vbsearch__icon {
  align-items: center;
  display: flex;
  justify-content: center;
}
@container vibook (max-width: 300px) {
  .vbsearch__icon_calendar {
    display: none;
  }
}
.vbsearch__icon svg {
  margin: 0 5px;
  width: 16px;
  height: 16px;
  color: var(--vbtheme-btn-bg-color);
}
.vbsearch__btn-name_short {
  display: none;
}
@container vibook (max-width: 768px) {
  .vbsearch__btn-name_short {
    display: block;
    width: 38px;
  }
}
.vbsearch__btn-name_long {
  display: block;
  width: 170px;
}
@container vibook (max-width: 768px) {
  .vbsearch__btn-name_long {
    display: none;
  }
}
.vbsearch__btn {
  align-items: center;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  font-size: 14px;
  border: 1px solid var(--vbtheme-btn-bg-color);
  background-color: var(--vbtheme-btn-bg-color);
  border-radius: var(--vbtheme-btn-radius);
  color: var(--vbtheme-btn-color);
}
@container vibook (max-width: 540px) {
  .vbsearch__guests {
    display: none;
  }
}
.vbdata {
  display: inline-block;
  z-index: 9;
  width: 100%;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  border-radius: var(--vbtheme-block-radius);
  background-color: var(--vbtheme-block-bg-color);
}
@container vibook (max-width: 540px) {
  .vbdata {
    width: 100%;
    padding: 5px;
  }
}
@container vibook (max-width: 992px) {
  .vbdata {
    box-shadow: none;
  }
}
.vbdata__section {
  margin: 0.5rem;
}
@container vibook (min-width: 768px) {
  .vbdata_narrow {
    padding: 20px;
    width: 70%;
    max-width: 700px;
  }
}
.vbdata_warn {
  color: var(--vb-theme-arning-color);
  background-color: var(--vbtheme-warning-bg-color);
}
.vbdata_left {
  text-align: left;
}
.vbdata__caption {
  display: flex;
  font-family: var(--vbtheme-caption-font);
  font-size: 20px;
}
@container vibook (max-width: 540px) {
  .vbdata__caption {
    flex-direction: column;
    font-size: 18px;
  }
}
.vbdata__caption-name {
  display: flex;
  justify-content: center;
  padding: 0.375rem 0.75rem;
  width: 100%;
  align-items: baseline;
}
@container vibook (max-width: 540px) {
  .vbdata__caption-name {
    order: 2;
  }
}
.vbdata__body {
  border-radius: var(--vbtheme-block-radius);
  padding: 0.75rem;
  font-size: 16px;
  margin: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vbdata__body_left {
  text-align: left;
  justify-content: left ;
}
.vbdata__body_caption {
  font-size: 20px;
}
.vbdata__body_warn {
  background-color: var(--vbtheme-warning-bg-color);
}
.vbdata__body_error {
  background-color: var(--vbtheme-error-bg-color);
}
.vbdata__body_success {
  background-color: var(--vbtheme-success-bg-color);
}
.vbdata__caption-lang {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0.375rem 0.75rem;
}
@container vibook (max-width: 540px) {
  .vbdata__caption-lang {
    order: 1;
  }
}
.vbdata__ordersearch {
  max-width: 400px;
  margin: auto;
}
.vbwarn {
  background-color: var(--vbtheme-warning-bg-color);
  color: var(--vbtheme-color);
  width: 70%;
  padding: 15px;
  text-align: center;
  margin: 10px auto;
  border-radius: var(--vbtheme-block-radius);
  border: none;
}
@container vibook(max-width: 540px) {
  .vbwarn {
    width: 100%;
  }
}
.vbwarn__caption {
  font-size: 20px;
}
.vbwarn__body {
  font-size: 16px;
}
.vbwarn_error {
  background-color: var(--vbtheme-warning-bg-color);
  color: var(--vbtheme-color);
}
.vbctrl {
  text-align: left;
  font-family: var(--vbtheme-font);
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 0.25rem;
  position: relative;
}
.vbctrl__label {
  margin: 0.5rem;
  font-size: 14px;
}
.vbctrl__label_required:after {
  content: " *";
  color: red;
  font-size: 14px;
}
.vbctrl__orderid {
  display: flex;
}
.vbctrl__input {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vbtheme-color);
  background-color: var(--vbtheme-field-bg-color);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 12px 10px;
  border: 1px solid var(--vbtheme-field-border-color);
  border-radius: var(--vbtheme-field-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
@container vibook (max-width: 540px) {
  .vbctrl__input {
    padding: 0.375rem 1.5rem 0.375rem 0.75rem;
    background-position: right 0.375rem center;
  }
}
.vbctrl__input[type=text]:read-only {
  background-color: var(--vbtheme-block-bg-dark-color);
  opacity: 0.7;
}
.vbctrl__input_narrow {
  width: 60px;
  padding: 0.375rem 0.75rem 0.375rem 0.75rem;
  display: inline;
}
.vbctrl__input_unselectable {
  pointer-events: none;
}
.vbctrl__input_error {
  background-color: var(--vbtheme-error-bg-color);
}
.vbctrl__input:focus,
.vbctrl__input-checkbox:focus {
  border-color: var(--vbtheme-field-border-color);
  outline: 0;
  box-shadow: 0 0 0 2px var(--vbtheme-field-outline-color);
}
.vbctrl__input_no-border {
  border: 0;
}
.vbctrl__input_no-border:focus {
  outline: 0;
  box-shadow: 0 0 0 0;
}
.vbctrl__dash {
  margin: 8px;
}
.vbctrl__calendar,
.vbctrl__select {
  background-color: var(--vbtheme-field-bg-color) !important;
  opacity: unset !important;
  cursor: pointer;
  background-image: var(--vbtheme-fields-down-arrow);
  caret-color: transparent;
}
.vbctrl__checkbox {
  display: flex;
  align-items: center;
}
.vbctrl__input-checkbox {
  height: 20px;
  width: 20px;
  min-width: 20px;
  background-color: var(--vbtheme-field-bg-color);
  border: 1px solid var(--vbtheme-field-border-color);
  border-radius: var(--vbtheme-field-radius);
  -webkit-appearance: none;
  cursor: pointer;
}
.vbctrl__input-checkbox:checked {
  background-color: var(--vbtheme-btn-bg-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.vbctrl__asterisk {
  display: inline;
  color: red;
  font-size: 14px;
}
.vbctrl_right {
  text-align: right;
}
.vbctrl__select-menu {
  cursor: pointer;
  display: none;
  position: absolute;
  z-index: 1000;
  min-width: 100px;
  width: calc(100% - 1rem);
  padding: 0.5rem 0;
  margin: 0;
  font-size: 14px;
  font-family: Arial, PTSans, sans-serif;
  color: var(--vbtheme-color);
  text-align: left;
  list-style: none;
  background-color: var(--vbtheme-field-bg-color);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: var(--vbtheme-field-radius);
}
@container vibook (max-width: 360px) {
  .vbctrl__select-menu {
    width: 100%;
  }
}
.vbctrl__select-item {
  display: block;
  width: 100%;
  padding: 0.375rem 1rem;
  line-height: 1.5;
  clear: both;
  font-weight: 400;
  color: var(--vbtheme-color);
  text-align: inherit;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}
.vbctrl__select-item:hover {
  color: var(--vbtheme-btn-color);
  background-color: var(--vbtheme-btn-bg-color);
}
.vbctrl__select-item:active {
  color: var(--vbtheme-btn-color);
  background-color: var(--vbtheme-btn-bg-dark-color);
}
.vbbtn {
  height: 38px;
  width: 144px;
  border-radius: var(--vbtheme-btn-radius);
  border-style: none;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  align-content: center;
  text-align: center;
  padding: 0 1rem;
}
@container vibook (max-width: 360px) {
  .vbbtn {
    font-size: 11px;
    width: 100px;
  }
}
.vbbtn_margin {
  margin: 0.5rem;
}
.vbbtn_wide {
  width: 170px;
}
@container vibook (max-width: 360px) {
  .vbbtn_wide {
    font-size: 11px;
    width: 130px;
  }
}
.vbbtn_book {
  background-color: var(--vbtheme-btn-bg-color);
  color: var(--vbtheme-btn-color);
  outline-color: var(--vbtheme-field-outline-color);
}
.vbbtn_book:hover,
.vbbtn_book:focus {
  background-color: var(--vbtheme-btn-bg-dark-color);
  color: var(--vbtheme-btn-color);
  outline-color: var(--vbtheme-field-outline-color);
}
.vbbtn_book:focus {
  box-shadow: 0 0 0 2px var(--vbtheme-field-outline-color);
}
.vbbtn_cancelation {
  background-color: var(--vbtheme-btn-cancel-bg-color);
  color: var(--vbtheme-btn-color);
  outline-color: var(--vbtheme-field-outline-color);
  font-size: 12px;
  margin-left: 5px;
}
.vbbtn_cancelation:hover,
.vbbtn_cancelation:focus {
  background-color: hsl(from var(--vbtheme-btn-cancel-bg-color) h s calc(l - 5));
  color: var(--vbtheme-btn-color);
  outline-color: var(--vbtheme-field-outline-color);
}
.vbbtn_cancelation:focus {
  box-shadow: 0 0 0 2px var(--vbtheme-field-outline-color);
}
.vbbtn_download {
  position: relative;
  font-size: 12px;
}
.vbbtn_disabled {
  cursor: default;
  opacity: 0.5;
}
.vbbtn_disabled:hover {
  background-color: var(--vbtheme-btn-bg-color);
}
.vbbtn_nocolor {
  color: var(--vbtheme-btn-bg-color);
  border: 1px solid var(--vbtheme-btn-bg-color);
  background-color: unset;
}
.vbbtn_nocolor:hover {
  background-color: unset;
  color: var(--vbtheme-btn-bg-dark-color);
  border: 1px solid var(--vbtheme-btn-bg-dark-color);
}
.vbbtn_nocolor_disabled {
  color: var(--vbtheme-btn-disabled-color);
  border: 1px solid var(--vbtheme-btn-disabled-color);
  background-color: unset;
}
.vbbtn_nocolor_disabled:hover {
  cursor: default;
  color: var(--vbtheme-btn-disabled-color);
  border: 1px solid var(--vbtheme-btn-disabled-color);
}
.vbbtn__spinner {
  display: none;
  position: absolute;
  top: 5px;
  left: calc(50% - 12px);
  width: 25px;
  height: 25px;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite vbbtn-spinner;
  animation: 0.75s linear infinite vbbtn-spinner;
}
@-webkit-keyframes vbbtn-spinner {
  to {
    transform: rotate(360deg);
  }
}
@keyframes vbbtn-spinner {
  to {
    transform: rotate(360deg);
  }
}
.vbmodal-open {
  overflow: hidden;
  margin-right: 17px;
}
.vbmodal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  transform: scale(0);
  opacity: 0;
  transition: opacity 0.5s;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
.vbmodal__dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
  max-width: 550px;
  margin: 0.5rem;
}
@media (min-width: 540px) {
  .vbmodal__dialog {
    margin: 1.75rem auto;
  }
}
.vbmodal__btn-cross {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
  cursor: pointer;
}
.vbmodal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: var(--vbtheme-block-bg-color);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: var(--vbtheme-block-radius);
  outline: 0;
  transform: scale(0);
  transition: 0.5s;
}
.vbmodal__header {
  font-size: 18px;
  font-family: var(--vbtheme-caption-font);
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0.75rem 0.75rem 1.5rem;
  border-bottom: 1px solid var(--vbtheme-field-border-color);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.vbmodal__title {
  margin-bottom: 0;
  line-height: 1.5;
}
.vbmodal__body {
  font-size: 14px;
  position: relative;
  flex: 1 1 auto;
  padding: 0.75rem 1.5rem;
  text-align: left;
}
.vbmodal__facilities {
  column-count: 2;
  padding: 1.5rem;
}
@container vibook (max-width: 540px) {
  .vbmodal__facilities {
    column-count: 1;
    padding: 0.75rem;
  }
}
.vbmodal__facilities svg {
  width: 16px;
  height: 16px;
  margin: 5px;
  color: var(--vbtheme-btn-bg-color);
}
.vbmodal__facilities-section {
  white-space: nowrap;
  margin-bottom: 0.75rem;
  break-inside: avoid;
}
@container vibook (max-width: 360px) {
  .vbmodal__facilities-section {
    white-space: unset;
  }
}
.vbmodal__facilities-section-name {
  font-weight: 600;
  margin-bottom: 0.75rem;
  margin-left: 26px;
  text-align: left;
}
.vbmodal__facility-item {
  display: flex;
  align-items: center;
  text-align: left;
}
.vbmodal__footer {
  padding: 0.75rem;
  border-top: none;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.vbmodal_visible {
  transform: scale(1);
  opacity: 1;
}
.vbmodal_visible .vbmodal__content {
  transform: scale(1);
}
.vbdebug {
  background-color: var(--vbtheme-warning-bg-color);
  width: fit-content;
  height: fit-content;
  max-width: 100%;
  word-wrap: break-word;
  color: var(--vbtheme-color);
  padding: 2px 5px;
  border: 1px solid;
  border-color: var(--vbtheme-block-bg-color);
  text-align: left;
  font-family: Arial, PTSans, sans-serif;
}
.vbdebug a {
  color: var(--vbtheme-color);
}
.vbdebug__line {
  display: flex;
  align-items: center;
  text-align: left;
  font-family: Arial, PTSans, sans-serif;
}
.vbdebug__roomlist {
  column-count: 4;
  font-family: Arial, PTSans, sans-serif;
}
.vbdebug_error {
  background-color: var(--vbtheme-error-bg-color);
}
.vbdebug__details {
  background-color: var(--vbtheme-block-bg-color);
}
.vbdebug__details.collapse:not(.show) {
  display: none;
}
.vbfooter {
  padding: 30px 0 10px;
  text-align: center;
  display: flex;
  justify-items: center;
  justify-content: center;
}
.vbfooter a {
  text-decoration: none;
}
.vbrow {
  display: flex;
  flex-wrap: wrap;
}
.vbrow__col {
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@container vibook (max-width: 360px) {
  .vbrow__col {
    flex-shrink: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.vbrow__col_1 {
  width: 100%;
}
.vbrow__col_2 {
  width: 50%;
}
@container vibook (max-width: 540px) {
  .vbrow__col_2 {
    width: 100%;
    max-width: 100%;
  }
}
.vbrow__col_2xs {
  width: 50%;
}
@container vibook (max-width: 360px) {
  .vbrow__col_2xs {
    width: 100%;
    max-width: 100%;
  }
}
.vbrow__col_3 {
  width: 33.3%;
}
@container vibook (max-width: 768px) {
  .vbrow__col_3 {
    width: 50%;
    max-width: 50%;
  }
}
@container vibook (max-width: 540px) {
  .vbrow__col_3 {
    width: 100%;
    max-width: 100%;
  }
}
.vbrow__col_4 {
  width: 25%;
}
@container vibook (max-width: 768px) {
  .vbrow__col_4 {
    width: 50%;
    max-width: 50%;
  }
}
@container vibook (max-width: 540px) {
  .vbrow__col_4 {
    width: 100%;
    max-width: 100%;
  }
}
.vbrow__col_fit {
  width: fit-content;
}
.vbrow_border-bottom {
  border-bottom: 1px solid var(--vbtheme-field-border-color);
}
.vbrow__highlighted {
  background-color: var(--vbtheme-block-bg-dark-color);
  padding: 0 0.25rem;
}
.vbrow_spred {
  justify-content: space-between;
}
.vblogo {
  display: flex;
  align-items: end;
  justify-content: left;
  padding: 0 0.75rem;
}
.vblogo__link {
  width: 60px;
  cursor: pointer;
}
.vblogo__link svg {
  vertical-align: baseline;
}
.vblogo__text {
  font-size: 11px;
  padding: 1px 3px;
}
.vbdata__vblogo {
  margin-bottom: -10px;
}
@container vibook (max-width: 540px) {
  .vbdata__vblogo {
    margin-bottom: 0;
  }
}
.vbsteps {
  display: flex;
  padding: 0.375rem 0 0.75rem;
  font-family: var(--vbtheme-caption-font);
  color: var(--vbtheme-btn-disabled-color);
  font-size: 20px;
  border-bottom: 2px solid var(--vbtheme-field-border-color);
  white-space: nowrap;
}
@container vibook (max-width: 768px) {
  .vbsteps {
    font-size: 16px;
  }
}
@container vibook (max-width: 540px) {
  .vbsteps {
    font-size: 11px;
    white-space: normal;
  }
}
@container vibook (max-width: 300px) {
  .vbsteps {
    word-break: break-word;
  }
}
.vbsteps__step {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vbsteps__step_selected {
  color: var(--vbtheme-wizard-color) !important;
  font-weight: 600;
  cursor: default!important;
}
.vbsteps__step_active {
  color: var(--vbtheme-wizard-color);
  cursor: pointer;
}
.vbsteps__step_active:hover {
  font-weight: 600;
  color: var(--vbtheme-wizard-color);
}
.vbsteps__chevron {
  display: flex;
  align-items: center;
  width: 5%;
}
.vbsteps__chevron svg {
  height: 20px;
}
@container vibook (max-width: 768px) {
  .vbsteps__chevron svg {
    height: 14px;
  }
}
.vbsteps__chevron1-left,
.vbsteps__chevron2-left {
  display: none;
}
.vbwiz1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
}
.vbwiz2 {
  display: none;
}
.vbwiz3 {
  display: none;
}
.vbroomcard {
  width: 33.3%;
  padding: 0.5rem;
  transition: all 400ms ease;
  line-height: 1.4rem;
  text-align: left;
}
@container vibook (max-width: 992px) {
  .vbroomcard {
    width: 50%;
  }
}
@container vibook (max-width: 540px) {
  .vbroomcard {
    width: 100%;
  }
}
.vbroomcard__content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  height: 100%;
  border-radius: var(--vbtheme-block-radius);
  background-color: var(--vbtheme-roomcard-bg-color);
  position: relative;
}
.vbroomcard__middle {
  min-height: 65px;
}
.vbroomcard__footer {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
  position: absolute;
  bottom: 0;
  line-height: normal;
  width: 100%;
}
.vbroomcard__price-block {
  height: 38px;
  margin: 0 5px;
  white-space: nowrap;
  text-align: right;
}
.vbroomcard__sum {
  font-family: var(--vbtheme-font);
  font-size: 18px;
}
.vbroomcard__days {
  font-size: 14px;
}
.vbpicked {
  text-align: left;
  line-height: 1.4rem;
}
.vbpicked__roomcard,
.vbpicked__tariffcard {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0 0.5rem 0;
}
.vbpicked__photo {
  flex: 0 0 auto;
  width: 40%;
}
@container vibook (max-width: 540px) {
  .vbpicked__photo {
    width: 100%;
  }
}
.vbpicked__info,
.vbpicked__tariffinfo {
  flex: 0 0 auto;
  width: 60%;
}
@container vibook (max-width: 540px) {
  .vbpicked__info,
  .vbpicked__tariffinfo {
    width: 100%;
  }
}
.vbpicked__tariffcard {
  border-top: 2px solid var(--vbtheme-field-border-color);
}
.vbpicked__trfooter {
  flex: 0 0 auto;
  width: 40%;
  display: block;
  align-content: end;
  padding-left: 0.5rem;
}
@container vibook (max-width: 540px) {
  .vbpicked__trfooter {
    width: 100%;
    padding-right: 1rem;
  }
}
@container vibook (max-width: 300px) {
  .vbpicked__trfooter {
    padding-right: 0;
  }
}
.vbpicked__trfooter-details {
  display: flex;
  justify-content: flex-end;
}
.vbpicked__trfooter-details-title {
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  justify-content: flex-end;
  white-space: nowrap;
  cursor: pointer;
}
.vbpicked__trfooter-details-title:hover .vbpicked__trpopup {
  visibility: visible;
}
.vbpicked__trcalc-icon {
  display: flex;
}
.vbpicked__trcalc-icon svg {
  margin: 5px;
  width: 18px;
  height: 18px;
  color: var(--vbtheme-btn-bg-color);
}
.vbpicked__trpopup {
  visibility: hidden;
  display: block;
  position: absolute;
  margin: 0;
  border: 1px solid var(--vbtheme-field-border-color);
  border-radius: 0.3rem;
  z-index: 1000;
  bottom: 2rem;
  right: 0;
  background-color: var(--vbtheme-block-bg-color);
  word-wrap: break-word;
  white-space: normal;
}
.vbpicked__trpopup::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  right: 10px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--vbtheme-field-border-color) transparent transparent transparent;
}
@container vibook (max-width: 300px) {
  .vbpicked__trpopup {
    max-width: 275px;
  }
}
@container vibook (min-width: 300px) {
  .vbpicked__trpopup {
    width: 275px;
  }
}
.vbpicked__trpopup-title {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-family: var(--vbtheme-caption-font);
  font-size: 18px;
  background-color: var(--vbtheme-block-bg-dark-color);
  border-bottom: 1px solid var(--vbtheme-field-border-color);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.vbpicked__trpopup-content {
  word-wrap: break-word;
}
.vbpicked__trpopup-section {
  border-bottom: 1px solid var(--vbtheme-field-border-color);
  padding: 0.5rem 1rem;
  font-size: 14px;
}
.vbpicked__trpopup-footer {
  padding: 0.5rem 1rem;
  text-align: right;
  font-family: var(--vbtheme-caption-font);
  background-color: var(--vbtheme-block-bg-dark-color);
}
.vbpicked__trpopup-footer-section {
  font-size: 18px;
  padding: 0.25rem 0;
}
.vbpicked__trpopup-footer-subsection {
  font-size: 16px;
  padding: 0.25rem 0;
}
.vbpicked__trpopup-sum {
  margin: 0 5px;
  font-family: var(--vbtheme-font);
  font-size: 20px;
  white-space: nowrap;
  display: inline;
}
.vbpicked__trpopup-subsum {
  margin: 0 5px;
  font-family: var(--vbtheme-font);
  font-size: 18px;
  white-space: nowrap;
}
.vbpicked__trfooter-price {
  align-items: center;
  display: flex;
  white-space: nowrap;
  justify-content: flex-end;
  margin: auto 0;
}
.vbpicked__trfooter-sum {
  margin: 0 5px;
  font-family: var(--vbtheme-font);
  font-size: 20px;
  white-space: nowrap;
}
.vbphoto {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border-radius: var(--vbtheme-block-radius);
}
.vbphoto img {
  object-fit: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  vertical-align: top;
  width: 100%;
  aspect-ratio: 4/3;
}
@container vibook (max-width: 540px) {
  .vbphoto img {
    aspect-ratio: 16/9;
  }
}
.vbphoto img:hover {
  transform: scale(1.05);
}
.vbphoto__tag {
  position: absolute;
  bottom: 0;
  z-index: 20;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.vbphoto__tag svg {
  margin: 0 5px;
}
.vbtariffinfo {
  padding: 0.5rem 1rem;
}
.vbtariffinfo__header {
  display: flex;
  align-items: center;
}
.vbtariffinfo__header img {
  margin-right: 0.5rem;
}
.vbtariffinfo__name {
  display: flex;
  padding: 0.5rem 0;
  font-family: var(--vbtheme-caption-font);
  font-size: 20px;
  width: 100%;
  align-items: center;
}
@container vibook (max-width: 300px) {
  .vbtariffinfo__name {
    font-size: 18px;
  }
}
.vbtariffinfo__description-container {
  overflow: hidden;
}
.vbtariffinfo__description {
  padding: 0.5rem 0;
  font-size: 14px;
  line-height: 1.4rem;
}
@container vibook (min-width: 540px) {
  .vbtariffinfo__description {
    display: block !important;
  }
}
@container vibook (max-width: 540px) {
  .vbtariffinfo__description {
    display: none;
  }
}
.vbtariffinfo__details-main {
  padding-inline-start: 15px;
  margin-right: 5px;
}
.vbtariffinfo__details {
  display: flex;
  padding: 0.5rem 0;
}
.vbtariffinfo__details-item {
  display: list-item;
}
.vbtariffinfo__toggle-btn {
  display: none;
  align-items: center;
  color: var(--vbtheme-btn-bg-color);
  cursor: pointer;
}
.vbtariffinfo__toggle-btn:hover {
  color: var(--vbtheme-btn-bg-dark-color);
}
.vbtariffinfo__toggle-btn svg {
  height: 30px;
}
@container vibook (max-width: 540px) {
  .vbtariffinfo__toggle-btn {
    display: flex;
  }
}
.vbtariffinfo__chevron-down {
  display: block;
  margin-left: 0.5rem;
}
.vbtariffinfo__chevron-down svg {
  transition: transform 0.5s;
}
.vbtariffinfo__chevron-down_rotate svg {
  transform: rotate(180deg);
}
.vbpayinfo {
  padding: 0.5rem 1rem;
  padding: 0.75rem 0.5rem 0 0.5rem;
}
.vbpayinfo__header {
  display: flex;
  align-items: center;
}
.vbpayinfo__header img {
  margin-right: 0.5rem;
}
.vbpayinfo__name {
  display: flex;
  padding: 0.5rem 0;
  font-family: var(--vbtheme-caption-font);
  font-size: 20px;
  width: 100%;
  align-items: center;
}
@container vibook (max-width: 300px) {
  .vbpayinfo__name {
    font-size: 18px;
  }
}
.vbpayinfo__description-container {
  overflow: hidden;
}
.vbpayinfo__description {
  padding: 0.5rem 0;
  font-size: 14px;
  line-height: 1.4rem;
}
@container vibook (min-width: 540px) {
  .vbpayinfo__description {
    display: block !important;
  }
}
@container vibook (max-width: 540px) {
  .vbpayinfo__description {
    display: none;
  }
}
.vbpayinfo__details-main {
  padding-inline-start: 15px;
  margin-right: 5px;
}
.vbpayinfo__details {
  display: flex;
  padding: 0.5rem 0;
}
.vbpayinfo__details-item {
  display: list-item;
}
.vbpayinfo__toggle-btn {
  display: none;
  align-items: center;
  color: var(--vbtheme-btn-bg-color);
  cursor: pointer;
}
.vbpayinfo__toggle-btn:hover {
  color: var(--vbtheme-btn-bg-dark-color);
}
.vbpayinfo__toggle-btn svg {
  height: 30px;
}
@container vibook (max-width: 540px) {
  .vbpayinfo__toggle-btn {
    display: flex;
  }
}
.vbpayinfo__chevron-down {
  display: block;
  margin-left: 0.5rem;
}
.vbpayinfo__chevron-down svg {
  transition: transform 0.5s;
}
.vbpayinfo__chevron-down_rotate svg {
  transform: rotate(180deg);
}
.vbpayinfo__paysys-section {
  display: flex;
  flex-wrap: wrap;
}
.vbpayinfo__paysys-logo {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  height: 32px;
  width: 64px;
  display: flex;
  padding: 3px;
  margin: 5px 10px 5px 0;
  justify-content: center;
}
.vbpayinfo__toggle-btn {
  padding-right: 0.5rem;
}
@container vibook (max-width: 360px) {
  .vbpayinfo__toggle-btn {
    padding-right: 0;
  }
}
.vbguestinfo {
  padding: 0.5rem 1rem;
  background-color: var(--vbtheme-block-bg-dark-color);
}
.vbguestinfo__header {
  display: flex;
  align-items: center;
}
.vbguestinfo__header img {
  margin-right: 0.5rem;
}
.vbguestinfo__name {
  display: flex;
  padding: 0.5rem 0;
  font-family: var(--vbtheme-caption-font);
  font-size: 20px;
  width: 100%;
  align-items: center;
}
@container vibook (max-width: 300px) {
  .vbguestinfo__name {
    font-size: 18px;
  }
}
.vbguestinfo__description-container {
  overflow: hidden;
}
.vbguestinfo__description {
  padding: 0.5rem 0;
  font-size: 14px;
  line-height: 1.4rem;
}
@container vibook (min-width: 540px) {
  .vbguestinfo__description {
    display: block !important;
  }
}
@container vibook (max-width: 540px) {
  .vbguestinfo__description {
    display: none;
  }
}
.vbguestinfo__details-main {
  padding-inline-start: 15px;
  margin-right: 5px;
}
.vbguestinfo__details {
  display: flex;
  padding: 0.5rem 0;
}
.vbguestinfo__details-item {
  display: list-item;
}
.vbguestinfo__toggle-btn {
  display: none;
  align-items: center;
  color: var(--vbtheme-btn-bg-color);
  cursor: pointer;
}
.vbguestinfo__toggle-btn:hover {
  color: var(--vbtheme-btn-bg-dark-color);
}
.vbguestinfo__toggle-btn svg {
  height: 30px;
}
@container vibook (max-width: 540px) {
  .vbguestinfo__toggle-btn {
    display: flex;
  }
}
.vbguestinfo__chevron-down {
  display: block;
  margin-left: 0.5rem;
}
.vbguestinfo__chevron-down svg {
  transition: transform 0.5s;
}
.vbguestinfo__chevron-down_rotate svg {
  transform: rotate(180deg);
}
.vbguestinfo__name {
  font-size: 18px;
}
.vbroominfo {
  padding: 0.5rem 1rem;
}
.vbroominfo__header {
  display: flex;
  align-items: center;
}
.vbroominfo__header img {
  margin-right: 0.5rem;
}
.vbroominfo__name {
  display: flex;
  padding: 0.5rem 0;
  font-family: var(--vbtheme-caption-font);
  font-size: 20px;
  width: 100%;
  align-items: center;
}
@container vibook (max-width: 300px) {
  .vbroominfo__name {
    font-size: 18px;
  }
}
.vbroominfo__description-container {
  overflow: hidden;
}
.vbroominfo__description {
  padding: 0.5rem 0;
  font-size: 14px;
  line-height: 1.4rem;
}
@container vibook (min-width: 540px) {
  .vbroominfo__description {
    display: block !important;
  }
}
@container vibook (max-width: 540px) {
  .vbroominfo__description {
    display: none;
  }
}
.vbroominfo__details-main {
  padding-inline-start: 15px;
  margin-right: 5px;
}
.vbroominfo__details {
  display: flex;
  padding: 0.5rem 0;
}
.vbroominfo__details-item {
  display: list-item;
}
.vbroominfo__toggle-btn {
  display: none;
  align-items: center;
  color: var(--vbtheme-btn-bg-color);
  cursor: pointer;
}
.vbroominfo__toggle-btn:hover {
  color: var(--vbtheme-btn-bg-dark-color);
}
.vbroominfo__toggle-btn svg {
  height: 30px;
}
@container vibook (max-width: 540px) {
  .vbroominfo__toggle-btn {
    display: flex;
  }
}
.vbroominfo__chevron-down {
  display: block;
  margin-left: 0.5rem;
}
.vbroominfo__chevron-down svg {
  transition: transform 0.5s;
}
.vbroominfo__chevron-down_rotate svg {
  transform: rotate(180deg);
}
.vbroominfo__details-main {
  white-space: nowrap;
}
.vbroominfo__facilities {
  width: 100%;
}
.vbroominfo__facilities-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  justify-content: flex-end;
}
.vbroominfo__facility-item {
  color: var(--vbtheme-roomcard-icons-color);
  border: 1px solid;
  border-radius: 0.3rem;
  margin: 2px;
  align-items: center;
  height: 30px;
  min-width: 30px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
}
.vbroominfo__facility-item svg {
  width: 20px;
  height: 20px;
  margin: 4px;
}
.vbroominfo__facility-item:hover {
  color: hsl(from var(--vbtheme-roomcard-icons-color) h s calc(l - 7));
}
.vbroominfo__tooltip {
  visibility: hidden;
  min-width: 140px;
  background-color: var(--vbtheme-block-bg-color);
  color: var(--vbtheme-roomcard-icons-color);
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid var(--vbtheme-roomcard-icons-color);
  padding: 5px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 120%;
  margin-left: -90px;
}
.vbroominfo__tooltip::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 88%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--vbtheme-roomcard-icons-color) transparent transparent transparent;
}
@container vibook (min-width: 540px) {
  .vbpicked .vbroominfo__tooltip {
    display: none;
  }
}
.vbroominfo__facility-item:hover .vbroominfo__tooltip {
  visibility: visible;
}
.vbroominfo__facility-name {
  margin-right: 5px;
  line-height: 12px;
  font-size: 12px;
}
@container vibook (max-width: 540px) {
  .vbroominfo__facility-name {
    display: none;
  }
}
.vbroominfo__facilities-all {
  float: right;
  cursor: pointer;
  text-decoration: underline;
  color: var(--vbtheme-roomcard-icons-color);
  font-size: 14px;
  margin: 2px;
  white-space: nowrap;
}
.vbroominfo__facilities-all:hover {
  color: hsl(from var(--vbtheme-roomcard-icons-color) h s calc(l - 7));
}
.vbbookinfo {
  font-size: 14px;
  text-align: left;
}
.vbbookinfo__header {
  font-family: var(--vbtheme-caption-font);
  font-size: 20px;
  padding: 0.75rem 0.5rem;
  align-items: center;
  display: flex;
}
.vbbookinfo__details {
  padding: 0 0.5rem;
}
@container vibook (max-width: 360px) {
  .vbbookinfo__details {
    padding: 0;
  }
}
.vbbookinfo__item {
  font-size: 14px;
  padding: 0.75rem 0.5rem;
  flex: 0 0 auto;
  width: 60%;
  align-items: center;
  display: flex;
}
@container vibook (max-width: 360px) {
  .vbbookinfo__item {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding: 0.5rem 0;
  }
}
.vbbookinfo__item_caption {
  font-weight: 600;
  width: 40%;
}
@container vibook (max-width: 360px) {
  .vbbookinfo__item_caption {
    border-bottom: none;
    width: 100%;
    max-width: 100%;
  }
}
.vbbookinfo__top_caption {
  width: 40%;
  font-family: var(--vbtheme-caption-font);
  font-size: 20px;
  padding: 0.75rem 0.5rem;
  align-items: center;
  display: flex;
}
@container vibook (max-width: 360px) {
  .vbbookinfo__top_caption {
    border-bottom: none;
    width: 100%;
    max-width: 100%;
  }
}
.vbbookinfo__item_highlighted {
  font-size: 16px;
  font-weight: 600;
}
.vbbookinfo__item_centered {
  justify-content: center;
}
.vbbookinfo__url {
  display: inline;
  text-decoration: underline;
  color: var(--vbtheme-btn-bg-color);
  cursor: pointer;
}
.vbbookinfo__guest-add-section {
  justify-content: center;
  padding: 0;
}
.vbbookinfo__guest-add {
  font-family: var(--vbtheme-caption-font);
  font-size: 22px;
  color: var(--vbtheme-btn-bg-color);
  text-align: center;
  cursor: pointer;
  padding: 0.25rem;
}
.vbbookinfo__guest-add:hover {
  -webkit-transform: scale(1.05);
}
.vbbookinfo__guestinfo {
  padding: 0.5rem 0.5rem;
  margin: 0.75rem 0.5rem;
  border: 1px solid hsl(from var(--vbtheme-block-bg-dark-color) h s calc(l - 7));
}
@container vibook (max-width: 360px) {
  .vbbookinfo__guestinfo {
    margin: 0.5rem 0;
  }
}
.vbbookinfo__guest-item {
  display: none;
  border: 1px solid hsl(from var(--vbtheme-block-bg-dark-color) h s calc(l - 7));
  margin: 0.75rem;
  padding: 0.75rem 0;
}
@container vibook (max-width: 360px) {
  .vbbookinfo__guest-item {
    padding: 0.5rem;
    margin: 0;
  }
}
.vbbookinfo__guest-item:hover {
  background-color: var(--vbtheme-block-bg-dark-color);
}
.vbbookinfo__guest-delete-section {
  padding: 1rem 0.5rem;
  display: flex;
  justify-content: right;
}
.vbbookinfo__guest-delete {
  padding-right: 0.25rem;
  vertical-align: middle;
  display: flex;
  align-items: center;
  color: red;
  cursor: pointer;
}
.vbbookinfo__guest-delete svg {
  height: 1rem;
  margin: 0 0.5rem;
}
.vbbookinfo__warning {
  padding: 0 0.5rem;
  margin-bottom: -0.5rem;
  font-size: 14px;
  display: flex;
  color: red;
  justify-content: flex-end;
  text-align: right;
}
.vbbookinfo__footer-vbrow {
  justify-content: end;
  align-items: end;
}
.vbbookinfo__price-footer {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.vbbookinfo__price-section {
  padding: 0.5rem;
  align-content: center;
}
.vbbookinfo__price-row {
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem 0;
  align-items: center;
}
.vbbookinfo__subprice-row {
  flex-wrap: wrap;
}
.vbbookinfo__price-caption {
  font-size: 22px;
  display: flex;
  white-space: nowrap;
  justify-content: flex-end;
}
.vbbookinfo__subprice-caption {
  font-size: 16px;
}
.vbbookinfo__price-value {
  font-size: 22px;
  white-space: nowrap;
  padding: 0 0.5rem;
  text-align: end;
}
@container vibook(min-width: 360px) {
  .vbbookinfo__price-value {
    width: 110px;
  }
}
.vbbookinfo__subprice-value {
  font-size: 20px;
}
.vbbookinfo__price-btn-section {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  padding: 0.75rem 0.5rem;
}
@container vibook(max-width: 540px) {
  .vbbookinfo__price-btn-section {
    padding-top: 0.25rem;
  }
}
@container vibook(max-width: 360px) {
  .vbbookinfo__price-btn-section {
    padding: 0.75rem 0;
  }
}
@container vibook (max-width: 540px) {
  .vbbookinfo__promo {
    flex: 1;
  }
}
.vbbookinfo__btn-promo {
  margin: 0.75rem 0.5rem 0.15rem 0.5rem;
  position: relative;
}
@container vibook (max-width: 360px) {
  .vbbookinfo__btn-promo {
    margin-right: 0.15rem;
  }
}
.vbbookinfo__btn-confirm,
.vbbookinfo__btn-cancel {
  margin: 0.25rem;
}
.vbbookinfo__bage {
  padding: 0.35rem;
  margin: 0.25rem;
  font-size: 14px;
  color: var(--vbtheme-btn-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.vbbookinfo__bage_paid {
  background-color: var(--vbtheme-btn-bg-color);
}
.vbbookinfo__bage_canceled {
  background-color: var(--vbtheme-btn-cancel-bg-color);
}
.vbbookinfo__bage_hidden {
  display: none;
}
/*# sourceMappingURL=vbstyles.css.map */
/* End */
/* /vibook/css/air-datepicker.css?175991257519626 */
/* /vibook/css/vbstyles.css?176719944340204 */
