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

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

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

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

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

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

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size: 0.85vw;
	scroll-behavior: smooth;
}

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

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




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

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

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


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

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

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

.post, .page {
    margin: 0;
}

header.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 3.5rem 2rem 0.5rem 3.5rem;
    position: fixed;
    width: 100%;
    z-index: 10;
    background: #fff;
}

header.header_fixed {
	padding: 0.5rem 2rem 0.5rem 3.5rem;
}

.site-branding {
    margin-top: -0.5rem;
}

img.custom-logo {
    width: 17.5rem;
}

ul#primary-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 2;
}

ul#primary-menu li:last-child a {
    padding-right: 1.5rem;
}

ul#primary-menu a {
	color: #383838;
    font-weight: 900;
    font-size: 1.6rem;
    padding: 0 2rem;
    line-height: 150%;
}

ul#primary-menu li {
	position: relative;
}

.page-template-home-page header.header:after {
	content: '';
	position: absolute;
	width: 42.5%;
	height: 100%;
	background: #70AE29;
	top: 0;
	right: 0;
}

.page-template-home-page header.header_fixed:after {
	display: none;
}

ul#primary-menu ul li a {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.7;
    padding-bottom: 0.8rem;
    padding-right: 0rem;
    width: 13rem;
    padding-left: 2rem;
}

.main-navigation ul ul {
	float: left;
    position: absolute;
    top: -4.5rem;
    left: -999em;
    z-index: -1;
    background: #E5E5E5;
    padding-top: 8.7rem;
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
    box-shadow: none;
    margin-left: 1rem;
}

.home-first-section {
    padding-top: 7rem;
    position: relative;
    overflow: hidden;
}

.home-first-section:after {
    content: '';
    position: absolute;
    width: 42.5%;
    height: 100%;
    background: #70AE29;
    top: 0;
    right: 0;
    z-index: -1;
}

.home-first-section:before {
	content: '';
    position: absolute;
    width: 40%;
    height: 3px;
    background: #fff;
    right: 8.6rem;
    top: 39rem;
}

.home-first-section .container-sol:before {
	content: '';
    position: absolute;
    width: 58.3rem;
    height: 3px;
    background: #70ae29;
    left: 8.6rem;
    top: 32rem;
}

.home-first-section .container-sol {
    padding-left: 7rem;
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 1;
}

.home-first-section-left-title {
	color: #2b6cbc;
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 800;
    padding-right: 5rem;
    padding-top: 8.5rem;
    padding-bottom: 2.8rem;
    margin-bottom: 2rem;
}

.home-first-section-left {
    width: 31%;
    padding-left: 1.5rem;
}

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

.home-first-slider {
    padding-top: 1.3rem;
}

.home-first-slider-slide {
    padding-left: 5.8rem;
    padding-top: 0.5rem;
    display: flex;
    flex-direction: row;
}

.home-first-slider-slide-image {
    width: 100%;
    max-width: 38rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.home-first-slider-slide-image img {
    max-height: 50rem;
    width: 93%;
}

.home-first-slider-slide-descr {
	width: 50%;
    max-width: 25rem;
    padding-top: 23rem;
    position: relative;
}

.home-first-slider-slide-descr-title {
    color: #fff;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 800;
    padding-bottom: 3.8rem;
}

.home-first-slider-slide-descr-text {
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.3;
}

.blue-border {
    display: flex;
}

.blue-border a {
	border: 0.2rem solid #2b6cbc;
    padding: 1.3rem 1.7rem 1.3rem 1.7rem;
    border-radius: 2rem;
    font-size: 1.3rem;
    color: #45af00;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 900;
    text-transform: uppercase;
    background: #fff;
	z-index: 2;
}

.zalety-kompensatorow-section-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 4.5rem 8.5rem 3rem;
}

.zalety-kompensatorow-section-block {
    width: 33.33%;
    padding-right: 3.5rem;
    padding-bottom: 2.6rem;
}

.zalety-kompensatorow-section {
    padding-top: 6.2rem;
    padding-bottom: 3rem;
}

.green-small-title {
    color: #45AF00;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 3px;
    font-size: 1.5rem;
}

.blue-big-title {
    color: #2B6CBC;
    text-align: center;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
}

.zalety-kompensatorow-block-img {
    height: 4.8rem;
    margin-bottom: 1.1rem;
}

.zalety-kompensatorow-block-img img {
    max-width: 6rem;
    width: 100%;
    height: auto;
    max-height: 4.8rem;
}

.zalety-kompensatorow-block-title {
    color: #45AF00;
	font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 900;
    margin-bottom: 0.5rem;
    padding-top: 0.3rem;
}

.zalety-kompensatorow-block-text {
	color: #383838;
    font-size: 1.3rem;
    line-height: 1.8;
}

.zyskaj-z-nami-section {
	width: 100%;
	background: url(/wp-content/uploads/2023/05/img.png) no-repeat;
	background-size: cover;
    min-height: 35rem;
    padding: 4.5rem 8.8rem 2rem 8.5rem;
}

.zyskaj-z-nami-section-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

