/*!
Theme Name: cype
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: cype
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.

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

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	font-size: 14px;
    font-size: .85vw;
    scroll-behavior: smooth;
}

body {
	margin: 0;
	/*font-family: 'Manrope', sans-serif !important;*/
	font-family: 'Roboto', sans-serif !important;
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}


.wrapper {
    flex: 1;
    min-height: 90vh;
}


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

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

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 0 1.5em 3em;
}

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: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	display: flex;
    flex-direction: column;
    width: auto;
    max-width: 20rem;
}

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

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

/* ========================= */
/* ========================= */
/* ========================= */
/* ========================= */


* {
  outline: 0 !important;
}

@media (min-width: 1200px) {
.container {
    max-width: 100%;
}

}

@media (min-width: 992px) {
.container {
    max-width: 100%;
}

}

@media (min-width: 768px) {
.container {
    max-width: 100%;
}

}

@media (min-width: 576px) {
.container {
    max-width: 100%;
}

}

.post, .page {
    margin: 0;
}

header.header {
    position: fixed;
    width: 100%;
    z-index: 9;
    height: 5rem;
    background: #000;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.home header.header {
	background: transparent;
}

header.header {
	background: #000;
}

.home header.header_fixed {
	background: #fff;
}

header .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.container {
    width: 100%;
    padding: 0 8.4rem 0 8.4rem;
}

.main-navigation {
    width: 100%;
    webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: row-reverse;
    justify-content: end;
    align-items: center;
    display: flex!important;
}

.main-navigation ul {
    display: flex;
    align-items: center;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0 2.9rem;
    font-size: 1.1rem;
    text-transform: uppercase;
    line-height: 2rem;
    font-weight: 600;
}

.main-navigation a:not([href]):not([tabindex]) {
	color: #fff;
}

.main-navigation li ul li {
    position: relative;
    padding: 0.5rem 0;
}

.main-navigation li ul li ul {
	right: -90%;
    top: 5%;
}

.home header.header .main-navigation a {
	color: #000;
}

.main-navigation a:hover,
.home header.header .main-navigation a:hover {
	color: #cc202c;
	font-weight: 600;
}

.home header.header .main-navigation .red-button a {
	color: #fff;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background: #000;
    padding: 1rem;
    background: #000;
    border-radius: 1rem;
}

.main-navigation ul ul a {
    width: 15rem;
    padding: 0 0.5rem;
}

.home header.header .main-navigation ul ul {
	background: #ffffff7d;
}

.home header.header .main-navigation ul ul ul {
	background: #ffffffb8;
}

.home header.header_fixed .main-navigation ul ul {
    background: #fff;
    color: #000;
}

.home header.header_fixed .main-navigation ul ul ul {
	background: #fff;
}

.red-button a {
	background: #CC202C;
    color: #fff;
    font-size: 1.1rem;
    text-transform: uppercase;
    line-height: 2rem;
    border-radius: 1.8rem;
    padding: 0.8rem 4rem;
}

.main-navigation .red-button:hover a {
	color: #fff;
}

.site-branding {
    width: 6rem;
}

.custom-logo-link {
	max-width: 74px;
	width: 100%;
	max-width: 6rem;
    margin-top: -2px;
}

.custom-logo-link img {
	width: 100%;
}

.home-page-big-banner-content {
    background-size: contain;
    min-height: 46rem;
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: -20px;
    position: relative;
}

.big-banner-content-shadow {
    width: 100%;
    height: 100%;
}

.home-page h1  {
    font-size: 15rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    letter-spacing: 3rem;
    margin: 0;
}

.home-page .h1-description {
    font-size: 2.1rem;
    margin: 1.2rem 1rem 1.6rem 1rem;
    font-weight: 400;
    color: #fff;
}

section.wybierz-branże-section {
    padding: 7rem 0 3rem;
    min-height: 30rem;
    overflow: hidden;
}

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

.section-title.red-left div {
	font-size: 3rem;
    font-weight: 600;
    color: #000;
    position: relative;
    z-index: 1;
    line-height: 1.1;
}

.section-title.red-left div span {
	color: #fff;
	position: relative;
	margin-right: 10px;
}

.section-title.red-left div span:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: calc(100% + 0.5rem);
    left: -0.25rem;
    height: 100%;
    top: 0;
    background: #cc202c;
}

/*.section-title.red-left div:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 70%;
    left: -9px;
    height: 100%;
    top: 2px;
    background: #cc202c;
}
*/
.wybierz-branże-section-content {
    padding: 4rem 0 0;
    display: flex;
	justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
}

.wybierz-branże-section-block {
    width: 19%;
    display: flex;
    flex-direction: column;
}

.wybierz-branże-section-block-top {
	border: 1px solid #797979;
    border-radius: 2rem;
    min-height: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.5rem;
    color: #000000;
    font-size: 1.2rem;
    -webkit-transition: color 0.5s;
	  transition: color 0.5s;
	  font-weight: 700;
}

.wybierz-branże-section-block-top a {
	color: #000000;
}

.wybierz-branże-section-block-top:hover {
	border: 1px solid #CC202C;
	color: #CC202C;
}

.wybierz-branże-section-block-top a:hover {
	color: #CC202C;
	text-decoration: none;
}

