@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
/* Table of contents
1. Normalize
2. Wordpress Core
3. MPUK Style
4. MPUK Home
*/

/* 1. Normalize
-------------------------------------------------------------- */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

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

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 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;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * 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;
}

/* 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;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	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;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 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;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* 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;
}

/* 2. WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* 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;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

iframe {
	max-width: 100%;
}


/* 3. MPUK Style
-------------------------------------------------------------- */
body {
	background-color: #f0f0f0;
	color: #282727;
	font-family: 'Montserrat', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
}

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

a {
	color: #a12b20;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.25s;
}

a:hover {
	color: #bd4e36;
}

a.title__link, a.title__link:hover {
	color: #282727;
}

p {
	margin-top: 5px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', serif;
	font-weight: 600;
    text-transform: uppercase;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
    line-height: 1.1em;
	letter-spacing: 0.01em;
}

.main__content h1, .main__content h2, .main__content h3, .main__content h4, .main__content h5, .main__content h6 /*, .tekstglowna__container h1, .tekstglowna__container h2, .tekstglowna__container h3, .tekstglowna__container h4, .tekstglowna__container h5, .tekstglowna__container h6 */ {
	margin-top: 1.5em;
}

h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.55em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.15em;
}

@media (min-width:1024px) {

	h1 {
		font-size: 2.1em;
	}

	h2 {    
		font-size: 1.8em;
	}

	h3 {
		font-size: 1.6em;
	}

	body {
		font-size: 17px;
	}
}


:focus {
	outline: 2px solid inherit;
	border-radius: 0;
}

::selection {
	color: #fff;
	background-color: #a12b20;
}

:focus-visible {
	outline: 2px solid inherit;
	border-radius: 0;
}

.wp-element-caption {
	font-size: 0.9em;
    font-style: italic;
}

.button,
input[type='submit'] {
	background: rgb(229,186,94);
	background-image: linear-gradient(90deg, rgba(229,186,94,1) 0%, rgba(234,212,166,1) 50%, rgba(229,186,94,1) 100%);
	border: none;
	color: #282727;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	transition: all 0.25s;
	font-weight: 600;
    line-height: 17px;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.05em;
    margin-top: 15px;
    padding: 15px 25px;
}

/* Gradient do ikon
    background: linear-gradient(109deg, rgba(229,186,94,1) 0%, rgba(234,212,166,1) 50%, rgba(229,186,94,1) 100%);
*/


.button:focus,
.button:hover,input[type='submit']:focus,
input[type='submit']:hover {
	background-color: #a12b20;
	background-image: none;
	/*background-image: linear-gradient(90deg, #92261c 0%, #a12b20 50%, #92261c 100%);*/
	color: #fff;
}

.heading {
	color: #e5ba5e;
	font-size: 32px;
	font-weight: 700;
	line-height: 39px;
	margin: 0;
}

.heading--white {
	color: #fff;
}

header {
	position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
}

.navbar {
	height: 80px;
	background-color: #003A6A;
	background: linear-gradient(90deg, rgba(0,45,82,1) 0%, rgba(0,66,120,1) 50%, rgba(0,45,82,1) 100%);
}

.navbar__container {
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}

@media (min-width:1024px) {
	.navbar__container {
		padding-right: 50px;
	}
}

.navbar__links ul {
	list-style-type: none;
	margin: 0;
	/*overflow: hidden;*/
	padding: 0;
}

.navbar__links li a {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.navbar__button {
	display: block;
	float: right;
	font-size: 30px;
	padding: 25px;
	z-index: 10;
    position: relative;
	color: #fff;
}

.navbar__icon {
	height: 30px !important;
}

.navbar__phone {
	display: block;
	float: left;
	font-size: 30px;
	padding: 25px;
	padding-top: 15px;
	z-index: 10;
    position: relative;
	color: #fff;
}

.navbar__phone__icon {
	height: 50px !important;
}

.navbar__links {
	display: none;
}

.navbar__links.toggled-on {
    background-color: #002D52;
    background: linear-gradient(90deg, rgba(0,45,82,1) 0%, rgba(0,66,120,1) 50%, rgba(0,45,82,1) 100%);
    display: block;
    position: fixed;
	overflow: scroll;
    top: 79px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.navbar__links.toggled-on ul.menu {
	margin-top: 50px;
}

.navbar__links.toggled-on li {
	display: block;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}

/*.sub-menu {
	display: none;
}

.sub-menu.toggled-on {
	background-color: rgba(255, 255, 255, .9);
	display: block;
	position: fixed;
	top: 79px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}

.sub-menu li {
	display: block;
	padding: 25px 0;
	text-align: center;
}*/

/*.navbar__links ul ul {
    display: none;
    z-index: 99999;
    width: 220px;
    background: #fff;
}

.navbar__links ul ul li {
    display: block;
	margin-top: 30px;
}

.navbar__links ul li:hover > ul {
    display: block;
}*/



.navbar__links ul ul {
    display: none;

}

.menu-item-has-children > a:after {
    content: '';
    border: 4px solid transparent;
    border-top: 4px solid #fff;
    margin-left: 5px;
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: bottom;
}


.pokaz {
	display: block !important;
}

@media (max-width: 1023px) {
	.pokaz {
		display: block !important;
		background-color: #002D52;
	}	

	.menu-item-has-children {display:block !important;}

	.menu-item-has-children > a:after {
		vertical-align: middle;
		margin-top: 4px;
	}
}

.navbar__links li {
    position: relative;
	margin: 5px 0;
}

.navbar li {
	list-style: none;
}

.navbar__links a {
	color: #fff;
}

.navbar__links a:hover {
	color: #EAD4A6;
}

.no-scroll {
	overflow: hidden;
}

.navbar__brand {
	padding: 15px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}

.navbar__brand__logo {
	max-height: 85px;
}

.navbar__brand:after {
    content: '';
    background-color: #004278;
    width: 110px;
    height: 110px;
    margin-left: -93px;
    border-radius: 55px;
    position: absolute;
    z-index: -1;
}

@media(min-width: 1200px) {
	/*.navbar__brand__logo {
		max-height: 104px;
	}
	
	.navbar__brand:after {
		content: '';
		background-color: #004278;
		width: 135px;
		height: 135px;
		margin-top: -5px;
		margin-left: -114px;
		border-radius: 68px;
		position: absolute;
		z-index: -1;
	}*/

	.navbar__brand__logo {
		max-height: 124px;
	}

	.navbar__brand:after {
		content: '';
		background-color: #004278;
		width: 155px;
		height: 155px;
		margin-top: -5px;
		margin-left: -133px;
		border-radius: 66px;
		position: absolute;
		z-index: -1;
	}
}

.footer {
	padding-left: 25px;
	padding-right: 25px;
	color: #fff;
	background-color: #282727;
}

.footer__icon {
	width: 60px;
    background-color: #e5ba5e;
    background: radial-gradient(circle, rgba(234,212,166,1) 0%, rgba(229,186,94,1) 100%);
    padding: 22px;
	margin-top: 18px;
    border-radius: 50px;
}

.footer__text {
	float: none;
	text-align: center;
	margin-top: 1em;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.footer__brand__logo {
	max-height: 130px;
}

.footer__brand__name {
	font-size: 30px;
	line-height: 30px;
}

.footer__spolka {
	text-align: center;
    padding-top: 25px;
}

.footer__spolka__img {
	max-height: 90px;
}

.footer__copyright {
	margin: 0 auto;
	max-width: 1450px;
	text-align: center;
	padding-bottom: 25px;
	font-size: 0.9em;
}

.footer__copyright__link {
	color: #282727;
}

.under-construction {
	font-size: 32px;
	text-align: center;
	padding-top: 15%;
	padding-bottom: 15%;
}

.hero {
	padding-top: 80px;
	background-size: cover;
	background-attachment: fixed;
	background-position-y: 65%;
	background-position-x: 40%;
}

.hero__container {
	text-align: center;
    padding: 50px 25px;
}

.hero__title {
	color: #fff;
}

.main {
    padding: 50px 0;
}

.main__row {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 100%;
}

.main__row--archive {
	border-bottom: 1px solid #282727;
	padding: 48px 0 40px;
}

.main__row--archive:first-child {
	padding-top: 0;
}

.main__column {
	display: block;
	flex: 1;
	padding: 0 25px;
}

.main__image {
	margin-bottom: 25px;
}

.post-meta {
	font-weight: 600;
	margin-top: 40px;
}

#sidebar {
	margin: 0;
	padding: 0;
}

#sidebar li {
	list-style: none;
}

#sidebar ul {
	padding: 0;
}

