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

solcad 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%;
	font-size: 0.85vw;
	scroll-behavior: smooth;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Red Hat Display', sans-serif;
}

/**
 * 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-family: 'Red Hat Display', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0 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;
}

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


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


/**/

body {
	display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-size: 1rem;
    overflow-x: hidden;
}

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

.post, .page {
    margin: 0;
}

footer#kontakt,
footer#colophon {
    background: #F2F1EB;
    padding: 8.5rem 2rem 1rem;
}

header.header {
    background: #F2F1EB;
    width: 100%;
    position: fixed;
    z-index: 15;
} 

div#primary {
    min-height: 90vh;
}

header#masthead {
    display: flex;
    border-bottom: 1px solid #07161B;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 3rem;
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 10;
}

a.custom-logo-link img {
    width: 6.5rem;
}

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

ul#primary-menu a {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #07161B;
    padding: 0 1rem;
}

.current_page_item a {
    color: #680032!important;
    font-weight: 700 !important;
}

a.custom-logo-link {
    padding: 1.1rem 0 1.2rem;
}

#primary-menu .black-button a {
	font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    color: #680032;
    background: transparent;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0.5rem 1.5rem;
    gap: 8px;
    margin-left: 2rem;
    border: 1px solid #680032;
    transition: 0.5s;
}

#primary-menu .black-button a:hover {
	color: #fff;
	background: #680032;
	transition: 0.5s;
}

.container-sol {
    padding: 0 3rem;
}

.home-first-section {
    padding: 7rem 0 0;
}

.home-first-section-left {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 127%;
    text-transform: uppercase;
    color: #43494B;
    width: 100%;
    max-width: 35rem;
}

.home-first-section .container-sol {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.home-first-section-right {
    width: 100%;
    max-width: 30.5rem;
}

.home-first-section-right-text {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 150%;
    color: #43494B;
    padding-bottom: 1rem;
}

.border-button a {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    color: #07161B;
    text-decoration: none;
    border: 1px solid #07161B;
    border-radius: 4px;
    padding: 0.55rem 2rem;
    display: flex;
    align-items: center;
    transition: 0.5s;
}

.border-button a:hover {
	background: #F5F6F6;
	transition: 0.5s;
}

.home-first-section-right .border-button {
	display: flex;
    justify-content: flex-end;
}

.home-first-section-left p {
    margin-bottom: 1.2rem;
}

.home-first-slider {
    width: 36.5rem;
    background: #F2F1EB;
    min-height: 48.6rem;
    height: 100%;
}
.home-first-slider-new {
	width: 100%;
	min-height: 48.6rem;
    height: 100%;
}

.home-first-slider-section-content {
    display: flex;
    flex-direction: row;
}

.home-first-slider-section-image {
	width: calc(100% - 36.5rem);
	height: 48.6rem;
	border-radius: 0 0.3rem 0.3rem 0;
    overflow: hidden;
}

.home-first-slider-slide {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 45rem;
    justify-content: flex-end;
    max-width: 28.5rem;
    padding: 0rem 3rem 2rem 5rem;
}

.home-first-slider-slide-title {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 110%;
    text-align: right;
    color: #43494B;
    padding-bottom: 1.2rem;
}

.home-first-slider-slide-text {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 150%;
    text-align: right;
    color: #878680;
    padding-bottom: 2.5rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    width: 0.9rem;
    height: 0.9rem;
    background: transparent;
    border-radius: 1rem;
    border: 1px solid #43494B;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #43494B !important;
	width: 0.9rem;
    height: 0.9rem;
    border-radius: 1rem;
    border: 1px solid #43494B;
}

.container-zobacz-funkcje {
    padding: 0 0 0 3rem;
}

.home-zobacz-funkcje-section-right {
    width: 40rem;
}

.home-zobacz-funkcje-section .container-zobacz-funkcje {
    padding: 0 0 0 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.home-zobacz-funkcje-section-right-text {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 120%;
    color: #680032;
}

.home-zobacz-funkcje-section {
    padding: 6rem 0 2rem;
    position: relative;
    overflow: hidden;
}

.home-zobacz-funkcje-section 

.home-first-slider-section-image video {
    width: auto;
    height: 100%;
}

.home-first-section-right .border-button a {
	padding: 0.55rem 1.3rem 0.55rem 2rem;
    min-width: 10rem;
    text-align: center;
}

.home-first-section-right .border-button img {
	width: 1.4rem;
    margin-left: 0.4rem;
}

.home-zobacz-funkcje-section .border-button a {
	padding: 0.55rem 6rem 0.55rem 2rem;
    margin-right: -2rem;
}

.new-calendar-section .border-button a:hover,
.home-zobacz-funkcje-section .border-button a:hover {
	background: #F5F6F6;
	transition: 0.5s;
}

.slide-text-home-section-content {
    display: flex;
    flex-direction: row;
}

.slide-text-home-section-left {
	width: 100%;
	max-width: 56rem;
	padding-top: 3.8rem;
}

.slide-text-home-section-row {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 3rem;
    opacity: 0.5;
    cursor: pointer;
}

.slide-text-home-section-row.active {
	opacity: 1;
}

.slide-text-home-section-row-title {
    position: relative;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 120%;
    color: #07161B;
    padding-left: 2.1rem;
    width: 50%;
    max-width: 23rem;
    padding-right: 1rem;
}

.slide-text-home-section-row-descr ul li {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 171%;
    color: #43494B;
    list-style: none;
    position: relative;
}

.slide-text-home-section-row-title:before {
	content: '';
	position: absolute;
	width: 0.9rem;
	height: 0.9rem;
	left: 1rem;
	background: transparent;
	border-radius: 2rem;
	border: 1px solid #43494B;
	left: 0rem;
    top: 0.3rem;
}

.slide-text-home-section-row.active .slide-text-home-section-row-title:before {
	background: #43494B;
}

.slide-text-home-section-row-descr ul li:before {
	content: '+';
    position: absolute;
    width: 0.9rem;
    height: 0.9rem;
    left: -1.2rem;
    color: #43494b;
    font-weight: 800;
    font-size: 1rem;
}

.slide-text-home-section-image {
    width: calc(100% - 56rem);
    border-radius: 0.5rem;
    overflow: hidden;
}

.slide-text-home-section-image img {
	width: auto;
	height: 100%;
}

.home-first-slider-section-image video {
    height: 100%;
}

.home-page-section.klienci-section {
	background: url(/wp-content/uploads/2023/04/image.png) no-repeat;
    background-size: cover;
    min-height: 32rem;
    width: 100%;
    padding: 2.8rem 2rem;
    position: relative;
}

.klienci-section-content {
    position: relative;
    min-height: 26rem;
    z-index: 3;
}

.klienci-section-content-logos {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
}

.klienci-section-content-logo-block {
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-height: 4rem;
    margin-bottom: 15px;
    height: 4rem;
    max-width: 13rem;
}

.white-big-title {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 120%;
    text-align: left;
    color: #FFFFFF;
}

.proect-slide {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 3rem;
}

.proect-home-section {
    padding: 4rem 0;
}

.container-proect {
    padding: 0 15rem;
}

.proect-slide-image {
    border-radius: 0.5rem;
    overflow: hidden;
    width: calc(100% - 38rem);
}

.proect-slide-image img {
	height: 100%;
}

.proect-slide-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 3rem;
    width: 100%;
    max-width: 30.5rem;
    padding-right: 4rem;
}

.proect-slide-left .border-button img {
	width: 1.4rem;
	margin-left: 0.4rem;
}

.proect-slide-text-block {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 300;
    font-size: 2rem;
    line-height: 120%;
    text-transform: uppercase;
    color: #43494B;
    padding-top: 4rem;
}

.proect-slide-left .border-button a {
	text-transform: initial;
}

.proect-home-section-content {
    position: relative;
}

.proect-home-section-content .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    width: 43%;
    bottom: 3rem;
    position: absolute;
}

.calendar-section {
    padding: 6rem 0 3rem;
}

.calendar-section-title {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    color: #680032;
    padding-bottom: 6rem;
    padding-left: 3rem;
}

.news-home-section {
    padding: 10.5rem 0 0;
}

.news-home-section .calendar-section-title {
	padding-bottom: 2rem;
}

