/*!
Theme Name: MDK Group
Theme URI: https://travi.pl/
Author: travi. | Agencja interaktywna
Author URI: https://travi.pl/
Description: Motyw podstawowy serwisu
Version: 4.3.2
Tested up to: 5.4
Requires PHP: 5.6
*/





html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth !important;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
apa
/**
 * 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: 'General Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
}

/* 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;
	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: 'General Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	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: #fff;
	font-family: 'General Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'General Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}

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: 'General Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'General Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

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%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #DB011C;
}







a:hover,
a:active {
	outline: 0;
}

a:hover {
    color: #DB011C;
    text-decoration: underline;
}



/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}



input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 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;
}

/*--------------------------------------------------------------
# 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;
}



















/**
*
*
*
*
*
*
*
*
*
*
*
*
* MORE COOL STUFF HERE BRO!
*
*
*
*
*
*
*
*
*
*
*
*/




/*--------------------------------------------------------------
ANIMACJE, MIKROINTERAKCJE
----------------------------------------------------------------*/
.slide-in-blurred-bottom {
	-webkit-animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) 1s both;
	        animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) 1s both;
}
@-webkit-keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
























/*--------------------------------------------------------------
GLOBAL
----------------------------------------------------------------*/
body{
	background: #fff;
	color: #000;
	margin-bottom: 0 !important;
}
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    display: none !important;
}
button.cky-btn.cky-btn-reject {
    display: none !important;
}
.cky-consent-bar {
    border-radius: 0 !important;
}
#zawartosc {
    overflow: hidden;
}
.sto {
    height: 100vh;
}
@media (max-width: 991px) {
	.no-mobile{
		display: none !important;
	}
}
@media (min-width: 992px) {
	.no-desktop{
		display: none !important;
	}
}

.grecaptcha-badge { 
	visibility: hidden !important; 
}
.goo-row-info, .goo-row-info a {
    font-size: 10px;
    color: #979797;
}
@media (max-width: 991px) {
	.goo-row-info {
		margin-top: 30px;
	}
}


/*** górne marginesy ***/
.margin-top-0 {
    margin-top: 30px !important;
}
.margin-top-1 {
    margin-top: 70px !important;
}
.margin-top-2 {
    margin-top: 100px !important;
}
.margin-top-3 {
    margin-top: 150px !important;
}
.margin-top-4 {
    margin-top: 200px !important;
}
.margin-top-5 {
    margin-top: 250px !important;
}
.margin-top-6 {
    margin-top: 300px !important;
}
/*** dolne marginesy ***/
.margin-bottom-0 {
    margin-bottom: 40px !important;
}
.margin-bottom-1 {
    margin-bottom: 70px !important;
}
.margin-bottom-2 {
    margin-bottom: 100px !important;
}
.margin-bottom-3 {
    margin-bottom: 150px !important;
}
.margin-bottom-4 {
    margin-bottom: 200px !important;
}
.margin-bottom-5 {
    margin-bottom: 250px !important;
}
.margin-bottom-6 {
    margin-bottom: 300px !important;
}







@media (max-width: 991px) {
	/*** górne marginesy ***/
	.margin-top-0 {
		margin-top: 30px !important;
	}
	.margin-top-1 {
		margin-top: 40px !important;
	}
	.margin-top-2 {
		margin-top: 50px !important;
	}
	.margin-top-3 {
		margin-top: 60px !important;
	}
	.margin-top-4 {
		margin-top: 100px !important;
	}
	.margin-top-5 {
		margin-top: 100px !important;
	}
	.margin-top-6 {
		margin-top: 100px !important;
	}
	/*** dolne marginesy ***/
	.margin-bottom-0 {
		margin-bottom: 30px !important;
	}
	.margin-bottom-1 {
		margin-bottom: 40px !important;
	}
	.margin-bottom-2 {
		margin-bottom: 50px !important;
	}
	.margin-bottom-3 {
		margin-bottom: 50px !important;
	}
	.margin-bottom-4 {
		margin-bottom: 100px !important;
	}
	.margin-bottom-5 {
		margin-bottom: 150px !important;
	}
	.margin-bottom-6 {
		margin-bottom: 200px !important;
	}
}



@media (max-width: 991px) {
	body.page-template-apartamenty {
		padding-top: 60px;
	}
}









::-moz-selection { /* Code for Firefox */
  color: #B7B7B7;
  background: #0F0F0F;
}
::selection {
  color: #B7B7B7;
  background: #0F0F0F;
}
.zawartosc {
    overflow: hidden;
}
.cookiealert {
    background: #f8f8f8;
    border-top: 1px solid #dfdfdf;
    font-size: 10px;
    opacity: 1;
    visibility: visible;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    border-radius: 0;
}
.cookiealert button {
    background: #DB011C;
    border: none;
    color: #ececee;
    font-size: 14px;
    border-radius: 0;
    padding: 10px 20px;
    margin: 10px;
}
.cookiealert:not(.show) {
	position: absolute;
	bottom: -100px !important;
	left: 0 !important;
	width: 0 !important;
	padding: 0 !important;
	height: auto !important;
	opacity: 0 !important;
	visibility: hidden !important;
}
.cookiealert a {
    color: #DB011C;
}


/**** SCROLLBAR ****/

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #0E0E0E; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #555; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333; 
}


.wpcf7-response-output {
    border: 1px solid #24AE60 !important;
    margin: 0 !important;
    font-size: 16px;
    text-align: center;
    padding: 10px !important;
    background: #EAF7EE;
    color: #14532f;
    display: table;
    width: 100%;
}
.wpcf7-not-valid-tip {
    color: #ff0000 !important;
    font-size: 14px !important;
    font-weight: normal;
    display: block;
}
.wysoki {
    height: 100vh;
}



body.page-template-regulaminy {
    padding-top: 50px;
}

























