/* Table of contents
1. Normalize
2. Wordpress Core
3. abrampogrzeby Style
4. abrampogrzeby 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 */
}


/**
 * 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: #161616;
	border: 1px solid #f6f6f6;
	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. abrampogrzeby Style
-------------------------------------------------------------- */
html {
	scroll-padding-top: 100px;
	/*scroll-behavior: smooth;*/
}

body {
	background-color: #fff;
    color: #11121e;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	font-size: 21px;
    line-height: 1.5em;
    
}

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

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

a:hover {
	color: #d1a651;
}

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

strong {
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {	
	margin-top: 0.75em;
	margin-bottom: 0.75em;
    line-height: 1.1em;
	font-weight: 400;
	font-family: "Bebas Neue", sans-serif;
	letter-spacing: 0.05em;
	/*
	font-family: "Old Standard TT", serif;
	font-style: italic;
    letter-spacing: -0.03em;
	*/
}

/*
h1 span, h2 span, h3 span, h4 span, .gradient {
	
}
*/

.page-content__content h1, .page-content__content h2, .page-content__content h3, .page-content__content h4, .page-content__content h5, .page-content__content h6 {
	margin-top: 1em;
}

h1 {
	font-size: 2.3em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.15em;
}

@media (min-width:1024px) {

	h1 {
		font-size: 3.5em;
	}

	h2 {    
		font-size: 2.8em;
	}

	h3 {
		font-size: 2.1em;
	}

	h4 {
		font-size: 1.75em;
	}

	h5 {
		font-size: 1.45em;
	}

}


:focus {
	outline: none !important;
}

::selection {
	color: #f6f6f6;
	background-color: #cda452;
}

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

.button,
input[type='submit'] {
	font-family: "Jost", sans-serif;
    background-color: #1f2236;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 22px 45px;
    font-size: 14px;
}

/* 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 {
	color: #f6f6f6;
}

.button--slider {
	color: #fff!important;
	background: #cda452;
	margin-top: 30px;
	transition: all 0.25s !important;
}

.button--slider:hover {
	background: #f6f6f6;
}

@media (max-width: 767px) {
	.slider__haslo {
		font-size: 50% !important;
	}

	.button--slider {
		font-size: 0.8em !important;
		padding: 12px 25px;
	}
}

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

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

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

.navbar {
	height: 80px;
	background-color: transparent;
	background: linear-gradient(180deg, rgba(6, 6, 6, 0.9) 0%, rgba(6, 6, 6, 0.6) 50%, rgba(6, 6, 6, 0) 105%);
	/*background: linear-gradient(180deg, rgba(6, 6, 6, 0.9) 0%, rgba(6, 6, 6, 1) 0%, rgba(6, 6, 6, 0.2) 125%);*/
	font-family: "Jost", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
	position: relative;
	max-width: 100vw;
    border-width: 0;
}

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

@media (min-width:1024px) {
	.navbar {
		height: 100px;
		transition: 0.5s;
	}

	.navbar__container {
		padding-right: 50px;
	}
}

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

/*
.navbar__links li a {
	font-family: "Jost", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}*/

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

.navbar__icon {
	height: 24px !important;
}

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

.navbar__phone__icon {
	color: #f6f6f6;
	font-size: 32px;
}

.navbar__menu__icon {
	color: #f6f6f6;
	font-size: 40px;
}


.navbar__links {
	display: none;
}

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

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


@media (max-width: 1023px) {
	.navbar__links.toggled-on {
		background-color: #11121e;
		display: block;
		position: fixed;
		overflow: scroll;
		top: 79px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -2;
	}

	.sub-menu {
		margin-top: 15px !important;
    	padding-top: 10px !important;
    	padding-bottom: 10px !important;
	}
}