#sidebar .cat-item {
	display: block;
    padding: 10px;
    border-bottom: 1px solid #282727;
}

#sidebar .widgettitle {
	margin-top: 50px;
	
}

.tagcloud a {
	font-size: 0.9em !important;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 5px;
	border: 1px solid #a12b20;
}

.sidebar__telefony {
	padding: 25px;
    margin-top: 25px;
	text-align: center;
	color: #fff;
	background: #a12b20;
	background-image: linear-gradient(90deg, #92261c 0%, #a12b20 50%, #92261c 100%);
}

.sidebar__telefony a {
	color: #fff;
}

.sidebar__linki {
	margin-top: 45px;
}

.sidebar__link {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #282727;
}

.nav-links {
	text-align: center;
    margin-top: 40px;
}

.page-numbers, .page-navigation a {
	margin: 0 5px 5px 0;
    background-color: #ebe9e9;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    display: inline-block;
}

.page-numbers.current {
    color: #fff;
    background-color: #282727;
}


@media (min-width: 1024px) {

	.navbar {
		background-color: #f0f0f0;
	}

	.navbar__container {
		text-align: right;
	}

	.navbar__desktop {
		position: absolute;
		z-index: 3;
	}

	.navbar__desktop ul {
		margin: 0;
		padding: 0;
	}

	.navbar__desktop--left {
		left: 15px;
	}

	.navbar__desktop--right {
		right: 15px;
	}

	.navbar__desktop ul li:hover > ul {
		display: block;
	}
	
	.navbar__desktop ul ul {
		display: none;
		position: fixed;
		top: 80px;
		z-index: 99999999999999999999999;
		max-width: 400px;
		background: #002D52;
	}

	.navbar__desktop .menu-item-144 .sub-menu, .navbar__desktop .menu-item-145 .sub-menu {
		right: 0;
	}

	.navbar__desktop ul ul li {
		/*text-align: center;*/
		margin: 15px;
	}

	.navbar__desktop > ul > li {
		display: inline-block;
		font-size: 13px;
		line-height: 18px;
		text-transform: uppercase;
		letter-spacing: 0.01em;
		margin: 0;	
	}

	.navbar__desktop--left > ul > li {
		padding: 31px 0 31px 14px;
	}

	.navbar__desktop--right > ul > li {
		padding: 31px 14px 31px 0;
	}

	.navbar__desktop a {
		color: #fff;
	}
	
	.navbar__desktop a:hover {
		color: #EAD4A6;
	}

	.navbar__button, .navbar__phone {
		display: none;
	}

	/*.menu-item-has-children:hover > .sub-menu {
		display: block;
	}*/

	.hero__container {
		max-width: 1450px;
		margin: auto;
		padding: 80px 25px;
	}

	.main {
		padding: 100px 0;
		max-width: 1450px;
    	margin: auto;
	}

	.main__column--1 {
		flex: 2;
		/*max-width: 850px;*/
	}

	.main__column--2 {
		flex: 1;
	}

	.main__column__archive--2 {
		flex: 2.5;
	}

	.main__column--1 figure {
		margin: 2em 0;
	}

	.sidebar__telefony {
		padding: 50px;
		margin-top: 0;
	}

	.sidebar__telefon {
		font-size: 1.3em;
		line-height: 1.5em;
	}

	.footer__brand {
		float: left;
	}

	.footer__icon__container {
		float: left;
		padding-left: 25%;
	}

	.footer__text {
		float: none;
	}


}

@media (min-width: 1400px) {
	.navbar__desktop > ul > li {
		font-size: 16px;
	}
	
	.navbar__desktop--left > ul > li {
		padding: 31px 0 31px 31px;
	}

	.navbar__desktop--right > ul > li {
		padding: 31px 31px 31px 0;
	}
}

@media (max-width: 1023px) {
	.navbar__desktop {
		display: none;
	}

}



/* 3. MPUK Home
-------------------------------------------------------------- */
.napis-slider, #n2-ss-2item2, #n2-ss-2item3, #n2-ss-2item1, #n2-ss-2item5, #n2-ss-2item6, #n2-ss-2item7, #n2-ss-2item11, #n2-ss-2item9, #n2-ss-2item10, #n2-ss-2item13, #n2-ss-2item14, #n2-ss-2item15  {
	font-family: 'Montserrat', serif !important;
}

.n2-padding {
	padding-top: 80px;
}

.intro {
	padding-bottom: 20px;
}

.intro__container {
	margin: 0 auto;
	max-width: 1450px;
	padding-left: 25px;
	padding-right: 25px;
}

.intro__image {
	padding-top: 25px;
	text-align: center;
}

@media (min-width: 1024px) {
	.intro {
		padding-top: 80px;
		padding-bottom: 100px;
	}

	.intro__image {
		padding-left: 20%;
		padding-right: 10%;
		position: relative;
	}

	.intro__image:after {
		content: '';
		background-color: #e5ba5e;
		background-image: linear-gradient(90deg, rgba(229,186,94,1) 0%, rgba(234,212,166,1) 50%, rgba(229,186,94,1) 100%);
		width: 70%;
		height: 95%;
		top: 8%;
		left: 24%;
		position: absolute;
		z-index: -1;
	}
}

