/*!
Theme Name: leasinguje
Theme URI: http://weblance.pl/
Author: Weblance.pl
Author URI: http://weblance.pl/
Description: Profesjonalny motyw strony WWW
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: weblance.pl
Tags: weblance
*/

@import url('https://fonts.googleapis.com/css2?family=Kodchasan:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {
	--width: 1520px;

	--font-size-h1: 42px;
	--font-size-h2: 32px;
	--font-size-h3: 26px;
	--font-size-h4: 24px;
	--font-size-h5: 19px;
	--font-size-h6: 16px;

	--square: 50px;
	--bigSquare: 70px;

	--font-size-big: 13px;
	--font-size-normal: 12px;
	--font-size-small: 10px;
	--font-size-smaller: 8px;

	--spacing-xxl: 50px;
	--spacing-xl: 45px;
	--spacing-lg: 30px;
	--spacing-md: 17px;
	--spacing-sm: 13px;
	--spacing-xs: 9px;
	--spacing-xxs: 4px;
	--padding: 20px;

	--color: #4CB480;
	--colorDark: #35A46D;
	--colorDarker: #1f804f;
	--colorDarknest: #175737;
	--colorTrans: rgba(76, 180, 128, 0.54);
	--colorTransMid: rgba(76, 180, 128, 0.14);
	--colorLight: #4CB480;
	--colorLighter: #69D7A0;
	--black: #000;
	--blackTrans: rgba(0, 0, 0, .16);
	--blackDarkTrans: rgba(0, 0, 0, .46);
	--headerOverlay: rgba(39, 39, 39, 0.729);
	--white: #fff;
	--whiteTrans: rgba(255, 255, 255, 0.64);
	--whiteTransMid: rgba(255, 255, 255, 0.12);
	--gray: #F6F7FB;
	--grayF6: #f6f6f6;
	--grayE8: #e8e8e8;
	--gradient: radial-gradient(226.39% 226.17% at 55.08% -126.14%, var(--color) 0%, var(--colorDark) 77.74%);
	--gradientLinear: linear-gradient(90deg, transparent 0%, var(--color) 49.52%, transparent 100%);
	--font-family: "Kodchasan", sans-serif;

	--topRightColor: linear-gradient(225deg, var(--color) 0%, var(--color) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	--topLeftColor: linear-gradient(135deg, var(--color) 0%, var(--color) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	--bottomLeftColor: linear-gradient(45deg, var(--color) 0%, var(--color) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	--bottomRightColor: linear-gradient(315deg, var(--color) 0%, var(--color) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);

	--topRight: linear-gradient(225deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	--topLeft: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	--bottomLeft: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	--bottomRight: linear-gradient(315deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}

/* >= 480px */
@media (min-width: 480px) {
	:root {
		--font-size-h1: 50px;
		--font-size-h2: 46px;
		--font-size-h3: 36px;
		--font-size-h4: 28px;
		--font-size-h5: 20px;
		--font-size-h6: 17px;
		--padding: 30px;

		--square: 60px;
		--bigSquare: 80px;

		--font-size-big: 14px;
		--font-size-normal: 13px;
		--font-size-small: 11px;
		--font-size-smaller: 9px;

		--spacing-xxl: 60px;
		--spacing-xl: 50px;
		--spacing-lg: 34px;
		--spacing-md: 18px;
		--spacing-sm: 14px;
		--spacing-xs: 10px;
		--spacing-xxs: 5px;
	}
}

/* >= 786px */
@media (min-width: 786px) {
	:root {
		--font-size-h1: 54px;
		--font-size-h2: 50px;
		--font-size-h3: 38px;
		--font-size-h4: 30px;
		--font-size-h5: 21px;
		--font-size-h6: 18px;

		--square: 70px;
		--bigSquare: 90px;

		--font-size-big: 15px;
		--font-size-normal: 14px;
		--font-size-small: 12px;
		--font-size-smaller: 10px;

		--spacing-xxl: 68px;
		--spacing-xl: 58px;
		--spacing-lg: 36px;
		--spacing-md: 20px;
		--spacing-sm: 15px;
		--spacing-xs: 11px;
		--spacing-xxs: 6px;
	}
}

/* >= 900px */
@media (min-width: 900px) {
	:root {
		--font-size-h1: 58px;
		--font-size-h2: 54px;
		--font-size-h3: 42px;
		--font-size-h4: 32px;
		--font-size-h5: 23px;
		--font-size-h6: 19px;

		--square: 80px;
		--bigSquare: 100px;

		--font-size-big: 16px;
		--font-size-normal: 15px;
		--font-size-small: 13px;
		--font-size-smaller: 11px;

		--spacing-xxl: 75px;
		--spacing-xl: 65px;
		--spacing-lg: 40px;
		--spacing-md: 22px;
		--spacing-sm: 16px;
		--spacing-xs: 12px;
		--spacing-xxs: 7px;
		--padding: 50px;
	}
}

/* >= 1100px */
@media (min-width: 1100px) {
	:root {
		--font-size-h1: 62px;
		--font-size-h2: 58px;
		--font-size-h3: 45px;
		--font-size-h4: 35px;
		--font-size-h5: 25px;
		--font-size-h6: 20px;

		--square: 90px;
		--bigSquare: 110px;

		--font-size-big: 17px;
		--font-size-normal: 16px;
		--font-size-small: 14px;
		--font-size-smaller: 12px;

		--spacing-xxl: 85px;
		--spacing-xl: 70px;
		--spacing-lg: 42px;
		--spacing-md: 25px;
		--spacing-sm: 18px;
		--spacing-xs: 13px;
		--spacing-xxs: 8px;
	}
}

/* >= 1400px */
@media (min-width: 1400px) {
	:root {
		--font-size-h1: 65px;
		--font-size-h2: 60px;
		--font-size-h3: 47px;
		--font-size-h4: 37px;
		--font-size-h5: 27px;
		--font-size-h6: 21px;

		--square: 100px;
		--bigSquare: 120px;


		--font-size-big: 18px;
		--font-size-normal: 17px;
		--font-size-small: 15px;
		--font-size-smaller: 13px;

		--spacing-xxl: 90px;
		--spacing-xl: 80px;
		--spacing-lg: 45px;
		--spacing-md: 27px;
		--spacing-sm: 18px;
		--spacing-xs: 14px;
		--spacing-xxs: 9px;
	}
}

/* >= 1600px */
@media (min-width: 1600px) {
	:root {
		--font-size-h1: 70px;
		--font-size-h2: 65px;
		--font-size-h3: 52px;
		--font-size-h4: 42px;
		--font-size-h5: 32px;
		--font-size-h6: 22px;

		--square: 110px;
		--bigSquare: 130px;

		--font-size-big: 19px;
		--font-size-normal: 18px;
		--font-size-small: 16px;
		--font-size-smaller: 14px;

		--spacing-xxl: 100px;
		--spacing-xl: 90px;
		--spacing-lg: 50px;
		--spacing-md: 30px;
		--spacing-sm: 20px;
		--spacing-xs: 15px;
		--spacing-xxs: 10px;

	}
}
ol, ul {
    padding-left: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: var(--font-size-h1);
}

h2 {
	font-size: var(--font-size-h2);
}

h3 {
	font-size: var(--font-size-h3);
}

h4 {
	font-size: var(--font-size-h4);
}

h5 {
	font-size: var(--font-size-h5);
}

h6 {
	font-size: var(--font-size-h6);
}

p {
	margin: 0 !important;
	margin-bottom: 1rem !important;
}




/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-size: var(--font-size-normal) !important;
	font-family: var(--font-family) !important;
	color: var(--black) !important;
	max-width: 100%;
	overflow-x: hidden;
	overflow-wrap: break-word;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	color: var(--color);
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}


img,
video,
.infinite-scroll.neverending {
	max-width: 100%;
	height: auto;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.6;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}


pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}



/* Links
--------------------------------------------- */
/* a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
} */

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1331px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}


.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


.updated:not(.published) {
	display: none;
}


/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}



/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.container {
	max-width: calc(1660px + calc(var(--spacing-lg) * 2));
	padding: 0 var(--spacing-lg);
	margin: 0 auto;
}




.button {
	border: 1px solid var(--color);
	padding: var(--spacing-xs) var(--spacing-xs);
	display: inline-block;
	color: var(--white);
	text-decoration: none;
	background: var(--color);
	transition: .3s all;
	padding-right: calc(var(--spacing-xs) * 4);
	position: relative;
}

.button:hover {
	transform: scale(1.05);
}

.button::before {
	/* content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="none"><path d="M10.5 25.5L25.5 10.5" stroke="%2300AEEF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.5 10.5H25.5V25.5" stroke="%2300AEEF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); */
	content: '';
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="none"><path d="M10.5 25.5L25.5 10.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.5 10.5H25.5V25.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: var(--spacing-xxs);
	z-index: 1;
	font-weight: 300;
	width: calc(var(--spacing-sm) + var(--spacing-xs));
	height: calc(var(--spacing-sm) + var(--spacing-xs));
	aspect-ratio: 1 / 1;
	display: inline-block;
}

.button-bottom {
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--black);
	padding: var(--spacing-xxs) var(--spacing-md);
	color: var(--black);
}