.wybierz-branże-section.demo-one-page .wybierz-branże-section-block-top {
	margin-bottom: 1rem;
}

.wybierz-branże-section-block-image {
    width: 2.5rem;
    margin: 2.5rem 0 1rem;
    position: relative;
}

.wybierz-branże-section-block-image img {
	width: 100%;
}

div img {
	width: 100%;
}

img.arrow-img {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0 auto;
    /*transition: opacity .5s linear;*/
}

.wybierz-branże-section-block-top:hover .branze-img {
	opacity: 0;
}

.wybierz-branże-section-block-top:hover img.arrow-img {
	opacity: 1;
}

.wybierz-branże-section-block-bottom {
    position: relative;
    top: -1rem;
    left: 0;
    width: 100%;
    display: none;
    transition: 0.5s;
}

.wybierz-branże-section-block-bottom ul.sub-menu {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.wybierz-branże-section-block-bottom ul.sub-menu li {
	list-style: none;
    width: 19%;
    text-align: center;
    margin: 0 0.5% 1.5rem;
}

.wybierz-branże-section-block-bottom ul {
	margin: 0;
	padding: 0;
	display: flex;
}

.wybierz-branże-section-block-bottom ul li {
	list-style: none;
}

.wybierz-branże-section-block-title ul li a {
    display: flex;
    border: 1px solid #797979;
    border-radius: 2rem;
    align-items: center;
    justify-content: center;
    height: 5rem;
    color: #000000;
    font-size: 1.2rem;
    min-width: 19rem;
    margin-right: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.wybierz-branże-section-block-bottom ul li:hover a {
	color: #CC202C;
	border: 1px solid #CC202C;
	text-decoration: none;
}


.wybierz-branże-section-block-bottom a {
	display: flex;
    border: 1px solid #797979;
    border-radius: 2rem;
    align-items: center;
    justify-content: center;
    height: 5rem;
    color: #000000;
    font-size: 1.2rem;
}

.wybierz-branże-section-block-title ul li:last-child a {
	margin-right: 0;
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

/*.hvr-wobble-horizontal:hover,
.wybierz-branże-section-block:hover .hvr-wobble-horizontal {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  text-decoration: none;
}*/


/* Wobble Horizontal */
/*@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}*/

.menu-home-page-menu-container {
    width: 100%;
}

.home-page-menu {
    margin: 0;
    padding: 0;
    padding: 4rem 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.home-page-menu ul {
	height: 0;
    opacity: 0;
    padding: 0;
    margin: 1.5rem 0 0 0;
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: -6.5rem;
    justify-content: space-around;
}

.home-page-menu li {
    height: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #000;
    font-size: 1.2rem;
    -webkit-transition: color .5s;
    transition: color .5s;
    font-weight: 700;
    width: 19%;
    position: relative;
}

.home-page-menu li ul li a {
	display: flex;
    border: 1px solid #797979;
    border-radius: 2rem;
    align-items: center;
    justify-content: center;
    height: 5rem;
    color: #000;
    font-size: 1.2rem;
    min-width: 19rem;
    margin-right: 1rem;
    font-weight: 700;
    padding-bottom: 3.5rem;
    text-transform: uppercase;
}

.home-page-menu li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding-bottom: 2rem;
    position: relative;
    color: #000;
    display: flex;
    border: 1px solid #797979;
    border-radius: 2rem;
}

.home-page-menu li:hover a {
	border: 1px solid #CC202C;
	color: #CC202C;
}

.home-page-menu li a:before {
	content: '';
	width: 2.5rem;
	height: 2.5rem;
    margin: 2.5rem 0 1rem;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hpm-1 a:before {
	background-image: url(/wp-content/uploads/2022/06/construction.svg);
}

.hpm-2 a:before {
	background-image: url(/wp-content/uploads/2022/06/home-2.svg);
}

.hpm-3 a:before {
	background-image: url(/wp-content/uploads/2022/06/budget.svg);
}

.hpm-4 a:before {
	background-image: url(/wp-content/uploads/2022/06/communication.svg);
}

.hpm-5 a:before {
	background-image: url(/wp-content/uploads/2022/06/cityscape.svg);
}

.home-page-menu li:hover .sub-menu {
    opacity: 1;
    height: auto;
}

section.czym-jest-section {
    padding: 2rem 0;
    position: relative;
    background: #fff;
    z-index: 6;
}

.czym-jest-section-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.czym-jest-section-content-left {
    width: 100%;
    max-width: 43rem;
}

.czym-jest-section-content-right {
    width: 100%;
    max-width: 50rem;
    padding-top: 5.5rem;
}

.czym-jest-section-content-right .red-button-block {
	margin-left: 0;
}

.section-title.red-right {
    display: flex;
}

.section-title.red-right div {
    font-size: 3rem;
    font-weight: 600;
    color: #000;
    position: relative;
    z-index: 1;
    line-height: 1.1;
}	

.section-title.red-right div span {
	color: #fff;
	position: relative;
}

.section-title.red-right div span:after {
	content: '';
    position: absolute;
    z-index: -1;
    width: calc(100% + 0.5rem);
    left: -0.25rem;
    height: 100%;
    top: 0;
    background: #cc202c;
}

.red-button-block {
	display: flex;
    width: 17rem;
    height: 4rem;
    justify-content: center;
    align-items: center;
    margin: 0 auto; 
}

.red-button-block a.red-button {
	background: #cc202c;
    color: #fff;
    font-size: 1.3rem;
    line-height: 2rem;
    border-radius: 1.8rem;
    padding: 1rem 3rem;
    width: 100%;
    text-align: center;
}

.red-button-block a.red-button:hover {
	text-decoration: none;
}

.czym-jest-section-content-right-description {
    margin: 2.5rem 0 5rem;
    color: #707070;
    font-size: 1.3rem;
    line-height: 155%;
}

.czym-jest-section-content-number {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.dlaczego-numbers-block {
    text-align: center;
    margin-top: 1rem;
}

.dlaczego-numbers.counter {
    font-size: 3.5rem;
    line-height: 1.2;
    color: #000;
}

.dlaczego-numbers-text {
    color: #CC202C;
    font-size: 1.5rem;
    font-weight: 600;
    min-width: 10rem;
}

.co-wyroznia-cype-section.grey-section {
    padding: 5.5rem 0 0;
    margin-bottom: 5rem;
    margin-top: 4rem;
}
	
.co-wyroznia-block-img {
    width: 6rem;
    margin-bottom: 1rem;
}

.co-wyroznia-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 6rem;
}

.co-wyroznia-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 15%;
}

.co-wyroznia-block-text {
    margin: 1.5rem 0 5rem;
    color: #000000;
    font-size: 1.2rem;
    line-height: 130%;
}


section.czym-jest-section.instalacje-section {
    padding: 2rem 0 4rem;
}

section.czym-jest-section.instalacje-section .czym-jest-section-content-right {
	max-width: 48rem;
	min-height: 40rem;
}

section.czym-jest-section.instalacje-section .czym-jest-section-content-left {
	max-width: 49rem;
}

section.czym-jest-section.instalacje-section .czym-jest-section-content-right {
	padding-top: 9rem;
	z-index: 5;
}

section.zaufali-nam-section.grey-section {
    padding: 5.5rem 0 4rem;
    position: relative;
    z-index: 6;
}

.grey-section {
	background: #EDEBEB;
}

.gallery-logos-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 4rem 0 2rem;
}

.gallery-logos-block div {
	width: 16%;
	margin-bottom: 1rem;
}

section.czym-jest-section.pobierz-demo .czym-jest-section-content-left {
	margin-top: 4rem;
}

section.czym-jest-section.pobierz-demo .czym-jest-section-content-right-description {
	margin: 1.5rem 0 2rem;
}

section.aktualnosci-section {
    padding: 9rem 0 6rem;
    position: relative;
    background: #fff;
    z-index: 6;
}

.aktualnosci-section .section-title.red-right {
    display: flex;
    justify-content: center;
}

.aktualnosci-content {
    padding: 4rem 0 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
}

.aktualnosci-content-block {
    width: 24%;
    border: 1px solid #797979;
    border-radius: 1.8rem;
    color: #707070;
    font-size: 1rem;
    position: relative;
   	margin: 0 0.5%;
}

.blog-page-image {
    width: 100%;
    height: 16rem;
    margin-bottom: 1rem;
    border-radius: 1.8rem 1.8rem 0 0;
    background-size: cover;
    background-position: center;
    -moz-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    -webkit-transition: all .7s ease-out;
}

.blog-page-image:hover {
	-webkit-transform: scale(1.05,1.05);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: .55s;
    -moz-transform: scale(1.05,1.05);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: .55s;
}

.aktualnosci-content-block-image {
    overflow: hidden;
    border-radius: 1.8rem 1.8rem 0 0;
}

.aktualnosci-content-block-title {
    padding: 0.5rem 1.8rem 0;
}

.aktualnosci-content-block-title a {
	color: #707070;
}

.aktualnosci-content-block-text.section-deckription {
    padding: 0 1.8rem 1rem;
}

.read-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    display: flex;
    justify-content: center;
    z-index: 8;
    font-weight: 500;
}

.read-more a {
	color: #CC202C;
    font-size: 1rem;
    line-height: 1.2;
    background: #fff;
    padding: 0 1rem;
    text-transform: uppercase;
    font-weight: 500;
}

.read-more a:hover {
	text-decoration: none;
}

footer#colophon {
    background: #000000;
    color: #fff;
    border: 1px solid #000;
    padding: 4.5rem 0 2rem;
    position: relative;
    z-index: 6;
}