/*.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: #f6f6f6;
}

.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 #f6f6f6;
    margin-left: 5px;
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: bottom;
}

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

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

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

	.navbar {
		background-color: #11121e;
	}
	
}

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

.navbar li {
	list-style: none;
	text-transform: uppercase;
}

.navbar__links a {
	color: #f6f6f6;
	letter-spacing: 1px;
}

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

@media (max-width: 1023px) {
	.no-scroll {
		overflow: hidden;
	}
}

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

.navbar__brand__name {
	font-size: 20px;
	line-height: 50px;
}

.navbar__brand__logo {
	max-height: 54px;
	transition: 0.5s; 
}

li.current-menu-item a, li.current_page_item a  {
	color: #d1a651;
}

@media(min-width: 1024px) {
	.navbar__brand__logo {
		max-height: 65px;
	}

	.navbar__brand__name {
		line-height: 70px;
	}
	
	.header-scroll .navbar__brand__name {
		line-height: 50px;
	}

}

.header-scroll .navbar {
	height: 80px;
	background-color: #1f2236;
}

.header-scroll .navbar__brand__logo {
	max-height: 54px;
}

.header-scroll .navbar__desktop ul ul {
	top: 80px;
}

.admin-bar .header-scroll .navbar__desktop ul ul {
	top: 112px;
}


.header-scroll .navbar__desktop > ul > li, .header-scroll .navbar__desktop > .menu > ul > li {
	padding: 31px 15px 31px 15px;
}

@media (min-width: 1400px) {
	.header-scroll .navbar__desktop > ul > li, .header-scroll .navbar__desktop > .menu > ul > li {
		padding: 31px 30px 31px 30px;
	}
}


/* Dla nieprzezroczystego headera */
/*
.page-container {
	padding-top: 80px;
}

@media (min-width: 1024px) {
	.page-container {
		padding-top: 100px;
	}
}
	*/

@media (max-width: 600px) {
	.page-container--glowna {
		padding-top: 80px;
	}
}

.hero {
	background-size: cover;
	background-position-y: 25%;
    background-position-x: 50%;
	border-bottom: 1px solid #cda452;
}

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

.hero__title {
	color: #f6f6f6;
}

.page-content {
    padding: 50px 0;
}

.page-content__padding {
	padding: 0 25px;
}

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

@media (min-width: 1024px) {
	.hero {
		background-attachment: fixed;
		background-position-y: 75%;
		background-position-x: 50%;
	}

	.page-content__row {
		flex-direction: row;
	}
}

.page-content__row--archive {
	border-bottom: 1px solid #f6f6f6;
	padding: 48px 0 40px;
}

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

.page-content__column {
	display: block;
	flex: 1;
	padding: 0 25px;
}

.page-content__image {
	margin-bottom: 25px;
}

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

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

@media (max-width: 1023px) {
	#sidebar {
		margin-top: 25px;
	}
}

#sidebar li {
	list-style: none;
}

#sidebar ul {
	padding: 0;
}

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

#sidebar .widget {
	background-color: #1f2236;
	color: #f6f6f6;
    padding: 25px;
	margin-bottom: 25px;
}

#sidebar .widget_nav_menu li, #sidebar .widget_recent_entries li {
	padding: 10px;
    border-bottom: 1px solid rgb(40 39 39 / 50%);
}

#sidebar .widget_nav_menu li:last-child, #sidebar .widget_recent_entries li:last-child {
    border-bottom: none;
}

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

.sidebar__title {
	font-family: "Libre Baskerville", serif;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.1em;
    font-weight: 400;
	font-size: 1.4em;
	color: #f6f6f6;
}

@media (min-width: 1024px) {
    .sidebar__title {
        font-size: 2.1em;
    }
}

.sidebar__telefony {
	padding: 25px;
    margin-top: 25px;
	text-align: center;
	color: #f6f6f6;
	background: #f6f6f6;
}

.sidebar__telefony a {
	color: #f6f6f6;
}

.sidebar__linki {
	background-color: #161616;
    padding: 25px;
	margin-bottom: 25px;
}

@media (max-width: 1023px) {
	.sidebar__linki {
		margin-top: 25px;
	}
}

.sidebar__link {
	display: block;
	padding: 10px;
	border-bottom: 1px solid rgb(40 39 39 / 50%);
}

.sidebar__link:last-child {
	border-bottom: none;
}

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

.page-numbers, .page-navigation a {
	margin: 0 5px 5px 0;
	color: #11121e;
	border: 1px solid #cda452;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    display: inline-block;
}

.page-numbers.current {
    color: #cda452;
}