.button-bottom::before {
	display: none;
}


.section-supertitle {
	color: var(--colorTransMid);
	padding-left: calc(var(--spacing-xxl) + var(--spacing-xxs));
	font-size: var(--font-size-h5);
	line-height: var(--font-size-h5);
	position: relative;
	margin-bottom: var(--spacing-xxs);
}

.section-supertitle::before {
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: var(--spacing-xl);
	height: 1px;
	background: var(--gradientLinear);
	position: absolute;
	display: inline-block;
}

.section-title {
	font-size: var(--font-size-h3);
	line-height: calc(var(--font-size-h3)*1);
	position: relative;
	font-weight: 700;
	margin-bottom: calc(var(--spacing-sm) + var(--spacing-lg));
	padding: var(--spacing-xxs) 0;
	padding-left: calc(var(--spacing-sm) * 1.75);
}

.wp-block-heading {
	font-size: var(--font-size-h5);
	line-height: calc(var(--font-size-h5) * 1.2);
	margin: 0 !important;
	padding: 0 !important;
	padding-bottom: var(--spacing-md) !important;

}

.section-title::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: calc(var(--spacing-md) * .75);
	overflow: hidden;
	content: '';
	background-image: url('./assets/images/title.png');
	background-size: contain;
	background-repeat: repeat-y;
}