.footer-block-content {
	margin-bottom: 6rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    font-size: 1.2rem;
}

.footer-block-logo-firm {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.5rem;
    align-items: center;
}

.footer-block-logo-firm-1 {
    max-width: 8.5rem;
    margin-right: 2rem;
    position: relative;
}

.footer-block-logo-firm-1:after {
	content: '';
    position: absolute;
    right: -2rem;
    top: 5%;
    width: 1px;
    height: 90%;
    background: #fff;
}

.footer-block-logo-firm-2 {
    max-width: 3.5rem;
    margin-left: 2rem;
}

.footer-white-line {
	height: 100%;
	width: 1px;
	background: #fff;
}

.footer-content-end {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 58%;
}

.footer-block-title {
    font-size: 1.5rem;
    line-height: 2;
    font-weight: 700;
}

.footer-block-description {
    font-size: 1rem;
    line-height: 2rem;
    color: #fff;
    font-weight: 400;
}

.footer-block-menu-content ul {
	padding: 0;
    margin: 0;
    list-style: none;
}

.footer-block-menu-content ul a {
	font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
}

.site-info {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

section.demo-section {
    padding: 5rem 0 0;
}

.demo-section-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.demo-section-block-left {
    width: 50%;
}

.demo-section-block-right {
    padding: 5rem 0 0 8rem;
    width: 50%;
}

.demo-section-block-right-title {
	font-size: 3rem;
    padding-left: 4rem;
    color: #000;
    font-weight: 700;
}

.demo-section-block-right-title.title-red {
    display: flex;
    margin-top: 0.5rem;
    margin-bottom: 5rem;
}

.demo-section-block-right-title.title-red span {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    padding-left: 1.4rem;
    position: relative;
}

.demo-section-block-right-title.title-red span:before {
	content: '';
	position: absolute;
	left: 0rem;
	height: 100%;
	width: 107%;
	background: #CC202C;
	z-index: -1;
}

.demo-form {
	width: 100%;
	max-width: 33rem;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    color: #000000;
    font-weight: 600;
    border: none;
    border-bottom: 2px solid #707070;
    border-radius: 0;
    padding: 0.3rem 0 0.5rem;
    background: transparent;
    text-align: center;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1;
}

input[type="submit"] {
	background: #cc202c;
    color: #fff;
    font-size: 1.3rem;
    line-height: 2rem;
    border-radius: 1.8rem;
    padding: 1rem 3rem;
    width: 100%;
    text-align: center;
    max-width: 17rem;
    border: none;
    margin: 3rem auto 0;
    display: block;
}

	
.demo-form .wpcf7-checkbox label {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    cursor: pointer;
}

.demo-form .wpcf7-checkbox label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.demo-form .wpcf7-checkbox label .wpcf7-list-item-label {
    display: inline-flex;
    align-items: flex-start;
    user-select: none;
    font-size: 0.7rem;
}
.demo-form .wpcf7-checkbox label .wpcf7-list-item-label::before {
	content: '';
    display: inline-block;
    padding: 0.5rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #797979;
    background-color: #fff;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.demo-form input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-size: 80%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

section.wybierz-branże-section.demo-one-page {
    padding: 12rem 0 5rem;
}

.demo-one-page .wybierz-branże-section-content {
	padding: 4rem 12rem 0;
    justify-content: center;
}

.demo-one-page .wybierz-branże-section-block {
    width: 32%;
    margin: 0 0.5%;
}

.demo-one-page .wybierz-branże-section-block-top.buttons {
	min-height: 12rem;
}

.demo-one-page .wybierz-branże-section-block-image {
    width: 4rem;
}

.demo-one-page .wybierz-branże-section-block-image img {
    width: 100%;
}

.demo-one-page .wybierz-branże-section-block-top.buttons a {
	display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
}

.demo-one-page .wybierz-branże-section-block-top.buttons a:hover {
	color: #CC202C;
	text-decoration: none;
}

section.wybierz-branże-section.demo-pliki-page {
    padding: 15rem 0 5rem;
}

.demo-pliki-page .section-title.red-right {
    align-items: center;
    justify-content: center;
}

.demo-pliki-section-content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 4rem 2rem 0 0;
    flex: 1 1 0%;
    margin-bottom: 2.5rem;
}

.demo-pliki-section-block {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgb(0, 0, 0);
    font-size: 1.2rem;
    font-weight: 700;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(121, 121, 121);
    border-image: initial;
    border-radius: 2rem;
    transition: color 0.5s ease 0s;
    min-height: 17rem;
    position: relative;
    margin: 0 0.5% 1.5rem;
}

.demo-pliki-block-top.buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 100%;
    padding: 0 1rem;
}

