

/* Start:/local/templates/vibook/template_styles.css?17694524394417*/
body {
  font-family: var(--vb-theme-template-font-family);
  margin: 0;
  font-size: 14px;
  background-color: var(--vb-theme-template-body-color-bg);
  background-image: var(--vb-theme-template-body-image-bg);
  background-size: cover;
  background-position: var(--vbtheme-bg-image-position);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.vbtemplate__header_shrink {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}
.vbtemplate__header_shrink .vbtemplate__header-logo img {
  height: 45px;
}
.vbtemplate__header {
  display: flex;
  justify-content: center;
  font-size: 22px;
  color: var(--vb-theme-template-header-color);
  align-items: center;
  font-family: var(--vb-theme-template-font-family-caption);
  background-color: var(--vb-theme-template-header-bg-color);
  position: sticky;
  top: 0;
  z-index: 100;
  overflow: hidden;
  padding: 0.5rem 0;
  transition: 0.5s all ease;
}
@media (max-width: 992px) {
  .vbtemplate__header {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .vbtemplate__header {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .vbtemplate__header {
    font-size: 14px;
  }
}
@media only screen and (max-device-height: 576px) and (orientation: landscape) {
  .vbtemplate__header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-device-height: 576px) and (orientation: landscape) {
  .vbtemplate__header .vbtemplate__header-logo img {
    height: 45px;
  }
}
.vbtemplate__header-content {
  display: flex;
  padding: 0 0.5rem;
  width: 1000px;
}
@media (max-width: 1040px) {
  .vbtemplate__header-content {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .vbtemplate__header-content {
    padding: 0 0.5rem;
  }
}
.vbtemplate__header-logo {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 50px;
}
.vbtemplate__header-logo a {
  display: flex;
  align-items: center;
}
.vbtemplate__header-logo img {
  max-width: 150px;
  height: var(--vb-theme-template-logo-height);
  object-fit: contain;
  padding: 0.25rem 0.5rem;
  transition: 0.5s all ease;
}
.vbtemplate__header-name {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.vbtemplate__header-name a {
  color: var(--vb-theme-template-header-color);
  text-decoration: none;
  display: flex;
  align-items: center;
}
.vbtemplate__header-name a svg {
  color: var(--vb-theme-template-header-color);
  width: 26px;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .vbtemplate__header-name a svg {
    width: 18px;
  }
}
.vbtemplate__header-right {
  display: flex;
  align-items: center;
  justify-content: right;
  text-decoration: none;
}
.vbtemplate__header-phone {
  display: flex;
  align-items: center;
  margin: 0 0.5rem;
  white-space: nowrap;
}
.vbtemplate__header-phone a {
  color: var(--vb-theme-template-header-color);
  text-decoration: none;
}
@media (max-width: 540px) {
  .vbtemplate__header-phone {
    display: none;
  }
}
.vbtemplate__header-to-home {
  display: flex;
  align-items: center;
  margin: 0 0.5rem;
}
.vbtemplate__header-to-home a {
  display: flex;
  text-decoration: none;
}
.vbtemplate__header-to-home a svg {
  color: var(--vb-theme-template-header-color);
  width: 26px;
}
.vbtemplate__main {
  width: 1000px;
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 4em 0 1em;
}
@media all and (max-width: 1040px) {
  .vbtemplate__main {
    width: auto;
  }
}
@media all and (max-width: 768px) {
  .vbtemplate__main {
    padding: 2em 0 1em;
  }
}
@media only screen and (max-device-height: 576px) and (orientation: landscape) {
  .vbtemplate__main {
    padding: 0.5em 0;
  }
}
.vbtemplate__footer {
  display: flex;
  justify-content: center;
  font-size: 11px;
  color: var(--vb-theme-template-black-light);
  white-space: nowrap;
  padding: 1rem 0 2rem;
  background-color: var(--vb-theme-templete-body-color-bg);
}
.vbtemplate__footer-content {
  width: 1140px;
  display: flex;
  justify-content: center;
}
.vbtemplate__footer-logo {
  padding: 1rem;
  display: block;
  text-align: center;
}
.vbtemplate__footer-logo a {
  color: var(--vb-theme-template-black-light);
  text-decoration: none;
}
/*# sourceMappingURL=template_styles.css.map */
/* End */
/* /local/templates/vibook/template_styles.css?17694524394417 */