.zyskaj-z-nami-section-content-left {
    width: 45%;
    height: 100%;
    min-height: 25.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.zyskaj-z-nami-section-content-right {
    width: 49%;
    height: 100%;
    min-height: 26.6rem;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding-right: 1rem;
}

.zyskaj-z-nami-section-content-right p {
	margin-bottom: 0;
}

.zyskaj-z-nami-section-content-right p {
	margin-bottom: 0;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 900;
}

.zyskaj-z-nami-section-content-left-text {
    font-size: 3.5rem;
    line-height: 1.05;
    color: #fff;
    font-weight: 900;
}

.white-border {
    display: flex;
}

.white-border a {
    border: 0.3rem solid #fff;
    padding: 1.2rem 1.7rem 1.2rem 1.7rem;
    border-radius: 2rem;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 900;
    text-transform: uppercase;
}

.poznaj-produkt-tab-section {
    padding-top: 9rem;
}

.poznaj-produkt-tab-section-content {
    padding-left: 8.5rem;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.tab.poznaj-produkt-tab {
    display: flex;
    flex-direction: column;
    padding-top: 4.5rem;
    width: 100%;
    max-width: 27%;
}

.tab.poznaj-produkt-tab .tablinks {
	border: none;
    background: none;
    color: #2b6cbc;
    font-size: 1.8rem;
    line-height: 1;
    text-align: left;
    padding: 0.5rem 0 1.5rem;
    font-weight: 900;
}

.tab.poznaj-produkt-tab .tablinks.active {
	color: #45AF00;
}

.poznaj-produkt-tabcontent {
    width: calc(100% - 27%);
    padding-left: 3rem;
    position: relative;
}

.tabcontent-image img {
    /*width: 100%;*/
    width: auto;
    max-width: 46rem;
    height: auto;
    max-height: 25rem;
}

.tab.poznaj-produkt-tab .blue-border {
	margin-top: 3.7rem;	
}

.tab.poznaj-produkt-tab .blue-border a {
    padding: 1.1rem 2rem 1rem 2rem;
}

.tabcontent-image {
    width: 65%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 32.5rem;
    padding-left: 5rem;
}

.tabcontent-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    min-height: 26.5rem;
    position: relative;
    z-index: 2;
}

.tabcontent-button {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 2.2rem;
}

.poznaj-produkt-tabcontent:after {
    content: '';
    position: absolute;
   	width: 74%;
    height: 100%;
    background: #70ae29;
    top: 0;
    right: 0;
    z-index: -1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(/wp-content/uploads/2023/05/ico-2.svg)!important;
    top: 17.2rem;
    width: 4.8rem;
    height: 4.8rem;
    background-size: contain;
    left: 0.2rem;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url(/wp-content/uploads/2023/05/ico-1.svg)!important;
    right: 18rem;
    left: auto;
    top: 17.2rem;
    width: 4.8rem;
    height: 4.8rem;
    background-size: contain;
}

.faq-section-home {
    padding-top: 7.3rem;
    padding-bottom: 4rem;
}

.sav-container {
    padding: 0 8rem;
}

.faqs-content {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding-top: 2rem;
}

.faqs-section-block {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 49%;
}

.faq-card {
	width: 100%;
    border-bottom: 2px solid #707070;
    margin-bottom: 0rem;
    position: relative;
    padding: 1.3rem 0 2.2rem 0;
}

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

.answer {
    padding: 1rem 2rem;
    line-height: 1.5rem;
}

.question::after {
    content: "";
    position: absolute;
    right: 2.3rem;
    top: 1.7rem;
    width: 1.5rem;
    height: 2rem;
    background: url(/wp-content/uploads/2023/05/ico-3.svg) no-repeat;
    background-size: contain;
    transition: .2s;
}

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

.question.blue-title-section {
	color: #383838;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.3;
    padding-right: 5rem;
}

.faq-card-spoiler {
    color: #383838;
    font-size: 1rem;
    line-height: 1.6;
}

.faq-card-spoiler p {
	margin-bottom: 0;
}

.page-template-blog-page header.header, 
.page-template-Pomoc-techniczna-page header.header {
	background: #E5E5E5;
}

.blue-big-title-page {
	color: #2B6CBC;
    text-align: left;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.faq-section-pomoc-top-page {
    padding: 11.7rem 0 5rem;
    background: #E5E5E5;
}

.faq-section-pomoc-page {
    padding-top: 3.1rem;
    padding-bottom: 5rem;
}

.footer-cont-form-section-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.footer-cont-form-content-right,
.footer-cont-form-content-left {
    width: 50%;
}

.footer-cont-form-section .green-small-title,
.footer-cont-form-section .blue-big-title {
	text-align: left;
}

.footer-cont-form-content-left {
    padding-left: 8rem;
    padding-top: 2.3rem;
}

.footer-cont-form-content-right {
	padding-right: 8rem;
    padding-left: 9rem;
    padding-top: 5rem;
}

.footer-cont-form-content-right.green-fon {
	padding-right: 8rem;
	padding-bottom: 1rem;
}

.footer-cont-form-section {
    padding-top: 6.3rem;
}

.footer-cont-form-content-adress-block {
    padding-top: 5rem;
    padding-bottom: 2rem;
}

.footer-content-adress-block {
    display: flex;
    flex-direction: row;
}

.footer-content-adress-block a {
	text-decoration: none;
	    color: #383838;
}

.footer-content-adress-block-ico {
    max-height: 2.8rem;
    margin-right: 5rem;
    margin-top: 0.2rem;
}

.footer-content-adress-block-ico img {
    height: 100%;
    width: 3rem;
}

.footer-content-adress-block {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.1rem;
}

.footer-content-adress-block p {
    margin-bottom: 0;
    color: #383838;
    font-size: 1.8rem;
    line-height: 1.2;
}

.footer-cont-form-content-soc-ico {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
}

.footer-cont-form-content-soc-ico a {
    display: block;
    width: 2.7rem;
    margin-right: 2rem;
}

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: #fff;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    padding: 1rem 1rem 0.5rem 0;
    background: transparent;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 600;
}

textarea {
    color: #fff;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    padding: 1.7rem 1rem 0.5rem 0;
    background: transparent;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 600;
    resize: none;
    height: 9.3rem;
}

input::placeholder,
textarea::placeholder {
	font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
}

.green-fon {
	background: #70AE29;
}

span.wpcf7-form-control.wpcf7-checkbox > span {
    margin-left: 0;
}

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

span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item-label {
    color: #fff;
    font-size: 0.7rem;
    padding-left: 1.5rem;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border: 3px solid #fff;
    padding: 1.2rem 1.7rem 1.2rem 1.7rem;
    border-radius: 1.8rem;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 900;
    text-transform: uppercase;
    background: transparent;
    min-width: 15.5rem;
    margin-top: 1rem;
}

footer.site-footer .sav-container {
    padding-right: 5rem;
}

.site-footer-logos {
	display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 5rem 0 4rem 0;
    align-items: center;
}

.site-footer-logo {
    margin-top: -0.7rem;
    display: flex;
    flex-direction: row;
}

.site-footer-logo a {
    margin-right: 4.5rem;
    position: relative;
    width: 10rem;
}

.site-footer-logo a:first-child:after {
	content: '';
    position: absolute;
    width: 2px;
    height: 2.6rem;
    right: -2rem;
    top: 0.5rem;
    background: #fff;
}

.site-footer-logo a img {
    max-height: 3.6rem;
    width: 100%;
    max-width: 10rem;
}

ul#menu-footer {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

ul#menu-footer a {
    font-size: 1.5rem;
    text-decoration: none;
    font-weight: 900;
    color: #fff;
    padding: 0 3rem;
}

