.elementor-kit-5{--e-global-color-primary:#6B4E2E;--e-global-color-secondary:#A68A64;--e-global-color-text:#EAE6DF;--e-global-color-accent:#3E5C4A;--e-global-color-a72939a:#0F1A1496;--e-global-color-5e3d19c:#3F5A3C;--e-global-color-d610fd1:#4F6F4B;--e-global-color-9bd0b7a:#2F4430;--e-global-color-063b324:#D8D2C859;--e-global-color-ef035c5:#F4F4F4;--e-global-color-bff9b17:#D1D1D1;--e-global-color-07bf013:#FFFFFF;--e-global-color-bf02cba:#4A544C;--e-global-color-2d1d06e:#BDBDBD;--e-global-color-32de2dc:#6E624F;--e-global-color-673e0e9:#FFFFFF33;--e-global-color-ce52638:#EDEBE6;--e-global-color-883c589:#E6E2D9;--e-global-color-ffc228a:#E6F2EA;--e-global-color-8d50350:#E8DDC8;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.6px;--e-global-typography-primary-letter-spacing:1px;--e-global-typography-primary-word-spacing:1px;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-size:15px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.4px;--e-global-typography-secondary-letter-spacing:1px;--e-global-typography-secondary-word-spacing:1px;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6px;--e-global-typography-text-letter-spacing:1px;--e-global-typography-text-word-spacing:0px;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.2px;--e-global-typography-accent-letter-spacing:1.5px;--e-global-typography-accent-word-spacing:1px;color:#EAE6DF;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;line-height:1.6px;overscroll-behavior:none;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"Cormorant Garamond", Sans-serif;font-size:56px;font-weight:600;line-height:1.1px;}.elementor-kit-5 h2{font-family:"Cormorant Garamond", Sans-serif;font-size:36px;font-weight:500;line-height:1.1px;}.elementor-kit-5 h3{font-family:"Playfair Display", Sans-serif;font-size:24px;font-weight:400;line-height:1.1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 🔥 ФІКС ДЛЯ ФОНУ */
body::before {
  pointer-events: none;
}

/* КНОПКА */
.scroll-top {
  position: fixed !important;
  bottom: 26px;
  right: 26px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,14px,0) scale(0.94);
  transition: all 0.35s ease;
  z-index: 2147483647;
}

/* ПОКАЗ */
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0,0,0) scale(1);
}
.rank-math-breadcrumb a,
.breadcrumbs a {
  pointer-events: none;
  cursor: default;
}

.rank-math-breadcrumb a:first-child,
.breadcrumbs a:first-child {
  pointer-events: auto;
  cursor: pointer;
}/* End custom CSS */