.section-title::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: calc(var(--spacing-sm) * -1);
	left: 0;
	background: var(--gray);
}

.section-title span {
	color: var(--color);
}

.py-xl {
	padding: var(--spacing-xl) 0;
}

.pb-sm {
	padding-bottom: var(--spacing-sm);
}

.contact_form {
	max-width: calc(var(--spacing-xxl) * 5.8);
	margin: 0 auto;
}

.contact_form input[type=text],
.contact_form input[type=email],
.contact_form textarea,
.contact_form input[type=tel] {
	width: 100%;
	border: 2px solid var(--white);
	padding: 15px;
	border-radius: 0;
	background: var(--colorLighter);
	font-size: var(--font-size-normal);
	color: white;
	font-weight: 400;
	max-height: 100px;
}

.contact_form p {
	margin-bottom: var(--spacing-sm) !important;
}

.contact_form input[type=text]::placeholder,
.contact_form input[type=email]::placeholder,
.contact_form textarea::placeholder,
.contact_form input[type=tel]::placeholder {
	color: var(--white);
}

.contact_form input[type=submit] {
	border-radius: 0;
	background: var(--white);
	color: var(--black);
	outline: none;
	border: none;
	font-size: var(--font-size-small);
	padding: var(--spacing-xs) var(--spacing-lg);
	display: block;
	margin-left: auto;
	max-width: fit-content;
	font-weight: 700;
}

.contact_form .wpcf7-acceptance {
	display: block;
	margin-bottom: 34px;
}

.contact_form .wpcf7-acceptance label {
	font-weight: 400;
	line-height: var(--spacing-md);
	display: block;
	width: 100%;
	cursor: pointer;
	padding: 0;
	padding-left: 38px;
	position: relative;
	max-width: none;

}

.contact_form .wpcf7-acceptance label input {
	display: none;
}


.contact_form .wpcf7-acceptance label::before {
	content: "";
	width: var(--spacing-md);
	height: var(--spacing-md);
	border: 2px solid var(--white);
	display: block;
	transition: 0.3s all;
	position: absolute;
	top: 0;
	left: 0;
}

.contact_form .wpcf7-acceptance label:hover::before {
	background: var(--colorLighter);
}

.contact_form .wpcf7-acceptance label:has(input:checked)::before {
	background: var(--white);
	border-color: var(--white);
}

.contact_form .wpcf7-acceptance .wpcf7-list-item-label {
	width: 100%;
	display: block;
}


.contact_form .wpcf7-acceptance .wpcf7-list-item {
	display: block;
	margin: 0;
	padding: 0;
}

.contact-form .wpcf7-spinner {
	display: none;
}

.single-post-content {
	padding: var(--spacing-xxl) 0;
}

.single-post-content-thumb {
	padding-bottom: var(--spacing-lg);
}

.single-post-content-thumb img {
	max-height: calc(var(--spacing-xxl) * 4.5);
	object-fit: cover;
	display: block;
}

.gallery-carusel {
	padding: var(--spacing-xxl) 0;
}