.tekst--glowna {
	padding-top: 15px;
	padding-bottom: 15px;
}

.tekst__container {
	margin: 0 auto;
	max-width: 1450px;
	padding-left: 25px;
	padding-right: 25px;
}

.tekst__container--galeria {
	max-width: 900px;
	text-align: center;
	margin-bottom: 25px;
}

.tekst__container--kolumny {
	max-width: 1280px;
	padding-left: 0;
	padding-right: 0;
}

.page-title {
	text-align: center;
}

.kolumna {
	display: block;
    margin-left: 0;
    padding: 15px;
}

.kolumna--zdjecie {
	flex: 1;
}

.kolumna--tekst {
	flex: 2;
}

.podstrona {
	padding-top: 120px;
	padding-bottom: 40px;
}

.podstrona__container {
	margin: 0 auto;
	max-width: 1450px;
	padding-left: 25px;
	padding-right: 25px;
}

.misja__container {
	margin: 0 auto;
	max-width: 1450px;
	padding-left: 25px;
	padding-right: 25px;
}

.misja__naglowek {    
	font-size: 1.5em;
	font-family: 'Montserrat', serif;
	font-weight: 600;
    text-transform: uppercase;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
    line-height: 1.1em;
	letter-spacing: 0.01em;
}

.misja__mobile-image {
	padding-bottom: 15px;
}

.misja__button {
	background-image: none;
	background-color: #a12b20;
	color: #fff;
	transition: all 0.5s ease-out;
}

.misja__button:hover {
	background-image: none;
	background-color: #282727;
	color: #fff;
}

.misja__button__icon {
	height: 30px !important;
    vertical-align: middle;
	display: inline !important;
    width: auto !important;
    margin-right: 8px;
}

@media (min-width: 1024px) {
	.misja {
		background-position: bottom left;
		background-repeat: no-repeat;
	}

	.misja__container {
		padding-top: 180px;
		padding-bottom: 110px;
	}

	.misja__naglowek {    
		font-size: 1.7em;
	}

	.misja__content {
		margin-left: auto;
		width: 70%;
	}

	.misja__mobile-image {
		display: none;
	}

	.misja__text {
		background-color: #f0f0f0;
		margin-left: auto;
		padding: 50px 60px 80px 60px;
		-webkit-box-shadow: 0px 15px 6px 0px rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 0px 15px 6px 0px rgba(0, 0, 0, 0.12);
		box-shadow: 0px 15px 6px 0px rgba(0, 0, 0, 0.12);
	}

	.misja__content {		
		border-left: 140px solid rgb(0 58 106 / 53%);
	}

	.misja__button {
		float: right;
		margin-left: auto;
		margin-top: -38px;
		font-size: 1em;
		padding: 30px 60px;
		-webkit-box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.16);
		box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.16);
	}
}

@media (min-width: 1400px) {
	.misja__content {
		width: 51%;
	}
}


@media (max-width: 1023px) {
	.misja {
		background-image: none !important;
		margin-bottom: 50px;
		padding-top: 80px;
		padding-bottom: 15px;
        background-color: #012542;
        color: #fff;
	}
}

.icons--tlo {
	background-color: #f0f0f0;
}

.icons__container {
	margin: 0 auto;
	max-width: 1450px;
	padding-top: 25px;
	padding-bottom: 50px;
}

.icons__title {
	text-align: center;
	margin-bottom: 1.5em;
	padding: 0 25px;
}

.icons__heading {
	margin-bottom: 55px;
}

.icons__row, .tekst__row, .intro__row {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 100%;
}

.icon {
	display: block;
	flex: 1;
	margin-left: 0;
	padding: 0 25px;
	text-align: center;
	max-width: 500px;
    margin: auto;
}

.icon__image__container {
	position: relative;
    text-align: center;
    margin: auto;
    width: 200px;
}

.icon__image {
	height: 70px;
	width: auto;
}

.icon__image__container:after {
    position: absolute;
    content: '';
	right: 45px;
    top: -15px;
    width: 80px;
    height: 80px;
    z-index: -1;
    border-radius: 100px;
    background-color: #e5ba5e;
    background: radial-gradient(circle, rgba(234,212,166,1) 0%, rgba(229,186,94,1) 100%);
}

.icon__container {
	position: relative;
}

.icon__container--padding {
	padding: 30px 0 15px;
}

.icon__caption {
	margin-top: 15px;
	color: #282727;
	/*font-size: 24px;
    line-height: 30px;*/
    margin-bottom: 22px;
	font-family: 'Montserrat', serif;
	font-weight: 400;
}

.icon__button {
	display: block;
	margin-top: 1.5em;
}

.icon__arrow {
	font-size: 15px;
	text-align: center;
	margin-left: -25px;
	opacity: 0;
	padding: 25px;
	position: absolute;
	bottom: 0;
	left: 20%;
	transition: all 0.5s ease-out;
	z-index: 9;
}

.icon:hover .icon__arrow {
	opacity: 1;
	left: 50%;
}

.intro__column {
	display: block;
	flex: 1;
}


@media (min-width: 1024px) {
	.icons__row, .tekst__row, .intro__row, .main__row {
		flex-direction: row;
	}

	.icons__container {
		padding-bottom: 80px;
	}

}