/*--------------------------------------------------------------
STRONA GŁÓWNA
----------------------------------------------------------------*/
.home-top {
	background: #000;
}
.home-top video {
    margin: 0 auto;
    display: block;
    margin-top: 100px;
}
.home-video-kontener {
    overflow: hidden;
    width: 70%;
    height: 80vh;
    margin: 0 auto;
}
body.home .karuzela-kontener {
    margin-top: 0 !important;
    padding-top: 0;
}
@media (max-width: 991px) {
	.home-top .filmowy-txt span {
		font-size: 30px;
		line-height: 28px !important;
	}	
	.home-top video {
		margin: 0;
		height: 100%;
		max-width: initial !important;
		width: initial !important;
	}
	.home-video-kontener {
		overflow: hidden;
		width: 100%;
		height: 80vh;
		margin: 0 auto;
	}
	.filmowy-txt {
		position: absolute;
		z-index: 1;
		top: 12% !important;
		left: 40px !important;
		width: 50%;
	}
	.filmowy-cta {
		position: absolute !important;
		z-index: 1;
		left: 20px;
		bottom: 5%;
		top: auto !important;
		right: auto !important;
		transform: scale(0.7);
	}
	.home-top .filmowy {
		padding: 0;
		margin-top: 80px !important;
		margin-bottom: 0 !important;
	}
	.home-top .button {
		position: absolute;
		bottom: 50px;
		left: 40px;
		right: 40px;
		z-index: 1;
	}
	.home-top .filmowy-cta{
		bottom: 140px;
	}
}









/*--------------------------------------------------------------
OFERTA, USŁUGI
----------------------------------------------------------------*/
body.page-template-oferta {
    padding-top: 200px !important;
}
@media (max-width: 991px) {
	body.page-template-oferta {
		padding-top: 100px !important;
	}
}





/*--------------------------------------------------------------
PANEL KLIENTA
----------------------------------------------------------------*/
.menu-usera a {
    color: #000;
    padding-left: 15px;
    text-decoration: none;
}
.menu-usera a:hover{
	color: #DB011C !important;
}
.menu-usera svg {
    margin-right: 10px;
}
.menu-usera {
    border-bottom: 1px solid #E1E1E1;
    padding: 15px 0;
    color: #000;
    padding-left: 5%;
    padding-right: 5%;
}
.lista-plikow ul {
    list-style: none;
    color: #000;
    margin: 0;
    padding: 0;
}
.lista-plikow ul li a {
    color: #000;
    font-size: 20px;
}
.lista-plikow ul li {
    border-bottom: 1px solid #E1E1E1;
    padding: 30px;
    padding-right: 0;
    padding-left: 0;
}
.wiersz {
    position: relative;
}
.wiersz .strzalka {
    position: absolute;
    left: 0px;
    top: 42%;
}
.kolumna {
    display: inline-block;
    width: 44%;
}
.kolumna-3 {
    width: 10%;
}
.belka {
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding: 15px 0;
    margin-top: 60px;
}
.kolumna-1 {
    padding-left: 30px;
}
.data {
    color: #9B9B9B;
}
.login-form label, .login-form input {
    display: block;
    width: 100%;
}
.login-form {
    margin: 0 auto;
    display: table;
    width: 100%;
    max-width: 300px;
}
.login-form input[type="submit"] {
    background: #fff;
    border: 2px solid #db011c;
    border-radius: 0;
    display: inline-block;
    width: auto;
    padding: 18px 54px;
    font-weight: 500;
    width: 100%;
    margin-top: 20px;
}
.login-form input[type="submit"]:hover {
    background: #db011c;
    color: #fff;
}
.pole {
    border-radius: 0 !important;
    border: 1px solid #E1E1E1 !important;
    font-size: 16px;
    padding: 10px 10px !important;
}
.login-form p {
    margin-bottom: 15px;
}
.pagination a, .pagination span {
    color: #000 !important;
    padding: 10px !important;
    margin: 10px !important;
}
.pagination{
	background: #f8f8f8;
}
.pagination .current {
    color: #db011c !important;
}

@media (max-width: 991px) {
	body.page-template-customer {
		padding-top: 100px;
	}
	.kolumna {
		display: inline-block;
		width: 32% !important;
		font-size: 12px !important;
		vertical-align: top;
	}
	.kolumna-1 {
		padding-left: 0;
		padding-right: 5% !important;
	}
	svg.strzalka {
		display: none !important;
	}
}
.login-klienta {
    display: none !important;
}
.dodaj-plik input {
    width: 100%;
	color: #000;
    background: #fff !important;
    border: 2px #e1e1e1 dashed;
    text-align: center !important;
    display: block;
    font-size: 16px;
    padding: 15px;
    margin-top: 30px;
}
.dodaj-plik input:hover {
    border: 2px #b3b3b3 dashed;
}
.zalacznik-form input[type="submit"] {
    width: 100%;
    background: #db011c;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 20px;
    font-weight: 500;
}
.zalacznik-form input[type="submit"]:hover {
    background: #000;
}







/*--------------------------------------------------------------
MENU GÓRNE, NAWIGACJA
----------------------------------------------------------------*/
.top-nav {
    position: fixed;
    z-index: 100;
    background: #fff;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-gora .row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu-desktop {
    display: inline-block;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.menu-desktop ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
}






.mobile-kon {
    display: inline-block;
    float: right;
	margin-right: 30px;
	margin-top: 9px
}
.mobile-kon a {
    margin-right: 22px;
    font-size: 20px;
}
.mobile-kon .button {
    font-size: 13px;
    padding: 18px 30px;
}
.mobile-kon .desc {
    font-size: 12px;
    vertical-align: text-top;
}

.open-lewa {
    background: url(/wp-content/themes/mdkgroup/img/menu-bg.png) no-repeat center;
    background-size: cover;
}
.open-prawa {
    padding-left: 10%;
    padding-right: 10%;
}
.menu_gorne {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu_gorne a {
    color: #979797;
    padding: 6px 0;
    display: block;
    font-size: 18px;
}
.open-prawa h4 {
    margin-bottom: 15px;
}
.menu_dodatkowe a {
    color: #000;
    text-transform: uppercase;
}
.menu_dodatkowe a:hover {
    color: #DB011C;
    text-decoration: none;
}
.logo-top.menu-lewa svg {
    width: 180px;
}


@media (max-width: 991px) {
	.open-lewa {
		display: none;
	}
	.mobi-close {
		position: absolute;
		right: 27px !important;
		top: 17px !important;
		transform: rotate( 0deg);
		transition: transform 0.4s ease-in-out;
		z-index: 1;
		padding: 4px !important;
	}
	.open-prawa {
		padding-left: 6%;
		padding-right: 6%;
	}
	.open-prawa h4 {
		margin-bottom: 22px;
	}
	.menu-kontaktowe {
		text-align: center;
	}
	.menu-kontaktowe div:nth-child(1) {
		margin-bottom: 20px;
	}
	.menu-kontaktowe-soc ul {
		border-top: 1px solid #E8E8E8;
		padding-top: 10px;
		max-width: 100% !important;
		text-align: center;
	}
	.menu_3 li {
		display: inline-block;
		width: 31.6%;
	}
	.rezerwacja-mobile a {
		background: #DB011C;
		color: #fff !important;
		text-align: center;
		padding: 20px !important;
	}
	.rezerwacja-mobile {
		display: block !important;
		margin-top: 20px;
		width: 100% !important;
	}
	.menu-rozwijane-5 {
		border-top: 1px solid #E8E8E8;
		padding-top: 20px;
		margin-top: 5px;
	}
	ul#menu-menu-3 a {
		color: #000;
	}
	.logo-top svg {
		width: 115px !important;
	}
	.logo-overlay svg {
		width: 150px;
	}
	.mobilne a {
		color: #000;
		font-size: 20px !important;
		font-weight: 500;
		padding: 7px 0;
		display: block;
	}
	.overlay .mobile-kon span {
		display: block;
	}
	.mobilne {
		list-style: none;
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #E1E1E1;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.pierwsze {
		margin-bottom: 20px !important;
	}
	.rozw-nag:after {
		content: "";
		background: url(/wp-content/themes/mdkgroup/img/arrow.png) no-repeat center;
		width: 20px;
		height: 9px;
		display: inline-block;
		margin-left: 10px;
	}
	.rozw .czerwony {
		margin-bottom: 60px !important;
		margin-top: 16px !important;
	}
	.overlay {
		padding-bottom: 30px;
		overflow-y: scroll !important;
		height: 100%;
	}
	
}