.gallery-carusel .mySwiper2 .swiper-slide img {
	width: 100%;
	max-width: 1100px;
	display: block;
	margin: 0 auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.gallery-carusel .mySwiper2 {
	padding-bottom: var(--spacing-lg);
}

.gallery-carusel .mySwiper .swiper-slide img {
	display: block;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.gallery-carusel .mySwiper .swiper-slide {
	position: relative;
	padding: var(--spacing-sm);
	overflow: visible;
}

.gallery-carusel .mySwiper .swiper-slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - var(--spacing-sm) * 2);
	height: calc(100% - var(--spacing-sm) * 2);
	border: 3px solid var(--color);
	/* transform: translate(calc(var(--spacing-sm) * 1), calc(var(--spacing-sm) * 1)); */
}

.gallery-carusel .swiper {
	margin: 0 var(--spacing-xxl);
}


.gallery-carusel .mySwiper .swiper-button-prev,
.gallery-carusel .mySwiper .swiper-button-next {
	width: var(--spacing-lg);
	height: var(--spacing-lg);
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--gray);
	padding: var(--spacing-sm);
}

.gallery-carusel .mySwiper .swiper-button-prev::after,
.gallery-carusel .mySwiper .swiper-button-next::after {
	color: var(--color);
	font-size: var(--font-size-h5);
}

.text_image_item_buttons {
	display: flex;
	flex-wrap: wrap;
	gap: var(--spacing-sm);
	justify-content: start;
	align-items: center;
	padding-top: var(--spacing-sm);
}

.text_image_item_buttons a:first-child::after {
	content: '';
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="134" viewBox="0 0 100 134" fill="none"><path d="M99.891 3.3582C100.021 2.82149 99.6917 2.28083 99.1549 2.15061L90.4087 0.0285904C89.872 -0.101632 89.3313 0.227896 89.2011 0.764618C89.0709 1.30133 89.4004 1.84199 89.9371 1.9722L97.7116 3.85844L95.8253 11.6329C95.6951 12.1696 96.0247 12.7103 96.5614 12.8405C97.0981 12.9707 97.6387 12.6412 97.769 12.1045L99.891 3.3582ZM0.309528 132.701L0.619035 133.652C21.6749 126.799 32.5683 118.845 38.4227 109.71C44.2543 100.611 44.971 90.482 46.055 79.7139C47.1439 68.8973 48.6009 57.2633 55.6874 44.6973C62.7752 32.129 75.5505 18.5368 99.4396 3.97631L98.9192 3.12241L98.3987 2.26852C74.3107 16.9502 61.2474 30.7665 53.9454 43.7148C46.642 56.6653 45.1581 68.6559 44.065 79.5136C42.9671 90.4198 42.2609 100.015 36.7389 108.631C31.2397 117.211 20.8489 124.964 2.01249e-05 131.75L0.309528 132.701Z" fill="%234CB480"/></svg>');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
	height: var(--spacing-xxl);
	width: var(--spacing-xxl);
	transform: translate(-105%, 95%);

}

.text_image_item_buttons a:nth-child(2) {
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--black);
	padding: var(--spacing-xxs) var(--spacing-md);
	color: var(--black);
}

.text_image_item_buttons a:nth-child(2)::before {
	display: none;
}

.error-404_content {
	padding: var(--spacing-xxl) 0;
}

.buttons {
	display: flex;
	flex-wrap: wrap;
	gap: var(--spacing-sm);
	justify-content: start;
	align-items: center;
	padding-top: var(--spacing-sm);
}

.buttons a:first-child::after {
	content: '';
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="134" viewBox="0 0 100 134" fill="none"><path d="M99.891 3.3582C100.021 2.82149 99.6917 2.28083 99.1549 2.15061L90.4087 0.0285904C89.872 -0.101632 89.3313 0.227896 89.2011 0.764618C89.0709 1.30133 89.4004 1.84199 89.9371 1.9722L97.7116 3.85844L95.8253 11.6329C95.6951 12.1696 96.0247 12.7103 96.5614 12.8405C97.0981 12.9707 97.6387 12.6412 97.769 12.1045L99.891 3.3582ZM0.309528 132.701L0.619035 133.652C21.6749 126.799 32.5683 118.845 38.4227 109.71C44.2543 100.611 44.971 90.482 46.055 79.7139C47.1439 68.8973 48.6009 57.2633 55.6874 44.6973C62.7752 32.129 75.5505 18.5368 99.4396 3.97631L98.9192 3.12241L98.3987 2.26852C74.3107 16.9502 61.2474 30.7665 53.9454 43.7148C46.642 56.6653 45.1581 68.6559 44.065 79.5136C42.9671 90.4198 42.2609 100.015 36.7389 108.631C31.2397 117.211 20.8489 124.964 2.01249e-05 131.75L0.309528 132.701Z" fill="%234CB480"/></svg>');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
	height: var(--spacing-xxl);
	width: var(--spacing-xxl);
	transform: translate(-105%, 95%);

}