.actualnosci-block-content {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-post {
    width: 33.33%;
    border: 1px solid #07161B;
    border-left: none;
}

.news-post:last-child {
	border-right: none;
}

.news-post .image {
    width: 100%;
    height: 18.3rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.news-post .post-text {
    padding: 1.6rem 3rem;
}

.news-title {
    margin-bottom: 1rem;
}

.news-title a {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 120%;
    color: #07161B;
    text-decoration: none;
}

.news-words {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #43494B;
    height: 7.2rem;
    overflow: hidden;
}

a.link_to_post {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    text-decoration-line: underline;
    color: #43494B;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.footer-content-logo {
    width: 10rem;
    padding-bottom: 1.5rem;
}

.footer-content-logo img {
    width: 100%;
}

.footer-content-kontakt.foot-kontakt-left-big {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-content-kontakt.foot-kontakt-right-big {
    max-width: 30.5rem;
}

.footer-content-kontakt-left-big {
    margin-right: 5.5rem;
}

.footer-content-title {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 150%;
    color: #07161B;
    margin-bottom: 0.7rem;
}

.footer-content-kontakt-adress.content-description p,
.footer-content-kontakt-adress.content-description a,
.footer-content-kontakt-adress.content-description {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #43494B;
	text-decoration: none;
}

.footer-contact {
    margin-right: 5.5rem;
}

ul#footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#footer-menu a {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 179%;
    color: #43494B;
    text-decoration: none;
}

div#kontakt {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 120%;
    color: #07161B;
    padding-top: 0.1rem;
    padding-bottom: 1.2rem;
}

.footer-form input[type="text"],
.footer-form input[type="email"], 
.footer-form input[type="url"], 
.footer-form input[type="number"], 
.footer-form input[type="tel"] {
    border-radius: 0.3rem;
    padding: 0.5rem;
    background: #fff;
    margin-bottom: 0.5rem;
    width: 100%;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #43494B;
    border: none;
}

.footer-form textarea {
	width: 100%;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #43494B;
    height: 6rem;
    resize: none;
    border: none;
    border-radius: 0.3rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
}

.footer-form input::placeholder {
	font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #43494B;
}

.footer-form span.wpcf7-form-control.wpcf7-checkbox {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 136%;
    color: #43494B;
    max-width: 70%;
    display: block;
}

.footer-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    color: #fff;
    background: #680032;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0.6rem 1.5rem;
    gap: 8px;
    border: 1px solid #680032;
    transition: 0.5s;
}

.footer-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
	background: #960B4D;
	border: 1px solid #960B4D;
}

.yellow-section {
	background: #F2F1EB;
}

.faq-first-section {
    padding: 7rem 0 0.2rem;
}

.faq-first-section-content {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 127%;
    text-transform: uppercase;
    color: #43494b;
    width: 100%;
}

.faq-section-page {
    padding: 4.3rem 0 0;
}

.demo-section-block-right-title {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 120%;
    color: #680032;
    padding-bottom: 1.7rem;
    border-bottom: 1px solid #07161B;
}

.faq-card {
    border-bottom: 1px solid #07161B;
    cursor: pointer;
}

.question {
    padding: 1.7rem 1.7rem 0 1.7rem;
    position: relative;
}

.question p {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 120%;
    color: #07161B;
    margin-bottom: 1.7rem;
}

.answercont {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #43494B;
    padding: 0 4rem 0 1.7rem;
}

.faq-card.active {
	background: #EAF0F2;
}

.question::after {
    content: "";
    position: absolute;
    right: 1.8rem;
    top: 1.8rem;
    width: 2rem;
    height: 2rem;
    background: url(/wp-content/uploads/2023/04/expand_more-1.svg) no-repeat;
    background-size: contain;
    transition: .2s;
    z-index: 9;
}

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

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

.faq-section-page-content {
    margin-bottom: 5rem;
}



/**/

.slide-text-home-section .container-sol {
	width: 100%;
}

.slide-text-home-section {
    padding-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.slide-text-home-section-col {
    width: 33%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 4rem;
}

.slide-text-home-section-row-img {
    width: 100%;
    max-width: 6rem;
}

.slide-text-home-section-row-title:before {
	display: none;
}

.slide-text-home-section-row-title {
	width: auto;
}

.slide-text-home-section-row-descr {
    padding: 1rem;
}

.slide-text-home-section-row-descr ul {
    margin: 0;
}

.slide-text-home-section-col:nth-child(2) {
	padding-left: 2rem;
}

.slide-text-home-section-col:nth-child(3) {
	padding-left: 3.5rem;
}

.slide-text-home-section-col:after {
    content: '';
    position: absolute;
    right: 1rem;
    width: 1px;
    height: 77%;
    top: 21%;
    background: #07161B;
}

.slide-text-home-section-col:nth-child(2):after {
	right: -1rem;
}

.slide-text-home-section-col:last-child:after {
	display: none;
}


/**/

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

.dark-funkcje-section-block {
    width: 33.33%;
    position: relative;
}

.dark-funkcje-section-block-img {
	border: 1px solid #43494B;
	border-bottom: none;
}

.dark-funkcje-section-block-img {
	border-right: none;
}

.dark-funkcje-section-block-img:nth-child(3n) {
	border: 1px solid #455054;
}

.dark-funkcje-section-block-img {
	position: relative;
}

.dark-funkcje-section-block-img:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #07161B;
	opacity: 7%;
	left: 0;
	top: 0;
	z-index: 2;
}

.dark-funkcje-section-block-img {
    position: relative;
    height: 35rem;
    background-size: cover;
}

.dark-funkcje-section-block-cont-text {
	border: 1px solid #94A3A9;
	background: #43494B;
	height: 100%;
}

section.home-page-section.dark-funkcje-section {
    overflow: hidden;
}

.dark-funkcje-section-block-cont-text {
	border-right: none;
}

.dark-funkcje-section-block-cont-text:nth-child(3n) {
	border: 1px solid #94A3A9;
}

.dark-funkcje-section-block-title-head {
    display: flex;
    flex-direction: row;
}

.dark-funkcje-section-block-cont-text {
    padding: 2rem 2.9rem;
}

.dark-funkcje-section-block-numb {
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    font-weight: 600;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.1rem;
}

.dark-funkcje-section-block-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    padding-top: 0.5rem;
    line-height: 1.4;
    width: calc(100% - 4rem);
}

.dark-funkcje-section-block-title-head {
    border-bottom: 1px solid #94A3A9;
    min-height: 6rem;
}

.dark-funkcje-section-block-text {
    padding: 1rem 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
}

.proect-home-section-new-page {
    position: relative;
}

.proect-home-section-new-page .home-zobacz-funkcje-section-right-text {
    position: absolute;
    top: 4rem;
    left: 3rem;
}

.new-proect-slide {
    display: flex;
    flex-direction: row;
}

.new-proect-slide-image {
    width: 50%;
    min-height: 58rem;
}

.new-proect-slide-left {
    width: 50%;
}

.new-proect-slide-text-block {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 18.5rem;
}

.new-proect-slide-title {
    color: #07161B;
    font-size: 1.5rem;
    font-weight: 900;
    padding-bottom: 1.5rem;
}

.projekty-slider-ico-block-content {
    display: flex;
    flex-direction: row;
}

.new-proect-slide-text {
    max-width: 77%;
}

.projekty-slider-ico-block-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid #43494B;
    border-bottom: 1px solid #43494B;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.projekty-slider-ico-block-img {
    width: 3rem;
    margin-right: 1rem;
}

.projekty-slider-ico-block-text-light {
    color: #43494B;
    font-weight: 300;
    font-size: 0.8rem;
    line-height: 1;
    padding-bottom: 0.7rem;
}

.projekty-slider-ico-block-text-bold {
    color: #07161B;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
}

.projekty-slider-ico-block {
    display: flex;
    flex-direction: row;
    margin-right: 1.5rem;
}

.proect-home-section-new-page .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    left: -28%;
    bottom: 18rem;
}

/**/

.blog-page {
    padding-top: 8rem;
    padding-bottom: 2rem;
}

.aktualnosci-content-block.first-big {
    padding: 0 3rem;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 8rem;
    border: none;
    position: relative;
}

.aktualnosci-content-block.first-big:after {
	content: "Cele mai recente intrări pe blog";
	position: absolute;
	font-family: 'Red Hat Display';
	font-style: normal;
	font-weight: 700;
	font-size: 2rem;
	line-height: 120%;
	color: #680032;
	bottom: -6rem;
	left: 3rem;
}

.aktualnosci-content-block.first-big .blog-page-image {
    width: 74.5rem;
    height: 39rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    border-radius: 0.5rem;
    overflow: hidden;
}

.aktualnosci-content-block.first-big .aktualnosci-content-block-text {
    width: 35.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 39rem;
    justify-content: flex-end;
    padding: 0;
}


.blog-page-title {
	position: absolute;
	left: 3rem;
}


.aktualnosci-content-block.first-big .aktualnosci-content-block-title a {
    width: 80%;
    display: block;
    text-decoration: none;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 120%;
    color: #07161b;
    text-decoration: none;
}

.aktualnosci-content-block-deckription {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #43494B;
    padding-right: 0;
    margin-bottom: 0;
    min-height: 7.5rem;
}

.aktualnosci-content-block.first-big .aktualnosci-content-block-deckription {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #43494B;
    padding-right: 3rem;
    margin-bottom: 2rem;
    min-height: auto;
}

