.elementor-kit-7{--e-global-color-primary:#09166B;--e-global-color-secondary:#09166B;--e-global-color-text:#6971A5;--e-global-color-accent:#3984E7;--e-global-color-98ef8f6:#E7F3FE;--e-global-color-f66ed65:#F4F8FD;--e-global-color-70219b9:#F7F9FB;--e-global-color-63f1398:#FE6A36;--e-global-color-7991872:#FBD93D;--e-global-color-f6ada58:#3EAA46;--e-global-color-80d92e6:#6638D1;--e-global-typography-primary-font-family:"Nunito";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Nunito";--e-global-typography-secondary-font-size:42px;--e-global-typography-secondary-font-weight:800;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:600;--e-global-typography-text-line-height:1.5rem;--e-global-typography-accent-font-family:"Nunito";--e-global-typography-accent-font-size:0.9rem;--e-global-typography-accent-font-weight:700;--e-global-typography-357a04f-font-family:"Nunito";--e-global-typography-357a04f-font-size:1.2rem;--e-global-typography-357a04f-font-weight:800;--e-global-typography-19a6876-font-family:"Nunito";--e-global-typography-19a6876-font-size:24px;--e-global-typography-19a6876-font-weight:800;--e-global-typography-ccf4ae8-font-family:"Nunito";--e-global-typography-ccf4ae8-font-size:14px;--e-global-typography-ccf4ae8-font-weight:700;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}body{overflow-x:inherit !important;}.elementor a, .elementor a:link, .elementor a:focus, .elementor a:active, .elementor a:hover{text-decoration:inherit !important;}.elementor a:link, .elementor .smooth-hover a:link, {transition:inherit;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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-kit-7{--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-accent-font-size:0.87rem;--e-global-typography-357a04f-font-size:1rem;--e-global-typography-19a6876-font-size:22px;--e-global-typography-ccf4ae8-font-size:12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* CONTAINER BOXED LAYOUT*/
/* Ultra wide */
@media (max-width: 3840px) {
.c-box {--content-width: 50%;}}
/* Desktop */
@media (max-width: 1920px) {
.c-box {--content-width: 75%;}}
/* Laptop big */
@media (max-width: 1600px) {
.c-box {--content-width: 80%;}}
/* Laptop small */
@media (max-width: 1366px) {
.c-box {--content-width: 77%;}}
/* Tablet portrait */
@media (max-width: 1200px) {
.c-box {--content-width: 80%;}}
/* Mobile */
@media (max-width: 767px) {
.c-box {--content-width: 93%;}}

html, body {
  width: 100%;
  overflow-x: hidden;
}
html, body {
    overflow: visible;
}



.elementor-widget-text-editor p:last-child{ margin-bottom:0px;}

/* Change Selection Text Color When Highlighting */ 


::-moz-selection { background-color: #E9F1FC; 
color: #3984E7; } 
::selection { background-color: #E9F1FC; 
color: #3984E7; }

.twoj-kontener {
  transition: all 0.3s ease;
}

.twoj-kont:hover {
  transform: translateY(-10px);
}

.btn a {
	position: relative;
}

.btn a:before {
	content: "";
	position: absolute;
	width:20px;
	height: 30px;
	border-radius: 10px;
	left: -5px;
	top: -6px;
	z-index: -1;
	transition: 0.3s;
}

.btn a:hover:before {
	width: 115%;
	background-color: #ECFAA8;
}

.btn.btn--2 a::before {
	left: 50%;
	transform: translateX(-50%);
}

.btn.btn--3 a::before {
	left: auto;
	right: 0;
}

.btn a,
.btn a:hover,
.btn a:focus,
.btn a:visited {
    color: inherit;
}
.btn a {
    position: relative;
    color: inherit; /* POZWALA ELEMENTOROWI STEROWAĆ KOLAREM */
}



.btn a {
    color: #868686!important;
}
.btn a:hover {
    color: black !important;
}



.opcjonalnie {
    font-weight: 400; /* regular */
}

/* Linki – zawsze ten sam kolor */
a,
a:visited,
a:hover,
a:focus,
a:active {
    color: inherit;
}


.text-highlight {
    position: relative;
    font-weight: 700;               /* trochę grubsze niż regular */
    color: black;                 /* kolor tekstu */
}

/* animowane podkreślenie */
.text-highlight {
    text-decoration: underline;  /* stałe podkreślenie */
    text-decoration-color: #ECFAA8;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}



.text-highlight2 {
    position: relative;     /* pseudo-element tylko dla tego słowa */
    display: inline-block;  /* nie wpływa na blok poniżej */
    font-weight: 650;
    color: black;
}

.text-strong-dark {
    color: #09166B;   /* czarny */
    font-weight: 700; /* grubość 600 */
}


.highlight{
  font-weight: 700; /* jeden stopień grubsza czcionka */
  color: #09166B;   /* tutaj wpisujesz swój kolor */
}/* End custom CSS */