ul#menu-footer li:last-child a {
	padding-right: 0;
}

ul#menu-footer li {
	list-style: none;
}

footer.site-footer {
    background: #383838;
}

.footer-bottom {
    padding: 2rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 500;
    border-top: 2px solid #70AE29;
    width: 96%;
    line-height: 1;
}

.footer-bottom-link a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 500;
}

.footer-cont-form-content-soc-ico a img {
    width: 100%;
}

.site-footer-logo a:last-child {
	margin: 0;
}


.kompresator-first-section {
    padding-top: 9rem;
    min-height: 61.3rem;
}

.kompresator-first-section .container-sol {
	width: 100%;
    display: flex;
    justify-content: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.kompresator-title-block {
    width: 40%;
    padding-left: 8rem;
    padding-top: 11rem;
}

.kompresator-title {
    color: #2B6CBC;
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.2;
    padding-bottom: 2rem;
}

.kompresator-description {
    color: #383838;
    font-size: 1.5rem;
    line-height: 1.4;
    padding-right: 2rem;
}

.kompresator-title-block .blue-border {
	margin-bottom: 1rem;
}

.kompresator-title-block .blue-border a {
	padding: 1.3rem 3rem 1.3rem 3rem;
    border-radius: 2rem;
}

.kompresator-image {
    width: 60%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 8rem;
    overflow: hidden;
    height: 100%;
    min-height: 52rem;
}

.kompresator-image:after {
	content: '';
    position: absolute;
    left: 29%;
    top: -11rem;
    width: 75rem;
    height: 75rem;
    border-radius: 100%;
    background: #45AF00;
    z-index: -1;
}

.kompresator-image img {
    width: 100%;
    height: auto;
}

.kompresator-image img {
    width: auto;
    max-height: 52rem;
	display: block;
}

.page-id-241 .kompresator-image img {
	margin-left: -10rem;
	max-height: 50rem;
    display: block;
	width: auto;
}

.grey-section {
	background: #F7F7F7;
}

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

.zalety-kompensatorow-kompresator-page {
	padding-bottom: 0;
}

.zalety-kompensatorow-kompresator-page .zalety-kompensatorow-section-content {
	padding: 3.5rem 8.5rem 2rem;
}

.zalety-kompensatorow-kompresator-page .zalety-kompensatorow-block-title {
	min-height: 5rem;
}

.kompresator-page-description-section {
    padding: 7rem 0;
}

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

.kompresator-page-description-block:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.kompresator-page-description-block-image {
    width: 43%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.kompresator-page-description-block-image img {
    width: auto;
    max-width: 44rem;
    max-height: 20rem;
}

.kompresator-page-description-block-o {
    width: 57%;
    padding-right: 18rem;
}

.kompresator-page-description-block-o .green-small-title,
.kompresator-page-description-block-o .blue-big-title {
	text-align: left;
	max-width: 85%;
}

.kompresator-page-description-block-o .blue-big-title {
	line-height: 1.1;
    margin-bottom: 1.8rem;
    font-size: 2.5rem;
}

.kompresator-page-description-block-text {
    color: #383838;
    font-size: 1.3rem;
    line-height: 1.7;
    padding-right: 1.5rem;
}

.kompresator-page-description-block:nth-child(even) .kompresator-page-description-block-o {
	width: 55%;
    padding-left: 8rem;
    padding-right: 7rem;
    padding-top: 5.3rem;
}

.kompresator-page-description-block:nth-child(even)  .kompresator-page-description-block-image {
	align-items: flex-start;
}

.table-section-kompresator-page {
    padding-top: 6.5rem;
    padding-bottom: 10rem;
}

.table-section-kompresator-page .container-kom {
    padding: 0 8.4rem;
}

.table-kompresator-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 1.6rem 1rem 0 0;
    width: auto;
}

.table-kompresator-col {
	color: #383838;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.7;
    width: 14%;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5.5rem;
    border-bottom: 2px solid #70ae29;
    padding-bottom: 1.1rem;
}

.table-kompresator-col:first-child {
    color: #383838;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.7;
    width: 28.5%;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-bottom: 1.1rem;
    border-bottom: 2px solid #70ae29;
}

.table-kompresator-page {
    padding-top: 5.5rem;
}

section.green-line-section {
    padding: 5.6rem 13rem 5.6rem 10.5rem;
    background: #70AE29;
}

.green-line-section-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.green-line-section-content-text {
    color: #fff;
    font-size: 2.7rem;
    line-height: 1.5;
    font-weight: 900;
}

.green-line-section-content .white-border a {
	min-width: 19rem;
    text-align: center;
}

.slider-kompresator-section {
    padding-top: 6.7rem;
}

.slider-kompresator-content {
    padding: 0 10rem;
}

.page-template-kompresator-page .footer-cont-form-section {
    padding-top: 3rem;
}


.kompresator-slider .swiper-slide {
    background: #E5E5E5;
}

.slider-kompresator-content {
    padding: 0 10rem;
}

.kompresator-slide-image img {
    max-width: 16rem;
    max-height: 14rem;
}

.slider-kompresator-content .swiper-button-next {
  background-image: url(/wp-content/uploads/2023/05/ico-6.svg) !important;
  right: 1.2rem;
}

.kompresator-slider {
    padding: 6.5rem 11rem;
    position: relative;
}


.kompresator-slide-image {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 17.7rem;
}

.kompresator-slide-descr-title {
    color: #383838;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 900;
}

.kompresator-slide-descr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 8.5rem;
    align-items: center;
    padding-bottom: 3rem;
}

