@media (max-width: 991.98px) {
  html {
    /*font-size: 6px;*/
    /*font-size: 37.5%;*/
    font-size: 8px;
    font-size: 50%;
  }
  input, select, textarea {
    font-size: 16px;
  }
}
.xe_content {
  color: var(--bh_color_text) !important;
  font-size: 14px;
  /*line-height: 1.6 !important;*/
  font-family: inherit !important;
}
.xe-widget-wrapper {
  overflow: visible;
}
/* vue Modal */
.vue_modal_btn {
  padding: 20px 30px;
  border: 1px solid var(--bh_color_gray_300);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
.vue_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.vue_modal .vue_modal_dimmed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.vue_modal .vue_modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1170px;
  max-height: calc(100% - 200px);
  padding: 50px;
  border-radius: 20px;
  background-color: var(--bh_color_white);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.vue_modal .vue_modal_content .bh_modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.vue_modal .vue_modal_content .content_inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* vue Tab */
.bh_tab_wrap.vue_tab_wrap .vue_tab_btns {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--bh_color_gray_300);
  margin-bottom: 30px;
}
.bh_tab_wrap.vue_tab_wrap .vue_tab_btns > li > .vue_tab_btn {
  display: block;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 500;
  color: var(--bh_color_gray_600);
  transition: 0.3s;
}
.bh_tab_wrap.vue_tab_wrap .vue_tab_btns > li > .vue_tab_btn:hover, .bh_tab_wrap.vue_tab_wrap .vue_tab_btns > li > .vue_tab_btn.active {
  color: var(--bh_color_main);
  font-weight: 700;
}
.modal-enter-active, .modal-leave-active {
  transition: opacity 0.5s ease;
}
.modal-enter-from, .modal-leave-to {
  opacity: 0;
}
/* vue Gallery - Masonry */
.masonry_wrapper .masonry_items .masonry_item {
  position: relative;
}
.masonry_wrapper .masonry_items .masonry_item .item_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--bh_color_white);
  opacity: 0;
  transition: 0.3s;
}
.masonry_wrapper .masonry_items .masonry_item:hover .item_inner {
  opacity: 1;
}
.prac_vue_wrap .prac_item {
  margin-bottom: 50px;
}
.prac_vue_wrap .prac_item .item_name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
/*# sourceMappingURL=3d1d6d031aa38a41dc359134258c9e58c0c741b1.page.scss.map */