@media (min-width: 992px) {
	.rozw.collapse {
		display: block !important;
	}
	.rozw-nag {
		pointer-events: none !important;
	}
}











.menu-desktop ul li a {
    font-family: 'General Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #101010;
    padding: 10px 2px;
    margin-left: 5px;
    margin-right: 5px;
	font-size: 14px;
}
.menu-desktop ul li {
    display: inline-block;
}
.top-cta {
    display: inline-block;
    float: right;
}
.overlay {
    /***height: 80vh;***/
    width: 100vw;
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-y: hidden;
    transition: 0.3s;
    overflow: hidden; 
}
.overlay:not(.mobi-open) {
    opacity: 0;
    margin-top: -500px;
}
.logo-overlay svg {
    width: 150px;
}




.mobi-open{
	-webkit-box-shadow: 0px 0px 100vh 100vw rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 100vh 100vw rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 100vh 100vw rgb(0 0 0 / 50%);
}
#mobinav-menu {
    background: #fff;
    top: -100vh;
    color: #000;
    z-index: 300;
    padding-left: 0;
	overflow: visible;
}
.menu-mobile ul {
    padding-left: 0 !important;
}
.menu-mobile li {
    list-style: none;
}
.menu-mobile ul a {
    font-size: 16px;
    font-weight: 500;
    color: #ECECEE;
    padding: 6px;
    margin: 5px;
    display: block;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}
.menu-mobile ul li a:hover {
    padding-left: 12px;
	transition: 0.2s ease-in-out;
}
.menu-mobile {
    padding-top: 20vh;
    transition: 0.3s ease-in-out !important;
    transition-delay: 1s !important;
    margin-bottom: 20vh;
    padding-left: 0 !important;
}



.overlay.mobi-open .menu-mobile {
    opacity: 1 !important;
	transition-delay: 0.4s !important;
	transition: visibility 0.3s, opacity 0.5s ease-in-out;
}
.overlay:not(.mobi-open) .menu-mobile {
    opacity:0 !important;
	transition: visibility 0.3s, opacity 0.5s ease-in-out;
	transition-delay: 0.4s;
}




.overlay.mobi-open .open-men1,
.overlay.mobi-open .open-men2,
.overlay.mobi-open .mobi-lang{
    opacity: 1 !important;
	transition-delay: 0.6s !important;
	transition: visibility 0.5s, opacity 0.5s ease-in-out;
}
.overlay:not(.mobi-open) .open-men1,
.overlay:not(.mobi-open) .open-men2,
.overlay:not(.mobi-open) .mobi-lang{
    opacity:0 !important;
	transition: visibility 0.5s, opacity 0.5s ease-in-out;
	transition-delay: 0.6s;
}

.menu-kontaktowe a {
    color: #DB011C;
    font-size: 25px;
    display: block;
    margin-top: 10px;
}

.menu-kontaktowe-soc a {
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
}
.menu-kontaktowe-soc li {
    display: inline-block;
    margin-right: 20px;
}
.menu-kontaktowe-soc ul {
    border-top: 1px solid #E8E8E8;
    padding-top: 10px;
    max-width: 90%;
}

.mobi-close {
    position: absolute;
    right: 5%;
    top: 40px;
    transform: rotate( 0deg);
    transition: transform 0.4s ease-in-out;
    z-index: 11;
    background: #DB011C;
    padding: 15px;
}
.mobi-close:hover {
    position: absolute;
	transform: rotate( 90deg);
    transition: transform 0.4s ease-in-out;
}


header {
    padding-left: 0;
    padding-right: 0;
}
.menu-gora {
    padding-left: 5%;
    padding-right: 5%;
}


.header-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
}
.menu-box {
    flex: 1;
    padding: 10px;
}
.menu-srodek {
    text-align: center;
}



.menu-trigger {
    display: inline-block;
    float: right;
    margin-top: -3px;
    cursor: pointer;
    padding: 19px 8px;
    background: #DB011C;
}

.line1, .line2 {
    width: 29px;
    height: 2px;
    background: #fff;
}
.line2 {
    margin-top: 8px;
	transition: 0.4s ease-in-out;
}
.menu-trigger:hover .line2 {
    width: 20px;
	transition: 0.4s ease-in-out;
}
.zadzwon {
    color: #000 !important;
}








.menu-mobile ul li a {
    padding-left: 0;
    margin-left: 0;
    font-family: 'General Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 3px;
}
.soc {
    padding: 0;
}
.soc li {
    display: block;
    margin: 0;
    padding: 0;
}
.soc li a {
    padding-left: 0;
}
.soc li a:hover {
    color: #000 !important;
    text-decoration: underline;
}
.open-kon {
    list-style: none;
    margin: 0;
    padding: 0;
}
.open-kon a {
    color: #000;
    padding-left: 0;
}
.soc a, .open-kon a {
    padding: 3px 0 !important;
    display: block;
}
.menu-kontaktowe-soc li {
    display: inline-block;
    margin-right: 10px;
}