.kompresator-slide-descr .blue-border {
    width: 70%;
    text-align: center;
}

.kompresator-slide-descr .blue-border a {
  width: 100%;
}

.page-template-finansowania-page header.header,
.page-template-produkty-page header.header,
.page-template-kalkulator-page header.header,
.page-template-kontakt-page header.header {
	background: #e5e5e5;
}

.page-template-kontakt-page div#primary {
    min-height: auto;
}

.page-template-kontakt-page .footer-cont-form-section {
    padding-top: 0;
}

.page-template-Pomoc-techniczna-page .footer-cont-form-section {
    padding-top: 0;
}

.targi-page-logo {
    position: absolute;
    top: 3.2rem;
    left: 5.5rem;
    width: 12rem;
}


.kompresator-slider .swiper-slide {
    background: #E5E5E5;
}

.slider-kompresator-content {
    padding: 0 10rem;
}

.kompresator-slide-image img {
    max-width: 16rem;
}

.slider-kompresator-content .swiper-button-next {
  background-image: url(/wp-content/uploads/2023/05/ico-6.svg) !important;
  right: 1.2rem;
}

.kompresator-slider {
    padding: 6.5rem 11rem;
    position: relative;
}


.kompresator-slide-image {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 17.7rem;
}

.kompresator-slide-descr-title {
    color: #383838;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 900;
    padding: 0 2.5rem;
}

.kompresator-slide-descr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 8.5rem;
    align-items: center;
    padding-bottom: 3rem;
}

.kompresator-slide-descr .blue-border {
    width: 70%;
    text-align: center;
}

.kompresator-slide-descr .blue-border a {
  width: 100%;
}


.targi-page {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.targi-form-content {
    width: 50%;
    float: right;
    height: 100%;
    background: #45AF00;
    position: relative;
}

.targi-page:before {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/uploads/2023/05/targo-fon.png) no-repeat;
  background-size: cover;
}

.prod-image img,
.targi-page-logo img {
    width: 100%;
}

.prod-image {
    position: absolute;
    left: -7rem;
    right: 0;
    top: 1rem;
    margin: 0 auto;
    width: 34rem;
    z-index: 2;
}

.targi-right {
    padding: 16.6rem 10rem 0 17.5rem;
}

.targi-right input[type="text"], .targi-right input[type="email"], .targi-right input[type="tel"] {
  padding: 1.3rem 1rem 0.5rem 0;
}

.targi-right input[type="email"] {
  margin-bottom: 1.3rem;
}

.targi-right input.wpcf7-form-control.has-spinner.wpcf7-submit {
  margin-top: 2.4rem;
}

.targi-right .wpcf7-not-valid-tip {
  margin-bottom: -2rem;
}

/**/

/*.wpcf7-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}*/

.wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}

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

input[type="checkbox"] + span::before {
    border: 1px solid #fff;
    content: "";
    height: 1rem;
    left: 0;
    position: absolute;
    top: 0.3rem;
    width: 1rem;
    border-radius: 0.2rem;
}

input[type="checkbox"] + span::after {
    content: "\2714";
    height: 1rem;
    left: 0.2rem;
    position: absolute;
    top: 0.4rem;
    width: 1rem;
    opacity: 0;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

*/

.kalkulator-section-page {
    padding: 6.5rem 0;
}

.kalkulator-section-page-description {
    width: 100%;
    max-width: 65rem;
    margin: 4.2rem auto 2.2rem;
    text-align: center;
    color: #383838;
    font-size: 1rem;
    line-height: 1.5;
}

.page-template-kalkulator-page .footer-cont-form-section {
	display: none;
}

.page-template-produkty-page .faq-section-pomoc-top-page {
    padding: 11.7rem 0 6.5rem;
}


.produkty-section-content {
    width: 100%;
    display: flex;
    justify-content: center;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    /*padding-top: 13.3rem;*/
    padding-top: 5rem;
    padding-left: 0.5rem;
}

.produkty-section-block {
    width: 24%;
    margin: 0 1% 4rem 0;
    position: relative;
    padding: 2rem 3rem 1rem;
    min-height: 29.5rem;
}

.produkty-section-block:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 13.5rem;
  left: 0;
  bottom: 0;
  background: #45AF00;
  z-index: -1;
  transition: height 1s;
}

.produkty-section-block:hover:after {
    height: 100%;
}

.produkty-section-block-image {
    width: 100%;
    position: relative;
    height: 21rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.produkty-section-block-image img {
    width: auto;
    height: auto;
}

.page-template-produkty-page .produkty-section-block-image img {
    width: auto;
    height: 100%;
}

#main > section.produkty-section-page > div > div > div:nth-child(2) > div.produkty-section-block-image > img {
	height: 110%;
}

.produkty-section-block-name {
    font-size: 1.55rem;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    padding-top: 0.3rem;
    font-weight: 900;
}

.produkty-section-block a {
  text-decoration: none;
}

.produkty-section-block .white-border {
    display: none;
    margin: 1.5rem auto 0;
    text-align: center;
}

