/*!
Theme Name: przystanretkinia New
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: przystanretkinia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

przystanretkinia is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
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;
	height: 0;
	overflow: visible;
}

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

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
}

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

/* p {
	margin-bottom: 1.5em;
} */

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

table {
	margin: 0 0 1.5em;
	width: 100%;
}

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	transition: 0.5s linear;
}

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

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

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

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

.main-navigation li {
	position: relative;
	width: auto;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

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

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

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

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

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

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

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/* Added Styles */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none !important;
}

html {
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
}

.post,
.page {
	margin: 0;
}

#page {
	position: relative;
}

figure {
	margin: 0;
}

/* Colors */

.color-primary {
	color: #44331D;
}

.color-secondary {
	color: #95774F;
}

.color-white {
	color: #fff
}

.color-black {
	color: #000;
}

/* Fonts */

@font-face {
	font-family: butlerFontRegular;
	src: url(./butlerFont/Butler/Butler_Regular.otf);

	font-family: butlerFontMedium;
	src: url(./butlerFont/Butler/Butler_Medium.otf);
}

/* Font Style */

.text-value-primary {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.text-value-secondary {
	font-family: butlerFontRegular;
	font-weight: 400;
}

.text-value-third {
	font-family: butlerFontMedium;
	font-weight: 300;
}

/* Font Size */

.font-size-small {
	font-size: 16px;
}

.font-size-primary {
	font-size: 18px;
}

.font-size-secondary {
	font-size: 60px;
}

.font-size-additional {
	font-size: 26px;
}

.font-size-exceptional {
	font-size: 20px;
}

.font-size-added {
	font-size: 40px;
}

.font-size-added2 {
	font-size: 30px;
}

.font-size-added3 {
	font-size: 35px;
}

.font-size-sticky {
	font-size: 26px;
}

/* Helpers */

.bolded {
	font-weight: bold;
}

.margined {
	margin-right: 5px;
}

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

/* Buttons */

.btn {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	padding: 10px 20px;
	border-radius: 0;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
}

/* Sections */

section#info-1,
section#info-2,
section#info-3,
section#info-4,
section#apartment-card,
section#footer,
section#contact,
section#developer,
section#developer-quote,
section#benefits,
/* section#main-gallery, */
section.apartment-gallery {
	overflow: hidden;
}

/* Containers */

.container {
	max-width: 1920px;
	height: 100%;
	margin: 0 auto;
}

.container-menu {
	max-width: 1350px;
	height: 100%;
	margin: 0 auto;
}

.container-content {
	max-width: 1300px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

.container-wider {
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
}

/* Menu */

.site-header {
	position: fixed;
    top: 0;
    left: 0;
	background: transparent;
    width: 100%;
	z-index: 9999;
}

.site-header > .container-menu {
	position: relative;
}

.main-navigation {
	height: 143px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.menu-menu_pl_benefits-container,
.menu-menu-pl-container {
	width: 100%;
}

.main-navigation ul {
	justify-content: space-between;
	align-items: flex-end;
}

.menu-item a {
	font-size: 18px;
	font-weight: 400;
	border-bottom: 2px solid transparent;
	color: #fff;
	padding: 5px;
	transition: 0.5s linear;
}

.menu-item a:hover {
	border-bottom: 2px solid #F2D39D;
}

.menu-item-63 a {
	margin-right: 0;
	border: 2px solid #F2D39D;
	padding: 5px 20px;
	/* transition: 0.5s linear !important; */
}

.menu-item-63 a:hover {
	border: 2px solid transparent;
}

.menu-item-114 a,
.menu-item-116 a {
	border: none;
}

.menu-item-116 a {
	padding: 0 10px;
}

.menu-item-114 a:hover,
.menu-item-116 a:hover {
	border: none;
}

/* Pages Menu */

.page-template-developer-page:not(#masthead) #masthead.aos-animate {
	opacity: 1 !important;
	-o-transition-property: none;
	-moz-transition-property: none;
	-ms-transition-property: none;
	-webkit-transition-property: none;
	transition-property: none;
	/*CSS transforms*/
	-o-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	/*CSS animations*/
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

.post-type-archive-apartment .menu-item a,
.post-type-archive-apartment .top-menu-phoneNumber a,
.page-template-gallery-page .menu-item a,
.page-template-gallery-page .top-menu-phoneNumber a,
.page-template-benefits-page .menu-item a,
.page-template-benefits-page .top-menu-phoneNumber a,
.page-template-financing-page .menu-item a,
.page-template-financing-page .top-menu-phoneNumber a,
.page-template-search-apartament-page .menu-item a,
.page-template-search-apartament-page .top-menu-phoneNumber a,
.page-template-map-apartment-page .menu-item a,
.page-template-map-apartment-page .top-menu-phoneNumber a,
.single-apartment .menu-item a,
.single-apartment .top-menu-phoneNumber a  {
	color: #95774F;
}

.post-type-archive-apartment .menu-item-78 a,
.page-template-gallery-page .menu-item-78 a,
.page-template-benefits-page .menu-item-78 a,
.page-template-financing-page .menu-item-78 a,
.page-template-search-apartament-page .menu-item-78 a,
.page-template-map-apartment-page .menu-item-78 a,
.single-apartment .menu-item-78 a {
	margin-right: 0;
    border: 2px solid #F2D39D;
    padding: 5px 20px;
	/* transition: 0.5s linear !important; */
}

.post-type-archive-apartment .menu-item-78 a:hover,
.page-template-gallery-page .menu-item-78 a:hover,
.page-template-benefits-page .menu-item-78 a:hover,
.page-template-financing-page .menu-item-78 a:hover,
.page-template-search-apartament-page .menu-item-78 a:hover,
.page-template-map-apartment-page .menu-item-78 a:hover,
.single-apartment .menu-item-78 a:hover {
	border: 2px solid transparent;
}

.post-type-archive-apartment .menu-item-114 a,
.page-template-gallery-page .menu-item-114 a,
.page-template-benefits-page .menu-item-114 a,
.page-template-financing-page .menu-item-114 a,
.page-template-search-apartament-page .menu-item-114 a,
.page-template-map-apartment-page .menu-item-114 a,
.single-apartment .menu-item-114 a {
	padding: 0 10px;
}

.post-type-archive-apartment .favorites__icon svg path,
.page-template-gallery-page .favorites__icon svg path,
.page-template-benefits-page .favorites__icon svg path,
.page-template-financing-page .favorites__icon svg path,
.page-template-search-apartament-page .favorites__icon svg path,
.page-template-map-apartment-page .favorites__icon svg path,
.single-apartment .favorites__icon svg path {
    stroke: #95774F;
}

.post-type-archive-apartment .top-menu-phoneNumber::before,
.page-template-gallery-page .top-menu-phoneNumber::before,
.page-template-benefits-page .top-menu-phoneNumber::before,
.page-template-financing-page .top-menu-phoneNumber::before,
.page-template-search-apartament-page .top-menu-phoneNumber::before,
.page-template-map-apartment-page .top-menu-phoneNumber::before,
.single-apartment .top-menu-phoneNumber::before {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/06/menu_top_phone_colored.png');
}

/* Sub Menu */

.sub-menu {
	width: 100%;
    flex-direction: column;
}

.sub-menu .menu-item {
	width: 100%;
	margin-top: 10px;
}

.sub-menu .menu-item a {
	font-size: 16px;
	text-align: center;
}

.sub-menu .menu-item-691 a,
.sub-menu .menu-item-693 a {
	margin-bottom: 25px;
}

.sub-menu .menu-item-691 a,
.sub-menu .menu-item-692 a,
.sub-menu .menu-item-693 a,
.sub-menu .menu-item-694 a {
	border: 2px solid transparent;
	transition: 0.5s linear !important;
}

.sub-menu .menu-item-691 a:hover,
.sub-menu .menu-item-692 a:hover,
.sub-menu .menu-item-693 a:hover,
.sub-menu .menu-item-694 a:hover {
	border-bottom: 2px solid #F2D39D;
}

/* Headers Items Position */

.site-branding {
	position: absolute;
    bottom: 50px;
    right: 75px;
	z-index: 9;
}

.header__favorites {
	position: absolute;
	bottom: 55px;
	right: 0;
	z-index: 9;
}

.top-menu-phoneNumber {
	position: absolute;
    bottom: 65px;
    right: 300px;
	z-index: 9;
}

.top-menu-phoneNumber a {
	color: #fff;
	font-size: 18px;
}

.top-menu-phoneNumber::before {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/06/menu_top_phone.png');
	position: absolute;
	left: -25px;
	top: 3px;
}

/* Menu Apartment Favorites */

.favorites-list {
    background-color: #000;
}

.favorites .favorites-list__title, 
.favorites__empty,
.fav-item,
.fav-item__remove {
	color: #fff;
}

.favorites__icon svg path {
	stroke-width: 1px;
}

/* Sticky Button&Form */

.sticky-form {
	position: fixed;
    right: 0px;
    bottom: 115px;
    max-width: 340px;
    max-height: 466px;
    background: linear-gradient(90deg, rgba(159,164,49,1) 0%, rgba(93,96,20,1) 100%);
    padding: 10px 20px 20px 20px;
	line-height: 1.2;
	z-index: 99999;
	display: none;
}

.sticky-form input[type="text"], 
.sticky-form input[type="email"] {
	width: 100%;
	height: 30px;
	font-size: 14px;
	margin-bottom: 0;
}

.sticky-form input[type="submit"] {
	width: 100%;
	height: 40px;
	font-size: 18px;
	margin-top: 25px;
}

.sticky-form .form-text {
	font-family: 'Lato', sans-serif;
	margin: 5px 0 15px 0;
	font-size: 12px;
}

.sticky-form .wpcf7-list-item-label {
	margin: 15px 0;
	font-size: 12px;
}

.sticky-button {
	position: fixed;
	bottom: 0;
	right: 0px;
	z-index: 99;
}

.sticky-button .btn {
	background-image: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/sticky_button.png');
	background-repeat: no-repeat;
	width: 254px;
	height: 48px;
	font-size: 18px;
	color: #fff;
	padding: 10px 5px;
}

.phone-icon,
.sale-icon {
	position: fixed;
	z-index: 99;
}

.phone-icon {
	left: 30px;
    bottom: 0;
}

.sale-icon {
	left: 140px;
    bottom: 0;
	cursor: pointer;
}

.sale-icon__image, 
.phone-icon__image {
	width: 105px;
	height: 105px;
}

.sticky-button,
.phone-icon,
.sale-icon {
	display: none;
}

/* Sale Form */

.sale-form {
	position: fixed;
    left: 0;
    bottom: 115px;
    max-width: 315px;
    max-height: 340px;
	background-color: #6A1E02;
    padding: 20px;
	line-height: 1.2;
	z-index: 99999;
	display: none;
}

.sale-form__header-value {
	margin-bottom: 20px;
}

.sale-form__paragraph-value,
.sale-form__last-paragraph-value {
	margin-bottom: 20px;
}

.sale-form__last-paragraph-value {
	display: flex;
	align-items: center;
}

.sale-form__link {
    color: #fff;
    transition: 0.2s ease-in-out;
    font-size: 30px;
    margin-left: 10px;
}

.sale-form__link:hover {
	transform: scale(1.2);
	color: #F2D39D;
}

/* Sticky Form Tips */

.sticky-form .wpcf7-not-valid-tip {
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	margin-bottom: 5px;
}

.sticky-form input[type="checkbox"] + span::after,
.sticky-form input[type="checkbox"] + span::before {
	width: 20px;
	height: 20px;
}

.sticky-form .wpcf7 form .wpcf7-response-output, 
.sticky-form .wpcf7 form.sent .wpcf7-response-output,
.sticky-form .wpcf7 form .wpcf7-response-output,
.sticky-form .wpcf7 form.sent .wpcf7-response-output, 
.sticky-form .wpcf7 form.invalid .wpcf7-response-output, 
.sticky-form .wpcf7 form.unaccepted .wpcf7-response-output, 
.sticky-form .wpcf7 form.payment-required .wpcf7-response-output {
	font-family: 'Lato', sans-serif;
	position: absolute;
	color: #95774F;
    background-color: #fff;
	border: none;
    width: 340px;
    left: 0;
    font-size: 12px;
    padding: 10px 20px;
	margin: 0;
} 

.sticky-form .wpcf7 form .wpcf7-response-output,
.sticky-form .wpcf7 form.sent .wpcf7-response-output, 
.sticky-form .wpcf7 form.invalid .wpcf7-response-output, 
.sticky-form .wpcf7 form.unaccepted .wpcf7-response-output, 
.sticky-form .wpcf7 form.payment-required .wpcf7-response-output {
    bottom: -57px;
}

.sticky-form .wpcf7 form .wpcf7-response-output, 
.sticky-form .wpcf7 form.sent .wpcf7-response-output {
    bottom: -57px;
}

/* Welcome Info */

.welcome-info-video {
	max-width: 1920px;
	max-height: 919px;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.welcome-info {
	max-width: 1920px;
	height: 919px;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
}

/* Quote Info */

.quote-info {
	width: 100%;
	height: 725px;
}

.quote-info__content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.quote-info__content::after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/06/info_quote.png');
	position: absolute;
    right: -30px;
    top: 150px;
	z-index: -1;
}

.quote-info__paragraph-value {
	margin: 0 150px 30px 0;
}

.quote-info__lastParagraph-value {
	margin: 0;
}

/* Info 1,2,3,4 */

.info-1,
.info-2,
.info-3,
.info-4 {
	width: 100%;
	height: 100%;
}

.info-1__content,
.info-2__content,
.info-3__content,
.info-4__content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}

.info-1__inner-text,
.info-2__inner-text,
.info-3__inner-text,
.info-4__inner-text,
.info-1__inner-image,
.info-2__inner-image,
.info-3__inner-slider,
.info-4__inner-slider {
	flex-basis: 50%;
}

.info-3__inner-slider,
.info-4__inner-slider {
	position: relative;
}

.info-1__inner-text,
.info-2__inner-text,
.info-3__inner-text,
.info-4__inner-text {
	position: relative;
}

.info-1__inner-text,
.info-3__inner-text {
	padding: 0 100px 0 310px;
}

.info-2__inner-text,
.info-4__inner-text {
	padding: 0 310px 0 100px;
}

.info-1__inner-text::after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/06/info_numer_1.png');
    position: absolute;
    top: -20px;
    left: 290px;
    z-index: -1;
}

.info-2__inner-text::after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/06/info_numer_2.png');
    position: absolute;
    top: 15px;
    left: 80px;
    z-index: -1;
}

.info-3__inner-text::after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/06/info_numer_3.png');
    position: absolute;
	top: -33px;
    left: 294px;
    z-index: -1;
}