.demo-pliki-block-image {
    margin: 2rem auto 0.5rem;
    width: 4rem;
}

.demo-pliki-block-title {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
    color: #000;
    margin-bottom: 1rem;
}

.demo-pliki-block-title:after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.8rem;
    margin: 0 auto;
    width: 2rem;
    height: 1px;
    background: #cc202c;
}

.demo-pliki-block-description {
    color: #707070;
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: center;
    font-weight: 400;
    padding: 0 1.5rem;
}

.demo-pliki-block-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2.6rem;
    display: flex;
    justify-content: center;
    z-index: 99;
    font-weight: 500;
}

.demo-pliki-block-link a {
	color: #CC202C;
    font-size: 1rem;
    line-height: 1.2;
    background: #fff;
    padding: 0 1rem;
    text-transform: uppercase;
    font-weight: 500;
}

.demo-pliki-block-top.buttons a {
	margin-bottom: 2rem;
}

.demo-pliki-block-top.buttons a:hover {
	text-decoration: none;
}

.image-page {
    margin-top: 5rem;
    min-height: 24rem;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.big-banner-content-shadow {
    width: 100%;
    height: 100%;
    position: absolute;
}

.big-banner-content-shadow:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000024;
}

.image-page .container {
	z-index: 6;
    position: relative;
}

