.elementor-kit-3{--e-global-color-primary:#E78F3B;--e-global-color-secondary:#FB4F0D;--e-global-color-text:#FB4F0D;--e-global-color-accent:#000000;--e-global-color-baf9484:#FFFFFF;--e-global-typography-primary-font-family:"Candara";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.elementor-kit-3 e-page-transition{background-color:#FFBC7D;}.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:1100px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:600px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 0. ПІДСТРАХОВКА: Фарбуємо саме тіло сайту, щоб прибрати білий спалах */
body {
    background-color: #E78F3B !important; /* ВСТАВ СЮДИ СВІЙ ТОЧНИЙ КОЛІР (замість #e67e22) */
}

/* 1. ФОН ДЛЯ КОМП'ЮТЕРІВ (Desktop) */
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* Задаємо той самий колір під картинку */
    background-color: #E78F3B !important; 
    /* Встав посилання на ШИРОКУ картинку нижче */
    background-image: url(https://boryslav.romasyay.com.ua/wp-content/uploads/sites/4/2026/04/ФОН-ПК-2026-3.avif);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

/* 2. ФОН ДЛЯ ПЛАНШЕТІВ ТА ТЕЛЕФОНІВ (Все, що менше 1025px) */
@media (max-width: 1024px) {
    body::before {
        background-image: url(https://boryslav.romasyay.com.ua/wp-content/uploads/sites/4/2026/04/ФОН-Тел-2026.avif) !important;
        background-position: center center;
    }
}

/* Робимо всі інші шари прозорими, щоб бачити наш фон */
/* ПРИМІТКА: ми прибрали body звідси, бо тепер body має колір, а прозорим залишаємо тільки Elementor */
.elementor {
    background: transparent !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Candara';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://boryslav.romasyay.com.ua/wp-content/uploads/sites/4/2026/01/candara-webfont.woff') format('woff');
}
/* End Custom Fonts CSS */