.info-4__inner-text::after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/06/info_numer_4.png');
    position: absolute;
    top: -25px;
    left: 82px;
    z-index: -1;
}

.info-1__image,
.info-2__image,
.info-3__image,
.info-4__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.info-1__header-value,
.info-3__header-value,
.info-4__header-value  {
	margin-top: 75px;
}

.info-2__header-value {
	margin-top: 110px;
}

.info-2__lastHeader-value {
	margin-bottom: 110px;
}

.info-1__header-value,
.info-1__lastHeader-value,
.info-2__header-value,
.info-2__lastHeader-value,
.info-3__header-value,
.info-3__lastHeader-value,
.info-4__header-value,
.info-4__lastHeader-value   {
	line-height: 1.2;
	margin-left: 95px;
}

.info-1__lastHeader-value {
	margin-bottom: 60px;
}

.info-4__lastHeader-value {
	margin-bottom: 40px;
}

.info-3__lastHeader-value {
	margin-bottom: 30px;
}

.info-1__paragraph-value,
.info-2__paragraph-value,
.info-3__paragraph-value,
.info-4__paragraph-value {
	margin-bottom: 20px;
}

.info-1__lastParagraph-value {
	font-weight: bold;
	margin-bottom: 15px;
}

.info-3__lastParagraph-value,
.info-4__lastParagraph-value {
	margin-bottom: 0;
}