@media (min-width: 1400px) {
	.icons__dots {
		background-image: radial-gradient(#F0F0F0 28%, #fff 20%);
		background-position: 0 0;
		background-size: 16px 16px;
		height: 447px;
		width: 403px;
		margin-top: -238px;
		position: absolute;
		right: 0;
		z-index: -1;
	}
}

.slider__container {
	margin: 0 auto;
	max-width: 1450px;
}

.slider__heading {
	margin: 0 auto;
	margin-bottom: 50px;
	max-width: 1450px;
	padding-top: 50px;
	padding-left: 25px;
	padding-right: 25px;
}

.slide__image {
	position: relative;
}

.slider__arrow {
	color: #3C4654;
	background-color: #fff;
	font-size: 15px;
}

.slider__arrow--left {
	padding: 27px 40px 27px 18px;
	border-right: 1px solid #282727;
}

.slider__arrow--right {
	padding: 27px 18px 27px 45px;
}

.caption__number {
	color: #F0F0F0;
	font-weight: 200;
	position: absolute;
	z-index: -1;
}

.caption__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.caption__subtitle {
	line-height: 20px;
	color: #8d6e63;
}

@media (max-width: 1023px) {
	.caption__number {
		font-size: 85px;
		line-height: 90px;
		letter-spacing: -5px;
		padding-left: 15px;
	}

	.caption__title {
		padding-left: 120px;
		padding-right: 25px;
		padding-top: 29px;
	}

	.caption__subtitle {
		padding-left: 120px;
		padding-right: 25px;
	}

	.owl-one .owl-nav {
		text-align: center;
	}
}

@media (min-width: 1024px) {
	.slide__image {
		display: inline-block;
		max-width: 52%;
	}

	.slide__caption {
		display: inline-block;
		max-width: 46%;
		vertical-align: top;
	}

	.caption__container {
		padding-left: 175px;
		padding-top: 136px;
	}

	.caption__number {
		font-size: 211px;
		letter-spacing: -10px;
		margin-left: -238px;
		margin-top: 25px;
	}

	.owl-one .owl-nav {
		left: 40%;
		margin-top: 10px;
		position: absolute;
		margin-top: -107px;
		padding: 18px;
		background: #fff;
	}
}

@media (min-width: 1450px) {
	.owl-one .owl-nav {
		left: 478px;
	}
}

@media (min-width: 1400px) {
	.slider__dots {
		background-image: radial-gradient(#F0F0F0 28%, #fff 20%);
		background-position: 0 0;
		background-size: 16px 16px;
		height: 447px;
		width: 509px;
		margin-top: -383px;
		position: absolute;
		left: 3px;
		z-index: -1;
	}
}

.boxes__container {
	margin: 0 auto;
	max-width: 1450px;
	padding-top: 50px;
	padding-left: 25px;
	padding-right: 25px;
}

.boxes__heading {
	margin-bottom: 60px;
}

.boxes__row {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 100%;
}

.box {
	display: block;
	flex: 1 1 auto;
	flex-basis: 33%;
	flex-grow: 0;
	text-align: center;
}

.box__overlay {
	background: rgba(112, 174, 215, 0.7);
	height: 100%;
}

.box__container {
	background-size: cover;
	height: 144px;
	position: relative;
}

.box__title {
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.box__description {
	color: #8d6e63;
	padding: 15px 15px 30px 15px;
}

.faq__pytanie {
	padding: 10px 20px;
    background-color: #ebe9e9;
	border: 1px solid #00000026;
	margin-top: 20px;
}

.faq__pytanie i {
 margin-left: 10px;
}

.faq__odpowiedz {
	padding: 10px 0;
}

/* Ikonki usług */

.icons__services__container {
	margin: 0 auto;
	max-width: 1450px;
}

.icons__services__title {
	text-align: center;
	margin-bottom: 1.5em;
	padding: 0 25px;
	margin-top: 0;
}

.icons__services__heading {
	margin-bottom: 55px;
}

.icons__services__row {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 100%;
}

.icon__service {
	display: block;
	flex: 1;
	margin-left: 0;
	padding: 0 25px;
	text-align: center;
	max-width: 500px;
    margin: auto;
}

.icon__service__image__container {
	position: relative;
    text-align: center;
    margin: auto;
    width: 200px;
}

.icon__service__image {
	height: 70px;
	width: auto;
	transition: all 0.5s ease-out;
}

.icon__service__image:hover {
	transform: scale(1.1);
}


/*.icon__service__image__container:after {
    position: absolute;
    content: '';
	right: 45px;
    top: -15px;
    width: 80px;
    height: 80px;
    z-index: -1;
    border-radius: 100px;
    background-color: #e5ba5e;
    background: radial-gradient(circle, rgba(234,212,166,1) 0%, rgba(229,186,94,1) 100%);
}*/

.icon__service__container {
	position: relative;
}

.icon__service__container--padding {
	padding: 30px 0 15px;
}

.icon__service__caption {
	margin-top: 15px;
	color: #282727;
	/*font-size: 24px;
    line-height: 30px;*/
    margin-bottom: 22px;
	font-family: 'Montserrat', serif;
	font-weight: 400;
}



@media (min-width: 1024px) {
	.boxes__row {
		flex-direction: row;
	}

	.box {
		margin: 0 1.7%;
	}

	.box:first-child {
		margin-left: 0;
	}

	.box:last-child {
		margin-right: 0;
	}

	.box__description {
		padding-top: 45px;
	}

	.icons__services__row {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.icon__service {
		flex: 20%;
	}
}

@media (min-width: 1400px) {
	.boxes__container {
		padding-top: 120px;
	}
}

.testimonials {
	margin: 0 auto;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 25px;
	padding-right: 25px;
	color: #fff;
	background-color: #003A6A;
	background: linear-gradient(90deg, #7a1e15 0%, #a12b20 50%, #7a1e15 100%);
}

.testimonials__heading {
	margin-bottom: 40px;
}

.testimonials__container {
	max-width: 1040px;
	margin: 0 auto;
}

.testimonial__container {
	text-align: center;
	margin: 0 auto;
}

.testimonial__logo {
	margin: 0 auto;
	max-width: 85px;
}

.testimonial__name {
	margin-top: 2em;
    margin-bottom: 1.5em;
}

.testimonials__arrow {
	display: none;
}

.testimonials__button:hover {
	background-color: #282727;
}

@media (min-width: 1024px) {

	.testimonials__arrow {
		background-color: #fff;
		color: #3C4654;
		display: block;
		font-size: 15px;
		position: absolute;
		bottom: 170px;
	}

	.testimonials__arrow--left {
		left: 0;
	}

	.testimonials__arrow--right {
		right: 0;
	}

}

.owl-theme .owl-dots .owl-dot span {
	background: #fff;
	border: none;
	width: 12px;
	height: 12px;
}

.owl-theme .owl-nav {
	height: 0;
	margin: 0;
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
	background-color: #e5ba5e;
	background-image: radial-gradient(circle, rgba(234,212,166,1) 0%, rgba(229,186,94,1) 100%);
}

.tekstglowna__container {
	padding-top: 50px;
    padding-bottom: 50px;
}

.tekstglowna__row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
	text-align: left;
}

@media (max-width: 1023px) {
	.tekstglowna__row:nth-child(even) {
		flex-direction: column-reverse;
	}
}

.tekstglowna__naglowek {
	text-align: center;
	margin-bottom: 40px;
}

.tekstglowna__column {
	display: block;
    flex: 1;
    margin-left: 0;
    padding: 0 25px;
}

.tekstglowna__column--film {
	text-align: center;
}

.button__rozwin__container {
	text-align: center;
}

.button__rozwin {
	font-size: 1em;
    padding: 25px 60px;
	margin-bottom: 25px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.3%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
	margin: 0 0 1.625rem;
}

.embed-container iframe, .embed-container object, .embed-container embed, .embed-container .wp-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}

.certyfikaty__title {
	text-align: center;
	margin-bottom: 1.5em;
	padding: 0 25px;
	margin-top: 0;
}

.certyfikaty__container {
	padding-left: 25px;
	padding-right: 25px;
    padding-bottom: 50px;
	text-align: center;
}

.certyfikaty__zdjecie {
	margin-top: 15px;
	margin-bottom: 15px;
}

.certyfikaty__button__container {
    text-align: center;
}

.certyfikaty__button {
    font-size: 1em;
    padding: 25px 60px;
 }

@media (min-width: 1024px) {
    .certyfikaty__container {
        margin: 0 auto;
        max-width: 1090px;
        padding-bottom: 80px;
    }
}


/* FAQ */

.rozwijane {
	display: none;
	transition: all;
}

.rozwin {
	display: block;
}

.strzalka {
	transform: rotate(-90deg);
	transition: all 0.25s;
	vertical-align: middle;
    margin-top: -2px;
}

.obrot {
	transform: none;
}


@media (min-width: 1024px) {
	.tekstglowna__row {
		flex-direction: row;
		max-width: 1450px;
    	margin: 0 auto;
		margin-top: 30px;
	}

	.tekstglowna__container {
		margin: 0 auto;
		max-width: 1450px;
		padding-top: 80px;
    	padding-bottom: 80px;
	}

}


.contact {
	background-color: #282727;
	color: #fff;
	margin-top: 65px;
}

.contact__container {
	margin: 0 auto;
	max-width: 1450px;
	padding-top: 45px;
	padding-left: 25px;
	padding-right: 25px;
}

.contact__subheading {
	color: #ACACAC;
	letter-spacing: 5px;
	line-height: 19px;
	text-transform: uppercase;
}

.contact__heading {
	color: #fff;
	margin-bottom: 34px;
}

.contact-icon__container {
	display: inline-block;
}

.contact-icon__link {
	color: #fff;
	font-weight: 700;
}

.contact-icon__icon {
	width: 39px;
}

.contact-icon__text {
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 18px;
}

.contact__form {
	padding-bottom: 30px;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input,
select,
textarea {
	background-color: transparent;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 90%;
	border: 0;
	border-bottom: 1px solid #282727;
    max-width: 1000px;
	font-size: 1em;
	font-weight: 600;
}

select {
	border: 1px solid #282727;
}

input[type=checkbox] {
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	padding: 10px;
}

span.wpcf7-list-item {
	margin-left: 7px !important;
}

span.wpcf7-list-item-label {
	font-size: 14px;
}

span.wpcf7-list-item-label::before {
	margin-left: 16px;
}

.contact input[type='submit'] {
	font-size: 21px;
	font-weight: 700;
	line-height: 25px;
	padding: 20px 79px;
	text-align: center;
}

.contact__button {
	padding-top: 20px;
}

@media (min-width: 1024px) {
	.contact__column {
		display: inline-block;
		width: 49%;
	}

	.contact-icons {
		background: #e5ba5e;
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 50px;
		position: absolute;
		margin-top: -51px;
		right: 0;
		width: 48%;
	}

	.contact-icons__container {
		max-width: 610px;
	}

	.contact-icon__container--left {
		padding-right: 55px;
		border-right: 1px solid #fff;
	}

	.contact-icon__container--right {
		padding-left: 55px;
	}

	.contact__column--form {
		vertical-align: top;
	}

	.contact__button {
		text-align: center;
	}
}

@media (min-width: 1024px) and (max-width:1279px) {
	.contact-icons {
		padding-left: 40px;
		width: 55%;
	}

	.contact-icon__container--left {
		padding-right: 25px;
	}

	.contact-icon__container--right {
		padding-left: 25px;
	}

}

@media (max-width: 1023px) {
	.contact-icon__container {
		margin-bottom: 25px;
		width: 100%;
	}
}

.footer-widgets__container, .kontakt__row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}

.footer-widgets__container {
	margin: 0 auto;
	max-width: 1450px;
}

.footer-widgets__column {
	display: block;
    flex: 1;
    margin-left: 0;
    padding: 15px;
    text-align: center;
}

.footer-widgets ul, .footer-widgets li {
	list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

.footer-widgets {
	background: linear-gradient(90deg, rgba(0,45,82,1) 0%, rgba(0,66,120,1) 50%, rgba(0,45,82,1) 100%);
    color: #f0f0f0;
	padding: 30px 0 40px;
}

.footer-widgets a, .footer__copyright a {
	color: #fff;
}

.footer-widgets .fa, .footer-widgets .fas, .footer-widgets .fab {
    font-size: 15px;
	margin-right: 5px;
}

.footer__info {
	margin-top: 15px;
}

.kontakt__container {
	margin: 0 auto;
	max-width: 1450px;
}

.kontakt__column {
	display: block;
    flex: 1;
    margin-left: 0;
    padding: 15px;
}

.main__dodatkowe {
	background-color: #ebe9e9;
}

.kafelki__container {
	padding: 50px 25px;
}


.kafelek {
	width: 500px;
    height: 250px;
    max-width: 100%;
	margin-bottom: 25px;
	background-position: center;
    background-size: cover;
}

.kafelek__nazwa {
	vertical-align: middle;
    position: relative;
    top: 46%;
    text-align: center;
    width: 100%;
}

.kafelek__nazwa a {
	color: #fff;
    background-color: #002d52db;
    padding: 25px;
	transition: all 0.25s;
}

.kafelek__nazwa a:hover {
	color: #fff;
    padding: 40px;
}

.pgcsimplygalleryblock-grid-item-title {
    background-color: #002d52db !important;
    box-shadow: 10px 0 0 #002d52db, -10px 0 0 #002d52db !important;
}

@media (min-width: 601px) {
	.kafelki__column {
		display: inline-flex;
		width: 49.5%;
	}

	.kafelek {
		height: 300px;
		margin-right: 25px;
	}
}


@media (min-width: 1024px) {
	.kafelki {		
		max-width: 1450px;
		margin: auto;
	}

	.kafelki__container {
		padding: 100px 25px;
	}

	.kafelki__column {
		display: inline-flex;
		width: 32.9%;
	}

	.kafelek {
		height: 400px;
	}

	.footer {
		padding-left: 30px;
    	padding-right: 30px;
	}

	.footer-widgets__container, .kontakt__row {
		flex-direction: row;
	}
}


@media (max-width:768px){
	.obrazek {display:none;}
	.nav li:hover .sub-menu, .nav li:hover .children {background-color: #373737;}
	p, .akapit, li {text-align: left;}
	.sidebar__telefony p {text-align: center;}
}

@media (max-width:720px) {
	.ourpromise-area .last {
        display: none!important;
    }
	.header-site, .header-site.header-sticky {position: static!important}
}

.story.hbtitle .gwolle-gb h3 {
	font-size: 23px;
}

.gwolle-gb .label {
    padding: 0;
    background-color: transparent;
    color: #282727;
}

.gwolle-gb .label label {
	font-size: 16px;
    font-weight: 400;
}


.gwolle-gb .gwolle-gb-float div.label {
    width: 20%;
}

.gwolle-gb .btn, .wpcf7-submit {
	padding: 15px 30px;
}

input.gwolle_gb_submit, .gwolle-gb-write-button input {
	margin-left: 0px !important;
}

.gwolle-gb textarea {
	margin-bottom: 0;
	text-transform: none;
	font-style: normal;
}

.gwolle-gb article {
	padding-top: 15px;
    padding-bottom: 15px;
}

.gwolle-gb .gb-entry .gb-author-info .gb-author-name {
	padding-left: 0 !important;
}

.gwolle-gb .gb-entry .gb-entry-content {
    padding-top: 10px;
	font-size: 0.9em;
    font-style: italic;
}

.gwolle-gb-total {
	margin-top: 40px;
}

.gwolle-gb .page-navigation a {
    background-color: #ebe9e9 !important;
	border: 0 !important;
}

.gwolle-gb .page-numbers.current {
    color: #fff !important;
    background-color: #282727 !important;
}

input.gwolle_gb_submit {
	margin-top: 20px;
}

.sticky-zadzwon, .totop {
	display: none;
}

.sticky-zadzwon, .totop {
	position: fixed;
	text-decoration: none;
	cursor: pointer;
	z-index: 999;
	font-size: 24px;
	padding: 20px;
	border-radius: 50%;
	bottom: 15px;		
	color: #282727;
	background-color: #e5ba5e;
	background-image: radial-gradient(circle, rgba(234,212,166,1) 0%, rgba(229,186,94,1) 100%);
	transition: all 0.25s;
}

.sticky-zadzwon {
	left: 20px;
	padding: 20px 22px;
}

.totop {
	right: 20px;
	padding: 20px 22px;
}

.toTop:hover {
	background-color: #a12b20;
	background-image: none;
	color: #fff;
}


@media (max-width: 1023px) {
	.sticky-zadzwon {
		display: block;
	}
	.totop {
		padding: 20px 27px;
	}

	.single-oferta .main__column--2 {
		display: none;
	}
}

@media (max-width: 500px) {
	.navbar__brand:after {
		background: linear-gradient(90deg, rgba(0,45,82,1) -90%, rgba(0,66,120,1) 50%, rgba(0,45,82,1) 190%);
	}
}


/*poprawki w widoku dla zalogowanych */

@media (min-width: 1024px) {
	.customize-support .navbar__desktop ul ul {
		top: 112px;
	}
}

@media (max-width: 600px) {
	.customize-support header {
		top: 0;
	}

	.customize-support .navbar__links.toggled-on {
		top: 80px;
	}
}

.grecaptcha-badge { 
    visibility: hidden;
}

/* Linki do opinii */

.opinie_google-border {
    transition: background-color 0.3s ease;
    cursor: pointer;
		border: 1px #282727 solid;
	border-radius: 0;
	padding: 10px;
}

.opinie_google-border:hover {
    background-color: #750b0e;
}

.opinie_google-border > .wp-block-group__inner-container > .wp-block-group > figure > img {
    transition: filter 0.3s ease
}

.opinie_google-border:hover > .wp-block-group__inner-container > .wp-block-group > figure > img {
    filter: brightness(0) invert(1);
}

.opinie_google-border > .wp-block-group__inner-container > .wp-block-group > p {
    transition: color 0.3s ease;
}

.opinie_google-border:hover > .wp-block-group__inner-container > .wp-block-group > p {
    color: #fff;
}

.strzalka {
	transform: rotate(-90deg);
	transition: all 0.25s;
	vertical-align: middle;
  margin-top: -2px;
}

.obrot {
	transform: none;
}



.wp-image-2578 {
	width: 135px !important;
	height: 90px;
}


@media (min-width: 1024px) {
.wp-image-2584 {
	display: none !important;
}
}

@media (max-width: 1023px) {
	.wp-image-2578 {display:none !important;}
	
	.wp-image-2584 {
	display: block;
	width: 135px !important;
	height: 90px;
	}
}

.sidebar__telefony p {
	text-align: center !important;
}

.footer-widgets {
	    background: linear-gradient(90deg,rgb(1 26 47) 0,rgb(3 54 97) 50%,rgb(1 26 47) 100%);
}

.topbar {
	background-color: #a12b20;
	text-align: center;
	padding: 5px;
}

.topbar__link {
	color: #fff;
}

.topbar__link:hover {
	color: #ead3a4;
}

.navbar__links.toggled-on {
	top: 114px;
}

.kotwica {
	padding-top: 40px;
}

html {
	scroll-padding-top: 150px;
	scroll-behavior: smooth;
}

@media (max-width: 1023px) {
	.hero, .misja {
		padding-top: 114px;
	}
}

@media (min-width: 1024px) {
	.topbar {
		display: none;
	}
	
	.ti-widget[data-layout-id='53'][data-set-id='light-background'] {
	bottom: 85px !important;
	left: 20px !important;
}
	
	.tekstglowna p, .intro p, .misja p, .main__content p, .kwiaty__description p, .term-description p, .main__column p, .gb-entry-content {
		text-align: justify;
	}
	
	.misja__naglowek {
		text-align: left !important;
	}

}

.wp-image-2016 {
	width: auto !important;
}

.sticky__button {
	position: fixed;
	bottom: 20px;
	z-index: 99999999999999;
	background-image: none;
  background-color: #a12b20;
  color: #fff;
  transition: all 0.5s ease-out;
}

.sticky__button:hover {
	background-color: #282727;
}

@media (max-width: 1023px) {
	.sticky__button {
		display: none;
	}
}

@media (min-width: 1024px) {
    .misja {
        background-position: bottom center;
    }
}


/* Można usunąć po czyszczeniu cache */
/*.cc-window.cc-left {
  right: 1em !important;
}

.misja__button__icon {
    height: 30px;
    vertical-align: middle;
    display: inline !important;
    width: auto !important;
    margin-right: 8px;
}

.misja__naglowek {
    font-size: 1.5em;
    font-family: 'Montserrat', serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.1em;
    letter-spacing: 0.01em;
	text-align: left;
}


@media (max-width: 1023px) {
	.misja {
		padding-bottom: 15px;
        background-color: #012542;
        color: #fff;
	}
}
*/

@media (max-width: 600px) {
	.totop {
		display: none !important;
	}
}
	
.fl-fl {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 4px;
  width: 240px;
  position: fixed;
  right: -195px;
  z-index: 1000;
	font-size: 12px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fl-fl:nth-child(1) {
  background: #3b5998; /* Kolor dla pierwszego dziecka (np. Facebook) */
}

.fl-fl:nth-child(2) {
  background: #e1306c; /* Kolor dla drugiego dziecka (np. Instagram) */
}

.float-sm .fab {
  font-size: 24px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 14px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

	.float-fb {
  top: 74%;
}

.float-ig {
  top: 80%;
}
@media (max-width: 800px) {
	.float-fb {
  	top: 72%;
	}
	.float-ig {
  	top: 80%;
	}
}

#cmplz-cookiebanner-container{
z-index: 99999999999 !important;
}

.woocommerce .sticky__button {
	display: none !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox{
	    width: 100% !important;
    height: 100% !important;
}

.text-left{
	text-align:left !important;
}

.footer__copyright {
	    padding-bottom: 100px;
}

.ti-widget[data-layout-id='114'][data-set-id='light-background'] {
	left:-5px !important;
	bottom: 70px !important;
	z-index: 214748364499999 !important;
}

@media (min-width: 1024px) {
	.ti-widget[data-layout-id='114'][data-set-id='light-background'] {
	left:5px !important;
	}
}


/* Woocommerce */

.product .posted_in {
	display: block;
    margin-top: 10px;
}

.main__container--woo {
	padding: 0 25px;
}


.term-description {
	margin-top: 50px;
}

.kwiaty__description {
	margin-top: 50px;
}




.woocommerce .float-sm, .woocommerce .ti-widget {
	display: none !important;
}

.woocommerce-pagination {
	text-align: center;
    border-bottom: 1px solid #282727;
    border-top: 1px solid #282727;
    padding-top: 15px;
    padding-bottom: 10px;
}

.woocommerce .misja__button__icon {
	height: 30px !important;
}

.woocommerce .sticky__button {
    position: fixed !important;
}

.woocommerce span.onsale {
	background-color: #a12b20;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background-color: #a12b20;
	font-size: 1em;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover {
	background-color: #bd4e36;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #a12b20;
    font-size: 1.25em;
	font-weight: 700;
}

.woocommerce td.product-name dl.variation p {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
}

.single-product .main__content p, .woocommerce-checkout .main__content p {
	text-align: left;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 150px;
}
/*
@media (max-width: 768px) {
	.woocommerce-page table.cart .product-thumbnail {
		display: block;
		text-align: center;
		padding-top: 12px;
	}

	.woocommerce-page table.cart .product-thumbnail::before {
		display: none;
	}
	.woocommerce-page table.cart .product-thumbnail img {
		width: 90px;
		margin: 0 auto;
	}
}
	*/

/* Lista produktow */

.products {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 25px;
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
	width: 100%;
}

.products .kwiaty {
	display: flex;
	margin: 0;
}

.products .kwiaty .kwiaty__content {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0 0 25px;
	background-color: #fff;
	text-align: center;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.products .kwiaty .kwiaty__content:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(0, 45, 82, 0.15);
}

.kwiaty__media {
	display: block;
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background-color: #f1f3f5;
}

.kwiaty__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.kwiaty__content:hover .kwiaty__img {
	transform: scale(1.05);
}

.kwiaty__badge {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 6px 12px;
	background-color: #a12b20;
	color: #fff;
	font-size: 0.72em;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.kwiaty__body {
	flex: 1;
	padding: 22px 20px 18px;
}

.kwiaty__title {
	font-size: 1.15em;
	margin: 0 0 12px;
}

.kwiaty__title a,
.kwiaty__title a:hover {
	color: #000;
}

.kwiaty__price {
	margin: 0 0 14px;
	color: #a12b20;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.2;
}

.kwiaty__price del {
	color: #8b8b8b;
	font-size: 0.75em;
	font-weight: 500;
	margin-right: 6px;
}

.kwiaty__price ins {
	text-decoration: none;
}

.kwiaty__meta {
	margin: 0 0 8px;
}

.kwiaty__sku {
	margin: 0;
	font-size: 0.95em;
    letter-spacing: 0.02em;
	text-transform: uppercase;
}

.kwiaty__button {
	display: block;
	margin: 0 20px;
	padding: 15px 20px;
	background-color: #002d52;
	color: #fff;
	font-size: 0.85em;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	transition: background-color 0.25s ease;
}

.kwiaty__button:hover,
.kwiaty__button:focus-visible {
	background-color: #a12b20;
	color: #fff;
}

/* Pasek sortowania */

.woo__toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dfe3e7;
}

.woocommerce .woo__toolbar .woocommerce-result-count,
.woocommerce .woo__toolbar .woocommerce-ordering {
	margin: 0;
	float: none;
}

.woocommerce .woo__toolbar .woocommerce-result-count {
	color: #5d6570;
	font-size: 0.9em;
}

.woo__toolbar select {
	max-width: 100%;
	padding: 11px 14px;
	border: 1px solid #d5dae0;
	background-color: #fff;
	color: #282727;
	font-family: inherit;
	font-size: 0.9em;
}

/* Paginacja */

.woocommerce-pagination {
	border: 0;
	padding: 0;
	margin-top: 45px;
}

.woocommerce nav.woocommerce-pagination ul {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	border: 0;
	margin: 0;
	padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
	margin: 0;
	overflow: visible;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: block;
	min-width: 46px;
	padding: 13px 15px;
	border: 1px solid #d5dae0;
	background-color: #fff;
	color: #002d52;
	font-weight: 600;
	line-height: 1;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #002d52;
	border-color: #002d52;
	color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
	background-color: #a12b20;
	border-color: #a12b20;
	color: #fff;
}

@media (min-width: 601px) {
	.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (prefers-reduced-motion: reduce) {
	.products .kwiaty .kwiaty__content,
	.kwiaty__img {
		transition: none;
	}
	.products .kwiaty .kwiaty__content:hover {
		transform: none;
	}
	.kwiaty__content:hover .kwiaty__img {
		transform: none;
	}
}


.kwiaty__categories {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 25px;
	margin-top: 25px;
}

.kwiaty__category {
	display: block;
	overflow: hidden;
	background-color: #fff;
	border-radius: 2px;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.kwiaty__category:hover,
.kwiaty__category:focus-visible {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(0, 45, 82, 0.18);
}

.kwiaty__category:focus-visible {
	outline: 2px solid #a12b20;
	outline-offset: 2px;
}

.kwiaty__category__name {
	display: block;
	position: relative;
	padding: 18px 20px 20px;
	background-color: #002d52;
	color: #fff;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-align: center;
}

.kwiaty__category__name::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 48px;
	height: 3px;
	background-color: #a12b20;
	transition: width 0.3s ease;
}

.kwiaty__category:hover .kwiaty__category__name::after,
.kwiaty__category:focus-visible .kwiaty__category__name::after {
	width: 100%;
}

.kwiaty__category__media {
	display: block;
	position: relative;
	aspect-ratio:  1 / 1;
	overflow: hidden;
	background-color: #f1f3f5;
}

.kwiaty__category__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.kwiaty__category:hover .kwiaty__category__img,
.kwiaty__category:focus-visible .kwiaty__category__img {
	transform: scale(1.06);
}

@media (prefers-reduced-motion: reduce) {
	.kwiaty__category,
	.kwiaty__category__img,
	.kwiaty__category__name::after {
		transition: none;
	}
	.kwiaty__category:hover {
		transform: none;
	}
	.kwiaty__category:hover .kwiaty__category__img {
		transform: none;
	}
}

@media (min-width: 601px) {
	.kwiaty__categories {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.kwiaty__categories {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Strona produktu */

.woo__back {
	display: inline-block;
	margin-bottom: 30px;
	color: #002d52;
	font-size: 0.9em;
	font-weight: 600;
}

.woo__back::before {
	content: "\2190";
	margin-right: 8px;
}

.woo__back:hover {
	color: #a12b20;
}

.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 35px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce div.product .woocommerce-product-gallery {
	float: none;
	width: auto;
	margin-bottom: 0;
}

.woocommerce div.product .woocommerce-product-gallery img {
	display: block;
	width: 100%;
	border: 1px solid #e2e6ea;
	background-color: #fff;
}

.woocommerce div.product .summary {
	padding: 30px;
	background-color: #fff;
	border: 1px solid #e2e6ea;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #a12b20;
	font-size: 1.6em;
	font-weight: 700;
}

.woocommerce div.product .woocommerce-product-details__short-description {
	padding-bottom: 20px;
}

/* Formularz zamowienia */

.woocommerce div.product form.cart {
	margin: 0;
}

.woocommerce div.product form.cart label,
.woocommerce div.product form.cart .variations th.label label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 0.95em;
	text-transform: none;
}

.woocommerce div.product form.cart .variations {
	width: 100%;
	border: 0;
	margin: 0 0 20px;
}

.woocommerce div.product form.cart .variations tbody,
.woocommerce div.product form.cart .variations tr,
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
	display: block;
	width: auto;
	padding: 0;
	border: 0;
	text-align: left;
}

.woocommerce div.product form.cart .variations tr {
	margin-bottom: 20px;
}


.woocommerce div.product form.cart select,
.woocommerce div.product form.cart input[type="text"],
.woocommerce div.product form.cart input[type="date"],
.woocommerce div.product form.cart input[type="number"],
.woocommerce div.product form.cart textarea {

	padding: 13px 15px;
	border: 1px solid #d5dae0;
	background-color: #fff;
	color: #282727;
	font-family: inherit;
	font-size: 1em;
	transition: border-color 0.2s ease;
}

.woocommerce div.product form.cart select:focus,
.woocommerce div.product form.cart input:focus,
.woocommerce div.product form.cart textarea:focus {
	border-color: #002d52;
	outline: none;
}

.woocommerce div.product form.cart input[type="radio"] {
	accent-color: #002d52;
	margin-right: 8px;
}

.woocommerce div.product form.cart .reset_variations {
	display: inline-block;
	margin-top: 8px;
	font-size: 0.85em;
	font-weight: 500;
}

.woocommerce div.product form.cart .quantity {
	margin-bottom: 15px;
}

.woocommerce div.product form.cart .quantity input.qty {
	width: 90px;
	text-align: center;
}

.woocommerce div.product form.cart button.single_add_to_cart_button {
	/*
	width: 100%;
	margin-top: 5px;
	*/
	padding: 14.5px 30px !important;
	background-color: #a12b20;
	background-image: none;
	border: 0;
	color: #fff;
	font-size: 0.95em;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: background-color 0.25s ease;
}

.woocommerce div.product form.cart button.single_add_to_cart_button:hover,
.woocommerce div.product form.cart button.single_add_to_cart_button:focus {
	background-color: #bd4e36;
	background-image: none;
}

/* Metadane */

.woocommerce div.product .product_meta {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid #e6e9ec;
	font-size: 0.85em;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.woocommerce div.product .product_meta > span {
	display: block;
	margin-bottom: 6px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce .products ul::before,
.woocommerce .products ul::after {
	content: none;
}

@media (min-width: 1024px) {
	.single-product div.product {
		grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
		gap: 50px;
		align-items: start;
	}

	/*.single-product div.product .woocommerce-product-gallery {
		position: sticky;
		top: 110px;
	}*/
}

.woocommerce div.product .woocommerce-product-gallery {
	position: relative;
}

.woocommerce div.product .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.woocommerce div.product .woocommerce-product-gallery__image > a {
	display: block;
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background-color: #f1f3f5;
	border: 1px solid #e2e6ea;
	cursor: zoom-in;
}

.woocommerce div.product .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
	transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.woocommerce div.product .woocommerce-product-gallery__image > a:hover img,
.woocommerce div.product .woocommerce-product-gallery__image > a:focus-visible img {
	transform: scale(1.08);
}

/* Przycisk lupy WooCommerce */

.woocommerce div.product .woocommerce-product-gallery__trigger {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 9;
	width: 46px;
	height: 46px;
	background-color: #002d52;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.25s ease;
}

.woocommerce div.product .woocommerce-product-gallery__trigger:hover,
.woocommerce div.product .woocommerce-product-gallery__trigger:focus-visible {
	background-color: #a12b20;
	color: #fff;
}

/* Podpowiedz pod zdjeciem */

.woo__gallery-hint {
	margin: 12px 0 0;
	color: #8b8b8b;
	font-size: 0.82em;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: uppercase;
}

/* Miniatury, gdy produkt ma wiecej zdjec */

.woocommerce div.product .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}

.woocommerce div.product .flex-control-thumbs li {
	width: auto;
	float: none;
	margin: 0;
}

.woocommerce div.product .flex-control-thumbs img {
	display: block;
	width: 100%;
	border: 1px solid #e2e6ea;
	opacity: 0.7;
	transition: opacity 0.2s ease, border-color 0.2s ease;
}

.woocommerce div.product .flex-control-thumbs img:hover,
.woocommerce div.product .flex-control-thumbs img.flex-active {
	opacity: 1;
	border-color: #002d52;
}

@media (prefers-reduced-motion: reduce) {
	.woocommerce div.product .woocommerce-product-gallery__image img {
		transition: none;
	}
	.woocommerce div.product .woocommerce-product-gallery__image > a:hover img {
		transform: none;
	}
}

.single-product div.product {
	align-items: start;
}

.woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product .woocommerce-product-gallery__wrapper,
.woocommerce div.product .woocommerce-product-gallery figure {
	margin: 0;
	padding: 0;
}

.woocommerce div.product .summary {
	margin-top: 0;
}

.woocommerce div.product .summary > :first-child {
	margin-top: 0;
}

.woocommerce div.product .woocommerce-product-gallery {
	opacity: 1 !important;
}

.single-product .posted_in {
	display: none !important;
}

.woocommerce table.shop_table, .woocommerce-checkout-review-order-table {
	background: #FFF;
}

.woocommerce div.product form.cart select {
	width: 95%;
}

/* Animacje */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
	0% {
	   opacity: 0;
	   -webkit-transform: translateY(-20px);
	}
	100% {
	   opacity: 1;
	   -webkit-transform: translateY(0);
	}
 }
 
 @keyframes fadeInDown {
	0% {
	   opacity: 0;
	   transform: translateY(-20px);
	}
	100% {
	   opacity: 1;
	   transform: translateY(0);
	}
 }
 
 .fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
 }

 @keyframes pulse {
	from {
	  transform: scale3d(1, 1, 1);
	}
  
	50% {
	  transform: scale3d(1.1, 1.1, 1.1);
	}
  
	to {
	  transform: scale3d(1, 1, 1);
	}
  }
  
  .pulse {
	animation-name: pulse;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
  }