.produkty-section-block .white-border a {
    padding: 1.2rem 1rem 1.2rem 1rem;
    font-size: 1rem;
}

.produkty-section-block:hover .white-border {
  display: block;
}

.produkty-section-block:hover .produkty-section-block-name {
  display: none;
}

.o-nas-page-description-section .container-kom {
    padding: 0 8.5rem;
}

.o-nas-page-description-block .kompresator-page-description-block-o {
    width: 57%;
    padding-right: 8rem;
}

.o-nas-page-description-section .kompresator-page-description-block:nth-child(even) .kompresator-page-description-block-o {
	padding-right: 0rem;
}

.kompresator-page-description-section.o-nas-page-description-section {
    padding: 7rem 0 4rem;
}

.o-nas-top-page {
  background: url(/wp-content/uploads/2023/05/o-nas.png) no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 19.3rem;
    height: 30rem;
}

.o-nas-top-page:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/wp-content/uploads/2023/05/green-gradient.png);
  background-size: cover; 
}

.o-nas-top-page .blue-big-title-page {
    color: #fff;
    font-size: 4.3rem;
}

.page-template-o-nas-page header.header {
  background: transparent;
}

.page-template-o-nas-page header.header_fixed {
	background: #fff;
}

.o-na-content {
    padding-top: 8.5rem;
}

.o-nas-program-section-description {
    color: #383838;
    font-size: .8rem;
    line-height: 1.8;
    padding: 2.5rem 4rem 4.3rem;
    width: 100%;
    max-width: 73rem;
    text-align: center;
    margin: 0 auto;
}

.o-nas-program-section-content {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0 8.4rem;
}

.o-nas-program-content-block {
    width: 24%;
    border: 2px solid #70AE29;
    margin: 0;
    min-height: 24.5rem;
    border-radius: 0.6rem;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4.3rem;
}

.o-nas-program-block-image {
    width: 100%;
    min-height: 6rem;
    text-align: center;
}

.o-nas-program-block-tags {
    width: 75%;
    color: #383838;
    font-size: 1.5rem;
    font-weight: 500;
    min-height: 7.8rem;
}

.o-nas-program-block-tags ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.o-nas-program-block-tags li {
    list-style: none;
    position: relative;
    width: 50%;
    text-align: center;
}

.o-nas-program-block-tags li:first-child:after {
	content: '';
    position: absolute;
    top: 0.3rem;
    right: 0rem;
    background: #383838;
    height: 1.5rem;
    width: 1px;
}

.o-nas-program-content-block .o-nas-program-block-button {
    width: 80%;
}

.o-nas-program-block-button .blue-border a {
    border: 3px solid #2b6cbc;
    padding: 1.3rem 1rem 1.3rem 1rem;
    border-radius: 2rem;
    font-size: 1.3rem;
    color: #2b6cbc;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 900;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.o-nas-program-block-button .blue-border {
	width: 100%;
}

.o-nas-big-blue-border a {
	color: #2b6cbc;
	padding: 1.3rem 4.5rem 1.3rem 4.5rem;
}

.finansowania-page-section {
    padding-top: 6.5rem;
    padding-bottom: 4rem;
}

.finansowania-page-section .o-nas-program-section-description {
	padding: 2.5rem 4rem 2rem;
}

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

.finansowania-page-content-block {
    width: 50%;
    padding: 0 9rem;
    text-align: center;
    color: #383838;
}

.big-green-title {
    color: #45AF00;
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 900;
    margin-bottom: 0.1rem;
}

.finansowania-page-content-col p {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.finansowania-page-content-col ul {
    margin: 0;
    padding: 0;
}

.finansowania-page-content-col ul li {
	position: relative;
	list-style: none;
}

.finansowania-page-content-col ul li {
    position: relative;
    color: #383838;
    font-size: .8rem;
    line-height: 1.8;
    text-align: center;
    padding: 1rem 0 0.5rem;
    list-style: none;
}

.finansowania-page-content-col {
    margin-bottom: 3rem;
}

.finansowania-page-content-block .blue-border {
    display: flex;
    width: 100%;
    justify-content: center;
}

.finansowania-page-content-block .blue-border a {
	border: 3px solid #2b6cbc;
    padding: 1.3rem 4rem 1.3rem 4rem;
    color: #2b6cbc;
}

.page-template-finansowania-page .footer-cont-form-section {
	display: none;
}

.finansowania-page-content-col ul li:before {
    border-radius: 100%;
    content: '';
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    background: #2b6cbc;
    left: 49%;
    top: 0.2rem;
}

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

.finansowanie-inwestycji-page {
	background: url(/wp-content/uploads/2023/11/cover4-crm.jpg) no-repeat;
    background-size: cover;
    background-position: 0 0;
}

.finansowanie-inwestycji-page-content {
    padding: 3rem 0 0;
}

.finansowanie-inwestycji-page-content .kompresator-page-description-block-text {
	width: 75%;
    margin: 0 auto;
    text-align: center;
}

.zainteresowany-finansowaniem-section .kompresator-page-description-block-o {
	width: 100%;
}

.kompresator-page-description-section.o-nas-page-description-section .kompresator-page-description-block-image img {
	max-width: 60rem;
    max-height: 24rem;
}

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


article {
    padding-top: 10rem;
}

.blog-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 4rem;
    padding-bottom: 7rem;
}

.blog-category-block {
    width: 32%;
    margin: 0.5%;
    position: relative;
    height: 26rem;
}

.blog-content-post-left {
    position: absolute;
    bottom: 2rem;
    text-align: center;
    width: 100%;
    z-index: 3;
}

.block-post-title a {
    margin-bottom: 0;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 900;
    max-width: 80%;
    text-decoration: none;
    display: block;
    margin: 0 auto;
}