.info-2__lastParagraph-value {
	margin-bottom: 20px;
}

.info-1__link {
	display: flex;
	justify-content: flex-end;
	transition: 0.5s ease-in-out;
	margin-bottom: 20px;
}

.info-1__link:hover {
	transform: scale(1.1);
}

/* Info 3-4 Swiper */

.swiper.swiper1,
.swiper.swiper2 {
	max-width: 960px;
	height: 100%;
}

.swiper.swiper1 .swiper-slide,
.swiper.swiper2 .swiper-slide {
	width: 100% !important;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper.swiper1 .swiper-slide img,
.swiper.swiper2 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.info-3 .swiper-button-next, 
.info-3 .swiper-button-prev,
.info-4 .swiper-button-next, 
.info-4 .swiper-button-prev {
	top: 95%;
}

.info-3 .swiper-button-next,
.info-4 .swiper-button-next {
	right: 35%
}

.info-3 .swiper-button-prev,
.info-4 .swiper-button-prev {
	left: 35%;
}

.info-3 .swiper-button-next::after,
.info-4 .swiper-button-next::after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/main_arrow_right_white.png');
	transition: 0.5s ease-in-out;
}

.info-3 .swiper-button-next:hover::after,
.info-4 .swiper-button-next:hover::after {
	transform: scale(1.1);
}