.image-page-section-red-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #CC202C;
    line-height: 3rem;
    padding-top: 7.7rem;
}

.image-page-section-big-title {
    font-size: 9rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
}

.page-id-451 .image-page-section-big-title,
.page-id-445 .image-page-section-big-title,
.page-id-353 .image-page-section-big-title,
.page-id-314 .image-page-section-big-title {
    font-size: 6rem;
}

.page-id-402 .image-page-section-big-title {
    font-size: 5rem;	
}

section.moduli-section-content {
    padding: 6rem 0;
	overflow: hidden;
}

.moduli-section-block-title {
	display: flex;
}

.moduli-section-block-title div {
    font-size: 3rem;
    font-weight: 600;
    color: #000;
    position: relative;
    z-index: 1;
    line-height: 1.1;
}

.moduli-section-block-title span {
	color: #fff;
	position: relative;
}

.moduli-section-block-title span:before {
	content: '';
    position: absolute;
    z-index: -1;
    width: calc(100% + 0.5rem);
    left: -0.25rem;
    height: 100%;
    top: 0;
    background: #cc202c;
}

.moduli-section-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 7rem;
}

.moduli-section-block-right,
.moduli-section-block-left {
    width: 50%;
}

.moduli-section-block-description {
    color: #707070;
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 1rem 0;
}

.moduli-section-block-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.page-id-734 .moduli-section-block:first-child .moduli-section-block-buttons .red-button-block {
	margin-bottom: 2rem;
}

.page-id-734 .moduli-section-block:first-child .moduli-section-block-text {
	min-height: 16rem;
}

.moduli-section-block-text {
    flex: 1;
    min-height: 24rem;
    padding-top: 1.5rem;
}

.moduli-section-block-buttons .red-button-block {
    margin: 0;
}

.moduli-section-block-buttons .red-button-block:first-child {
	margin-right: 2rem;
}

.moduli-section-block:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.home .swiper-slide {
	background-size: cover;
}

.moduli-section-block-right .swiper-slide {
    overflow: hidden;
}

.moduli-section-block-right .swiper-slide img {
	height: 100%;
	width: 100%;
}

.moduli-section-block-right {
    padding: 1rem;
    padding-right: 0;
}

.moduli-section-block:nth-child(even) .moduli-section-block-right {
	padding-right: 1rem;
	padding-left: 0;
}

.moduli-section-block:nth-child(even) .moduli-section-block-left {
	padding-left: 1rem;
}