@media (min-width: 1024px) {

	.navbar__container {
		text-align: right;
	}

	.navbar__brand {
		left: 15px;
		right: auto;
	}

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

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

	.navbar__desktop {
		right: 15px;
	}

	.navbar__desktop ul li:hover > ul {
		display: block;
	}
	
	.navbar__desktop ul ul {
		display: none;
		position: fixed;
		top: 100px;
		z-index: 99999999999999999999999;
		max-width: 400px;
		background: #161616;
		border: 1px solid #cda452;		
	}

	.sub-menu {
		overflow: auto;
		max-height: calc(100dvh - 85px);
	}

	.header-scroll .navbar__desktop ul ul {
		top: 80px;
	}

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

	.navbar__desktop > ul > li, .navbar__desktop > .menu > ul > li {
		display: inline-block;
		font-size: 15px;
		line-height: 18px;
		margin: 0;	
		padding: 41px 12px 41px 12px;
		transition: 0.5s;
	}

	.navbar__desktop a {
		color: #f6f6f6;
        font-weight: 400;
        letter-spacing: 1px;
	}
	
	.navbar__desktop a:hover {
		color: #d1a651;
	}

	.navbar__button, .navbar__phone {
		display: none;
	}

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

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

	.page-content {
		padding: 100px 0;
		max-width: 1500px;
    	margin: auto;
	}

	.page-content__column--1 {
		flex: 2;
		max-width: 850px;
	}

	.page-content__column--2 {
		flex: 1;
	}

	.page-content__column__archive--2 {
		flex: 2.5;
	}

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

	.sidebar__telefony {
		background-color: #161616;
		padding: 50px;
		margin-top: 0;
	}

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

	.title__link {
		color: #11121e;
	}

	/*

	.footer__brand {
		float: left;
	}

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

	.footer__text {
		float: none;
	}

	*/


}

@media (min-width: 1400px) {
	.navbar__desktop > ul > li, .navbar__desktop > .menu > ul > li {
		padding: 41px 30px 41px 30px;
	}
}

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

	.page-content__column__archive--2 h2 {
		margin-top: 40px;
	}

}

/* Podstrona z obrazkiem */

.page-img-content__row {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 100%;
}

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

.page-img-content__column {
	display: block;
	flex: 1;
	padding: 0 25px;
}



/* 3. abrampogrzeby Home
-------------------------------------------------------------- */

.video-slider #mep_0, .wp-video {
	width: 100% !important;
	}

.video-slider .mejs-controls {
	opacity: 0 !important;
}

.introglowna {
	padding-top: 60px;
	padding-bottom: 50px;
}

.introglowna__container {	
	padding: 0 25px;
	
}

.introglowna__title {
	margin-top: 0;
}


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

	.introglowna__text {
		font-size: 1.12em;
	}

	.introglowna__container {
		max-width: 950px;
		margin: auto;
		text-align: center;
	}
}

.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;
}

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

.kolumny-lp__column {
	display: block;
    flex: 1;
    margin-left: 0;
	padding: 50px 25px;
	color: #fff;
}

.kolumny-lp__column--1 {
	background-color: #161616;
}

.kolumny-lp__column--2 {
	background-color: #1f2236;
}

.kolumny-lp__column--1 p {
    line-height: 1.7em;
}

.kolumny-lp__column--2 p {
    text-align: center;
    font-size: 1.2em;
	line-height: 1.3em;
}

.kolumny-fw__film {
	padding: 0 !important;
}

.kolumny-fw__film video {
	object-fit: cover;
    max-width: 100%;
	height: 100%;
}

/*
.kolumny-lp a {
	color: #f6f6f6;
}

.kolumny-lp a:hover {
	color: #fafafa;
}*/

@media (max-width: 1023px) {

	.kolumny-lp__row {
		flex-direction: column-reverse;
	}
}


@media (min-width: 1024px) {
	.kolumny-lp__row {
		flex-direction: row;
    	margin: 0 auto;
		/*
		align-items: center;
        background-color: #161616;
		*/
	}

	.kolumny-lp__container {
		margin: 0 auto;
	}

	.kolumny-lp__column {
		padding: 90px 90px 100px 90px;
	}

	.kolumny-fw--misja .kolumny-lp__column {
		padding: 0;
	}

	.kolumny-fw--misja .kolumny-lp__column__container {
		padding: 90px 90px 100px 90px;
	}

	.kolumny-lp__column--1 p {
   		font-size: 1.2em;
	}

	.kolumny-lp__column--2 p {
    	font-size: 1.6em;
	    margin-top: 25px;
	}

}