/*** menu poziome ***/
.menu_poziome {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	list-style-type: none;
	background:#F8F8F8;
	margin: 0;
}
.menu_poziome li {
  	flex-grow: 1;
}
.menu_poziome li a {
    display: block;
    padding: 20px 9px;
    text-decoration: none;
    color: #000;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}
.menu_poziome li a:hover {
  	background: #000;
	color: #fff;
}
.czerwony-menu a {
	color: #fff !important;
	background: #DB011C;
}
.menu_poziome .current-menu-item:not(.czerwony) {
    background: #f1f1f1;
}


.panel-cta, .top-lang {
    color: #000;
    margin-right: 20px;
    text-decoration: underline;
    font-size: 14px;
}
.panel-cta:hover, .top-lang:hover {
    color: #db011c;
}


@media (max-width: 991px) {
	.panel-cta, .top-lang {
		color: #000;
		margin-right: 0;
		text-decoration: underline;
		font-size: 12px;
	}
	.menu-trigger {
		display: inline-block;
		float: right;
		margin-top: -3px;
		cursor: pointer;
		padding: 17px 8px;
		background: #DB011C;
	}
}


















/*--------------------------------------------------------------
PRZYCISKI, BUTTONS
----------------------------------------------------------------*/
.button {
    padding: 16px 30px;
    text-align: center;
    text-decoration: none !important;
	display: inline-block;
}
.icon-button svg {
    margin-right: 10px;
    vertical-align: text-top;
}

.white-button {
    color: #000;
	background: #fff;
}
.white-button:hover {
    color: #fff;
    background: #000;
}

.black-button {
    color: #fff !important;
	background: #000;
}
.black-button:hover {
    color: #fff !important;
	background: #DB011C;
}



.red-border-button {
    border: 2px solid #DB011C;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.red-border-button:hover {
    border: 2px solid #DB011C;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
	background: #DB011C;
}



.white-border-button {
    color: #fff !important;
	background: transparent;
	border: 1px solid #fff;
}


.white-border-button:hover {
    color: #000 !important;
	background: #fff;
	border: 1px solid #fff;
}
.zapytaj-nas input[type="submit"] {
    background: #fff;
    color: #000;
    border: 2px solid #DB011C;
    border-radius: 0;
    padding: 20px 40px;
}
.zapytaj-nas input[type="submit"]:hover {
    background: #DB011C;
	color: #fff !important;
}


@media (max-width: 991px) {
	.button {
		padding: 13px 30px;
		text-align: center;
		text-decoration: none !important;
		display: inline-block;
		font-size: 14px !important;
	}
}












/*--------------------------------------------------------------
MAPKA INTERAKTYWNA
----------------------------------------------------------------*/
.mapka-img{
	margin: 0 auto;
	display: block;
	width: 100%;
}
.mapka {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
}
.lokacja {
    background: #000000;
    display: inline-block;
    padding: 3px 11px;
    border-radius: 3px;
    color: #fff;
}
.lokacja img {
    margin-right: 5px;
}
.lokacja {
    position: absolute;
	font-size: 12px;
}



.tooltip {
	text-decoration:none;
	position:relative;
	opacity: 1;
	cursor: pointer;
	transition: transform .2s;
}
.tooltip svg {
	transform: scale(1);
	transition: transform .2s;
}
.tooltip:hover svg {
	transform: scale(1.3);
	transition: transform .2s;
}
.tooltip h3 {
    text-align: center;
    font-size: 12px;
} 
.tooltip span {
    display: none;
    background: #fff;
    border: 1px solid #DB011C !important;
    padding: 0;
    border-radius: 0;
    transition: transform .2s;
}
.tooltip:hover span {
  	display:block;
  	margin-top:12px;
  	margin-left:32px;
	position: absolute;
    top: -175px;
    left: -105px;
    z-index: 1000;
    width: 180px;
    max-width: 300px;
    border: none;
    overflow: hidden;
    padding: 0;
	transition: transform .2s;
}
@media (max-width: 991px) {
	.tooltip:hover span {
		display:block;
		margin-top:12px;
		margin-left:32px;
		position: absolute;
		top: -175px;
		left: -105px;
		z-index: 1000;
		width: 180px;
		max-width: 300px;
		border: none;
		overflow: hidden;
		padding: 0;
		transition: transform .2s;
		transform: scale(2.2);
	}
}

.tooltip span img {
  	float:left;
  	margin:0px 8px 8px 0;
}
.tooltip p {
    color: #000;
    font-size: 12px;
    padding: 10px;
    display: block;
    float: left;
}

/*** apartamenty na mapie ***/
.map-apart {
    position: absolute;
    background: #000;
    border-radius: 3px;
    color: #fff;
    padding: 10px;
    font-size: 10px;
    line-height: 12px;
}
.map-apart div, .map-apart svg {
    display: inline-block;
    vertical-align: middle;
}
.map-apart svg {
    margin-right: 10px;
}
.pin {
    height: 18px;
    width: 2px;
    left: 19px;
    top: 40px;
    background: #000;
    display: block;
    position: absolute;
}
.pin:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #000;
    display: block;
    border-radius: 999px;
    position: absolute;
    top: 18px;
    left: -4px;
}

@media (max-width: 991px) {
	.tooltip svg {
		transform: scale(3);
		transition: transform .2s;
	}	
}

/*** lokacje na mapie end ***/







/*** Tagi na mapie ***/
.tag {
    position: absolute;
}
/*** Tagi na mapie end ***/



@media (max-width: 991px) {
	.lokacja {
		transform: scale(0.7);
	}
	.tag {
		transform: scale(0.3);
	}
	.map-apart {
		transform: scale(0.5);
	}
	.mapka {
		position: relative;
		max-width: 84%;
		margin: 0 auto;
	}
}

































/*--------------------------------------------------------------
O NAS
----------------------------------------------------------------*/
body.page-template-o-nas{
	background: #F2F0EB !important;
	color: #000;
}
.onas-top {
    text-align: center;
}
body.page-template-o-nas header{
	background: #F2F0EB !important;
}
.onas-top .brand {
    margin-top: 0;
}
body.page-template-onas {
    padding-top: 100px;
}