.info-3 .swiper-button-prev:after,
.info-4 .swiper-button-prev:after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/main_arrow_left_white.png');
	transition: 0.5s ease-in-out;
}

.info-3 .swiper-button-prev:hover::after,
.info-4 .swiper-button-prev:hover::after {
	transform: scale(1.1);
}

/* Map */

.map {
	margin: 100px 0;
}

/* Main Slider */

.main-slider {
	margin: 200px 0;
}

.main-slider__content {
	position: relative;
}

.main-slider__title {
	margin-bottom: 100px;
	margin-left: 100px;
	position: relative;
}

.main-slider__title::after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/Tree.png');
	position: absolute;
	top: -20px;
    left: -100px;
	z-index: -1;
}
  
.main-slider__titleHeader-value {
	line-height: 1.2;
}

.main-slider__cta {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.main-slider .btn {
	background-color: transparent;
	color: #95774F;
	transition: 0.5s ease-in-out !important;
}

.main-slider .btn:hover {
	background: linear-gradient(90deg, rgba(242,211,157,1) 0%, rgba(149,119,79,1) 100%);
	color: #fff;
}

/* Main Slider Swiper */

.swiper.swiper3 {
	width: 100%;
	height: 100%;
}

.swiper.swiper3 .swiper-slide {
	width: 100% !important;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper.swiper3 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-slider .swiper-button-next, 
.main-slider .swiper-button-prev {
	top: 94%;
}

.main-slider .swiper-button-next {
 	 right: 43%;
}

.main-slider .swiper-button-prev {
 	 left: 43%;
}

.main-slider .swiper-button-next:after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/main_arrow_right_white.png');
	transition: 0.5s ease-in-out;
}

.main-slider .swiper-button-next:hover::after {
	transform: scale(1.1);
}

.main-slider .swiper-button-prev:after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/main_arrow_left_white.png');
	transition: 0.5s ease-in-out;
}

.main-slider .swiper-button-prev:hover::after {
	transform: scale(1.1);
}

/* Apartment Card */

.apartment-card__content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 75px;
}

.apartment-card__inner-card {
	flex-basis: 367px;
	margin-bottom: 100px;
	padding: 20px;
	transition: 0.5s ease-in-out !important;
}

.apartment-card__inner-card:hover {
	-webkit-box-shadow: 3px 3px 31px 0px rgba(149, 119, 79, 1);
	-moz-box-shadow: 3px 3px 31px 0px rgba(149, 119, 79, 1);
	box-shadow: 3px 3px 31px 0px rgba(149, 119, 79, 1);
}

.apartment-card__title {
    margin-bottom: 150px;
	margin-left: 100px;
    position: relative;
	margin-top: 20px;
}

.apartment-card__title::after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/Tree.png');
	position: absolute;
	top: -20px;
    left: -100px;
	z-index: -1;
}

.apartment-card__titleHeader-value {
	line-height: 1.2;
}

.apartment-card__paragraph-value {
	margin-bottom: 30px;
}

.apartment-card__paragraph-value {
	margin-bottom: 75px;
}

.apartment-card .btn {
	position: relative;
	width: 504px;
	height: 48px;
	background: linear-gradient(90deg, rgba(242,211,157,1) 0%, rgba(149,119,79,1) 100%);
	color: #fff;
	text-align: left;
}

.apartment-card .btn::after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/apartment_card_arrow.png');
	position: absolute;
	top: 15px;
    right: 15px;
	transition: 0.5s ease-in-out;
}

.apartment-card .btn:hover::after {
	right: 10px;
}

.apartment-card__inner-card .cardPrize-cta .btn {
	background: none;
	background-color: #fff;
	border: 2px solid #95774F;
	width: 100%;
	height: 48px;
	color: #95774F;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	transition: 0.5s ease-in-out;
}

.apartment-card__inner-card .cardPrize-cta .btn:hover {
	border: 2px solid transparent;
}

.apartment-card__inner-card .cardPrize-cta .btn::after {
	content: none;
}

.apartment-card__inner-card .cardAsk-cta .btn {
	background: none;
	background-color: #000;
	width: 100%;
	height: 48px;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	transition: 0.5s ease-in-out;
}

.apartment-card__inner-card .cardAsk-cta .btn:hover {
	color: #000;
	background-color: #fff;
}

.apartment-card__inner-card .cardAsk-cta .btn::after {
	content: none;
}

.apartment-card__inner-card .add-to-favorites {
	top: 8px;
}

.apartment-card__inner-card .add-to-favorites svg {
	width: 36px;
    height: 31px;
}

/* Card */

.card-status {
	background-image: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/apartment_card_status_arrow.png');
    background-repeat: no-repeat;
    width: auto;
    height: 48px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
    flex-basis: 50%;
}

.card-prize {
	flex-basis: 50%;
    width: auto;
    height: 48px;
    display: flex;
    align-items: flex-end;
}

.card-number {
	width: 100%;
	height: auto;
}

.card__content {
	display: flex;
	flex-direction: column;
}