.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;
}


.filie__container {
	padding-top: 50px;
    padding-bottom: 70px;
}

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

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

.filie__title {
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
}

@media (min-width: 1024px) {

	.filie__container {
		margin: 0 auto;
		max-width: 1500px;
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.filie__row {
		flex-direction: row;
		max-width: 1500px;
    	margin: 0 auto;
		padding-bottom: 50px;
		align-items : center;
	}

	.filie__column {
		padding: 25px 50px 0 50px;
	}

}

/* Kafelki usług */

.tiles__services {
	background-color: #11121e;
}

.tiles__services__container {
	margin: 0 auto;
	max-width: 1450px;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 15px;
	padding-right: 15px;
}

.tiles__services__title {
	text-align: center;
	margin-bottom: 1.5em;
	margin-top: 0;
}

.tiles__services__heading {
	margin-bottom: 55px;
}

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

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

.tile__service__padding {
	padding: 10px;
}

.tile__service__photo {
	position: relative;
	background-size: cover;
	height: 200px;
	filter: none;
	transition: 800ms;
}

.tile__service__overlay {
	background-color: #1f2236;
}

.tile__service__content {
	padding: 30px;
    background-color: #161616;
}

.tile__service__title h3 {
	color: #f6f6f6;
}

.tile__service__caption {
	margin-top: 15px;
	color: #f6f6f6;
	/*font-size: 24px;
    line-height: 30px;*/
    margin-bottom: 22px;
	font-family: "Jost", sans-serif;
	font-weight: 400;
}

/* Animacja kafelków + RWD */

.tile__service__caption {
	transition: 200ms;
}

.tile__service__content {
    transition: 800ms;
}

@media (min-width: 610px) {
	.tiles__services__row {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.tile__service {
		flex: 50%;
	}

	.tile__service a:hover .tile__service__content {
		transform: translateY(-20%);
	}	

	.tile__service a:hover .tile__service__image {
		filter: brightness(110%);
		-webkit-filter: brightness(110%);
	}
}

@media(min-width: 1024px) {
	.tiles__services__container {
		padding-top: 150px;
		padding-bottom: 150px;
	}

	.tile__service__photo {
		height: 300px;
	}
}

@media (min-width: 1200px) {
	.tile__service {
		flex: 33.33%;
	}
}

/* Ikonki usług */
.icons__services {
	background-color: #ecedf1;	
}

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

.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: 100px;
	width: auto;
	transition: all 0.5s ease-out;
}

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

.icon__service__container {
	position: relative;
}

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

.icon__service__caption {
	margin-top: 15px;
    margin-bottom: 22px;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	color: #11121e;
}

.icon__service__caption h3 {
        font-size: 1.2em;
    }


@media (min-width: 601px) {
	.icons__services__row {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.icon__service {
		flex: 40%;
	}
}


@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__container {
		padding-top: 125px;
		padding-bottom: 130px;
	}

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

	.icon__service {
		flex: 20%;
	}

	.icon__service__caption h3 {
        font-size: 1.3em;
    }
}

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

/*E-Nekrologi na głównej stronie */

.e-nekrologi__container {
	margin: 0 auto;
	max-width: 1450px;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 90px;

}

/* Opinie */

.testimonials {
	margin: 0 auto;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 25px;
	padding-right: 25px;
	color: #f6f6f6;
	background-color: #161616;
	background-attachment: fixed;
}

.testimonials h4, .testimonials h3 {
	color: #f6f6f6;
}

.testimonials__heading {
	margin-bottom: 40px;
}

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

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

.testimonial__content {
	font-size: 1.3em;
    font-weight: 100;
    line-height: 1.3em;
}

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

.testimonial__name {
	margin-top: 2em;
    margin-bottom: 1.5em;
    font-size: 1.2em;
    text-transform: uppercase;
}

.testimonials__arrow {
	display: none;
}


@media (min-width: 1024px) {

	.e-nekrologi__container {
		padding-top: 100px;
		padding-bottom: 120px;
	}

	.testimonials {
		padding-top: 125px;
		padding-bottom: 150px;
	}

	.testimonials__arrow {
		color: #f6f6f6;
		display: block;
		font-size: 25px;
		position: absolute;
		bottom: 170px;
	}

	.testimonials__arrow--left {
		left: 0;
	}

	.testimonials__arrow--right {
		right: 0;
	}

}

.owl-theme .owl-dots .owl-dot span {
	background: #f6f6f6;
	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: #cda452;
}

.tekstkolumny {
	position: relative;
}

.tekstkolumny__container {
	padding-top: 50px;
    padding-bottom: 70px;
}

.tekstkolumny__background {
	background: #d0d0d3;
	height: 100%;
	width: 70vw;
	opacity: 0.33;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

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

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

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

.tekstkolumny__column--img {
	padding-right: 40px;
}

.tekstkolumny__column__content {
	vertical-align: middle;
}

.tekstkolumny__column__content img {
	box-shadow: 15px 15px 20px #a5a5a5;
}

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

.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%;
}


.button__rozwin__container {
	text-align: center;
}

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

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

.rozwin {
	display: block;
}

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

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


@media (min-width: 1024px) {

	.tekstkolumny__row {
		flex-direction: row;
		max-width: 1500px;
    	margin: 0 auto;
		padding-bottom: 50px;
		align-items : center;
	}

	.tekstkolumny__row:nth-child(even) {
		flex-direction: row-reverse;
	}

	.tekstkolumny__row:nth-child(even) .lozad.lozad-right[data-loaded=true], .lozad[data-loaded=true] .lozad-child.lozad-right {
		animation: lozad-left var(--lozad-animation) ease-out forwards !important;
	}

	.tekstkolumny__container {
		margin: 0 auto;
		max-width: 1500px;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.tekstkolumny__column {
		padding: 25px 50px 0 50px;
	}

	.galeria__container {
		padding-top: 100px;
		padding-bottom: 110px;	
	}

}

.tekstkolumny__container--no-margin {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 80px;
}

@media (max-width: 1023px) {
	.tekstkolumny__container--no-margin {
		padding-top: 25px;
	}
}

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

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

.kolumny-fw__column--1 {
	background-color: #ecedf1;
}

.kolumny-fw__column--1 .kolumny-fw__column__content {
    padding-bottom: 20px;
}


.kolumny-fw__column--2 {
	background-size: cover;
	min-height: 200px;
	background-position: center;
}

@media (max-width: 1023px) {
	.page-id-610 .kolumny-fw__column--2 {
		background-position: 50% 90%;
	}
}

/*
.kolumny-fw--podstrona .kolumny-fw__column--2 {
	background: fixed;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
*/
.kolumny-fw__text {
	vertical-align: middle;
}

.kolumny-fw__title {
	margin-top: 0;
}

/*
.kolumny-fw__row {
	flex-direction: column-reverse;
}
*/

.parallax__img {
	height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.parallax__img--left {
	background-position: left;
}


@media (min-width: 1024px) {

	.kolumny-fw__row {
		flex-direction: row;
    	margin: 0 auto;
	}

	.kolumny-fw__container {
		margin: 0 auto;
	}

	.kolumny-fw__text {
		padding-right:100px;
	}

	.kolumny-fw__column {
		padding: 75px 50px;
	}

	.kolumny-fw--misja .kolumny-fw__column {
		padding: 0;
	}

	.kolumny-fw--misja .kolumny-fw__column__content {
		padding: 75px 50px;
	}

	/*
	.kolumny-fw__column--1 .kolumny-fw__column__content {
		padding-right: 50px;
	}
	*/

	.kolumny-fw__row:nth-child(even) {
		flex-direction: row-reverse;
	}

	.parallax__img {
		height: 500px;
		background: fixed;
	}

}

@media (min-width: 1400px) {
	.kolumny-fw__column {
		padding: 120px 110px;
	}

	.kolumny-fw--misja .kolumny-fw__column {
		padding: 0;
	}

	.kolumny-fw--misja .kolumny-fw__column__content {
		padding: 120px 110px;
	}
}

/*
.contact {
	background-color: #f6f6f6;
	color: #f6f6f6;
	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: #f6f6f6;
	margin-bottom: 34px;
}

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

.contact-icon__link {
	color: #f6f6f6;
	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'],
textarea {
	background-color: transparent;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 90%;
	border: 1px solid #cda452;
	font-size: 16px;
}

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) {
	textarea {
		padding-bottom: 40px;
		width: 98%;
	}

	.contact__column {
		display: inline-block;
		width: 49%;
	}

	.contact-icons {
		background: #cda452;
		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 #f6f6f6;
	}

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

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

.kolumny-kontakt__column {
	display: block;
    flex: 1;
    margin-left: 0;
	padding: 50px 25px;
	text-align: center;
}

.kolumny-kontakt__column__content {
	font-size: 1.2em;
}

.kolumny-kontakt__column--1 {
	background-color: #161616;
}

.kolumny-kontakt__column--1 .kolumny-kontakt__column__content {
    padding-bottom: 20px;
}

.kolumny-kontakt__column--2 {
	background-color: #11121e;
}

.kolumny-kontakt__text {
	vertical-align: middle;
}

.kolumny-kontakt__title {
	margin-top: 0;
}

.kontakt__ikona {
	font-size: 1.8em;
}

@media (min-width: 1024px) {

	.kolumny-kontakt__row {
		flex-direction: row;
    	margin: 0 auto;
	}

	.kolumny-kontakt__container {
		margin: 0 auto;
	}

	.kolumny-kontakt__text {
		padding-right:100px;
	}

	.kolumny-kontakt__column {
		padding: 120px 110px;
	}

	.kolumny-kontakt__row:nth-child(even) {
		flex-direction: row-reverse;
	}

}



.footer {
	color: #f6f6f6;
}

.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 a {
	font-weight: 300;
}

.footer__copyright {
	margin: 0 auto;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 0.9em;
	background-color: #11121e;
	border-top: 1px solid rgb(242 242 242 / 21%);
}

.footer__icon {
	color: #d1a651;
}

.footer__heading {
	font-family: "Libre Baskerville", serif;
    margin-top: 0.5em;
    line-height: 1.1em;
    font-weight: 400;
	font-size: 1.3em;
	color: #f6f6f6;
	margin-bottom: 30px;
}

@media (max-width: 1023px) {
	.footer__heading {
		font-size: 1.5em;
	}
}

.footer__logo {
	max-height: 25px;
	vertical-align: middle;
}

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

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

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

.footer-widgets ul.footer-widgets__column {
	display: block;
    flex: 1;
    margin-left: 0;
    text-align: center;
}

.footer-widgets ul.footer-widgets__column li {
	padding: 15px 25px;
}

.footer-widgets .widget_nav_menu li {
	padding: 3px 0;
}

.footer-widgets {
	background-color: #11121e;
    color: #f6f6f6;
	padding: 60px 0;
}

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

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

.footer__info {
	margin-top: 15px;
}


/* RWD dla 4 kolumn */

@media (min-width: 610px) {
	.footer-widgets__container {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.footer-widgets__column {
		flex: 50% !important;
	}

	.footer-widgets ul, .footer-widgets li {
    	text-align: left;
	}

}

@media (min-width: 1200px) {
	.footer-widgets__column {
		flex: 25% !important;
	}
}

@media (max-width: 609px) {
	.footer-widgets__column img {
		margin: auto;
	}
}


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

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

/*
.page-content__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: #f6f6f6;
    background-color: #002d52db;
    padding: 25px;
	transition: all 0.25s;
}

.kafelek__nazwa a:hover {
	color: #f6f6f6;
    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-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: #f6f6f6;}
	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 div.input input[type="text"], .gwolle-gb div.input input[type="email"], .gwolle-gb div.input input[type="url"], .gwolle-gb div.input textarea, .gwolle-gb div.input select {
	width: 90% !important;
}

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

.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 {
    border-top: 1px #cda452 solid !important;
	padding: 25px 0 !important;
}

.gwolle-gb .gwolle-gb-first {
    border-width: 0px !important;
}

.gb-entry-content:before {
    color: #cda452;
    font-size: 1.2em;
    display: block;
    font-style: normal;
    display: inline-block;
    padding-right: 10px;
    font-family: Linearicons-Free;
    content: "\e83f";
}

.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 .gb-entry .gb-author-info {
	font-size: 16px;
    padding-bottom: 10px;
}

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

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

input.gwolle_gb_submit {
	margin-top: 0;
}

#cmplz-manage-consent .cmplz-manage-consent {
    left: 25px;
    right: initial !important;
	font-size: 0.8em;
}

#cmplz-document {
	max-width: 100%;
	font-size: 19px;
}

#cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td {
	font-size: 19px;
}

#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div, #cmplz-document .cmplz-dropdown .cookies-per-purpose div, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div
 {
    background-color: #11121e;
 }


#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .name-header, #cmplz-document .cmplz-dropdown .cookies-per-purpose .name-header, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .name-header, #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .retention-header, #cmplz-document .cmplz-dropdown .cookies-per-purpose .retention-header, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .retention-header, #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .function-header, #cmplz-document .cmplz-dropdown .cookies-per-purpose .function-header, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .function-header, #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2), #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3), #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4), #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5), #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6), #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7), #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2), #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3), #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4), #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5), #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6), #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7), .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2), .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3), .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4), .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5), .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6), .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7) {
	background-color: #000;
}

.mapa {
    filter: grayscale(100%) invert(100%) contrast(83%);
	display: block;
}

.totop {
	display: none;
}

.totop {
    position: fixed;
    text-decoration: none;
    cursor: pointer;
    z-index: 99;
    font-size: 21px;
    padding: 14px 20px;
    bottom: 25px;
    transition: all 0.25s;
    right: 25px;
    color: #fff;
    background-color: #1f2236;
	border: 1px solid #fff;
}

.totop:hover {
	color: #fff;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.content__404 {
	vertical-align: middle;	
	text-align: center;
	margin: 80px 0;
}

.text__404 {
    font-size: 1.6em;
    line-height: 1.5em;
	text-align: center !important;
	margin-bottom: 30px;
}


/*poprawki w widoku dla zalogowanych */

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

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

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

	
}

@media (max-width: 782px) {
	.customize-support .navbar__links.toggled-on {
        top: 125px;
	}

	
}

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

	.customize-support .navbar {
		top: 46px;
	}

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

	.customize-support .header-scroll .navbar__links.toggled-on {
        top: 79px;
	}
}


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

.animated-fast {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -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;
  }

  @keyframes fadeIn {
	from {
	  opacity: 0;
	}
  
	to {
	  opacity: 1;
	}
  }
  
  .fadeIn {
	animation-name: fadeIn;
  }

  @keyframes fadeOut {
	from {
	  opacity: 1;
	}
  
	to {
	  opacity: 0;
	}
  }
  
  .fadeOut {
	animation-name: fadeOut;
  }

  @keyframes slideZoomIn {
	from {
	  transform: scale(1.0);
	}
  
	100% {
		transform: scale(1.3)
	}
  }
  
  .slideZoomIn {
	animation-duration: 10s !important;
    animation-fill-mode: both;
    -webkit-animation-duration: 10s !important;
    -webkit-animation-fill-mode: both;
	animation-name: slideZoomIn;
  }

  @keyframes swing {
	20% {
	  -webkit-transform: rotate3d(0, 0, 1, 15deg);
	  transform: rotate3d(0, 0, 1, 15deg);
	}
  
	40% {
	  -webkit-transform: rotate3d(0, 0, 1, -10deg);
	  transform: rotate3d(0, 0, 1, -10deg);
	}
  
	60% {
	  -webkit-transform: rotate3d(0, 0, 1, 5deg);
	  transform: rotate3d(0, 0, 1, 5deg);
	}
  
	80% {
	  -webkit-transform: rotate3d(0, 0, 1, -5deg);
	  transform: rotate3d(0, 0, 1, -5deg);
	}
  
	to {
	  -webkit-transform: rotate3d(0, 0, 1, 0deg);
	  transform: rotate3d(0, 0, 1, 0deg);
	}
  }
  .animate__swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
  }