.blog-image-block {
    width: 100%;
    height: 26rem;
    background-size: cover;
    background-position: center;
    position: relative;
}

.blog-image-block:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 18rem;
	background: url(/wp-content/uploads/2023/06/blog-fon-1.png) no-repeat;
	background-size: cover;
}

.pagination {
	justify-content: center;
	color: #45AF00;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 800;
    margin-bottom: 0.5rem;
    padding-top: 0.3rem;
}

.pagination a {
    font-weight: 400;
    padding: 0 1.5rem;
    color: #45AF00;
    font-size: 1.2rem;
    line-height: 1.5;
    text-decoration: none;
}

.single-post header.header {
    background: transparent;
}

.single-post .post-image {
	position: relative;
	margin-bottom: 4rem;
	display: flex;
    justify-content: center;
}

.single-post .post-image:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10rem;
	background: url(/wp-content/uploads/2023/06/blog-fon.png) no-repeat;
	background-size: cover;
}

.single-post h1.entry-title.post-title {
    position: absolute;
    bottom: 0;
    width: 80%;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    z-index: 3;
    color: #383838;
    text-align: center;
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.4;
    background: #fff;
    padding: 2.5rem 1.5rem 1.5rem;
}

.single-post-page-content article {
    padding-top: 0;
}

.single-post-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;
    padding-bottom: 5rem;
}

.single-post-page-content article {
    padding-top: 0;
    width: 60%;
    padding-left: 9rem;
}

.single-post-page-content article {
    padding-top: 0;
    width: 60%;
    padding-left: 9rem;
    color: #383838;
    font-size: 1.2rem;
    line-height: 1.3;
    padding-right: 1.5rem;
}

.single-post-page-content article p {
	margin-bottom: 0.5rem;
}

.single-post .footer-cont-form-section {
	display: none;
}