.moduli-section-block .swiper-button-prev {
    background: url(/wp-content/uploads/2022/06/arrow-l.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    width: 4rem;
    height: 4rem;
}

.moduli-section-block .swiper-button-next {
	background: url(/wp-content/uploads/2022/06/arrow-r.svg);
    background-size: contain;
    background-repeat: no-repeat;	
    right: 0;
    width: 4rem;
    height: 4rem;
    background-position: right;
}

.moduli-section-block .swiper-button-prev:after, 
.moduli-section-block .swiper-rtl .swiper-button-next:after,
.moduli-section-block .swiper-button-next:after, 
.moduli-section-block .swiper-rtl .swiper-button-prev:after {
	display: none;
}

.kontakt-section {
    padding: 11rem 0 5rem;
}

.kontact-section-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.kontact-section-block-right {
    width: 100%;
    max-width: 58%;
}

.kontact-section-block-left {
    width: 100%;
    max-width: 42%;
}

.kontact-section-block-right-title {
    font-size: 3rem;
    font-weight: 600;
    color: #000;
    position: relative;
    z-index: 1;
    line-height: 1.1;
    margin-bottom: 2rem;
}

.kontact-section-block-right-description {
    font-size: 1.5rem;
    line-height: 150%;
    font-weight: 700;
    color: #000;
    margin-bottom: 3.5rem;
}

.kontact-section-block-right-content {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    max-width: 45rem;
}

.kontact-right-content-image {
    width: 3.5rem;
    margin-bottom: 1rem;
}

.kontact-right-content-title {
    font-size: 1.4rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 1rem;
}

.kontact-right-content-all a,
.kontact-right-content-all {
    color: #707070;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 400;
}

.kontact-section-block-left .section-title.red-right div {
	font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
}

.kontact-section-block-left .section-title.red-right div:after {
	width: 72%;
}

section.personal-section {
    padding-bottom: 4rem;
}

.personal-section-content {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;
}

section.personal-section .section-title.red-right {
    text-align: center;
    margin-bottom: 3rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.personal-section-block {
    width: 23%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #79797978;
    border-radius: 2rem;
    margin-bottom: 3rem;
}

.personal-section-mane {
    font-size: 1.3rem;
    line-height: 150%;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.3rem;
}

.personal-section-phone,
.personal-section-posada {
    color: #707070;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 400;
}

.personal-section-photo {
    display: flex;
    min-height: 18rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.demo-form textarea {
    resize: none;
    height: 3.5rem;
}

.demo-form .wpcf7-checkbox {
    margin-bottom: -10px;
    display: block;
}

::-webkit-input-placeholder { 
   color: #000;
}
::-moz-placeholder { 
   color: #000;
}
:-ms-input-placeholder {
   color: #000;
}
:-moz-placeholder { 
   color: #000;
}

section.demo-section.cennik-page .demo-section-block-right .demo-section-block-right-title {
	padding-left: 0;
}

section.demo-section.cennik-page .demo-section-block-right-title.title-red span:before {
	left: -2rem;	
}

.demo-form select {
    color: #000;
    font-weight: 600;
    border: none;
    border-bottom: 2px solid #707070;
    border-radius: 0;
    padding: 0.3rem 0 0.5rem;
    background: transparent;
    text-align: center;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1;
    position: relative;
}

.demo-form select:after {
	content: '';
	position: absolute;
	right: 0;
	top: 40%;
	background: #fff url(/wp-content/uploads/2022/06/arrow-right-1.svg);
	width: 1rem;
	height: 1rem;
	z-index: 2;
}


.wsparcie-techniczne-page .demo-section-block-left {
    padding-top: 5rem;
} 

.wsparcie-techniczne-page .demo-section-block-left .demo-section-block-right-title {
    padding-left: 0;
}   

.wsparcie-techniczne-page .demo-section-block-left .demo-section-block-right-title.title-red span {
    padding-left: 0;    
}

.wsparcie-techniczne-page .demo-section-block-left .demo-section-block-right-title.title-red span:before {
    left: -1rem;
    width: 120%;
}

.faq-card {
    border-bottom: 2px solid #CC202C;
    padding: 1rem 0;
}
    
.question {
    list-style: none;
    font-size: 1.3rem;
    line-height: 2.1rem;
    color: #000 !important;
    font-weight: bold;
    position: relative;
    width: 100%;
    display: block;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.question::after {
	content: "";
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url(/wp-content/uploads/2022/06/arrow-right-1.svg) no-repeat;
    background-size: contain;
    transition: .2s;
}

.question.active::after {
  transform: rotate(180deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}

.answer {
	padding: 1rem 20px 0;
	font-size: 1.3rem;
    line-height: 140%;
}

.question.active + .answercont {
}

.template-page {
    padding: 10rem 0 6rem;
}

.template-page h1.entry-title {
    font-size: 3rem;
    font-weight: 600;
    color: #000;
    position: relative;
    z-index: 1;
    line-height: 1.1;
}


















@media screen and (max-width: 790px){

.question {
      font-size: 18px;
    line-height: 22px;
}

.question::after {
    top: 0;
    width: 20px;
    height: 40px
}

.faq-card-spoiler p {
    margin-bottom: 5px;
    line-height: 16px;
}

}

.page-template-blog-page .image-page {
	min-height: 32rem;
}

section.blog-page {
    padding: 2rem 0 5rem;
}

.blog-page .aktualnosci-content-block {
	margin-bottom: 3rem;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
    padding: 5rem 0 0;
}

.blog-page .pagination a, .blog-page .pagination span {
	color: #000;
    font-size: 1.8rem;
    line-height: 2rem;
    padding: 0 1rem;
    font-weight: 600;
    cursor: pointer;
}

.post-article-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 2rem 0px 0px;
    flex: 1 1 0%;
}

.post-left-block {
    width: 100%;
    max-width: 70%;
    padding-right: 3rem;
}

.post-right-block {
	width: 30%;
    padding-left: 2rem;
    padding-right: 5rem;
    margin-top: 2.5rem;
}

.post-right-block .section-title.red-left {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 2.5rem;
}

.post-right-block .section-title.red-left div {
    font-size: 2.5rem;
}

.post-right-block .aktualnosci-content-block {
	width: 100%;
	margin-bottom: 2rem;
}

.post-right-block .section-title.red-left div:before {
	width: 125%;
}

.post-left-block h1 {
	width: 100%;
    padding-right: 5rem;
    font-size: 2.5rem;
    line-height: 3.5rem;
    color: #000;
    margin-bottom: 2rem;
}

.entry-content,
.entry-content p {
	font-size: 1.5rem;
    line-height: 1.5;
    color: #707070;
}

.entry-content ol {
	margin: 0;
    padding-left: 2rem;
}

.post-article-form .section-title.red-right div {
    font-size: 2rem;
}

.post-article-form {
    margin: 5rem 0 3rem 0;
}

.post-right-block .red-button-block {
    margin-top: 5rem;
}

.news-form-inputs {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 3rem 0 2rem;
    flex: 1 1 0%;
}

.news-form-inputs span.wpcf7-form-control-wrap {
    width: 48%;
    margin: 0.5rem 0;
}

.article-form.demo-form {
    max-width: 100%;
}

.single-post-page-content .post-image {
    margin-top: 5rem;
}

section.czym-jest-section.pobierz-demo .section-title.red-right div:after {
	width: 74%;
}

/*  ================================================================================  */
/*  ================================================================================  */

.shake:hover {
   animation: shake 0.5s ease-out; 
  cursor: pointer; 
}

@keyframes shake { 
        0% { 
            transform: skewX(-10deg); 
        } 
  
        25% { 
            transform: skewX(10deg); 
        } 
  
        50% { 
            transform: skewX(-10deg); 
        } 
  
        75% { 
            transform: skewX(10deg); 
        } 
  
        100% { 
            transform: skewX(-10deg); 
        } 
    } 




/*  ================================================================================  */
/*  ================================================================================  */
/*  ================================================================================  */
/*  ================================================================================  */

@media only screen and (max-width: 760px) {


.co-wyroznia-content {
	width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 6rem;
}	

.co-wyroznia-block {
    width: 40%;
}

.co-wyroznia-block-img {
    width: 80px;
    margin-bottom: 25px;
}

.co-wyroznia-block-text {
    margin: 1.5rem 0 35px;
    color: #000;
    font-size: 16px;
    line-height: 130%;
}

.mobmenu-content li a {
    display: block;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

.mobmenu-content li {
    border-bottom: 1px solid rgb(0 0 0 / 30%) !important;
}	

.mobmenu-right-panel li {
	padding: 3% !important;
}

.mobmenu-content #mobmenuright li:hover {
    background-color: #cecaca !important;
}

.mobmenu-content #mobmenuright > li > a:hover {
    background-color: transparent !important;
}

.mobmenu-content li.red-button a {
	text-align: center;
    color: #fff !important;
}

.mobmenu-content #mobmenuright .sub-menu {
    background-color: #cecaca !important;	
}

.home-page-big-banner-content {
	margin-top: 0px;
	height: 50vh;
}

.home-page-big-banner-content-alight-center {
    margin-top: 20rem;
    margin-left: 15rem;
}

.home-page .h1-description {
    font-size: 20px;
    line-height: 25px;
    margin: 20px 0;
}

.home section {
    padding: 60px 0 30px;
}

.section-title.red-left div {
    font-size: 30px;
    margin-bottom: 25px;
}

.wybierz-branże-section-block {
    width: 49%;
    margin-bottom: 25px;
}

.wybierz-branże-section-block-image {
    width: 60px;
    height: 60px;
    margin: 20px 0 5px;
    position: relative;
    text-align: center;
}

.wybierz-branże-section-block-top {
	font-size: 16px;
	border-radius: 16px;
}

.wybierz-branże-section-block-title {
    margin: 10px 0 10px;
    text-align: center;
}

.wybierz-branże-section-block-bottom a {
	font-size: 16px;
	min-height: 35px;
	border-radius: 16px;
}

.wybierz-branże-section-block-top:hover img.arrow-img {
    margin: 0 auto;
}

.news-form-inputs,
.czym-jest-section-content {
	flex-direction: column;
}

.kontact-section-block-right-content,
.kontact-section-block-left,
.kontact-section-block-right,
.news-form-inputs span.wpcf7-form-control-wrap,
.post-right-block,
.post-left-block,
.demo-form,
.demo-section-block-left,
.demo-section-block-right,
.moduli-section-block-right, .moduli-section-block-left,
section.czym-jest-section.instalacje-section .czym-jest-section-content-left,
section.czym-jest-section.instalacje-section .czym-jest-section-content-right,
.czym-jest-section-content-right,
.czym-jest-section-content-left {
    width: 100%;
    max-width: 100%;
}

.news-form-inputs span.wpcf7-form-control-wrap {
    margin: 10px 0;
}

.post-right-block {
	margin-bottom: 45px;
}

.section-title.red-right {
    display: flex;
    margin-bottom: 25px;
    margin-top: 45px;
}

section.czym-jest-section.instalacje-section .czym-jest-section-content-left {
	margin-top: 25px;
}

.czym-jest-section-content-right-description {
    margin: 15px 0;
    color: #707070;
    font-size: 16px;
    line-height: 22px;
}

.post-right-block .aktualnosci-content-block {
    width: 100%;
    margin-bottom: 35px;
}

.post-right-block .section-title.red-left div,
.post-article-form .section-title.red-right div,
.demo-section-block-right-title,
.section-title.red-right div {
    font-size: 26px;
    line-height: 1.3;
}

.red-button-block a.red-button {
    background: #cc202c;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    border-radius: 30px;
    padding: 20px 5px;
    width: 100%;
    text-align: center;
    height: 100%;
}

.red-button-block {
    width: 230px;
    height: 60px;
    margin: 0 auto;
}

.czym-jest-section-content-number {
    margin: 35px 0;
    flex-direction: column;
}

.dlaczego-numbers-block {
    text-align: center;
    margin-top: 15px;
}

.dlaczego-numbers.counter {
    font-size: 40px;
    line-height: 1.2;
    color: #000;
}

.dlaczego-numbers-text {
    font-size: 20px;
}

.section-title.red-right div span {
    color: #000;
    position: relative;
}

.section-title.red-right div span:after {
	content: '';
    position: absolute;
    z-index: -1;
    width: calc(100% + 0.5rem);
    left: -0.25rem;
    height: 100%;
    top: 0;
    background: #cc202c;
}

section.home-page {
    padding-top: 0;
}

.gallery-logos-block div {
    width: 49%;
    margin-bottom: 15px;
}

section.zaufali-nam-section.grey-section {
    padding: 60px 0 40px;
}

.section-title.red-right {
    display: flex;
    margin-bottom: 25px;
}

.aktualnosci-content-block {
    width: 100%;
    border-radius: 30px;
    margin: 0 0 35px;
}

.aktualnosci-content-block-image {
    overflow: hidden;
    border-radius: 30px 30px 0 0;
}

.blog-page-image {
    width: 100%;
    height: 180px;
    margin-bottom: 15px;
    border-radius: 30px 30px 0 0;
}

.aktualnosci-content-block-title {
    padding: 0.5rem 15px 0;
    font-size: 18px;
    line-height: 1.3;
}

.aktualnosci-content-block-text.section-deckription {
    padding: 0.5rem 15px 0;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 35px;
}

.read-more a {
	font-size: 16px;
}

.footer-content-end,
.footer-block-content {
	flex-direction: column;
}

.footer-block-logo-firm {
	margin-bottom: 20px;
}

.footer-block-logo-firm-1 {
    max-width: 100px;
    margin-right: 30px;
}
.footer-block-logo-firm-2 {
    max-width: 80px;
}

.footer-block-title {
    font-size: 20px;
}

.moduli-section-block-description,
.site-info,
.footer-block-menu-content ul a,
.footer-block-contact-text,
.footer-block-description {
    font-size: 16px;
    line-height: 26px;
}

footer#colophon {
	padding: 60px 0 25px;
}

.kontact-section-block,
.post-article-content,
.demo-section-block,
.moduli-section-block-buttons,
.moduli-section-block {
    flex-direction: column;
}

.moduli-section-block-title div {
	font-size: 30px;
	margin-bottom: 25px;
}

.moduli-section-block-buttons .red-button-block {
    margin-bottom: 15px;
}

.moduli-section-block-right .swiper-slide {
    min-height: 220px;
}

.moduli-section-block .swiper-button-next,
.moduli-section-block .swiper-button-prev {
	width: 30px;
    height: 45px;
}

.moduli-section-block:nth-child(even) {
    justify-content: flex-start;
    flex-direction: row;
}

.moduli-section-block {
    margin-bottom: 35px;
}

.image-page {
    margin-top: 0;
    min-height: 200px;
}

.image-page-section-red-title {
    font-size: 26px;
    font-weight: 700;
    color: #CC202C;
    line-height: 32px;
    padding-top: 50px;
}

.kontact-section-block-left .section-title.red-right div {
    font-size: 26px;	
    line-height: 32px;
}

.kontact-section-block-right-title,
.image-page-section-big-title {
    font-size: 36px;
    line-height: 1.2;
}

.kontact-section-block-right-description {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 35px;
}

.demo-section-block-right-title.title-red span {
    font-size: 26px; 
}

.wsparcie-techniczne-page .demo-section-block-left {
    padding-top: 35px;
    padding-bottom: 50px;
}

.demo-section-block-right {
    padding: 50px 0 0;
}
.entry-content, .entry-content p,
.faq-card-spoiler p {
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 16px;
}

.answer {
    line-height: 1.5rem;
}

.demo-form select,
input[type="text"], input[type="email"], input[type="tel"], textarea {
	font-size: 16px;
    line-height: 22px;
    padding: 10px;
}

.demo-form textarea {
    resize: none;
    height: 80px;
}

.demo-form .wpcf7-checkbox label .wpcf7-list-item-label {
    font-size: 10px;
    margin-bottom: 10px;
}

.demo-form .wpcf7-checkbox label .wpcf7-list-item-label::before {
	width: 15px;
	height: 15px;
}

input[type="submit"] {
	max-width: 200px;
    border: none;
    margin: 30px auto;
    display: block;
    font-size: 18px;
    line-height: 22px;
    border-radius: 30px;
    padding: 20px 5px;
    width: 100%;
    text-align: center;
    height: 100%;
}

.faq-card {
    padding: 15px 0;
}

.single-post-page-content .post-image {
    margin-top: 0;
}

.post-left-block h1 {
    width: 100%;
    padding-right: 5rem;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 25px;
}

section.demo-section {
    padding: 0;
}

.demo-section-block-right,
section.demo-section.cennik-page .demo-section-block-right {
    padding: 50px 8.4rem 0 8.4rem;
}

.kontact-right-content {
    width: 49%;
}

.kontact-right-content-image {
    width: 60px;
    margin-bottom: 15px;
}

.kontact-right-content-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.kontact-right-content-all a, .kontact-right-content-all {
	font-size: 16px;
}

.wybierz-branże-section-block-bottom ul.sub-menu li {
	width: 49%;
    margin-bottom: 25px;
}

.wybierz-branże-section-block-title ul li a {
	font-size: 16px;
	height: 90px;
	border-radius: 16px;
}

.czym-jest-section-content-right.sticky.stickthis {
    position: relative !important;
}

section.personal-section .section-title.red-right {
	margin-bottom: 35px;
}

.personal-section-block {
    width: 90%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #79797978;
    border-radius: 2rem;
    margin-bottom: 20px;
}

.personal-section-photo {
    margin-bottom: 25px;
}

.personal-section-phone, .personal-section-posada {
    color: #707070;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.template-page h1.entry-title {
	font-size: 26px;
}

.template-page {
    padding: 60px 0;
}

.site-info {
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    flex-direction: column; }

.foot-site-info-menu {
    padding-bottom: 20px;
}





}