/*--------------------------------------------------------------
APARTAMENTY
----------------------------------------------------------------*/
.box-inner {
    padding: 40% 6%;
    background: rgb(0 0 0 / 13%) 70%;
    width: 100%;
}
.apartament-box {
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.apartament-single {
    margin-bottom: 30px !important;
}
.apartament-single a {
    text-decoration: none;
}
.box-inner .nag {
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 5px;
}











/*--------------------------------------------------------------
BLOG, AKTUALNOŚCI
----------------------------------------------------------------*/
.blog-cat-min {
    height: 300px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
    margin-bottom: 30px;
}
.single-blog-box .button {
    margin-top: 10px;
    display: inline-block;
}
.kat-navi {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: block;
    text-align: center;
}
.kat-navi li {
    display: inline-block;
    margin: 5px;
    padding: 5px;
}
.kat-navi a {
    color: #979797;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
}
.kat-navi .current a {
    color: #000 !important;
    text-decoration: underline;
}
.artykul-zdjecie {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 400px;
    margin-bottom: 60px;
    margin-top: 60px;
}
.artykul-zdjecie:before {
    content: "";
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.tresc-bloga {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #E1E1E1;
}
.tresc-bloga h1, .tresc-bloga h2, .tresc-bloga h3, .tresc-bloga h4 {
    font-family: 'General Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px;
    margin-top: 15px;
    display: block;
}

@media (max-width: 991px) {
	.single-post .nag5 {
		font-size: 44px;
	}
	.aktualnosci-top .desc {
		font-size: 16px;
		max-width: 90%;
	}
	.aktualnosci-top .nag {
		margin-bottom: 20px;
		margin-top: 10px;
	}
}

.tresc-bloga img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.tresc-bloga blockquote {
    color: #979797;
    font-style: italic;
    border-left: 4px solid #DB011C;
    margin: 0;
    padding-left: 30px;
    margin-top: 30px;
}
.kotwice-art .kotwica {
    color: #fff;
    background: #DB011C;
    font-size: 12px;
    padding: 8px 20px;
    display: inline-block;
    text-decoration: none;
}
.kotwice-art .kotwica:hover{
	background: #000;
}
.kotwice-art {
    padding: 0;
    margin: 0;
    list-style: none;
	margin-top: 20px;
}
.kotwice-art li {
    display: inline-block;
    margin-right: 5px;
}
.kotwice-nag {
    margin-top: 40px;
}
.single-blog-box {
    margin-bottom: 60px;
}
.tresc-bloga p {
    font-size: 20px;
}
.tresc-bloga h1, .tresc-bloga h2, .tresc-bloga h3, .tresc-bloga h4 {
    font-weight: 500;
}






/*--------------------------------------------------------------
KONTAKT, STRONA KONTAKTOWA
----------------------------------------------------------------*/
.kontakt-lewa {
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
body.page-template-kontakt .stopka {
    margin-top: 0;
}
.kontakt-prawa {
    padding-left: 4%;
    padding-right: 6%;
    padding-top: 150px;
}
.kon input, .kon span, .kon label {
    width: 100% !important;
}
.kon input, .kon textarea {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000000;
    padding: 0;
    padding: 15px 0;
    font-size: 18px !important;
}
.kon textarea {
    height: 155px;
}
.kon b {
    font-family: 'General Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.kon input:focus, .kon textarea:focus {
    border-bottom: 1px solid #DB011C !important;
    box-shadow: none !important;
    outline: none;
}
.zgoda-poz span.wpcf7-list-item {
    font-size: 12px;
}

.kontakt-lewa .filmowy-kontakt {
    height: 100%;
}
.kontaktowy {
    height: 100%;
    max-width: initial !important;
    width: initial !important;
}
.kontakt-lewa .filmowy-kontakt {
    height: 100%;
    overflow: hidden;
}
.kontakt-lewa .filmowy-txt {
    position: absolute;
    z-index: 1;
    top: 12% !important;
    left: 5%;
    width: 50%;
}
.kontakt-lewa span {
    font-size: 45px !important;
    line-height: 40px !important;
}
.kontakt-lewa svg {
    position: absolute;
    bottom: 10%;
    left: 5%;
    z-index: 1;
}
.kontakt-prawa .szary {
    margin-bottom: 20px;
}
.kontakt-prawa p {
    text-wrap: wrap;
}

@media (max-width: 991px) {
	.kontakt-prawa {
		padding-left: 45px;
		padding-right: 45px;
		padding-top: 60px;
	}
}

















/*--------------------------------------------------------------
STRONA APARTAMENTU
----------------------------------------------------------------*/
.apart-top {
    height: 100vh;
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
}
@media (max-width: 991px) {
	.apart-top {
		height: 85vh !important;
		background-size: cover !important;
		background-position: top !important;
		background-repeat: no-repeat !important;
	}
	.apart-top .button {
		width: 85%;
	}
	.apart-top .nag5 {
		font-size: 11vw !important;
		margin-top: -15px !important;
	}
	.apart-top {
		padding-top: 100px !important;
	}
	.apart-top .brand {
		font-size: 38px !important;
	}
	.apart-top .nazwa-obiektu {
		font-size: 20px !important;
	}
	.apart-top .hand {
		display: block;
		margin-top: -38px !important;
		font-size: 82px !important;
	}
}




.skrot-lewa {
    padding-right: 20%;
}
.skrot-lewa .nag {
    margin-bottom: 30px;
}
.skrot-lista div {
    color: #DB011C;
    font-size: 20px;
    font-weight: 600;
}
.skrot-lista li::marker {
    color: #DB011C;
}
.skrot-lista li {
    margin-bottom: 15px;
}
.skrot-lista {
    margin: 0;
    padding: 0;
}

.filmowy-content {
    position: relative;
}
.filmowy-content .arrow-button {
    color: #fff;
}
.filmowy-content:after {
    content: "";
    background: rgb(0 0 0 / 90%);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.filmowy-content .nag span {
    display: block;
    font-size: 25px;
    font-family: 'General Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}









/*--------------------------------------------------------------
NAGŁÓWKI, TEKST, TEXT, HEADERS
----------------------------------------------------------------*/
.nag{
	font-family: 'General Sans', sans-serif;
	font-weight: 500;
	font-style: normal;
	margin: 0;
}
.nag0 {
    font-size: 50px;
    line-height: initial;
}
.nag1 {
    font-size: 40px;
    line-height: initial;
}
.nag2{
	font-size: 32px;
	line-height: initial;
}
.nag3{
	font-size: 22px;
	line-height: initial;
}
.nag4{
	font-size: 20px;
	line-height: initial;
}





@media (max-width: 991px) {
	.nag1 {
		font-size: 24px;
		line-height: initial;
	}
	.nag3 {
		font-size: 20px;
		line-height: initial;
	}
	.nag0 {
		font-size: 35px;
		line-height: initial;
	}
}






/*** Brand ***/
.brand{
	font-family: 'General Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase !important;
}
.brand1{
	font-size: 120px;
}
.brand2 {
    font-size: 86px;
    line-height: 76px !important;
}
.brand3{
	font-size: 80px;
}

@media (max-width: 991px) {
	.brand3 {
		font-size: 30px;
	}
}





/*** Caps ***/
.cap{
	font-family: 'General Sans', sans-serif;
	font-weight: 500;
	font-style: normal;
}
.cap1{
	font-size: 60px;
}

@media (max-width: 991px) {
	.cap1 {
		font-size: 32px;
	}
}



/*** Desc ***/
.desc{
	font-family: 'General Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}
.desc0{
	font-size: 12px;
}
.desc1{
	font-size: 14px;
}
.desc2{
	font-size: 16px;
}
.desc3{
	font-size: 20px;
}
.desc4{
	font-size: 24px;
}


/*** Labels ***/
.label{
    font-family: 'General Sans', sans-serif;
    font-weight: 500;
}
.label1{
    font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
}


@media (max-width: 991px) {
	.desc3{
		font-size: 16px !important;
	}
}













/*--------------------------------------------------------------
KOLORY
----------------------------------------------------------------*/
.grafit{
	color: #393939 !important;
}
.szary{
	color: #9B9B9B !important;
}
.czarny{
	color: #000 !important;
}
.bialy{
	color: #fff !important;
}
.czerwony{
	color: #DB011C !important;
}



















/*--------------------------------------------------------------
STOPKA, FOOTER
----------------------------------------------------------------*/
.stopka-dolna {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 50px;
}
.komunikat {
    position: fixed;
    bottom: 20px;
    width: 80%;
    left: 10%;
    background: #fff;
    border: 2px solid #db011c;
    border-radius: 0;
}
.komunikat button {
    background: #db011c;
    color: #fff;
    border-radius: 0 !important;
    border: 0;
    font-size: 16px;
    line-height: normal;
    padding: 11px 30px;
    margin: 5px;
}
.stopka {
    padding: 50px 3% 50px 3%;
    margin-top: 200px;
	background: #F8F8F8;
}
.stopka a {
    color: #000;
}
.soc-stopka li {
    display: inline-block;
    margin-right: 20px;
    font-size: 12px;
}
.soc-stopka li a {
    color: #DB011C;
    font-size: 14px;
}
.soc-stopka {
    margin: 0;
    padding: 0;
}
.stopka-dolna .nag {
    margin-bottom: 15px;
}
.stopka-dolna .menu_gorne a {
    color: #979797;
    padding: 4px 0;
    display: block;
    font-size: 16px;
}

@media (max-width: 991px) {
	.mobile-kon {
		text-align: left;
		display: inline-block;
		float: left;
		margin-top: 20px;
		margin-right: 50px;
		border-top: 1px solid #E1E1E1;
		width: 100%;
		border-bottom: 1px solid #E1E1E1;
		padding: 20px 0;
	}
	.stopka .mobile-kon .desc {
		display: none;
	}
	.stopka-kol {
		margin-bottom: 30px;
	}
	.stopka-dolna .menu_gorne a {
		color: #979797;
		padding: 4px 0;
		display: block;
		font-size: 15px;
	}
	.stopka-kol .czerwony {
		font-size: 12px;
		margin-top: 20px !important;
	}
	.stopka {
		padding: 20px 3% 50px 3%;
		margin-top: 60px;
		background: #F8F8F8;
	}
}
.tr {
    font-size: 12px;
    margin-bottom: 10px;
}









/*--------------------------------------------------------------
BLOKI
----------------------------------------------------------------*/
.full-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
.big-container {
    max-width: 1920px;
    width: 95% !important;
    padding: 0 2%;
    margin-left: 3%;
    margin-right: 3%;
    box-sizing: border-box !important;
    margin: 0 auto !important;
}
.medium-container {
    max-width: 1366px;
    width: 95% !important;
    padding: 0 2%;
    margin-left: 3%;
    margin-right: 3%;
    box-sizing: border-box !important;
    margin: 0 auto !important;
}
.small-container {
    max-width: 1024px;
	width: 95% !important;
    padding: 0 2%;
    margin-left: 3%;
    margin-right: 3%;
    box-sizing: border-box !important;
    margin: 0 auto !important;
}
.very-small-container {
    max-width: 770px;
	width: 90% !important;
    padding: 0 2%;
    margin-left: 3%;
    margin-right: 3%;
    box-sizing: border-box !important;
    margin: 0 auto !important;
}
.cta-row .button {
    margin-top: 25px;
    display: inline-block;
}
.cta-row {
    margin-bottom: 100px;
}


















/*--------------------------------------------------------------
ELASTYCZNE POLA, POWTARZALNE, NAPRZEMIENNY OPIS
----------------------------------------------------------------*/
.tekstowa-prawa .desc {
    margin-top: 30px;
    padding-right: 10%;
}
body.page-template-strona-glowna .opis-center p b,
body.page-template-o-nas .opis-center p b{
    color: #fff !important;
    font-weight: normal;
}
.opis-center p b {
    color: #000;
    font-weight: normal;
}




.fot-kon {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}







.zdjecia_3 {
    margin-bottom: 30px;
}
.col-tekstowy {
    padding-right: 10%;
}

.filmowy-desc {
    padding-left: 7%;
}
.kolumnowy-content .desc {
    padding-right: 10%;
}


.gal-row-2 {
    margin-top: 30px;
}
.fot2-content {
    height: 100%;
    width: 100%;
}
.fot4-content {
    height: 430px;
    width: 100%;
}
.fot1-content {
    height: 300px;
    width: 50%;
    float: right;
    margin-top: 100px;
}
.fot3-content {
    height: 320px;
    width: 100%;
}
.tekstowa-prawa {
    max-width: 800px;
    margin: 0 auto;
}
.opis-center .nag {
    margin-top: 50px;
    margin-bottom: 25px;
}
.sekcje-czarne p b, .sekcje-czarne p strong {
    font-weight: normal;
    color: #fff;
}
.sekcje-biale p b, .sekcje-biale p strong {
    font-weight: normal;
    color: #000;
}
.poz-single div, .poz-single img {
    display: inline-block;
    float: left;
}
.poz-single div {
    width: 50%;
}
.poz-single img {
    width: 30%;
    margin-right: 10%;
}
.poz-single {
    margin-bottom: 100px;
}
.poz-single .nag {
    margin-bottom: 25px;
}


.opis-liczby-lewa p {
    max-width: 353px;
    margin-bottom: 60px;
}
.akapity-prawa img {
    max-width: 400px;
    margin-top: 60px;
    width: 100%;
}








/*** Filmowy content ***/
.filmowy-content video {
    max-width: 100%;
	width: 100%;
    opacity: 0.5;
}

@media (max-width: 991px) {
	.home-top .filmowy-content video {
		max-width: 100%;
		width: 100%;
		opacity: 0.5;
		position: absolute;
		right: -700px;
	}
}

.filmowy-txt {
    position: absolute;
    z-index: 1;
    top: 35%;
    left: 5%;
    width: 50%;
}
.filmowy-txt span {
    display: block;
    line-height: 100px;
}
.filmowy-txt span:nth-child(3) {
    padding-left: 10%;
}
.filmowy-txt span:nth-child(4) {
    padding-left: 20%;
}
.filmowy-cta {
    position: absolute;
    z-index: 1;
    right: 25%;
    top: 40%;
}
.filmowy-content .sygnet-white {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
	.elastyczny-filmowy span {
		font-size: 30px;
		line-height: 29px !important;
	}
	.elastyczny-filmowy .filmowy-cta {
		right: auto !important;
		left: 30px;
		top: 58% !important;
	}
	.elastyczny-filmowy {
		height: 70vh;
	}
	.elastyczny-filmowy .filmowy-content {
		position: relative;
		height: 100%;
	}
	.elastyczny-filmowy .filmowy-content video {
		max-width: fit-content;
		width: auto;
		opacity: 0.5;
		max-height: 100%;
		height: 100%;
		position: absolute;
		right: -400px;
	}
	.last1 svg {
		width: 120px;
	}
	.last2 svg {
		width: 60px !important;
	}
}













/*** FAQ ***/
.faq-link {
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #E1E1E1;
    display: block;
    width: 100%;
    text-align: left;
    padding: 30px;
	outline: none !important;
	position: relative;
}
.faq-link svg {
    position: absolute;
    left: 0;
    top: 43%;
}
.faq-opis .desc {
    padding: 30px;
}
.faq-lewa {
    padding-right: 10%;
}
.faq-link:not(.collapsed) {
    border-color: #db011c;
}


@media (max-width: 991px) {
	.faq-prawa {
		margin-top: 25px;
	}
}









/*** Zlecenia ***/
.zlecenie-over {
    border: 1px solid #E1E1E1;
    padding: 30px;
    margin-right: -1px;
	margin-top: -1px;
}
.zlecenia-tabs .active {
    background: #DB011C !important;
    color: #fff !important;
}
.zlecenia-tabs .nav a {
    border: none !important;
    border-radius: 0 !important;
    padding: 20px;
    padding-right: 200px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
	font-weight: 500;
}
.zlecenia-tabs a:not(.active) {
    color: #000 !important;
}
.zlecenia-tabs .nav-tabs {
    border-bottom: 1px solid #DB011C !important;
}
.zlecenia-tabs {
    margin-bottom: 40px !important;
}
.meta-row .czarny {
    font-weight: 600;
    font-size: 30px;
}
.meta-row {
    margin-top: 80px;
    margin-bottom: 140px;
}
.zlecenia-feed {
    padding-left: 15px;
    padding-right: 15px;
}
.zlecenie-over a {
    text-decoration: none;
}
.zlecenie-over:hover svg path {
    fill: #fff;
}
.zlecenie-over:hover {
    color: #fff;
    background: #db011c;
}
.zlecenie-over:hover div, .zlecenie-over:hover .nag {
    color: #fff !important;
}
.nazwa-zlecenia {
    max-width: 80%;
}

@media (max-width: 991px) {
	.zlecenia-tabs .nav a {
		width: 100%;
	}
}








/*** Szczegoły zlecenia ***/
.zlecenie-lewa img {
    width: 100%;
    display: block;
}
.zlecenie-prawa {
    padding-left: 5%;
}
.zlecenie-prawa .desc.desc4.czarny {
    font-weight: 500;
}
#contactForm textarea, #contactForm input, #contactForm span, #contactForm label {
    width: 100% !important;
    display: block;
}
#contactForm span {
    margin-top: 5px;
}
#contactForm textarea, #contactForm input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
}
#contactForm label {
    font-size: 14px;
    color: #9B9B9B;
}
#contactForm textarea {
    height: 100px;
}
#contactForm input[type="submit"] {
    background: #fff;
    border: 2px solid #db011c;
    width: auto !important;
    display: inline-block;
    font-weight: 500;
    padding: 17px 50px;
    margin: 0;
}