.buttons a:nth-child(2) {
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--black);
	padding: var(--spacing-xxs) var(--spacing-md);
	color: var(--black);
}

.buttons a:nth-child(2)::before {
	display: none;
}

.number_top svg,
.number_bottom svg {
	width: 100%;
	height: auto;
}

/* .cafels::after {
	display: none;
}
.cafels svg {
	display: none;
} */

html {
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
}

body {
	margin: 0;
}
.realizacja-grid-info {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: var(--spacing-lg);
}
.realizacja-grid-info-icons {
    padding: 40px 20px;
    background: var(--color);
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.realizacja-info {
    display: flex;
    align-items: center;
    gap: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--white);
}
.offer_lokalizacja {
    color: white;
}
.realizacja-grid-info .offer_item {
    height: fit-content;
    padding: 20px;
	padding-right: 40px;
}

.realizacja-grid-info .offer_item_title {
	font-size: var(--font-size-h6);
	font-weight: 600;
}
@media screen and (max-width: 1300px){
	.realizacja-grid-info .offer_item {
		flex-basis: 100%
	}

}

.realizacja-grid-info .offer_item_description {
    font-size: var(--font-size-small);
}
.realizacja-grid-info .offer_item::before {
	width: 30px;
}
@media screen and (max-width: 768px){
	.realizacja-grid-info {
		grid-template-columns: 1fr;
	}
}
ul.sub-menu {
    display: flex;
    flex-direction: column;
    background: white;
    height: auto !important;
}
ul.sub-menu::before {
	content: '';
	position: absolute;
	top: -7px;
	left: 20px;
	transform: translateX(-50%);
	width: 16px;
	height: 8px;
	background: transparent;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	background-color: white;
	z-index: 2;
}

.nav_content.active ul.sub-menu {
	display: none;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	margin-top: 10px;
	
}

.nav_content.active .mobile-menu-open ul.sub-menu {
	display: flex;
}
.nav_content.active ul.sub-menu::before {
	left: 50%;
	background-color: white;
}
.nav_content.active ul.sub-menu li a {
	color: black;
}

@media screen and (max-width: 786px){
	.user_item {
		flex-direction: column;
	}
	.author_content .container {
		flex-direction: column;
	}
}

.main-autor-data {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 30px;
	margin-top: 50px;
}
@media screen and (max-width: 768px){
	.main-autor-data {
		grid-template-columns: 1fr;
		gap: 0px;
	}
}
.author_data_content {
	padding: 20px 0 !important;
}
.cafels_item_content a {
    color: inherit;
    text-decoration: none;
}
.swiper-button-next svg,
.swiper-button-prev svg {
	height: 30px;
	width: 30px;
}

section.all-categories {
    margin-bottom: 100px;
}

ul.categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
ul.categories-list a {
    display: block;
    padding: 15px 20px;
    background: var(--color);
	justify-content: center;
    color: white;
    text-decoration: none;
    font-size: var(--font-size-h6);
}

section.all-categories {
    margin-top: 100px;
}

.toc-item-wrapper {
    display: flex;
    align-items: center;
}
.footer-info {
    margin-top: 20px;
}

#child.brothers .offer_item {
    flex-basis: 100%;
}
#child.brothers .offer_items {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr;
}
#child.brothers .offer_item_title {
	font-size: var(--font-size-h6);
	font-weight: 500;
}
#child.brothers .offer_item_content img {
	max-width: 40px;
	height: auto;
}

#child.brothers .offer_item_content > p {
	display: none !important;
}
#child.brothers .button-standard {
	display: none;
}
@media screen and (max-width: 1200px){
	#child.brothers .offer_items {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 768px){
	#child.brothers .offer_items {
		grid-template-columns: 1fr;
	}
}
.category-description {
    margin-bottom: 100px;
    margin-top: 20px;
}
.category-description h3, .category-description h2, .category-description h1 {
	font-size: var(--font-size-h4);
	margin: 0;
	margin-bottom: 20px;
}

.wp-block-gallery {
	max-width: calc(1660px + calc(var(--spacing-lg) * 2));
	margin: auto;
}

body.single-post {
	overflow: unset;
}
.author_data {
	position: sticky;
	top: 20px;
}
.single-post-content {
	overflow: unset !important;
}
.realizacja-navigation-buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.realizacja-navigation-buttons a.btn {
    padding: 10px;
    display: block;
    text-decoration: none;
    border: 1px solid var(--color);
}