.card__info {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.card-plan {
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.card-plan img {
	object-fit: contain;
}

.card-content__paragraph-value {
	margin-bottom: 5px;
}

.card-content__lastParagraph-value {
	margin-bottom: 25px;
	font-weight: bold;
}

.card-content__icon {
	width: 50px;
    height: 60px;
	margin-left: 20px;
}

.card-content__icon:first-of-type {
	margin-left: 0;
}

.card-status__paragraph-value,
.card-prize__paragraph-value {
	font-size: 20px;
	text-transform: uppercase;
}

.card-prize__paragraph-value {
	font-size: 25px;
	font-weight: bold;
}

.card-number__paragraph-value {
	font-weight: bold;
	margin: 20px 0;
}

/* Single Card Page */

.single-card {
	margin: 250px 0 150px 0;
}

.single-card__header {
	display: flex;
    justify-content: space-between;
    margin: 100px 0 150px 0;
	position: relative;
}

.single-card__header::before {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/Tree.png');
	position: absolute;
    top: -15px;
    left: 0;
	z-index: -1;
}

.single-card__title {
	flex-basis: 25%;
}

.single-card__downloadIcons {
	display: flex;
    flex-basis: 65%;
    justify-content: space-evenly;
    align-items: center;
}

.single-card-first,
.single-card-second,
.single-card-third,
.single-card-fourth {
	position: relative;
}

.single-card-first::before {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/single_card_icon_2.png');
	position: absolute;
	left: -65px;
    top: -40px;
}

.single-card-second::before {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/single_card_icon_1.png');
	position: absolute;
	left: -75px;
    top: -40px;
}

.single-card-third::before {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/single_card_icon_3.png');
	position: absolute;
	left: -65px;
    top: -40px;
}

.single-card-fourth::before {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/single_card_icon_4.png');
	position: absolute;
	left: -65px;
    top: -40px;
}

.single-card__info {
	display: flex;
	justify-content: space-between;
}

.single-card__text {
	flex-basis: 30%;
	padding-right: 30px;
}

.page-template-single-card-page .card-status {
	margin: 115px 0px 30px 0;
}

.single-download__paragraph-value {
	color: #95774F;
}

.page-template-single-card-page .card__info-inner {
	display: flex;
	flex-direction: column;
}

.card__info-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card-info-box__paragraph {
	margin-bottom: 15px;
}

.card-info-box__lastParagraph {
	margin-bottom: 0;
}

/* Contact */

.contact {
	background: linear-gradient(90deg, rgba(159,164,49,1) 0%, rgba(93,96,20,1) 100%);
	max-width: 1920px;
	height: 919px;
	margin: 0 auto;
	position: relative;
    z-index: 1;
}

.contact::after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/contact_backround_tree.png');
	position: absolute;
	right: 20px;
	bottom: 0;
	z-index: -1;
}

.contact__content {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.contact__title {
	position: relative;
	z-index: 2;
	margin-left: 50px;
}

.contact__title::after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/contact_tree.png');
	position: absolute;
    top: 0;
    left: -50px;
	z-index: 1;
  }

.contact__inner-text {
	flex-basis: 30%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	margin-bottom: 150px;
}

.contact__inner-form {
	flex-basis: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 100px;
}

.contact__titleHeader-value {
	line-height: 1.2;
}

.contact__telParagraph {
	font-size: 46px;
	margin-bottom: 75px;
}

.contact__paragraph-value,
.contact__lastParagraph-value {
	font-size: 20px;
}

.contact__paragraph-value {
	margin-bottom: 30px;
}

.contact__lastParagraph-value {
	margin-bottom: 0;
}

/* Contact Form */

input[type="text"],
input[type="email"] {
	font-family: 'Lato', sans-serif;
	width: 370px;
	height: 48px;
    background-color: transparent;
    border-radius: 0;
    padding: 10px 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    font-size: 18px;
    border-top: 2px solid #fff;
    color: #fff !important;
    outline: none;
    transition: 0.5s ease-in-out;
	margin-bottom: 5px;
}

input[type="text"]:hover,
input[type="email"]:hover {
	border-top: 2px solid transparent;
}

input[type="text"]:active, 
input[type="text"]:focus, 
input[type="email"]:active, 
input[type="email"]:focus {
	color: #fff;
	outline: none;
}

input[type="text"]::placeholder, 
input[type="email"]::placeholder {
	color: #fff;
}

input[type="submit"] {
	font-family: 'Lato', sans-serif;
	width: 372px;
	height: 62px;
	font-size: 28px;
	background-color: #fff;
	border-radius: 0;
	color: #95774F;
	border: none;
	text-transform: uppercase;
	margin-top: 50px;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

input[type="submit"]:hover {
	background-color: transparent;
	color: #fff;
}

.form-text,
.wpcf7-list-item-label {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 16px;
}

.form-text {
	margin-bottom: 50px;
}

/* Checkbox */

.wpcf7-list-item {
	position: relative;
	padding-left: 30px;
}

.wpcf7-radio .wpcf7-list-item {
	position: relative;
	padding-left: 20px;
	padding-right: 0px;
}

input[type="radio"] {
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	opacity: 0;
}

input[type="radio"] + span::before {
	border: 1px solid #fff;
	border-radius: 20px;
	content: "";
	width: 25px;
	height: 125px;
	left: -10px;
	position: absolute;
	top: 3px;
}

input[type="radio"] + span::after {
	background: #fff none repeat scroll 0 0;
	position: absolute;
	content: "";
	height: 25px;
	width: 25px;
	left: 3px;
	top: 3px;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

input[type="radio"]:checked + span::after {
	opacity: 1;
}

input[type="checkbox"] {
	height: 20px;
	left: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
}

input[type="checkbox"] + span::before {
	position: absolute;
	border: 2px solid #fff;
	content: "";
	height: 30px;
	width: 30px;
	left: -16px;
	top: 0;
}

input[type="checkbox"] + span::after {
	background: #fff none repeat scroll 0 0;
	position: absolute;
	content: "";
	height: 30px;
	width: 30px;
	left: -16px;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

input[type="checkbox"]:checked + span::after {
	opacity: 1;
}

/* Form Tips */

.wpcf7-not-valid-tip {
	font-family: 'Lato', sans-serif;
	color: #F2D39D;
    margin-bottom: 15px;
	transition: 0.5s linear;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output, 
.wpcf7 form.aborted .wpcf7-response-output {
	font-family: 'Lato', sans-serif;
	border: none;
	color: #F2D39D;
	text-align: left;
	padding: 0;
	margin-top: 30px;
}

/* Footer */

.footer {
	width: 100%;
	height: auto;
}

.footer-brand,
.footer-company {
	width: 100%;
	height: auto;
}

.footer-brand {
	margin: 50px 0;
}

.footer__logo {
	margin-left: -30px;
}

.footer-company {
	margin-top: 75px;
}

.footer__content {
	display: flex;
    flex-direction: column;
}

.footer__inner-sales-1,
.footer__inner-sales-2 {
	display: flex;
	margin: 25px 0 50px 25px;
}

.footer__departmentheader-value {
	line-height: 1.2;
}

.department,
.team {
	flex-basis: 50%;
}

.team {
    display: flex;
    flex-direction: column;
}

.member-1,
.member-2 {
	display: flex;
    align-items: center;
}

.member-1 {
	margin-bottom: 30px;
}

.member-image {
	margin-right: 30px;
}

.member-info {
	display: flex;
	flex-direction: column;
}

.footer__link {
	transition: 0.5s ease-in-out;
}

.footer__link:hover {
	color: #F2D39D !important;
}

.member__telParagraph-value {
	font-size: 46px;
	font-weight: 500;
}

.footer-margined {
	margin: 50px 0;
}

.footer-margined-self {
	margin-bottom: 40px;
}

.footer-margin-top {
	margin-top: 15px;
}

.footer-margin-bottom {
	margin-bottom: 15px;
}

/* Footer Menu */

.menu-bottom > .container-content {
	position: relative;
}

.menu-bottom .menu {
	display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 143px;
	border-top: 2px solid #95774F;
	padding-bottom: 20px;
}

.menu-bottom .menu-bottom__logo {
	position: absolute;
	top: 20px;
	right: 0;
}

.menu-bottom .menu-item a {
	color: #95774F;
	padding: 0 10px;
	transition: 0.5s ease-in-out;
}

.menu-bottom .menu-item-129 a:hover {
	border-bottom: 2px solid transparent;
}

.menu-bottom .menu-item a::after {
	content: none;
}

/* Archive Apartment Page */

.apartment-gallery__content,
.apartment-gallery__info {
	display: flex;
	width: 100%;
	height: 100%;
}

.apartment-gallery__content {
	flex-direction: column;
}

.apartment-gallery__info {
	margin-bottom: 150px;
}

.apartment-gallery-text,
.apartment-gallery-options {
	flex-basis: 50%;
}

.apartment-gallery-options {
	display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.apartments-searchPromo {
	display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.search3D__link::before {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/box.png');
	position: absolute;
    top: -14px;
    left: -45px;
	transition: 0.5s ease-in-out;
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

.promo__link::before {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/06/Promo_icon.png');
	position: absolute;
	top: -8px;
    left: -45px;
	transition: 0.5s ease-in-out;
}

.area__link::before {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/06/local_icon.png');
	position: absolute;
	top: -8px;
    left: -45px;
	transition: 0.5s ease-in-out;
}

.promo__link:hover::before,
.area__link:hover::before {
	transform: scale(1.1);
}

.promo__link,
.search3D__link,
.area__link {
	position: relative;
}

.apartment-gallery__header {
	line-height: 1.2;
}

.status-label {
	padding-left: 20px;
}

/* 3d APP */

.allinone-iframe {
	width: 100%;
	height: 800px;
}

/* Js Card Gallery */

.js-apartment-container {
	margin: 100px 0;
}

.js-apartment-image-box {
	width: auto;
	height: 250px;
}

.single-apartment .js-apartment-image-box {
	flex-basis: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clear-filters {
	border: none;
	position: relative;
	transition: 0.5s ease-in-out;
}

.typeahead-ranges .range__title {
	padding-left: 15px;
}

.clear-filters:hover {
	background-color: #fff;
	color: #000 !important;
}

.clear-filters::after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/06/x-circle.png');
	position: absolute;
	right: -12px;
    top: 15px;
}

/* Apartments Gallery Cards  */

.apartment-gallery-cards {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

/* Apartments Search */

.apartment-search {
	margin: 250px 0 150px 0;
}

.apartment-search__title {
	text-align: center;
	border-top: 2px solid #95774F;
}

.apartment-search__paragraph-value {
	text-transform: uppercase;
	margin: 30px 0 250px 0;
	position: relative;
}

.apartment-search__paragraph-value::after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/3d_arrow.png');
	position: absolute;
	top: 100px;
    left: 50%;
	transition: 0.5s ease-in-out;
}

.apartment-search__paragraph-value:hover::after {
	transform: scale(1.1);
}

/* Apartment Search Page */

.apartment-search .apartment-gallery__info {
	position: relative;
}

.apartment-search .apartment-gallery__info::before {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/Tree.png');
	position: absolute;
	left: -5px;
	top: -20px;
	z-index: -1;
}

.apartment-search .apartment-gallery__header {
	margin-left: 90px;
}

/* Benefits Page */

.page-template-benefits-page .welcome-info {
	background-image: url('https://przystanretkinia.pl/wp-content/uploads/2023/06/benefits_new_background.png');
}

/* Benefits & Quote */

.benefits-quote__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
    padding: 15px 250px 0 250px;
}

.benefits-quote__lastHeader-value {
	margin-bottom: 100px;
}

.benefits {
	background-image: url('https://przystanretkinia.pl/wp-content/uploads/2023/06/benefits_new_background_section.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.benefits__content {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 175px;
}

.benefits__content::after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/benefits_line.png');
	position: absolute;
	top: 500px;
    left: 50%;
	z-index: -1;
}

.benefits__header-value,
.benefits__lastHeader-value {
	line-height: 1.2;
}

.benefits__lastHeader-value {
	margin-bottom: 30px;
}

/* Benefits Example */

.benefits-examples__content {
	position: relative;
	width: 100%;
	height: 1400px;
}

.benefits-example {
	position: absolute;
    display: flex;
    flex-direction: column;
}

.benefits-first {
	right: 55%;
    top: 100px;
	align-items: flex-end;
	margin-right: 30px;
}

.benefits-first::after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/benefits_arrow.png');
	position: absolute;
	right: -140px;
    top: 0;
}

.benefits-second {
	left: 55%;
    top: 350px;
	align-items: flex-start;
	margin-left: 30px;
}

.benefits-second::before {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/benefits_arrow.png');
	position: absolute;
	left: -139px;
    top: 0;
}

.benefits-third {
	right: 55%;
    top: 600px;
	align-items: flex-end;
	margin-right: 30px;
	text-align: right;
}

.benefits-third::after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/benefits_arrow.png');
	position: absolute;
	right: -140px;
    top: 0;
}

.benefits-fourth {
	left: 55%;
    top: 850px;
	align-items: flex-start;
	margin-left: 30px;
}

.benefits-fourth::before {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/benefits_arrow.png');
	position: absolute;
	left: -139px;
    top: 0;
}

.benefits-fifth {
	right: 55%;
    top: 1100px;
	align-items: flex-end;
	margin-right: 30px;
	text-align: right;
}

.benefits-fifth::after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/benefits_arrow.png');
	position: absolute;
	right: -140px;
    top: 0;
}

.benefits-first::after,
.benefits-second::before,
.benefits-third::after,
.benefits-fourth::before,
.benefits-fifth::after   {
	transition: 0.5s ease-in-out;
}


.benefits-first:hover::after,
.benefits-second:hover::before,
.benefits-third:hover::after,
.benefits-fourth:hover::before,
.benefits-fifth:hover::after   {
	transform: scale(1.2);
}

/* Developer Page & Quote */

.page-template-developer-page .welcome-info {
	background-image: url('https://przystanretkinia.pl/wp-content/uploads/2023/06/miliard_desktop.png');
	background-position-y: -1px;
}

.developer {
	width: 100%;
	height: 100%;
}

.developer-quote__content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.developer-quote__header-value {
	margin-bottom: 50px;
}

/* Loading Animation */

.developer-loader {
	display: flex;
    justify-content: space-between;
	color: #D5B896;
	font-weight: 400;
	font-size: 152px;
	opacity: 0.7;
}

.developer-loader__inner {
	position: relative;
}

.developer-loader__inner:nth-child(1) {
	width: 82px;
}

.developer-loader__inner:nth-child(2) {
	width: 164px;
}

.developer-loader__inner:nth-child(3) {
	width: 328px;
}

.developer-loader__inner:nth-child(4) {
	width: 491px;
}

.option {
	position: absolute;
	top: 180px;
	left: 7px;
	font-size: 25px;
	color: #95774F;
}

.first-count::after {
	content: counter(MIASTA);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/* Developer Header */

.developer-header {
	margin-top: 150px;
}

  .developer__header-value,
  .developer__lastHeader-value {
	line-height: 1.2;
}

.developer__lastHeader-value,
.developer__paragraph-value {
	margin-bottom: 30px;
}

.developer__header-value {
	margin-bottom: 50px;
}

.developer__lastParagraph-value {
	margin-bottom: 0;
}

  /* Developer Examples */

.developer-examples__content {
	position: relative;
	width: 100%;
	height: 950px;
}

.developer-examples__content::after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/developer_line.png');
	position: absolute;
	top: 85px;
	left: 50%;
	z-index: -1;
}

.developer-example {
	position: absolute;
    display: flex;
    flex-direction: column;
}

.developer-first {
	right: 55%;
    top: 75px;
    margin-right: 30px;
    padding-left: 15%;
    text-align: right;
}

.developer-first::after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/developer_icon_1.png');
	position: absolute;
	right: -140px;
    top: -20px;
}

  .developer-second {
    left: 55%;
    top: 300px;
    margin-left: 30px;
    padding-right: 25%;
    text-align: left;
}

.developer-second::before {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/developer_icon_2.png');
	position: absolute;
	left: -139px;
    top: -20px;
}

.developer-third {
	right: 55%;
    top: 520px;
    margin-right: 30px;
    padding-left: 25%;
    text-align: right;
}

.developer-third::after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/developer_icon_3.png');
	position: absolute;
	right: -140px;
    top: -20px;
}

.developer-fourth {
	left: 55%;
    top: 745px;
	align-items: flex-start;
	margin-left: 30px;
}

.developer-fourth::before {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/developer_icon_4.png');
	position: absolute;
	left: -140px;
    top: -20px;
}

.item_text {
	animation: key1 .5s ease infinite alternate;
}
  
@keyframes key1{
	0% {transform: translateY(0px);}
	100% {transform: translateY(-5px);}
}
  
.developer-first::after,
.developer-second::before,
.developer-third::after,
.developer-fourth::before {
	transition: 0.5s ease-in-out;
}

.developer-first:hover::after,
.developer-second:hover::before,
.developer-third:hover::after,
.developer-fourth:hover::before  {
	transform: scale(1.2);
}

.section-first-title {
	display: flex;
	justify-content: center;
}

.section-first-title {
	margin-top: 100px;
}

/* Developer Maps */

.developer-map__inner {
	display: flex;
	margin-bottom: 100px;
}

.city-map,
.city-text {
	flex-basis: 50%;
}

.city-text {
	flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
}

.developer-map__header-value {
	margin-bottom: 15px;
}

.developer-maps__titleHeader-value {
	margin-bottom: 100px;
}

/* Main Gallery Page */

/* Gallery Video */

.welcome_info__video video {
	width: 100%;
	max-height: 919px;
	object-fit: cover;
}

/* Main Gallery */

.main-gallery {
	margin: 250px 0 150px 0;
}

.main-gallery__title {
	position: relative;
	margin: 0 0 150px 90px;
}

.main-gallery__title::after {
	content: url('https://przystanretkinia.pl/wp-content/uploads/2023/05/Tree.png');
	position: absolute;
    top: -20px;
    left: -95px;
	z-index: -1;
}
  
.main-gallery__titleHeader-value {
	line-height: 1.2;
}

.main-gallery__single {
	margin: 150px 0;
}

.main-gallery__single:first-of-type {
	margin-top: 0;
}

.main-gallery__double {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.image-horizontal {
    width: 650px;
    height: 400px;
}

.image-vertical {
	width: 500px;
    height: 650px;
}

.image-100 {
	display: block;
	width: 100%;
	height: 650px;
}

.align-flex-start {
	display: flex;
	align-items: flex-start;
}

.align-flex-end {
	display: flex;
	align-items: flex-end;
}

.main-gallery-feed__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Financing */

.financing {
	margin: 250px 0 150px 0;
}

.financing__banner {
	margin-bottom: 50px;
}

.financing__banner_2 {
	margin-top: 50px;
}

.financing__offer {
	display: flex;
    justify-content: space-between;
}

.financing__inner-first {
	flex-basis: 41%;
}

.financing__inner-second {
	flex-basis: 49%;
}

.financing-box {
	display: flex;
	align-items: baseline;
	margin-bottom: 15px;
}

.financing__dot {
	flex-basis: 5%;
}

.financing__text {
	flex-basis: 95%;
}

.financing__header-value-first {
	margin-bottom: 50px;
}

.financing__header-value-second {
	margin-bottom: 100px;
	padding-right: 55px;
}

.financing-box__image {
	width: 15px;
	height: 15px;
}

.financing__span-value {
	margin-right: 10px;
}

.financing-value {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.financing-contact__text {
	margin: 100px 0;
}

.financing-contact__content {
	display: flex;
}

.financing-contact__inner {
	flex-basis: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.financing-contact__inner.last-inner {
	flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.financial-btn {
	font-family: 'Lato', sans-serif;
	background-color: #AD0101;
	height: 50px;
	width: 225px;
	color: #fff;
	font-size: 25px;
	border: none;
	font-weight: bold;
	border-radius: 35px;
	cursor: pointer;
	transition: 0.5s linear;
}

.financial-btn:hover {
	background-color: #fff;
	color: #AD0101;
}

.financial-contact__secondParagraph-value {
	margin-bottom: 30px;
}

/* Easy FancyBox */

#fancybox-content {
	border-width: 0 !important;
}

.fancy-ico span {
	border-radius: 0 !important;
	background-color: #95774F  !important;
	border: 2px solid transparent !important;
}

/* Modal form */

.modal-overlay .modal-contact .contact .modal-close svg {
	width: 38px;
	height: 38px;
}

.field__label p,
.required-info p {
	color: #fff;
}

/* Golden Thought */

.golden-thought__content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.golden-thought__header-value {
	font-size: 60px;
	margin-bottom: 200px;
    line-height: 1.2;
}

.cookie-consent{accent-color:#95774f;background-color:#fff;position:fixed;bottom:0;left:0;width:100%;max-height:100vh;overflow:hidden;overflow-y:auto;opacity:0;visibility:hidden;z-index:999999}body.--cookie-consent .cookie-consent{opacity:1;visibility:visible}@media(min-width: 768px){.cookie-consent{left:1rem;bottom:1rem;max-width:700px}}.cookie-consent__inner{padding:1rem}@media(min-width: 768px){.cookie-consent__inner{padding:2rem}}.cookie-consent__info{margin-bottom:2rem}.cookie-consent__title{font-size:2.2rem;text-transform:uppercase;margin:0 0 1rem;color:#95774f;font-family:"Butler",serif;line-height:1.2}.cookie-consent__desc p{font-size:1rem;margin:0 0 1rem;line-height:1.5;color:#44331d}.cookie-consent__desc p:last-child{margin-bottom:0}.cookie-consent__desc a{color:#95774f;text-decoration:underline}.cookie-consent__desc a:hover{text-decoration:none}.cookie-consent__subtitle{font-size:1.6rem;text-transform:uppercase;margin:0 0 1rem;color:#95774f;font-family:"Butler",serif;line-height:1.2}.cookie-consent__settings{margin-bottom:2rem}.cookie-consent__table{border:0;border-collapse:collapse}.cookie-consent__table th,.cookie-consent__table td{padding:.25rem .5rem;font-size:1rem;font-weight:400;color:#44331d}.cookie-consent__table th:first-child,.cookie-consent__table td:first-child{padding-left:0}.cookie-consent__table th:last-child,.cookie-consent__table td:last-child{padding-right:0}.cookie-consent__table th{color:#95774f}.cookie-consent-item__field{width:1rem;height:1rem;margin:0}.cookie-consent-item__label{margin:0}.cookie-consent__foot{display:flex;flex-wrap:wrap;gap:.5rem}.cookie-consent__btn{flex:1 0;cursor:pointer}.cookie-consent{border:2px solid #f2d39d}.cookie-consent__title{font-weight:300;text-transform:none}.cookie-consent__subtitle{font-weight:300;text-transform:none}.cookie-consent-item{width:1rem}.cookie-consent-item__field{height:1rem !important;left:auto !important;opacity:1 !important;position:static !important;width:1rem !important}.cookie-consent__btn{background-color:#95774f;color:#fff;padding:1rem;font-size:1rem;font-weight:700;transition-property:background-color;transition-duration:.3s;transition-timing-function:ease-in-out}.cookie-consent__btn:hover{background-color:#a68458}.cookie-consent__btn:active{background-color:#846a46}