@media (max-width: 991px) {
	.zlecenie-prawa {
		margin-top: 30px;
	}
}







/*** Wyśrodkowany ***/
.wysrodkowany span {
    display: block;
    color: #fff;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.wysrodkowany p {
    font-size: 33px;
    max-width: 450px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 35px;
}
@media (max-width: 991px) {
	.wysrodkowany p {
		font-size: 19px;
		max-width: 450px;
		width: 86%;
		display: block;
		text-align: center;
		margin: 0 auto;
		margin-top: 35px;
	}
}




/*** FOT lewa/prawa ***/
.fot-lewa-desc {
    padding-left: 5%;
}
.fot-lewa-desc .nag {
    margin-bottom: 35px;
}
.fot-lewa-desc .button {
    margin-top: 20px;
}
.fot-prawa-desc {
    padding-right: 5%;
}
.fot-prawa-desc .nag {
    margin-bottom: 35px;
}
.fot-prawa-desc .button {
    margin-top: 20px;
}
.fot-prawa-desc ul, .fot-lewa-desc ul {
    margin: 0;
    padding: 0;
    margin-left: 20px;
}
.fot-prawa-desc ul li, .fot-lewa-desc ul li {
    font-size: 18px;
}




@media (max-width: 991px) {
	.fot-prawa-desc, .fot-lewa-desc {
		padding-top: 30px;
	}
}



