.elementor-kit-279{--e-global-color-primary:#000000;--e-global-color-secondary:#858484;--e-global-color-text:#858484;--e-global-color-accent:#CFF448;--e-global-color-b1a8bf8:#FFFFFF;--e-global-color-51a3d59:#000000;--e-global-color-8a25513:#CFF448;--e-global-color-45271ae:#C3E647;--e-global-color-bb1b361:#ECFAA8;--e-global-color-827acfc:#FAFAFA;--e-global-color-c5a3bc4:#EEEEEE;--e-global-color-7cea146:#032D23;--e-global-color-a3b720e:#03062D;--e-global-color-0e7630f:#AFA7FA;--e-global-color-71bc03c:#E6E4FF;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:38px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:600;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:700;--e-global-typography-ffaae4c-font-family:"Manrope";--e-global-typography-ffaae4c-font-size:1.2rem;--e-global-typography-ffaae4c-font-weight:600;--e-global-typography-31ec502-font-family:"Manrope";--e-global-typography-31ec502-font-size:1rem;--e-global-typography-31ec502-font-weight:700;--e-global-typography-741eae0-font-family:"Manrope";--e-global-typography-741eae0-font-size:48px;--e-global-typography-741eae0-font-weight:800;}.elementor-kit-279 button,.elementor-kit-279 input[type="button"],.elementor-kit-279 input[type="submit"],.elementor-kit-279 .elementor-button{background-color:var( --e-global-color-8a25513 );font-family:"Manrope", Sans-serif;font-size:1rem;font-weight:600;color:var( --e-global-color-7cea146 );border-radius:60px 60px 60px 60px;padding:15px 25px 15px 25px;}.elementor-kit-279 e-page-transition{background-color:#FFBC7D;}.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-279{--e-global-typography-primary-font-size:1.9rem;--e-global-typography-accent-font-size:0.9rem;--e-global-typography-ffaae4c-font-size:1rem;--e-global-typography-741eae0-font-size:27px;}.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: 95%;}}

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

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

/* Change Selection Text Color When Highlighting */ 


::-moz-selection { background-color: #ECFAA8; 
color: #000000; } 
::selection { background-color: #ECFAA8; 
color: #000000; }

.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;
}/* End custom CSS */