.post-right-block .blog-category-block {
    width: 100%;
    margin: .5%;
    position: relative;
    height: 19rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

.post-right-block .green-small-title {
	margin-bottom: 2.5rem;
}

.post-right-block {
    padding-left: 6rem;
}

.post-right-block {
    padding-left: 6rem;
    width: 40%;
    max-width: 31rem;
}

.post-right-block .blog-image-block {
	height: 19rem;
}

.post-right-block .block-post-title {
	position: absolute;
    bottom: 1.5rem;
    text-align: center;
    width: 100%;
}

.single-post-page-content .entry-content {
    border-bottom: 2px solid #70AE29;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.post-right-block .block-post-title a {
	color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 700;
}

.single-post header.header_fixed {
	background: #fff;
}

.single-post input,
.single-post textarea {
	color: #3B3B3B;
    border: none;
    border-bottom: 2px solid #3B3B3B;
}

.single-post span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item-label,
.single-post input::placeholder,
.single-post textarea::placeholder {
		color: #3B3B3B;
}

.single-post input.wpcf7-form-control.has-spinner.wpcf7-submit {
	color: #476CB8;
	border: 3px solid #476CB8;
}

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

.specyfikacja-produktow-section {
    padding: 6rem 0;
}

.specyfikacja-produktow-section-content {
    display: flex;
    flex-direction: column;
    padding: 5rem 20rem 0;
}

.specyfikacja-produktow-table-head {
	    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.sp-head-col {
    width: 12%;
    background: #45AF00;
    color: #fff;
    font-weight: 900;
    font-size: 1.3rem;
    line-height: 1.1;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sp-head-col:first-child {
	width: 26%;
	background: transparent;
}

.sp-body-col-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 2px solid #45AF00;
}

.specyfikacja-produktow-table-body {
	display: flex;
    flex-direction: column;
}

.sp-body-col {
	width: 12%;
    color: #383838;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.1;
    height: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sp-body-col:first-child {
	width: 26%;
	color: #2B6CBC;
	font-size: 1.2rem;
	text-align: left;
	    justify-content: flex-start;
    font-weight: 900;
}

.zyskaj-z-nami-section-new-bg {
	background: url(/wp-content/uploads/2023/12/bg-new.png) no-repeat;
	background-size: cover;
}

.green-bold-text {
    color: #45AF00;
    font-size: 1.7rem;
    font-weight: 900;
    line-height: 1.3;
}

.kontakt-page-adress-first {
    padding: 1.5rem 0 3rem;    
}

.kontakt-page-misto-block {
    display: flex;
    flex-direction: row;
    padding: 2rem 0 1rem;
}

.kontakt-page-misto-block-col {
    width: 24%;
}

.kontakt-page-misto-adress {
    color: #383838;
    font-size: 1.2rem;
    padding-top: 1rem;
    font-weight: 500;
}

.kontakt-page-misto-adress a {
    color: #383838;
    font-size: 1.2rem;
    padding-top: 1rem;
    font-weight: 500;
	text-decoration: none;
}

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

.kontakt-personal-content {
    width: 100%;
    display: flex;
    justify-content: center;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 4rem 8rem 0;
}

.kontakt-personal-content-block {
    width: 100%;
    max-width: 21rem;
    margin: 0.5rem;
}

.kontakt-personal-name {
    color: #2B6CBC;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 800;
    padding: 1rem 1rem 0.5rem;
}

.kontakt-personal-pozycja {
    color: #383838;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 800;
    padding-bottom: 1rem;
}

.kontakt-personal-email,
.kontakt-personal-phone {
    color: #383838;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
}

.doc-tecn-buttons {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
    padding: 0;
}
.doc-tecn-buttons a {
    margin-bottom: 2rem;
}

.doc-tecn-buttons .blue-border a {
	min-width: 18rem;
    text-align: center;
}

.kontakt-personal-photo {
    max-height: 16rem;
    overflow: hidden;
    height: 100%;
        display: flex;
    justify-content: center;
}

.kontakt-personal-photo img {
	height: 100%;
}

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


.zyskaj-z-nami-section-content,
.home-first-section .container-sol {
	flex-direction: column;
}

.home-first-section-left {
    width: 100%;
    padding-left: 7rem;
}

.home-first-section-left-title {
    font-size: 26px;
    line-height: 1.3;
    padding-bottom: 25px;
    margin-bottom: 2rem;
}

.home-first-section:after,
.home-first-section .container-sol:before,
.home-first-section:before {
	display: none;
}

.blue-border a {
    padding: 13px 28px;
    border-radius: 26px;
    font-size: 18px;
}

.zalety-kompensatorow-section {
    padding-top: 50px;
    padding-bottom: 30px;
}

.green-small-title {
	font-size: 20px;
}

.blue-big-title {
	font-size: 24px;
}

.home-first-section-right {
    width: 100%;
    max-width: 100%;
    background: #70ae29;
    margin-top: 15px;
}

.zalety-kompensatorow-section-block {
    width: 100%;
    padding-right: 3.5rem;
    padding-bottom: 25px;
    padding-top: 10px;
}

.zalety-kompensatorow-block-img img {
	max-width: 60px;
	max-height: 100%;
}

.zalety-kompensatorow-block-img {
    height: 60px;
    margin-bottom: 10px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(/wp-content/uploads/2023/05/ico-1.svg)!important;
    right: 5rem;
    left: auto;
    top: 17.2rem;
    width: 40px;
    height: 40px;
    background-size: contain;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url(/wp-content/uploads/2023/05/ico-1.svg)!important;
    width: 40px;
    height: 40px;
    background-size: contain;
    transform: rotate(180deg);
    left: 10px;
}

.home-first-slider .swiper-container {
	padding-left: 6rem;
}

.home-first-slider-slide-descr {
    width: 50%;
    max-width: 43rem;
    padding-top: 25px;
    position: relative;
}

.home-first-slider-slide-descr-title {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
    padding-bottom: 3.8rem;
}

.home-first-slider-slide-descr-text {
    font-size: 12px;
    color: #fff;
    line-height: 1.3;
}

.zalety-kompensatorow-block-title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-top: 0.3rem;
}

.zalety-kompensatorow-block-text {
    color: #383838;
    font-size: 14px;
    line-height: 1.8;
}

.zalety-kompensatorow-section-content {
	padding: 40px 25px 15px;
}

.zyskaj-z-nami-section-content-left {
	width: 85%;
}

.zyskaj-z-nami-section-content-left-text {
    font-size: 26px;
    line-height: 1.3;
    color: #fff;
    font-weight: 900;
    margin-bottom: 35px;
}

.white-border a {
	padding: 13px 28px;
    border-radius: 26px;
    font-size: 18px;
}

.zyskaj-z-nami-section-content-right {
	width: 85%;
	margin-top: 30px;
}

.zyskaj-z-nami-section-content-right p {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}

.zyskaj-z-nami-section {
	padding: 25px;
}

.home-first-section .container-sol {
	padding-left: 0;
}

.footer-cont-form-section-content,
.faqs-content,
.tabcontent-content,
.poznaj-produkt-tab-section-content {
	flex-direction: column;
}

.tab.poznaj-produkt-tab {
    display: flex;
    flex-direction: column;
    padding-top: 35px;
    width: 100%;
    max-width: 100%;
    padding-bottom: 15px;
}

.tab.poznaj-produkt-tab .tablinks {
	font-size: 18px;
}

.tab.poznaj-produkt-tab .blue-border a {
    padding: 13px 28px;
    margin-bottom: 15px;
}

.poznaj-produkt-tabcontent {
    width: 100%;
    padding-left: 0;
    position: relative;
}

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

.tabcontent-button {
	padding: 15px;
}

.poznaj-produkt-tabcontent:after {
	width: 125%;
}

.faqs-section-block {
	width: 100%;
}

.question.blue-title-section {
	font-size: 16px;
}

.faq-card-spoiler {
    color: #383838;
    font-size: 14px;
    line-height: 1.6;
}

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

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

.footer-cont-form-content-right, .footer-cont-form-content-left {
    width: 100%;
    padding: 25px;
}

.footer-content-adress-block p {
    font-size: 16px;
    line-height: 1.2;
}

.footer-content-adress-block-ico img {
    height: 100%;
    width: 25px;
}

.footer-content-adress-block-ico {
	max-height: 25px;
}

.footer-cont-form-content-soc-ico a {
    display: block;
    width: 30px;
    margin-right: 15px;
    margin-top: 10px;
}

input::placeholder,
textarea::placeholder {
	font-size: 14px;
    font-weight: 600;
    color: #fff;
}

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 {
	font-size: 14px;
	padding: 10px 10px 10px 0;
}

span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item-label {
    color: #fff;
    font-size: 10px;
    padding-left: 25px;
}
/*
input[type="checkbox"]+span::before {
    border: 1px solid #fff;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 0.3rem;
    width: 10px;
    border-radius: 3px;
}*/

input.wpcf7-form-control.has-spinner.wpcf7-submit {
	margin-top: 15px;
    padding: 13px 28px;
    border-radius: 26px;
    font-size: 18px;
    margin-bottom: 10px;
}

textarea {
	height: 50px;
    margin-bottom: 10px;
}

.site-footer-logos {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    padding: 5rem 0 4rem 0;
    align-items: flex-start;
    flex-direction: column;
}

.site-footer-logo {
    margin-top: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

.site-footer-logo a {
    margin-right: 4.5rem;
    position: relative;
    width: 150px;
}

.site-footer-logo a img {
    max-height: 35px;
    width: 100%;
    max-width: 150px;
}

.site-footer-logo a:first-child:after {
	height: 30px;
}

ul#menu-footer {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

ul#menu-footer a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    padding: 0 3rem;
}

.footer-bottom {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    border-top: 2px solid #70AE29;
    width: 96%;
    line-height: 1.5;
}

.footer-bottom-link a {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}

.blue-big-title-page {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.produkty-section-content {
	flex-direction: column;
}

.produkty-section-block {
    width: 94%;
    margin: 0 1% 4rem 0;
    position: relative;
    padding: 2rem 3rem 1rem;
    min-height: 450px;
}

.produkty-section-block-image {
	height: 365px;
}

.produkty-section-block:after {
	height: 40%;
}

.produkty-section-block-name {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    padding-top: 0.3rem;
    font-weight: 600;
}

.produkty-section-block .white-border a {
    padding: 13px 28px;
    border-radius: 26px;
    font-size: 18px;
}

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

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

.kompresator-title-block {
    width: 100%;
    padding-left: 8rem;
    padding-top: 6rem;
    margin-bottom: 3rem;
}

.kompresator-title {
	font-size: 30px;
}

.kompresator-description {
    font-size: 16px;
    padding-right: 15px;
}

.kompresator-title-block .blue-border a {
	padding: 13px 28px;
    border-radius: 26px;
    font-size: 18px;
}

.kompresator-image {
	width: 100%;
}

.kompresator-image:after {
    content: '';
    position: absolute;
    left: auto;
    top: 0;
    width: 105rem;
    height: 105rem;
    border-radius: 100%;
    background: #45af00;
    z-index: -1;
    right: -45%;
}

.kompresator-page-description-block-image img {
    width: auto;
    max-width: 100% !important;
    max-height: 300px !important;
}

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

.kompresator-page-description-block-o .blue-big-title {
    line-height: 1.1;
    margin-bottom: 10px;
    font-size: 20px;
}

.kompresator-page-description-block-text {
    color: #383838;
    font-size: 16px;
    line-height: 1.7;
}

.table-kompresator-col:first-child {
	font-size: 14px;
	font-weight: 500;
}


.table-kompresator-col {
	font-size: 14px;
}

.green-line-section-content {
	flex-direction: column;
}

.green-line-section-content-text {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 900;
    margin-bottom: 25px;
}

section.green-line-section {
    padding: 40px;
    background: #70ae29;
}

.slider-kompresator-section {
    padding-top: 60px;
}

.slider-kompresator-section .swiper-button-prev, .slider-kompresator-section .swiper-container-rtl .swiper-button-next {
    background-image: url(/wp-content/uploads/2023/05/ico-2.svg)!important;
    transform: rotate(0deg) !important;
    }

.kompresator-slide-image img {
    max-width: 100% !important;
}

.kompresator-slide-descr-title {
    color: #383838;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 900;
    padding: 0 25px 20px;
}

.o-nas-top-page {
	height: 185px;
}

.o-nas-top-page .blue-big-title-page {
    color: #fff;
    font-size: 34px;
}

.o-nas-page-description-block .kompresator-page-description-block-o {
    width: 100%;
    padding-right: 8rem;
}

.blog-content {
	flex-direction: row;
}

.blog-category-block {
    width: 100%;
    margin: .5%;
    position: relative;
    height: 250px;
    margin-bottom: 15px;
}

.blog-image-block {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.block-post-title a {
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    max-width: 80%;
}

.blog-image-block:after {
	height: 60%;
}

.pagination,
.pagination a {
	font-size: 18px;
}

.single-post .post-image {
    position: relative;
    margin-bottom: 4rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.single-post h1.entry-title.post-title {
	padding: 25px;
    font-size: 24px;
    position: relative;
    width: 100%;
}

.single-post-page-content {
	flex-direction: column;
}

.single-post-page-content article {
    padding-top: 0;
    width: 100%;
    padding-left: 0;
    color: #383838;
    font-size: 14px;
    line-height: 1.3;
    padding-right: 1.5rem;
}

.single-post-page-content .entry-content {
    border-bottom: 2px solid #70AE29;
    padding-bottom: 45px;
    margin-bottom: 45px;
}

.post-right-block {
    padding-left: 0;
    width: 100%;
    max-width: 100%;
    padding: 35px 0;
}

.post-right-block .blog-category-block {
	height: 200px;
    margin-bottom: 15px;
}

.post-right-block .blog-image-block {
    height: 200px;
}

.post-right-block .block-post-title {
    bottom: 15px;
}

.post-right-block .block-post-title a {
	    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}

.specyfikacja-produktow-section-content {
    display: flex;
    flex-direction: column;
    padding: 50px 10px;
}

.sp-head-col {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.1;
    height: auto;
    padding: 5px;
}

.sp-body-col {
    width: 12%;
    color: #383838;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1;
    height: auto;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sp-body-col:first-child {
    width: 26%;
    color: #2B6CBC;
    font-size: 14px;
    text-align: left;
    justify-content: flex-start;
    font-weight: 600;
}

.kontakt-page-misto-block {
    display: flex;
    flex-direction: row;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.kontakt-page-misto-block-col {
    width: 44%;
}

.green-bold-text {
    color: #45af00;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.kontakt-page-misto-adress {
    color: #383838;
    font-size: 15px;
    padding-top: 10px;
    font-weight: 500;
}

.kontakt-page-adress-first {
    padding: 15px 0 50px;
}

.kontakt-personal-content-block {
    width: 100%;
    max-width: 55rem;
    margin: 0.5rem 0.5rem 25px;
}

.kontakt-personal-name {
    color: #2b6cbc;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    padding: 1rem 1rem 0.5rem;
}

.kontakt-personal-content {
	padding: 25px;
}

.kontakt-personal-pozycja {
	font-size: 14px;
}

.kontakt-personal-email, .kontakt-personal-phone {
    color: #383838;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.specyfikacja-produktow-section {
	display: none;
}

section.kontakt-personal-section {
    padding: 50px 20px;
}

.kontakt-personal-photo {
    max-height: 130px;
}


}