/*** Cytat ***/
.last2 svg {
    width: 100px;
}
.cytat-last {
    margin-top: 50px;
}






/*** Sekcja M ***/
.sekcja_m .nag {
    max-width: 400px;
}
.sekcja_m img {
    display: block;
    width: 100%;
    margin-top: -120px;
    mix-blend-mode: darken;
}
.sekcja_m .arrow-button {
    position: absolute;
    z-index: 1;
}
.arrow-button svg {
    margin-left: 10px;
}

@media (max-width: 991px) {
	.sekcja_m img {
		display: block;
		width: 100%;
		margin-top: 0;
		mix-blend-mode: darken;
	}
	.sekcja_m .arrow-button {
		position: relative;
		z-index: 1;
		top: 0;
		margin-top: -50px;
	}
}










/** Karuzela **/
.carousel {
  	position: relative;
	width: 100%;
}
.carousel .slick-prev, .carousel .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50%;
    border: none;
}
.carousel .slick-prev {
  left: 40px;
}
.carousel .slick-next {
  right: 40px;
}
.carousel .slick-prev:before,
.carousel .slick-next:before {
content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.carousel .slick-prev:before {
  border-width: 6px 8px 6px 0;
  border-color: transparent #000000 transparent transparent;
}
.carousel .slick-next:before {
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #000000;
}
.carousel .slick-prev,
.carousel .slick-next {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.karuzela-kontener {
    display: block;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 100px;
    margin-top: 100px;
}
.karuzela-full .brand {
    text-align: left;
    position: absolute;
    z-index: 1;
    top: 15%;
    left: 0;
    right: 0;
}
.karuzela_foto {
    height: 500px;
    width: 40%;
	max-width: 500px;
    background-size: cover !important;
    background-position: center;
	margin-left: 10%;
}
.karuzela .desc {
    position: absolute;
    z-index: 1;
    bottom: 20%;
    left: 15%;
    max-width: 350px;
}
.karuzela .label {
    position: absolute;
    z-index: 1;
    bottom: 20%;
    left: 55%;
}
/* Aktywny slajd */
.slick-dots li.slick-active button {
  background-color: #DB011C;
  border: 1px solid #DB011C;
  width: 11px;
  height: 11px;
  border-radius: 0;
}
/* Nieaktywne slajdy */
.slick-dots li button {
  background-color: #ffffff;
  border: 1px solid #DB011C;
  width: 11px;
  height: 11px;
  border-radius: 0;
}
.slick-dots {
    list-style: none;
    box-shadow: none;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    left: 10%;
    z-index: 2;
}
.slick-dots li {
    display: inline-block;
    margin-right: 10px;
}
.slick-dots li button {
    color: transparent;
    font-size: 0;
}
.karuzela-full {
    position: relative;
    margin-top: 50px;
}






@media (max-width: 991px) {
	.karuzela_foto {
		margin: 0 auto;
		height: 200px;
		width: 93%;
		max-width: 700px;
		background-size: cover !important;
		background-position: center;
		margin-left: auto;
	}
	.karuzela .desc {
		position: relative;
		z-index: 1;
		max-width: 77%;
		color: #000 !important;
		text-align: center;
		left: auto;
		margin: 0 auto;
		margin-top: 20px;
	}
	.karuzela .label {
		position: relative;
		width: 100%;
		left: auto;
		text-align: center;
		margin-top: 30px;
	}
	.karuzela-full .brand {
		text-align: center !important;
		position: absolute;
		z-index: 1;
		top: -66px;
		left: 0;
		right: 0;
		font-size: 10vw;
	}
	.karuzela-full {
		position: relative;
		margin-top: 100px;
	}
	.karuzela-kontener {
		display: block;
		box-sizing: border-box;
		padding-top: 0;
		padding-bottom: 44px;
		margin-top: 100px;
	}
}










/** centralny **/
.opis-center a {
    margin-top: 40px;
    display: inline-block;
}
.centralny .nag {
    max-width: 700px;
    margin: 0 auto;
}














/** wyroznione parametry **/
.parametr-content {
    margin-top: 20px;
	position: relative;
}
.parametr-over {
    border-top: 5px solid #DB011C;
}
.parametr-over span {
    color: #DB011C;
    font-size: 35px;
    font-weight: 600;
}

@media (max-width: 991px) {
	.parametr-over span {
		color: #DB011C;
		font-size: 20px;
		font-weight: 600;
	}
}

.parametr-content:after {
    content: "";
    border-right: 1px solid #E1E1E1;
    height: 100%;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    right: -14px;
}
.parametr:nth-last-child(1) .parametr-content:after {
    border: none !important;
}

@media (max-width: 991px) {
	.parametr-content {
		margin-top: 20px;
		position: relative;
		text-align: center;
	}
	.parametr-over {
		border: none;
	}
	.parametr:nth-child(2) .parametr-content::after {
		border: none !important;
	}
}

/** wyroznione parametry **/






/** opis_film **/
.video-container {
  	position: relative;
  	display: inline-block;
}
#play-pause-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-color: rgb(255 255 255 / 0%);
    border-radius: 999999px;

    border: 1px solid #fff;
    outline: none;
    cursor: pointer;
    display: none;
}
#play-pause-button::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    left: 55%;
}
#play-pause-button.paused::after {
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    left: 55%;
}
#play-pause-button.playing::after {
    content: "";
    background: transparent;
    width: 15px;
    height: 35px;
    border: none;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
	left: 50%;
}
#my-video {
  width: 100%;
  height: auto;
}
button#play-pause-button.playing {
    opacity: 0;
}
button#play-pause-button.playing:hover {
    opacity: 1;
}
/** opis_film **/