.post-date-more {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.aktualnosci-content-block.first-big .post-date-more { 
    padding-right: 3rem;
}

.post-date {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #43494B;
}


.aktualnosci-content-block:hover,
.news-post:hover {
    background: #F2F1EB;
}

.aktualnosci-content-block.first-big:hover {
	background: none;
}

.aktualnosci-content-block {
    width: 33.33%;
    border: 1px solid #07161b;
    border-left: none;
    float: right;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}

.news-post .image {
    width: 100%;
    height: 18.3rem;
}

.aktualnosci-content-block-text {
	width: 100%;
    padding: 1.6rem 3rem;
}

.aktualnosci-content-block-title {
    margin-bottom: 1rem;
}

.aktualnosci-content-block-title a {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 120%;
    color: #07161b;
    text-decoration: none;
}

.blog-page-image {
    width: 100%;
    height: 18.3rem;
	background-position: top center;
}

.aktualnosci-content {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.container-post {
    padding: 7rem 28rem 5rem;
}

.post-title,
.post-title h1 {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 800;
    font-size: 3rem;
    line-height: 120%;
    color: #07161B;
    margin: 0;
}

.post-title {
	padding-bottom: 1rem;
}

.blog-content-single .post-date {
	margin-bottom: 2rem;
}

.single-image-block {
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 1.7rem;
}


.single-content ol,
.single-content li,
.single-content p,
.single-content {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #43494B;
}

.block-post-description-content {
    margin-bottom: 6rem;
}

.block-post-description-content input[type="text"], 
.block-post-description-content input[type="email"], 
.block-post-description-content input[type="url"], 
.block-post-description-content input[type="number"], 
.block-post-description-content input[type="tel"] {
    border-radius: 0;
    padding: 0.5rem;
    background: #fff;
    margin-bottom: 0.5rem;
    width: 100%;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #43494b;
    border: none;
    border-bottom: 1px solid #c4c4c4;
}

.block-post-description-content .wp-block-contact-form-7-contact-form-selector {
    max-width: 30.5rem;
    padding: 2rem 0;
}

.block-post-description-content input[type="submit"] {
	font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    color: #fff;
    background: #07161b;
    border-radius: 1.3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.6rem 1.5rem;
    gap: 8px;
    border: 1px solid #07161b;
    margin-top: 2rem;
    min-width: 11rem;
    text-align: center;
    justify-content: center;
}

.block-post-description-content span.wpcf7-form-control.wpcf7-checkbox {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 136%;
    color: #43494B;
    max-width: 70%;
    display: block;
}

.single-content .border-button img {
    width: 1.4rem;
    margin-right: 0.4rem;
}

.single-content .border-button a {
	padding: 0.55rem 1rem 0.55rem 1rem;
}

.сennik-first-section-content {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
}

.сennik-first-section-text {
    width: 33rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Red Hat Display';
	font-style: normal;
	font-weight: 300;
	font-size: 2rem;
	line-height: 120%;
	text-transform: uppercase;
	color: #43494B;
	margin-right: 5rem;
}

.сennik-first-yellow-block {
    background: #F2F1EB;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 0.5rem;
    width: 48rem;
    padding: 2rem;
}

.сennik-first-two-block {
    width: 29rem;
    padding-left: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.сennik-first-two-block .сennik-first-two-block-border:first-child {
    margin-bottom: 1rem;
}

.сennik-first-row-block div:first-child {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 120%;
    color: #07161B;
    margin-bottom: 0.3rem;
}

.сennik-first-row-block div:last-child {
	font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 120%;
    color: #43494B;
}

.сennik-first-yellow-block-row {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}

.сennik-first-row-cenna {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 2.3rem;
}

.сennik-first-row-cenna div:first-child {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 163%;
    color: #680032;
}

.сennik-first-row-cenna div:last-child {
	font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 120%;
    color: #43494B;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

.сennik-first-row-list-block-title {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 120%;
    color: #878680;
    margin-bottom: 1.3rem;
    position: relative;
}

.сennik-first-row-list-block-title div {
	background: #F2F1EB;
}

.сennik-first-row-list-block-title:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #878680;
	left: 0;
	bottom: 0;
}

.сennik-first-row-list-block-text {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 120%;
    color: #43494B;
}

.сennik-first-row-list-block-text ul {
    margin: 0;
}

.сennik-first-row-list-block-text ul li {
	list-style: none;
	position: relative;
}

.сennik-first-row-list-block-text ul li:before {
    content: '';
    position: absolute;
    left: -2rem;
    top: 0.5rem;
    background: url(/wp-content/uploads/2023/04/done.svg) no-repeat;
    width: 1rem;
    height: 1rem;
	background-size: contain;
}

.сennik-first-section {
    padding-top: 8rem;
    padding-bottom: 8.7rem;
}

.сennik-first-row-list-block-text ul li {
    list-style: none;
    position: relative;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 185%;
    color: #43494B;
}

.сennik-first-row-list-block-title span {
    background: #F2F1EB;
    padding-right: 1rem;
    padding-bottom: 5px;
    z-index: 2;
    position: relative;
}

.сennik-first-row-list-block {
    margin-bottom: 2.5rem;
}

.сennik-first-yellow-block .black-button {
    display: flex;
    justify-content: flex-end;
}

.сennik-first-yellow-block .black-button a {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    color: #FFFFFF;
    background: #680032;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0.5rem 3rem;
    text-decoration: none;
    transition: 0.5s;
}

.сennik-first-yellow-block .black-button a:hover {
	background: #960B4D;
}

.сennik-first-section-text p {
    padding-top: 4rem;
}

.black-section {
	background: #07161B;
}

.сennik-black-section-title {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 135%;
    color: #FFFFFF;
    padding-bottom: 1.6rem;
}

.сennik-black-section-description {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 3rem;
}

.сennik-black-section-page .white-button {
	display: flex;
	justify-content: center;
}

.сennik-black-section-page .white-button a {
	font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    color: #07161b;
     background: #fff;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-items: center;
    padding: 0.6rem 1.7rem;
    text-decoration: none;
    transition: 0.5s;
}

.сennik-black-section-page .white-button a:hover {
	transition: 0.5s;
	background: #F5F6F6;
}

.сennik-black-section-page .white-button img {
	width: 1.4rem;
	margin-left: 0.4rem;
}

.сennik-black-section-page.black-section {
	padding: 4rem;
    text-align: center;
}

.сennik-first-two-block-border {
    border: 1px solid #07161B;
    border-radius: 0.5rem;
    min-height: 22.5rem;
    padding: 2rem 1.8rem 1.7rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.сennik-first-two-block-title {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 120%;
    color: #07161B;
    margin-bottom: 0.6rem;
}

.сennik-first-two-block-description {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 150%;
    color: #43494B;
    margin-bottom: 0.5rem;
}

.border-button {
    display: flex;
}

.сennik-first-two-block-border .border-button {
    display: flex;
    justify-content: flex-end;
}

.сennik-first-two-block-border .border-button a {
	padding: 0.55rem 3rem;
}

.сennik-first-two-block-border-price {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 133%;
    color: #43494B;
    align-items: flex-end;
}

.сennik-first-two-block-border-price > div {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1;
    color: #07161B;
}

.login-page-section-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.login-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.login-form-block {
	display: flex;
    flex-direction: column;
    box-shadow: 0 0 5px rgba(0,0,0,.25);
    border-radius: 0.5rem;
    width: 31rem;
    padding: 3rem 2.5rem 2.5rem 3rem;
    background: #fff;
    overflow: hidden;
    margin-top: 3rem;
}

.login-form-content {
    width: 30rem;
    padding-left: 2.7rem;
    margin-top: 2rem;
}

.login-form-block-title {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 120%;
    color: #07161B;
    margin-bottom: 2rem;
}

.login-form-block-title div {
	font-family: 'Red Hat Display';
	font-style: normal;
	font-weight: 700;
	font-size: 2rem;
	line-height: 120%;
	color: #680032;
}

.login-form-content-title {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 120%;
    color: #878680;
    margin-bottom: 2rem;
}

.login-form-content-list {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #878680;
} 

.login-form-content-list ul {
	margin: 0;
    list-style: none;
}

.login-form-content-list ul li {
	position: relative;
	margin-bottom: 0.5rem;
}

.login-form-content-list ul li:before {
    content: '';
    position: absolute;
    left: -2rem;
    top: 0.5rem;
    background: url(/wp-content/uploads/2023/04/check.png) no-repeat;
    width: 1rem;
    height: 1rem;
    background-size: contain;
}

.login-form-block input[type="text"],
.login-form-block input[type="tel"],
.login-form-block input[type="email"] {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #43494B;
    width: 100%;
    max-width: 25rem;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #878680;
    margin-bottom: 1rem;
}

.login-form-block input[type="email"]::placeholder {
	font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #43494B;
}

.login-form-block span.wpcf7-form-control.wpcf7-checkbox > span {
	margin: 0;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 150%;
    color: #43494B;
    padding-right: 4rem;
    margin-bottom: 1rem;
}

.login-form-block span.wpcf7-form-control.wpcf7-checkbox label {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.login-form-block span.wpcf7-form-control.wpcf7-checkbox label [type="checkbox"] {
	margin-right: 0.3rem;
	width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.2rem;
}

.login-form-block .wpcf7-submit {
	font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    color: #fff;
    background: #680032;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0.6rem 1.5rem;
    gap: 8px;
    border: 1px solid #680032;
    width: 97%;
    justify-content: center;
}

.masz-konto-form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #43494B;
    margin-top: -2rem;
}

.masz-konto-form p {
	margin: 0;
}

.masz-konto-form a {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    text-decoration-line: underline;
    color: #680032;
    margin-left: 1rem;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.8rem;
    font-weight: normal;
    display: block;
    margin-top: -0.7rem;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 0em;
    padding: 0.2em 1em;
    font-size: 0.8rem;
}

button.elm-button {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    color: #07161B;
    text-decoration: none;
    border: 1px solid #07161B;
    border-radius: 1.8rem;
    padding: 0.55rem 2rem;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

.elm-button:hover, .elm-button:active, .elm-button:focus {
    background: #fff !important;
}

.yellow-section {
	background: #F2F1EB;
}

.funkcje-first-section {
    padding: 7rem 0 2rem;
}

.funkcje-first-section .container-sol {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.funkcje-first-section .home-first-section-right p {
	margin: 0;
}

.funkcje-first-section  .home-first-section-right-text {
	padding: 2rem 2rem 1.4rem;
}

.funkcje-section-block-head {
    display: flex;
    flex-direction: revert;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
}

.funkcje-section-block-title {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 1.94rem;
    line-height: 120%;
    color: #680032;
}

.funkcje-section-block-ico {
    width: 2.9rem;
    margin-right: 1rem;
}

.funkcje-section-block {
	border-bottom: 1px solid #07161B;
}

.funkcje-section-block:last-child {
	margin-bottom: 6rem;
	border: none;
}

.funkcje-section-block:nth-child(odd) .funkcje-section-block-center {
	width: 100%;
	max-width: 80rem;
	margin: 0 auto;
}

.funkcje-section-block:nth-child(odd) .funkcje-section-block-image {
    width: 100%;
    margin-bottom: 3rem;
}

.funkcje-section-block-image {
	width: 100%;
	max-width: 80rem;
	border-radius: 0.5rem;
    overflow: hidden;
}

.funkcje-section-block-image img {
	width: 100%;
}

.funkcje-section-block-text-title {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 120%;
    color: #07161B;
    padding-bottom: 1rem;
}

.funkcje-section-block-text {
	width: 98%;
    display: flex;
    justify-content: center;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 auto;
}

.funkcje-section-block-text-block {
    width: 33.33%;
    border-right: 1px solid #07161B;
    padding: 0 1.8rem;
    margin-bottom: 3.6rem;
}

.funkcje-section-block-text-block:first-child {
	padding-left: 0;
}

.funkcje-section-block-text-block:last-child {
	border: none;
}

.funkcje-section-block:nth-child(even) .funkcje-section-block-body {
	display: flex;
    justify-content: center;
    flex: 1;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0 3rem;
    padding-bottom: 1rem;
}

.funkcje-section-block:nth-child(even) .funkcje-section-block-text {
	flex-direction: column;
}

.funkcje-section-block:nth-child(even) .funkcje-section-block-text-block {
	width: 90%;
	border-right: none;
	border-bottom: 1px solid #07161B;
	padding-left: 0;
	margin-bottom: 1.8rem;
    padding-bottom: 1.8rem;
}

.funkcje-section-block:nth-child(even) .funkcje-section-block-text-block:last-child {
	border: none;
}

.funkcje-section-block:nth-child(even) .funkcje-section-block-text {
	justify-content: flex-start;
}

.funkcje-section-block-text-description {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 150%;
    color: #43494B;
}

.calendar-line {
	position: relative;
}

.calendar-block {
	display: none;
	flex-direction: column;
    background: #F2F1EB;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 0.5rem;
    position: absolute;
    width: 22.5rem;
    left: -8rem;
    height: 21.5rem;
    padding: 2rem;
}

.calendar-block.active {
	display: flex;
}

.calendar-section-content {
    min-height: 22rem;
    position: relative;
}

.calendar-section-content:before {
	content: '';
	width: 100%;
	height: 3px;
	top: 7.3rem;
	left: 0;
	background: #43494B;
	position: absolute;
}

.calendar-line-line {
	position: absolute;
	z-index: 2;
}

.calendar-date img {
    width: 1.5rem;
    margin-right: 0.5rem;
}

.calendar-line-line.calendar-1 {
    left: 3rem;
}

.calendar-line-line.calendar-2 {
    left: 19.3rem;
}

.calendar-line-line.calendar-3 {
    left: 35.5rem;
}

.calendar-line-line.calendar-4 {
    left: 51.6rem;
}

.calendar-line-line.calendar-5 {
    left: 67.8rem;
}

.calendar-line-line.calendar-6 {
    left: 84rem;
}

.calendar-line-line.calendar-7 {
    left: 100.2rem;
}

.calendar-t {
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    background: #43494B;
    border-radius: 50%;
    top: 7.1rem;
    cursor: pointer;
}

.calendar-date {
    font-family: 'Exo';
    font-style: normal;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 120%;
    text-transform: uppercase;
    color: #43494b;
    top: 4rem;
    position: absolute;
    display: flex;
    min-width: 10rem;
}

.calendar-line-line:nth-child(even) .calendar-date {
    top: 9.6rem;
}

.calendar-block {
    display: none;
    flex-direction: column;
    background: #F2F1EB;
    background: #f2f1ebd9;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 0.5rem;
    position: absolute;
    width: 22.5rem;
    left: -8rem;
    height: 21.5rem;
    padding: 2.5rem 2rem 2rem 2rem;
    z-index: 2;
}

.calendar-block.active {
  display: flex;
}

.calendar-date.hide {
  display: none;
}

.calendar-block-row-date {
    font-family: 'Exo';
    font-style: normal;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 120%;
    text-transform: uppercase;
    color: #43494b;
}

.calendar-block-date-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.calendar-block-row-date-zrobione img {
    width: 1.2rem;
    margin-right: 0.5rem;
}

.calendar-block-row-date-zrobione {
    font-family: 'Exo';
    font-style: normal;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 120%;
    text-transform: uppercase;
    color: #348B4C;
    background: #E1FDE9;
    border-radius: 0.25rem;
    padding: 0.2rem 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-top: -0.2rem;
}

.calendar-block-descr {
    font-family: 'Exo';
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 120%;
    color: #43494B;
    margin-top: 7rem;
}

.calendar-line-line.active .calendar-block {
  display: flex;
}

.calendar-line-line.active .calendar-date {
  display: none;
}

textarea:focus, input:focus{
    outline: none;
}

.kontakt-form-section {
    padding: 1rem 0 0;
}

.kontakt-form input {
    background: none;
    border: none;
    border-bottom: 1px solid #43494B;
    border-radius: 0;
}

.kontakt-form {
	width: 100%;
    max-width: 38rem;
    padding-top: 1.5rem;
    margin-left: 23.5rem;
    margin-right: 6.5rem;
}

.kontakt-form-section .container-sol {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.kontakt-form-adress {
	padding-right: 0;
    padding-top: 2.5rem;
    padding-left: 0;
}

.kontakt-form-adress-block {
    border: 1px solid #07161B;
    border-radius: 0.5rem;
    width: 24rem;
    min-height: 11rem;
    margin-bottom: 2rem;
    padding: 2rem 1.7rem;
}

.kontakt-form-adress-title {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 900;
    font-size: 1.2rem;
    line-height: 150%;
    color: #43494b;
    margin-bottom: 1rem;
}

.kontakt-form-adress p, .kontakt-form-adress p a {
    color: #43494b;
    font-size: 1.2rem;
    margin-bottom: 0;
    text-decoration: none;
}

.kontakt-page-row p {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}

.kontakt-form .kontakt-page-row input {
    background: none;
    border: none;
    border-bottom: 1px solid #43494B;
    border-radius: 0;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #07161B;
    opacity: 1;
    width: 100%;
}

.kontakt-form textarea {
	background: transparent;
    height: 2.2rem;
    resize: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #43494B;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #07161B;
    overflow: hidden;
    margin-bottom: 1.5rem;
    width: 100%;
}

.kontakt-form textarea::placeholder,
.kontakt-form .kontakt-page-row input::placeholder {
	opacity: 0.3;
	font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #07161B;
}

.kontakt-form input[type="submit"] {
	font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    color: #fff;
    background: #680032;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0.5rem 4rem;
    gap: 8px;
    border: 1px solid #680032;
    margin: 0 auto;
    transition: 0.5s;
}

.login-form-block .wpcf7-submit:hover,
.kontakt-form input[type="submit"]:hover {
	background: #960B4D;
	border: 1px solid #960B4D;
}


.kontakt-form span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required > span {
    margin: 0;
}

.kontakt-form span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required > span label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.kontakt-form span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required > span label input[type="checkbox"] {
    margin-right: 0.5rem;
    margin-top: 0.2rem;
}

.kontakt-map {
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 3rem;
}

.kontakt-map iframe {
    width: 100%;
    height: 100%;
    min-height: 42rem;
    border-radius: 0.8rem;
}

div#pobierz-form {
	width: 46rem;
    /*background: url(/wp-content/uploads/2023/05/contact-form-popup.png);*/
    background: #f2f1eb;
    border-radius: 0.5rem;
    margin: 0 auto;
    padding: 3.7rem 4rem 0;
}

.popup-block {
    position: relative;
}

button.mfp-close {
    position: absolute;
    right: -2rem;
    font-size: 1.6rem;
    top: -2rem;
}

.popup-block-title {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 2.7rem;
    line-height: 120%;
    color: #07161b;
    margin-bottom: 1.7rem;
}

.popup-block input[type="text"], 
.popup-block input[type="email"], 
.popup-block input[type="url"], 
.popup-block input[type="number"], 
.popup-block input[type="tel"] {
    padding: 0.6rem 0.5rem 0.6rem 0.5rem;
    background: #fff;
    margin-bottom: 1rem;
    width: 100%;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 150%;
    color: #43494b;
    border: none;
    border-radius: 0.2rem;
}

.popup-block textarea {
    width: 100%;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 150%;
    color: #43494B;
    height: 6rem;
    resize: none;
    border: none;
    border-radius: 0.2rem;
    margin-bottom: 1.3rem;
}

.popup-block input.wpcf7-form-control.has-spinner.wpcf7-submit {
	font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 150%;
    color: #fff;
    background: #07161b;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.5rem;
    gap: 8px;
    border: 1px solid #07161b;
    width: 17.5rem;
    margin-top: 1.1rem;
}



/* cooci */

.js-lwpcngNotice.lwpcngNotice {
    background: #fff;
    background: rgba(255, 255, 255, .97);
    color: #000;
    border-color: #ddd;
    width: 100%;
    /*max-width: 500px;*/
    right: 20px !important;
    position: fixed;
    /*top: 20px !important;*/
    left: auto !important;
    /*height: 365px;*/
    padding: 10px 5px 50px 15px;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
    height: 125px;
    max-width: 350px;
    bottom: 20px !important;
}


.lwpcngNotice-light {
    background: #fff;
    background: rgba(255, 255, 255, .97);
    color: #000;
    border-color: #ddd;
    width: 100%;
    max-width: 500px;
    right: 20px !important;
    position: fixed;
    bottom: 20px !important;
    left: auto !important;
    height: 365px;
    padding: 10px 15px 50px;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
}

.lwpcngNotice_message {
    display: block;
    margin-right: 8px;
    font-size: 14px;
    overflow-y: scroll;
    /*height: 265px;*/
    height: 60px;
    padding: 10px 15px;
    text-align: left;
    position: relative;
    font-weight: 400;
    line-height: 17px;
}

.lwpcngNoticeBar .lwpcngNotice_buttons {
    display: inline;
    position: relative;
}

.lwpcngNotice-light .lwpcngNotice_accept {
    border-color: #ddd;
    background: #fff;
    color: #00a65a;
}

.lwpcngNotice_reject.js-lwpcngReject {
    position: absolute;
    top: -135px;
    right: -189px;
    width: auto;
    padding: 6px 12px !important;
    border: none;
    background: 0 0;
}

.lwpcngNotice_accept {
  background-color: #000 !important;
    color: #fff !important;
    text-decoration: none;
    position: relative;
    z-index: 999;
    transition: background .2s ease-in, color .2s;
    -moz-transition: background .2s ease-in, color .2s;
    -ms-transition: background .2s ease-in, color .2s;
    -o-transition: background .2s ease-in, color .2s;
    -webkit-transition: background .2s ease-in, color .2s;
    width: 170px;
    float: none;
    margin: 13px auto 0;
    line-height: 1.1;
    border: none;
    display: block;
    font-size: 13px;
    background: #343434;
    padding: 10px 35px 10px;
    border-radius: 5px;
    font-weight: 400;
}

.lwpcngNotice-dark .lwpcngNotice_reject:hover {
    background: #fff;
    color: #000;
}

.lwpcngNotice-dark .lwpcngNotice_accept:hover {
    background: #fff;
    color: #000;
}


.roadmap-page-filter {
    width: 19rem;
    min-height: 10rem;
    padding-top: 3rem;
}

.roadmap-page-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.roadmap-category-content {
    width: calc(100% - 19rem);
    padding-top: 3rem;
        width: 100%;
    display: flex;
    justify-content: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.roadmap-page-filter-title {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 135%;
    color: #07161b;
    padding-bottom: 1rem;
}

.roadmap-block-title {
    margin-bottom: 1rem;
}

.roadmap-category-content-center {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.roadmap-block {
    width: 48%;
    /*border: 1px dashed;*/
    min-height: 20.5rem;
    margin-bottom: 3rem;
    padding: 1.5rem 2rem 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
}

.roadmap-block,
.roadmap-block.planujemy-wdrozyc,
.roadmap-block.obecnie-pracujemy-nad {
	background: url(/wp-content/uploads/2023/07/border.svg) no-repeat;
	background-size: contain;
}

.planowane-block {
    color: #43494B;
    line-height: 1.3;
    font-weight: 300;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
}

.roadmap-category-name > div {
    color: #43494B;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
    padding-left: 1.1rem;
    position: relative;
}

.roadmap-category-name {
    padding-bottom: 1.7rem;
}

.roadmap-block-title a {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 120%;
    color: #07161b;
    padding-bottom: 1rem;
    text-decoration: none;
}

.roadmap-block-description {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #43494b;
}

.roadmap-block .read-more a {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    text-decoration-line: underline;
    color: #43494b;
    text-align: right;
    display: flex;
    justify-content: flex-start;
}

.roadmap-category-name .planujemy-wdrozyc:before {
	content: '';
	position: absolute;
	width: 1rem;
    height: 1rem;
    top: 0.2rem;
    left: -0.2rem;
	background: url(/wp-content/uploads/2023/07/event_repeat.svg) no-repeat;
	background-size: contain;
} 

.roadmap-category-name .obecnie-pracujemy-nad {
	color: #F28F37;
}

.roadmap-category-name .obecnie-pracujemy-nad:before {
	content: '';
	position: absolute;
    width: 1rem;
    height: 1rem;
    top: 0.2rem;
    left: -0.2rem;
	background: url(/wp-content/uploads/2023/07/clock_loader_40.svg) no-repeat;
	background-size: contain;
} 

.roadmap-category-name .dostepne-funkcje {
	color: #348B4C;
}

.roadmap-category-name .dostepne-funkcje:before {
	content: '';
	position: absolute;
    width: 1rem;
    height: 1rem;
    top: 0.2rem;
    left: -0.2rem;
	background: url(/wp-content/uploads/2023/07/done_outline.svg) no-repeat;
	background-size: contain;
} 

.roadmap-block.dostepne-funkcje {
    border: 1px solid #07161B;
    background: none;
}

.roadmap-block-center {
    position: relative;
}

.roadmap-tags-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: absolute;
    top: 0.2rem;
    right: 0;
}

.roadmap-tags-block > div {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    margin-left: 0.3rem;
}

.roadmap-tags-block .modul-projektowy {
	background: url(/wp-content/uploads/2023/07/foundation.svg) no-repeat;
	background-size: contain;
}

.roadmap-tags-block .modul-ofertowy {
	background: url(/wp-content/uploads/2023/07/multiline_chart.svg) no-repeat;
	background-size: contain;
}

.roadmap-page-filter .widget-title.wpc-filter-title {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 135%;
    color: #07161b;
    padding-bottom: 1rem;
    margin: 0;
}

.roadmap-page-filter .wpc-filters-main-wrap li.wpc-term-item label a {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 5px;
    margin-left: 0;
    line-height: 1.3;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #43494b;
}

.roadmap-page-filter .wpc-term-count {
	display: none;
}

.roadmap-single-post-tag {
	width: 100%;
	position: relative;
}

.new-calendar-section {
	background: #f2f1eb;
	padding: 4.5rem 0;
	position: relative;
}

.new-calendar-section .border-button {
	position: absolute;
	top: 3rem;
	right: -2px;
}

.new-calendar-section .border-button a {
	background: #fff;
}

.new-calendar-section-content {
    padding-left: 3rem;
}

.new-calendar-section .calendar-section-title {
	padding-bottom: 3rem;
}

.new-calendar-section-content .swiper-slide {
	width: 20.4rem !important;
    margin-right: 2rem !important;
    border: 1px solid #43494B;
    border-radius: 0.4rem;
    padding: 1.5rem 1.8rem;
    position: relative;
    background: #fff;
    margin-bottom: 2rem;
}

.new-calendar-section-content .calendar-date {
    position: absolute;
    right: -6rem;
    top: 0.3rem;
    font-size: 0.8rem;
}

.calendar-text {
	font-family: 'Red Hat Mono', monospace;
	font-size: 1rem;
	font-weight: 400;
	padding-left: 1.3rem;
	position: relative;
}

.calendar-text.dostepne,
.calendar-text.Dostępne.funkcje {
	color: #348B4C;
}

.calendar-text.planujemy,
.calendar-text.Planujemy.wdrożyć {
	color: #43494B;
}

.calendar-text.obecnie,
.сalendar-content.Obecnie.pracujemy.nad {
	color: #F28F37;
}

.calendar-text:before {
	content: '';
	position: absolute;
	top: 0.2rem;
	left: 0;
	width: 1rem;
	height: 1rem;
}

.calendar-text.dostepne:before {
	background: url(/wp-content/uploads/2023/07/done_outline-1.svg) no-repeat;
	background-size: contain;
}

.calendar-text.planujemy:before {
	background: url(/wp-content/uploads/2023/07/event_repeat-1.svg) no-repeat;
	background-size: contain;
}

.calendar-text.obecnie:before {
	background: url(/wp-content/uploads/2023/07/clock_loader_40-1.svg) no-repeat;
	background-size: contain;	
}

.сalendar-content-text {
    color: #43494B;
    padding-top: 0.7rem;
    font-size: 1.3rem;
    line-height: 1.2;
    font-family: 'Red Hat Mono', monospace;
    font-weight: 500;
}

/*.new-calendar-section-content .swiper-slide.dostepne {
	border: 1px solid #348B4C;
}*/

.new-calendar-section-content .swiper-slide.planujemy {
	position: relative;
	border: 1px dashed #43494B;
}

.сalendar-content {
    position: relative;
    z-index: 1;
}

/*.new-calendar-section-content .swiper-slide.planujemy:before {
	content: '';
    position: absolute;
    left: 0;
    top: 0rem;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2023/07/frame.svg) no-repeat;
    background-size: cover;
}*/

.dark-funkcje-hover-block {
    width: 100%;
    height: 100%;
    background: #43494B;
    z-index: 2;
    color: #fff;
    padding: 4rem;
    -webkit-transition: bottom 0.8s ease;
    -moz-transition: bottom 0.8s ease;
    -o-transition: bottom 0.8s ease;
    -ms-transition: bottom 0.8s ease;
    transition: bottom 0.8s ease;
    position:absolute;
    bottom:-100%;
}

.dark-funkcje-section-block-img {
	overflow: hidden;
}

.dark-funkcje-section-block-img:hover > .dark-funkcje-hover-block {
    bottom:0;
}

.dark-funkcje-hover-block-title {
    color: #fff;
    font-size: 2rem;
    line-height: 1.1;
    padding-bottom: 1.5rem;
    font-weight: 600;
}

.dark-funkcje-hover-block-text ul {
	margin: 0;
}

.dark-funkcje-hover-block-text ul li {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
    padding-bottom: 0.7rem;
    position: relative;
    padding-left: 0.5rem;
    list-style: none;
}

.dark-funkcje-hover-block-text {
	color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;	
}

.dark-funkcje-hover-block-text ul li:before {
	content: '';
    position: absolute;
    left: -2rem;
    top: 0.1rem;
    width: 1.8rem;
    height: 1.8rem;
    background: url(/wp-content/uploads/2023/07/check.svg) no-repeat;
    background-size: cover;
}

.news-home-section-new {
	position: relative;
	padding: 4rem 0 0;
}

.border-button.news-home-section-button {
    position: absolute;
    top: 3rem;
    right: -2px;
}

.new-home-banner-top-left {
    width: 36.5rem;
    background: #f2f1eb;
    min-height: 48.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 3rem;
}

section.new-home-banner-top {
    padding-top: 3.99rem;
}

.bordo-button a {
    color: #fff;
    background: #680032;
    border: 1px solid #680032;
}

.bordo-button a:hover {
	background: #960B4D;
	border: 1px solid #960B4D;
	transition: 0.5s;
}

.new-home-banner-top-slider {
    width: calc(100% - 36.5rem);
}

.new-home-banner-top-content {
    display: flex;
    flex-direction: row;
}

.new-home-banner-top-slider .swiper-pagination-bullet {
	border: 1px solid #fff !important;
	opacity: 1;
	margin: 0 0.5rem !important;
} 

.new-home-banner-top-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 1px solid #fff !important;
	background: #fff !important;
} 

.border-button img {
    margin-left: 0.5rem;
}

.slider-slide-new-text-block {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    background: #43494B80;
    padding: 1rem 13rem 1rem 4rem;
    position: absolute;
    top: 3.5rem;
    right: 0;
    z-index: 2;
    line-height: 1.4;
        border-left: 2px solid #fff;
            min-width: 28%;
}

.new-home-banner-top .swiper-container {
  height: 100%;
}

.home-first-slider-slide-new img {
  height: 100% !important;
      width: 100%;
}

.home-first-slider-slide-new {
    height: 100%;
}


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

.home-first-section .container-sol {
	flex-direction: column;
}

.home-first-section-left {
    font-size: 28px;
    max-width: 90%;
    margin-bottom: 25px;
}

.home-first-section-right {
    width: 100%;
    max-width: 90%;
    margin-bottom: 15px;
}

.home-first-section-right .border-button {
    display: flex;
    justify-content: center;
}

.home-first-section-right-text {
    font-size: 18px;
    padding-bottom: 15px;
}

.home-first-section-right .border-button a {
    font-size: 16px;
    line-height: 150%;
    padding: 10px 50px;
    border-radius: 100px;
}

.home-first-section-right .border-button a img {
    width: 15px;
    margin-left: 0.5rem;
}

.home-first-slider-section-content {
    display: flex;
    flex-direction: column-reverse;
}

.home-first-slider-section-image {
    width: 100%;
    height: auto;
    border-radius: 0 0.3rem 0.3rem 0;
    overflow: hidden;
}

.home-first-slider {
    width: 100%;
    background: #f2f1eb;
    min-height: 50rem;
    height: 100%;
    border-radius: 0.3rem 0 0 0.3rem;
}

.home-first-slider-slide {
	max-width: 78%;
}

.home-first-slider-slide-title {
	font-size: 20px;
}

.home-first-slider-slide-text {
	font-size: 16px;
}

.home-zobacz-funkcje-section .border-button a {
	margin-right: 0;
    font-size: 16px;
    padding: 10px 30px 10px 30px;
    border-radius: 100px;
}

.home-zobacz-funkcje-section .container-zobacz-funkcje {
	padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-zobacz-funkcje-section-right {
    width: 80%;
    margin-bottom: 15px;
}
.home-zobacz-funkcje-section-right-text {
	font-size: 18px;
	text-align: center;
}

.home-zobacz-funkcje-section .border-button img {
	width: 1.4rem;
    margin-left: 0.3rem;
}

.slide-text-home-section-content {
	flex-direction: column;
}

.slide-text-home-section-left {
	max-width: 100%;
    padding-top: 25px;
    margin-bottom: 15px;
}

.slide-text-home-section-image {
	width: 100%;
}

.slide-text-home-section-row {
	flex-direction: column;
}

.slide-text-home-section-row-title {
	font-size: 18px;
    line-height: 120%;
    color: #07161B;
    padding-left: 20px;
    width: 100%;
    max-width: 100%;
    padding-right: 1rem;
    padding-bottom: 10px;
}

.slide-text-home-section-row-descr ul li:before {
    content: '+';
    position: absolute;
    width: 10px;
    height: 10px;
    left: -12px;
    color: #43494b;
    font-weight: 800;
    font-size: 14px;
 }

 .slide-text-home-section-row-title:before {
    width: 7px;
    height: 7px;
    left: 1rem;
    background: transparent;
    border-radius: 2rem;
    border: 1px solid #43494B;
    left: 7px;
    top: 7px;
 }

 .slide-text-home-section-row-descr ul li {
 	font-size: 14px;
 }

.white-big-title {
	font-size: 26px;
}

.home-page-section.klienci-section {
	min-height: 280px;
}

.klienci-section-content-logos {
	justify-content: center;
	margin-top: 50px;
	position: relative;
}

.container-proect {
    padding: 0 5rem;
}

.proect-slide-image,
.proect-slide-left {
	max-width: 90%;
}

.calendar-section {
	display: none;
}

.klienci-section-content-logo-block {
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-height: 60px;
    margin-bottom: 37px;
    height: 60px;
    max-width: 25%;
    margin: 0 10px 25px;
}

.proect-slide-text-block {
	font-size: 18px;
}

.proect-slide-left .border-button a {
    text-transform: initial;
    font-size: 12px;
    padding: 10px 25px 10px 25px;
    border-radius: 100px;
    margin-bottom: 20px;
}

.proect-slide-image {
    border-radius: 0.5rem;
    overflow: hidden;
    width: 100%;
}

.calendar-section-title {
	font-size: 26px;
	padding-bottom: 25px;
}

.footer-content,
.footer-content-kontakt.foot-kontakt-left-big {
	flex-direction: column;
}

.footer-content-logo {
    width: 100px;
    padding-bottom: 1.5rem;
    margin-bottom: 15px;
}

.footer-content-title {
	font-size: 16px;
	margin-bottom: 10px;
}

.actualnosci-block-content {
	justify-content: center;
}

.news-post {
    width: 100%;
    border: 1px solid #07161b;
    border-left: none;
}

.news-post .image {
    width: 100%;
    height: 150px;
}

.news-post .post-text {
    padding: 10px;
}

.news-title a {
	font-size: 18px;
}

.news-words {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #43494b;
    height: auto;
    overflow: hidden;
}

a.link_to_post {
	font-size: 16px;
}

ul#footer-menu a,
.footer-content-kontakt-adress.content-description {
	font-size: 14px;
}

.footer-content-kontakt.foot-kontakt-right-big {
    max-width: 100%;
}

div#kontakt {
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.footer-form input[type="text"], .footer-form input[type="email"], .footer-form input[type="url"],
 .footer-form input[type="number"], .footer-form input[type="tel"] {
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
    width: 100%;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #43494B;
    border: none;
    border-radius: 0.3rem;
}

.footer-form input::placeholder {
	font-size: 16px;
}

.footer-form span.wpcf7-form-control.wpcf7-checkbox {
	font-size: 10px;
	max-width: 90%;
}

.footer-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    background: #07161b;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 30px;
    gap: 8px;
    border: 1px solid #07161b;
    margin-top: 15px;
}

.footer-content-kontakt-adress.content-description.footer-content-soc {
    margin-bottom: 10px;
}

.funkcje-first-section .container-sol {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    padding-top: 30px;
}

.funkcje-section-block .funkcje-section-block-center,
.funkcje-section-block:nth-child(odd) .funkcje-section-block-center {
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
}

.funkcje-section-block-ico {
    width: 50px;
    margin-right: 10px;
}

.funkcje-section-block-title {
	font-size: 22px;
}

.funkcje-section-block:nth-child(odd) .funkcje-section-block-image {
    width: 100%;
    margin-bottom: 25px;
}

.funkcje-section-block-image {
    width: 100%;
    max-width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 25px;
}

.funkcje-section-block-text-block {
    width: 100%;
    border-bottom: 1px solid #07161B;
    padding: 0 15px 15px 0px;
    margin-bottom: 25px;
    border-right: none;
}

.funkcje-section-block-text-title {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 120%;
    color: #07161B;
    padding-bottom: 10px;
}

.funkcje-section-block-text-description {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #43494B;
}

.сennik-black-section-page.black-section {
    padding: 30px;
    text-align: center;
}

.сennik-black-section-title {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    color: #FFFFFF;
    padding-bottom: 15px;
}

.сennik-black-section-description {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.сennik-black-section-page .white-button a {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #07161b;
    background: #fff;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-items: center;
    padding: 10px 30px;
    text-decoration: none;
}

.сennik-black-section-page .white-button a img {
    width: 13px;
    margin-left: 10px;
}

.сennik-first-section-content {
	flex-direction: column;
}

.сennik-first-section-text {
    width: 100%;
    font-size: 24px;
}

.сennik-first-yellow-block {
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
}

.сennik-first-row-block div:first-child {
	font-size: 22px;
	    margin-bottom: 10px;
}

.сennik-first-row-block div:last-child {
	font-size: 16px;
}

.сennik-first-row-cenna div:first-child {
	font-size: 22px;
}

.сennik-first-row-cenna div:last-child {
	font-size: 10px;
}

.сennik-first-row-list-block {
    margin-bottom: 15px;
}

.сennik-first-row-list-block-title {
	font-size: 18px;
}

.сennik-first-row-list-block-text ul {
    margin: 0;
    padding-left: 25px;
}

.сennik-first-row-list-block-text ul li {
	font-size: 16px;
}
.сennik-first-row-list-block-text ul li:before {
    content: '';
    position: absolute;
    left: -17px;
    top: 12px;
    background: url(/wp-content/uploads/2023/04/done.svg) no-repeat;
    width: 10px;
    height: 10px;
    background-size: contain;
}

.сennik-first-yellow-block .black-button a {
    font-size: 16px;
    line-height: 150%;
    border-radius: 100px;
    padding: 10px 30px;
}

.сennik-first-two-block {
    width: 100%;
    padding-left: 0;
}

.сennik-first-two-block-border {
    border: 1px solid #07161b;
    border-radius: 8px;
    min-height: 22.5rem;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 15px 0;
}

.сennik-first-two-block-title {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #07161b;
    margin-bottom: 10px;
}

.сennik-first-two-block-description {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #43494b;
    margin-bottom: 15px;
}

.border-button a {
	font-size: 16px;
    line-height: 150%;
    border-radius: 100px;
    padding: 10px 30px;
}

.сennik-first-two-block-border .border-button a {
    padding: 10px 30px;	
}

.сennik-first-two-block-border-price {
	font-size: 14px;
	margin-bottom: 10px;
}

.сennik-first-two-block-border-price > div {
	font-size: 20px;
}

.faq-section-page {
    padding: 45px 0 25px;
}

.demo-section-block-right-title {
    font-size: 24px;
    padding-bottom: 25px;
    border-bottom: 1px solid #07161B;
}

.question p {
	font-size: 18px;
}

.answercont {
	font-size: 14px;
}

.question::after {
	width: 20px;
    height: 20px;
}

.question {
    padding: 10px 30px 10px 10px;
    position: relative;
}

.aktualnosci-content-block.first-big .aktualnosci-content-block-text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: auto;
    justify-content: flex-end;
    padding: 0;
    margin-bottom: 15px;
}

.aktualnosci-content-block.first-big .aktualnosci-content-block-title a {
	font-size: 22px;
	width: 90%;
}

.aktualnosci-content-block {
	width: 100%;
}

.blog-page-image {
    width: 100%;
    height: 150px;
    background-position: top center;
}

.aktualnosci-content-block-text {
    width: 100%;
    padding: 10px;
}

.aktualnosci-content-block-title a {
	font-size: 18px;
}

.aktualnosci-content-block.first-big .aktualnosci-content-block-deckription,
.post-date,
.aktualnosci-content-block-deckription {
	font-size: 14px;
}

button.elm-button {
    font-size: 16px;
    line-height: 150%;
    border-radius: 100px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.footer-form textarea {
    width: 100%;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #43494b;
    height: 60px;
    resize: none;
    border: none;
    margin-bottom: 10px;
    padding: 10px;
}


.aktualnosci-content-block-deckription {
	margin-bottom: 10px;
}

.aktualnosci-content-block.first-big {
    padding: 0 3rem;
    width: 45%;
    display: flex;
    justify-content: flex-start;
    flex: 1;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    flex-wrap: nowrap;
    align-items: stretch;
    margin-bottom: 8rem;
    border: none;
    position: relative;
    margin-top: 55px;
}

.aktualnosci-content-block.first-big .blog-page-image {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.aktualnosci-content-block.first-big:after {
	font-size: 28px;
	bottom: auto;
	top: -13rem;
    left: 3rem;
}

.faq-first-section-content {
	font-size: 20px;
	padding-top: 15px;
}

.faq-section-page .demo-section-block-right-title {
	padding-top: 35px;
}

.login-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-page-section {
    width: 100%;
    height: auto !important;
    overflow: visible !important;
    min-height: 100vh;
    padding-bottom: 35px;
}

.login-page-section-content {
	padding-top: 70px;
}

.login-form-block {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 5px rgba(0,0,0,.25);
    border-radius: 8px;
    width: 80%;
    padding: 25px;
    background: #fff;
    overflow: hidden;
    margin-top: 0;
}

.login-form-block-title {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 30px;
}

.login-form-block-title div {
	font-size: 22px;
}

.login-form-block input[type="email"] {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #43494b;
    width: 100%;
    max-width: 90%;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #878680;
    margin-bottom: 15px;
}

.login-form-block input[type="email"]::placeholder {
	font-size: 16px;
}

.login-form-block span.wpcf7-form-control.wpcf7-checkbox>span {
    margin: 0;
    font-size: 10px;
    line-height: 150%;
    color: #43494b;
    padding-right: 4rem;
    margin-bottom: 15px;
}

.login-form-block span.wpcf7-form-control.wpcf7-checkbox label [type="checkbox"] {
    margin-right: 10px;
    width: 10px;
    height: 10px;
    margin-top: 0.2rem;
}

.login-form-block .wpcf7-submit {
    font-size: 16px;
    line-height: 150%;
    border-radius: 100px;
    padding: 10px;
    width: 97%;
    justify-content: center;
}

.masz-konto-form a,
.masz-konto-form {
	font-size: 12px;
}

.login-form-content {
    width: 80%;
    padding-left: 25px;
    margin-top: 35px;
}

.login-form-content-title {
	font-size: 18px;
}

.login-form-content-list {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #878680;
}

.login-form-content-list ul li:before {
    content: '';
    position: absolute;
    left: -18px;
    top: 10px;
    background: url(/wp-content/uploads/2023/04/xcheck.png.pagespeed.ic.jTw30JNRyD.webp) no-repeat;
    width: 10px;
    height: 10px;
    background-size: contain;
}

section.login-page-section.yellow-section a.custom-logo-link {
    display: none;
}

.news-post:last-child {
    border-right: 1px solid #07161b;
}

.container-post {
    padding: 35px 25px 50px 25px;
}

.post-title, .post-title h1,
h1.entry-title {
    font-size: 26px;
}

.single-content ol, .single-content li, .single-content p, .single-content,
.entry-content {
    font-size: 16px;
}

.single-content .border-button a {
    padding: 10px 50px 10px 43px;
}

.single-content .border-button a img {
    width: 12px;
    margin-right: 10px;
}

.zalety-kompensatorow-kompresator-page .zalety-kompensatorow-section-content,
.kompresator-page-description-block:nth-child(even),
.kompresator-page-description-block,
.zalety-kompensatorow-section-content {
	flex-direction: column;
}

.zalety-kompensatorow-kompresator-page .zalety-kompensatorow-section-content .zalety-kompensatorow-section-block {
    width: 95%;
}

.kompresator-page-description-block:nth-child(even) .kompresator-page-description-block-o,
.kompresator-page-description-block-o,
.kompresator-page-description-block-image {
	width: 100%;
}

.zalety-kompensatorow-kompresator-page .zalety-kompensatorow-section-content .zalety-kompensatorow-section-block {
    width: 100%;
}

.kontakt-form-section .container-sol {
	flex-direction: column;
	justify-content: center;
    align-items: center;
}

.kontakt-form {
    width: 100%;
    max-width: 100%;
    padding-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3rem;
}

.kontakt-form .kontakt-page-row input {
    border: none;
    border-bottom: 1px solid #43494B;
    border-radius: 0;
    color: #07161B;
    opacity: 1;
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
    width: 100%;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.kontakt-form textarea::placeholder,
.kontakt-form .kontakt-page-row input::placeholder {
	font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.kontakt-form input[type="submit"] {
    margin: 0 auto;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    background: #07161b;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 30px;
    gap: 8px;
    border: 1px solid #07161b;
    margin-top: 15px;
}

.kontakt-form textarea {
    margin-bottom: 1.5rem;
    width: 100%;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #43494b;
    height: 60px;
    resize: none;
    margin-bottom: 10px;
    padding: 10px;
}

.kontakt-form-adress {
    padding-right: 0;
    padding-top: 2.5rem;
    padding-left: 0;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kontakt-form-adress-block {
    border: 1px solid #07161B;
    border-radius: 8px;
    width: 75%;
    min-height: 100px;
    margin-bottom: 15px;
    padding: 20px;
    max-width: 350px;
}

.kontakt-form-adress-title {
	font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.kontakt-form-adress p {
    color: #43494B;
    font-size: 16px;
    margin-bottom: 0rem;
}

.kontakt-form span.wpcf7-form-control.wpcf7-checkbox {
    font-size: 10px;
    max-width: 90%;
}

.roadmap-category-content-center,
.roadmap-page-content {
	flex-direction: column;
}

.roadmap-page-filter {
    width: 100%;
    min-height: 10rem;
    padding-top: 30px;
}

.roadmap-page-filter .widget-title.wpc-filter-title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.roadmap-page-filter .wpc-filters-main-wrap li.wpc-term-item label a {
	font-size: 14px;
}

.roadmap-block {
	width: 96%;
    margin-bottom: 25px;
    min-height: 225px;
    padding: 15px;
}

.roadmap-category-name > div {
	font-size: 12px;
}

.roadmap-block-title a {
    font-size: 24px;
    color: #07161b;
    padding-bottom: 10px;
}

.roadmap-block-description {
	font-size: 14px;
}

.roadmap-tags-block > div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 0.3rem;
}

.roadmap-block, .roadmap-block.planujemy-wdrozyc, .roadmap-block.obecnie-pracujemy-nad {
	background: none;
	border: 1px dashed;
}

.roadmap-block .read-more a {
	font-size: 14px;
}

.planowane-block {
	font-size: 14px;
	margin-bottom: 7px;
}

.roadmap-category-name .dostepne-funkcje:before,
.roadmap-category-name .planujemy-wdrozyc:before,
.roadmap-category-name .obecnie-pracujemy-nad:before {
	width: 17px;
    height: 17px
}

.roadmap-category-name>div {
	padding-left: 20px;
}

.dark-funkcje-section-content,
.slide-text-home-section {
	flex-direction: column;
}

.slide-text-home-section-col {
    width: 100%;
}

.slide-text-home-section-col:after {
	display: none;
}

.dark-funkcje-section-block {
    width: 100%;
    position: relative;
}

.dark-funkcje-section-block-cont-text {
    padding: 15px;
}

.dark-funkcje-section-block-img {
    position: relative;
    height: 250px;
    background-size: cover;
}

.dark-funkcje-hover-block-title {
    color: #fff;
    font-size: 24px;
    line-height: 1.1;
    padding-bottom: 15px;
    font-weight: 600;
}

.dark-funkcje-hover-block-text ul li {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 0.7rem;
    position: relative;
    padding-left: 15px;
    list-style: none;
}

.dark-funkcje-hover-block-text ul li:before {
	width: 20px;
	height: 20px;
}

.dark-funkcje-section-block-numb {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    font-weight: 600;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.dark-funkcje-section-block-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding-top: 0.5rem;
    line-height: 1.4;
    width: calc(100% - 80px);
}

.dark-funkcje-section-block-title-head {
    border-bottom: 1px solid #94a3a9;
    min-height: 6rem;
    padding-bottom: 15px;
}

.dark-funkcje-section-block-text {
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

.new-calendar-section .border-button {
    position: relative;
    top: 3rem;
    right: auto;
    margin-bottom: 50px;
        left: 20px;
}

.new-calendar-section .border-button {
    position: relative;
    top: 3rem;
    right: auto;
    left: 20px;
    margin-bottom: 50px;
}

.new-calendar-section-content .swiper-slide {
    width: 250px !important;
    margin-right: 2rem !important;
    border: 1px solid #43494B;
    border-radius: 8px;
    padding: 15px;
    position: relative;
    background: #fff;
    margin-bottom: 2rem;
}

.calendar-text {
    font-family: 'Red Hat Mono', monospace;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
}

.calendar-text:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
}

.new-calendar-section-content .calendar-date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
}

.сalendar-content-text {
    color: #43494B;
    padding-top: 15px;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Red Hat Mono', monospace;
    font-weight: 500;
}

.border-button.news-home-section-button {
    position: relative;
    top: 3rem;
    right: auto;
    left: 20px;
    margin-bottom: 50px;
}

.new-proect-slide {
    display: flex;
    flex-direction: column;
}

.new-proect-slide-left {
    width: 100%;
}

.new-proect-slide-image {
    width: 100%;
    min-height: 58rem;
}

.new-proect-slide-image img {
	width: 100%;
	height: 100%;
}

.new-proect-slide-title {
    color: #07161B;
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 15px;
}

.new-proect-slide-text p {
    font-size: 14px;
}

.slide-text-home-section-row-img {
    width: 100%;
    max-width: 45px;
}

.projekty-slider-ico-block-img {
    width: 30px;
    margin-right: 10px;
}

.projekty-slider-ico-block-text-light {
	font-size: 12px;
	font-weight: 400;
}

.projekty-slider-ico-block-text-bold {
    font-size: 14px;
}

.projekty-slider-ico-block {
    display: flex;
    flex-direction: row;
    margin-right: 1.5rem;
    width: 44%;
    margin-bottom: 15px;
}

.projekty-slider-ico-block-content {
    border-top: 1px solid #43494B;
    border-bottom: 1px solid #43494B;
    padding-top: 20px;
    padding-bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.new-home-banner-top-content {
    display: flex;
    flex-direction: column;
}

.new-home-banner-top-left {
	padding: 50px 25px;
	width: 100%;
}

section.new-home-banner-top {
    padding-top: 0;
}

.new-home-banner-top-slider {
    width: 100%;
}

.new-home-banner-top-slider .swiper-slide {
	width: 100% !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

.slider-slide-new-text-block {
	font-size: 20px;
}


}