/*** obszary działania ***/
.obszar-content svg {
    position: absolute;
    bottom: 29px;
    right: 10%;
}
.obszar-dzialania:hover {
    background: #DB011C;
    color: #fff;
    text-decoration: none;
}
.obszar-dzialania:hover svg path {
    stroke: #fff;
}
.obszar-content {
    max-width: 100px;
    margin: 20px;
    margin-top: 140px;
}

.obszary{
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.obszary::-webkit-scrollbar {
    display: none;
}

@media (min-width: 992px) {
	.obszar-dzialania {
		flex: 0 0 25%;
		box-sizing: border-box;
		margin: 0;
		text-decoration: none;
		color: #000;
		text-align: left;
		border: 1px solid #E1E1E1;
		position: relative;
		margin-right: -1px;
    	margin-top: -1px;
	}
	.obszary {
		display: flex;
		flex-wrap: wrap;
	}
}
@media (max-width: 991px) {
	.obszary {
	  background-color: #fff;
	  overflow: auto;
	  white-space: nowrap;
	}
	.obszar-dzialania {
		flex: 0 0 25%;
		box-sizing: border-box;
		margin: 0;
		text-decoration: none;
		color: #000;
		text-align: left;
		border: 1px solid #E1E1E1;
		position: relative;
		margin-right: -1px;
		display: inline-block;
		width: 90%;
	}
	.obszar-content {
		max-width: 100px;
		margin: 20px;
		margin-top: 200px;
	}
}
/*** obszary działania ***/























